:root {
    --bs-secondary-border-subtle: #b5bbc3;
}

.idf,
.idf:active {
    border-style: solid;
    border-radius: 4px
}

:root {
    --main-color: #1d3996;
    --bs-error-message-bg: #f8d7da;
    --bs-white-font-bg: #fff;
    --bs-white-bg: #fff;
    --bs-table-th-bg: #f1f5f9;
    --bs-box-bg: #efeae6;
    --tutorial-bg: #fff;
    --tutorial-bg-hover: #e2e1e1;
    --digital-signature-title-color: #29134e;
    --bs-digital-signature-bg: #efeae6;
    --bs-border-color: #dce7f1;
    --bs-link-color-rgb: 29, 57, 150;
    --bs-link-hover-color-rgb: 54, 75, 152;
    --bs-input-bg: #fff;
    --bs-document-card-title-border: #cec7d5;
    --bs-file-drop-hover: #f0f6ff;
}

.display-mobile-only,
.display-mobile-only-flex,
.grecaptcha-badge,
.sidebar-backdrop {
    display: none !important
}

.box-hover:hover {
    background-color: #f7f2f0
}

.digital-signature-title-color {
    color: var(--digital-signature-title-color) !important
}

#main_dev {
    transition: background-color, color !important
}

.form-select {
    display: inline-block;
    text-align: right !important
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    cursor: pointer
}

.checkbox-text {
    margin-right: 10px;
    position: relative;
    top: 2px
}

.page-heading {
    margin-top: 30px !important;
    margin-bottom: 15px !important
}

.modal-footer {
    justify-content: flex-start
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin: 0 !important
}

.dselect-wrapper {
    width: fit-content !important;
    display: inline-block !important
}

.table thead th {
    color: #475569 !important;
    font-size: .875rem !important;
    padding: .75rem 1.5rem !important;
    text-transform: capitalize !important;
    background-color: var(--bs-table-th-bg);
    text-align: center
}

.ps__rail-y {
    display: block !important;
    position: fixed !important;
    opacity: 1 !important;
    right: -20px !important;
    visibility: hidden !important
}

.close,
.close_btn {
    right: 5px;
    top: 5px
}

.btn-big {
    min-width: 150px
}

* {
    font-weight: 700 !important
}

@media print {

    .col-md-10,
    .col-md-12,
    .col-md-2,
    .col-md-4,
    .col-md-6,
    .col-md-8 {
        width: 100% !important
    }

    .btn,
    .btn_accessibility,
    .dont_print,
    .page-heading,
    .sidebar-desktop,
    .topbar-menu,
    .button,
    .warning_message,
    .info_message,
    .error_message {
        display: none !important
    }

    #main_div {
        padding: 0;
        margin: 0
    }
}

@media screen and (max-width:1199px) {
    .modal-dialog {
        max-width: 100% !important;
        margin: 0px !important
    }

    .form-select {
        max-width: none !important;
    }

    .appointment_box,
    .col-md-10,
    .col-md-4,
    .col-md-6,
    .col-md-8,
    .dselect-wrapper,
    .form-control,
    .mobile-full-size,
    .topbar-menu {
        width: 100% !important
    }

    .modal-content {
        max-width: 95% !important;
        min-height: auto !important;
        overflow-y: auto !important;
    }

    .float-right-mobile {
        float: right !important
    }

    .mobile-full-size {
        margin: 0 !important
    }

    .row_count_text {
        position: static !important;
        margin: 10px
    }

    .display-pc-only,
    .driver-popover-arrow {
        display: none !important
    }

    .offset-md-4 {
        margin-right: 0 !important
    }

    .dselect-clear {
        padding: 0 !important;
        top: 1px;
        position: absolute;
        right: 5px
    }

    .form-select {
        padding: .375rem 1.35rem .375rem 1.75rem;
    }

    .form-control {
        display: block
    }

    .display-mobile-only,
    .dselect-wrapper {
        display: block !important
    }

    .display-mobile-only-flex {
        display: flex !important
    }

    .table>:not(caption)>*>* {
        padding: .6rem 0 !important;
        font-size: 14px !important
    }

    .table thead th {
        padding: .75rem .5rem !important
    }

    .table tbody td:first-child {
        padding-right: 10px !important
    }

    .mobile-navbar {
        display: block
    }

    .btn {
        margin-top: 5px !important
    }

    .appointment_container {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
    }

    .approve_container {
        left: 35% !important
    }

    .error_message,
    .info_message,
    .success_message,
    .warning_message {
        width: calc(100% - 5px) !important
    }
}

.appointment_box,
.col-md-4 .dselect {
    width: 100% !important
}

.error_message,
.info_message,
.success_message,
.warning_message {
    margin-top: 5px
}

.dselect-clear svg {
    width: .7rem;
    height: .7rem
}

.appointment_box {
    margin: 20px 0 0 !important
}

.modal-content {
    max-height: 95% !important;
    padding: 20px !important
}

.idf {
    border-color: var(--main-color);
    background-image: url("/images/idf.png");
    width: 272px;
    height: 37px;
    background-repeat: no-repeat;
    cursor: pointer
}

.idf:active {
    box-shadow: 0 5px #666;
    transform: translateY(4px)
}

@media screen and (min-width:1199px) {
    .margin-right-pc-only {
        margin-right: 10px !important
    }

    .table thead th {
        font-size: 16px !important
    }

    .table td {
        font-size: 16px
    }

    .col-md-6 {
        width: 50%
    }

    .dselect-clear {
        padding: 0 !important;
        top: 5px;
        position: absolute;
        right: 5px
    }

    .form-select {
        padding: .375rem 1.25rem .375rem 3rem !important
    }

    .appointment_container {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
    }
}

#load,
#search,
.mobile-navbar,
.switcher input[type=checkbox] {
    display: none
}

.topbar-menu {
    background-color: var(--bs-white-bg);
    position: absolute;
    left: 0;
    height: 55px;
    box-shadow: 0 2px 4px rgba(0, 0, 20, .08), 0 1px 2px rgba(0, 0, 20, .08);
    padding: .625rem 1.5rem;
    width: calc(100% - 300px);
    text-align: left
}

.dropdown-menu {
    border: none;
    border-radius: .5rem;
    box-shadow: 0 0 1px rgba(60, 66, 87, .05), 0 3px 6px rgba(60, 66, 87, .1), 0 9px 24px rgba(60, 66, 87, .2);
    color: var(--bs-body-color);
    font-size: .875rem;
    line-height: 1.375rem;
    z-index: 9999999999
}

.dropdown-avatar {
    text-align: right !important;
    position: absolute !important;
    left: 0 !important;
    top: 10px !important
}

.error_message,
.success_message {
    margin-bottom: 1rem;
    font-family: Muli, sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 10px center
}

.close_btn {
    position: absolute;
    width: 15px;
    height: 15px
}

.form-control,
input,
select {
    display: inline-block
}

.col-md-4 .form-control,
.col-md-4 input,
.col-md-4 select,
.modal-content textarea {
    max-width: none !important
}

@media screen and (max-width:800px) {
    .appointment_box {
        width: 100% !important
    }
    .w-100-mobile{
        width: 100% !important
    }
}

.switcher input[type=checkbox]:checked+label {
    transform: rotate(360deg);
    background-color: var(--main-color)
}

.switcher input[type=checkbox]:checked+label:before {
    transform: translateX(50px);
    background-color: var(--bs-white-bg)
}

.switcher label {
    display: flex;
    width: 90px;
    height: 35px;
    border: 3px solid var(--main-color);
    border-radius: 99em;
    position: relative;
    transition: transform .75s ease-in-out;
    transform-origin: 50% 50%;
    cursor: pointer
}

.switcher input[type=checkbox]:disabled+label {
    opacity: .7
}

.switcher label:before {
    transition: transform .75s 0.5s;
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    border-radius: 50%;
    top: 5px;
    left: 6px
}

.error_message,
.info_message {
    border: 1px solid;
    height: auto
}

.error_message {
    position: relative;
    border-radius: .25rem;
    color: #721c24;
    background-color: var(--bs-error-message-bg);
    background-image: url('/images/error-logo.png');
    padding: 15px 10px 15px 40px;
    width: 100%
}

.success_message {
    position: relative;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    background-image: url('/images/success-logo.png');
    padding: 15px 15px 15px 40px;
    width: 100%
}

.info_message,
.warning_message {
    position: relative;
    margin-bottom: 1rem;
    font-family: Muli, sans-serif !important;
    font-size: 16px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 15px 10px 15px 40px;
    width: 100%;
    font-weight: 700
}

.info_message {
    border-radius: .25rem;
    color: #00529b;
    background-color: #bde5f8;
    background-image: url('/images/info-logo.png');
    background-size: 25px 25px
}

.warning_message {
    border: 1px solid;
    border-radius: .25rem;
    color: #9f6000;
    background-color: #feefb3;
    background-image: url('../images/alert-logo.png')
}
.button.button-disabled {
    opacity: 0.8;
    pointer-events: none;
    cursor: not-allowed;
}
.left_arrow,
.right_arrow {
    padding: 5px;
    cursor: pointer
}

.close {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer
}

.appointment_container {
    display: block
}

.arrow-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #d9dbe4;
    pointer-events: auto;
    opacity: 1;
    transition: opacity 1s
}

.center,
.otp_div {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center
}

.arrow,
.left-arrow {
    border-right: 15px solid #000
}

.arrow-circle.disabled {
    opacity: .3;
    pointer-events: none
}

.arrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.left-arrow {
    border-left: 0 solid #000;
    order: 1
}

.right-arrow {
    border-left: 15px solid #000;
    border-right: 0px solid #000
}

.buttons-container {
    max-width: 880px;
    display: flex
}

.in-bl,
.left_arrow {
    display: inline-block
}

.arrow-circle,
.lin,
.pointer,
.svg_fill {
    cursor: pointer
}

.error_message,
.info_message,
.success_message,
.warning_message {
    max-width: 500px !important
}

#app {
    direction: rtl
}

.theme-toggle {
    color: #fff
}

input::placeholder,
textarea::placeholder {
    text-align: right !important
}

.home_mobile_box,
.modal-content,
.modal-content>p,
.otp_div,
.separator,
.table {
    text-align: center
}

.light {
    top: 0 !important
}

.avatar-2xl img {
    width: 120px;
    height: 120px
}

.submenu_active {
    background-color: var(--bs-card-bg)
}

.appointment_box_small {
    margin-right: 10px !important
}

.appointment_box,
.nums_div {
    margin-right: 20px
}

.burger-btn i {
    font-size: 30px !important
}

.burger-btn {
    margin-top: -5px
}

.table_pages .nums_div .selected {
    background-color: var(--main-color);
    color: #fff
}

.table_pages>.right_arrow {
    position: relative;
    top: 4
}

.right_arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid var(--main-color);
    border-width: 0 3px 3px 0;
    float: right;
    margin-top: 10px
}

.left_arrow {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border: solid var(--main-color);
    border-width: 0 3px 3px 0
}

.table_pages .nums_div span {
    color: #4e4e4e;
    padding: 7px;
    border-radius: 6px;
    margin-right: 15px;
    cursor: pointer
}

.left_row_container {
    background-color: #d9dcff;
    border-radius: 5px;
    padding: 5px 5px 3px 10px
}

.row_count_text {
    position: absolute;
    top: 25px
}

.relative,
.spinner,
.spinner_text {
    position: relative
}

.otp_div {
    direction: ltr
}

.otp_div input[type=number] {
    max-width: 1.5em !important;
    flex: 1;
    width: 1.5em !important;
    line-height: 1;
    margin: .1em;
    padding: 8px 0 4px;
    font-size: 1.65em;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    border-radius: 4px
}

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

.center {
    display: flex;
    justify-content: center
}

.appointment_box_add {
    background-color: var(--main-color) !important;
    color: var(--bs-white-bg);
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
    cursor: pointer !important;
    padding: 50px 10px;
    min-height: auto !important
}

.appointment_box_add_background {
    padding-right: 16px !important;
    background-size: 35px 35px !important;
    background-image: url(/M/images/add_btn_hover.png) !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center !important
}

.close_black {
    background-image: url(/images/closeBlack.png) !important;
    padding-right: 35px !important;
    background-size: 15px 15px !important
}

.appointment_box_add:disabled,
.appointment_box_add[disabled] {
    background-color: #ccc !important;
    color: #666 !important;
    border: 1px solid #999 !important;
    cursor: not-allowed !important
}

.appointment_box_small {
    width: 270px !important;
    padding: 35px 10px
}

.appointment_box,
.home_mobile_box {
    padding: 15px 10px;
    min-height: 100px;
    cursor: pointer
}

.appointment_hover_green {
    background-color: green !important
}

.appointment_box {
    background-color: var(--bs-white-bg);
    -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 5%);
    box-shadow: 2px 2px 3px rgb(0 0 0 / 5%);
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid #d9dbe4;
    display: inline-block;
    transform: translate(0, 0);
    transition: background-color 1s, color 1s, -webkit-box-shadow .5s, box-shadow .5s, transform .5s !important
}

.appointment_box:hover,
.home_mobile_box:hover {
    -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 45%);
    box-shadow: 2px 2px 3px rgb(0 0 0 / 45%);
    transform: translate(-10px, -10px);
    transition: -webkit-box-shadow .5s, shadow .5s, transform .5s, background-color .5s !important
}

.appointment_box_focus {
    background-color: var(--main-color);
    color: var(--bs-white-bg);
    -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 45%);
    box-shadow: 2px 2px 3px rgb(0 0 0 / 45%);
    transform: translate(-10px, -10px);
    transition: background-color 1s, color 1s, -webkit-box-shadow .5s, shadow .5s, transform .5s
}

.index_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.home_mobile_box {
    box-shadow: 0 .375rem 1rem 0 rgba(19, 17, 32, .18);
    font-size: 18px;
    background-color: var(--bs-white-bg) !important;
    border-radius: 10px;
    margin-top: 20px !important;
    margin: 5px;
    border: 0 !important;
    display: inline-block;
    transform: translate(0, 0);
    transition: background-color 1s, color 1s, -webkit-box-shadow .5s, box-shadow .5s, transform .5s !important
}

@media only screen and (max-width:1650px) and (min-width:1450px) {
    .shadow_box_logo {
        right: 10% !important
    }

    .shadow_box_app_logo {
        left: 10% !important
    }
}

@media only screen and (max-width:1450px) and (min-width:1300px) {
    .shadow_box_logo {
        right: 5% !important
    }

    .shadow_box_app_logo {
        left: 5% !important
    }
}

@media only screen and (max-width:1300px) and (min-width:800px) {
    .shadow_box_logo {
        right: 30px !important
    }

    .shadow_box_app_logo {
        left: 30px !important
    }
}

@media only screen and (max-width:800px) {
    .appointment_box_mobile {
        min-height: 30px !important;
        margin-top: 15px !important
    }

    .appointment_box {
        margin-right: 0
    }

    .appointment_box_circle {
        width: auto !important;
        margin-right: 10px;
        margin-top: 15px !important;
        padding: 15px !important
    }

    .big_br,
    .shadow_box_app_logo,
    .shadow_box_logo {
        display: none
    }

    .shadow_box {
        width: 100% !important;
        -webkit-box-shadow: 0 0 0 !important;
        box-shadow: 0 0 0 !important;
        margin-top: 0 !important;
        background-color: rgba(255, 255, 255, .9) !important;
        padding: 0 !important
    }

    .mobile_div {
        padding: 20px !important
    }

    .br_90 {
        line-height: 90px !important
    }

    .shadow_box>h1 {
        padding-top: 10px
    }
}

.color_box {
    width: 10px;
    height: 3px;
    margin-left: 10px;
    display: inline-table
}

.shadow_box {
    background-color: var(--bs-white-bg);
    -webkit-box-shadow: 0 0 10px #0700ff;
    box-shadow: 0 0 10px #0700ff;
    border-radius: 30px;
    padding: 50px 20px;
    margin-top: 30px;
    width: 500px;
    min-height: 600px !important
}

.separator {
    display: flex;
    align-items: center;
    font-size: large
}

.separator::after,
.separator::before {
    content: '';
    flex: 3;
    border-bottom: 1px solid #8b8a8a
}

.separator:not(:empty)::before {
    margin-left: .55em
}

.separator:not(:empty)::after {
    margin-right: .55em
}

.float_right {
    float: right
}

.float_left {
    float: left
}

.spinner_text {
    color: #011b44;
    font-size: 26px !important;
    font-weight: 700
}

.spinner {
    height: 50px;
    border: 1px solid transparent;
    border-radius: 3px
}

.spinner:before {
    content: '';
    background-size: 50px 50px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -20px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #1d3996;
    border-top-color: #f7f7f9;
    animation: .9s linear infinite spinner
}

@keyframes spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ajax_loader_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, .3)
}

.ajax_loader_container .spinner {
    margin-top: 0
}

.modal-content>p {
    padding: 20px
}

.close_model {
    color: red;
    float: right;
    font-size: 16px;
    font-weight: 700;
    position: relative
}

.close_model:focus,
.close_model:hover {
    color: #aaa;
    text-decoration: none;
    cursor: pointer
}

.whatsapp_btn,
.whatsapp_btn:focus,
.whatsapp_btn:hover {
    background-image: url(/images/whatsapp_logo.png) !important
}

.update_btn {
    background-image: url(/M/images/Pencil-icon-hover.png) !important
}

.delete_btn {
    background-image: url(/M/images/delete-icon-hover.png) !important
}

.add_btn {
    background-image: url(/M/images/add-icon-hover.png) !important
}

.google_btn {
    background-image: url(/M/images/google-icon.png) !important
}

.outlook_btn {
    background-image: url(/M/images/outlook-icon.png) !important
}

.apple_btn {
    background-image: url(/M/images/apple-icon.png) !important
}

.yahoo_btn {
    background-image: url(/M/images/yahoo-icon.png) !important
}

.upload_btn {
    background-image: url(/M/images/upload-icon.png) !important
}

.clean_btn {
    background-image: url(/M/images/clean-icon.png) !important
}

.singup_btn {
    background-image: url(/M/images/singup-icon.png) !important
}

.approve_btn {
    background-image: url(/M/images/approve-icon.png) !important
}

.submit_btn_big {
    background-repeat: no-repeat !important;
    background-position: 5px !important;
    cursor: pointer !important;
    padding-left: 26px !important;
    width: 150px !important;
    background-size: 20px 20px !important
}

.submit_btn_big:focus,
.submit_btn_big:hover {
    background-color: var(--main-color) !important
}

.gradiant_button {
    position: relative;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 111
}

.blue_torquoise_gradiant .inner {
    background: -webkit-linear-gradient(right, #00dbde, #1d3996, #00dbde, #1d3996)
}

.blue_gradiant .inner {
    background: -webkit-linear-gradient(right, rgb(72 154 255), rgba(0, 103, 230, 1), rgb(72 154 255), rgba(0, 103, 230, 1));
}

.gradiant_button .inner {
    position: absolute;
    height: 100%;
    width: 300%;
    left: -100%;
    z-index: -1;
    transition: .4s
}

.gradiant_button:active .inner,
.gradiant_button:hover .inner {
    left: 0
}

.gradiant_button button {
    width: 100%;
    height: 100%;
    border: none;
    background: 0 0;
    outline: 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700
}

.gradiant_button .success-text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width:700px) {
    .otp_div {
        gap: 5px !important;
    }

    .otp_div input[type=number] {
        width: 1.2em !important;
    }
}

.btn-danger-dark {
    background-color: #87262f;
    border-color: #87262f;
    color: white;
}

.color-danger {
    color: #87262f;
}

.badge {
    min-width: 55px;
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.card .card-header~.card-body {
    padding-top: 1.5rem;
}

.card-rounded {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) !important;
}

.top-shadow {
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding-top: 10px;
}

.fc-event-title {
    text-align: right;
    margin-right: 3px;
}

@media (max-width: 767.98px) {
    select {
        width: 100% !important;
        margin-top: 5px !important;
    }

    .card-margin-top-mobile {
        margin-top: 2.2rem;
        border: none
    }
}

.chartGraphics {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    border: 1px solid #d9dbe4;
    background-color: white;
    border-radius: 10px;
    border-radius: 0.5rem;
    box-shadow: 0 0.375rem 1rem 0 rgba(19, 17, 32, .18);
}

body {
    top: 0px !important
}

.spinner-border-lg {
    width: 3rem;
    height: 3rem;
}

.modal-dialog {
    width: 100%;
    justify-content: center;
}

.modal-title {
    font-size: 1.5rem !important;
    text-align: center;
    width: 100%;
}

.modal-content {
    padding: 5px !important;
}

.modal-footer {
    text-align: center;
    justify-content: center;
}

.modal-fullscreen .modal-content {
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color) !important;
    border-radius: var(--bs-modal-border-radius) !important;
}

.min-w-auto {
    min-width: auto !important;
}

.max-width-none {
    max-width: none !important;
}

.arrow-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #d9dbe4;
    pointer-events: auto;
    opacity: 1;
    transition: opacity 1s;
}

.arrow-circle.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.arrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid var(--bs-gray);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.left-arrow {
    border-right: 15px solid var(--bs-gray);
    border-left: 0px solid var(--bs-gray);
    order: 1;
}

.right-arrow {
    border-left: 15px solid var(--bs-gray);
    border-right: 0px solid var(--bs-gray);
    rotate(180deg) !important;
    order: 2;
}

.document-card-title {
    border-bottom: 1px solid var(--bs-document-card-title-border) !important;
}

.bg-base-200 {
    --tw-bg-opacity: 1;
    background-color: var(--bs-box-bg);
}

.file-drop-hover:hover {
    background-color: var(--bs-file-drop-hover);
}

.border-dashed {
    border: 1px dashed var(--bs-border-color)
}

.btn-ghost {
    --bs-btn-font-weight: 600;
    --bs-btn-color: #717b84;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.5rem;
    --bs-btn-hover-color: var(--bs-gray-600);
    --bs-btn-hover-bg: var(--bs-gray-300);
    --bs-btn-hover-border-color: var(--bs-gray-300);
    --bs-btn-focus-shadow-rgb: var(--bd-gray-300-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: var(--bs-gray-300);
    --bs-btn-active-border-color: var(--bs-gray-300)
}

.btn-group-sm>.btn-icon.btn,
.btn-icon.btn-sm {
    height: 2rem;
    width: 2rem;
}

.icon-md {
    height: 1.5rem !important;
    line-height: 1.5rem !important;
    width: 1.5rem !important;
}

.bi-static-before::before {
    position: static !important;
    display: block !important;
}

.icon-lg {
    height: 2rem !important;
    line-height: 2rem !important;
    width: 2rem !important;
}

.dropdown-item {
    cursor: pointer;
}

.btn.btn-icon {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    font-size: .92969rem;
    font-weight: 400;
    height: 2.5rem;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 2.5rem;
}

.modal-md input,
.modal-md .form-select,
.modal-md .dselect-wrapper,
.modal-md textarea {
    width: 100% !important;
    max-width: none !important;
}

.modal-extra-padding .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-extra-padding .modal-footer,
.modal-extra-padding .modal-body {
    padding-right: 3rem;
    padding-left: 3rem;
}

.modal-extra-padding .modal-footer * {
    margin: 0px !important;
}

html[data-bs-theme=light] .flatpickr-input[readonly] {
    background-color: white;
}

.modal-body {
    overflow-y: auto !important;
}

html {
    height: 100%;
}

.dselect-w-100 {
    width: 100% !important;
    max-width: none !important;
}

.dselect-w-100 button {
    width: 100% !important;
    max-width: none !important;
    text-align: right !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color) !important;
    background-color: var(--bs-dropdown-link-active-bg) !important;
}

a[href]:not(.submenu-link):not(.btn):not(.underline-none):not(:has(*)) {
    text-decoration: underline !important;
}

.table-responsive {
    /* Fixes dropdown beeing clipped */
    -webkit-overflow-scrolling: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    /* optional, if you want both axes */
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem;
}

hr {
    width: 100%;
    background: var(--bs-border-color);
    height: 1px;
}

.dir-ltr {
    direction: ltr !important;
}

.placeholder-ltr::placeholder {
    direction: ltr !important;
    text-align: left !important;
}

.form-switch .form-check-input {
    width: 2.8em;
}

.modal {
    z-index: 999999999999 !important;
}

.modal-backdrop {
    z-index: 999999999 !important;
}

.text-blue,
.text-blue:hover,
.text-blue:active {
    color: var(--bs-blue);
}

#NagishLiTrigger {
    right: 10px !important;
    max-width: 50px;
    max-height: 50px;
    bottom: 20px !important;
}

#NagishLiTrigger span img {
    width: 20px;
}

.nagishli-trigger-icon {
    background-color: var(--primary) !important;
}

.cur-year {
    direction: ltr !important;
}

.max-w-100 {
    max-width: 100% !important;
}

.minh-80vh {
    min-height: 80vh
}

.minh-70vh {
    min-height: 70vh
}

.minh-60vh {
    min-height: 60vh
}

.box-shadow-primary {
    box-shadow: 0 0 10px var(--bs-primary) !important;
}

@media (max-width: 969.98px) {
    .mx-none-mobile {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.underline-none {
    text-decoration: none !important;
}

.bi-printer-fill:before {
    position: absolute;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    top: -17px;
    left: 10px;
}

.sidebar-wrapper .sidebar-header img {
    height: 2rem !important;
}

.dselect .dropdown-item {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    max-width: 100vw;
}

@media (max-width: 900px) {
    .dselect .dropdown-menu {
        right: 7vw !important;
        width: 95vw;
    }
}

.bi {
    height: auto !important;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}

.nav-line-bottom {
    border-bottom: 1px solid #f4f6f8
}

.nav-line-bottom .nav-item .nav-link {
    border-radius: 0;
    color: #637381;
    font-weight: bold;
    margin-bottom: -1px;
    padding: .875rem 1.25rem
}

@media (max-width:576px) {
    .nav-line-bottom .nav-item .nav-link {
        padding: .8rem
    }
}

.nav-line-bottom .nav-item .nav-link.active {
    background-color: transparent;
    border-bottom: 1px solid var(--bs-primary);
    color: var(--bs-primary)
}

@media (max-width:576px) {
    .nav-line-bottom .nav-item .nav-link.active {
        padding: .747rem
    }
}

.nav-line-bottom .nav-item .nav-link:hover {
    background-color: transparent;
    border-bottom: 1px solid var(--bs-primary);
    color: var(--bs-primary)
}

.nav-line-bottom .nav-item .nav-link .badge {
    line-height: 1.4
}

@media (max-width:576px) {
    .nav-line-bottom {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .nav-line-bottom::-webkit-scrollbar {
        display: none
    }
}

.nav-lb-tab {
    border-bottom: 1px solid #dfe3e8
}

@media (max-width:576px) {
    .nav-lb-tab {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .nav-lb-tab::-webkit-scrollbar {
        display: none
    }
}

.nav-lb-tab .nav-item {
    margin: 0 1.5rem
}

.nav-lb-tab .nav-item .nav-link {
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #637381;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 16px 0;
    white-space: nowrap
}

.nav-lb-tab .nav-item .nav-link.active,
.nav-lb-tab .nav-item .nav-link:hover {
    background-color: transparent;
    border-bottom: 2px solid var(--bs-primary);
    color: var(--bs-primary)
}

.nav-lt-tab {
    border-top: 1px solid #dfe3e8
}

@media (max-width:768px) {
    .nav-lt-tab {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .nav-lt-tab::-webkit-scrollbar {
        display: none
    }
}

.nav-lt-tab .nav-item {
    margin: -.0625rem 1rem 0
}

.nav-lt-tab .nav-item .nav-link {
    border-radius: 0;
    border-top: 2px solid transparent;
    color: #637381;
    font-weight: bold;
    padding: 1rem 0
}

.nav-lt-tab .nav-item .nav-link.active,
.nav-lt-tab .nav-item .nav-link:hover {
    background-color: transparent;
    border-top: 2px solid var(--bs-primary);
    color: var(--bs-primary)
}

.badge-success-soft {
    background-color: rgba(25, 135, 84, .1);
    color: #198754;
}

.badge-secondary-soft {
    background-color: rgba(71, 85, 105, .1);
    color: #475569;
}

.badge-info-soft {
    background-color: rgba(13, 202, 240, .1);
    color: #0dcaf0;
}

.badge-danger-soft {
    background-color: rgba(220, 53, 69, .1);
    color: #dc3545;
}

.img-4by3-md {
    width: 5.25rem;
}

.success-text {
    min-height: 70px !important;
}

.input-spinner .button-minus,
.input-spinner .button-plus,
.quantity-field {
    background-color: transparent;
    border-color: var(--bs-gray-300);
    color: #637381 !important;
    height: 2rem;
    width: 1.8rem;
    border-radius: .5rem;
}

.button-minus:hover,
.button-plus:hover {
    background-color: var(--bs-gray-400);
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-spinner .form-input {
    background: 0 0;
    border: 1px solid var(--bs-gray-300);
    color: var(--bs-gray-500);
    height: 100%;
    min-height: 2rem;
    text-align: center;
    width: 2rem !important;
}

.form-control-sm {
    border-radius: var(--bs-border-radius-sm);
    font-size: .765625rem;
    min-height: calc(1.5em + .5rem + var(--bs-border-width) * 2);
    padding: .25rem .5rem;
}

.form-control-sm {
    border-radius: var(--bs-border-radius-sm);
    font-size: .765625rem;
    min-height: calc(1.5em + .5rem + var(--bs-border-width) * 2);
    padding: .25rem .5rem;
}

.quantity-field .form-control-sm .form-input {
    white-space: nowrap !important;
    box-sizing: border-box;
    font-family: inherit;
    line-height: inherit;
    margin: 0;
    font-size: .765625rem;
    padding: .25rem .5rem;
    background: 0 0;
    border: 1px solid var(--bs-gray-300);
    color: var(--bs-gray-500);
    height: 100%;
    min-height: 2rem;
    text-align: center;
    width: 2rem !important;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: calc(var(--bs-border-width)*-1);
}

.quantity-field::-webkit-inner-spin-button,
.quantity-field::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

@media (max-width:1199.98px) {
    .box {
        width: 100% !important;
    }
}

.box_small {
    width: 270px !important;
    padding: 35px 10px;
    margin-right: 10px !important
}

.close_primary {
    background-image: url("/images/close_primary.png") !important;
    padding-right: 35px !important;
    background-size: 15px 15px !important
}

.box {
    -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 5%);
    box-shadow: 2px 2px 3px rgb(0 0 0 / 5%);
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid #d9dbe4;
    display: inline-block;
    transform: translate(0, 0);
    transition: background-color 1s, color 1s, -webkit-box-shadow .5s, box-shadow .5s, transform .5s !important
}

.box {
    -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 5%);
    box-shadow: 2px 2px 3px rgb(0 0 0 / 5%);
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid #d9dbe4;
    display: inline-block;
    transform: translate(0, 0);
    transition: background-color 1s, color 1s, -webkit-box-shadow .5s, box-shadow .5s, transform .5s !important;
    padding: 15px 10px;
    min-height: auto;
    cursor: pointer;
    color: white;
    margin: 20px 0 0 !important;
}

.box_small {
    margin-right: 10px !important;
    width: 270px !important;
    padding: 15px 10px;
}

.box:hover,
.home_mobile_box:hover {
    box-shadow: 2px 2px 3px rgb(0 0 0 / 45%);
    transform: translate(-10px, -10px);
    transition: -webkit-box-shadow .5s, shadow .5s, transform .5s, background-color .5s !important;
}

.box_primary {
    background-color: var(--bs-primary);
}

.quantity-field {
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}

.gradiant_button {
    position: relative;
    height: 75px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 111
}

.purple_gradiant .inner {
    background: -webkit-linear-gradient(right, rgb(21 88 171), #593cc1, rgb(36 111 204), #593cc1);
}

.form-check-input-xl {
    width: 1.75em;
    height: 1.75em;
}

.rounded-3 {
    border-radius: .5rem !important;
}

@media (min-width: 1200px) {
    .modal-xxl {
        --bs-modal-width: 1340px;
    }
}

:root {
    --dt-row-selected: 13, 110, 253;
    --dt-row-selected-text: 255, 255, 255;
    --dt-row-selected-link: 9, 10, 11;
    --dt-row-stripe: 0, 0, 0;
    --dt-row-hover: 0, 0, 0;
    --dt-column-ordering: 0, 0, 0;
    --dt-html-background: white;
}

table.dataTable>tbody>tr.selected>* {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
    color: rgb(255, 255, 255);
    color: rgb(var(--dt-row-selected-text));
}

.dtsp-name {
    text-align: right !important;
}

.dt-scroll-body {
    top: 10px;
}

.dtsp-pill {
    color: white !important;
    background-color: var(--bs-primary) !important;
}

.dtsp-panesContainer {
    display: none;
}

.dtsp-titleRow {
    padding: 0px 10px 0px 10px;
}

div.dtsp-panesContainer button.dtsp-clearAll,
div.dtsp-panesContainer button.dtsp-collapseAll,
div.dtsp-panesContainer button.dtsp-showAll {
    float: left !important;
}

.dtsp-title {
    float: right !important;
}

.dtsp-panesContainer * {
    font-weight: bold;
}

.dtsp-closeSearch {
    color: var(--bs-success);
}

.dt-info {
    margin-top: 20px;
}

#filterBadge {
    border-radius: 0.375rem !important;
    min-width: auto !important;
}

.w-fit-content {
    width: fit-content
}

.dt-search {
    margin-right: 10px;
    margin-top: 3px
}

.dt-search>label {
    font-weight: 700 !important
}

.dt-search>.form-control {
    margin-right: 5px
}

.dt-buttons {
    margin: 0 0 10px 10px;
    float: left
}

.dt-container {
    margin-top: 3px
}


.dt-paging {
    margin-bottom: 10px
}


.dt-search {
    margin-right: 10px;
    margin-top: 3px
}

.dt-search>label {
    font-weight: 700 !important
}

.dt-search>.form-control {
    margin-right: 5px;
    padding: .5rem 1rem !important;
    height: auto !important;
    font-size: 1rem !important;
}

.dt-buttons {
    margin: 0 0 10px 10px;
    float: left
}

.dt-container {
    margin-top: 3px
}

.btn-group {
    direction: rtl
}

.dt-paging {
    margin-bottom: 10px
}

@media screen and (min-width:768px) {

    .dt-info,
    .dt-paging nav {
        margin-right: 15px
    }

    .dt-paging {
        width: fit-content;
        float: right;
        padding-bottom: 15px;
    }

    .dt-length {
        width: fit-content;
        float: left;
        margin-left: 10px;
    }
}

.dt-length label,
.dt-length {
    font-weight: bold !important;
}

.dt-column-order:after,
.dt-column-order:before {
    color: var(--bs-primary)
}

.dt-column-order:before {
    bottom: 52%
}

.dt-column-order:after {
    color: var(--bs-primary)
}

.table>:not(caption)>*>* {
    border-bottom-width: var(--bs-border-width);
    padding: .75rem 1rem;
}

.dt-scroll-body .table-light {
    display: none !important;
}

.dt-scroll-body {
    top: 0px !important
}

.dt-column-title {
    margin-right: 5px;
}

.dt-column-order::before {
    margin-top: -2px;
}

.dt-column-order::after {
    margin-top: 2px;
}

.dt-scroll .dt-scroll-body {
    max-height: none !important;
    height: auto !important;
}

.dtsp-panesContainer .dt-scroll .dt-scroll-body {
    top: 10px !important;
    max-height: 200px !important;
    height: 200px !important;
}

.dt-column-order {
    left: 12px !important;
    right: auto !important;
}

.dt-column-title {
    float: right !important;
    text-align: right !important;
}

.dt-length-0 {
    width: 100px !important;
}

.dataTable {
    width: 100% !important;
    table-layout: auto !important;
    margin: 0 !important;
    border-collapse: collapse !important;
}

.dataTable th,
.dataTable td {
    white-space: nowrap !important;
    padding: 12px 15px !important;
    text-align: right !important;
    min-width: max-content !important;
}

.dataTable th:nth-child(2),
.dataTable td:nth-child(2) {
    min-width: 80px !important;
    width: 80px !important;
}

.dataTable .fixed-width-column {
    white-space: normal !important;
    word-break: break-word;
    min-width: 350px !important;
    max-width: 450px !important;
}

.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table,
.dataTables_scrollBody table {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}