.react-calendar{width:100%;max-width:100%;background:#fff;border:4px inset silver;font-family:Times New Roman,serif;line-height:1.125em;overflow:hidden}.react-calendar__tile--date-count{font-weight:700!important;background-color:#ff0!important;color:#000!important;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:10px;position:absolute;top:2px;right:2px;border:2px outset #ff0!important;font-family:Times New Roman,serif;z-index:10}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em;flex-wrap:wrap}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em;flex-grow:1}.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{display:flex;height:40px;margin-bottom:1em;background:silver;color:#000;border:2px outset silver}.react-calendar__navigation button{min-width:44px;background:none;color:#000;font-weight:700;font-size:14px;transition:all .2s ease;font-family:Times New Roman,serif}.react-calendar__navigation button:disabled{background-color:grey;color:silver}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#ff0;color:#000;border:2px outset #ff0}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.8em;font-weight:700;background:grey;color:#fff;border:2px inset grey;font-family:Times New Roman,serif}.react-calendar__month-view__weekdays__weekday{padding:.5em;border-right:1px solid silver}.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__tile{max-width:100%;padding:8px 6px;background:#f0f0f0;text-align:center;line-height:16px;font:inherit;font-size:1em;font-weight:400;position:relative;transition:all .2s ease;margin:1px;border:2px outset #f0f0f0;font-family:Times New Roman,serif;min-height:40px;display:flex;align-items:center;justify-content:center}.react-calendar__tile .react-calendar__tile--date-count{pointer-events:auto}.react-calendar__tile:enabled:hover{background-color:#ff0!important;color:#000;border:2px inset #ff0}.react-calendar__tile:enabled:focus{background-color:#ff0;color:#000;border:2px inset #ff0}.react-calendar__tile--now{background:red;color:#fff;font-weight:700;border:2px inset red}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#f66!important;color:#fff!important;border:2px inset #f66}.react-calendar__tile--hasActive{background:#0f0;border:2px inset #0f0}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#6f6;border:2px inset #6f6}.react-calendar__tile--active{background:linear-gradient(45deg,#059669,#047857);color:#fff;font-weight:900;border:4px solid #000;box-shadow:4px 4px 0 #000;text-shadow:2px 2px 0 #000}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:linear-gradient(45deg,#10b981,#059669)!important;color:#fff!important;transform:scale(1.1);box-shadow:5px 5px 0 #000}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.react-calendar__tile:disabled{background-color:#f1f5f9;color:#94a3b8}.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:#cbd5e1}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#94a3b8}.react-calendar__month-view__days__day--weekend{color:#dc2626;font-weight:600}.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--selectRange .react-calendar__tile--hover{background-color:#e0f2fe}