@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* #homepage .calendar-wrap{display:flex;justify-content:space-between} */
#homepage .mini-calendar{display:block!important;background:#fff;height:100%;position:relative;min-height:360px}
#homepage .mini-list-loaded{display:flex!important;padding:0 20px;margin-top:35px}
#homepage .fc-view > table{border-style:hidden}
#homepage .fc-toolbar.fc-header-toolbar{margin-bottom:0;background:#003e6b;padding-top:32px}
#homepage .fc-button-group{display:block;position:absolute;top:40px;width:100%;padding:0 10px;z-index:200}
#homepage .fc-icon-chevron-left:before{content:"";display:inline-block;background:url(../../../images/calendar-prev.png) center/6px 11px no-repeat;width:6px;height:11px}
#homepage .fc-icon-chevron-right:before{content:"";display:inline-block;background:url(../../../images/calendar-next.png) center/6px 11px no-repeat;width:6px;height:11px}
#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-button-group > .fc-button:not(:last-child){margin-left:22px}
#homepage .fc-button-group > .fc-button:not(:first-child) {float:right;margin-right:22px}
#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:-5px;pointer-events:none}
#homepage .fc-day-header>span{font-size:0;white-space:nowrap}
#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 18px 'Poppins',sans-serif;color:#b6e0fe}
#homepage .fc-right h2{font:700 21px 'Poppins',sans-serif;color:#fff;text-transform:capitalize;padding:6px 0 0;text-align:center}
#homepage .fc td{border:none}
#homepage .fc-content-skeleton .fc-day-number{font:600 18px 'Poppins',sans-serif;color:#1f2933;text-decoration:none}
#homepage #mini-events .fc-row.fc-widget-header{border:none;background:#003e6b;margin-bottom:32px;padding:0 50px}
#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:0 50px}
#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:57%;left:50%;transform:translate(-50%, -50%);width:26px;height:26px;background:#316d52;border-radius:3px;z-index:-1} */
/* #homepage .fc-widget-content{margin:20px 0} */
#homepage .fc-today .fc-day-number{color:#fff}
#homepage #mini-events .fc-dayGrid-view .fc-body .fc-row{min-height:35px;height:35px!important}
#homepage #mini-events .fc-day-number{display:inline-block;float:none;margin:6px}
#homepage .fc-widget-header th{padding:10px 12px;border:none;text-align:center}
#homepage .fc-day-top.fc-other-month{opacity:1}
#homepage .fc-day-top.fc-other-month a{font-weight:400;color:#e4e7eb}

#homepage .event{width:calc(100% / 3);padding:0 20px;position:relative;height:135px;cursor:pointer;overflow:auto;background:#fff}
#homepage .event-date{background:transparent;font:400 12px 'Poppins',sans-serif;color:#2680c2}
#homepage .event-title{font:700 16px 'Poppins',sans-serif;color:#1f1d1c;line-height:1.6;margin:8px 0}

#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:#62b0e8!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:-10px;right:-8px;opacity:0;transition:opacity 320ms}
#homepage .fc-left .fc-button-group+.fc-button-group button{cursor:auto}
#homepage .fc-left .fc-button-group > .fc-dayGridMonth-button{background:#002743!important;padding:1px 6px;border-radius:0;margin-right: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{color:#62b0e8;text-decoration:underline}

#calendar .fc-button-primary{background-color:#002743!important;border-color:#002743}
#calendar .fc-button-primary:not(:disabled):active,#calendar .fc-button-primary:not(:disabled).fc-button-active{background-color:#003E6B!important;border-color:#003E6B}
#calendar.fc-unthemed td.fc-today{background:#003E6B}
#calendar td.fc-today a.fc-day-number{color:#fff}

@media only screen and (max-width:991px) {
    #homepage .mini-calendar{width:400px;box-shadow:0px 6px 19.11px 1.89px rgba(0, 0, 0, 0.05);padding-bottom:30px}
    #homepage .mini-list-loaded{display:block!important}
    #homepage #mini-events .fc-row.fc-widget-header{padding:0}
    #homepage .fc-scroller.fc-day-grid-container{padding:0}
    #homepage .event{width:100%;height:auto;padding:20px 0;overflow:unset}
    #homepage .event-data{align-self:flex-start;overflow:unset}
    #homepage .event-title{font-size:20px}
}

@media only screen and (max-width:479px) {
    #homepage .mini-calendar{width:100%}
    #homepage .fc-button-group > .fc-button:not(:last-child){margin-left:0}
    #homepage .fc-button-group > .fc-button:not(:first-child){margin-right:0}
}