#event-modal .modal-footer .btn{color:#fff !important;margin:0 0 5px 5px !important}
#ics-export{margin:0 0 0 5px;}


#mini-events .calendar-wrap{display:flex;justify-content:space-between;gap: clamp(20px, 5vw, 96px);}
#mini-events .calendar-right {position: relative;z-index: 0;margin-top: -48px;}
#mini-events .calendar-right #events-tabs{width: 100%;}
#mini-events .mini-calendar{width: 100%;min-height: 100%;background: #fff;position:relative;display: block !important;padding: 49px 10px 51px;}
#mini-events .calendar-left {width: 752px;max-width:100%;position: relative;z-index: 1;padding: 7px 0 0 0;}



#department #mini-events .calendar-left{display: none !important}
/* Calendar Grid Styles */
.fc-daygrid-body,
.fc-col-header {width: 100% !important;}
table.fc-scrollgrid-sync-table{width:  100% !important;}
#homepage .fc-toolbar-title {font-size: 28px;font-weight: 700;color: #1B1B1B;text-transform: capitalize;}
#homepage .fc-prev-button, #homepage .fc-next-button {display: inline-flex;align-items: center;justify-content: center;background-color: unset!important;border-color: transparent;padding: 0}
#homepage .fc-prev-button .fc-icon, #homepage .fc-next-button .fc-icon {vertical-align: unset;}
#homepage .fc-icon-chevron-left:before {content: "\f0d9";font-family: 'FontAwesome';display: inline-block}
#homepage .fc-icon-chevron-right:before {content: "\f0da";font-family: 'FontAwesome';display: inline-block;}
#homepage .fc-button-group {display: none}
#homepage .fc-button-group button {border-radius: unset;flex: unset;background: #F2F2F2 !important;border-radius: 4px;color: #1B1B1B!important;}
#homepage .fc-dayGridMonth-view {padding: 0 0;}
#homepage .fc-toolbar.fc-header-toolbar {margin-bottom: 40px;}
#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: 18px;font-weight: 700;color: #1B1B1B;text-transform: capitalize;text-decoration: none;margin: 0 0 18px;}

#homepage a.fc-daygrid-day-number {font-size: 16px;font-weight: 700;color: #333;text-decoration: none;pointer-events: none;padding: 21px 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: #1B1B1B!important;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: 100%;height: 100%;background: #F2F2F2;border-radius: 4px;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: 100%;height: 100%;border-radius: 4px;opacity:1;background: #0C2559;z-index: -1}
#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: #757575;}
#homepage .fc-toolbar-chunk:nth-of-type(1) {position: absolute;top: 0;left: 0;width: 100%;display: flex;justify-content: flex-end}
#homepage .fc-toolbar-chunk:nth-of-type(1) .fc-today-button {margin-right: 75px;background: #265A49;padding: 0 5px;border-radius: unset;line-height: 1.2;height: 24px}
#homepage .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1) {position: absolute;left: 31px;right: 31px;top: 37px;display: flex;justify-content: space-between}
#homepage .fc-toolbar-chunk:nth-of-type(3) {width: 100%;text-align: center;padding: 0 50px}
#homepage .fc-toolbar-chunk .fc-dayGridMonth-button {background: #265A49 !important;padding: 0 5px;position: absolute;top: 0;right: 17px;margin: 0;border: none;border-radius: 0;height: 24px}
#homepage .day-has-event .fc-daygrid-day-top a {color: #fff !important;font-weight: 700;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;min-height: 100%;pointer-events: all;}

#homepage .day-has-event .fc-daygrid-day-top a:hover {opacity: 1}


#mini-events{display: flex !important;gap: 16px;justify-content: space-between;flex-direction: row-reverse;}
#mini-events .calendar-right{margin: 0;flex: 1;}
#mini-events .calendar-right #events-tabs{margin:0 0 24px 0;}


/* Calendar Events Style */
#mini-events .calendar-wrap{display:flex;justify-content:space-between}
#mini-events .mini-calendar{display: block !important;width: 100%;background: #fff;position:relative;padding: 35px 32px 25px;max-width:100%;border-radius: 0 0 8px 8px;}
#mini-events .mini-events-list{flex-grow:1}
#mini-events .mini-list-loaded{display:block!important;margin-top: 2px;}
#mini-events .cal-content{display:flex;min-height: 112px;align-items: center;gap:24px}
#mini-events .cal-event{position: relative;cursor:pointer;display: block;transition: all .3s;border-radius: 5px;}
#mini-events .cal-event:last-of-type{margin-bottom: 0;}

#mini-events .cal-event .cal-event-time{display: flex;flex-direction:column;align-items: center;justify-content: center;width: 64px;height: 64px;text-align: center;line-height: 1.5;text-transform: uppercase;color: #2C62CC;font-size: 16px;font-weight: 400;flex-shrink: 0;border-radius: 5px 0 0 5px;transition: all .4s;}
#mini-events .cal-event .cal-event-time span{display: block;font-size: 32px;font-weight: 700;}
#mini-events .cal-event-title{position: relative; color: #1B1B1B;font-size: 20px;font-weight: 700;padding: 0 24px;line-height: 1.5;text-align: left;text-transform: capitalize;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;word-break: break-all;}
#mini-events .cal-event-title::before{content: "";position: absolute;top:50%;left: 0;transform: translateY(-50%);background:#D5DCE9;border-radius: 2px;width: 2px;height: 32px;}



#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:991px) {
    #mini-events {display: block !important;}
    #events-tabs{width: 672px;max-width: 100%;margin: 0 auto;}
    #mini-events .calendar-left{width: 672px;margin:0 auto;max-width: 100%;}

    #mini-events .calendar-right{margin: 40px 0 0 0;width: 100%;}
    #homepage .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1){left: 15px;right: 15px;}
    #homepage .fc-dayGridMonth-view{padding: 0;}
}
@media only screen and (max-width:767px) {

}

@media only screen and (max-width:479px) {
    #mini-events h2{font-size: 28px;}

    #mini-events .cal-event-time{font-size: 18px;}
	#mini-events .cal-event-title{font-size: 17px;}
    #mini-events .cal-event-info{padding: 18px 25px 18px 15px;}
}