/* Doctor booking page — Practo-style layout */

.doctor-book-page .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.doctor-book-page .no-scrollbar::-webkit-scrollbar {
    display: none;
}

.doctor-book-date-chip {
    background: transparent;
    color: #57534e;
    border: 0;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.doctor-book-date-chip:hover {
    color: #1c1917;
    background: #f5f5f4;
    border-radius: 0.5rem 0.5rem 0 0;
}

.doctor-book-date-chip .doctor-book-date-slots {
    color: #059669;
}

.doctor-book-date-chip.is-active {
    color: #064e3b;
    background: #ecfdf5;
    border-bottom-color: #10b981;
    border-radius: 0.5rem 0.5rem 0 0;
    box-shadow: inset 0 0 0 1px #a7f3d0;
}

.doctor-book-date-chip.is-active .doctor-book-date-label {
    font-weight: 700;
}

.doctor-book-date-chip.is-active .doctor-book-date-slots {
    color: #047857;
    font-weight: 600;
}

.doctor-book-slot {
    background: #fff !important;
    border: 1.5px solid #34d399 !important;
    color: #065f46 !important;
    box-shadow: none;
    transform: none;
}

.doctor-book-slot:hover {
    background: #ecfdf5 !important;
}

.doctor-book-slot.is-active {
    background: #059669 !important;
    border-color: #047857 !important;
    color: #fff !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.35), 0 4px 10px rgba(5, 150, 105, 0.25);
    transform: translateY(-1px);
}

.doctor-book-page [x-cloak] {
    display: none !important;
}
