.react-calendar{width:100%;max-width:100%;border-radius:8px;font-family:Arial,Helvetica,sans-serif;line-height:1.2em}.react-calendar__navigation{display:flex;flex-direction:row;justify-content:space-around;text-align:center;width:100%}.react-calendar__month-view__weekdays__weekday{text-align:center}.react-calendar__month-view__days{line-height:1.2em;font-size:16px}.react-calendar__navigation button{color:#fa5658;min-width:34px;margin:8px}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#faf8f8}.react-calendar__navigation button[disabled]{background-color:#f0f0f0}abbr[title]{text-decoration:none}.react-calendar__month-view__days__day--weekend{color:#d10000;font-weight:700}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{border-radius:6px;color:black;border-width:2px;border-color:black;background-color:rgb(233,233,232)}.react-calendar__tile--now{border-radius:6px;font-weight:700;color:#000000;border-width:3px;border-color:#3f00e7}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background-color:#6f48eb33;border-radius:6px;font-weight:700}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background-color:#566ffa}.react-calendar__tile--active{border-radius:6px;font-weight:700;color:white;border-width:2px;border-color:black;background-color:dimgray}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background-color:rgb(184,184,184);color:white;border-radius:6px}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#f8f8fa}.react-calendar__tile--range{background:#f8f8fa;color:#fa5658;border-radius:6px}.react-calendar__tile--rangeEnd,.react-calendar__tile--rangeStart{background:#fa5658;color:white}