
.future-event {
    background: rgb(173,216,230);
    background: linear-gradient(180deg, rgba(173,216,230,1) 0%, rgba(173,216,230,1) 66%, rgba(173,216,230,0) 100%);
    box-shadow: unset !important;
    border: unset !important;
    border-top: 3px solid rgb(12, 170, 255) !important;
    font-size: 12px !important;
    padding-left: 4px !important;
    min-height: 30px;
    cursor: pointer !important;
}

.fc-popover-body .future-event {
    border-top: unset !important;
    background: rgb(173,216,230) !important;
    min-height: unset !important;
}

.historical-event {
    background: rgb(208, 208, 208);
    background: linear-gradient(180deg, rgba(208, 208, 208,1) 0%, rgba(208, 208, 208,1) 66%, rgba(208, 208, 208,0) 100%);
    box-shadow: unset !important;
    border: unset !important;
    border-top: 3px solid rgb(127, 127, 127) !important;
    font-size: 12px !important;
    min-height: 30px;
    cursor: pointer !important;
}

.fc-popover-body .historical-event {
    border-top: unset !important;
    background: rgb(173,216,230) !important;
    min-height: unset !important;
}
