@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap');

#homepage .calendar-wrap{display:flex;justify-content:space-between}
#homepage .mini-calendar{display:block!important;width:42.2%;height:100%;background:#fff;padding:0;position:relative;pointer-events:all;margin-top:20px}
#homepage .mini-list-loaded{display:block!important;pointer-events:all}
#homepage .fc-view > table{border-style:hidden}
#homepage .fc-toolbar.fc-header-toolbar{margin-bottom:0;background:transparent;padding:15px 5px 17px;display:flex;justify-content:center}
#homepage .fc-toolbar{display:block}
#homepage .fc-button-group > .fc-button{background:transparent!important;border:none;padding:0}
#homepage .fc-button-group > .fc-button:hover,.fc-button-group > .fc-button:focus{background:transparent!important}
#homepage .fc-left .fc-button-group:first-child{display:flex;justify-content:space-between;width:70%;position:absolute;left:15%;top:14px}
#homepage .fc-left .fc-button-group:first-child .fc-button{flex:none}
#homepage .fc-button .fc-icon{display:inline-flex;align-items:center;justify-content:center}
#homepage .fc-center{display:none}
#homepage .fc-left{order:2}
#homepage .fc-right{display:block;text-align:left;position:relative;top:-3px;pointer-events:none;order:1}
#homepage .fc-icon-chevron-left:before{content:"";display:inline-block;background:url(../../../images/calendar-prev.png) center/7px 11px no-repeat;width:7px;height:11px}
#homepage .fc-icon-chevron-right:before{content:"";display:inline-block;background:url(../../../images/calendar-next.png) center/7px 11px no-repeat;width:7px;height:11px}
#homepage .fc-day-header>span{font:700 13px 'Inter',sans-serif;color:#000;white-space:nowrap;text-transform:uppercase}
/* #homepage .fc-sun>span:after{content:'S'}
#homepage .fc-mon>span:after{content:'M'}
#homepage .fc-tue>span:after{content:'T'}
#homepage .fc-wed>span:after{content:'W'}
#homepage .fc-thu>span:after{content:'T'}
#homepage .fc-fri>span:after{content:'F'}
#homepage .fc-sat>span:after{content:'S'}
#homepage .fc-day-header>span:after{display:inline-block;font:600 16px 'Inter',sans-serif;color:#17191b} */
/* #homepage .fc-event-container{display:none!important} */
#homepage .fc-right h2{font:700 20px 'Inter',sans-serif!important;color:#203452;text-transform:capitalize;position:relative;top:5px}
#homepage .fc td{border:none}
#homepage .fc-head-container{background:#f4f4f4;padding:14px 0}
#homepage .fc-day-top.fc-other-month{opacity:1}
#homepage .fc-day-top.fc-other-month a{color:#868f9a}
#homepage .fc-content-skeleton .fc-day-number{font:600 16px 'Inter',sans-serif;color:#17191b;text-decoration:none}
#homepage #mini-events .fc-row.fc-widget-header{background:transparent;padding:0 6px}
#homepage .fc .fc-row .fc-content-skeleton td{border-color:#d0d6de;text-align:center}
#homepage .fc-scroller.fc-day-grid-container{height:100%!important;padding:6px 0 0}
#homepage #mini-events .fc-unthemed td.fc-today{background:transparent;border:none}
#homepage .fc-unthemed td.fc-today a{position:relative}
#homepage .fc-unthemed td.fc-today a:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:38px;height:38px;background:#5cb85b;z-index:-1}
#homepage .fc-today .fc-day-number{color:#fff}
#homepage #mini-events .fc-dayGrid-view .fc-body .fc-row{ min-height:3em;line-height:3em}
#homepage #mini-events .fc-day-number{display:inline-block;float:none;margin:3px;line-height:1}
#homepage .fc-widget-header th{border:none}
#homepage div.fc-row.fc-week.fc-widget-content.fc-rigid:nth-of-type(even){background:#f4f4f4}
#homepage .mini-events-list{margin-top:-18px;margin-right:17%;width:35.5%;background:transparent;height:100%;position:relative}
#homepage .event{position:relative;padding:5px 20px 5px 0;cursor:pointer;background:transparent}
#homepage .event-in-wrap{display:flex;flex-wrap:wrap;height:123px;overflow:auto}
#homepage .event-in{width:100%;align-self:center}
#homepage .event:not(:last-of-type){border-bottom:1px solid #3b5d62}
#homepage .event-date{background:transparent;font:600 16px 'Inter',sans-serif;color:#9a9a9a}
#homepage .event-title{font:700 22px 'Inter',sans-serif;color:#fff;line-height:1.2;margin:10px 0 0}
#homepage .fc-left .fc-button-group+.fc-button-group{display:flex;margin:0;position:absolute;top:1px;right:1px;opacity:0;transition:opacity 320ms}
#homepage .fc-left .fc-button-group+.fc-button-group button{width:auto;padding:0 5px;color:#fff!important;background:#5cb85b!important;border-radius:0;cursor:auto}
#homepage .fc-left .fc-button-group > .fc-dayGridMonth-button{background:#637349!important;padding:1px 6px;border-radius:3px}
#homepage .fc-dayGridMonth-view .fc-day-grid-event{display:none}
#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;text-decoration:none}
#homepage .fc-day-top.day-has-event a.fc-day-number{cursor:pointer;pointer-events:all}
#homepage .fc-left .fc-button-group > .fc-dayGridMonth-button{background:#637349!important;padding:1px 6px;border-radius:0;pointer-events:all}
#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{font-weight:700;color:#5cb85b}

#calendar .fc-button-primary{background-color:#203452!important;border-color:#203452}
#calendar .fc-button-primary:not(:disabled):active,#calendar .fc-button-primary:not(:disabled).fc-button-active{background-color:#007de8!important;border-color:#007de8}
#calendar.fc-unthemed td.fc-today{background:#5CB85B}
#calendar td.fc-today a.fc-day-number{color:#fff}

#homepage.library .mini-calendar{display:none!important}
#homepage.library .mini-events-list{margin-top:0;margin-right:0;width:100%}
#homepage.library .mini-list-loaded{display:flex!important;flex-wrap:wrap;justify-content:space-between;margin-top:39px}
#homepage.library .event{padding:5px 0}
#homepage.library .event-in-wrap{height:138px}
#homepage.library .lib-event-column{width:42%}
#homepage.library .lib-event-column:nth-of-type(1) .event:first-of-type{border-top:1px solid #3b5d62}
#homepage.library .lib-event-column:nth-of-type(2){margin-top:-148px}

@media only screen and (max-width:1200px) {
    #homepage .mini-calendar{width:48%}
    #homepage .mini-events-list{margin-right:0;width:48%}
}

@media only screen and (max-width:991px) {
    #homepage .calendar-wrap{flex-wrap:wrap}
    #homepage .mini-calendar{width:500px}
    #homepage .mini-events-list{width:100%;top:0;margin:30px 0 0}
    #homepage .event-title{left:15px}
    #homepage .fc-right h2{text-align:center}
    #homepage .fc-left .fc-button-group:first-child{width:100%;left:0}
}

@media only screen and (max-width:767px) {
    #homepage.library .lib-event-column{width:100%}
}

@media only screen and (max-width:479px) {
    #homepage .fc-right h2{font-size:18px!important}
    #homepage #mini-events .fc-row.fc-widget-header{padding:0}
    #homepage .fc-scroller.fc-day-grid-container{padding:9px 0}
    #homepage .fc-toolbar.fc-header-toolbar{padding:15px 0}
    #homepage .event-data{padding:0 15px}
}
