.appointment-main-block {
    min-height: calc(100vh - 166px);
}
.appointment-main-block .appointment-section::after{
    content: none;
}

.ui-datepicker-title {
    display: flex;
    justify-content: center;
    gap: 13px;
}

.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year {
    font-weight: 600;
    border: 0
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.appointment-page,
.appointment-section,
.appointment-section .appointment-form {
    width: 100%;
}

.booked {
    background-color: #6571ff !important;
    border: 1px solid #3596e8 !important;
}

body {
    font-size: .875rem;
}

.form-control {
    font-size: .875rem;
}

.form-check {
    font-size: .875rem;
}

.required-border {
    border: 1px solid red;
}

span.d-block.d-md-inline {
    color: white;
}

.verified {
    color: green;
}

a,
p {
    font-size: 14px;
}

.day-schedule {
    margin-bottom: 24px;
    margin-top: 5px;
}

.day-schedule .day-name {
    margin-bottom: 8px;
    width: 100%;
    display: inline-block;
    font-size: 15px;
}

.day-schedule .day-name .date-block {
    font-weight: 600;


}

.available-slot .time-slot,
.select-slot .time-slot {
    border-color: #ececec;
    border-radius: 8px;
    padding: 3.5px 6px;
    font-size: 15px;
    min-width: auto;
    position: relative;
}

.select-slot {
    background: #efefef;
    border-radius: 8px;
    padding: 8px 8px 0;
}

.select-slot .time-slot {
    background: #fff;
}

.select-slot .time-slot:hover,
.select-slot .time-slot:focus,
.select-slot .time-slot.time-slot-book {
    background-color: #6571ff !important;
    color: #fff;
}

.form-label {
    color: #000000;
    font-size: .875rem;
    font-weight: 500 !important;
}

label.form-check-label.ms-3 {
    font-size: .875rem;
}

a.btn.btn-primary.w-150px.indicator.dropdown-toggle.languageBtn {
    font-size: .875rem;
}

header .header-logo img {
    max-width: 150px;
}

.dropdown-menu {
    min-width: 7rem;
}

.selectize-control {
    position: sticky;
}

.terms-text {
    color: #5564d5;
}

.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:hover {
    background: #5660d9 !important;
    color: #ffffff;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #5c68e9;
    border-color: #5c68e9;
}

.weekday-count {
    position: absolute;
    right: -7px;
    background: #4f59d7;
    height: 16px;
    width: 18px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    top: -10px;
    font-size: 11px;
    font-weight: 600;
    box-shadow: 0 2px 4px -2px #777;
    padding: 0px 5px;
}

.btn-primary,
#btnSave {
    background: #5660d9;
    border-color: #5c68e9;
}

.white-text {
    color: #ffffff;
}

a.white-text:hover {
    color: #afb2df;
}

.footer-bg {
    background-color: #5660d9;
}

.p-t-50 {
    padding-top: 50px;
}

.nav-link {
    color: #5660d9;
}

.form-check .form-check-input:checked {
    background-color: transparent;
    border-color: #5564d5 !important;
}

.form-check .form-check-input:checked[type=radio] {
    background: #5660d9;
}

.languageBtn {
    padding: 12px 22px;
}

/* .form-check-input:checked[type=checkbox] {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E);
} */
.form-check-input:checked {
    background-color: #6571ff;
    border-color: #6571ff;
}

#formCheck {
    width: 20px;
    height: 14px;
}

.selectize-control {
    position: relative;
}

.aside-menu-container__aside-menu .nav-item .nav-link .aside-menu-title {
    white-space: normal;
    word-break: break-all;
}

body {
    font-family: Poppins, Helvetica, sans-serif;
}

.selectize-dropdown .active {
    background-color: #6a76ff;
    color: #ffffff;
}

.footer.py-4.d-flex.flex-lg-column.position-sticky.bottom-0.footer-bg {
    height: 50px;
    margin-top: 20px;
    justify-content: center;
}

.mb-sm-7.mb-4.form-check {
    margin-top: 30px;
}

.mb-sm-7.mb-4.form-check {
    padding-left: 10px !important;
}

.form-control:focus {
    border-color: #6571ff;
}

.selectize-dropdown [data-selectable] {
    border-radius: 0px;
}

.selectize-dropdown {
    border-radius: 0px;
}

.selectize-dropdown [data-selectable] {
    padding: 10px 15px;
}

.selectize-dropdown.single.selectized.appointmentDoctorId {
    left: 5px !important;
}

.selectize-dropdown.single.selectized {
    left: 5px !important;
}

.selectize-input {
    height: auto !important;
}

.select2-results__options li:first-child {
    /* color: rgb(223, 1, 1) !important; */
    display: block;
}
.doctor-schedule-more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
.doctor-schedule-more svg {
    stroke:#4f59d7;
    height: 20px;
    width: 20px;
}
.doctor-schedule-more:hover {
  color: #4f59d7;
}
/* .time-slot.time-slot-book.booked {
    opacity: 0.3;
} */
.day-schedule .select-slot .booked {
    border: 0 !important;
}
.day-schedule .select-slot .booked:before {
    position: absolute;
    content: "";
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
}
.edit-selected {
    cursor: pointer;
    color: #4f59d7;
}
.check-patient-email {
    width: 50px;
}