@font-face {
    font-family: 'Tajawal';
    src: url("../fonts/Tajawal/Tajawal-Light.ttf") format('truetype');
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: 'Tajawal';
    src: url("../fonts/Tajawal/Tajawal-Regular.ttf") format('truetype');
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'Tajawal';
    src: url("../fonts/Tajawal/Tajawal-Medium.ttf") format('truetype');
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: 'Tajawal';
    src: url("../fonts/Tajawal/Tajawal-Bold.ttf") format('truetype');
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: 'Tajawal';
    src: url("../fonts/Tajawal/Tajawal-ExtraBold.ttf") format('truetype');
    font-weight: 800;
    font-display: swap
}

@font-face {
    font-family: 'Tajawal';
    src: url("../fonts/Tajawal/Tajawal-Black.ttf") format('truetype');
    font-weight: 900;
    font-display: swap
}

:root {
    --main-color: #3C69E3;
    --hover-color: #1F4CC7;
    --whiteColor: #FFFFFF;
    --text-dark-color: #1E272E;
    /* --bodyBg: #F9FAFB; */
    --bodyBg: #f7f7f7;
    --thead-bg: rgba(243, 246, 249, 0.56);
    --searchBg: #F5F7F9;
}

/* [data-theme="dark"] {
    --whiteColor: #1e1e2d !important;
    --text-dark-color: #FFFFFF !important;
    --bodyBg: #151521 !important;
    --thead-bg: rgb(43, 43, 64) !important;
    --searchBg: #252538 !important;
} */

body {
    font-family: 'Tajawal', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: var(--bodyBg);
    font-size: 15px !important;
}

body::-webkit-scrollbar-track {
    background: #FFF;
}

body::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

a {
    color: #3F4254;
}

a:hover {
    color: var(--main-color);
}

body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

body:not([data-theme=dark]) .theme-dark-show {
    display: none !important;
}

body:not([data-theme=light]) .theme-light-show {
    display: none !important;
}

.font-medium {
    font-weight: 500 !important;
}

.tooltip {
    font-family: 'Tajawal', sans-serif;
}

.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.text-secondary {
    color: #50CD89 !important;
}

.text-warning {
    color: #EEB82C !important
}

.text-blue {
    color: #009EF7 !important;
}

.btn-check:checked+.btn.btn-primary,
.btn-check:active+.btn.btn-primary,
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary.active,
.btn.btn-primary.show,
.show>.btn.btn-primary {
    background-color: var(--hover-color) !important;
}

.btn.btn-warning {
    color: #FFFFFF;
    border-color: #F5C342 !important;
    background-color: #F5C342;
}

.btn.btn-light {
    color: #2C2C2C;
    border-color: #F5F5F5;
    background-color: #F5F5F5;
}

.btn-check:checked+.btn.btn-light,
.btn-check:active+.btn.btn-light,
.btn.btn-light:focus:not(.btn-active),
.btn.btn-light:hover:not(.btn-active),
.btn.btn-light:active:not(.btn-active),
.btn.btn-light.active,
.btn.btn-light.show,
.show>.btn.btn-light {
    color: #2C2C2C !important;
}

.btn-white {
    padding: 10px 15px !important;
}

.btn-check:checked+.btn.btn-white,
.btn-check:active+.btn.btn-white,
.btn.btn-white:focus:not(.btn-active),
.btn.btn-white:hover:not(.btn-active),
.btn.btn-white:active:not(.btn-active),
.btn.btn-white.active,
.btn.btn-white.show,
.show>.btn.btn-white {
    color: #FFF !important;
    background-color: var(--main-color) !important;
}

.btn-check:checked+.btn.btn-white svg path,
.btn-check:active+.btn.btn-white svg path,
.btn.btn-white:focus:not(.btn-active) svg path,
.btn.btn-white:hover:not(.btn-active) svg path,
.btn.btn-white:active:not(.btn-active) svg path,
.btn.btn-white.active svg path,
.btn.btn-white.show svg path,
.show>.btn.btn-white svg path {
    fill: #FFF;
}

.btn-check:checked+.btn.btn-white svg path[stroke],
.btn-check:active+.btn.btn-white svg path[stroke],
.btn.btn-white:focus:not(.btn-active) svg path[stroke],
.btn.btn-white:hover:not(.btn-active) svg path[stroke],
.btn.btn-white:active:not(.btn-active) svg path[stroke],
.btn.btn-white.active svg path[stroke],
.btn.btn-white.show svg path[stroke],
.show>.btn.btn-white svg path[stroke] {
    stroke: #FFF;
}


.btn-check:checked+.btn.btn-white span,
.btn-check:active+.btn.btn-white span,
.btn.btn-white:focus:not(.btn-active) span,
.btn.btn-white:hover:not(.btn-active) span,
.btn.btn-white:active:not(.btn-active) span,
.btn.btn-white.active span,
.btn.btn-white.show span,
.show>.btn.btn-white span {
    color: #FFF !important;
}

.btn.btn-info {
    color: #FFFFFF;
    border-color: #7E90D4;
    background-color: #7E90D4;
}

.btn-check:checked+.btn.btn-info,
.btn-check:active+.btn.btn-info,
.btn.btn-info:focus:not(.btn-active),
.btn.btn-info:hover:not(.btn-active),
.btn.btn-info:active:not(.btn-active),
.btn.btn-info.active,
.btn.btn-info.show,
.show>.btn.btn-info {
    border-color: #606fa8 !important;
    background-color: #606fa8 !important;
}


.btn-light-primary {
    /* background-color: rgba(22, 22, 22, , 0.8) !important; */
    background-color: rgb(233, 233, 233) !important;
}

.btn-light-primary svg path {
    /* fill: var(--main-color); */
}

.btn-light-primary:is(:hover, :focus, :active) svg path {
    fill: var(--whiteColor) !important;
}

.form-check-input[type=checkbox] {
    border-radius: 4px;
}

.rest-btn {
    background: transparent;
    border: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.bg-primary {
    background-color: var(--main-color) !important;
}

.aside,
.header .header-brand {
    background-color: #1E2124;
}

.aside .aside-toolbar .aside-user {
    border-bottom: 1px solid rgba(56, 60, 66, 0.40);
    border-top: 1px solid rgba(56, 60, 66, 0.40);
}

#kt_aside_mobile_toggle i {
    font-size: 18px;
}

.aside-menu .menu .menu-item .menu-link {
    font-size: 14px;
    font-weight: 500;
}

.aside-menu .menu .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #9c9ca9;
}

.aside-menu .menu .menu-item .menu-link .menu-title {
    color: #d7d7d7;
}

.aside,
.header .header-brand {
    background-color: #02212c;
}

/* aside-menu */
/* .aside-menu .menu>.menu-item {
    margin-bottom: 0;
    padding: 0;
}

.aside-menu .menu .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #9c9ca9;
}

.aside-menu .menu .menu-item .menu-link .menu-title {
    color: #f1f1f1;
}

.aside-menu .menu .menu-item .menu-link {
    font-size: 14px;
    padding: 12px 18px 12px 20px;
    border-radius: 0;
    border-inline-start: 5px solid transparent;
}

.aside-menu .menu .menu-item .menu-link.active {
    border-inline-start-color: #FFF;
}

.aside-menu .menu-item .menu-link .menu-icon {
    margin-left: 11.3px;
    width: 20px !important;
    height: 20px !important;
}

.aside-menu .menu-item .menu-link .menu-icon svg {
    width: 20px !important;
    height: 20px !important;
}

.aside-menu .menu .menu-item .menu-link.active {
    background-color: var(--main-color);
    font-weight: 500;
}

.aside-menu .menu .menu-item .menu-link:hover {
    background-color: #2C2F32 !important;
}

.aside-menu .menu .menu-item .menu-link.active:hover {
    background-color: var(--main-color) !important;
}

.aside-menu .menu .menu-item .menu-link.active .menu-title {
    color: #FFF
}

.aside-menu .menu .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #FFF;
}

.aside-menu .menu .menu-item .menu-link.active .menu-icon .svg-icon svg [stroke]:not(.permanent):not(g) {
    stroke: #FFF;
}

.aside-menu .menu .menu-item.hover>.menu-link:not(.disabled):not(.active),
.aside-menu .menu .menu-item .menu-link:hover:not(.disabled):not(.active) {
    background-color: #2C2F32 !important;
    border-inline-start-color: transparent;
}

.aside-menu .menu-item .menu-link .menu-badge .badge {
    background-color: #F1416C;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 18px;
    min-width: 18px;
    font-size: 10px;
}

.aside-menu .menu-item .menu-icon i {
    color: #b5b5c3;
    font-size: 17px;
} */

.number-size {
    font-size: 35px;
}

div.dataTables_wrapper div.dataTables_length {
    padding-left: 10px;
}

/* rest */
.text-hover-primary:hover {
    color: var(--main-color);
}

.header-brand img {
    width: 120px;
}

/* .header-brand {
    border-bottom: 1px solid rgba(56, 60, 66, 0.23);
} */

@media (min-width: 992px) {
    .aside-minimize {
        left: 19px !important;
    }

    #kt_aside_toggle svg {
        width: 14.29px !important;
        height: 14.47px !important;
    }

    #kt_aside_toggle svg path {
        fill: #FFF;
    }
}


.sign-page .login-bg {
    background-image: url("../images/login-bg3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.sign-page .login-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #18191B;
    opacity: 0.7;
    z-index: -1;
}

.sign-page .logo {
    position: relative;
    z-index: 2;
}

.sign-page .logo img {
    width: 150px;
}

.sign-page .login-text {
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}

@media (max-width: 575px) {
    .sign-page .sign-box {
        width: 90% !important;
    }
}

.header .toolbar .menu-sub-dropdown i {
    font-size: 29px;
    color: var(--main-color);
}

@media (min-width: 992px) {
    .header .header-brand {
        justify-content: center;
        position: relative;
    }

    .aside-minimize {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 991px) {
    .header-brand img {
        width: 100px;
    }
}

.settings-page .image-input {
    margin-top: 30px !important;
    border: 4px solid #DDD;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid var(--main-color) !important;
    font-weight: bold;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
    border-bottom-width: 3px;
    font-size: 13px;
    color: #969696;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,
.nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link,
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled) {
    border-bottom-width: 3px;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
    display: none !important;
}

table.dataTable>thead>tr>th:not(.sorting_disabled),
table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding: 15px 0.75rem;
}


.modal-header {
    padding: 10px 15px !important;
}

.modal-header .modal-title {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
}

.modal-header svg path,
.modal-header svg rect {
    fill: #484E56 !important;
    opacity: 1;
}

.modal-header [aria-label="Close"] span {
    color: #FFF;
}

.modal-header .btn.btn-active-light-primary:hover:not(.btn-active),
.modal-header .btn.btn-active-light-primary.show {
    background-color: inherit !important;
}

.modal-header .btn.btn-active-light-primary:hover:not(.btn-active),
.modal-header .btn.btn-active-light-primary.show {
    background-color: inherit !important;
}

@media (max-width: 991.98px) {
    .modal-header .toolbar {
        flex-direction: row;
        background-color: inherit !important;
    }
}

.fa-exclamation-circle {
    color: var(--main-color);
}

/* .form-check.form-check-solid .form-check-input {
    background-color: #dfdfdf !important;
} */

/* .form-check.form-check-solid .form-check-input:checked {
    background-color: #50CD89 !important;
} */

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
    text-align: start;
}

.table>thead {
    background: #f5f5f5;
}

.table tr:first-child,
.table th:first-child,
.table td:first-child {
    padding-right: 15px !important;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #525252 !important;
    font-weight: normal;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__remove {
    left: 4px;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    background-color: var(--main-color);
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: 'Tajawal', sans-serif;
    height: 20px;
}

.select2-container--bootstrap5 .select2-selection__clear {
    display: none;
}

.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field {
    font-weight: normal;
    font-size: 12px;
}

.form-select-lg+.select2-container .select2-selection {
    min-height: 50px !important;
}

.form-group .select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    color: #B5BCC7;
    position: relative;
    top: -2px;
    padding: 0;
    font-weight: normal;
}

.card .card-header {
    padding: 0;
    margin: 0 25px;
    min-height: 55px;
}

.card .card-header h3 {
    font-size: 15px;
}

.card .card-body {
    padding: 15px 25px;
}

.note-toolbar .dropdown-toggle::after {
    display: none;
}

/* summer note */
.note-editor .note-toolbar .note-color .dropdown-toggle {
    padding-left: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.note-btn-group>.note-btn-group:not(:last-child)>.note-btn,
.note-btn-group>.note-btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px !important;
    margin: 0 2px;
}

.note-btn-group>.note-btn-group:not(:first-child)>.note-btn,
.note-btn-group>.note-btn:not(:first-child) {
    border-radius: 3px !important;
}

.note-color-all.open .note-dropdown-menu {
    display: flex;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: auto;
}

@media (max-width: 991px) {
    .note-color-all.open .note-dropdown-menu {
        flex-direction: column;
        align-items: flex-end;
    }
}

.note-editable,
.note-placeholder {
    font-family: 'Tajawal', sans-serif !important;
}


.note-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding: 15px 20px !important;
}

.note-modal-header .close {
    float: none;
    opacity: 1 !important;
    display: flex;
    align-items: center;
}

.note-modal-header .close i {
    color: #000;
}

.note-modal-header .note-modal-title {
    font-size: 15px;
    color: #42515f;
}

.note-modal-body {
    padding: 20px 15px !important;
}

.note-modal-footer {
    display: flex;
    align-items: center;
    height: auto !important;
    justify-content: flex-end;
    padding: 15px !important;
    border-top: 1px solid #DDDDDD;
}

.note-form-label {
    font-size: 15px !important;
    color: #42515f !important;
    font-weight: normal !important;
}

.note-modal-footer .note-btn {
    float: none;
}

.note-modal-content {
    border: none !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

@media (min-width: 768px) {
    .note-modal-content {
        margin: 20vh auto !important;
    }
}

.note-modal-content .note-modal-body [type="checkbox"] {
    margin: 0 5px !important;
}

.btn-outline-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--main-color) !important;
    border-radius: 100vmax;
}

.btn-outline-primary span {
    color: var(--main-color);
}

.btn-outline-primary:hover {
    border: 1px solid var(--main-color) !important;
    background-color: var(--main-color);
}

.btn-outline-primary:hover span {
    color: #FFF;
}

.btn-outline-primary:hover svg path {
    fill: #FFF;
}

.btn-gray {
    color: var(--main-color);
    background-color: #F9FAFB;
    padding: 6px 15px !important;
    border-radius: 20vw;
    display: flex;
    align-items: center;
}


.btn-gray:hover {
    color: #FFF;
    background-color: var(--main-color);
}

.btn-gray:hover svg path {
    fill: #FFF;
}

.btn-gray:hover span {
    color: #FFF !important;
}

.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
    fill: #6b6b6b;
}

@media (max-width: 575px) {

    .table tr:first-child,
    .table th:first-child,
    .table td:first-child {
        padding-right: 25px !important;
        padding-left: 10px !important;
    }

    table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
    table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
        right: 5px;
        left: auto;
    }
}


[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
    direction: rtl;
}

#tinymce_Des+.tox-tinymce {
    height: 300px !important;
}

.apexcharts-text,
.apexcharts-title-text,
.apexcharts-legend-text {
    font-family: 'Tajawal', sans-serif !important;
}

.apexcharts-legend-text {
    margin: 0 5px;
}

.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),
.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
    background-color: #F5F8EF;
}

/* header */
.header .head-userMenu .menu-sub-dropdown {
    width: 236px !important;
    top: 23px !important;
}

.header .menu-item.logout svg path {
    fill: #d62b18;
}

.header .menu-item.logout span {
    color: #d62b18;
}

.app-toolbar {
    margin-bottom: 12px;
}

.page-title .breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
}

.page-title .breadcrumb .breadcrumb-item:after {
    display: none;
}

.page-title .breadcrumb .breadcrumb-item a {
    font-weight: 500;
    font-size: 15px;
}

.page-title .breadcrumb .breadcrumb-item span {
    font-weight: 500;
    font-size: 15px;
    color: #484E56;
    padding-inline-start: 6px
}

.page-title .breadcrumb .breadcrumb-item .arrow {
    font-weight: bold;
    color: #484E56;
}

/* card boxs */
.reporst-cards-boxs .card {
    border-radius: 9px;
    background: var(--whiteColor);
    padding: 21px 24px 21px 5px;
    min-height: 103px;
    transition: all .3s;
    display: flex;
    flex-direction: row;
    position: relative;
}

.reporst-cards-boxs .card .card-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 3px 6px rgba(241, 241, 253, 0.45);
    transition: 0.7s;
}

.reporst-cards-boxs .card .card-icon svg {
    width: 25px;
    height: 25px;
}

.reporst-cards-boxs .card .card-info {
    margin-inline-start: 12px;
}

.reporst-cards-boxs .card .card-info p {
    color: var(--text-dark-color);
    font-size: 15px;
    margin-bottom: 18px;
    font-weight: 500;
}

.reporst-cards-boxs .card .card-info span {
    color: #7E90D4;
    font-weight: bold;
    font-size: 20px;
}

.apexcharts-tooltip-series-group {
    text-align: right !important;
    justify-content: flex-start !important;
    gap: 5px;
}

.custom-table tr:last-child,
.custom-table th:last-child,
.custom-table td:last-child {
    padding-left: 0.75rem;
}

.custom-table thead {
    background: var(--thead-bg);
}

.custom-table th {
    font-size: 12px;
    font-weight: 600;
}

.custom-table tbody tr td {
    font-size: 14px;
    color: #676767;
    font-weight: 500;
}

.custom-table .badge {
    font-weight: 500;
    font-size: 14px;
    padding: 7px 18px;
}

.status-active {
    color: #08C2FF;
    font-weight: 500;
}

.status-complete {
    color: #15B392;
    font-weight: 500;
}

.badge-light-success {
    color: #50CD89;
    background-color: #E8FFF3;
}

.badge-light-info {
    color: #009EF7;
    background-color: #F1FAFF;
}

.badge-light-warning {
    color: #EBA84E;
    background-color: #FDF5E9;
}

.badge-light-danger {
    color: #D62121;
    background-color: #fcecee;
}

.bg-light-main-primary.active {
    background: rgba(175, 84, 127, 0.09) !important;
}

.form-check.form-check-solid.form-check-success .form-check-input:checked {
    background-color: var(--main-color) !important;
}

/* toast style */
#toast-container>div {
    opacity: 1;
    box-shadow: none !important;
}

#toast-container>.toast {
    background-image: none !important;
}

#toast-container {
    right: 12px !important;
    bottom: 12px !important;
    top: unset !important;
}

.toast-success {
    background-color: var(--main-color);
}

#toast-container .toast-message {
    font-size: 14px;
}

.form-control {
    font-weight: normal;
}

.form-control::placeholder {
    font-size: 12px;
    color: #B5BCC7;
    position: relative;
    top: -2px;
    font-weight: normal;
}


.form-control.form-control-solid {
    background-color: var(--searchBg);
    border-radius: 8px;
}

.form-control[disabled],
.form-control.disabled {
    color: #5A5A5A !important;
    background: #F9F9F9 !important;
    border: none !important;
}

.form-control-lg {
    padding: 1rem 1.5rem;
}

.image-input.image-input-circle [data-kt-image-input-action=change] {
    left: 0px;
    top: 0;
}

.image-input.image-input-circle [data-kt-image-input-action=cancel],
.image-input.image-input-circle [data-kt-image-input-action=remove] {
    left: 0;
    bottom: 0;
}

/* cut text */
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn.btn-outline-light {
    border: 1px solid rgba(114, 100, 214, 0.11) !important;
    color: #878F99;
}

.daterangepicker .drp-calendar td.active {
    background-color: var(--main-color) !important;
}

/* form-group-box */
.form-group-box {
    margin-bottom: 15px;
}

.form-group-box label {
    margin-bottom: 9px;
    font-size: 14px;
    color: #3B3F47;
    font-weight: 500;
}

.form-group-box label span {
    font-size: 15px;
    color: var(--main-color);
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
}

.form-group-box .form-control {
    border-color: E4E6EF;
    box-shadow: none !important;
    outline: none !important;
    height: 42.9375px;
    /* border-radius: 23px; */
    border-radius: 0.475rem;
    font-size: 14px;
    font-weight: 500;
}

.form-group-box .form-control:focus,
.form-group-box .form-control:active {
    border-color: var(--main-color);
}

.form-group-box .form-control::-webkit-input-placeholder {
    color: #A1A5B7;
    font-size: 13px;
    font-weight: 500;
}

.form-group-box .form-control::-moz-placeholder {
    color: #A1A5B7;
    font-size: 13px;
    font-weight: 500;
}

.form-group-box .form-control:-ms-input-placeholder {
    color: #A1A5B7;
    font-size: 13px;
    font-weight: 500;

}

.form-group-box .form-control::-ms-input-placeholder {
    color: #A1A5B7;
    font-size: 13px;
    font-weight: 500;

}

.form-group-box .form-control::placeholder {
    color: #A1A5B7;
    font-size: 13px;
    font-weight: 500;
}

.form-group-box .form-control:disabled {
    background-color: #F7F7F7;
}

.form-group-box .form-control:disabled:focus,
.form-group-box .form-control:disabled:active {
    border-color: rgba(181, 181, 181, 0.2);
}

/* .form-group-box textarea {
    height: 90px !important;
} */

.form-control-icon {
    width: 100%;
    position: relative;
}

.form-control-icon .form-control {
    -webkit-padding-end: 50px;
    padding-inline-end: 50px;
}

.form-control-icon span {
    position: absolute;
    inset-inline-end: 16px;
    inset-block-start: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    user-select: none;
    pointer-events: none;
}

/* form-modal */

/* @media (min-width: 992px) {
    .form-modal .modal-dialog {
        max-width: 588px;
    }
} */

.form-modal .modal-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-radius: 18px;
}

.form-modal .modal-body {
    padding: 20px 37px 17px;
}

@media (max-width: 992px) {
    .form-modal .modal-body {
        padding: 20px 15px;
    }
}

.form-modal .form-modal-header {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(160, 164, 182, 0.11);
}

.form-modal .form-modal-header h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 0;
}

.form-modal .close-modal {
    position: absolute;
    inset-inline-end: 10px;
    inset-block-start: 15px;
    width: 31px;
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-modal-action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
}

.form-modal-action .btn {
    min-width: 130px;
    height: 45px;
    font-weight: 500;
    font-size: 16px;
}

.form-modal-action .btn.btn-secondary {
    background-color: #F1F3F6;
}

.form-modal-body .form-modal-inner.scroll {
    max-height: 420px;
    overflow-y: auto;
    padding: 0 5px;
}

.form-group {
    margin-bottom: 17px;
}

.form-group label {
    margin-bottom: 14px;
    font-size: 14px;
}

.form-group .form-control {
    border-radius: 9px;
    height: 48px;
}

.form-group .form-control-solid {
    background-color: #F9F9F9;
}

.form-group .form-select.form-select-solid {
    background-color: #F9F9F9;
}

.form-group .form-select-lg+.select2-container .select2-selection {
    min-height: 48px !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-left: 0 !important;
    padding-inline-start: 90px !important;
}

/* small-modal */
@media (min-width: 992px) {
    .small-modal .modal-dialog {
        max-width: 365px;
    }
}

.small-modal .close-modal {
    position: absolute;
    inset-inline-end: 16px;
    inset-block-start: 14px;
    width: 31px;
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.small-modal .modal-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-radius: 20px;
}

.small-modal .modal-body {
    padding: 28px 22px 23px;
}

.small-modal .small-modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.small-modal .small-modal-body .img {
    margin-bottom: 14px;
}

.small-modal .small-modal-body h5 {
    font-size: 18px;
    font-weight: 500;
    color: #3B3F47;
    margin-bottom: 10px;
}

.small-modal .small-modal-body p {
    font-size: 14px;
    color: #7B7B7B;
    line-height: 32px;
}

.small-modal .small-modal-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12.5px;
}

.small-modal .small-modal-action .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 14px;
    width: 100%;
    height: 45px;
    font-weight: 500;
    border-radius: 25px;
}


/* dialog-modal */
@media (min-width: 992px) {
    .dialog-modal .modal-dialog {
        max-width: 365px;
    }
}

.dialog-modal .modal-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-radius: 20px;
}

.dialog-modal .modal-body {
    padding: 46px 20px 29px;
}

.dialog-modal .dialog-modal-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dialog-modal .dialog-modal-wrap .dialog-modal-content h5 {
    font-size: 16px;
    font-weight: 500;
    color: #3B3F47;
    margin-bottom: 10px;
}

.dialog-modal .dialog-modal-wrap .dialog-modal-action {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.dialog-modal .dialog-modal-wrap .dialog-modal-action .btn {
    width: 111px;
    height: 35px;
    font-weight: 500;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog-modal .close-modal {
    position: absolute;
    inset-inline-end: 10px;
    inset-block-start: 10px;
    width: 31px;
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-light-primary {
    background-color: rgba(175, 84, 127, 0.10) !important;
}

.badge-light-primary {
    color: var(--main-color);
    background-color: rgba(175, 84, 127, 0.14)
}

.btn.btn-light-danger {
    background-color: rgba(241, 65, 108, 0.08);
}

/* form-check */
.form-check-input[type=radio]:not(:checked).wrong-answer {
    background-color: #F0406C;
    border-color: #F0406C;
}

.form-check-input[type=radio]:not(:checked).wrong-answer {
    position: relative;
}

.form-check-input[type=radio]:not(:checked).wrong-answer:after {
    content: '';
    position: absolute;
    inset-block-start: 50%;
    inset-inline-end: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background-color: #FFF;
    border-radius: 50%;
}

.number-noarrow::-webkit-outer-spin-button,
.number-noarrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-noarrow[type=number] {
    -moz-appearance: textfield;
}

.app-toolbar {
    margin-bottom: 12px;
}

.app-toolbar .app_toolbar-btns .btn {
    padding: 8px 13px !important;
    border-radius: 30px;
    flex-shrink: 0;
}

.app-toolbar .flex-stack {
    flex-wrap: wrap;
    gap: 15px;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    padding: 4px 8px;
    font-size: 12px !important;
    height: auto;
    width: auto;
    color: #2C2C2C;
    font-weight: normal;
    line-height: 1.2;
}

.pagination .page-item.active .page-link {
    color: #FFF;
    font-weight: bold;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    min-width: auto;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #F5F5F5 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}


.input-bg-50 {
    background: #FCFCFD !important;
}


/* new in Round in Oman Dashboard  9-10-2024*/

/* filter-btn */
.filter-btn:hover svg path,
.filter-btn:focus svg path,
.filter-btn:active svg path {
    stroke: #FFF !important;
}

/* filter-modal */

.filter-modal .form-group-box .form-control {
    border-color: #F4F6F8;
    height: 35px;
    border-radius: 23px;
    font-size: 12px;
}

.filter-modal .form-group-box>label {
    font-size: 13px;
    color: #2C2C2C;
    font-weight: 500;
}

.filter-modal .form-group-box .select2-container--bootstrap5 .select2-selection--single {
    height: 35px;
}

.filter-modal .form-group-box .form-select {
    border-color: #F4F6F8 !important;
}

.filter-modal .form-group-box .form-control::placeholder {
    font-size: 12px;
}

.filter-modal .select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
    color: #BFBABA;
    font-size: 12px;
}

.filter-modal .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}

.filter-modal .form-check.form-check-custom.form-check-sm .form-check-input {
    height: 14px;
    width: 14px;
}

.filter-modal .form-check.form-check-custom .form-check-label {
    font-size: 13px !important;
    color: #2C2C2C;
}

.select2-dropdown .select2-results__option {
    font-size: 14px !important;
    color: #181818;
}

.nav-btns {
    border-bottom: 0;
    width: 100%;
    gap: 10px;
}

.nav-btns .nav-item .nav-link {
    border: 1px solid #DDD;
    border-radius: 20px;
    padding: 5px 20px;
    margin: 0;
    font-weight: 500;
}

.nav-btns .nav-item .nav-link.active {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: #FFF;
}

.nav-btns .nav-item .nav-link:hover {
    color: var(--main-color);
}

.nav-btns .nav-item .nav-link:hover.active {
    border-bottom: 1px solid #259b9a;
    color: #FFF !important;
}


.image-album-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
}

.large-table thead tr th:not(:first-child) {
    min-width: 100px;
}

.large-table tbody tr td:not(:first-child) {
    min-width: 100px;
}


.table th:first-child,
.table td:first-child {
    padding-right: 30px !important;
    padding-left: 20px !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    right: 5px;
    left: auto;
}

.ck.ck-editor__editable_inline {
    border-color: #c4c4c4 !important;
}


.checkbox-wrap {
    min-width: 106.5px;
    height: 30px;
    background-color: var(--main-color);
}

.checkbox-wrap .form-check.form-check-custom.form-check-sm .form-check-input {
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-color: #FFF;
    border-radius: 2px;
    border-width: 1.3px !important
}

@media(max-width: 1200px) {
    .ck.ck-dropdown__panel {
        max-width: 60vw;
        width: max-content !important;
    }

    .ck .ck-toolbar__items {
        flex-flow: row wrap !important;
    }
}

.password-container {
    position: relative;
}

.password-input {
    padding-inline-end: 40px;
    width: 100%;
}

.toggle-password {
    position: absolute;
    inset-inline-end: 15px;
    top: 15px;
    cursor: pointer;
}

.toggle-password svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke-width: 2;
}

.toggle-password svg>* {
    stroke: #666666 !important;
}

.input-nav-box {
    position: relative;
}

.input-nav-box .input-nav .nav {
    border-bottom: 0;
    justify-content: flex-end;
    position: absolute;
    left: 3px;
    top: -5px;
    z-index: 2;
}

.input-nav-box .input-nav .nav .nav-item {
    margin-left: 3px;
}

.input-nav-box .input-nav .nav .nav-item:last-child {
    margin-left: 0;
}

.input-nav-box .input-nav .nav .nav-item .nav-link {
    font-size: 12px;
    color: #BEC1CE;
    background: #F7F8FA;
    padding: 3px 5px;
    width: 75px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: #E4E6EF #E4E6EF #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.input-nav-box .input-nav .nav .nav-item .nav-link.active {
    color: #727272;
    border-color: #a7a7a7 #a7a7a7 #fff;
    background: #FFF;
}

.input-nav-box .input-nav .tab-content .tab-pane textarea {
    height: 100px !important;
}

/* textarea-input */
.textarea-input {
    position: relative;
}

.textarea-input label {
    cursor: pointer;
    width: 13.54px;
    height: 13.54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textarea-input label .file-input {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.textarea-input .attachment-inputs {
    position: absolute;
    inset-inline-end: 20px;
    top: 23px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
}

.reply-textarea {
    height: 40px;
    border-radius: 20px;
}

.rounded-20px {
    border-radius: 20px !important;
}

.badge-emerald {
    background-color: #337CCF !important;
}

.bg-emerald {
    background-color: #337CCF !important;
    
}

.btn-emerald {
    background-color: #337CCF !important;
    color: #fff !important;
}

.btn-emerald .svg-icon {
    color: #fff !important;
}

.aside-menu .menu .menu-item .menu-link .menu-icon i {
    font-size: 15px;
    color: #b5b5c3;
}

.btn-fuchsia {
    background-color: #4a044e !important;
    color: #fff !important;
}
.bg-fuchsia {
    background-color: #4a044e !important;
}
.bg-reefgold {
    background-color: #cfd121 !important;
}
.badge-reefgold {
    background-color: #cfd121 !important;
}

.badge-cognac {
    background-color: #84391c !important;
}

.badge-fuchsia {
    background-color: #4a044e !important;
}
.badge-forest-green {
    background-color: #1a9e23 !important;
}

.badge-jacksons-purple {
    background-color: #251a9e !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-70 {
    width: 70% !important;
}

.w-65 {
    width: 65% !important;
}

.w-60 {
    width: 60% !important;
}

.loader-wapper-ajax {
    position: absolute;
    height: 100vh;
    background: #ffffffbd;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
}

.loader-wapper-ajax img {
    -webkit-animation: scale 0.9s linear forwards infinite;
    animation: scale 0.9s linear forwards infinite;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}


.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3C69E3;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.my-page {
    position: relative;
}

.filter-date-box {
    position: relative;
}

.filter-date-box .filter-date-label {
    position: absolute;
    right: 13px;
    top: 0;
    padding-left: 5px;
    border-left: 1px solid rgba(112, 112, 112, 0.04);
    height: 100%;
    line-height: 40px;
}

.filter-date-box .form-control {
    padding-inline-start: 90px;
}

.filter-date-box .arrow {
    position: absolute;
    left: 13px;
    top: 10px;
    pointer-events: none;
}

.header-brand img {
    /* width: 90px; */
    filter: invert(1) brightness(10) !important;
}
