.mini-list-loaded {
    display: block!important;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap'); #homepage .calendar-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 550px;
    padding: 0px 45px 11px 0;
    flex-direction: column;
}

#homepage .mini-calendar {
    display: block!important;
    background: #fff;
    padding: 35px 20px 27px;
    height: 100%;
    position: relative;
    border-right: 1px solid #e1e1e1;
    min-height: 470px;
    float: right;
    border-radius: 6px;
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));
    border-radius: 12px;
}

#homepage .mini-list-loaded {
    display: block!important;
    position: relative
}

#homepage .fc-view > table {
    border-style: hidden
}

#homepage .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
    position: relative;
}

#homepage .fc-button-group {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -7px;
    left: 15px;
    right: 13px;
}

#homepage .fc-icon-chevron-left:before {
    content: "";
    display: inline-block;
    background: url(../../../images/calendar-prev.png) center/cover no-repeat;
    width: 24px;
    height: 24px
}

#homepage .fc-icon-chevron-right:before {
    content: "";
    display: inline-block;
    background: url(../../../images/calendar-next.png) center/cover no-repeat;
    width: 24px;
    height: 24px
}

/* #homepage .fc-icon-chevron-left:before{content:"\f053";font-family:"FontAwesome";display:inline-block;color:#1a1a1a}
#homepage .fc-icon-chevron-right:before{content:"\f054";font-family:"FontAwesome";display:inline-block;color:#1a1a1a} */
#homepage .fc-toolbar {
    display: block
}

#homepage .fc-button-group > .fc-button {
    background: #E6E6E6 !important;
    border: none;
    padding: 0;
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#homepage .fc-button-group > .fc-button:not(:last-child) {
    margin-left: 0
}

#homepage .fc-button-group > .fc-button:not(:first-child) {
    float: right;
    margin-right: 0
}

#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: -3px;
    pointer-events: none;
    padding-bottom: 12px;
}

#homepage .fc-dayGridMonth-view .fc-day-header>span {
    display: inline-block;
    font: 700 16px color:#000;
    white-space: nowrap
}

#homepage .fc-right h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    padding: 0 0 5px;
    text-align: center
}

#homepage .fc-view-container {
    border-top: none;
    margin-top: 0px;
}

#homepage .fc-unthemed td {
    border: none
}

#homepage .fc-widget-content {
    border-top: none
}

#homepage .fc-content-skeleton .fc-day-number {
    font: 400 17px;
    color: #000;
    text-decoration: none
}

#homepage #mini-events .fc-row.fc-widget-header {
    border: none;
    border-radius: 0 0 6px 6px;
    padding: 0 12px
}

#homepage .fc .fc-row .fc-content-skeleton td {
    border: none;
    text-align: center
}

#homepage .fc-scroller.fc-day-grid-container {
    height: 100%!important;
    padding: 0 16px
}

#homepage #mini-events .fc-unthemed td.fc-today {
    background: #fff;
    border: none;
    position: relative;
    z-index: 0
}

#homepage .fc-unthemed td.fc-today a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #F2F2F2;
    z-index: -1;
    border-radius: 6px
}

#homepage .fc-unthemed td.fc-today a {
    position: relative
}

#homepage .fc-today .fc-day-number {
    color: #000!important
}

#homepage #mini-events .fc-day-number {
    display: inline-block;
    float: none;
    margin: 2px 5px;
    padding: 10.8px;
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

#homepage .fc-widget-header th {
    padding: 10px 0;
    text-align: center;
    border: none
}

#homepage .fc-day-top.fc-other-month {
    opacity: 1
}

#homepage .fc-day-top.fc-other-month a {
    color: #ccc !important;
}

#homepage #mini-events .fc-dayGrid-view .fc-body .fc-row {
    min-height: auto;
    height: 55px !important;
}

#homepage .event {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: 109px;
    padding: 0;
    cursor: pointer
}

#homepage .event time {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 131px;
    background: #3340af;
    font: 700 35px 'Poppins',sans-serif;
    padding-bottom: 0;
    color: #fff
}

#homepage .event .event-month {
    display: block;
    width: 100%;
    text-align: center;
    font: 700 14px 'Poppins',sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 -4px;
    align-self: flex-end
}

#homepage .event-data {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 131px);
    height: 100%;
    align-self: center;
    line-height: 1.3;
    padding: 5px 0 5px 38px;
    overflow: auto;
    align-items: center;
}

#homepage .event-time {
    font: 500 16px 'Poppins',sans-serif;
    color: #787676;
    align-self: flex-end;
    display: none;
}

#homepage .event-title {
    width: 100%;
    font: 600 19px 'Poppins',sans-serif;
    color: #000;
    line-height: 1.2;
    margin-top: 4px;
}

#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
}

#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: -30px;
    right: 0;
    left: auto;
    margin: 0;
    width: auto;
    opacity: 0;
    transition: opacity 320ms;
    padding: 0
}

#homepage .fc-left .fc-button-group+.fc-button-group button {
    background: #a87b30!important;
    padding: 3px 4px;
    border-radius: 0;
    pointer-events: all;
    cursor: auto;
    margin-left: 1px
}

#homepage .fc-dayGridMonth-view .fc-day-grid-event {
    display: none
}

#homepage .fc-day-top.day-has-event a {
    color: #687864;
    text-decoration: underline;
    text-underline-offset: 3px
}

#calendar .fc-button-primary {
    background-color: #687864!important;
    border-color: #687864
}

#calendar .fc-button-primary:not(:disabled):active,#calendar .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #687864!important;
    border-color: #687864;
}

#calendar.fc-unthemed td.fc-today {
    background: #687864
}

#calendar td.fc-today a.fc-day-number {
    color: #fff
}

#homepage .mini-events-list .event:nth-of-type(even) time {
    background: #2c368f;
}

#homepage .mini-events-list .event:first-of-type time {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

#homepage .mini-events-list .event:last-of-type time {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#homepage .mini-events-list .event:hover .event-data {
    background: #fff;
    border-radius: 0 6px 6px 0
}

#homepage #upcoming-events .calendar-tab .tab {
    margin-bottom: 0;
}

#homepage #mini-events .day-has-event .fc-day-number {
    color: #fff;
    background: #687864;
    border-radius: 6px;
    display: block;
    text-decoration: none;
}

#homepage .mini-events-list .cal-content {
    display: flex;
    width: 100%;
    background: #5085A5;
    margin-bottom: 24px;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.05);
}

#homepage .mini-events-list .cal-content >span {
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.05);
    border-radius: 0 12px 12px 0;
    background: #5085A5;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 24px;
}

#homepage .mini-events-list .cal-content>div {
    background: #FFFFFF;
    border-radius: 6px 0px 0px 6px;
}

#homepage .mini-events-list .cal-content>div time {
    display: flex;
    flex-direction: column;
    padding: 18.05px 22px;
    text-align: center;
    font-size: 14px;
    color: #000;
    background: #fff;
    border-radius: 6px 0 0 6px
}

#homepage .mini-events-list .cal-content>div time span {
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
}

#homepage .fc-header-toolbar .fc-left .fc-button-group button {
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin-top: -12px
}

@media only screen and (min-width: 992px) {
    #homepage #upcoming-events .calendar-tab .tab {
        width:50%;
    }

    #homepage .tabcontent {
        min-height: 500px
    }
}

@media only screen and (max-width: 1200px) {
    #homepage .fc-button-group {
        left:15px;
        width: calc(100% - 30px)
    }
}

@media only screen and (max-width: 991px) {
    #homepage .calendar-wrap {
        flex-wrap:wrap;
        padding: 30px 15px
    }

    #homepage .mini-calendar {
        width: 100%;
        max-width: 100%;
        padding: 20px 0;
        border-right: none;
        min-height: auto;
        margin-top: 30px;
    }

    #homepage .mini-events-list {
        width: 100%;
        padding: 15px;
        margin-top: 30px
    }
}

@media only screen and (max-width: 479px) {
    #homepage .calendar-wrap {
        flex-wrap:wrap;
        padding: 40px 0
    }

    #homepage .event-data {
        padding: 5px 15px
    }

    #homepage .event-title {
        font-size: 16px
    }

    #homepage .fc-button-group {
        top: 0
    }

    #homepage .fc-right h2 {
        font-size: 18px
    }
}
