/* Custom styles for laboratory-occupied events */
.fc-event.is-lab-occupied,
.fc-daygrid-event.is-lab-occupied,
.fc-timegrid-event.is-lab-occupied,
.fc-list-event.is-lab-occupied,
.fc .fc-event.is-lab-occupied,
.fc .fc-daygrid-event.is-lab-occupied,
.fc .fc-timegrid-event.is-lab-occupied,
.fc .fc-list-event.is-lab-occupied {
    background-color:  #ff306d !important; /* #FFCD4E !important; */
    border-color: #ff306d !important; /* #FFCD4E !important; */
    /* color: #000 !important; */
}

.fc-daygrid-day-frame {
    min-height: 150px !important;
}