@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap);body,html{padding:0;margin:0;font-family:Nunito,sans-serif}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.react-calendar{min-width:810px;height:400px;background:#fff;border:1px solid #a0a096;font-family:nunito;line-height:1.125em;padding:20px}.react-calendar__navigation button{font-size:18px}.react-calendar__navigation{margin-top:16px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:-webkit-flex;display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{-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:-webkit-flex;display:flex;height:44px;margin-bottom:1em;margin-top:20px}.react-calendar__navigation button{min-width:44px;background:none;font-size:28px}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__navigation button[disabled]{background-color:#f0f0f0}.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;margin:20px}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:.75em;font-weight:700;padding:calc(.75em / .75) calc(.5em / .75)}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;text-align:center;padding:.75em .5em;background:none}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#fff7ac!important}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#97d5e9}.react-calendar__tile--hasActive{background:#5a9adb}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#5a9adb;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}@media only screen and (max-width:800px){.react-calendar{min-width:400px;height:350px;padding:0}.react-calendar_navigation button{font-size:12px}.react-calendar__navigation__label__labelText,.react-calendar__navigation__label__labelText--from{font-size:22px}}