.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-weight:700;font-size:.75em}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(/assets/inter-v13-latin-200-BJ9n9uBU.woff2) format("woff2"),url(/assets/inter-v13-latin-200-D5xXycAT.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/assets/inter-v13-latin-regular-BT1H-PT_.woff2) format("woff2"),url(/assets/inter-v13-latin-regular-BxyiUetn.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/assets/inter-v13-latin-600-B2Ssfs8e.woff2) format("woff2"),url(/assets/inter-v13-latin-600-CZ15vFVm.ttf) format("truetype")}:root{font-family:Inter,Helvetica,Roboto,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:larger;background-color:#f6f6f6;color:#000;box-sizing:border-box}@media (prefers-color-scheme: dark){:root{background-color:#0f172a;color:#fff}}:root body a{color:#0d4417;text-decoration:none}@media (prefers-color-scheme: dark){:root body a{color:#fff}}:root body .menu{max-width:800px;margin:auto;display:flex;flex-direction:column;align-items:center;text-align:center}:root body .menu h1{width:50%;margin:40px auto 0;color:#0d4417;font-size:25px;padding-bottom:5px}@media (prefers-color-scheme: dark){:root body .menu h1{color:#fff}}:root body .menu .titleContent{padding:5px;margin:40px 0;border-radius:8px}:root body .menu .titleContent h1{font-size:35px;width:40%;border-bottom:1px solid rgba(71,99,75,.25);margin:10px auto}@media screen and (max-width: 400px){:root body .menu .titleContent h1{width:100%}}:root body .menu .titleContent div{color:#0d4417;margin-bottom:10px}@media (prefers-color-scheme: dark){:root body .menu .titleContent div{color:#fff}}:root body .menu>div{width:100%}:root body .center{display:flex;align-items:center;justify-content:center}:root body .react-calendar{margin-top:2rem}:root body .react-calendar .react-calendar__tile--now{background-color:#47634b40}@media (prefers-color-scheme: dark){:root body .react-calendar .react-calendar__tile--now{background-color:#cbc5c529}}@media (prefers-color-scheme: dark){:root body .react-calendar{background-color:#0f172a}:root body .react-calendar button{color:#fff}}:root body button.refresh{background-color:transparent;border:none;color:#0d4417;font-size:1.5rem;margin:40px 1rem 1rem;cursor:pointer;transition:all .2s ease-in-out}@media (prefers-color-scheme: dark){:root body button.refresh{filter:invert(1) grayscale(1);color:#fff}}:root body button.refresh:hover{transform:scale(1.1)}:root body hr{border:none;border-bottom:solid 1px white;margin:auto;width:85%}@media (prefers-color-scheme: light){:root body hr{border-bottom:solid 1px black}}:root body .flex-horizontal{display:flex;flex-direction:column;justify-content:space-between}:root body .flex-horizontal h2{color:#0d4417;font-weight:600;font-size:22px}@media (prefers-color-scheme: dark){:root body .flex-horizontal h2{color:#fff}}:root body .flex-horizontal>div{border:2px solid rgba(71,99,75,.25);padding:30px 20px 40px 30px;border-radius:8px;display:flex;flex-direction:column;align-items:center}:root body .flex-horizontal>div:not(:last-child){margin-bottom:3rem}@media screen and (min-width: 540px){:root body .flex-horizontal>div{width:38%}}@media screen and (min-width: 540px){:root body .flex-horizontal{flex-direction:row}:root body .flex-horizontal>div:not(:last-child){margin-bottom:unset}}:root body footer{margin-top:3rem;display:flex;flex-direction:column;align-items:center;font-size:small;color:gray}:root body footer p{margin:.5rem}:root body footer img{height:13px;margin:auto auto auto 1ex}:root .react-calendar{width:350px;max-width:100%;background:#f6f6f6;border:1px solid rgba(71,99,75,.25);border-radius:7px;padding:10px;font-family:Inter,sans-serif;line-height:1.125em}:root .react-calendar *{font-family:Inter,sans-serif}:root .react-calendar--doubleView{width:700px}:root .react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}:root .react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}:root .react-calendar,:root .react-calendar *,:root .react-calendar *:before,:root .react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:root .react-calendar button{margin:0;border:0;outline:none;border-radius:4px}:root .react-calendar button:enabled:hover{cursor:pointer}:root .react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}:root .react-calendar__navigation button{min-width:44px;background:none}:root .react-calendar__navigation button:disabled{background-color:#f0f0f0}:root .react-calendar__navigation button:enabled:hover,:root .react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}@media (prefers-color-scheme: dark){:root .react-calendar__navigation button:enabled:hover,:root .react-calendar__navigation button:enabled:focus{background-color:#ffffff3d}}:root .react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-weight:700;font-size:.75em;color:#0d4417}@media (prefers-color-scheme: dark){:root .react-calendar__month-view__weekdays{color:#fff}}:root .react-calendar__month-view__weekdays__weekday{padding:.5em}:root .react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font-size:.75em;font-weight:700}:root .react-calendar__month-view__days__day--weekend{color:#0d4417;font-weight:600}@media (prefers-color-scheme: dark){:root .react-calendar__month-view__days__day--weekend{color:#fff}}:root .react-calendar__month-view__days__day--neighboringMonth{color:#75757599}:root .react-calendar__year-view .react-calendar__tile,:root .react-calendar__decade-view .react-calendar__tile,:root .react-calendar__century-view .react-calendar__tile{padding:2em .5em}:root .react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px}:root .react-calendar__tile:disabled{background-color:#f0f0f0}@media (prefers-color-scheme: dark){:root .react-calendar__tile:disabled{background-color:#ffffff3d}}:root .react-calendar__tile:enabled:hover,:root .react-calendar__tile:enabled:focus{background-color:#e6e6e6}@media (prefers-color-scheme: dark){:root .react-calendar__tile:enabled:hover,:root .react-calendar__tile:enabled:focus{background-color:#ffffff3d}}:root .react-calendar__tile--now{background:#58984a}@media (prefers-color-scheme: dark){:root .react-calendar__tile--now{background:#a4a2a238}}:root .react-calendar__tile--now:enabled:hover,:root .react-calendar__tile--now:enabled:focus{background:#80967d}@media (prefers-color-scheme: dark){:root .react-calendar__tile--now:enabled:hover,:root .react-calendar__tile--now:enabled:focus{background:#807e7e4a}}:root .react-calendar__tile--hasActive{background:#7fc97e}@media (prefers-color-scheme: dark){:root .react-calendar__tile--hasActive{background:#6c6b6b94}}:root .react-calendar__tile--hasActive:enabled:hover,:root .react-calendar__tile--hasActive:enabled:focus{background:#47634b40}@media (prefers-color-scheme: dark){:root .react-calendar__tile--hasActive:enabled:hover,:root .react-calendar__tile--hasActive:enabled:focus{background:#ffffff3b}}:root .react-calendar__tile--active{background:#0d4417;color:#fff}@media (prefers-color-scheme: dark){:root .react-calendar__tile--active{background:#ffffff4d}}:root .react-calendar__tile--active:enabled:hover,:root .react-calendar__tile--active:enabled:focus{background:#0d4417}@media (prefers-color-scheme: dark){:root .react-calendar__tile--active:enabled:hover,:root .react-calendar__tile--active:enabled:focus{background:#ffffff36}}:root .react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e61c}
