@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;700&display=swap');

.mini-calendar{display:none!important}
.mini-list-loaded{display:block!important}
.event{display:block;width:23.5%;height:229px;float:left;position:relative;padding-top:4px;overflow-y:hidden}
.event:not(:last-of-type){margin-right:2%}
.event-in{width:100%;height:100%;margin-bottom:20px;background:#172E59;border-radius:6px;cursor:pointer;padding:0 15px 15px}
.event time{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;align-self:flex-start;width:62px;height:78px;font:400 36px 'Bebas Neue',serif;color:#000;background:#D1EAE8;padding-top:11px;margin:auto;border-radius:0 0 6px 6px}
.event .event-month{display:block;width:100%;text-align:center;font:400 14px 'Inter',sans-serif;color:#000;text-transform:uppercase;margin-bottom:0}
.event-title{width:100%;display:block;color:#fff;font:700 18px 'Inter',sans-serif;text-align:center;line-height:1.3;margin-top:34px}

#calendar .fc-button-primary{background-color:#172E59!important;border-color:#172E59}
#calendar .fc-button-primary:not(:disabled):active,#calendar .fc-button-primary:not(:disabled).fc-button-active{background-color:#2D5CB1!important;border-color:#2D5CB1}
#calendar.fc-unthemed td.fc-today{background:#172E59}
#calendar td.fc-today a.fc-day-number{color:#fff}

@media only screen and (max-width:991px) {
    .event{width:100%;height:auto;float:none}
}
