.appointments-inside {
    display: flex;
    flex-direction: column;
    gap: 12px;

    overflow-y: auto;
    max-height: unset !important;
    padding: 16px;
    background: #fff;

}

.slots {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    gap: 16px;
}

.slots .slot {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px !important;
    line-height: 18px;
    font-weight: 400;
}

.slots .slot .slot-date {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 4px;
}

.slots .slot .slot-date svg {
    color: #0d76d7;
}

.slots .slot .price {
    font-size: 12px !important;
    line-height: 18px;
    font-weight: 400;
    color: #0d76d7;
    margin-inline-start: 21px;
}

.datepicker-cell.booked_day {
    position: relative;
}

.datepicker-cell.booked_day:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 6px;
    top: 6px;
    border-radius: 50%;
    background: blue;
}

.appointments-inside .appointment-separator-container {

}

.appointments-inside .appointment-separator-container .title {
    color: #2B2B2B;
}

.appointments-inside .appointment-separator-container .separator {
    border-bottom: 1px solid gray;
}

.appointments-inside .slots {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    gap: 16px;
}

.appointments-inside .slots .slot bdi {
    color: #2B2B2B;
    font-size: 14px;
    font-weight: 600;
}

.appointments-inside .slots .slot .slot-date {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 4px;
}

.secondary-btn.small-round {
    border-radius: 8px !important;
    background-color: #0d76d7;
    color: #fff;
    border: 1px solid #0d76d7;
    padding: 0 16px;
    min-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 14px !important;
    line-height: 21px;
    height: 32px;
    font-weight: 500;
}

.danger-outline-btn.small-round {
    opacity: 1 !important;
    border-radius: 8px !important;
    background-color: #fff;
    color: #e3342f;
    border: 1px solid #e3342f;
    padding: 0 16px;
    min-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 14px !important;
    line-height: 21px;
    height: 32px;
    font-weight: 500;
}

.appointment-details-box {
    border-radius: 6px;
    background-color: #1C7ED9;
    padding: 10px;
    color: #fff;
}

.appointment-details-box h5 {
    font-size: 14px;
}

.bg-green-2 {
    background-color: #35C08A;
    border-radius: 6px !important;
}


#book-appointment .modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #2B2B2B;
}

#book-appointment .form h5 {
    font-size: 12px;
    font-weight: 700;
    color: #5B5B5B;
}

#book-appointment .form .col-form-label {
    font-size: 12px;
    font-weight: 700;
    color: #5B5B5B;
}

#book-appointment .modal-footer .form-check-label {
    font-size: 14px;
    font-weight: 400;
    color: #2B2B2B;
}


.appointment-payment-captured .main-title {
    font-size: 22px;
    font-weight: 700;
    color: #1F1F1F;
}

.appointment-payment-captured .sub-title {
    font-size: 16px;
    font-weight: 700;
    color: #2B2B2B;
}

.appointment-payment-captured .payment-details p {
    font-size: 16px;
    font-weight: 500;
    color: #1F1F1F;
}

.appointment-payment-captured .payment-details p span {
    font-weight: 700;
}

#calendar {
    border-radius: 16px;
}

.datepicker {
    margin: 0 auto;

}

.meridiem_section {
    background-color: #f8fafc;
    border-radius: 8px;
}

@media (max-width: 767.98px) {
    .p-mobile-0 {
        padding: 0 !important;
    }

    .shadow-mobile-none {
        box-shadow: none !important;
    }
}
