.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.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{font:inherit;font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font:inherit;font-size:.75em;font-weight:700;justify-content:center}.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{background:none;font:inherit;font-size:.833em;max-width:100%;padding:10px 6.6667px;text-align:center}.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:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.modern-calendar{background:transparent!important;border:none!important;font-family:inherit!important;width:100%!important}.modern-calendar .react-calendar__navigation{height:auto!important;margin-bottom:1.5rem!important}.modern-calendar .react-calendar__navigation button{background:hsla(0,0%,100%,.05)!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:12px!important;color:#fff!important;font-weight:500!important;height:44px!important;margin:0 6px!important;min-width:44px!important;transition:all .3s ease!important}.modern-calendar .react-calendar__navigation button:hover:enabled{background:rgba(212,175,55,.15)!important;border-color:rgba(212,175,55,.4)!important;transform:translateY(-1px)!important}.modern-calendar .react-calendar__navigation button:disabled{opacity:.3!important}.modern-calendar .react-calendar__month-view__weekdays{color:hsla(0,0%,100%,.7)!important;font-size:.875rem!important;font-weight:600!important;margin-bottom:.5rem!important}.modern-calendar .react-calendar__month-view__weekdays__weekday{padding:.75rem .5rem!important;text-align:center!important}.modern-calendar .react-calendar__tile{background:hsla(0,0%,100%,.02)!important;border:1px solid hsla(0,0%,100%,.05)!important;border-radius:12px!important;color:#fff!important;font-size:.925rem!important;font-weight:500!important;margin:3px!important;overflow:hidden!important;padding:16px 8px!important;position:relative!important;transition:all .3s ease!important}.modern-calendar .react-calendar__tile:before{background:linear-gradient(135deg,transparent,rgba(212,175,55,.05));bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.modern-calendar .react-calendar__tile:hover:enabled{background:rgba(212,175,55,.1)!important;border-color:rgba(212,175,55,.3)!important;box-shadow:0 8px 25px rgba(212,175,55,.15)!important;transform:translateY(-2px)!important}.modern-calendar .react-calendar__tile:hover:enabled:before{opacity:1}.modern-calendar .react-calendar__tile--active{background:linear-gradient(135deg,#d4af37,#f4d03f)!important;border-color:#d4af37!important;box-shadow:0 8px 25px rgba(212,175,55,.3)!important;color:#000!important;transform:translateY(-1px)!important}.modern-calendar .react-calendar__tile--now{background:rgba(212,175,55,.2)!important;border-color:rgba(212,175,55,.5)!important;position:relative!important}.modern-calendar .react-calendar__tile--now:after{background:#d4af37;border-radius:50%;bottom:4px;content:"";height:6px;left:50%;position:absolute;transform:translateX(-50%);width:6px}.modern-calendar .react-calendar__tile:disabled{background:hsla(0,0%,100%,.01)!important;border-color:hsla(0,0%,100%,.05)!important;color:hsla(0,0%,100%,.3)!important;cursor:not-allowed!important}.modern-calendar .react-calendar__tile--hasActive{background:rgba(212,175,55,.1)!important}.modern-calendar abbr{text-decoration:none!important}.time-slot-enter{opacity:0;transform:scale(.8)}.time-slot-enter-active{transition:all .3s ease-out}.time-slot-enter-active,.time-slot-exit{opacity:1;transform:scale(1)}.time-slot-exit-active{opacity:0;transform:scale(.8);transition:all .2s ease-in}.step-transition-enter{opacity:0;transform:translateX(20px)}.step-transition-enter-active{transition:all .4s ease-out}.step-transition-enter-active,.step-transition-exit{opacity:1;transform:translateX(0)}.step-transition-exit-active{opacity:0;transform:translateX(-20px);transition:all .3s ease-in}@keyframes pulse-glow{0%,to{opacity:1}50%{opacity:.5}}.loading-time-slot{animation:pulse-glow 2s ease-in-out infinite}@media (max-width:640px){.modern-calendar .react-calendar__tile{font-size:.875rem!important;margin:2px!important;padding:12px 6px!important}.modern-calendar .react-calendar__navigation button{height:36px!important;margin:0 4px!important;min-width:36px!important}}