.event-header-section h3{
    color: #112F19;
    text-align: center;
    font-size: 38px;
    font-weight: 800;
}
.event-header-section p{
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.search-input{
    position: relative;
}
.search-input input{
    padding: 15px 15px 15px 35px;
    font-size: 15px;
    border: 1px solid #C6B682;
    border-radius: unset;
}
.search-input svg{
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 10px;
}
.upcoming-past{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.upcoming-past button{
    font-size: 17px;
    padding: 12px 20px;
}
.event-card{
    border: 1px solid #C6B682;
    display: flex;
    background: #fff;
    margin-bottom: 20px;
}
.event-card.closed{
    opacity: 0.5;
    /* pointer-events: none; */
}
.left-date-display{
    background: #FDF6ED;
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.left-date-display img{
    width: 62px;
}
.event-card .fees, .left-date-display .date-info{
    color: #112F19;
    font-family: "Playfair Display";
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.event-card .fees .rs-sign{
    font-family: sans-serif;
}
.event-card .fees{
    min-width: 102px;
}
.event-card .fees .amount{
    font-weight: 800;
    display: inline-block;
}
.left-date-display .date-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 102px;
}
.left-date-display .date-info .day{
    font-weight: 800;
    font-size: 48px;
    line-height: 40px
}

.event-card .event-banner{
    padding: 17px;
}
.event-card .event-banner img{
    width: 320px;
    height: 320px;
    object-fit: cover;
}
.event-card .event-details{
    padding: 20px 0 0 20px;
    color: #000;
    flex: 1;
}
.event-card .event-details .event-title{
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.event-card .event-details .event-description p{
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}
.event-card .event-details .event-timing{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.event-timing > div:first-child {
    padding-right: 10px;
    border-right: 1.5px solid #666;
    margin-right: 10px;
}
.event-timing > div:last-child {
    border-right: unset;
}
.event-card .event-details .event-timing .timing-title{
    font-size: 14px;
    color: #666;
}
.event-card .event-details .event-timing .date-display-small{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-variant-numeric: lining-nums proportional-nums;
}
.event-card .event-details .event-timing .date-display-small svg{
    width: 16px;
    height: 16px;
}
.event-card .event-details .event-timing .date-display-small label{
    margin-right: 5px;
}
.event-card .event-details .event-btns{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
.event-card .event-details .event-btns .btn{
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
}
.event-card .event-details .event-btns a{
    color: #0000E7;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
}
.event-card .event-details .event-btns .registration-start-date{
    color: #666;
    font-size: 11.5px;
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 500;
}
.event-card .event-details .event-btns .registration-start-date span{
    font-weight: 800;
}

.fc-button{
    background: #F2F4F5 !important;
    color: #000 !important;
    border: unset !important;
    border-radius: unset !important;
}
.fc-button:focus{
    box-shadow: unset !important;
}
.fc-button .fc-icon{
    color: #000;
}
.fc .fc-button-group{
    gap: 10px;
}
.fc-toolbar-title{
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
}
.fc-button-active{
    background: #033742 !important;
    color: #fff !important;
}
.fc-listMonth-button, .fc-dayGridMonth-button{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.fc-list-event-time, .fc-list-event-graphic{
    display: none;
}
.fc-list-event-title{
    padding: unset !important;
}
.fc-theme-standard .fc-listMonth-view .fc-list, .fc-theme-standard .fc-listMonth-view td, .fc-theme-standard .fc-listMonth-view th{
    border: unset;
}
.fc-dayGridMonth-view .fc-scrollgrid-section > td{
    border-left-width: 1px !important;
    border-right-width: 0 !important;
}
.fc-dayGridMonth-view .fc-scrollgrid-section > th{
    border-right-width: 0 !important;
}
.fc-dayGridMonth-view .fc-scrollgrid table{
    border-top-style: unset !important;
    border-right: 1px;
}
.fc-col-header-cell{
    border: unset !important;
}
.fc-theme-standard .fc-scrollgrid{
    border: unset !important;
}
.fc .fc-daygrid-day-number{
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 700;
    font-family: 'Lato';
}
.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover{
    background-color: unset;
}
.fc-col-header-cell-cushion {
    font-family: 'Lato' !important;
}
.event-day-box{
    background: #c6b682;
    color: #000;
    padding: 3px 10px;
    border-radius: 3px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.event-day-box i{
    margin-right: 5px;
}
.fc-event-main .event-day-box{
    background: #033742;
    color: #fff;
}
.fc-theme-standard .fc-listMonth-view.fc-list{
    border: unset !important;
}
.fc-list-day.fc-day{
    display: none !important;
}

@media screen and (max-width: 768px) {
    .upcoming-past{
        flex-direction: column;
        align-items: center;
    }
    .event-header-section{
        padding: 0 15px;
    }
    .event-header-section h3{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .event-header-section p{
        font-size: 14px;
        margin-bottom: 20px;
        text-align: justify;
    }
    .filter{
        padding: 0 15px;
    }
    .search-input input{
        padding: 10px 15px 10px 35px;
    }
    .fc .fc-toolbar{
        flex-direction: column;
        gap: 10px;
    }
    .event-card{
        flex-direction: column;
    }
    .left-date-display{
        flex-direction: row;
    }
    
    .event-card .event-details{
        padding: 15px;
    }
    .event-timing{
        flex-direction: column;
        align-items: flex-start !important;
        padding: 10px 0;
        border-top: 1.5px solid #666;
        border-bottom: 1.5px solid #666;
    }
    .event-timing > div:first-child {
        padding-right: unset;
        border-right: unset;
        margin-right: unset;
    }
    .event-card .event-details .event-btns{
        flex-direction: column;
        align-items: stretch;
    }
    .event-card .event-details .event-btns .registration-start-date{
        text-align: center;
    }
    .event-card .event-banner img{
        width: 100%;
    }
    #calendar{
        padding: 0 15px;
    }
}





