#ics-export {
    margin: 0 0 0 5px;
}


#homepage .mini-calendar {
    border-radius: 15px;
    background-color: #ffffff;
    display: block !important;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 36px;
    padding-bottom: 90px;
}


.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 .day-has-event.fc-day-other a.fc-daygrid-day-number {
    color: #fff !important;
}

#homepage .day-has-event.fc-day-other a.fc-daygrid-day-number::after {
    background: rgba(204, 204, 204, 1) !important;
}

#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: flex !important;
    gap: 20px;
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
    background: #1F2072;
}

#homepage #mini-events .event {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-radius: 5px;
    background: #FFF;
    cursor: pointer;
    transition: all 0.3s;
}

#homepage .event .event-date-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background: rgba(17, 76, 56, 0.08);
    padding: 12px 20px;
    width: 100%;
    transition: all .3s
}
#homepage .event .event-date-wrap img {width: 18px;margin-right: 6px;}
#homepage #mini-events .event:hover .event-date-wrap {background: #114C38;}
#homepage #mini-events .event:hover .event-date-wrap img {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);}

#homepage .event-date,
#homepage .event-time  {
    color: #114C38;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
}
.divider {background: #E2AE21;width: 1px;height: 18px;}
#homepage #mini-events .event:hover .event-date,
#homepage #mini-events .event:hover .event-time {color: #FFF;}
#homepage .event-more {
    display: inline-block !important;
    padding: 12px 20px;
    margin-top: 20px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    background: #114C38;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    font-family: "Poppins", sans-serif;
}
#homepage #mini-events .event:hover .event-more {background: #1F2072;}


#homepage .event-title {
    font-weight: 700;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 27px;
    margin: 20px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

#homepage #mini-events .event:hover .event-btn {
    background: #1F2072;
}

#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:991px) {

    #homepage .mini-list-loaded {flex-direction: column;padding: 20px 15px;}
    #homepage #mini-events .event {padding: 20px 15px;}
    #homepage .event .event-date-wrap {padding: 12px 15px;}
}