@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

#homepage .calendar-wrap{display:flex;justify-content:space-between}
#homepage .mini-calendar{display:block!important;width:48.8%;background:#fff;padding:11px 45px;height:100%;position:relative;border-radius:6px;box-shadow:0px 4px 20px 0px rgba(20, 20, 20, 0.29)}
#homepage .mini-list-loaded{display:block!important;width:42.8%}
#homepage .fc-view > table{border-style:hidden}
#homepage .fc-toolbar.fc-header-toolbar{margin-bottom:5px;background:#fff}
#homepage .fc-button-group{display:flex;justify-content:space-between;position:absolute;top:45px;width:calc(100% - 130px);left:65px}
#homepage .fc-icon-chevron-left:before{content:"";display:inline-block;background:url(../../../images/calendar-arrow-prev.png) center/cover no-repeat;width:7px;height:11px}
#homepage .fc-icon-chevron-right:before{content:"";display:inline-block;background:url(../../../images/calendar-arrow-next.png) center/cover no-repeat;width:7px;height:11px}
#homepage .fc-toolbar{display:block;border-radius:6px}
#homepage .fc-button-group > .fc-button{background:transparent!important;border:none;padding:0;flex:none}
#homepage .fc-button-group > .fc-button .fc-icon{width:auto;height:auto;padding:5px 10px}
#homepage .fc-button-group > .fc-button:hover,.fc-button-group > .fc-button:focus{background:transparent!important}
#homepage .fc-button-group > .fc-button:not(:last-child){margin-left:0}
#homepage .fc-button-group > .fc-button:not(:first-child) {float:right;margin-right:0}
#homepage .fc-left .fc-button-group .fc-today-button{display:none}
#homepage .fc-button .fc-icon{display:inline-flex;align-items:center;justify-content:center}
#homepage .fc-center{display:none}
#homepage .fc-right{display:block;text-align:left;position:relative;top:-3px;pointer-events:none}
#homepage .fc-dayGridMonth-view .fc-day-header>span{font-size:0;white-space:nowrap}
#homepage .fc-dayGridMonth-view .fc-sun>span:after{content:'S'}
#homepage .fc-dayGridMonth-view .fc-mon>span:after{content:'M'}
#homepage .fc-dayGridMonth-view .fc-tue>span:after{content:'T'}
#homepage .fc-dayGridMonth-view .fc-wed>span:after{content:'W'}
#homepage .fc-dayGridMonth-view .fc-thu>span:after{content:'T'}
#homepage .fc-dayGridMonth-view .fc-fri>span:after{content:'F'}
#homepage .fc-dayGridMonth-view .fc-sat>span:after{content:'S'}
#homepage .fc-day-header>span:after{display:inline-block;font:400 18px 'Poppins',sans-serif;color:#1a1a1a}
#homepage .fc-right h2{font:700 24px 'Poppins',serif;color:#005cb9;text-transform:uppercase;padding:31px 0 0;text-align:center}
#homepage .fc-unthemed td{border:none}
#homepage .fc-widget-content{border-top:none}
#homepage .fc-content-skeleton .fc-day-number{font:400 18px 'Poppins',serif;color:#005cb9;text-decoration:none}
#homepage #mini-events .fc-row.fc-widget-header{border:none}
#homepage .fc .fc-row .fc-content-skeleton td{border:none;;text-align:center}
#homepage .fc-scroller.fc-day-grid-container{height:100%!important}
#homepage #mini-events .fc-unthemed td.fc-today{background:#fff;border:none;position:relative;z-index:0}
#homepage .fc-unthemed td.fc-today a:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:30px;height:30px;border-radius:50%;background:#c01e35;z-index:-1}
#homepage .fc-unthemed td.fc-today a{position:relative}
#homepage .fc-today .fc-day-number{color:#fff}
#homepage #mini-events .fc-day-number{display:inline-block;float:none;margin:4px 5px}
#homepage .fc-widget-header th{padding:10px 0;text-align:center;border:none}
#homepage .fc-day-top.fc-other-month{opacity:1}
#homepage .fc-day-top.fc-other-month a{color:#005cb9}
#homepage #mini-events .fc-dayGrid-view .fc-body .fc-row{min-height:2.5em;line-height:2.5em}

#homepage .event{display:flex;flex-wrap:wrap;align-items:center;background:#fff;position:relative;height:130px;cursor:pointer;border-radius:6px;box-shadow: 0px 4px 20px 0px rgba(20, 20, 20, 0.29);transition:all 300ms}
#homepage .event:not(:last-of-type){margin-bottom:30px}
#homepage .event time{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100px;height:100%;background:#005cb9;font:700 24px 'Poppins',serif;border-radius:6px 0 0 6px;padding-bottom:20px;color:#fff;transition:all 300ms}
#homepage .event .event-month{display:block;width:100%;text-align:center;font:700 16px 'Poppins',sans-serif;color:#fff;text-transform:uppercase;margin:0 0 -63px}
#homepage .event-data{display:flex;flex-wrap:wrap;width:calc(100% - 100px);height:100%;align-self:center;line-height:1.3;padding:5px 35px;overflow:auto}
#homepage .event-title{width:100%;font:700 18px 'Poppins',serif;color:#161616;line-height:1.5;align-self:center;transition:all 300ms}
#homepage .event:hover{background:#c01e35}
#homepage .event:hover time{background:#c01e35}
#homepage .event:hover .event-title{color:#fff}

#homepage a.fc-day-number{cursor:auto;text-decoration:none;pointer-events:none}
#homepage .fc-day-top.day-has-event.fc-today a.fc-day-number{color:#fff!important}
#homepage .fc-day-top.day-has-event a.fc-day-number{cursor:pointer;pointer-events:all}
#homepage .fc-left .fc-button-group+.fc-button-group{position:absolute;top:5px;right:5px;margin:0;width:auto;opacity:0;transition:opacity 320ms;left:auto}
#homepage .fc-left .fc-button-group+.fc-button-group button{cursor:auto}
#homepage .fc-left .fc-button-group > .fc-dayGridMonth-button{background:#c01e35!important;color:#fff!important;padding:1px 6px;pointer-events:all;border-radius:unset}
#homepage .fc-left .fc-button-group > .fc-dayGridMonth-button.fc-button-active{pointer-events:none}
#homepage .fc-left .fc-button-group .fc-today-button{display:none}
#homepage .fc-dayGridMonth-view .fc-day-grid-event{display:none}
#homepage .fc-day-top.day-has-event a{text-decoration:underline}

#calendar .fc-button-primary{background-color:#005cb9!important;border-color:#005cb9}
#calendar .fc-button-primary:not(:disabled):active,#calendar .fc-button-primary:not(:disabled).fc-button-active{background-color:#3787D8!important;border-color:#3787D8}
#calendar.fc-unthemed td.fc-today{background:#c01e35}
#calendar td.fc-today a.fc-day-number{color:#fff}

@media only screen and (max-width:991px) {
    #homepage .calendar-wrap{flex-wrap:wrap}
    #homepage .mini-calendar{width:500px;max-width:100%}
    #homepage .mini-list-loaded{width:100%;margin-top:20px}
}

@media only screen and (max-width:479px) {
    #homepage .mini-calendar{padding:11px 0}
    #homepage .fc-button-group{width:calc(100% - 10px);left:5px}
    #homepage .event-data{padding:5px 10px}
    #homepage .event-title{font-size:16px;line-height:1.1}
}