.react-calendar{background:var(--surface-card);border:1px solid var(--border-medium);border-radius:.75rem;width:100%;max-width:360px;padding:.75rem;font-family:inherit}.react-calendar__navigation{align-items:center;margin-bottom:.5rem;display:flex}.react-calendar__navigation button{min-width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;transition:all .15s}.react-calendar__navigation button:hover:not(:disabled){background:var(--overlay-light);color:var(--text-primary)}.react-calendar__navigation button:disabled{opacity:.3;cursor:default}.react-calendar__navigation__label{text-transform:capitalize;flex-grow:1}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;letter-spacing:.05em;color:var(--text-ghost);margin-bottom:.25rem;font-size:.65rem;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.4rem 0}.react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}.react-calendar__tile{height:40px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;font-size:.8rem;transition:all .15s;display:flex;position:relative}.react-calendar__tile:hover:not(:disabled){background:var(--overlay-light);color:var(--text-primary)}.react-calendar__tile--now{background:var(--overlay-light);color:var(--text-primary);font-weight:700}.react-calendar__tile--active,.react-calendar__tile--active:hover{color:#7691bc;background:#3a5a8c33;font-weight:700}.react-calendar__tile:disabled{opacity:.3;cursor:default}.react-calendar__month-view__days__day--neighboringMonth{color:var(--text-ghost);opacity:.4}.calendar-show-dot{background:#3a5a8c;border-radius:50%;width:5px;height:5px;margin-top:2px}.light .react-calendar{border-color:var(--border-medium);background:#fff}.light .react-calendar__tile--active,.light .react-calendar__tile--active:hover{color:#1b2a4a;background:#3a5a8c26}.light .calendar-show-dot{background:#1b2a4a}
