.calendar-box {
    width: 400px;
    background-color: #F3F3F3;
    margin-bottom: 20px;
    border-radius: 10px;
}

.calendar-box.v1 {
    width: 100%;
}

.calendar-box-body {}

.calendar-box-title {
    text-align: center;
    color: #b80000;
    padding: 10px 0;
    border-radius: 10px;
}

#my-calendar {
    width: 100%;
    height: 480px;

}

.fc-scrollgrid-section-header .fc-scroller {
    overflow: hidden !important;
}

.fc .fc-toolbar.fc-header-toolbar {
    background-color: #fff;
    margin: 0 10px 10px 10px;
}

.fc .fc-button-primary {
    background-color: #fff;
    color: #555555;
}

.fc .fc-button-primary:hover {
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    color: #000;
}

.fc .fc-view-harness {
    background-color: #fff;
}


.fc .fc-button {
    border: unset;
}

.fc .fc-button .fc-icon {
    font-size: 0.8em;
}

.fc .fc-toolbar-title {
    font-size: 1em;
    font-weight: 500;
}

.fc-col-header-cell-cushion {
    font-weight: 400 !important;
}

.fc-h-event {
    background-color: #fff;
}

.fc-h-event .fc-event-main {
    color: #F23A16;
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
}

.fc-h-event {
    border: unset;
}

.fc .fc-daygrid-day.fc-day-today .fc-event-title-container {
    background-color: var(--fc-today-bg-color);
}

.fc-h-event .fc-event-title-container {
    text-align: right !important;
}

.fc table {
    font-size: 0.9em !important;
}