.fc {
font-family: var(--e-global-typography-primary-font-family);
}
a.fc-list-day-side-text {
display: none;
}
.fc-list-day-cushion.fc-list-day-cushion.fc-cell-shaded{
background-color: transparent;
}
.fc.fc .fc-list-sticky .fc-list-day > th {
background: transparent;
border-bottom: 2px solid #fff;
}
a.fc-list-day-text.fc-list-day-text {
cursor: default;
color: #fff;
}
.fc-list.fc-list.fc-list-sticky.fc-listMonth-view.fc-view {
border: none;
}
.fc-event.fc-event {
background: transparent;
border: 0;
}
.fc-event.fc-event > td {
border: 0;
}
.fc .fc-list-event-dot{
border-color: var(--nv-primary-accent);
}
.fc.fc .fc-view-harness {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-template-areas: "table";
}
.fc.fc .fc-view-harness-active > .fc-view{
grid-area: "table";
position: relative;
}
.fc.fc .fc-list-event:hover td {
background-color: var(--nv-light-bg) ;
}
.fc.fc .fc-button-primary {
background: var(--nv-primary-accent);
border-color: var(--nv-primary-accent);
}
.fc.fc .fc-list-event + .fc-list-day > th > div {
padding-top: 35px;
}
.fc-theme-standard td, .fc-theme-standard th {
border: none;
}