.swal2-cancel {
    margin-left: 10px!important;
}

/*# sourceMappingURL=custom.min.css.map */
input[type="file"] {
	width: 100%;
	height: 100px;
	border-radius: 10px;
	 margin: auto;
	 padding: 1.5em;
	 border: 2px dashed #bbb;
	 background-color: #fff;
	 transition: border-color 0.25s ease-in-out;
}
 input[type="file"]::file-selector-button {
	 padding: 1em 1.5em;
	 border-width: 0;
	 border-radius: 2em;
	 background-color: #000;
	 color: #fff;
	 transition: all 0.25s ease-in-out;
	 cursor: pointer;
	 margin-right: 1em;
}
 input[type="file"]:hover {
	 border-color: #888;
}
 input[type="file"]:hover::file-selector-button {
	 background-color: #000;
}
.img_view{
	width: 100%;
	height: 200px;
	border: solid 1px #ddd;
}
.cke_notification_warning{
	display: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.form-label{
	font-size: 15px;
}
.card-title{ font-size:18px;}

