.event_calendar { }

.event_calendar .pgcal-branding {
    display: none;
}
.event_calendar .elementor-shortcode {
    margin-bottom: 48px;
}
.event_calendar .fc-header-toolbar .fc-button-group .fc-prev-button,
.event_calendar .fc-header-toolbar .fc-button-group .fc-next-button {
    background-color: #0753A9;
    border: 1px solid #15359E;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.4s;
}
.event_calendar .fc-header-toolbar .fc-button-group .fc-prev-button:hover,
.event_calendar .fc-header-toolbar .fc-button-group .fc-next-button:hover {
    background-color: #0753A9;
}
.event_calendar .fc-header-toolbar .fc-button-group .fc-prev-button {
    margin-right: 8px;
}
.event_calendar .fc .fc-header-toolbar {
    margin-bottom: 24px;
}
.event_calendar .fc-header-toolbar .fc-button-group .fc-icon {
    font-size: 18px;
}
.event_calendar .fc .fc-header-toolbar .fc-today-button {
    background-color: transparent;
    border: 0 none;
    padding: 0;
    font-size: 20px;
    line-height: 32px;
    color: #8A92C3;
    font-family: "Figtree", Sans-serif;
    font-weight: 500;
    text-decoration: underline;
    box-shadow: none;
    text-transform: capitalize;
    text-underline-offset: 2px;
    transition: all ease-in-out 0.4s;
}
.event_calendar .fc .fc-header-toolbar .fc-today-button:hover {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}
.event_calendar .fc .fc-header-toolbar .fc-today-button:focus {
    box-shadow: none;
}
.event_calendar .fc .fc-header-toolbar .fc-toolbar-title {
    color: #B5BEF8;    
    font-family: "Figtree", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.event_calendar .fc .fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group {
    border: 1px solid #15359E;
    border-radius: 25px;
}
.event_calendar .fc .fc-header-toolbar button.fc-dayGridMonth-button,
.event_calendar .fc .fc-header-toolbar button.fc-listCustom-button {
    background-color: transparent;
    background-image: none;
    border: 0 none;
    font-family: "Figtree", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    height: 45px;
    width: 118px;
    box-shadow: none !important;
    text-transform: capitalize;
    color: #4B6EE2;
    border-radius: 25px;
    transition: all ease-in-out 0.4s;
}
.event_calendar .fc .fc-header-toolbar button.fc-dayGridMonth-button.fc-button-active,
.event_calendar .fc .fc-header-toolbar button.fc-listCustom-button.fc-button-active {
    background-color: #0753A9;
    color: #FFF;
}
.event_calendar .fc tr.fc-scrollgrid-section-header > th {
    background-color: #071646;
}
.event_calendar .fc-theme-standard td, 
.event_calendar .fc-theme-standard th,
.event_calendar .fc-theme-standard .fc-scrollgrid,
.event_calendar .fc-theme-standard .fc-list {
    border-color: #162864;
}
.event_calendar .fc-theme-standard th .fc-scrollgrid-sync-inner {    
    color: #FFF;
}
.event_calendar .fc-theme-standard .fc-scrollgrid-sync-inner > a {
    color: #FFF;    
    font-family: "Figtree", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
.event_calendar table.fc-scrollgrid-sync-table .fc-daygrid-day-number {
    color: #FFF;
    padding: 0;
    font-family: "Figtree", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
}
.event_calendar table.fc-scrollgrid-sync-table .fc-scrollgrid-sync-inner {
    padding: 12px;
    min-height: 147px;
}
.event_calendar .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0;
    margin-top: 10px;
    min-height: initial;    
    border-radius: 0;
}
.event_calendar .fc .fc-daygrid-body-natural .fc-daygrid-event {
    background-color: #371EB1;
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding: 10px 10px;
}
.event_calendar .fc .fc-daygrid-body-natural .fc-daygrid-event .fc-event-time {
    display: none;
}
.event_calendar .fc .fc-daygrid-body-natural .fc-event-title {
    padding: 0;    
    font-family: "Figtree", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
}
.event_calendar .fc .fc-daygrid-body-natural .fc-event-title-container {
    line-height: 0;
}
.event_calendar .fc .fc-day-today {
    background-color: transparent;
}

.event_calendar .fc-theme-standard th .fc-list-day-cushion {
    background-color: #071646;
}
.event_calendar .fc-theme-standard .fc-list-day-cushion > a {
    color: #FFF;    
    font-family: "Figtree", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
.event_calendar .fc-theme-standard td.fc-list-event-time {
    display: none;
}
.event_calendar .fc .fc-list-event:hover td {
    background-color: transparent;
}
.event_calendar .fc .fc-list-event-title a {
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1.2;
}
