.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
}
.event-dot {
    width: 5px;
    height: 5px;
    flex-grow: 0;
    background-color: #002d9f;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: -3px;
    left: 1px;
}
thead, .fc-daygrid-day-events, .fc-daygrid-day-bg {
    display: none;
}
.fc-daygrid-day-frame {
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 9px;
    border-radius: 4px;
    background-color: #f8f9fa;
    height: 40px;
    width:  40px;
    cursor: pointer;
    transition: background-color 0.2s;
}
.fc-theme-standard td {
    border: none;
    padding: 3px;
}

.fc-daygrid-day {
    height: auto; /* Ensure the td has a height set */
}
td.fc-day {
    height: 44px;
    width:  44px;
}

.fc-daygrid-day-top {
    height: 100%;
}
.fc-daygrid-day-top {
    flex: 1; /* Make the inner div flex to fill the available height */
}

.fc-daygrid-day-events::after, .fc-daygrid-day-events::before, .fc-daygrid-day-frame::after, .fc-daygrid-day-frame::before, .fc-daygrid-event-harness::after, .fc-daygrid-event-harness::before {
    clear: none;
    content: none;
    display: unset;

}
.fc-theme-standard .fc-scrollgrid {
    border: none;
}
.fc .fc-daygrid-day-top {
    align-items: center;
}
.day-content {
    position: relative;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: transparent;
}
.fc .fc-daygrid-day.fc-day-today > .fc-daygrid-day-frame {
    background-color: #a6bfff;
    color: #002d9f;
}

.fc-daygrid-day {
    position: relative;
}

.fc-daygrid-day-top {
    flex: 1;
}
#calendar {
    width: 320px;
    height: 350px;
}
.fc .fc-button-primary:focus {
    box-shadow: unset;
}
.fc .fc-button:focus {
    box-shadow: unset;
}
.fc .fc-button {
    padding: 0 !important;
    border: unset;
}
.fc .fc-button-primary {
    background-color: unset;
    border-color: unset;
    color: unset;
}
.day-number {
    flex-grow: 0;
    font-family: 'Knockout HTF70', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.        .fc .fc-daygrid-day.fc-day-today > .fc-daygrid-day-frame {
    background-color: #002d9f;
    color: white;
}
.fc-day-today .day-number {
    color: white;
}

table .fc-scrollgrid-sync-table {
    height: auto !important;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 5px;
}
.fc .fc-toolbar-title {
    height: 24px;
    flex-grow: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    color: #000;
}
.filters {
    font-size: 20px;
}
.dropdown #programSelect {
    width: 100% !important;
}
.dropdown.bootstrap-select.form-control.fit-width {
    width: 100% !important;
}
.btn-light {
    color: #212529;
    padding: 4px 8px;
    border-radius: 4px;
    border: solid 1px #ced4da;
    background-color: #fff;
    box-shadow: none;
}
.filter-option-inner-inner {
    color: #6c757d;
    font-family: Helvetica;
    font-size: 14px;
}
.dropdown-toggle::after {
    color: #6c757d;
}
.filter-labels {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #6c757d;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;

}
.selected-month {
    color: #6c757d;
}
.events, .featured-events {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
}
.event {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    border: solid 1px #e9ecef;
    background-color: #f8f9fa;
}
.info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.event-type {
    width: 64px;
    height: 64px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.event-info {
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    padding: 0;
}
.event-title {
    font-family: 'Knockout HTF70', sans-serif !important;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    color: #002d9f;
    cursor: pointer;
}
.event-title:hover {
    text-decoration: underline;
}
.event-location {
    flex-grow: 0;
    font-family: 'Knockout HTF70', sans-serif !important;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #6c757d;
}
.program-badge {
    padding: 0 4px;
    border-radius: 4px;
    background-color: #002d9f;
    color: #fff;
    line-height: 1.6;
    font-size: 12px;
    font-family: 'Helvetica0;'

}
.event-date {
    height: 20px;
    flex-grow: 0;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    color: #000;
}
.action {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}
.price {
    flex-grow: 0;
    font-family: 'Knockout HTF70', sans-serif !important;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    color: #002d9f;
}
@media (max-width: 992px) {
    .event {
        flex-direction: column;
        gap: 10px;
        align-items: unset;
    }
    #featured-buttons {
        margin-bottom: 5px !important;
    }
}
@media  (min-width: 1200px) and (max-width: 1300px) {
    #events-container {
        max-width: 65%;
    }
}
@media (max-width: 767px) {
    #calendar-container{
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    #featured-buttons {
        justify-content: center !important;
    }

}
.fc-daygrid-day-frame:hover {
    background-color: #e9ecef !important;
}
.fc-daygrid-day.fc-day-active > .fc-daygrid-day-frame {
    background-color: #002d9f;
    color: white;
}
.fc-day-active .day-number {
    color: white;
}

.card-body-featured {
    border-radius: 10px;
    box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.25);

}
.nav-link.btn-primary {
    background-color: #003da6 !important;
    border-color: #003da6 !important;
}

#featured-buttons {
    margin-bottom: -40px;
    z-index: 1;
}
