#filter-options {
    display: flex;
    justify-content: end;
    gap: 8px;
}

#filter-options #filter-year,
#filter-options #filter-month,
#filter-options #filter-branch {
    border-width: 0 0 1px 0;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
}

#filter-options #filter-year,
#filter-options #filter-month {
    width: fit-content;
}

#filter-options #filter-branch {
    max-width: 193px;
    width: 100%;
}

#fullcalendar table[role="grid"] tbody .fc-scroller {
    overflow: unset !important;
}

#fullcalendar table[role="grid"],
#fullcalendar table[role="grid"] thead th[role="presentation"],
#fullcalendar table[role="grid"] tbody td[role="presentation"] {
    border: 0;
}

#fullcalendar table[role="grid"] thead th[role="columnheader"] {
    background-color: transparent;
    border-color: #FFFFFF;
}

#fullcalendar table[role="grid"] thead th[role="columnheader"] a {
    text-transform: capitalize;
}

#fullcalendar table[role="grid"] tbody td[role="presentation"] .fc-scroller {
    background-color: #FFFFFF;
}

#fullcalendar table[role="grid"] tbody td[role="gridcell"] {
    background-color: transparent;
    border-color: #FFFFFF;
}

#fullcalendar table[role="grid"] tbody td[role="gridcell"] .fc-daygrid-day-top {
    justify-content: center;
}

#fullcalendar .fc-daygrid-day-number {
    position: relative;
    display: inline-block;
    padding: 2px 6px;
    line-height: 1.2;
}

#fullcalendar .fc-daygrid-day .fc-daygrid-day-frame {
    display: flex;
    justify-content: center;
    align-items: center;
}

#fullcalendar .fc-daygrid-day .fc-daygrid-day-top {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
}

#fullcalendar .fc-daygrid-day .fc-daygrid-day-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    border-radius: 50%;
    transition: .3s all;
}

#fullcalendar .fc-daygrid-day .fc-daygrid-day-events,
#fullcalendar .fc-daygrid-day .fc-daygrid-day-bottom {
    display: none;
}

#fullcalendar .fc-daygrid-day.has-events .fc-daygrid-day-number {
    border: 1px solid black;
}

#fullcalendar .fc-daygrid-day.is-selected .fc-daygrid-day-number {
    color: #ffffff;
    background: #212121;
}

.calendar-wrap .events {
    position: relative;
    height: 85%;
}

.calendar-wrap .events .ecw-event-card {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(0);
    pointer-events: none;
}

article.ecw-event-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 416px;
    font-family: 'Figtree', sans-serif;
    letter-spacing: 0;
}

article.ecw-event-card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
article.ecw-event-card span {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}
article.ecw-event-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

article.ecw-event-card .ecw-event-title,
article.ecw-event-card .ecw-event-excerpt {
    margin: 0;
}

article.ecw-event-card .ecw-event-meta {
    display: inline-flex;
    gap: 10px;
    padding: 0;
    list-style: none;
}

article.ecw-event-card .ecw-event-meta li {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 6px 8px;
}

article.ecw-event-card .ecw-event-image-wrap {
    position: relative;
    min-height: 178px;
}

article.ecw-event-card .ecw-event-image-wrap img {
    width: 100%;
    max-height: 152px;
    min-height: 152px;
    object-fit: cover;
    object-position: top;
    border-bottom: 5px solid #BAA64A;
}

article.ecw-event-card .ecw-event-image-wrap .circle-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 46px;
    min-width: 46px;
    max-height: 46px;
    min-height: 46px;
    position: absolute;
    bottom: 0;
    right: 85px;
    border-radius: 50%;
    background-color: #ffffff;
}

article.ecw-event-card .ecw-event-image-wrap .circle-wrap .circle {
    max-width: 31px;
    min-width: 31px;
    max-height: 31px;
    min-height: 31px;
    border-radius: 50%;
    background-color: #BAA64A;
}

#carousel-controls{
    display:flex;
    justify-content:end;
    align-items:center;
    gap: 24px;
    width:100%;
}

#carousel-controls #counter{
    font-size:16px;
    line-height:1;
    font-weight:500;
    opacity:.85;
}

#carousel-controls .prev,
#carousel-controls .next{
    background:transparent;
    border:0;
    padding:8px;
    line-height:0;
    cursor:pointer;
    border-radius:9999px;
    outline-offset:2px;
}

#carousel-controls .prev img,
#carousel-controls .next img{
    display: block;
    transition:transform .15s ease, opacity .15s ease;
}

#carousel-controls .prev:hover img{ transform:translateX(-2px); }
#carousel-controls .next:hover img{ transform:translateX( 2px); }

#carousel-controls .prev:disabled,
#carousel-controls .next:disabled{
    opacity:.4; cursor:default;
}

#carousel-controls .prev, #carousel-controls .next{
    box-shadow:none; color:inherit;
}

@media (max-width: 1024px) {
    .calendar-wrap .events {
        height: 100%;
    }
    .calendar-wrap .events-col,
    .calendar-wrap .calendar-col{
        flex: auto !important;
    }
}

@media (max-width: 767px) {
    .calendar-wrap .events-col,
    .calendar-wrap .calendar-col{
        width: 100%;
        max-width: 100% !important;
    }
    .calendar-wrap .events-col {
        flex: 0 0 416px !important;
    }
    .calendar-wrap .events-col .events-empty {
        text-align: center;
    }
    article.ecw-event-card {
        margin: 0 auto;
    }
    #carousel-controls {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    #filter-options {
        flex-wrap: wrap;
        justify-content: center;
    }
}