/* Full Calendar Style */
.fc-view-harness {
    overflow: visible !important;
}

/* Header row styling */
.fc .fc-col-header-cell {
    background-color: darkgreen !important;
}
.fc .fc-col-header-cell-cushion {
    color: yellow !important;
    font-weight: bold !important;
    padding: 12px 0 !important;
    text-align: center !important;
}

/* Dropdown fix over calendar */
.dropdown-menu {
    z-index: 2000 !important;
}
.dropdown-menu .dropdown-item {
    font-size: 0.7em !important;  /* adjust as needed */
    line-height: 1.2;               /* tighter spacing */
    padding: 6px 12px;              /* smaller padding for compact look */
}