.react-calendar{width:100vh;max-width:100%;background:#fffdfd;border-radius:.5rem;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);padding:20px}.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 :after,.react-calendar :before{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:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6;border-radius:10rem}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-weight:700;font-size:.75em;text-decoration:none;text-decoration-line:none}abbr{text-decoration:none;border-bottom:none;cursor:default}.react-calendar__month-view__weekdays__weekday{padding:.5em;text-decoration:none;text-decoration-line:none}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font-size:.75em;font-weight:700;text-decoration:none}span{text-transform:uppercase;font-weight:700}.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%;padding:10px 6.6667px;background:none;text-align:center;line-height:20px}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6;border-radius:10rem}.react-calendar__tile--now{background:rgba(255,77,0,.361);border-radius:10rem;color:#fff}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#fccbbf;border-radius:10rem}.react-calendar__tile--hasActive{background:#76baff;border-radius:10rem}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff;border-radius:10rem}.react-calendar__tile--active{background:#16a4a4;color:#fff;border-radius:10rem}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#0d6565;border-radius:10rem}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}