.doctor-card{grid-template-areas:"avatar header" "avatar controls";grid-template-columns:124px minmax(0,1fr);grid-template-rows:auto 1fr;@media (max-width:640px){grid-template-columns:90px minmax(0,1fr);grid-template-areas:"avatar header" "controls controls"}}.doctor-card .slot-item{background-color:#fff;cursor:pointer;&.checked{background-color:var(--turquoise-700);color:#fff}&.disabled{color:var(--text-disabled);background-color:#e0e0e0}}.doctor-card__avatar{grid-area:avatar}.doctor-card__header{grid-area:header}.doctor-card__controls{grid-area:controls}.react-calendar{width:350px;max-width:100%;background:#fff;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{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: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:#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}.calendar-wrapper{width:100%;min-width:344px;max-width:440px;border-radius:1.5rem;background-color:var(--surface-hover-primary);padding:.5rem}@media (min-width:768px){.calendar-wrapper{padding:.5rem 2rem}}.react-calendar{--col-width:11.5384%;--row-height:clamp(2.625rem,2.5867rem + 0.1633vw,2.75rem);--col-gap:3.205%;--row-gap:10px;margin-left:auto;margin-right:auto;width:auto;max-width:368px;border-style:none;background-color:transparent;.react-calendar__viewContainer{&:before{content:" ";display:block;height:1px;background-color:#bdbdbd;padding:0 clamp(.25rem,-.477rem + 3.102vw,2.625rem);margin:8px auto}}.react-calendar__navigation{margin-bottom:0}.react-calendar__navigation button,.react-calendar__tile,button{border-radius:12px;&:not([disabled],.react-calendar__tile--active):focus,&:not([disabled],.react-calendar__tile--active):hover{background:var(--primary-hover-2)}}.react-calendar__tile{width:var(--col-width);height:var(--row-height);max-height:var(--row-height);font-size:1.125rem;font-weight:500;flex-basis:var(--col-width)!important;abbr{display:block;line-height:22px;height:20px}&.react-calendar__tile--active,&.react-calendar__tile--active:focus,&.react-calendar__tile--active:hover{background:var(--turquoise-700)}}.react-calendar__tile--now:not(.react-calendar__tile--active){background:transparent;border:2px solid var(--primary-hover-2)}.react-calendar__month-view__weekdays{-moz-column-gap:var(--col-gap);column-gap:var(--col-gap);justify-content:space-between;font-size:.75rem;font-weight:500;.react-calendar__month-view__weekdays__weekday{width:var(--col-width);height:32px;max-height:32px;flex-shrink:1;flex-basis:var(--col-width)!important}& abbr{text-decoration:none}}.react-calendar__month-view__days{row-gap:var(--row-gap);-moz-column-gap:var(--col-gap);column-gap:var(--col-gap);justify-content:space-between}.react-calendar__navigation button:disabled,.react-calendar__tile:disabled{background-color:unset;color:#aebcbb}.react-calendar__month-view__days__day--neighboringMonth{visibility:hidden}.react-calendar__navigation__next-button svg,.react-calendar__navigation__next2-button svg{transform:rotate(-90deg)}.react-calendar__navigation__prev-button svg{transform:rotate(90deg)}&.react-calendar--left{.react-calendar__navigation__next-button,.react-calendar__navigation__next2-button{visibility:hidden}}&.react-calendar--right{.react-calendar__navigation__prev-button,.react-calendar__navigation__prev2-button{visibility:hidden}}}.form-control{padding-block:14px}.form-control--grey{background-color:var(--form-control-bg)}.form-control::-webkit-calendar-picker-indicator{opacity:0}.form-control--datalist{background:var(--form-control-bg) url(/_next/static/media/arrow.e0d29237.svg) calc(100% - 16px) 50% no-repeat}textarea.form-control{min-height:150px}.talon-filter__slots-list .slot-item{cursor:pointer;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));&:has(:checked){background-color:var(--turquoise-700);color:#fff}&.disabled{color:var(--text-disabled);background-color:#e0e0e0}}.doctor-appointment-form .slot-item{background-color:var(--surface-hover-primary);cursor:pointer;&:has(:checked){background-color:var(--turquoise-700);color:#fff}&.disabled{color:var(--text-disabled);background-color:#e0e0e0}}.lds-ring{color:var(--accent)}.lds-ring,.lds-ring div{box-sizing:border-box}.lds-ring{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:currentcolor}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}