/* Default for Desktop */
.fc-timegrid-slot {
    height: 50px !important;
}

.fc-daygrid-day {
    min-width: 150px !important;
}
.fc-scroller{
    width: 100%;
    /* background-color: red !important; */
    /* font-size: 18px; */
    /* cursor: pointer; */
}
/* Responsive Adjustments */
@media (max-width: 1024px) {
    .fc-timegrid-slot {
        height: 40px !important;
        font-size: 13px;
    }
    .fc-daygrid-day {
        min-width: 110px !important;
    }

    .fc-event {
        font-size: 12px;
    }

    .fc-toolbar button {
        font-size: 14px;
    }

}

@media (max-width: 768px) {
    .fc-timegrid-slot {
        height: 40px !important; 
        font-size: 12px;
    }

    .fc-daygrid-day {
        min-width: 100px !important;
    }

    .fc-event {
        font-size: 10px !important;
    }

    .fc-toolbar button {
        padding: 6px 12px;
        font-size: 14px;
    }
}

@media (max-width: 576px) { 
    .fc-timegrid-slot {
        height: 35px !important;
        font-size: 11px;
    }

    .fc-daygrid-day {
        min-width: 80px !important;
    }

    .fc-event {
        font-size: 9px !important;
    }

    .fc-toolbar button {
        padding: 5px 10px;
        font-size: 12px;
    }
}
.fc-timegrid .fc-scroller,
.fc-daygrid .fc-scroller {
    overflow-x: auto;
}
