/* Add here all your CSS customizations */

/* Removes initial time on calendar events */
.fc .fc-daygrid-event .fc-event-time {
    display: none !important;
}

/* Makes date picker overlap the top header so it's visible */
.datepicker {
    z-index: 9999 !important;
}

