body {
    font-family: 'Lato', sans-serif;
    background-color: #F5F7FF;
    background: linear-gradient(to right, #FFFFFF, #E6F0FF, #F5F7FF);

    /* background: linear-gradient(to right, #e3edff, #eff9ff, #fff2f2); */
    /* background-color: #f1f7ff; */
}

/* For modern browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #87929c;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #87929c, #87929c);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #87929c, #1DE9B6);
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #87929c #f1f1f1;
}

/* ---------------------- main elements ---------------------- */


/* ---- colors ---- */

:root {
    --main-color: #0066FF;
    --main-color-hover: #0066FF;
    --main-header: #565656;
    --second-subtitle: #A1A3A7;
}

.main-color-bg {
    background-color: #0066FF !important;
}

.main-color-bg-200 {
    background-color: #4ea5f4 !important;
}

.main-color {
    color: #0066FF !important;
}

.main-color-500 {
    color: #5a6b83 !important;
}

.text-red {
    color: #ea5c7d !important;
}

.text-red-bg {
    background-color: #ea5c7d !important;
}

.text-red-200 {
    color: #c97187 !important;
}

.text-red-error {
    color: #dc3545 !important;
}

.text-green-ligh {
    color: #20AA9E;
}

.text-green-light-300 {
    color: #9fe9e1;
}

.text-green-ligh-bg {
    background-color: #20AA9E;
}

.text-green-ligh-bg-grad {
    background: linear-gradient(45deg, #1de099, #1dc8cd);

}


/* white */
.text-white-80 {
    color: rgba(255, 255, 255, 0.896);
}

.text-white-70 {
    color: rgba(255, 255, 255, 0.854);
}

.text_white_dark {
    color: #353c6a;
}

.text-petroleum {
    color: #464c6d;
}

.text-petroleum_200 {
    color: #868caf !important
}

.text-petroleum_50 {
    color: #6c8097 !important
}


.second_text_color {
    color: #9AC2FF;
}

.third_text_color {
    color: #343C6A;
}



.text-petroleum-light {
    color: #6F8BA4;
}

.text-petroleum2 {
    color: #1B2050;
}

.text-petroleum2-bg {
    background-color: #1B2050;
}

.text-green {
    color: #52c37f !important;
}

.text-orange {
    color: #CF637F !important;
}

/* - blue - */

.text-blue-200 {
    color: #E4EEFD !important
}

.text-blue-300 {
    color: #BDD4F5 !important
}

.text-blue-400 {
    color: #75a5ea !important
}

.text-blue-700 {
    color: #1d5398 !important
}

.text-blue-800 {
    color: #183c6a !important
}

/* - gray - */

.text-gray-100 {
    color: #e7e7e7 !important
}

.text-gray-200 {
    color: #D0D0D0 !important
}

.text-gray-300 {
    color: #b5b5b5 !important;
}

.text-gray-400 {
    color: #9C9C9C !important;
}

.text-gray-600 {
    color: #6f6f6f !important;
}

.text-gray-500 {
    color: #757474 !important;
}

.text-gray-700 {
    color: #585858 !important;
}

.text-gray-800 {
    color: #444444 !important
}

.text-gray-900 {
    color: #292929 !important
}

.text-gray-mixed-300 {
    color: #b0b1bd !important
}

.text-gray-mixed-400 {
    color: #858796 !important
}

.link-cust-text.text-gray-200:hover,
.link-cust-text.text-gray-300:hover,
.link-cust-text.text-gray-400:hover {
    color: #797878 !important;
}

.link-cust-text.text-gray-500:hover {
    color: #303032 !important;
}

/* - background - */
.bg_dark {
    background-color: #111119 !important;

}

.bg-light-blue {
    background-color: #CEEDFF !important;
}

.bg-light-purple {
    background-color: #CED3FF !important;
}

.bg-light-red {
    background-color: #FFCED4 !important;
}

.bg-light-green {
    background-color: #CEFFED !important;
}

.bg-light-orange {
    background-color: #FFD4CE !important;
}

.bg-light-yellow {
    background-color: #FFF4CE !important;
}


/* background element */
.gray_100_bg {
    background-color: #efefef;
    color: #848484;
}

.bg_hover.gray_100_bg:hover {
    background-color: #e7e7e7;
    color: #858585;
}



/* - status - */

.main-color-btn {
    background-color: #0066FF;
    color: #e5f0ff;
}

.active-color-btn {
    background-color: #CFEDFE;
    color: #38799E;
}

.not_accepted-color-btn {
    background-color: #f1f1f1;
    color: #727272;
}

.pend-color-btn {
    background-color: #FFF7E5;
    color: #F3B022;
}

.prog-color-btn {
    background-color: #E5ECFF;
    color: #484782;
}

.cancel-color-btn {
    background-color: #F8DBE7;
    color: #CF637F;
}

.done-color-btn {
    background-color: #DCFAF1;
    color: #5BB799;
}

.cancel-color {
    color: hsl(354, 100%, 76%);
}

.pend-color {
    color: #F3B022;
}

.cancel-color-bg {
    background-color: #ff838f;
}

.not_accepted-color {
    color: #a3a3a3;
}

.arrived-color {
    color: #b9ac8c;
}

.arrived-color-bg {
    background-color: #ffb200;
}

.paid-color {
    color: #03c2c3 !important;
}

.paid-color-bg {
    background-color: #03c2c3;
}

.notresp-color {
    color: #db90c7;
}

.inprog-color {
    color: #9c90db;
}

.inprog-color-bg {
    background-color: #5035df;
}

.done-color {
    color: #5BB799;
}

.done-color-bg {
    background-color: #52c37f;
}



/* border elements */

.accepted-border {
    border-left: 3px solid #0066FF;
}

.not_accepted-border {
    border-left: 3px solid #a3a3a3;
}

.arrived-border {
    border-left: 3px solid #b9ac8c;
}

.inprog-border {
    border-left: 3px solid #9c90db;
}

.notresp-border {
    border-left: 3px solid #db90c7;
}

.done-border {
    border-left: 3px solid #5BB799;
}

.cancel-border {
    border-left: 3px solid #ff838f;
}


.status-col-link.main-color-btn:hover {
    background-color: #0f5cce;
    color: #ecf2fb;
}

.status-col-link.not_accepted-color-btn:hover {
    background-color: #d7d7d7;
    color: #626262;
}


.status-col-link.active-color-btn:hover {
    background-color: #aee2ff;
    color: #1872a5;
}

.status-col-link.done-color-btn:hover {
    background-color: #c5f9e9;
    color: #3d7d68;
}

.status-col-link.cancel-color-btn:hover {
    background-color: #f1bfd4;
    color: #cb4265;
}

/* - border element - */

.border-left-gray {
    border-left: 1px solid #e8e8e8 !important;
}

.border-right-gray {
    border-right: 1px solid #e8e8e8 !important;
}

.border-right-white {
    border-right: 1px solid #e8e8e8 !important;
}

.border-right-blue {
    border-right: 1px solid #508fe0 !important;
}

.border-bottom-blue {
    border-bottom: 1px solid #508fe0 !important;
}

.border-top-gray {
    border-top: 1px solid #e8e8e8 !important;
}

.border-bottom-gray {
    border-bottom: 1px solid #e8e8e8 !important;
}

.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}

.border-left-success {
    border-left: .25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: .25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: .25rem solid #f6c23e !important;
}

.border-all {
    border: 1px solid #ededed !important;
}

.border-gray-300 {
    border: 1px solid #d1d1d1 !important;
}

.border-flex {
    border-bottom: 1px solid #efefef !important;
    border-right: 0px !important;
}

/* ------ main elements ------ */

/* - shadows - */

.shadow {
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%) !important
}

.shadow-small {
    box-shadow: 0 0.1rem 0.5rem 0 rgb(58 59 69 / 13%) !important
}

.shadow-lgg {
    box-shadow: -1px 20px 27px 3px rgba(0, 0, 0, 0.07) !important;
}

/* - text font sections - */

.text-xxl {
    font-size: 3.2rem;
}

.text-xl {
    font-size: 3rem;
}

.text-lg {
    font-size: 2rem;
}

.text-s {
    font-size: 0.9rem;
    margin-bottom: .5rem;
}

.text-s2 {
    font-size: 1.1rem;
}

.text-s3 {
    font-size: 1.2rem;
}

.text-m {
    font-size: 1.3rem;
}

.text-xs {
    font-size: .8rem;
}

.text-xxs {
    font-size: .7rem;
}

.text-xxxs {
    font-size: .6rem;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}


/* - border and border radius - */

.b-r-xs {
    border-radius: 5px;
}

.b-r-s-cont {
    border-radius: 18px;
}

.b-r-l-cont {
    border-radius: 32px;
}

.b-r-l-cont-right {
    border-radius: 0px 32px 32px 0px;

}

.b-r-l-cont-left {
    border-radius: 32px 0px 0px 32px;
}

.b-r-l-b-cont {
    border-radius: 0px 0px 32px 32px;
}

.border-bottom-blue-300 {
    border-bottom: 1px solid #4d93ed !important;
}

/* - padding and margin - */

.padd-xs {
    padding: 1px;
}

.marg-bot-sm {
    margin-bottom: .17rem !important;
}

/* - avatars - */

.avatar-team {
    width: 190px;
    height: 190px;
    object-fit: cover;
}

.avatar-lg {
    width: 85px;
    height: 85px;
    object-fit: cover;
}

.avatar-m2 {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.avatar-small {
    width: 43px;
    height: 43px;
    object-fit: cover;
}

.avatar-s {
    width: 38px;
    height: 38px;
    object-fit: cover;
}

.avatar-small2 {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.avatar-m {
    width: 61px;
    height: 61px;
    object-fit: cover;
}

.avatar-xs {
    width: 27px;
    height: 27px;
    object-fit: cover;
}

.avatar-xxs {
    width: 20px;
    height: 20px;
    object-fit: cover;
}


/* - status for avatar - */

.status-indicator-img {
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 20px;
    border: 0.125rem solid #fff;
}

.status-indicator-img-small {
    height: 1.1rem;
    width: 1.1rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 12px;
    border: 0.125rem solid #fff;
}

/* - printing - */

@media print {

    .sidebar, .sidebar_wide .topbar,
    .next-form-steps,
    .previous-form-steps {
        display: none !important;
    }

    .page-break {
        page-break-before: always;
    }

    .card {
        box-shadow: 5px 5px 12px rgb(0 0 0 / 0%) !important;
    }


    .hide_in_print {
        display: none !important;
    }

}


.thermal_print_cont {
    width: 74mm;
    margin: 0;
    padding: 0;
    text-align: center;
}

.thermal_print_cont table {
    width: 100% !important;
    border-collapse: collapse !important;
    text-align: center;
    table-layout: fixed;
    /* Ensures columns adjust dynamically */
    word-wrap: break-word;
    /* Prevents text from overflowing */
}

.thermal_print_cont table th, .thermal_print_cont table td {
    padding: 5px 0 !important;
    text-overflow: ellipsis;
    /* Adds "..." for truncated text */
    overflow: hidden;
    /* Ensures no content spills out */

}

/* - form inputs- */

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    background-color: #f9f9f9;
    border-radius: 8px !important;
    border: 1px solid #ececec;
    color: #656b88;
    font-size: 14px;
    padding: 7px 18px !important;
    height: 40px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.form-control-textarea {
    border: 1px solid #e8e7e3;
    border-radius: 5px !important;
    color: #66615b;
    font-size: 14px;
    padding: 7px 18px !important;
    height: 100px;
    box-shadow: none;
}


.form-control-textarea {
    border: 1px solid #e8e7e3;
    border-radius: 5px !important;
    color: #66615b;
    font-size: 14px;
    padding: 7px 18px !important;
    height: 100px;
    box-shadow: none;
}


.input-group-text {
    height: 100%;
    color: #808183;
    border-radius: .25rem 0rem 0rem .25rem;
}

.form-control-user {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
}

.form-control:focus {
    border: 1px solid #e8e7e3;
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    border-color: #bcd8ff;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ababab;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ababab;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ababab;
}

a {
    color: var(--main-color);
    text-decoration: none;
    background-color: transparent;
}

hr {
    background-color: #bdbdbd;
}

.clickable-item-pointer {
    cursor: pointer;
}

.clickable-item-move {
    cursor: move;
}

textarea.form-control {
    max-width: 100%;
    padding: 10px 18px;
    resize: none;
    height: auto !important;
}

.form-label {
    color: #484747;
    font-size: 0.9rem;

}

.form-label small {
    color: #ababab;
}

.custom-checkbox {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-inline-user {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input-user {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-label-user {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    color: #858796;
}

.custom-control-label-user::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #b7b9cc solid 1px;
    border-radius: 0.35rem;
}

.custom-control-label-user::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-input-user:checked~.custom-control-label-user::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-input-user:checked~.custom-control-label-user::before {
    color: #fff;
    border-color: #0066FF;
    background-color: #0066FF;
}

/* core section */



/* input section */

.s2_input {
    height: 65px !important;
    font-size: 25px;
}


/* custom rating */
.rating {
    direction: rtl;
    unicode-bidi: bidi-override;
    color: #ddd;
    /* Personal choice */
}

.rating label {
    cursor: pointer;
    font-size: 2rem !important;
}

.rating input {
    display: none;
}

.rating label:hover,
.rating label:hover~label,
.rating input:checked+label,
.rating input:checked+label~label {
    color: #0066FF;
    /* Personal color choice. Lifted from Bootstrap 4 */
}


input[type="file"] {
    background-color: #e9ecef;
    padding-top: 9px !important;
}

.error-msg-form {
    font-size: .875em;
    color: #dc3545;
    font-weight: 600;
    margin: 4px 0px 4px 0px;
    font-weight: 500;
}

/* - select input - */

.options {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

select {
    font-size: 14px;
    border: none;
    width: 100%;
    background: white;
}

/* - select 2 plugin - */

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

.select2-container--default .select2-selection--single {
    background-color: #f9f9f9;
    border-color: #ececec;
    height: 40px;
    border-radius: 4px;
    border-radius: 8px;
    padding: 7px 22px 7px 10px;
}

.cont-search-select .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 0px !important;
}

.cont-search-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #656b88;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border-color: #e8e7e3;
    min-height: 40px;
    border-radius: 4px;
    border-radius: 5px;
    padding: 0px 22px 5px 10px;
}


.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #bcd8ff;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676666;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 5px;
}

.select2-dropdown,
.select2-container--open .select2-dropdown--below {
    border-color: #e8e7e3;
}

.select2-results__option--selectable {
    padding: 8px;
}

.select2-container--default .select2-results__option--selected {
    background-color: #edf3f9;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cfcec9;
    margin-bottom: 4px;
    outline-offset: 1px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--main-color);
    padding: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--main-color);
    color: white;
    border: 0px;
    padding: 3px 5px 2px 23px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #5298f1;
    color: #a3ccff;
    left: 2px;
    top: 3px;
}

/* - owl plugin - */

.owl-prev,
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

.owl-carousel .owl-nav .owl-prev {
    left: -20px;
}

.owl-carousel .owl-nav .owl-next {
    right: -20px;
}

.owl-prev i,
.owl-next i {
    color: #ccc;
    font-size: 2rem;
}

.owl-prev i:hover,
.owl-next i:hover {
    color: rgb(241, 241, 241);
}

.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: #009DFF;
    border: 1px solid transparent;
}

.owl-video-land .owl-item {
    display: flex !important;
    justify-content: center !important;
}


/* custom radio element */

.check_custom_index {
    display: block;
    position: relative;
}

.check_custom_index input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.check_custom_index label {
    display: block;
    color: #9c9c9c;
    position: relative;
    padding: 0px 0px 0px 25px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.check_custom_index .check {
    display: block;
    position: absolute;
    border: 3px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 2px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.check_custom_index:hover .check {
    /* border: 5px solid #FFFFFF; */
}

.check_custom_index .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 6px;
    width: 6px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.check_custom_index input[type=radio]:checked~.check {
    border: 5px solid #0066FF;
}

.check_custom_index input[type=radio]:checked~.check::before {
    background: #0066FF;
}

.check_custom_index input[type=radio]:checked~label {
    color: #0066FF;
}


/* - jquery ui datepicker - */

.search_all_invoice .datepicker {
    width: 100% !important;
    border-radius: 15px !important;
}

.datepicker {
    border: 0px !important;
    background-color: #0066FF;
    border-radius: 6px;
    padding: 3px 5px 3px 5px;
    margin: 3px;
}

.datepicker table tr th {
    background-color: transparent;
    border: 0px;
    color: aliceblue;
}

.datepicker table tr .dow {
    font-size: small;
    color: #d2f0ff;
    font-weight: 300;
}

.ui-datepicker th {
    font-size: small;
    color: #d2f0ff;
    font-weight: 400;
}

.datepicker table tr td {
    width: 34px;
    height: 34px;
    border: 0px;
    border-radius: 50%;
    background-color: transparent;
    color: #c1dcff;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #5f9efb;
}

.datepicker table tr td.today {
    width: 34px;
    height: 34px;
    background-color: white;
    color: var(--main-color);
    border: 0px;
}

.datepicker table tr td.active.active {
    background-color: #10558e;
}

.datepicker table tr td.day:hover,
.datepicker thead tr:first-child th:hover,
.datepicker table tr td span:hover {
    background-color: white;
    color: #2abaff;
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
    display: none;
}

/* - group iteam - */
.li-gr-it-no-space-flx {
    border: 0px;
    padding: 0;
    display: flex;
}


/* buttons elements */

.black_btn {
    background-color: #000000;
    color: white;
    padding: 12px 15px 7px 14px;
    font-size: 22px;
    cursor: pointer;
    font-size: 14px;
    min-height: 41px;
    text-align: center;
    width: fit-content;
}

.black_btn:hover {
    background-color: #272727;
}

.white_btn {
    background-color: #ffffff;
    color: rgb(29, 29, 29);
    padding: 12px 15px 7px 14px;
    font-size: 22px;
    cursor: pointer;
    font-size: 14px;
    min-height: 41px;
    text-align: center;
    width: fit-content;
}

.white_btn:hover {
    background-color: #e1e1e1;
}


.gold_btn {
    background-color: #D8AE41;
    color: white;
    padding: 10px 15px 7px 14px;
    font-size: 22px;
    cursor: pointer;
    font-size: 14px;
    min-height: 41px;
    text-align: center;
    width: fit-content;
}

.gold_btn:hover {
    color: white;
    background-color: #c39b39;
}


.border_white_btn {
    border: 1px solid #ffffffb3;
    color: #ffffffd9;
    padding: 10px 15px 7px 14px;
    font-size: 22px;
    cursor: pointer;
    font-size: 14px;
    min-height: 37px;
    padding: 8px 28px 9px 28px;
    text-align: center;
    width: fit-content;
}

.border_white_btn:hover {
    background-color: white;
    color: black;
}

.border_black_btn {
    border: 1px solid #9a9a9ad9;
    color: #4f4f4fd9;
    padding: 10px 15px 7px 14px;
    font-size: 22px;
    cursor: pointer;
    font-size: 14px;
    min-height: 37px;
    padding: 8px 28px 0px 28px;
    text-align: center;
    width: fit-content;
}

.border_black_btn:hover {
    background-color: rgb(28, 28, 28);
    color: rgb(255, 255, 255);
}

.border_circle_border_grey_200 {
    width: 30px;
    height: 30px;
    border: 2px solid #E5E7EB;
    /* Gray-200 color */
    border-radius: 50%;
    /* Makes it a circle */
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    color: #4B5563;
    /* Gray-600 for text */
    background-color: transparent;
}

.border_circle_border_grey_200:hover {
    background-color: #E5E7EB;
    color: #1F2937;
    /* Darker text on hover */
}

.blue_200_btn {
    background-color: #0670D4;
    color: white;
    padding: 12px 15px 7px 14px;
    font-size: 22px;
    cursor: pointer;
    font-size: 14px;
    min-height: 41px;
    text-align: center;
    width: fit-content;
}


.blue_200_btn:hover {
    background-color: #044b8d;
}

.yellow_400 {
    background-color: #F6A81D;
    color: white;
    padding: 12px 15px 7px 14px;
    font-size: 22px;
    cursor: pointer;
    font-size: 14px;
    min-height: 41px;
    text-align: center;
    width: fit-content;
}


.yellow_400:hover {
    background-color: #da8c07;
}


.green_btn_400 {
    background-color: #2ed014;
    color: white;
    padding: 12px 15px 7px 14px;
    font-size: 22px;
    cursor: pointer;
    font-size: 14px;
    min-height: 41px;
    text-align: center;
    width: fit-content;
}


.green_btn_400:hover {
    background-color: #2bc114;
}

.red_400_btn {
    background-color: #fa2f5e;
    color: white;
    padding: 12px 15px 7px 14px;
    font-size: 22px;
    cursor: pointer;
    font-size: 14px;
    min-height: 41px;
    text-align: center;
    width: fit-content;
}


.red_400_btn:hover {
    background-color: #e12e58;
}



.gray_400_btn {
    background-color: #939393;
    color: white;
    padding: 12px 15px 7px 14px;
    font-size: 22px;
    cursor: pointer;
    font-size: 14px;
    min-height: 41px;
    text-align: center;
    width: fit-content;
}


.gray_400_btn:hover {
    background-color: #767676;
}


.small_btn {
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.btn-user {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem;
}

.btn-google {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff;
}

.btn-google:hover {
    color: #fff;
    background-color: #e12717;
    border-color: #e6e6e6;
}

.btn-google:focus,
.btn-google.focus {
    color: #fff;
    background-color: #e12717;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
}

.btn-facebook:focus,
.btn-facebook.focus {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn.btn-link {
    color: #9a9898;
    text-decoration: none;
}

.white-color-btn {
    background-color: #ffffff;
    color: #727272;
    width: max-content;
}


.btn_border_gray_200_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #dddddd;
    background: white;
    cursor: pointer;
    transition: all 0.2sease-in-out;
    color: #a4a4a4;
}

.btn_border_gray_200_circle:hover {
    background: #f0f0f0;
    /* Light grey on hover */
}



.view-selector {
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
}

.view-selector button {
    flex: 1;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-selector button:not(:last-child) {
    border-right: 1px solid #ddd;
}

.view-selector button.active {
    font-weight: bold;
    color: #333;
}

.view-selector button:hover {
    background: #f0f0f0;
}

/* sizes */
.circle_btn_size_500 {
    height: 50px;
    width: 50px;
    padding: 10px;
    text-align: center;
}

.circle_btn_size_400 {
    height: 45px;
    width: 45px;
    padding: 10px;
    text-align: center;
}

.circle_btn_size_300 {
    min-height: 30px;
    max-height: 30px;
    width: 30px;
    padding: 4px;
    text-align: center;
}

.size_30_30 {
    width: 30px;
    height: 30px;
}

.size_25_25 {
    width: 25px;
    height: 25px;
}

/* ------ main elements ------- */

.canvas {
    touch-action: none;
}

/* ------ table ------- */

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    color: #858796;
    font-size: 0.9rem;
}

.table tbody {
    border-bottom-color: transparent !important;
}


.table.table-modal thead {
    background-color: #FFFFFF;
    color: #d0d0d0;
}

.table.table-modal td,
.table.table-modal th {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 0px;
}

.table.table-modal tbody tr:last-child {
    border-bottom: transparent;
}


.table.table-modal tr:nth-child(even) {
    background-color: #f2faff;
}

/* ------ table border ------- */
.table_border th,
.table_border tr th,
.table_border thead,
.table_border tr, .table_border td {
    border: 1px solid #cccccc !important;
}

/* ------ table calender weekly appointment ------- */

.table-weekly-calender th,
.table-weekly-calender thead,
.table-weekly-calender tr {
    border: 0px;
}

.calendar_weekly_today {
    background-color: var(--main-color) !important;
    border-radius: 17px;
    text-align: left !important;
    color: white;
    text-align: center !important;
}

.calendar_weekly_selected {
    background-color: #b0b1bd !important;
    border-radius: 17px;
    text-align: left !important;
    color: white;
    text-align: center !important;
}

.calendar_weekly_normal p {
    opacity: 0.5;
}

.calendar_weekly_normal:hover {
    background-color: var(--main-color);
    color: white !important;
}

.calendar_slot_img {
    position: absolute;
    top: 0;
    left: 44%;
}

/* .weekly_calendar_childs:last-child {
    margin: left;
} */

.cont-branch-calendar .select2-container--default .select2-selection--single {
    border-radius: 27px;
    padding: 7px 33px 7px 18px;
    border: 1px solid #e8e9eb;
}

.cont-branch-calendar .select2-dropdown,
.select2-container--open .select2-dropdown--below {
    border: 1px solid #e8e7e3;
}

.timeslots_appointment_not_accepted {
    padding: 5px 20px 5px 20px;
    background-color: #e9e9e9;
    color: #5c5c5c;
}

.timeslots_appointment_accepted {
    padding: 5px 20px 5px 20px;
    background-color: #CFEDFE;
    color: #38799E;
}

.timeslots_appointment_arrived {
    padding: 5px 20px 5px 20px;
    background-color: #6cabfd;
    color: #ffffff;
}

.timeslots_appointment_with_doctor {
    padding: 5px 20px 5px 20px;
    background-color: #E5ECFF;
    color: #484782 !important;
}

.timeslots_appointment_done {
    padding: 5px 20px 5px 20px;
    background-color: #cdf3d7;
    color: #48604f !important;
}

.timeslots_appointment-not-respond {
    padding: 5px 20px 5px 20px;
    background-color: #FFF7E5;
    color: #e7a61d;
}


.timeslots_appointment_canceled {
    padding: 5px 20px 5px 20px;
    background-color: #F8DBE7;
    color: #CF637F;
}

.calendar_datapicker_timeslots {
    min-width: 7rem;
    background-color: var(--main-color);
    border: 0px !important;
    color: white !important;
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: scroll;
}

.calendar_datapicker_timeslots::-webkit-scrollbar {
    width: 8px;
}

.calendar_datapicker_timeslots::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #13509f;

}

.calendar_datapicker_timeslots::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0d3a74;
}

.calendar-datepicker .input-group-text {
    border-radius: 32px 0px 0px 32px !important;
    background-color: white;
    border: 1px solid #e8e9eb;
}

.calendar-datepicker input {
    border-radius: 0px 32px 32px 0px !important;
    border: 1px solid #e8e9eb;
}



/* - datatable - */

.table.dataTable {
    margin-top: 8px !important;
    margin-bottom: 7px !important;
    border: 1px solid #ebf3ff;
    border-radius: 7px;
}

.table.dataTable thead tr {
    background-color: #f7fbff;
}

.table.dataTable thead th {
    border-bottom-color: #ebf3ff !important;
    padding: 11px;
}

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 {
    bottom: 1.1em;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
    background-color: #ebf3ff;
    position: relative;
}

table.dataTable tbody td.sorting_1 {
    background-color: #f3f8ff;
}

.table.dataTable tr {
    border-bottom: 1px solid #ebf3ff !important;
}

.table.dataTable tr:last-child {
    border-bottom: 0px solid transparent !important;
}

.table.dataTable td,
.table.dataTable th {
    padding: .75rem;
    vertical-align: top;
    padding: 10px 10px 10px 10px;

}

.table.dataTable td,
.table.dataTable th {
    padding: 8px 7px 6px 7px;
}

.table>:not(:last-child)>:last-child>* {
    border: 0px;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_filter label {
    color: #afafaf;
}

div.dataTables_wrapper div.dataTables_length {
    color: #afafaf;
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_length select {
    color: #858383;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 0.88rem;
    color: #b9b9b9;
    margin-bottom: 0.2rem;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    font-size: 0.82rem;
}

.page-item.active .page-link {
    font-size: 0.82rem;
}

.btn-table-export {
    background-color: #e9f2ff;
    color: #7c8695;
    border-radius: 20px;
    padding: 7px 15px;
}


.table.dataTable tfoot tr {
    background-color: #ebf3ff;
}

.table.dataTable tfoot tr th {
    border: 0px;
}


/* normal table */

.table_normal td {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 0px !important;
    border: 1px solid #c0c0c0 !important;
}

.table_normal thead {
    background-color: #e7e7e7 !important;
    color: rgb(31, 31, 31) !important;
}

.table_normal tfoot {
    background-color: #e7e7e7 !important;
    color: rgb(31, 31, 31) !important;
}

.table_normal tr:nth-child(even) {
    background-color: #fafafa !important;

}

.table_normal_show_total {
    background-color: #f1f1f1;
    border-bottom: 0px;
    border-radius: 28px;
    margin-bottom: 11px;
}

/* - datatable for modal - */


/* radio button */

.td_calander input[type="radio"] {
    display: none;
}

.td_calander label {
    color: white;
    cursor: pointer;
}

.td_calander input[type="radio"]:checked+label {
    background: #002252;
    color: white;
}

.slots-radio label {
    background-color: #267eff;
    padding: 7px;
    cursor: pointer;
    z-index: 90;
    color: white;
    text-align: center;
    border-radius: 25px;
}

.slots-radio label:hover {
    background: #0099ff;
}

.dropdown-divider {
    border-top: 1px solid #eaecf4;
}


/* switcher */

.switch-checkbox input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch-checkbox label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 22px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
    top: -24px;
}

.switch-checkbox label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 19px;
    height: 19px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switch-checkbox input:checked+label {
    background: var(--main-color);
}

.switch-checkbox input:checked+label:after {
    left: calc(100% - 1px);
    transform: translateX(-100%);
}

.switch-checkbox label:active:after {
    width: 130px;
}

/* - Tables - */


.switch-checkbox label:active:after {
    width: 130px;
}

/* validation plugin */

has-error .form-control,
.form-control.error {
    background-color: #ffe2e2;
    color: #c96064;
    border-color: #ffc4c6;
}

label.error:not(.form-control) {
    font-size: .875em;
    color: #dc3545;
    font-weight: 500;
    margin: 4px 0px 4px 0px;
}

.has-success .form-control:focus,
.form-control.valid:focus {
    background-color: #FFFFFF;
    border-color: #d1ecff;
}

/* international telephone input */

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px !important;
    padding-left: 52px !important;
}

/* ----- components ----- */

/* - cards - */

.card {
    border: 0px solid #e3e6f0;
    border-radius: 25px;
}

.card-header:first-child {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fdfdff;
    border-bottom: 1px solid #ededed;
    border-radius: calc(1.35rem - 1px) calc(1.35rem - 1px) 0 0;
}

.card-body {
    min-height: 1px;
    padding: 1.25rem;
}

.card-footer {
    padding: 0rem 1rem 0.8rem 1rem;
    ;
    background-color: transparent;
    border-top: 0px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.progress-sm {
    height: .5rem;
}

.dropdown-menu {
    font-size: .85rem;
    color: #858796;
    border: 1px solid #e3e6f0;
    border-radius: 0.70rem;
}

.dropdown .dropdown-menu .dropdown-header {
    font-weight: 800;
    font-size: .65rem;
    color: #b7b9cc;
}


/* - model - */

.modal-header {
    padding: 1rem 1.6rem;
}

.modal-footer {
    border-top: 1px solid #DDDDDD;
    padding: 0px;
}

.modal-footer .left-side,
.modal-footer .right-side {
    display: inline-block;
    text-align: center;
    width: 49%;
    padding: 10px;
    margin: 0;
}

.modal-footer .divider {
    background-color: #DDDDDD;
    display: inline-block;
    height: 63px;
    margin: 0px -3px;
    width: 1px;
}

.modal-footer .btn-link {
    width: 100%;
}

/* - model delete - */

.modal-delete {
    border: 1px solid #dee2e6 !important;
}

/* ------ badge ------- */

.badge-padd-l {
    padding: .5rem 1.5rem .5rem 1.5rem;
}

.circle_badge_100 {
    display: inline-block;
    padding: .35em 0.55em;
    font-size: .55em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 55px;
}

/* - avatar upload - */

.avatar-update-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.avatar-update-container .picture {
    width: 106px;
    height: 106px;
    background-color: #d8d1c9;
    border: 3px solid #d3d3d3;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.avatar-update-container .picture-lab {
    width: 60% !important;
    height: 100% !important;
    border-radius: 10px;
    background-color: transparent !important;
    border: 0px solid #d3d3d3 !important;
}

.avatar-update-container .picture-src {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-update-container .picture input[type="file"] {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
}

/* ---------------------- Booking appoitnemnt ---------------------- */

.calander_cont {
    width: 100%;
    background-color: var(--main-color);
    padding: 35px 15px 35px 15px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
}

.calander_date {
    width: 100%;
}

.calander_date .date_navigator {
    padding: 0px 10px 5px 10px;
    color: white;
}

.calander_date .date_navigator a {
    color: white;
    margin-bottom: 10px;
}

.calander_date .table_booking {
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px 5px;
    margin: 0px;
    table-layout: fixed;
}

.table_booking th {
    border: 0px;
    border: 0px;
    font-size: small;
    color: #d2f0ff;
    font-weight: 400;
}

.table_booking td {
    border: 0px;
    padding: 0px;
}

.td_calander {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.table_booking .td_calander:hover {
    background-color: white;
    color: #2abaff;
}

.table_booking .today_calander {
    background-color: white;
    color: var(--main-color);
}

.calendar_booking_time_div .selected_day_calander {
    background-color: #10558e;
    color: #cae7ff;
    padding: 6px !important;
}

.table_booking .selected_main_day_calander {
    background-color: #10558e;
    color: #cae7ff;
}

.calendar_booking_time_div .firstClick {
    background-color: #093254;
    color: #cae7ff;
    padding: 6px !important;
}

.calendar_booking_time_div .secondClick {
    background-color: #093254;
    color: #cae7ff;
    padding: 6px !important;
}

.calendar_booking_time_div .reserved {
    color: white;
    padding: 6px !important;
}

.table_booking .booked_calander {
    background-color: rgb(255, 93, 120);
    color: white;
}

.table_booking .booked_calander:hover {
    background-color: rgb(255, 93, 120);
}

.table_booking .empty_calander:hover {
    background-color: inherit;
}

.table_booking td a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.calendar_booking_time_div a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    font-size: 14.4px;
}

.calendar_booking_time_div {
    width: 89px;
    height: 32px;
    padding: 6px !important;
}

.full-width-height-link {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 7;
    top: 0px;
    left: 0px;
}

.table_booking td .disabled_link {
    cursor: default;
    color: #72bfff;
    text-decoration: line-through;
}

.table_booking h6 {
    margin-bottom: 0 !important;
}

.timeslots {
    background-color: rgb(255, 255, 255);
}

.calander-left-border {
    border-left: 0px solid #e8e8e8 !important;
}

/* ---------------------- Monthly Booking appoitnemnt ---------------------- */

.calander_date_monthly {
    width: 100%;
}

.calander_date_monthly .date_navigator {
    padding: 0px 10px 5px 10px;
    color: rgb(94, 94, 94);
}

.calander_date_monthly .date_navigator a {
    color: rgb(94, 94, 94);
    margin-bottom: 10px;
}

.calander_date_monthly .table_booking_monthly {
    text-align: center;
    border-collapse: separate;
    border-spacing: 3px 5px;
    margin: 0px;
    table-layout: fixed;
}

.table_booking_monthly th {
    border: 0px;
    border: 0px;
    font-size: small;
    color: rgb(202 202 203);
    font-weight: 400;
}

.table_booking_monthly td {
    border: 0px;
    padding: 0px;
}

.td_calander_monthly {
    width: 100%;
    min-height: 218px;
    background-color: #fbfcff;
    border-radius: 10px;
    color: rgb(185 185 185);
    justify-content: center;
    margin: auto;
    padding: 5px;
    border: 1px solid #f1f1f1;
}

.td_calander_monthly_befor_today {
    background-color: rgb(241 244 255);
    color: #acb1c7;
}

.td_calander_monthly_holidays {
    background-color: rgb(28, 54, 221);
    color: #abc4cf;
}

.td_calander_monthly_empty {
    background-color: rgb(247 249 255 / 80%);
    color: #bdc2d5;
}

.td_calander_monthly .td_calander_monthly_num {
    font-size: 1.0rem;
    text-align: start;
    color: #838181;
}

.table_booking_monthly .today_calander .td_calander_monthly_num {
    color: white !important;

}

.td_calander_monthly .calendar_info {
    font-size: 0.9rem;
    text-align: center;
}

.table_booking_monthly td .disabled_link {
    cursor: default;
}

.table_booking_monthly .today_calander {
    background-color: #0066FF;
    color: #dfedff !important;
}

.table_booking_monthly .selected_day_calander {
    background-color: #10558e;
    color: #30373d;
}

.table_booking_monthly .booked_calander {
    background-color: rgb(255, 93, 120);
    color: rgb(73, 37, 37);
}

.table_booking_monthly .booked_calander:hover {
    background-color: rgb(255, 93, 120);
}

.table_booking_monthly .empty_calander:hover {
    background-color: inherit;
}

.table_booking_monthly td a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding-top: 7px;
}


.table_booking_monthly h6 {
    margin-bottom: 0 !important;
}

.side_modal_prox .modal-dialog {
    margin: 0rem 0rem auto auto;
    transform: translate(57px, 0px) !important;
}

.side_modal_prox .modal-content {
    height: 100vh;
    border-radius: 0px;
}

.side_modal_prox.show .modal-dialog {
    transform: none !important;
    height: 100%;
}

.side_modal_prox.show .modal-dialog .modal-footer {
    padding: 13px;
}






/* ------ mutli steps form ------- */

/*
.multi-setps-form-calander {
    border: 1px solid #ecece9;
    border-radius: 25px;
} */

.mibk-heading-form {
    text-transform: capitalize;
    color: #0b7ede;
    font-weight: normal;
}

.mibk-heading-form p {
    color: var(--second-subtitle);
}

#myform {
    position: relative;
    margin: 20px 0px 0px 0px;
}

/* progressbar */

.progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    text-align: center;
}

.progressbar .active {
    color: var(--main-color);
}

.progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

.progressbar_3icons li {
    width: 33% !important;
}

.progressbar_5icons li {
    width: 20% !important;
}


.progressbar_5icons li span {
    font-size: 0.6rem !important;
}

.progressbar_6icons li {
    width: 16.6% !important;
}

.progressbar_6icons li span {
    font-size: 0.5rem !important;
}

.progressbar .icon-circle {
    border: 3px solid #F3F2EE;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    color: rgba(0, 0, 0, 0.2);
    font-size: 24px;
    z-index: 1;
}

.progressbar .checked {
    background-color: var(--main-color) !important;
    color: #FFFFFF !important;
}

.progressbar a {
    color: inherit;
    text-decoration: none;
}

.progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #e4e3de;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 0;
}

.progressbar li.active:before,
.progressbar li.active:after {
    background: var(--main-color) !important;
}

/* to hide all div except first one */
#myform .cont_tap:not(:first-of-type) {
    display: none
}

#myform .cont_tap {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 0px 30px 0px 30px;
}

/* for second bar prog (patient) */
#myform .cont_tap_patient:not(:first-of-type) {
    display: none
}

#myform .cont_tap_patient {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 0px 30px 0px 30px;
}

/* multi setps buttons */
#myform .action-button-next {
    width: 100px;
}

#myform .action-button-previous {
    width: 100px;
    margin-right: 20px;
}


/* - messages - */

#flash-msg {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    border-radius: 32px;
    background-color: #0066FF;
    color: white;
    padding: 15px 30px 15px 30px;
    transform: translate(-39%, -47%);
}

.patient_popup_window {
    position: fixed;
    width: 96%;
    z-index: 999;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    background-color: #0066FF;
    color: white;
    padding: 15px 30px 15px 30px;
    transform: translate(-50%, -50%);
    box-shadow: -5px 6px 20px 12px rgb(0 0 0 / 13%) !important;
}




.select_branch_popup_window {
    position: fixed;
    width: 96%;
    z-index: 99999;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    background-color: #ffffff;
    color: white;
    padding: 15px 30px 15px 30px;
    transform: translate(-50%, -50%);
    box-shadow: -5px 6px 20px 12px rgb(0 0 0 / 13%) !important;
}


.full_h_w_black_bg {
    width: 100vw;
    height: 100vh;
    background: #000000e6;
    position: fixed;
    z-index: 9999;
}

#add_buttn_fixed {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 1000;
    bottom: 5%;
    right: 4%;
    border-radius: 55%;
    background-color: #0066FF;
    color: white;
    padding: 7px 15px 15px 15px;
    font-size: 22px;
    cursor: pointer;
}

#add_buttn_fixed2 {
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 1000;
    bottom: 5%;
    right: 4%;
    border-radius: 55%;
    background-color: #0066FF;
    color: white;
    padding: 10px 15px 15px 14px;
    font-size: 22px;
    cursor: pointer;
}

/* -------------------------- Admin panal -------------------------- */

#wrapper {
    color: var(--main-header);
    padding-top: 6.1rem;
    height: 100vh;
    overflow: hidden;
}

footer.sticky-footer {
    padding: 0.6rem 0 1rem 0;
    flex-shrink: 0;
}

/* ------- sidebar ------- */

.sidebar {
    transition: all 0.4s ease-in-out;
    display: none;
    width: 5.5rem;
    background-color: #ffffffcc;
    color: #FFFFFF;
    box-shadow: -1px 20px 20px 1px rgb(0 0 0 / 5%) !important;
    border-radius: 50px;
    margin-top: 13px;
    margin-bottom: 20px;
    margin-left: 9px;
    padding-top: 12px;
}

.sidebar .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 2.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 1;
    color: #FFFFFF;
}

.sidebar .sidebar-brand .sidebar-brand-text {
    display: none;
}

.sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2.3rem;
}

.sidebar .sidebar-brand .sidebar-brand-text sup {
    color: #9ac2ff;
    font-size: .65em;
}

.sidebar .sidebar-divider {
    margin: 0 1rem 1rem;
}

.sidebar .sidebar-heading {
    color: #cbcbcb;
    text-align: center;
    padding: 0 1rem;
    font-weight: 800;
    font-size: .52rem;
    text-transform: uppercase !important;
}

.sidebar .nav-item {
    position: relative;
    padding: 0rem !important;
}

.sidebar .nav-item .nav-link {
    color: #868daf;
    text-align: center;
    padding: .75rem 1rem;
    width: 5.5rem;
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
    position: relative;
}

.sidebar .nav-item.active .nav-link,
.sidebar .nav-item.active .nav-link i {
    color: #0066FF;
    font-weight: 700;
}

.sidebar .nav-item.active .nav-link,
.sidebar .nav-item.active .nav-link span {
    color: #0066FF;
    font-weight: 700;
}

.sidebar .nav-item .nav-link:active,
.sidebar .nav-item .nav-link:focus,
.sidebar .nav-item .nav-link:hover {
    color: #0066FF;
}

.sidebar .nav-item .nav-link:active i,
.sidebar .nav-item .nav-link:focus i,
.sidebar .nav-item .nav-link:hover i {
    color: #0066FF;
}

.sidebar .nav-item .nav-link i {
    color: #8991b1;
}

.sidebar .nav-item .nav-link span {
    font-size: .70rem;
    display: block;
    font-weight: normal;
}

.sidebar .nav-item .collapse {
    position: fixed;
    left: calc(5.0rem + 3.5rem / 2);
    z-index: 1;
    top: 8rem;

}

.sidebar .nav-item .collapse .collapse-inner {
    border-radius: 19px;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%);
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
    padding: .5rem 0;
    min-width: 10rem;
    font-size: .85rem;
    margin: 0 0 1rem 0;
    z-index: 999999999;
    max-height: 25rem;
    overflow: scroll;
}

.sidebar .nav-item .collapsing {
    display: none;
    transition: none;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
    margin: 0;
    white-space: nowrap;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    display: block;
    color: #3a3b45;
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
}


body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}


/* side search filter */

.accordion-100 .accordion-button::after {
    width: 0.9rem;
    height: 0.9rem;
    background-size: 0.8rem;
}

.accordion-100 .accordion-button:focus {
    box-shadow: 0 0 0 0.0 rgb(13 110 253 / 25%);
}

.accordion-100 .accordion-button {
    padding: 15px 10px 15px 10px;
    color: #565656;
}

.accordion-100 .accordion-item {
    border: 0px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid #e3e3e3;
}

.accordion-100 .accordion-item:last-child {
    border-bottom: 0px solid #e3e3e3;
}

.accordion-100 .accordion-button:not(.collapsed) {
    color: #143765;
    background-color: #cfedfe;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
    border-radius: 20px;
    padding: 16px 25px;
    margin-top: 10px;
}


.search-accordion .accordion-button::after {
    width: 0.9rem;
    height: 0.9rem;
    background-size: 0.8rem;
}

.search-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.0 rgb(13 110 253 / 25%);
}

.search-accordion .accordion-button {
    padding: 15px 10px 15px 10px;
    color: #565656;
}

.search-accordion .accordion-item {
    border: 0px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid #e3e3e3;
}

.search-accordion .accordion-item:last-child {
    border-bottom: 0px solid #e3e3e3;
}

.search-accordion .accordion-button:not(.collapsed) {
    color: #1862c3;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}

/* #Toggle reduce the sidebar via button (.toggled) which will change many action inside the sidebar*/

.sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
    background-color: #e1eeff;
    color: #688ab6;
}

.sidebar #sidebarToggle::after {
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.1rem;
}

.sidebar #sidebarToggle:hover {
    background-color: rgb(10 60 123);
    text-decoration: none;
}

.sidebar #sidebarToggle:focus {
    outline: none;
}

.sidebar.toggled #sidebarToggle::after {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    margin-left: 0.25rem;
}

.sidebar.toggled .sidebar-card {
    display: none;
}

.sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
}

/* ------- topbar ------- */

#wrapper #content-wrapper {
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

#wrapper #content-wrapper #content {
    flex: 1 0 auto;
}

.topbar {
    height: 6.1rem;
    padding-top: 1.0rem;
    background-color: white;
    margin-bottom: 20px !important;
    border-radius: 0px 0px 30px 32px;
    padding: 10px 10px 10px 10px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    width: 100%;
    position: fixed;
    z-index: 999;
}

.topbar #sidebarToggleTop {
    height: 2.5rem;
    width: 2.5rem;
}

.topbar #sidebarToggleTop:hover {
    background-color: #eaecf4;
}


.topbar .pagetitle-navbar {
    align-items: center;
}

.topbar .pagetitle-navbar span {
    font-size: 1.4rem;
}


.topbar .navbar-search {
    width: 25rem;
}

.topbar .navbar-search .btn-seacrh {
    background-color: var(--main-color);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.topbar .navbar-search .btn-seacrh:hover {
    background-color: var(--main-color-hover);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.topbar .dropdown {
    position: static;
}

.navbar-nav {
    z-index: 99;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #9da0b3;
}

.topbar .nav-item .nav-link {
    height: 4.375rem;
    display: flex;
    align-items: center;
    padding: 4px;
    position: relative;
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
    position: relative;
}

.topbar .dropdown .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: 12px;
    left: unset;
    font-size: .85rem;
    float: none;
    border-radius: .90rem;
    border: 1px solid #e3e6f0;
    top: 100%;
    margin: 6px 0 0;
}

.dropdown-item_cont {
    max-height: 17rem;
    overflow: scroll;
    color: #a0a0a0;
}

.topbar .dropdown .dropdown-menu_branches {
    width: calc(100% - 1.5rem);
    right: 12px;
    left: unset;
    font-size: .85rem;
    float: none;
    border-radius: .90rem;
    border: 1px solid #e3e6f0;
    top: 2.7rem;
    margin: 6px 0 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}


.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
    position: absolute;
    transform: scale(.7);
    transform-origin: top right;
    right: .25rem;
    margin-top: -.25rem;
    padding: .25em .4em;

}

.badge-danger {
    color: #fff;
    background-color: #e74a3b;
}

.topbar .dropdown-list {
    padding: 0;
    border: none;
}


.topbar .dropdown-list-profile {
    padding: 0;
    border: none;
}

.topbar .dropdown-list .dropdown-header,
.topbar .dropdown-list-profile .dropdown-header {
    background-color: var(--main-color);
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #fff;
    font-weight: 800;
    font-size: .65rem;
}

.topbar .dropdown-list .dropdown-item,
.topbar .dropdown-list-profile .dropdown-item {
    white-space: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.2rem;
    color: #3a3b45;
}


.topbar .dropdown-list .dropdown-item:last-child,
.topbar .dropdown-list-profile .dropdown-item:last-child {
    border-bottom: 0px solid #e3e6f0 !important;
}

.dropdown-item {
    padding: 0.65rem 1rem;
    color: #747474;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2e2f37;
    text-decoration: none;
    background-color: #f0f2f7;
}

.dropdown .dropdown-menu .dropdown-header,
.sidebar .sidebar-heading,
.text-uppercase {
    text-transform: uppercase !important;
    border-top-left-radius: 0.90rem;
    border-top-right-radius: 0.90rem;
}

.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_circle_50 {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_circle_med {
    padding: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    place-items: center;
    background-color: rgb(236, 242, 255);
    align-content: center;
    background-position: center;
    text-align: center;
}

.icon_circle_med_icon {
    font-size: 1.4rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}


.icon_circle_border_draft_50 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 3px solid #dadada;
    border-radius: 25rem;
    color: #dadada;
    padding: 0;
    /* Remove padding to ensure the icon is centered */
}

.icon_circle_border_draft_50.hover_btn:hover {
    background-color: #b5b5b5;
    border: 3px solid #b5b5b5;
    color: white;
}

.icon_circle_border_draft_50.draft_acc {
    background-color: #52c37f;
    color: white;
}



.icon_circle_border_draft_50.hover_approve_btn:hover {
    background-color: #52c37f;
    border: 3px solid #52c37f;
    color: white;
}

.approved_acc_selected {
    background-color: #52c37f;
    border: 3px solid #52c37f;
    color: white;
}


.icon_circle_border_draft_50.hover_reject_btn:hover {
    background-color: #c62828;
    border: 3px solid #c62828;
    color: white;
}

.rejected_acc_selected {
    background-color: #c62828;
    border: 3px solid #c62828;
    color: white;
}

.topbar .dropdown-list .small {
    color: #b7b9cc !important;
    font-size: 80%;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: .75rem;
    width: .75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: .125rem solid #fff;
}

.topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 10rem;
}

.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    height: 2.8rem;
    width: 2.8rem;
}



/* nav tabs */

.nav-tabs .nav-link {
    color: #9ea4ad;
}

.nav-tabs .nav-link.active {
    border-color: transparent;
    border-bottom: 3px solid #a1aaaf;
}

.nav-tabs-nobg .nav-link.active {
    background-color: #f2dbdb00 !important;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 3px solid #848b8f;
    color: #848b8f;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #626e7a;
}

.nav-tabs-cat {
    border-bottom: 0px;
}

.nav-tabs-cat .nav-link {
    color: #9eafc5;
    border-bottom: 0px;
}

.nav-tabs-cat .nav-link.active {
    border-color: transparent;
    border-bottom: 0px;
    font-weight: 600;
}

.nav-tabs-cat .nav-link:hover {
    border-color: transparent;
    border-bottom: 0px;
    color: #2c6fc4;
}

.nav-tabs-cat .nav-item.show .nav-link,
.nav-tabs-cat .nav-link.active {
    color: #2c6fc4;
}

/* -------- Content (cards - reports etc..) of the admin panal -------- */

.loader-page {
    height: 100vh;
    width: 100vw;
    background-color: #ffffffd9;
    position: fixed;
    overflow: hidden;
    z-index: 9999999999999999;
}

.loader-page .loader-page-cont {
    height: 160;
    width: 156px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 101px;
    height: 80px;
    top: -35px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #0066FF;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis-load div {
    position: absolute;
    top: 20 px;
    margin-left: 10px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #25a79d;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.video_intro_log {
    position: fixed;
    height: 100px;
    width: 275px;
    bottom: 70px;
    right: 18px;
    border-radius: 35px;
    z-index: 2;
    background-color: transparent;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.wlc-msg img {
    margin-top: 0rem;
}

/*
.notes-dashbaord{
    /* min-height: 90%;

}*/


.chart-area {
    position: relative;
    width: 100%;
}

.chart-pie {
    position: relative;
    height: 15rem;
    width: 100%;
}

/* ---------------------- Pages ---------------------- */

/* ----------- Patients Profile ----------- */


.search-eng-cont {
    margin-top: -97px;
    z-index: 3;
    position: relative;
    margin-bottom: 62px;
}


.search-eng-cont-calander {
    z-index: 3;
}

.search-eng-results {
    margin-top: -20px;
}

.search-eng-results .search-eng-a {
    border-radius: 0px;
    border: 0px;
}

.search-eng-results .search-eng-a:first-child {
    border-top: 1px solid #e2e2e2;
    padding-top: 0.8rem;
}

.dots-radius-carousel [data-bs-target] {
    width: 25px;
    height: 3px;
    background-color: #a5a5a5;
}


.dots-radius-carousel-land [data-bs-target] {
    width: 25px;
    height: 5px;
    background-color: #8db1ad !important;
}

.patient-timeline {
    border-left: 3px solid #e0eeff;
    border-radius: 0px;
    position: relative;
}

.patient-timeline {
    padding-left: 12px;
}

.patient-timeline .list-group-item {
    border-style: none;
}

.patient-timeline .patient-timeline-pointer {
    position: absolute;
    top: 50% !important;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -19px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .sidebar {
        display: flex;
    }

    .topbar .nav-item .nav-link {
        padding: 0 .75rem;
    }

    .topbar {
        background-color: #ffffffbf;
        margin-bottom: 0px !important;
        border-radius: 0px;
        padding: 10px 10px 10px 10px;
        box-shadow: -2px 3px 10px 0px rgb(0 0 0 / 3%);
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }

    .topbar .dropdown {
        position: relative;
    }

    .topbar .dropdown .dropdown-menu {
        width: auto;
        right: -10px;
    }

    .topbar .dropdown .dropdown-menu:after {
        content: '';
        position: absolute;
        top: -8.5px;
        right: 19px;
        border-bottom: 9px solid var(--main-color);
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
    }

    .topbar .dropdown-list {
        width: 20rem !important;
    }

    .topbar .dropdown-list-profile {
        width: 16rem !important;
    }

    .topbar .dropdown-list .dropdown-item .text-truncate {
        max-width: 13.375rem;
    }

    /* ----------- Patients Profile ----------- */
    .search-eng-cont {
        margin-top: -165px;
        margin-bottom: 117px;
    }

    /* ---------------------- Booking appoitnemnt ---------------------- */
    .calander_cont {
        width: 342px;
    }

    .td_calander_monthly .td_calander_monthly_num {
        font-size: 1.4rem;
    }

    .calendar_weekly_today {
        padding: 0px 0px 0px 10px;
        text-align: start !important;
    }

    .calendar_weekly_selected {
        padding: 0px 0px 0px 10px;
        text-align: start !important;
    }

    .progressbar .icon-circle {
        width: 75px;
        height: 75px;
    }

    .progressbar_5icons li span {
        font-size: 14px !important;
    }


    .progressbar_6icons li span {
        font-size: 10px !important;
    }

    /* short access topbar  */
    .short_access_topbar_menu .dropdown-menu {
        width: auto;
        right: -10px;
    }

    .short_access_topbar_menu .dropdown-list {
        width: 17rem !important;
    }

}

/* -------------------------- Landing page -------------------------- */

.hr-land {
    width: 65px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-video-image {
    background-position: center;
    background-size: cover;
    position: relative;
    height: 400px;
    overflow: hidden;
}

.bg-video-image .bg-login-image-cont {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.bg-video-image .bg-login-image-cont img {
    width: 40%;
}

.overlay-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(49, 232, 216, 0.23) 14.58%, rgba(56, 56, 56, 0.54) 100%);
    ;
    z-index: 1;
}

.video_full_resp {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}

.play-video-land {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bradcam_area {
    background-size: cover;
    background-position: center center;
    padding: 110px 0px;
    background-repeat: no-repeat;
}

.bradcam_overlay {
    position: relative;
    z-index: 0;
}

.bradcam_overlay::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgb(49 232 216 / 45%) 14.58%, rgb(28 128 131 / 77%) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
}

.noti_land_top {
    height: 20px;
}

/* // Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) {

    #wrapper #content-wrapper {
        overflow-x: hidden;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    /* ------- sidebar ------- */

    /* when .toggled added to .sidbar by resize the window or click the button to reduce the sidebar */
    .sidebar.toggled {
        overflow: visible;
        width: 6.5rem !important;
        width: 14rem !important;
    }

    .sidebar.toggled .nav-item .nav-link {
        display: block;
        text-align: left;
        width: 100%;
        padding: 1rem;
        width: 14rem;
    }

    .sidebar.toggled .sidebar-brand .sidebar-brand-text {
        color: #0066ff;
        display: inline;
    }

    .sidebar.toggled .nav-item .collapse {
        position: relative;
        left: 0;
        z-index: 1;
        top: 0;
        -webkit-animation: none;
        animation: none;
        margin: 0 1rem;
    }

    .sidebar.toggled .nav-item .collapse .collapse-inner {
        border-radius: 0;
        box-shadow: none;
        border-radius: 13px;
    }

    .sidebar.toggled .nav-item .collapsing {
        position: relative;
        left: 0;
        z-index: 1;
        top: 0;
        -webkit-animation: none;
        animation: none;
        margin: 0 1rem;
    }

    .sidebar.toggled .nav-item .nav-link[data-bs-toggle="collapse"].collapsed::after {
        content: "\f105";
    }

    .sidebar.toggled .nav-item .nav-link[data-bs-toggle="collapse"]::after {
        width: 1rem;
        text-align: center;
        float: right;
        vertical-align: 0;
        border: 0;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
    }


    .sidebar.toggled .nav-item:last-child {
        margin-bottom: 1rem;
    }

    .sidebar.toggled .nav-item .nav-link span {
        font-size: .9rem;
        display: inline;
    }

    .sidebar.toggled .nav-item .nav-link i {
        font-size: .95rem;
        margin-right: .25rem;
        transition: color .15s
    }

    .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
        font-size: 2.5rem;
    }

    .sidebar.toggled .sidebar-heading {
        text-align: left;
    }

    /* ------- topbar ------- */

    /* -------- Content (cards - reports etc..) -------- */

    .wlc-msg .wlc_img {
        margin-top: -5rem;
    }

    .chart-area {
        min-height: 10rem;
    }

    .chart-pie {
        height: 21rem;
    }

    .profit_expense {
        height: calc(22.5rem - 43px) !important;
    }

    .border-flex {
        border-right: 1px solid #efefef !important;
        border-bottom: 0px !important;
    }

    /* ----------- Patients Profile ----------- */
    .search-eng-cont {
        margin-top: -165px;
        margin-bottom: 110px;
    }

    .search-eng-cont-patient {
        margin-bottom: 120px !important;
    }

    /* - messages - */
    .patient_popup_window {
        width: 570px;
    }

    .select_branch_popup_window {
        width: 45%;
    }

    #add_new_item_modal table th:nth-child(3),
    #add_new_item_modal table td:nth-child(3) {
        min-width: 120px;
    }

    /* price */
    #add_new_item_modal table th:nth-child(4),
    #add_new_item_modal table td:nth-child(4) {
        min-width: 110px;
    }

    /* quantity */
    #add_new_item_modal table th:nth-child(5),
    #add_new_item_modal table td:nth-child(5) {
        min-width: 120px;
    }

    /* discount */
    #add_new_item_modal table th:nth-child(6),
    #add_new_item_modal table td:nth-child(6) {
        min-width: 130px;
    }

    /* final price */
}

/* ---------------------- login ---------------------- */

.login_body {
    background-position: top;
    background-size: cover;
    position: relative;
}

.overlay-dark1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #12121252;
    z-index: 0;
}

.bg-login-image {
    background-position: center;
    background-size: cover;
    position: relative;
}

.bg-login-image .bg-login-image-cont {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.bg-login-image .bg-login-image-cont img {
    width: 40%;
}

.overlay-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(2 0 36 / 0%) 35%, rgb(255 255 255) 76%);
    z-index: 0;
}

/* // Large devices (desktops, 992px and up)   */
@media (min-width: 992px) {

    .calander-left-border {
        border-left: 1px solid #e8e8e8 !important;
    }

    .text-xxl {
        font-size: 5rem;
    }

}

/* // X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

/* // XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }

*/






/* ------- Dental Chart ------- */
.chart-upper .upper-img img,
.chart-upper .upperview-img img,
.chart-lower .lower-img img,
.chart-lower .lowerview-img img {
    width: 100%;
}

.dental_chart .upper-img, .dental_chart .upperview-img, .dental_chart .lower-img, .dental_chart .lowerview-img {
    padding: 0.6rem;
    position: relative;
    margin: 0.5rem 0.25rem;
}

.treatment_tooth {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    margin: 0.1rem 0.1rem;
    height: -webkit-fill-available;
}

.tooth-pain,
.NerveStuffing,
.cosmeticFiller,
.toothImplement {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    margin: 0.5rem 0.2rem;
    height: -webkit-fill-available;
}

.dental_chart .btn.upper, .dental_chart .btn.upper:focus, .dental_chart .btn.lower, .dental_chart .btn.lower:focus {
    width: 3rem;
    color: #b39d82;
    border: none;
    box-shadow: none;
}

.active {
    display: block !important;
}

.active_dent_db {
    display: block !important;
}

.dental_chart .table.table.table-bordered {
    width: 35%;
}

@media screen and (max-width: 1111px) {
    .dental_chart .upper-img, .dental_chart .lower-img {
        padding: 0rem;
    }

    .dental_chart .upperview-img, .dental_chart .lowerview-img {
        padding: 0;
    }

    .dental_chart .treatment_tooth {
        margin: 0;
    }

    .tooth-pain, .NerveStuffing, .cosmeticFiller, .toothImplement {
        margin: 0;
    }

}

@media screen and (max-width: 770px) {

    .dental_chart .btn.upper,
    .dental_chart .btn.lower {
        width: 2.4rem;
    }

    button#btnLower img {
        width: 2.5rem;
    }

    .dental_chart .chartLowerTeeth {
        margin-top: 0rem !important;
    }

    .dental_chart table.table.table-bordered {
        width: 75%;
    }
}

.dental_chart .btn.all {
    color: #b39d82;
    padding: 0;
    border: none;
    box-shadow: none;
}


/* --------- chat ----------- */


.fast_access_btn {
    position: fixed;
    width: 50px;
    display: block;
    float: none;
    font-size: 24px;
    text-align: center;
    color: #fff;
    z-index: 9999;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    right: 2%;
    bottom: 4%;
    /* box-shadow: 2px 4px 12px rgb(0 0 0 / 8%) !important */
}

.chatboat_btn {
    position: fixed;
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 268px;
    z-index: 1000;
    border-radius: 31px;
    right: 2%;
    bottom: 5%;
}

.fast_access_btn_icon {
    cursor: pointer;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.fast_access_btn_icon_avatar {
    border-radius: 50%;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%) !important;
    margin-left: 7px;
}

.fast_access_btn_icon_avatar img {
    height: 60px;
    width: 60px;
    /* border: 4px solid #333ac8; */
    border-radius: 50%;
    /* background-color: #333ac8; */
}

.fast_access_btn_icon_text {
    background-color: white;
    color: black;
    border-radius: 20px 0px 20px 20px;
    padding: 3px 21px 2px 21px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%) !important;
    border: 1px solid #ececec;
}

.fast_access_btn .fast_access_menu {
    position: absolute;
    right: 0;
    bottom: 38px;
    width: 200px;
    list-style: none;
}

.fast_access_btn .fast_access_menu li {
    background-color: #333ac8;
    border-radius: 35px;
    color: white;
    margin-bottom: 7px;
    padding: 10px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%) !important
}

.fast_access_btn>i {
    transition: all ease 0.2s;
}

.fast_access_btn.active>i {
    transform: rotate(404deg);
}

.fast_access_btn .active {
    display: flex !important;

}

.fast_access_btn .fast_access_menu a {
    color: white;
}

.chatboat_cont {
    position: absolute;
    right: 0;
    bottom: 66px;
    width: 375px;
    border: none;
    border-radius: 15px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%) !important;
}

.chatbot_topbar {
    background: var(--main-color);
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    height: 46px;
    line-height: 1;
}

.chatboat_cont .chatboat_body {
    height: 50vh;
    overflow: auto;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #dedede; */
}

.chatboat_cont .chatboat_body a {
    color: #2228a5;
}

.chatboat_cont .chatboat_body a:hover {
    color: #080c60;
}

.chatbot_avatar {
    height: 40px;
    width: 40px;
    border-radius: 50px;
}

.chatboat_cont .chat_receiver {
    border: none;
    background: #f4f5fa;
    color: #212529;
    font-size: 14px;
    border-radius: 0px 20px 20px 20px;
    text-align: start;
    font-weight: 600;
    padding: 9px 14px;
    margin-left: 4px;
}

.chatboat_cont .chat_sender {
    border: none;
    background: var(--main-color);
    color: white;
    font-size: 14px;
    border-radius: 20px 0px 20px 20px;
    text-align: start;
    padding: 9px 14px;
    margin-right: 4px;
}

.chatbot_send_msg_cont {
    position: relative;
    padding: 15px 11px;
}

.chatbot_send_msg_cont .chatbot_send_msg_textarea {
    height: 41px !important;
    border-radius: 55px !important;
}

.chatbot_send_msg_cont i {
    position: absolute;
    top: 1.6rem;
    right: 1.9rem;
    font-size: 17px;
    cursor: pointer;
    color: #1b78f1;
}

.chatbot_send_msg_cont i:hover {
    color: #6b6b6b;
}




.next_title_small_text {
    font-size: .7rem;
    font-weight: 300 !important;
}





/* progress bar circle */
.progress-circle_bar {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /* Make it circular */
    background: conic-gradient(#4caf50 calc(var(--progress) * 1%),
            /* Green progress fill */
            #e6e6e6 0%
            /* Remaining area in gray */
        );
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 1s ease;
    /* Smooth animation */
    text-align: center;
}

.progress-circle_bar::after {
    content: '';
    position: absolute;
    width: 83px;
    /* Inner white circle size */
    height: 83px;
    border-radius: 50%;
    background-color: #fff;
    /* Matches background */
}

.progress-circle_bar_text {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #939393;
    z-index: 2;
    /* Ensure text stays above */
}



/* half circle progress */

.progress_half_circle {
    position: relative;
    margin: 4px;
    float: left;
    text-align: center;
}

.progress_half_circle_barOverflow {
    /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden;
    /* Comment this line to understand the trick */
    width: 90px;
    height: 45px;
    /* Half circle (overflow) */
    margin-bottom: -14px;
    /* bring the numbers up */
}

.progress_half_circle_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #eee;
    /* half gray, */
    border-bottom-color: #0bf;
    /* half azure */
    border-right-color: #0bf;
}



.text_animated_gradient {
    background: linear-gradient(to right,
            #0066FF 20%,
            #00affa 30%,
            #afcffe 70%,
            #1b4a90 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 400% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}




/* chat section */
.status-indicator-chat {
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0px;
    border: 0.125rem solid #fff;
}

.chats_people_overview {
    padding: 14px 10px 14px 10px;
    background-color: #f7f7f7;
    border-radius: 12px;
    cursor: pointer;
}

.chats_people_overview:hover {
    background-color: #ededed;
}

.chat_top_profile {
    border-radius: 55px;
    height: 80px;
    background-color: #153f7e;
    padding: 15px;
    background: linear-gradient(-38deg, #0066ff 26%, rgb(1 56 137) 102%);
}


#chat_body {
    overflow: auto;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

#chat_body .chat_receiver {
    border: none;
    background: #ffffff;
    color: #212529;
    font-size: 14px;
    border-radius: 0px 20px 20px 20px;
    text-align: start;
    font-weight: 600;
    padding: 7px 14px 1px 14px;
    margin-left: 4px;
}

#chat_body .chat_sender {
    border: none;
    background: var(--main-color);
    color: white;
    font-size: 14px;
    border-radius: 20px 0px 20px 20px;
    text-align: start;
    padding: 7px 14px 1px 14px;
    margin-right: 4px;
}

.chat_textarea_cont {
    position: relative;
    padding: 15px 11px;
    width: 100%;
}

.chat_textarea_cont #chat_textarea_input {
    height: 41px !important;
    border-radius: 55px !important;
}

.chat_textarea_cont i {
    position: absolute;
    top: 1.6rem;
    right: 1.9rem;
    font-size: 17px;
    cursor: pointer;
    color: #1b78f1;
}



/* notifications */
.toaster_notification_fixed {
    position: fixed;
    background: #0066ff;
    padding: 20px 15px 20px 12px;
    border-radius: 20px;
    border-left: 5px solid #0066ff;
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99999999;
    top: 7.1rem;
    right: 1rem;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%) !important;
    color: white;
}

.toaster_notification_fixed .icont_cont {
    font-size: 25px;
    color: #0066ff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #ffffff;
}

.toaster_notification_fixed .close_toaster_fixed {
    width: 24px;
    height: 24px;
    font-size: 13px;
    color: #ffffff;
    object-fit: cover;
    background-color: #012f75;
    position: absolute;
    top: -8px;
    right: 21px;
}



#fast_access_sidebar {
    position: fixed;
    top: 70vh;
    right: 0px;
    height: 70px;
    width: 20px;
    background-color: #0066ff;
    border-radius: 20px;
}






/* accounts tree */

.tree, .tree ul {

    margin: 0;

    padding: 0;

    list-style: none
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #606ec3;
    border-color: #606ec3;
}

.panel-primary {

    border-color: #606ec3;
    margin: 3%;

}

.tree ul {

    margin-left: 1em;

    position: relative
}

.tree ul ul {

    margin-left: .5em
}

.tree ul:before {

    content: "";

    display: block;

    width: 0;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    border-left: 1px solid
}

.tree li {

    margin: 0;

    padding: 0 1em;

    line-height: 2em;

    color: #369;

    font-weight: 700;

    position: relative
}

.tree ul li:before {

    content: "";

    display: block;

    width: 10px;

    height: 0;

    border-top: 1px solid;

    margin-top: -1px;

    position: absolute;

    top: 1em;

    left: 0
}

.tree ul li:last-child:before {

    background: #fff;

    height: auto;

    top: 1em;

    bottom: 0
}

.indicator {

    margin-right: 5px;

}

.tree li a {

    text-decoration: none;

    color: #369;

}

.tree li button, .tree li button:active, .tree li button:focus {

    text-decoration: none;

    color: #369;

    border: none;

    background: transparent;

    margin: 0px 0px 0px 0px;

    padding: 0px 0px 0px 0px;

    outline: 0;

}


.chart_tree_cont_top {
    position: relative;
    height: 134px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%) !important;
    border-radius: 32px;
    background-color: white;
    margin-bottom: 1rem !important;
    cursor: pointer;

}

.chart_tree_cont_top_icon {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0066ff;
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding-left: 11px;
    padding-top: 8px;
}

.chart_tree_cont_delete_icon {
    position: absolute;
    top: -6px;
    left: 6%;
}

.chart_tree_cont_show_icon {
    position: absolute;
    top: -6px;
    right: 6%;
}

/* POS */

.pos_sidebar {
    min-height: 85vh;
    background-color: #ffffff;
    color: #707070;
    /* box-shadow: -1px 20px 27px 5px rgb(0 0 0 / 12%) !important; */
    margin-top: 0px;
}

.pos_sidebar_items {
    height: 47vh;
    overflow: auto;
    margin-bottom: 1rem;
    border-bottom: 1px solid #d6d6d6;
}

.pos_product:hover {
    border: 1px solid #b0b0b0;
    background-color: #f6f6f6;
    cursor: pointer;
}

.pos_product .pso_product_img {
    border-radius: 32px 32px 0px 0px;
    height: 120px;
    object-fit: cover;
    width: 100%;
}

.pos_product_nohover .pso_product_img {
    border-radius: 32px 32px 0px 0px;
    height: 120px;
    object-fit: cover;
    width: 100%;
}


.barcode_insert_input {
    padding: 0px 5px !important;
    height: 50px !important;
    font-size: 16px;
    background-color: transparent !important;

}

.pos_keyboard_screen {
    padding: 2rem !important;
    font-size: 2rem;
}






/* short_access_topbar */

.short_access_topbar_menu {
    background-color: white;
}

.short_access_topbar_menu .dropdown-list .dropdown-item, .short_access_topbar_menu .dropdown-item {
    white-space: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.2rem;
    color: #3a3b45;
}

.short_access_topbar_menu .navbar-nav {
    flex-direction: row;
}

.short_access_topbar_menu.navbar-light .navbar-nav .nav-item .nav-link {
    color: #81838e;
}

.short_access_topbar_menu .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: 12px;
    left: unset;
    font-size: .85rem;
    float: none;
    border-radius: .90rem;
    border: 1px solid #e3e6f0;
    top: 100%;
    margin: 15px 0 0 !important;
}

.short_access_topbar_menu .dropdown-list .dropdown-item, .topbar .dropdown-list-profile .dropdown-item {
    white-space: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.2rem;
    color: #3a3b45;
}

.short_access_topbar_menu .dropdown-list .dropdown-item:last-child, .topbar .dropdown-list-profile .dropdown-item:last-child {
    border-bottom: 0px solid #e3e6f0 !important;
}





.radio_check_border_cont .radio_check_border {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 5px;
    cursor: pointer;
}

.radio_check_border_cont label.radio_check_border input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
}

.radio_check_border_cont label.radio_check_border div {
    padding: 14px 20px;
    /* border: 2px solid #0066FF; */
    display: inline-block;
    color: #9e9e9e;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 50px;
    background-color: white;
}

.radio_check_border_cont label.radio_check_border input:checked+div {
    border-color: #0066FF;
    background-color: #0066FF;
    color: #fff;
}


.radio_check_border_no_bg_cont label.radio_check_border input:checked+div {
    border: 1px solid #0066FF !important;
    background-color: transparent !important;
    color: #0066FF;
}


.radio_check_border_cont label.radio_check_border input:checked+div::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 17px;
    padding: 0px 5px 0px 11px;
    content: "\f00c";
}


.radio_check_border_cont input[type="radio"]:checked+label::after {
    content: "\f00c";
}




/* POS */
.pos_main_img {
    height: 170px;
    object-fit: cover;
    border-radius: 19px;
    width: 100%;
}

.pos_product_card {
    cursor: pointer;
    height: 20rem;
}

.pos_product_card:hover {
    border: 2px solid #dcdcdc;
}


.pos_current_order {
    max-height: 45vh;
    /* Instead of fixed height */
    width: 100%;
    overflow-y: auto;
    /* Enable vertical scrolling */
    padding: 10px;
    /* Add spacing */
}

.pos_keyboard_container .btn {
    width: 100%;
    font-size: 1.5rem;
    padding: 15px;
}


.selected_status_calendar {
    color: #343840 !important;
}



.pos-out-of-stock {
    opacity: 0.4;
    pointer-events: none;
}




.entry-wrapper {
    overflow-x: auto;
    border-radius: 8px;
    max-height: 500px;
}

.entry-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    font-size: 13px;
    min-width: 100%;
    /* مهم مع overflow */
}

.entry-table th {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #f9f9f9;
    padding: 12px 10px;
    text-align: left;
    white-space: nowrap;
}

.entry-table td {
    padding: 5px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    white-space: nowrap;
}

.entry-table td .input-group {
    display: flex;
    gap: 4px;
    min-width: 180px;
    max-width: 250px;
}

.entry-table td.col-discount {
    min-width: 200px;
}

.entry-table .input-group input {
    flex: 2;
    min-width: 0;
}

.entry-table .input-group select {
    flex: 1;
    min-width: 50px;
}

.entry-table input,
.entry-table select,
.entry-table .select2-container {
    min-width: 140px;
    max-width: 220px;
    width: 100%;
    box-sizing: border-box;
    min-height: 38px;
    font-size: 13px;
}


.available-stock-input {
    display: block;
    font-size: 11px;
    margin-top: 4px;
    color: #888;
}




/* calendar */

.toggle-container-btns-circle {
    display: flex;
    background-color: #fff;
    padding: 4px 31px;
    border-radius: 9999px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.toggle-container-btns-circle .toggle-item {
    padding: 8px 16px;
    border: none;
    background: transparent;
    color: #6b7280;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 10px;
}

.toggle-container-btns-circle .toggle-item:hover {
    background-color: #e5e7eb;
    border-radius: 20px;
    border-bottom: 0 !important;
}

.toggle-container-btns-circle .toggle-item.active {
    background-color: #fff;
    color: #2563eb;
    border-bottom: 2px solid #2563eb;
}

.toggle-container-btns-circle .toggle-item input {
    border: none;
    padding: 10px;
    width: 66px !important;
    height: 23px !important;
    background-color: transparent;
    cursor: pointer;
}

.toggle-container-btns-circle input::placeholder {
    text-align: center;
    color: #6b7280;
}

.toggle-container-btns-circle .toggle-item input:focus {
    outline: none;
}


.room-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.room-header {
    background: linear-gradient(90deg, #4f46e5 0%, #3b82f6 100%);
    color: #fff;
    padding: 12px 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
}

.room-header i {
    opacity: 0.9;
}

.bed-box {
    width: 110px;
    height: 100px;
    margin: 8px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.8rem;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.bed-box:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.bed-box i {
    font-size: 1.5rem;
    margin-bottom: 4px;
}

/* Responsive */
@media (max-width: 576px) {
    .bed-box {
        width: 90px;
        height: 90px;
        font-size: 0.75rem;
    }

    .room-header {
        font-size: 0.85rem;
    }
}

.bed-selected {
    border: 2px solid #0d6efd;
    background-color: #eaf1ff;
    color: #0d6efd !important;
}



/* ---------- PWA ----------- */

/* ========== PWA NAV ========== */
.pwa-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0.45rem 0;
    background-color: #ffffff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

/* الازرار الدائرية */
.pwa-nav .pwa-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.5rem;
    text-decoration: none;
    color: #6c757d;
    background-color: white;
    border: none;
    border-radius: 0.75rem;
    padding: 0.5rem;
    transition: background-color 0.2s, transform 0.1s;
}

/* Hover & Active */
/* the little “x” in the corner */
.pwa-nav .pwa-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

/* your helper to hide by default */
.pwa-nav .pwa-btn:hover {
    transform: translateY(-2px);
    color: #495057;
}

.pwa-nav .pwa-btn:active,
.pwa-nav .pwa-btn:focus {
    color: black;
    outline: none;
}

/* الأيقونة كبيرة */
.pwa-nav .pwa-btn i {
    margin-bottom: 0.5rem;
}

/* نص تحت الأيقونة */
.pwa-nav .pwa-btn span {
    font-size: 0.65rem;
    line-height: 1;
    white-space: nowrap;
}

/* the little “x” in the corner */
.pwa-nav .pwa-close {
    position: absolute;
    top: -0.8rem;
    right: 4.5%;
    background-color: #cccccc;
    padding: 8px;
    font-size: 12px;
    border-radius: 21px;
}


/* install pwa card */

/* أضف هذا إلى ملف الـ CSS الخاص بك */
#pwa-install-card {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* يجب أن يبقى ثابتاً */
    width: 280px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 13px rgb(0 0 0 / 10%);
    transform: translateX(120%);
    /* مخفى خارج الإطار */
    opacity: 0;
    pointer-events: none;
    /* يمنع الضغط قبل الظهور */
    transition: transform .45s cubic-bezier(.25, .8, .35, 1),
        opacity .45s cubic-bezier(.25, .8, .35, 1);
    z-index: 1000;
}

/* ── عند إضافة الفئة show يتم الانزلاق للداخل */
#pwa-install-card.show {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

/* ── عند إضافة الفئة hide يختفى بنفس السلاسة */
#pwa-install-card.hide {
    transform: translateX(120%);
    opacity: 0;
    pointer-events: none;
}


#pwa-install-card #pwa-install-btn {
    background: #f0f0f0;
    color: #646464;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

#pwa-install-card #pwa-install-btn:hover {
    background: #e6e6e6;
}

.pwa-close-btn {
    position: absolute;
    top: -8px;
    right: 8px;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;

    /* NEW: flex centering */
    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.pwa-close-btn:hover {
    background: #c82333;
}

.logo_install_pwa_cont {
    height: 160px;
    background-color: #0066ff !important;
    border-radius: 12px 12px 0px 0px;
    align-content: center;
}

/* show & switch to flex at ≥576px (sm) */
@media (min-width: 576px) {
    .pwa-nav {
        display: flex;
    }
}


/* ----------- Main radio card ---------- */

.radio-card-group {
    display: flex;
    gap: 20px;
    direction: rtl;
    /* دعم النص العربي */
    justify-content: flex-start;
    flex-wrap: wrap;
}

.radio-card {
    position: relative;
    cursor: pointer;
    font-family: 'Segoe UI', sans-serif;
}

.radio-card input[type="radio"] {
    display: none;
}

.radio-card-group {
    display: flex;
    gap: 20px;
    direction: rtl;
    flex-wrap: wrap;
    justify-content: center;
}

.radio-card {
    position: relative;
    cursor: pointer;
    font-family: 'Segoe UI', sans-serif;
}

.radio-card input[type="radio"] {
    display: none;
}

.radio-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    padding: 16px 17px;
    border: 2px solid #dcdcdc;
    border-radius: 16px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    min-width: 150px;
    min-height: 140px;
    max-width: 187px;
}

/* المحتوى الداخلي (أيقونة + عنوان + وصف) */
.radio-content>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.radio-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.radio-label {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

.radio-content h6 {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 400;
}

/* حالة التحديد */
.radio-card input[type="radio"]:checked+.radio-content {
    border-color: #007bff;
    background-color: #eaf4ff;
    color: #007bff;
}

.radio-card input[type="radio"]:checked+.radio-content .radio-icon {
    background-color: #007bff;
}


.search_tobbar_cont {
    background-color: aliceblue;
}



.dark_img_change {
    display: none;
}


.blue_linear_gradient {
    background-color: #0260ed;
    background: linear-gradient(139deg, #0260ed 49%, rgb(1 56 137) 102%)
}

.dashboard_second_blue_card {
    background-color: #0951bd !important;
    color: white;
}

.dashboard_third_blue_card {
    background-color: #1f4783;
    color: white;
}


/* mfg */

.side_timeline-content {
    background-color: #f2f6fd;
    padding: 1rem 1.5rem;
    border-radius: .5rem;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.side_timeline-content:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    transform: translateY(-2px);
}


.progress {
    border-radius: 1.25rem;
}



.text-shadow-600 {
    text-shadow: 0px 0px 4px rgb(0 0 0 / 22%)
}


/* ------ lang (rtl - ltr) elements ------- */
.end_0_lang {
    right: 0;
}


.permissions-accordion .accordion-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: bold;
    color: #5a5c69;
    background-color: #f8f9fc;
}

.permissions-accordion .accordion-button:not(.collapsed) {
    color: #007bff;
    background-color: #e7f1ff;
    box-shadow: none;
}


/* Accordion Professional Styling */
.permissions-accordion .accordion-item {
    margin-bottom: 0.5rem;
    border: 1px solid #e3e6f0;
    border-radius: .35rem !important;
    overflow: hidden;
    /* Ensures rounded corners are visible */
}

.permissions-accordion .accordion-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: bold;
    color: #5a5c69;
    background-color: #f8f9fc;
}

.permissions-accordion .accordion-button:not(.collapsed) {
    color: #007bff;
    background-color: #e7f1ff;
    box-shadow: none;
}


.booking-start-label,
.booking-end-label {
    background: #fff;
    padding: 2px 4px;
    border: 1px solid #007bff;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    user-select: none;
    position: absolute;
    left: 5px;
    z-index: 2;
}


.table-warning {
    --bs-table-bg: #1e1e1e !important;
    color: #ffffff !important;
}

.tabs-wrap {
    min-width: 0;
    position: relative
}

.nav-tabs-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: .4rem;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    border-bottom: 0
}

.nav-tabs-scroll .nav-item {
    flex: 0 0 auto
}



.tabs-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    color: #374151;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: .2s;
}

.tabs-scroll-btn:hover {
    background: #f9fafb
}

.tabs-scroll-btn.left {
    left: 0
}

.tabs-scroll-btn.right {
    right: 0
}

/* -------- offcanvas ----------- */
/* على الشاشات الكبيرة (لابتوب وأعلى) */
@media (min-width: 992px) {
    .offcanvas-lg {
        width: 85%;
        /* غيّرها 60% أو 70% حسب ما تحب */
        max-width: 100%;
    }
}

/* على الشاشات الصغيرة يفضل يفضل يفتح fullscreen */
@media (max-width: 991.98px) {
    .offcanvas-lg {
        width: 100%;
    }
}
