@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');





#mini-events {

    margin-bottom: 32px;

    display: flex;

    gap: 32px;

  

}



.mini-events-list  {

    display: block!important;

}



#homepage .mini-calendar{

    display: block!important;

    background: #fff;

    position: relative;

    z-index: 1;

    overflow: hidden;

    border: 1px solid rgb(0 0 0 / 10%);

    padding: 11px 20px 79px;

    border-radius: 25px 0;

    font-family: 'Poppins';

    height: 532px;

}

#homepage .calendar-left {overflow: hidden;flex: 0 0 48.61%;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);border-radius: 25px 0;}

#homepage .calendar-right  {/* margin-left: -14px; *//* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); */}



#homepage .calendar-left::after {

    content: '';

}



#homepage .calendar-left::before {

    content: '';

}



#homepage .fc-toolbar-title {

    font-size: 28px;

    font-weight: 700;

    color: var(--brandcolor);

    text-transform: uppercase;

    line-height: 1.3;

}



#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;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 4px;

}



#homepage .fc-icon-chevron-left:before {content: "\f104 ";display: inline-block;font-family: FontAwesome;color: #181818;font-size: 18px;}



#homepage .fc-icon-chevron-right:before {content: "\f105";display: inline-block;color: #181818;font-family: FontAwesome;font-size: 18px;}



#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: 9px;

    margin-top: 31px;

}



#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: 700;

    color: var(--brandcolor);

    text-decoration: none;

    line-height: 1.5;

    padding: 23px 0;

}



#homepage a.fc-daygrid-day-number {

    font-size: 14px;

    font-weight: 700;

    line-height: 1.5;

    color: var(--brandcolor);

    text-decoration: none;

    pointer-events: none;

    padding: 13px 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: #8AC7D0;

    display: flex;

    align-items: center;

    justify-content: center;

    max-width: 100%;

    max-height: 100%;

    min-height: 100%;

    text-decoration: underline;

    text-decoration-color: #8AC7D0;

}



#homepage .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a::after {

    /* background: #D7D7E9; */

}



#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: #808285;

    font-weight: 700;

}



#homepage .fc-toolbar-chunk:nth-of-type(1) {

    position: absolute;

    top: 0;

    left: 0px;

    width: 100%;

    display: flex;

    justify-content: flex-end

}



#homepage .fc-toolbar-chunk:nth-of-type(1) .fc-today-button {

    background: #CCCCCC!important;

    padding: 0 5px!important;

    color: var(--brandcolor)!important;

    right: calc(50% - 92px);

    border-radius: unset;

    line-height: 1.2;

    height: 30px;

    font-size: 12px!important;

    font-weight: 800;

    text-transform: capitalize;

    border-radius: 0 10px 10px 0;

}



#homepage .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1) {

    position: absolute;

    left: 21px;

    top: 43px;

    width: calc(100% - 41px);

    display: flex;

    justify-content: space-between

}



#homepage .fc-toolbar-chunk:nth-of-type(3) {

    width: 100%;

    text-align: center;

    padding: 0 35px;

}



#homepage .fc-toolbar-chunk .fc-dayGridMonth-button {

    background: var(--brandcolor)!important;

    padding: 0 5px!important;

    color: #fff!important;

    position: absolute;

    top: 0;

    left: calc(50% - 28px);

    margin: 0;

    border: none;

    border-radius: 0;

    height: 30px;

    font-size: 12px!important;

    font-weight: 800;

    text-transform: capitalize;

    border-radius: 10px 0 0 10px;

}



#homepage .day-has-event .fc-daygrid-day-top a {

    color: #fff!important;

    font-weight: 700!important;

    display: flex;

    align-items: center;

    justify-content: center;

    max-width: 100%;

    max-height: 100%;

    width: 40px;

    height: 40px;

    min-height: 100%;

    pointer-events: all;

    background: var(--bg-brandcolor);

    border-radius: 50%;

}

#homepage .day-has-event .fc-daygrid-day-top a:hover {

    /* color: var(--brandcolor) !important; */

}



#homepage .day-has-event .fc-daygrid-day-top a::after {

    content: '';

    /* background: #343A57!important; */

}

#homepage .fc-daygrid-day-top a::after {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    height: 100%;

    border-radius: 50%;

    background: #3d141400;

    z-index: -1;

}

#homepage .day-has-event .fc-daygrid-day-top a:hover:after {

    background: var(--bg-brandcolor);

}



#homepage .event {

    display: flex;

    align-items: center;

    gap: 0px;

    position: relative;

    cursor: pointer;

    padding: 12px 70px 12px 12px;

    height: 156px;

    transition: all 0.3s;

    border-radius: 25px 0px;

    border-left: 5px solid #0B243B;

    background: #FFF;

    font-family: 'Poppins';

    transition: all .3s;

}



#homepage .event:hover{border-color: var(--bg-brandcolor);}

#homepage .event:not(:last-of-type) {

    margin-bottom: 32px;

}

#homepage .event:last-of-type{box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);}



#homepage .event time {

    font-size: 14px;

    font-weight: 700;

    color: var(--brandcolor);

    text-transform: uppercase;

    line-height: 1.35;

    letter-spacing: -.28px;

    padding: 30px;

    text-align: center;

    border-radius: 67px;

    margin: 0px 13px;

    background: #ffff;

    border: 2px solid var(--bg-brandcolor);

    width: 83px;

    height: 82px;

    display: flex;

    align-items: center;

    flex-direction: column-reverse;

    justify-content: center;

    transition: all .3s;

}

#homepage .event time span {margin-right: 4px;display: block;}

#homepage .event time .event-num {font-size: 25px;line-height: 1.10;letter-spacing: normal;}

/* #homepage .event:hover time{} */

/* #homepage .event time span.event-num{}

#homepage .event:hover time span.event-num{

} */

#homepage  .cal-date img {

    width: 16px;

    margin-right: 7px;

    margin-top: -2px;

}

#homepage .event:hover .cal-date img {

    filter: invert(48%) sepia(28%) saturate(1157%) hue-rotate(84deg) brightness(55%) contrast(90%);

}



#homepage .cal-date {

    color: #4D4D4D;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: -0.28px;

    margin-bottom: 4px;

}

#homepage .event-title {

font-size: 24px;

font-weight: 600;

color: var(--brandcolor);

font-family: 'Poppins';

text-transform: capitalize;

overflow: hidden;

text-overflow: ellipsis;

display: -webkit-box;

-webkit-line-clamp: 2;

-webkit-box-orient: vertical;

line-height: 1.3;

padding: 2px 16px;

transition: all .3s;
}

.event {}



#homepage .event .title-btn a {color: #087FAF;font-size: 14px;font-weight: 600;text-transform: capitalize;line-height: 1.5;padding-left: 21px;}



#homepage .cal-img-bg {

    position: absolute;

    right: 24px;

    top: 50%;

    transform: translateY(-50%);

    width: 40px;

    height: 36px;

    background: rgba(138, 199, 208, 0.80);

    border-radius: 18px;

    padding: 4px 12px;

    transition: all .3s;

}

#homepage img.cal-arrow { width: 16px;}

#homepage .event:hover .cal-img-bg {background: rgba(255, 255, 255, 0.80);}

#homepage .event:hover .event-title, #homepage .event:hover .title-btn>a {color: var(--bg-brandcolor);}

#homepage .event:hover .event time {background: var(--bg-brandcolor);}

#homepage .event:hover >time {background: var(--bg-brandcolor); color: #fff; border-color: #A7DEF3}

#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;

    gap: 4px;

    margin-top: -33px;

    border-radius: 12px 12px 0 0;

    overflow: hidden;

}

#tabs-button .tab:nth-child(1) { background: #D4CF91;}

#tabs-button .tab:nth-child(2) { background: #8AC7D0;}

#tabs-button .tab:nth-child(3) {background: #50795F;color: #F5F8FB!important;}



#tabs-button .tab:nth-child(1):hover {background: #EB9600;}

#tabs-button .tab:nth-child(2):hover {background: #003155; color: #F5F8FB!important; }

#tabs-button .tab:nth-child(3):hover  {background: #003F22;}



#tabs-button .tab.active:nth-child(1) {background: #EB9600; color:#003155!important;}

#tabs-button .tab.active:nth-child(2) {background: #003155;}

#tabs-button .tab.active:nth-child(3) {background: #003F22;}

#tabs-button .tab {

    color: var(--brandcolor)!important;

    font-size: 18px;

    font-weight: 400;

    text-align: center;

    padding: 4px 24px;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 48px;

    border-radius: 24px;

    transition: all .3s;

}





#tabs-button .tab.active {

   color: #F5F8FB!important;

}



#homepage .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child > button {

    opacity: 1;

}



#homepage button.fc-today-button.fc-button.fc-button-primary, #homepage .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child > button {

    position: absolute;

    top: 466px;

    transform: translateX(-50%);

    width: 60px;

}





 @media only screen and (max-width:991px){

	

     #homepage .event-title{font-size: 22px;}

 }

 @media only screen and (max-width:768px){

    #homepage .calendar-left { margin-right: 0;}

    #homepage .calendar-right  {margin-top: 30px;margin-left: 0;margin-bottom: 20px;}

    #mini-events { display: block;}

    #homepage .event{height: auto; padding: 12px 20px 12px 12px;}

 }

 @media only screen and (max-width:480px){

    #homepage .mini-calendar {padding-left: 15px;padding-right: 15px;height: 513px;}

    #tabs-button .tab {min-height: 45px;}

    #homepage .day-has-event .fc-daygrid-day-top a { height: 40px;}

    #tabs-button .tab { font-size: 14px; padding: 0 16px; min-height: 35px;}

 }

 @media only screen and (max-width:550px){

    #tabs-button .tab { font-size: 14px; padding: 0 16px; min-height: 35px;}

 }

 @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 .fc-daygrid-day-top a::after {height: 100%;}

    #homepage .event-title {font-size: 16px;padding: 0px 10px;}

    #homepage .event time {/* padding-left: 25px; *//* padding-right: 25px; */margin: 0;}





     button.fc-today-button.fc-button.fc-button-primary, #homepage .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child > button{

    top: 460px;

}

 }

