@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');       

#mini-events {
    display: flex;
    justify-content: space-between;
}

.mini-events-list  {
    display: block!important;
}

#homepage .mini-calendar{
    display: block!important;
    background: rgba(4, 8, 38, 0.80);
    backdrop-filter: blur(4px);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 4px;
    padding: 20px 27px 23px;
    margin-left: 0px;
    /* margin-right: 52px; */
}
#homepage .calendar-left {
    width: calc(51.6% - 19px);
    text-align: center;
}
#homepage .calendar-right  {
    width: calc(48.1% - 10px);
    display: block!important;
    position: relative;
}

#homepage .calendar-left::after {
    content: '';
}

#homepage .calendar-left::before {
    content: '';
}

#homepage .fc-toolbar-title {
    color: #ffffff;

/* Heading Font/H5 */
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4; /* 33.6px */
}

#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;
    font-size: unset;
    width: 30px;
    height: 30px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

#homepage .fc-icon-chevron-left:before {content: "\f0d9";display: inline-block;font-family: FontAwesome;color: #ffffff;font-size: 15px;}

#homepage .fc-icon-chevron-right:before {content: "\f0da";display: inline-block;font-family: FontAwesome;color: #ffffff;font-size: 16px;}

#homepage .fc-button-group {
    display: none
}

#homepage .fc-button-group button {
    border-radius: unset;
    flex: unset
}

.fc .fc-scrollgrid-section-header>th {
    background: transparent;
}

#homepage .fc-toolbar.fc-header-toolbar {
    margin-bottom: 10px;
}

#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 {
    text-decoration: none;
    padding: 15px 0;
    color: #EADCBE;

/* Body/Paragraph Bold */
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35; /* 21.6px */
    text-transform: uppercase;
}

#homepage a.fc-daygrid-day-number {
    color: #ffffff;

/* Body/Caption Bold */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35; /* 18.9px */
    text-decoration: none;
    pointer-events: none;
    padding: 15px 0;
    margin: 1px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#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: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56%;
    height: 51px;
    min-height: 100%;
    text-decoration: none;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.25);
    padding: 0px 30px;
}

#homepage .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a::after {
    background: rgba(255, 255, 255, 0.25)!important;
}

#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: #999;
    font-size: 14px;
}

#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: tan;
    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: 32px;
    top: 17px;
    width: calc(100% - 64px);
    display: flex;
    justify-content: space-between
}

#homepage .fc-toolbar-chunk:nth-of-type(3) {
    width: 100%;
    text-align: center;
    padding: 0 35px 0px;
}

#homepage .fc-toolbar-chunk .fc-dayGridMonth-button {
    background: #708989!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: #EADCBE !important;
    font-weight: 400!important;
    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::after {
    background: #EADCBE !important;
}
#homepage .day-has-event .fc-daygrid-day-top a:hover::after {
    /* background: #28498E !important; */
}
#homepage .fc-daygrid-day-top a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    z-index: -1;
    border-radius: 50%;
}
#homepage .day-has-event .fc-daygrid-day-top a:hover {/* text-decoration: underline; */}

#homepage .event {
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
    cursor: pointer;
    
    
    

/* Shadow/med */
    font-size: 20px;
    padding: 14px 23px;
    height: 80px;
    transition: 0.3s;
    background: rgba(4, 8, 38, 0.80);
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(4px);
    border-radius: 4px;
}
#homepage .event:hover {
    border-width: 10px;
}

#homepage .event:not(:last-of-type) {
    margin-bottom: 11px;
}

#homepage .event time {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #06104D;
    letter-spacing: -0.32px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 4px;
    background: #EADCBE;
    text-align: center;
    min-width: 80px;
    width: 64px;
    /* margin-top: 2px; */
    padding: 5px 20px;
}

#homepage .event time span.event-num{display:block;font-weight: 700;line-height: 1;font-family: "Nunito Sans", sans-serif;margin-top: 4px;}

#homepage .event-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    font-family: "Nunito Sans", sans-serif;
}
#homepage .event:hover {background: rgba(4, 8, 38, 0.95);}
#homepage .event:hover .event-title,#homepage .event:hover time {
    /* color: #ffffff; */
}

#calendar .fc-button-primary {
    background-color: #708989!important;
    border-color: #708989
}

#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: #708989
}

#calendar td.fc-day-today a {
    color: #fff
}

#ics-export {
    margin-top: 4px
}

.tab-event:not(.active) {
    display: none;
}

.tab-calendar:not(.active) {
    display: none;
}
.tab.button.active {
    background: #0B7CE5;
}
table.fc-col-header,.fc-daygrid-body.fc-daygrid-body-unbalanced.fc-daygrid-body-natural,table.fc-scrollgrid-sync-table  {
    width: 100%!important;
}
#event-modal-dialog {margin: 0 auto;padding: 10px}


/* .fc-button-group ~ .fc-today-button,
.fc-button-group ~ .fc-dayGridMonth-button{display: none;}
 */

 .mini-events-list.mini-list-loaded h3 {
    color: #000919;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}


#tabs-button {
    display: flex;
    background: #ffffff;
    column-rule: 40px solid #ffffff;
    gap: 1px;
}

#tabs-button .tab {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #0C1D34;
    cursor: pointer;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
}

#tabs-button .tab.active {background: #A30B1F;color: #ffffff;}

#homepage .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child > button {
    opacity: 0;
}


/* #homepage .fc-col-header .fc-day-sun a,
#homepage .fc-col-header .fc-day-mon a,
#homepage .fc-col-header .fc-day-tue a,
#homepage .fc-col-header .fc-day-wed a,
#homepage .fc-col-header .fc-day-thu a,
#homepage .fc-col-header .fc-day-fri a,
#homepage .fc-col-header .fc-day-sat a{font-size: 0!important;}

#homepage .fc-col-header .fc-day-sun a:after{content: "S";}
#homepage .fc-col-header .fc-day-mon a:after{content: "M";}
#homepage .fc-col-header .fc-day-tue a:after{content: "T";}
#homepage .fc-col-header .fc-day-wed a:after{content: "W";}
#homepage .fc-col-header .fc-day-thu a:after{content: "T";}
#homepage .fc-col-header .fc-day-fri a:after{content: "F";}
#homepage .fc-col-header .fc-day-sat a:after{content: "S";}

#homepage .fc-col-header .fc-day-sun a:after,
#homepage .fc-col-header .fc-day-mon a:after,
#homepage .fc-col-header .fc-day-tue a:after,
#homepage .fc-col-header .fc-day-wed a:after,
#homepage .fc-col-header .fc-day-thu a:after,
#homepage .fc-col-header .fc-day-fri a:after,
#homepage .fc-col-header .fc-day-sat a:after{font-size: 16px;color: 17191b;font-weight: 700;font-family: "Inter", sans-serif;} */

#mini-events h2 {font-size: 42px;}

@media only screen and (max-width:1100px){
    #homepage .mini-calendar {padding-left: 35px;padding-right: 35px;}
}

 @media only screen and (max-width: 991px){
    #homepage .event {padding-left: 20px;padding-right: 20px;gap: 20px;}
	#homepage .event time span.event-num {}
    #homepage .mini-calendar {padding-left: 15px;padding-right: 15px;}
    #homepage .calendar-left {width: calc(48% - 10px);}
    #homepage .calendar-right {width: calc(52% - 10px);}
    #homepage .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1) {left: 13px;width: calc(100% - 25px);}
    #homepage .fc-col-header-cell a {font-size: 16px;}
    #homepage .event-title {font-size: 18px;}
     #homepage a.fc-daygrid-day-number {font-size: 15px;padding: 16px 0;}
     #homepage .fc-daygrid-day-top a::after {/* min-width: 43px; *//* min-height: 44px; */}
}
 @media only screen and (max-width:768px){
    #homepage .calendar-left {width: 100%;}
    #homepage .calendar-right  {width: 100%;margin-top: 25px;}
    #mini-events {display: block;padding: 0;margin-bottom: 0;}
    #homepage .event{height: auto;gap: 15px;}
    #homepage .fc-daygrid-day-top a::after {padding-bottom: 0;/* margin-top: -2px; */}
    #homepage .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1) {top: 32px;}
    .calendar-right .title {display: none;}
    #homepage .event-title {font-size: 18px;}
}
 @media only screen and (max-width:430px){
    #homepage a.fc-daygrid-day-number {font-size: 14px;padding: 10px 0;}
    #homepage .fc-col-header-cell a{font-size: 14px;}
    #homepage .event {gap: 15px;}
    #homepage .event time span.event-num {font-size: unset;}
    #homepage .event-title {font-size: 16px;}
    #homepage .fc-daygrid-day-top a::after {padding-bottom: unset;margin-top: 0px;min-width: unset;min-height: unset;/* width: 38px; *//* height: 38px; */bottom: 5px;}
    #homepage .fc-toolbar-title {font-size: 20px;}
    #tabs-button .tab {font-size: 16px;min-height: 50px;}
     #homepage .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a {height: 43px;width: 72%;padding: 0 20px;}
}
