.fc-toolbar {
    padding: 0.2em !important; /* Adjust padding to make toolbar items fit properly */
}
.fc-header-toolbar{
    margin: 5px 0 !important;
}
.fc-col-header-cell-cushion, .fc-daygrid-day-number {
    text-decoration: none !important;
    color:black;
}

.fc-toolbar-title {
    font-size: 0.8rem !important; /* Adjust font size of toolbar title */
    font-weight: bold;
}
.fc-day-today{
    background:rgb(245, 70, 70) !important;
}

.fc-button {
    font-size: 0.7rem !important; /* Adjust font size of toolbar buttons */
    padding: 0.25em 0.5em !important; /* Adjust padding of toolbar buttons */
    background: blue !important;
}
/* .fc-more-link{
    display:none !important;
}
.fc-day:has(a.fc-more-link) {
    background-color: green;
} */
/* .fc-event-title-container{
    background-color: rgb(69, 69, 208);
} */

