/* Root */
:root {
	--bs-primary-rgb: 47, 107, 249;
	--bs-bg-opacity: 1;
	--bs-white-rgb: 255, 255, 255;
	--bs-text-opacity: 1;
}

/* Custom */
.auth-bg {
	background-image: url('../images/login-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.hover-elevate-up:hover {
	transform: scale(1.025) !important;
}

.required:after {
	content: '*';
	position: relative;
	font-size: inherit;
	color: #f64e60;
	padding-left: 0.25rem;
	font-weight: bold;
}

/* Jquery Validate */
label.error {
	display: none !important;
}

/* Jquery Toastr */
#toast-container > div {
	box-shadow: none !important;
	top: 10px;
	opacity: 1;
}

.toast.toast-error {
	background-color: rgba(220, 53, 69, 1);
}

/* Datatables */
.dt-search {
	margin-bottom: 10px;
}

/* Sweetalert2 */
.swal2-icon.swal2-error.swal2-icon-show,
.swal2-icon.swal2-success.swal2-icon-show,
.swal2-icon.swal2-warning.swal2-icon-show,
.swal2-icon.swal2-info.swal2-icon-show {
	margin-top: 20px !important;
	margin-bottom: 0px !important;
}

.swal2-title {
	padding-top: 5px !important;
	color: #eaf0f9 !important;
}

.swal2-html-container {
	margin-top: 10px !important;
	color: #eaf0f9 !important;
}

.swal2-styled.swal2-confirm {
	background-color: #22b783 !important;
}

.swal2-styled.swal2-cancel {
	background-color: #ef4d56 !important;
}

div.swal2-container.swal2-center.swal2-backdrop-show > div {
	background-color: #293042 !important;
	border: 1px solid #333a4e !important;
}

div.swal2-actions {
	margin-top: 10px !important;
}

/* Block UI */
.blockMsg {
	background: none !important;
	border: none !important;
}

/* Sidebar */
.nav-item .nav-link.active {
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.nav-item .nav-link.active i.ti {
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* Bootstrap Override */
.table td.fit,
.table th.fit {
	white-space: nowrap;
	width: 1%;
}

/* Select2 */
select[readonly].select2-hidden-accessible + .select2-container {
	pointer-events: none;
	touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
	display: none;
}

.select2-container .select2-selection--single {
	height: 34px;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection .select2-search.select2-search--inline {
	display: none;
}

/* Telephone Input */
.iti__search-input {
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	padding-left: 7.5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 0;
}
