
.fc-day-header {
    font-size: 0.8em;
    background-color: #0077B5;
    color: #ffffff;
    border: none!important;
}

.fc-button {
    background-color: #0077B5;
    color: #ffffff;
}

.calendar-button {
    color: #ffffff!important;
    border-color: #0077B5;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    margin: 0.5rem!important;

}


.reserved {
    background-color: #f4f4f4!important;
}

.strikeout span{
   text-decoration: line-through!important;
   color: rgba(0, 0, 0, 0.5);
}

body {
    max-width: 100vw!important;
}

#checkbox {
    margin-left: 1.7rem;
    margin-top: 0.5rem;
}


.fc-widget-content {
    border: none!important;
    border-top: none!important;
}

.fc-day {
    border: 0.05rem solid rgba(0, 0, 0, 0.163)!important;
}

.fc-body {
    border:  0.05rem solid rgba(0, 0, 0, 0.563)!important;
}

.fc-past {
    color: rgba(0, 0, 0, 0.2)!important;
}

.fc-day .fc-past {
    background-color: #f4f4f4!important;
}

.fc-other-month {
    color: rgba(0, 0, 0, 0)!important;
}


/*Desktop Styles*/
@media (min-width: 992px) {
    
    .ml-6 {
        margin-left: 6rem!important;
    }

    .calendar-etc {
        margin-left: 19rem!important;
    }

    .fc-day-header {
        font-size: 1.5em;
    }
}  


/* Mobile Styles */
@media (max-width: 992px) {
    h2 {
        font-size: 1.8rem!important;
    }



    .modal {
        padding-right: 15px!important;
    }

}