body{
    font-family: "Noto Sans Thai", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: rgb(34, 34, 131) !important;
    /* background-color: white; */
}
/* .card{
    background-color: #ffffff;
} */

#calendar
{
 background-color: #ffffff;
}
.fc-head-container{
    background-color: rgb(233, 239, 245);
}
.fc-day{
    background-color: white;
}
.fc-day-number{
    font-size: 40px;
    font-weight: bolder;
}


a.list-group-item.list-group-item-action:hover{
    background-color: rgb(232, 233, 233);
}
