.loadingCalendar {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 6;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-top: 40%;
    color: white;
    font-size: 2vh;
}