@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";body{color:#fff;font-optical-sizing:auto;font-variation-settings:"wdth" 100;background-color:#1b4d7e;min-height:100vh;margin-top:1rem;font-family:Roboto,sans-serif;font-style:normal;font-weight:400}.loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:90%;height:90vh;font-size:2rem;display:flex}.loader{box-sizing:border-box;border:15px solid #fff;border-bottom-color:#ff3d00;border-radius:50%;width:150px;height:150px;margin:1rem;animation:1s linear infinite loader-rotation;display:inline-block}.loader-error{box-sizing:border-box;background-color:#ff3d00;border:15px solid #ff3d00;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;margin:1rem;display:flex}.loader-error-bar{box-sizing:border-box;background-color:#fff;width:100%;height:30px;display:inline-block}@keyframes loader-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#file-upload{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}#file-upload input[type=file]::file-selector-button{color:#000;background:#85b0e9;border:1px solid #fff;border-radius:5px;padding:5px;font-weight:900}#file-upload input[type=submit]{color:#000;background:#85e989;border:1px solid #fff;border-radius:5px;padding:5px;font-weight:900}#file-upload progress{align-self:center;width:90%}#calendar{grid-template-columns:repeat(7,1fr);gap:8px;margin-top:1rem;display:grid}#calendar>div{text-align:center;border:1px solid rgba(0,0,0,.333);flex-direction:column;justify-content:center;align-items:center;min-height:3rem;padding:5px;display:flex}@media (width<768px){#calendar>div{padding:2px}}#calendar .header{text-align:center;border:unset;min-height:unset;background-color:#2d5f9c;font-weight:900}@media (width<768px){#calendar .header{font-size:.9rem}}#calendar .reservation{color:#000;background-color:#85b0e9;border:1px solid #fff}#calendar .reservation a{color:inherit;text-decoration:none}@media (width<768px){#calendar .reservation{font-size:.8rem}}#calendar .reservation .time{font-size:.8rem}@media (width<768px){#calendar .reservation .time{font-size:.7rem}}#calendar .today{border:1px solid #10cf1a}