#ics-export{margin:0 0 0 5px;}

#homepage .calendar-wrap{display:flex;justify-content:space-around;align-items: center;}
#homepage .mini-calendar {border-radius: 15px; background-color: #ffffff; display:block!important;height:100%;position:relative;z-index:1;padding:36px;padding-bottom: 90px;}
.calendar-left, .calendar-right {width: 36%;}
.fc-daygrid-body,

.fc-col-header {width: 100% !important;}
table.fc-scrollgrid-sync-table{width:  100% !important;}

/* Calendar Grid Styles */
#homepage .fc-toolbar-title {font-size: 32px;font-weight: 700;color: #212121;text-transform: capitalize;}
#homepage .fc-prev-button, #homepage .fc-next-button {display: inline-flex;align-items: center;justify-content: center;background: #9E1B2A!important; border-radius: 0; border-color: transparent;padding: 0;width: 24px;height: 24px;color: #212121 !important;}
#homepage .fc-prev-button .fc-icon, #homepage .fc-next-button .fc-icon {vertical-align: unset;font-size: 20px;color: #ffffff;}
#homepage .fc-icon-chevron-left:before{content: "\f104";font-family: 'FontAwesome';display: block}
#homepage .fc-icon-chevron-right:before {content: "\f105";font-family: 'FontAwesome';display: block;}
#homepage .fc-prev-button:hover, #homepage .fc-next-button:hover {background-color: #C82235 !important;}

#homepage .fc-button-group button {flex: unset;}
#homepage .fc-dayGridMonth-view {padding: 0;padding-top: 25px;}
#homepage .fc-toolbar.fc-header-toolbar {margin-bottom: 24px;}
#homepage .fc .fc-daygrid-day-top {justify-content: center}
#homepage .fc-theme-standard td, .fc-theme-standard th {border: none}
#homepage .fc-theme-standard .fc-scrollgrid {border: none}
#homepage .fc-dayGridMonth-view .fc-daygrid-day-events {display: none;}
#homepage .fc-col-header-cell a {font-size: 16px;font-weight: 600;color: #212121;text-transform: uppercase;text-decoration: none;margin: 0 0 8px;}

#homepage a.fc-daygrid-day-number {font-size: 14px;font-weight: 700;color: #212121;text-decoration: none;pointer-events: none;padding: 8px 0;margin: 1px}
#homepage .day-has-event.fc-day-today a.fc-daygrid-day-number {color: #fff}
#homepage .fc .fc-daygrid-day.fc-day-today {background-color: unset}
#homepage .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a {color: #fff; font-weight: 700;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;min-height: 100%;text-decoration: none}
#homepage .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 60%;height: 100%;background: #616161;z-index: -1;}
#homepage .day-has-event .fc-daygrid-day-top a::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 60%;height: 100%;background: #616161;z-index: -1}

#homepage .fc .fc-scrollgrid-section-sticky > * {background: none;}

#homepage .fc-event:hover{color: #000!important}
#homepage .fc .fc-day-other .fc-daygrid-day-top {opacity: 1}
#homepage .fc .fc-day-other .fc-daygrid-day-top a {color: #909090;font-weight: 400;}
#homepage .fc-toolbar-chunk:nth-of-type(1) {top: 0;left: 0;width: 100%;display: flex;justify-content: flex-end}
#homepage .fc-toolbar-chunk:nth-of-type(1) .fc-today-button { background: #E0E0E0 !important; border: none !important; opacity: 1; padding: 0px 5px; border-radius: unset; line-height: 22px; height: 30px; position: absolute; bottom: 36px; left: 75px; right: 0; text-transform: capitalize; font-size: 16px; width: 75px; margin: 0 auto; color: #212121 !important; }
#homepage .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1) {position: absolute;left: 36px;right: 36px;top: 44px;display: flex;justify-content: space-between}
#homepage .fc-toolbar-chunk:nth-of-type(3) {width: 100%;text-align: center;padding: 0 20px;}
#homepage .fc-toolbar-chunk .fc-dayGridMonth-button { margin-right: 0; background: #363633 !important; border: none !important; opacity: 1; padding: 0px 5px; border-radius: unset; line-height: 22px; height: 30px; position: absolute; bottom: 36px; left: 0; right: 75px; text-transform: capitalize; font-size: 16px; width: 75px; margin: 0 auto; }
#homepage .day-has-event .fc-daygrid-day-top a {color: #fff;font-weight: 700;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;min-height: 100%;text-decoration: none;pointer-events: all}
#homepage .day-has-event .fc-daygrid-day-top a:hover {opacity: 1}

#homepage .fc-toolbar.fc-header-toolbar { margin-bottom: 0; display: block; }

#homepage .mini-list-loaded {display:grid !important;grid-template-columns: repeat(4, 1fr);gap: 32px;}
#homepage #mini-events .event {position:relative;background: #F5F7FA;border-radius:4px;padding: 20px;height:188px;box-shadow: 0px 4px 32px 0px rgba(4, 31, 68, 0.05);cursor:pointer;transition: all 0.3s;}
#homepage #mini-events .event:hover {background: #2C2C2C;}
#homepage .event .event-time{display:flex;flex-direction: column;align-items:center;justify-content:center;width: 72px;height:72px;border-radius: 4px;background: #000;transition:all .3s}
#homepage .event .event-month {display:block;width:100%;text-align:center;font-size:14px;color: #F5F7FA;text-transform:uppercase;margin-bottom:0;line-height:22px;align-self:flex-end;transition:all .3s}
#homepage .event .event-day{display:block;width:100%;text-align:center;font-weight:700;font-size:24px;color:#F5F7FA;line-height: normal;transition:all .3s;}
#homepage .event-title{width:100%;font-weight:700;font-size: 20px;color:#000;line-height:28px;margin-top: 20px;align-self:center;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis;overflow: hidden;}
#homepage #mini-events .event:hover .event-title {color: #F5F7FA;}

#calendar .fc-button-primary{background-color:#003745!important;border-color:#003745}
#calendar .fc-button-primary:not(:disabled):active,#calendar .fc-button-primary:not(:disabled).fc-button-active{background-color:#3787D8!important;border-color:#3787D8}
#calendar td.fc-day-today{background:#003745}
#calendar td.fc-day-today a{color:#fff}

/* #mini-events .tab-calendar,
#mini-events .tab-event{display: none;}

#mini-events .tab-calendar.active,
#mini-events .tab-event.active{display: block;} */

@media only screen and (max-width:1200px){
    #homepage .mini-list-loaded {gap: 24px;}
}

@media only screen and (max-width:991px){
    #homepage .calendar-wrap{flex-direction: column;}
	.calendar-left, .calendar-right{width: 100%;text-align: center;}
	#homepage .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a::after,
    #homepage .day-has-event .fc-daygrid-day-top a::after {width: 100%;}

    #homepage .mini-list-loaded {grid-template-columns: repeat(2, 1fr);}
    #homepage .event .event-time {width: 66px;height: 66px;}
	#homepage .event .event-day {font-size: 22px;line-height: 25px;}
    #homepage .event-title {font-size: 18px;line-height: 26px;}
}

@media only screen and (max-width:767px){
    #homepage .fc-col-header-cell a {text-transform: capitalize;}
    #homepage .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1) {left:15px;top:39px;width:calc(100% - 30px)}
	#homepage .fc-toolbar-title {font-size: 24px;}
	#homepage a.fc-daygrid-day-number {padding: 13px 0;}

    #homepage .mini-list-loaded {grid-template-columns: auto;}
}