.react-calendar{background:#fff;width:100%;max-width:350px;margin-left:auto;margin-right:auto}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{margin:-.5em;display:flex}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :before,.react-calendar :after{box-sizing:border-box}.react-calendar button{outline:0;margin:2px}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{justify-content:space-between;align-items:center;gap:5px;height:44px;margin-bottom:1em;display:flex}.react-calendar__navigation button{background:0 0;min-width:44px}.react-calendar__navigation__label{border-radius:10px;padding:10px 0}.react-calendar__navigation__arrow{background:#0069ff11;border-radius:9px;width:30px;height:40px;transition:all .3s ease-in-out}.react-calendar__navigation button:disabled{color:#222;opacity:.8;background-color:#ccc}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{width:100%;max-width:45px;margin:2px}.react-calendar__month-view__weekNumbers .react-calendar__tile{font:inherit;border-radius:9px;justify-content:center;align-items:center;width:100%;max-width:45px;height:40px;font-size:.75em;font-weight:700;display:flex}.react-calendar__tile.react-calendar__year-view__months__month{border-radius:10px;justify-content:center;align-items:center;display:flex}.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{text-align:center;line-height:16px;font:inherit;background:0 0;border:2px solid #0000;border-radius:9px;width:100%;max-width:45px;height:40px;padding:10px 6.6667px;font-size:.833em;line-height:1;transition:all .3s ease-in-out}.react-calendar__tile:disabled{opacity:.5}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{border-color:#19b778}.react-calendar__tile--now{position:relative}.react-calendar__tile--now:before{content:"";background:#19b778;border-radius:10px;width:4px;height:4px;margin-left:auto;margin-right:auto;display:inline-block;position:absolute;bottom:5px;left:0;right:0}.react-calendar__tile--hasActive{color:#fff;background:#19b778}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{border-color:red}.react-calendar__tile--active{color:#fff;background:#19b778}.react-calendar__tile--active:disabled{color:#222;opacity:.8;background-color:#ccc}
