.react-calendar{max-width:100%;background:#fff;color:#222;border-radius:8px;box-shadow:0 12px 24px rgba(0,0,0,.2);font-family:Arial,Helvetica,sans-serif;line-height:1.125em;margin:0 auto}.react-calendar,.react-calendar__viewContainer{width:100%;padding:0}.react-calendar__month-view{width:100%}.react-calendar__month-view__days{display:grid!important;grid-template-columns:repeat(7,1fr)}.react-calendar__month-view__days__day{max-width:none!important;flex-basis:14.2857%!important}.react-calendar__tile{max-width:100%!important;text-align:center;padding:.75em .5em}@media screen and (max-width:768px){.react-calendar__tile{padding:.5em .25em}}.react-calendar__navigation{margin-bottom:0}.react-calendar__navigation button{color:#6f48eb;min-width:44px;background:none;font-size:16px;margin-top:8px}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#f8f8fa}.react-calendar__navigation button[disabled]{background-color:#f0f0f0}abbr[title]{text-decoration:none}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__tile:disabled{cursor:not-allowed}.react-calendar__tile:disabled,.react-calendar__tile:disabled:hover{background-color:#f0f0f0;color:#999}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background:#f8f8fa;color:#6f48eb;border-radius:6px}.react-calendar__tile--now,.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#6f48eb33;border-radius:6px;font-weight:700;color:#6f48eb}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#f8f8fa}.react-calendar__tile--active{background:#6f48eb;border-radius:6px;font-weight:700;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#6f48eb;color:#fff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#f8f8fa}.react-calendar__tile--range{background:#f8f8fa;color:#6f48eb;border-radius:0}.react-calendar__tile--rangeStart{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:6px;border-bottom-left-radius:6px;background:#6f48eb;color:#fff}.react-calendar__tile--rangeEnd{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px;background:#6f48eb;color:#fff}.event-dot{height:8px;width:8px;background-color:#6f48eb;border-radius:50%;display:flex;margin:1px auto 0}