.fc {
    background: #fff;
    padding: 10px;
    margin-right: -25px;
    margin-bottom: -27px;
    color: #333;
}

.fc .fc-agendaWeek-view .fc-day-grid {
    display: none;
}

.fc-center h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 4px !important;
}

.fc .fc-divider {
    display: none !important;
}

.fc-scroller {
    height: auto !important;
    overflow-y: unset;
    overflow-x: unset;
}

.fc-list-item:hover {
    background-color: rgb(238, 238, 238);
    cursor: pointer;
}

.fc.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    font-size: 18px;
    font-weight: 500;
}

.fc.fc-ltr .fc-basic-view .fc-day-top {
    padding: 8px 14px;
}

.voyager .fc .alert.alert-info {
    background-color: rgb(238, 238, 238);
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 0;
    color: #000;
}

.fc .fc-day-grid-event {
    margin-top: 0 !important;
    margin-bottom: 3px;
    padding: 2px 8px;
    border-radius: 5px;
}

.fc .fc-time-grid-event {
    margin-top: 0 !important;
    margin-bottom: 3px;
    padding: 2px 8px;
    border-radius: 5px;
}

.fc .fc-time-grid-event .fc-time {
    font-weight: 600;
    font-size: 12px;
}

.fc .fc-event .fc-bg {
    display: none;
}

.fc .fc-day-grid-event .fc-title {
    font-size: 11px;
    font-weight: 500;
}

.fc .btn.active {
    background: #e2e2e2;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
    max-height: 10em;
}