#calendar {
    box-shadow: none;
}
.fc .fc-toolbar {
    justify-content: flex-start;
}
.fc .fc-button-primary,
.fc .fc-button-primary:hover,
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background-color: transparent;
    border-color: transparent;
    color: #2b446c;
}
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none;
}
.fc .fc-toolbar-title {
    color: #000;
    font-weight: 600;
    font-size: 26px;
}
.fc .fc-col-header-cell {
    padding: 14px;
}
.fc .fc-col-header-cell.fc-day-sun {
    background: #2b446c;
}
.fc .fc-scrollgrid {
    border-radius: 20px;
    overflow: hidden;
}

.fc .fc-scroller {
    padding-right: 0;
    overflow: hidden !important;
}
.fc .fc-scrollgrid table,
.fc .fc-daygrid-body {
    width: 100% !important;
}
.fc .fc-daygrid-day-top {
    justify-content: center;
}
.holiday-blue .fc-daygrid-day-number {
    color: #fff;
    background: #2b446c;
    border-radius: 8px;
    padding: 6px 12px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-ltr .fc-daygrid-event.fc-event-star {
    margin: 8px 6px !important;
}
.holiday-blue .fc-h-event {
    background: #2b446c;
    border: 1px solid #2b446c;
}
.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
    padding: 4px 8px;
}
.fc-h-event .fc-event-title {
    font-size: 10px;
}
.fc .fc-daygrid-day-number {
    font-size: 18px;
    font-weight: 500;
}
.holiday-blue .fc-daygrid-day-number {
    font-size: 18px;
}
.holiday-yellow .fc-daygrid-day-number {
    color: #2a2a2a;
    background: #fbc338;
    border-radius: 8px;
    padding: 6px 12px;
}
.holiday-yellow .fc-h-event {
    background: #414141;
    border: 1px solid #414141;
}
.fc-day-today a {
    background: #fbc338;
    padding: 6px 16px !important;
    border-radius: 8px !important;
}
.fc .fc-daygrid-day-frame {
    padding-top: 36px;
}
