#bh-header {
    top: 54px;
}
#regular-calendar .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 216px;
}
#regular-calendar .fc-timegrid-col.fc-day-today {
    background-color: unset;
}
#regular-calendar .fc-timegrid-event .fc-event-time,
#regular-calendar .fc-timegrid-event .fc-event-title {
    font-size: 1rem;
    white-space: normal;
    color: #000;
}
#regular-calendar .fc-event-custom-monday,
#regular-calendar .fc-event-custom-tuesday,
#regular-calendar .fc-event-custom-wednesday,
#regular-calendar .fc-event-custom-thursday,
#regular-calendar .fc-event-custom-friday {
    background-color: rgb(66 186 150 / 50%);
    border-color: rgb(66 186 150 / 25%);
}
#regular-calendar .fc-event-custom-saturday,
#regular-calendar .fc-event-custom-sunday {
    background-color: rgb(233 78 102 / 50%);
    border-color: rgb(233 78 102 / 25%);
}

#irregular-calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.5em;
}

.no-icon {
    position: relative;
    &::-webkit-calendar-picker-indicator {
        position: absolute;
        opacity: 0;
        display: none;
    }
}
@media screen and (max-width: 480px) {
    #regular-calendar .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
        top: 216px;
    }
}