#calendar {
    height: 1450px;
}

.fc-more-link {
    color: grey;
    opacity: .5;
}

.popover-header {
    background-color: #0f203d;
    color: white;
    border-bottom: 5px solid #c70017;
}

.fc-toolbar-title {
    color: #c70017;
}

.fc-next-button.fc-button.fc-button-primary, .fc-prev-button.fc-button.fc-button-primary {
    background-color: #0f203d;
    border: none;
    width: 50px;
    height: 50px;
    padding: 7px 9px;
    border-radius: 25px;
    font-size: 12px;
    text-align: center;
    transition: 0.2s;
}

.fc-next-button.fc-button.fc-button-primary:hover, .fc-prev-button.fc-button.fc-button-primary:hover {
    background-color: #162f5b;
}

.fc-daygrid-event-harness {
    padding-top: 5px;
}

.fc-timegrid-event .fc-event-main{
    padding: 0 !important;
}

.fc-v-event{
    border-width: 0 !important;
}


.deletable .fc-event-main-frame:hover {
    background: repeating-linear-gradient(
            30deg,
            lightGray,
            lightGray 10px,
            white 10px,
            white 20px
    );
    color: black;
}

.unselected .fc-event-main-frame {
    background: repeating-linear-gradient(
            30deg,
            lightGray,
            lightGray 10px,
            white 10px,
            white 20px
    );
    color: black;
}