.react-calendar{width:350px;max-width:100%;background:white;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.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{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{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}.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{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.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;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:white}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.react-calendar{width:100%;border:none}.react-calendar__viewContainer{display:flex;flex-direction:column;gap:0;box-shadow:var(--box-shadow)}@media screen and (min-width:1024px){.react-calendar__viewContainer{border-right:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb}}.react-calendar__navigation{height:auto;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;gap:2.5rem;font-size:.875rem;font-weight:500}.react-calendar__navigation__label{height:auto;line-height:1.2em;flex-grow:0!important;cursor:default;pointer-events:none}@media screen and (min-width:1024px){.react-calendar__navigation{gap:5rem}.react-calendar__navigation__label{width:auto;display:inline-block;font-size:2.5rem}}.react-calendar__navigation__arrow{padding:.3rem .2rem;border-radius:.75rem}.react-calendar__navigation__arrow:active,.react-calendar__navigation__arrow:hover{background:var(--gray-bg);opacity:.8;transition:.2}.react-calendar__month-view__weekdays,.react-calendar__month-view__weekdays__weekday{display:none}@media screen and (max-width:1023.9px){.react-calendar__month-view__days{display:flex;flex-direction:column;gap:0}}@media screen and (min-width:1024px){.react-calendar__month-view__weekdays{display:flex;border-bottom:2px solid var(--white);text-decoration:none}.react-calendar__month-view__weekdays__weekday{display:inline-block}.react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}.react-calendar__month-view__weekdays__weekday:first-child,.react-calendar__month-view__weekdays__weekday:last-child{background:var(--secondary-dark);border-left:0;border-right:0}.react-calendar__month-view__weekdays__weekday{flex:1;text-align:center;padding:.25rem;background:var(--gray);color:var(--white);border-left:1px solid var(--white);border-right:1px solid var(--white)}.react-calendar__month-view__days{display:grid;grid-template-columns:repeat(7,1fr);border-collapse:collapse}}.react-calendar__month-view__week{display:flex;flex-direction:column}@media screen and (min-width:1024px){.react-calendar__month-view__week{flex-direction:row}}.react-calendar__tile{all:unset;position:relative;cursor:default}.react-calendar__tile:before{content:"";display:inline-block;width:100%;height:1px;background:#dbdbdb;position:absolute;top:0;left:0;z-index:2}@media screen and (max-width:1023.9px){.react-calendar__tile{display:flex}}@media screen and (min-width:1024px){.react-calendar__tile:after{content:"";display:inline-block;width:1px;height:100%;background:#dbdbdb;position:absolute;top:0;left:0;z-index:2}}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background:inherit}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:var(--tertiary-bg)}.react-calendar__tile abbr{display:none}.react-calendar__tile a{pointer-events:default}.react-calendar__tile--now{background:var(--tertiary-bg);color:var(--tertiary-dark)}.react-calendar__tile--neighboringMonth{color:var(--gray)}.react-calendar__tile--hidden{visibility:hidden}