:root {
	--bs-nav-link-font-size: 15px;
	--bs-nav-link-font-weight: 600;
	scroll-behavior: smooth;
}
.nav-link {
	align-items: center;
}
.nav-icon {
	font-size: 20px;
}

body {
	margin: 0;
	padding: 0;
	background: #ecf0f4;
    
}
.table thead th {
	font-weight: 700;
	color: #334155;
    font-size: 15px;
}
.btn-primary {
	color: #fff !important;
	background-color: #624bff;
	border-color: #624bff !important;
}
.btn-primary:hover {
	color: #fff;
	background-color: #5340d9;
	border-color: #4e3ccc;
}
.text-blue {
	color: #624bff;
}
.table-light {
	--bs-table-bg: #eff1f4;
}


.image-input {
	position: relative;
	width: 100%;
	min-height: 215px;
	background: #f0f8ff;
	border-radius: 10px;
}

.image-input #admin_image,
.image-input #image,
.image-input #favicon,
.image-input #meta_image {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.image-input #admin_image-label,
.image-input #image-label,
.image-input #favicon-label,
.image-input #meta_image-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 100px;
    z-index: 5;
    opacity: 0.3;
    cursor: pointer;
    background-color: #fff;
    font-size: 25px;
    border: 2px dashed #000;
    margin: auto;
    text-align: center;
}

.image-input .preview-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
}

/*****************/
.bootstrap-select.show-tick .dropdown-menu li a span.text {
	margin-left: 34px;
	margin-right: 0;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	left: 15px;
	right: auto;
	top: calc(50% - 7px);
}



.bootstrap-select .dropdown-toggle{
	height: 45px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: 400;
}
.bootstrap-select.form-control-sm .dropdown-toggle{
	height: 38px;
}
.bootstrap-select .dropdown-toggle .filter-option{
	height: auto;
}
.bootstrap-select .dropdown-toggle.btn-light {
	background-color: transparent;
	border-color: rgba(231,234,243,.7);
}
.bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active{
	background-color: transparent;
	border-color: rgba(231,234,243,.7);
}
.bootstrap-select .dropdown-toggle .filter-option {
	text-align: right !important;
}


/*datatable*/



.tom-select-custom .ts-dropdown .create, .tom-select-custom .ts-dropdown .no-results, .tom-select-custom .ts-dropdown .optgroup-header, .tom-select-custom .ts-dropdown .option {
    padding: 0.5rem 1.5rem 0.5rem 1rem !important;
}


.table-responsive.datatable-custom {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1650px) {
    .table-responsive.datatable-custom {
        overflow-x: auto;
    }
}



.filter_dropdown {
    min-width: 22rem !important;
}


/*datatable*/
#datatable_wrapper {
    position: relative;
    min-height: 200px;
}

.dataTables_processing {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 2px;
	background: #ffffff5c;
	height: calc(100% - 50px);
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: center;
   transform: translate(0%, 0%);
}
.dataTables_processing > div {
	top: 20%;
}
.flatpickr-rContainer {
    direction: rtl;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
	border-radius: 0 50px 50px 0 !important;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
	border-radius: 50px 0 0 50px !important;
}
.flatpickr-months .flatpickr-month {
	direction: rtl !important;
	padding-top: 5px;
}

.dataTables_processing > div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto
}

.dataTables_processing > div:last-child > div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #377dff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.dataTables_processing > div:last-child > div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 .6s infinite
}

.dataTables_processing > div:last-child > div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 .6s infinite
}

.dataTables_processing > div:last-child > div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 .6s infinite
}

.dataTables_processing > div:last-child > div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 .6s infinite
}

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

.datatable-custom-pagination {
    display: flex;
    flex-wrap: wrap;
}

.tom-select-custom .ts-dropdown .create, .tom-select-custom .ts-dropdown .no-results, .tom-select-custom .ts-dropdown .optgroup-header, .tom-select-custom .ts-dropdown .option {
    padding: 0.5rem 1.5rem 0.5rem 1rem !important;
}


.table-responsive.datatable-custom {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1650px) {
    .table-responsive.datatable-custom {
        overflow-x: auto;
    }
}

/*end datatable*/

.text-cap {
    margin-bottom: 0.5rem !important;
}

@media (max-width: 575px) {
    .dropdown-menu.dropdown-menu-end.dropdown-card.navbar-dropdown-menu.navbar-dropdown-menu-borderless.show {
        width: 300px !important;
        right: -50px;
    }   
}


/*********************************/
.user-card {
    border-bottom: 2px solid #6371f8 !important;
}
.user-card .card-body .card-title-top i {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #e7e7ff;
	color: #6371f8;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0px 18px 0;
}


.text-inherit {
	font-family: Inter,sans-serif;
}
.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg) !important;
	border-color: var(--bs-btn-hover-border-color) !important;
}