.wait {
     display: none;
     position: fixed; /* Sit on top of the page content */
     width: 100%; /* Full width (cover the whole page) */
     height: 100%; /* Full height (cover the whole page) */
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
     z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
     cursor: pointer; /* Add a pointer on hover */
     color: #ffffff;
}
.lds-spinner {
     color: #ffffff;
     /*display: inline-block;
    position: relative; */
     width: 80px;
     height: 80px;
     margin: auto;
     padding-top: 30%;
}
.lds-spinner div {
     transform-origin: 40px 40px;
     animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
     content: " ";
     display: block;
     position: absolute;
     top: 3px;
     left: 37px;
     width: 6px;
     height: 18px;
     border-radius: 20%;
     background: #fff;
}
.lds-spinner div:nth-child(1) {
     transform: rotate(0deg);
     animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
     transform: rotate(30deg);
     animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
     transform: rotate(60deg);
     animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
     transform: rotate(90deg);
     animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
     transform: rotate(120deg);
     animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
     transform: rotate(150deg);
     animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
     transform: rotate(180deg);
     animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
     transform: rotate(210deg);
     animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
     transform: rotate(240deg);
     animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
     transform: rotate(270deg);
     animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
     transform: rotate(300deg);
     animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
     transform: rotate(330deg);
     animation-delay: 0s;
}
@keyframes lds-spinner {
     0% {
          opacity: 1;
     }
     100% {
          opacity: 0;
     }
}

.section-text {
     font-size: 1.2rem;
     background-color: #9999ff;
     padding: 8px;
}

input[type="number"] {
     text-align: right;
     -webkit-appearance: none;
     margin: 0;
     -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
     -webkit-appearance: none;
     margin: 0;
}

.color-step-1 {
     background-color: #eeeeff;
}

.color-step-2 {
     background-color: #eeffee;
}
.circle {
     border: 1px solid #ffffff;

     height: 20px;
     border-radius: 50%;
     width: 20px;
     -webkit-box-shadow: 2px 3px 10px 0 rgba(90, 90, 90, 0.6);
     box-shadow: 2px 3px 10px 0 rgba(90, 90, 90, 0.6);
}
.colorLevel1 {
     /* '#00B74A', '#FFA900', '#B23CFD', '#F93154' */
     color: #00b74a;
     background-color: #00b74a;
}
.colorLevel2 {
     color: #ffa900;
     background-color: #ffa900;
}
.colorLevel3 {
     color: #b23cfd;
     background-color: #b23cfd;
}
.colorLevel4 {
     color: #f93154;
     background-color: #f93154;
}
.mouseHover:hover {
     cursor: pointer;
}
/* *{
     font-family: 'Kanit', sans-serif;
     font-size: 16px;
     font-weight: 300;
} */
h1 {
     font-weight: 400;
}

.scrollX {
     overflow-x: scroll;
}

.font-prompt {
     /* font-family: "Prompt", sans-serif; */
}

.btnRound,
.btnRound:focus {
     padding: 6px 25px;
     margin-left: 30px;
     border-radius: 50px;
     color: #5a5af3;
     border: 2px solid #5a5af3;
     background-color: white;
}
.btnRound:hover,
.btnRound:focus:hover {
     color: #fff;
     background: #7272f5;
}

a:hover {
     text-decoration: none;
}

.fc-sun {
     background-color: blue;
}
.fc-sat {
     background-color: red;
}
 #calendar .fc-day-sat {
     background-color: #f4f5d7;
 }
 #calendar .fc-day-sun{
     background-color: #FBBBB9;
 }