:root {
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5
}

.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color,#ddd)
}

.fc .fc-list-empty {
    background-color: rgba(208,208,208,.3);
    background-color: var(--fc-neutral-bg-color,rgba(208,208,208,.3));
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.fc .fc-list-empty-cushion {
    margin: 5em 0
}

.fc .fc-list-table {
    width: 100%;
    border-style: hidden
}

    .fc .fc-list-table tr > * {
        border-left: 0;
        border-right: 0
    }

.fc .fc-list-sticky .fc-list-day > * {
    position: sticky;
    top: 0;
    background: var(--fc-page-bg-color,#fff)
}

.fc .fc-list-table th {
    padding: 0
}

.fc .fc-list-day-cushion, .fc .fc-list-table td {
    padding: 8px 14px
}

    .fc .fc-list-day-cushion:after {
        content: "";
        clear: both;
        display: table
    }

.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(208,208,208,.3);
    background-color: var(--fc-neutral-bg-color,rgba(208,208,208,.3))
}

.fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text {
    float: left
}

.fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text {
    float: left;
    padding-left: 4px;
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding-right: 0
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
    padding-left: 0
}

.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer
}

.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: var(--fc-list-event-hover-bg-color,#f5f5f5)
}

.fc .fc-list-event-graphic, .fc .fc-list-event-time {

    white-space: nowrap;
    width: 1px
}

.fc .fc-list-event-dot {
    display: none;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 5px solid #3788d8;
    border: calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color,#3788d8);
    border-radius: 5px;
    border-radius: calc(var(--fc-list-event-dot-width,10px)/ 2)
}

.fc .fc-list-event-title a {
        color: inherit;
        text-decoration: none
    }

.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline
}
.fa-circle {
    color: green;
}