.fc-scroller {
    overflow: hidden !important;
}

.slot-container:has(li.djangoAppt_appointment-slot) .error-message {
    display: none;
}
.slots-loading {
    display: none;
    width: 100%;
    justify-content: center;

}
.slots-loading.active {
    display: flex;
}

@media (max-width: 450px) {
    .fc-daygrid-day-events {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 0 !important;
        height: 0 !important;
    }

    .fc, .fc-button {
        padding: .3em .45em !important;
    }
}
.error-message {
    /* line-height: 24px; */
    margin: 8px;
    padding: 8px;
}
