.fc-content {
    line-height: 2;
    text-align: center;
    cursor: pointer;
}
.fc-center h2 {
    font-size: 30rem;
    font-weight: 600;
    color: #606060;
}
.fc-sat span.fc-day-number {
    color: #0073b7;
}
.fc-sun .fc-day-number {
    color: #dd4b39;
}
.fc-day-header.fc-sun {
    color: #dd4b39;
}
.fc-day-header.fc-sat {
    color: #0073b7;
}
.fc-row.fc-week.fc-widget-content {
    min-height: 100px;
}
.fc-toolbar {
    padding: 20px 10px;
}

.overLay {
    width: 100%;
    height: 100%;
    top: 57px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    position: fixed;
    display: none;
    margin-top: -57px;
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px;
    padding-top: 10px;
    font-size: 56px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    z-index: 2001;
}
