body {
    font-family: 'Lato', sans-serif;
    background-color: #f1f7ff;
}

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


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

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

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

.second-color-bg {
    background-color: #f6f6f6 !important;
}

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

.color-gray-400-bg {
    background-color: #f4f4f4 !important;
}

.main-color {
    color: #cfb771 !important;
}



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

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

.text-red-bg {
    background-color: #CF637F !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);

}

.text-petroleum {
    color: #223a66;
}

.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 element - */

.bg-gray-500 {
    background-color: #f1f1f1;
}

.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;
}

/* - status - */

.main-color-btn {
    background-color: #cfb771;
    color: #e5f0ff;
    border: 0px;
}

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

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

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

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

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

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

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


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

.cancel-color {
    color: #ff838f;
}

.pend-color {
    color: #ffb200;
}

.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 !important;
}

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


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

.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: #1b208c;
    color: #ecf2fb;
}

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

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

.status-col-link.not_accepted-color-btn:hover {
    background-color: #e1e1e1;
    color: #737373;
}

.status-col-link.prog-color-btn:hover {
    background-color: #d0daf8;
    color: #484782;
}


/* - borders - */

.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-200 {
    border: 1px solid #ededed !important;
}

.border-gray-300 {
    border: 1px solid #dcdcdc !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 sizes - */


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

.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;
}


/* - 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-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;
}

.avatar-for_appointment_index {
    width: 43px;
    height: 43px;
    object-fit: cover;
    position: absolute;
    top: -22px;
    left: 42%;
    border-radius: 50% !important;
}

.img_object_fit {
    object-fit: cover;
}

.img_object_contain {
    object-fit: contain;
}

/* - 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;
    }

    table {
        border: 1px solid rgb(192, 192, 192) !important;
    }

    td {
        border: 1px solid rgb(192, 192, 192) !important;
    }

    .hide_in_print {
        display: none !important;
    }

}


/* PWA application */
@media all and (display-mode: standalone) {
    .install-app-btn-container {
        display: none;
    }
}




/* - form input elemenet - */

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

.form-control {
    border: 1px solid #e8e7e3;
    border-radius: 5px !important;
    color: #66615b;
    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;
}



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

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

hr {
    color: #bdbdbd;
    background-color: #bdbdbd;
}

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

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: 25px;
}

.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: #cfb771;
    background-color: #cfb771;
}









.chbox_true label {
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

.chbox_true label {
    padding: 6px 10px 7px 12px;
    cursor: pointer;
    margin: 0px;
}

.chbox_true.chbox_true_with_icon label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
}

.chbox_true.chbox_true_with_icon input[type="checkbox"]:checked+label::before {
    content: "\f00c";
}

.chbox_true.chbox_true_with_icon input[type="radio"]:checked+label::before {
    content: "\f00c";
}


.chbox_true input[type="checkbox"]:checked+label {
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
    color: #fff;
    transition: all .2s;
}

.chbox_true input[type="radio"]:checked+label {
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
    color: #fff;
    transition: all .2s;
}

.chbox_true input[type="checkbox"] {
    display: absolute;
}

.chbox_true input[type="radio"] {
    display: absolute;
}

.chbox_true input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.chbox_true input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.chbox_true li input[type="checkbox"]:focus+label {
    border: 2px solid #e9a1ff;
}

.chbox_true li input[type="radio"]:focus+label {
    border: 2px solid #e9a1ff;
}




.chbox_full label {
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

.chbox_full label {
    padding: 8px 12px;
    cursor: pointer;
}



.chbox_full input[type="checkbox"]:checked+label::before {
    content: "\f00c";
}

.chbox_full input[type="checkbox"]:checked+label {
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
    color: #fff;
    transition: all .2s;
}

.chbox_full input[type="checkbox"] {
    display: absolute;
}

.chbox_full input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.chbox_full li input[type="checkbox"]:focus+label {
    border: 2px solid #e9a1ff;
}



.dropdown-list-profile-website {
    width: 222px !important;
    border-radius: 25px !important;
}



.check_payment_method_cont .radio_check_payment {
    cursor: pointer
}

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

.check_payment_method_cont label.radio_check_payment div {
    padding: 20px 14px;
    border: 2px solid #005fbe;
    display: inline-block;
    color: #005fbe;
    border-radius: 3px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 13px;
}

.check_payment_method_cont label.radio_check_payment input:checked+div {
    border-color: #005fbe;
    background-color: #005fbe;
    color: #fff;
}

.check_payment_method_cont label.radio_check_payment 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 6px 0px 2px;
    content: "\f00c";
}


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






/* pill rounded for input */
.rounded_pill_div {
    border-radius: 50rem !important;
    border: 1px solid #d7d7d7;
    padding: 10px 11px 10px 44px;
    background-color: white;
}


/* 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 #4568e2;
}

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

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

/* for booking buttons radius (data between) */
.date_between_left {
    border-width: 1px 0px 1px 1px !important;
    border-radius: 50px 0px 0px 50px !important;
}

.date_between_right {
    border-width: 1px 1px 1px 0px !important;
    border-radius: 0px 50px 50px 0px !important;
}


.date_between_left_div .select2-container--default .select2-selection--single {
    border-width: 1px 0px 1px 1px !important;
    border-radius: 50px 0px 0px 50px !important;
}

.date_between_right_div .select2-container--default .select2-selection--single {
    border-width: 1px 1px 1px 0px !important;
    border-radius: 0px 50px 50px 0px !important;
}


/* 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: #cfb771;
    /* 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-close-mask {
    z-index: 2099;
}

.select2-dropdown {
    z-index: 3051;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #e8e7e3;
    height: 40px;
    border-radius: 4px;
    border-radius: 5px;
    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: #a9a9a9;
}

.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: 1px 5px 3px 23px;
}

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

/* - 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;
}


/* - jquery ui datepicker - */

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

.datepicker {
    border: 0px !important;
    background-color: #cfb771;
    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 - */

.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;
}

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

.canvas {
    touch-action: none;
}

.no_dots_ul {
    list-style-type: none;
}

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

.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;
}

/* normal table */

.table_normal td, .table.table-modal th {
    padding: 0.75rem !important;
    vertical-align: top;
    border-bottom: 0px !important;
    border: 1px solid #e9e7e7 !important;
}

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

.table_normal thead th {
    background-color: #fafafa;
}

.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;
}

/* white table */

.table_white thead {
    background-color: #f5f5f5;
}


/* ------ datatable style 2 ------- */
.data_table_style_2 {
    background-color: white;
    border: 1px solid #ffffff !important;
}

.data_table_style_2 thead tr {
    background-color: #fbfbfb !important;
}

.data_table_style_2 tr {
    border-bottom: 1px solid #ededee !important;
}

.data_table_style_2 tbody tr {
    background-color: white !important;
}

.data_table_style_2 tbody td.sorting_1 {
    background-color: white !important;
}

.data_table_style_2_cont .dt-buttons {
    background-color: #e9eef5 !important;
    color: #9e9e9e !important;
    border-radius: 17px !important;
    padding: 2px 10px 2px 10px !important;
}

.data_table_style_2_cont .dt-buttons .btn-table-export {
    background-color: #e9eef5 !important;
}

.data_table_style_2_cont thead .sorting:after, .data_table_style_2_cont thead .sorting:before {
    font-size: 14px;
    color: black;
    bottom: 0.6rem !important;
}

.data_table_style_2_cont div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.8em;
    border-radius: 19px !important;
}


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


/* ------ 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;
}

/* .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;
}

.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 {
    background-color: #333ac8;
    border-color: #333ac8;
}

.btn-table-export {
    background-color: #e9f2ff;
    color: #7c8695;
}


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

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


/* - 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;
}


/* 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: 32px;
}

.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;
}

/* - 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 6px 18px 6px;
    border-radius: 14px;
    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: #c5c8ff;
    font-weight: 400;
    background: transparent;
}

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

.td_calander {
    width: 65px;
    height: 65px;
    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: #0c3a75;
}

.table_booking .selected_day_calander {
    background-color: #10558e;
    color: #cae7ff;
    padding: 6px !important;
    border-radius: 0;
}

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

.td_calander .firstClick {
    background-color: #093254;
    color: #cae7ff;
    padding: 6px !important;
    border-radius: 10px 0px 0px 10px;
    border-start-start-radius: 16px;
    border-end-start-radius: 16px;
}

.td_calander .secondClick {
    background-color: #093254;
    color: #cae7ff;
    padding: 6px !important;
    border-start-end-radius: 10px;
    border-end-end-radius: 10px;
}

.td_calander .reserved {
    background-color: #093254;
    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: #9196f2;
    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: 236px;
    border-radius: 10px;
    background-color: #f7f7f7;
    color: rgb(150 150 150);
    justify-content: center;
    margin: auto;
    padding: 5px;
    border: 1px solid #f1f1f1;
}

.td_calander_monthly_befor_today {
    background-color: #ffffff !important;
    color: rgb(185 185 185) !important;
}

.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: #cfb771;
    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;
}


/* monthly calendar small size */

.td_calander_monthly_small_size {
    width: 60px;
    min-height: 60px !important;
    background-color: #f7f7f7;
    border-radius: 50px;
    color: rgb(185 185 185);
    justify-content: center;
    margin: auto;
    padding: 5px;
    border: 1px solid #f1f1f1;
}

.td_calander_monthly_small_size_booked {
    width: 60px;
    min-height: 60px !important;
    background-color: #e1e1e1;
    border-radius: 50px;
    color: rgb(149 149 149);
    justify-content: center;
    margin: auto;
    padding: 5px;
    border: 1px solid #f1f1f1;
}

/* ----- modal element ----- */
.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;
}

.modal-backdrop.show {
    opacity: 0.6 !important;
}

/* ------ 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_5icons li {
    width: 20% !important;
}


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

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

.progressbar_6icons .icon-circle {
    width: 45px !important;
    height: 45px !important;
    font-size: 18px !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);
    color: #FFFFFF;
}

.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)
}

/* 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: #cfb771;
    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: #cfb771;
    color: white;
    padding: 15px 30px 15px 30px;
    transform: translate(-50%, -50%);
    box-shadow: -5px 6px 20px 12px rgb(0 0 0 / 13%) !important;
}

#add_buttn_fixed {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 1000;
    bottom: 5%;
    right: 4%;
    border-radius: 55%;
    background-color: #cfb771;
    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: #cfb771;
    color: white;
    padding: 10px 15px 15px 14px;
    font-size: 22px;
    cursor: pointer;
}


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

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

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

@keyframes show_toast {
    0% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(10%);
    }

    80%, 100% {
        transform: translateX(20px);
    }
}

@keyframes hide_toast {
    0% {
        transform: translateX(20px);
    }

    40% {
        transform: translateX(10%);
    }

    80%, 100% {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%);
    }
}

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

#wrapper {
    color: var(--main-header);
}

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

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

.sidebar {
    display: none;
    width: 6.5rem;
    min-height: 100vh;
    background-color: #000000;
    color: #FFFFFF;
    box-shadow: -1px 20px 27px 3px rgba(0, 0, 0, 0.12) !important;
    border-radius: 0px 0px 0px 0px;
    margin-top: 0px;
}

.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: #87b8f5;
    font-size: .65em;
}

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

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

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

.sidebar .nav-item .nav-link {
    color: #b6b6b6;
    text-align: center;
    padding: .75rem 1rem;
    width: 6.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: #FFFFFF;
    font-weight: 700;
}

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

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

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

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

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

.sidebar .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;

}

.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;
}

.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%;
}




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

.sidebar_wide {
    display: none;
    width: 14rem !important;
    min-height: 100vh;
    background-color: #cfb771;
    color: #FFFFFF;
    box-shadow: -1px 20px 27px 3px rgb(0 0 0 / 12%) !important;
    border-radius: 0px 32px 0px 0px;
    margin-top: 18px;
}

.sidebar_wide .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_wide .sidebar-brand .sidebar-brand-text {
    display: inline;
}

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

.sidebar_wide .sidebar-brand .sidebar-brand-text sup {
    color: #87b8f5;
    font-size: .65em;
}

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

.sidebar_wide .sidebar-heading {
    color: #8b90ff;
    text-align: center;
    padding: 0 1rem;
    font-weight: 800;
    font-size: .65rem;
    text-transform: uppercase !important;
    text-align: left;
}

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

.sidebar_wide .nav-item .nav-link {
    display: block;
    text-align: left;
    width: 100%;
    padding: 1rem;
    width: 14rem;
    color: #b0c3da;
}

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

.sidebar_wide .nav-item.active .nav-link,
.sidebar_wide .nav-item.active .nav-link i {
    color: #FFFFFF;
    font-weight: 700;
}

.sidebar_wide .nav-item.active .nav-link,
.sidebar_wide .nav-item.active .nav-link span {
    color: #FFFFFF;
    font-weight: 700;
}

.sidebar_wide .nav-item .nav-link:active,
.sidebar_wide .nav-item .nav-link:focus,
.sidebar_wide .nav-item .nav-link:hover {
    color: #FFFFFF;
}

.sidebar_wide .nav-item .nav-link:active i,
.sidebar_wide .nav-item .nav-link:focus i,
.sidebar_wide .nav-item .nav-link:hover i {
    color: #FFFFFF;
}

.sidebar_wide .nav-item .nav-link i {
    color: #b0c3da;
    margin-right: 0.25rem;
    transition: color .15s;
}

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

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

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

.sidebar_wide .nav-item .collapse .collapse-inner,
.sidebar_wide .nav-item .collapsing .collapse-inner {
    padding: .5rem 0;
    min-width: 10rem;
    font-size: .85rem;
    margin: 0 0 1rem 0;
    z-index: 999999999;
}

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

.sidebar_wide .nav-item .collapse .collapse-inner .collapse-header,
.sidebar_wide .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_wide .nav-item .collapse .collapse-inner .collapse-item,
.sidebar_wide .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: #353535;
    color: #ffffff;
}

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

.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';
}

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

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

/* wide sidebar */
.sidebar_wide #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
    background-color: #191e77;
    color: #89afe0;
}

.sidebar_wide #sidebarToggle::after {
    font-weight: 900;
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
}

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

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

.sidebar_wide.toggled #sidebarToggle::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}

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

/* sidebar wide */
.sidebar_wide.toggled {
    overflow: visible;
    width: 6.5rem !important;
    display: flex !important;
}

.sidebar_wide.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem;
}

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

.sidebar_wide.toggled .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
    margin: 0px;
}

.sidebar_wide.toggled .nav-item .collapse .collapse-inner {
    padding: 0.5rem 0;
    min-width: 10rem;
    font-size: .85rem;
    margin: 0 0 1rem 0;
    border-radius: 19px;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%);
}

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

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

.sidebar_wide .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_wide.toggled .nav-item .nav-link[data-bs-toggle="collapse"].collapsed::after {
    content: "";
}

.sidebar_wide.toggled .nav-item .nav-link[data-bs-toggle="collapse"]::after {
    display: none;
}


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

.sidebar_wide.toggled .nav-item .nav-link span {
    font-size: .75rem;
    display: block;
}

.sidebar_wide.toggled .nav-item .nav-link i {
    font-weight: 700;
    margin-right: 0px;
}

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

.sidebar_wide.toggled .sidebar-heading {
    text-align: center;
}

/* ------- 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%);
}

.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,
.sidebar_wide .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-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;

}

.sidebar_wide .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) !important;
    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.3rem;
    color: #3a3b45;
}

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

.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;
}

.sidebar_wide .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;
}

.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,
.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;
}




/* progress percentage */

.progress_percentage {
    padding: 0px;
    height: 25px;
}

.progress_percentage .progress-bar {
    background-color: #333ac8;
}


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

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

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

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 142px;
    height: 45px;
    top: 5px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #cfb771;
    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;
    }

    .sidebar_wide {
        display: flex;
    }

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

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

    .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: 477px;
    }

    .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_6icons .icon-circle {
        width: 75px !important;
        height: 75px !important;
        font-size: 24px !important;
    }


    .progressbar_5icons li span {
        font-size: 14px !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: 2.8rem;
        padding-right: 2.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 {
        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 img {
        margin-top: -5rem;
    }

    .chart-area {
        height: 21rem;
    }

    .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;
    }

}

/* ---------------------- 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;
    }

}

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

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

*/




/* -------------- Bus -------------- */
.bus-front .screen {
    height: 25px;
    margin: 0 20px;
    border-radius: 50%;
    box-shadow: 0px -3px 0px 1px #ccc;
    color: #ccc;
}

.bus_booking {
    border: 1px solid #ddd;
    width: 280px;
    padding: 0.5rem;
    border-radius: 4px;
}


.bus_m_e {
    margin-right: 14.2857142857%;
}

.seats_bus {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 0;
    margin-bottom: 2px;
}

.seats_bus .seat_bus {
    display: flex;
    flex: 0 0 14.2857142857%;
    padding: 3px;
    position: relative;
}

.label_bus {
    border-radius: 4px;
    background: #1b68ce;
    padding: 0;
    width: 25px;
    height: 25px;
    margin-bottom: 0.1rem;
    display: inline-block;
    font-size: 0.7rem;
}

.bus-exist {
    background: #dfdfdf !important;
    color: white;
    padding: 4px;
}

.seats_bus .seat_bus input[type=checkbox] {
    display: none !important;
}

.seats_bus .seat_bus input[type=checkbox]+label {
    border-radius: 4px;
    background: #1b68ce;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    color: #fff;
}

.seats_bus .seat_bus input[type=checkbox]:checked+label {
    background: #46be8a;
}

.seats_bus .seat_bus input[type=checkbox]:checked+label:after {
    background: none;
}

.seats_bus .seat_bus input[type=checkbox]:disabled+label {
    cursor: not-allowed;
    background: #e30e0e;
}


/* swiper */
.swiper-button-next, .swiper-products .swiper-rtl .swiper-button-prev {
    color: white;
    background-color: #ffc107;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%) !important;
}







/* 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: #333ac8;
    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%;
}



/* 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;
}






.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: 222px;
    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 .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;
}

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





/* swiper */


.swiper_more_features .swiper-button-prev, .swiper_more_features .swiper-rtl .swiper-button-next {
    color: black;
    background-color: #ffffff;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 28%) !important;
}

.swiper_more_features .swiper-button-next:after, .swiper_more_features .swiper-button-prev:after {
    font-size: 15px;
}

.swiper_more_features .swiper-button-next, .swiper_more_features .swiper-rtl .swiper-button-prev {
    color: black;
    background-color: #ffffff;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 28%) !important;
}

.swiper_more_features .swiper-button-next:after, .swiper_more_features .swiper-button-prev:after {
    font-size: 15px;
}

.swiper_more_features .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}



/* counter inputs */

.counter_book_btn .counter_book_count {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 0px;
    width: 25px;
    text-align: center;
    border: 0px;
}

.counter_book_btn .plus_counter_btn, .counter_book_btn .minus_counter_btn {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #999999;
    width: 25px;
    height: 25px;
    font: 21px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
    padding-top: 2px;
    background-color: gainsboro;
}

.counter_book_btn .plus_counter_btn:hover, .counter_book_btn .minus_counter_btn:hover {
    background-color: #696969 !important;
    color: #e1e1e1;
}





/* comments and messages elements */

.comment_worker {
    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: 0px;
}