@font-face {
    font-family: frutiger;
    src: url(../fonts/frutiger-lt-arabic/frutiger-lt-arabic-55-roman.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: frutiger;
    src: url(../fonts/frutiger-lt-arabic/FrutigerLTArabic-65Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #DEDEDE;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #244170;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #244170;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1360px;
    }
}

body {
    direction: rtl;
    text-align: right;
    font-family: frutiger, sans-serif !important;
    color: #263F6E;
}

h1, h2, h3, h4, p, label, .form-group {
    margin: 0;
}

h1 {
    margin-bottom: 13px;
}

h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 62px;
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

.blog-details a{
    color: #007bff;
}

.blog-details a:hover {
    color: #B68047;
}

a, a:hover {
    color: #fff;
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

a, .btn {
    transition: .2s all ease-in-out;
}

section {
    padding: 80px 0;
}

.btn {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    min-width: 98px;
    height: 36px;
    border-radius: 40px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-transparent {
    border: 1px solid #FFFFFF;
}

.btn-white {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #244170;
}

.btn-gold {
    background: #B68047;
    border: 1px solid #B68047;
    color: #FFFFFF;
}

.btn-blue {
    background: #244170;
    border: 1px solid #244170;
    color: #fff;
}

.btn-white:hover, .btn-gold:hover {
    background: #263F6E;
    border-color: #263F6E;
    color: #FFFFFF;
}


.btn-transparent:hover {
    background: #263F6E;
    border-color: #263F6E;
    color: #FFFFFF;
}

.btn-light-blue {
    background: #F7FAFE;
    border: 1px solid #D8E0ED;
    color: #263F6E;
}

.btn-light-blue:hover {
    background: #263F6E;
    border-color: #263F6E;
    color: #FFFFFF;
}

.btn-red {
    background: #721c24;
    border-color: #721c24;
    color: #FFFFFF;
}

.btn-red:hover {
    opacity: .5;
}

.mb-50 {
    margin-bottom: 50px;
}

.trb-r-8 {
    border-radius: 0 8px 0 0 !important;
}

.tlb-r-8 {
    border-radius: 8px 0 0 0 !important;
}

.custom-form-group {
    padding: 8px 16px;
    background: #F7FAFE;
    border: 1px solid #D8E0ED;
    border-radius: 8px;
    cursor: pointer;
    min-width: 220px;
    min-height: 70px;
    position: relative;
}

.custom-form-group.multiple-selects-form-group {
    min-height: initial;
}

.custom-form-group.input-form-group {
    cursor: initial;
}

.custom-form-group label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #7188A7;
    margin-bottom: 2px;
}

.custom-form-group.input-form-group .date {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #244170;
}

.custom-form-group.input-form-group label {
    margin-bottom: 4px;
}

.text-input-form-group {
    display: flex;
    flex-direction: column;
}

.text-input-form-group label {
    margin-bottom: 10px;
}

.text-input-form-group.form-group input.form-control {
    background: transparent;
    border: none;
    height: initial;
    padding: 0;
}

.text-input-form-group input:focus {
    outline: none;
    box-shadow: none;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background: transparent;
    border: none;
    color: #244170;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #244170;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-color: transparent;
    border: none;
    background-image: url(../icons/select2-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.select2-results__option--selectable {
    color: #244170;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #244170;
    color: #fff;
}

.modal .close-modal {
    cursor: pointer;
    margin-bottom: 24px;
    width: 12px;
    height: 12px;
}

.modal .close-modal:hover {
    opacity: .5;
}

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

.home-filters .form-group.custom-form-group {
    margin-bottom: 0;
}

.form-group label {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    color: rgba(19, 46, 85, 0.9);
    margin-bottom: 8px;
}

.home-filters .form-group.custom-form-group label {
    margin-bottom: 0;
}

.form-group .form-control {
    width: 100%;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #D8E0ED;
    border-radius: 8px;
    font-size: 12px;
}

.form-group textarea.form-control {
    height: initial;
}

.form-group .form-control::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #9B9B9B;
}

.form-group .form-control.otp-input,.form-group .form-control.otp-input::placeholder{
    height: initial;
    font-size: 31px;
    line-height: 30px;
    text-transform: uppercase;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control.otp-input::placeholder{
    position: relative;
    top: -7px;
}

.modal-dialog {
    max-width: 916px;
}

.modal-content {
    min-height: 160px;
    background: #FFFFFF;
    border: 1px solid #F0F9FD;
    box-shadow: 0 4px 24px rgba(19, 46, 85, 0.1);
    border-radius: 12px;
}

.full-pay-modal,
.full-pay-modal-coupon {
    max-width: 600px;
    margin: auto;
}



.full-pay-modal .modal-footer,
.full-pay-modal-coupon .modal-footer {
    padding: 0;
    justify-content: space-evenly;
    margin: 8px 3px;
}

.modal-header, .modal-footer {
    border: none;
}

.modal-footer {
    padding-top: 35px;
    padding-bottom: 35px;
}

.transparent-select2-form-group .select2-container .select2-selection--single .select2-selection__rendered {
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #D8E0ED;
    border-radius: 8px;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #244170;
}

.transparent-select2-form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 65%;
}

hr {
    border: none;
    border-bottom: 1px solid rgba(155, 155, 155, 0.3);
    margin: 16px 0;
}

.custom-checkbox-wrapper {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.custom-checkbox-wrapper input {
    display: none; /* Hide the default checkbox */
}

.custom-checkbox-wrapper img {
    position: absolute;
    left: 15%;
    top: 20%;
    display: none;
}

.custom-checkbox-wrapper a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #B68047;
    cursor: pointer;
}

.custom-checkbox {
    position: relative;
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: #F0F5FD;
    border: 1px solid #B68047;
    border-radius: 4px;
    margin-left: 12px;
}

.custom-checkbox:hover {
    background: rgba(255, 255, 255, .5);
}

.modal-footer .btn {
    min-width: 289px;
    height: 40px;
    background: #1C355E;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #FFFFFF;
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
}

.input-form-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group.input-form-group label {
    font-size: 16px;
}

.row {
    margin-right: -4px;
    margin-left: -4px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 4px;
    padding-left: 4px;
}

#content-wrapper {
    position: relative;
}

.custom-link {
    color: #000;
}

.custom-link:hover {
    color: #002752;
}

@media (max-width: 768px) {
    h4 {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
    }

    .modal-footer {
        padding: 1rem;
    }

    .modal-footer .custom-checkbox-wrapper {
        margin-bottom: 16px;
    }

    .form-group .form-control,
    .transparent-select2-form-group .select2-container .select2-selection--single .select2-selection__rendered {
        height: 40px;
        display: flex;
        align-items: center;
    }

    .mobile-nav-menu-wrapper {
        display: none;
        position: fixed;
        height: 100vh;
        width: 100%;

        left: 0;
        top: 0;
        z-index: 3;
    }

    .mobile-nav-menu {
        height: 100%;
    }

    .mobile-nav-menu .settings {
        padding: 0 1em;
    }

    .settings .group {
        background: #fff;
        border-radius: 8px;
        margin-bottom: 1em;
        padding: 0 4px;
    }

    .settings .group .item {
        padding: 1em;
        color: #244170;
        font-size: 14px;
        font-weight: 700;
    }

    .settings .group .divider {
        width: 100%;
        margin: 8px 0;
        height: 2px;
        background: #E2E8F0;
    }

    .mobile-nav-menu .menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        padding: 1em;
        margin-bottom: 1em;
    }
    .group-title{
        color: #9B9B9B;
        font-size: 14px;
        margin:0 8px 1em;
    }

    .settings .group .item .page-icon{
        background: #eee;
        padding: 7px;
        border-radius: 50%;
        width: 30px;
    }
    .settings .group .item .page-icon.logout-icon{
        transform: rotate(180deg);
    }

    #mobile-nav-menu-wrapper .modal-dialog{
        margin:  0;
        display: flex;
        align-items: end;
        height: 100%;
    }

    #mobile-nav-menu-wrapper .modal-content{
        border-radius: 12px 12px 0px 0px;
        max-height: 400px;
        min-height: initial;
        overflow: auto;
        background: #fff !important;
    }
    #mobile-nav-menu-wrapper .modal-header{
        padding-bottom: 0;
    }
    #mobile-nav-menu-wrapper .modal-body{
        padding: 0;
    }
    .mobile-nav-menu{
        padding-top: 1em;
    }
    .mobile-nav-menu .link{
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 1em;
    }
    .mobile-nav-menu .link .title{
        color: #244170;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        width: 100%;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #E2E8F0;
        padding: 1em 0;
    }
    .mobile-nav-menu .icon{
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #F0F5FD;
        margin-left: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-nav-menu .icon img{
        width: 22px;
        height: 22px;
    }
    .form-group label{
        font-size: 12px;
    }
}
