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

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


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

:root {
    --main-color: #1a78f1;
    --main-color-hover: #1465ce;
    --main-header: #565656;
    --second-subtitle: #A1A3A7;
}

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

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

.main-color {
    color: #1a78f1 !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 - */

.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: #1a78f1;
    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: #ff838f;
}

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


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

.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.active-color-btn:hover {
    background-color: #aee2ff;
    color: #1872a5;
}

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


/* - 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,
    .topbar,
    .next-form-steps,
    .previous-form-steps {
        display: none !important;
    }

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

}

/* - form inputs- */

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

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: #1a78f1;
    background-color: #1a78f1;
}

/* 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: #1a78f1; /* 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: #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: 0px 5px 3px 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;
}


/* - jquery ui datepicker - */

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

.datepicker {
    border: 0px !important;
    background-color: #1a78f1;
    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;
}

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


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

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

.progressbar_5icons li span {
    font-size: 0.6rem !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: #1a78f1;
    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: #1a78f1;
    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: #1a78f1;
    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: #1a78f1;
    color: white;
    padding: 10px 15px 15px 14px;
    font-size: 22px;
    cursor: pointer;
}

/* -------------------------- 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: #1a78f1;
    color: #FFFFFF;
    box-shadow: -1px 20px 27px 3px rgb(0 0 0 / 12%) !important;
    border-radius: 0px 32px 0px 0px;
    margin-top: 18px;
}

.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: #8eb8ef;
    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: #a0cbff;
    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: #c7e0ff;
}

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


/* 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: #1b6cd4;
    color: #89afe0;
}

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

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

.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,
.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: #FFFFFF;
    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: 80px;
    height: 80px;
    top: -22px;
}

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

}

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






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