body {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: inherit;
}
.modal h5{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.25rem;
}

.label-font {
    font-size: 1.125rem;
    font-weight: 500;
}

.footer {
    background-color: rgb(255,255,255);
    color: rgb(78,78,78);
    font-weight: 300 !important;
    font-size: 1rem;
}

#calendar {
    font-family: Muli, sans-serif;
}

#calendar a:hover {
    color: inherit;
}

.fc .fc-button-primary { 
    color: #4e4e4e; 
    background-color: #e4e4e4; 
    border: 2px solid #e4e4e4; 
}
.fc .fc-button-primary:hover,
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active{
    background-color: #d5d5d5; 
    color: #2e2e2e;
    border: 2px solid #e4e4e4;
}

.fc .fc-button-primary:not(:disabled).fc-button-active{
    background-color: rgb(255,255,255) !important;
    color: #2e2e2e;
    font-weight: bold;
}
.fc .fc-button {
    border-radius: 1.5em;
    padding: 0.375em 1.5em;
}
.fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus{
    box-shadow: none;
}
.fc .fc-today-button.fc-button.fc-button-primary{
    background-color: #4075C4;
    border: 2px solid #4075C4;
    color: #fff;
}
.fc .fc-today-button.fc-button.fc-button-primary:hover, 
.fc .fc-today-button.fc-button.fc-button-primary:focus{
    background-color: #5185d4;
    border: 2px solid #5185d4;
    outline: none;
    color: #fff;
}

.fc .fc-today-button.fc-button:disabled:hover {
    background-color: #4075C4;
    border: 2px solid #4075C4;
    opacity: .65;
}

.fc .fc-button-primary:focus {
    box-shadow: none;
}
.fc button.fc-dayGridMonth-button, .fc button.fc-timeGridWeek-button, .fc button.fc-timeGridDay-button, .fc button.fc-listMonth-button, .fc button.fc-today-button{
    display: none;
}

@media (min-width: 768px){
    .fc button.fc-dayGridMonth-button, .fc button.fc-timeGridWeek-button, .fc button.fc-timeGridDay-button, .fc button.fc-listMonth-button, .fc button.fc-today-button{
        display: inline-block;
    }
    
}