.react-calendar{width:100%;max-width:600px;background:transparent;border:none;font-family:inherit;margin:0 auto;padding:10px}.react-calendar__navigation{display:flex;margin-bottom:.5em}.react-calendar__navigation__label{color:#EA580C;font-weight:700;font-size:1.1em;margin:auto}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-weight:700;font-size:.7em;color:#EA580C;margin-bottom:.5em;margin-top:1.5em}.react-calendar__month-view__weekdays__weekday{padding:.3em}.react-calendar__tile{max-width:100%;text-align:center;padding:.5em .3em;background:none;border-radius:50%!important;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;font-size:.9em}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background:rgba(234,88,12,.1)}.react-calendar__tile--now{background:rgba(234,88,12,.2)}.react-calendar__tile--active{background:#EA580C!important;color:white!important}.react-calendar__tile--neighboringMonth{color:#757575!important;opacity:.6}@media (max-width:768px){.react-calendar{width:100%;padding:5px}.react-calendar__tile{padding:.3em .1em;font-size:.8em}.react-calendar__navigation__label{font-size:.9em}}