.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:0.5;--rdp-outside-opacity:0.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:0.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:0.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:#fff;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color) 50%,transparent 50%);--rdp-range_end-color:#fff;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:0.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:0.75;--rdp-weekday-padding:0.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:0.3s;--rdp-animation_timing:cubic-bezier(0.4,0,0.2,1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{position:relative}.rdp-root,.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=after] .rdp-month,.rdp-root[data-nav-layout=around] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes rdp-slide_in_right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes rdp-slide_out_left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translateX(0)}to{transform:translateX(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.DateRangeInput_popover__abQaV .rdp-selected{font-size:inherit;font-weight:600}.DateRangeInput_popover__abQaV .rdp-selected .rdp-day_button{font-size:1em}.DateRangeInput_popover__abQaV .rdp-month_caption{font-size:.875rem;font-weight:600}.DateRangeInput_popover__abQaV .rdp-caption_label{font-size:inherit}.DateRangeInput_popover__abQaV .rdp-chevron{width:.8125rem;height:.8125rem}.DateInput_popover__fzhv3 .rdp-selected{font-size:inherit;font-weight:600}.DateInput_popover__fzhv3 .rdp-selected .rdp-day_button{font-size:1em}.DateInput_popover__fzhv3 .rdp-month_caption{font-size:.875rem;font-weight:600}.DateInput_popover__fzhv3 .rdp-caption_label{font-size:inherit}.DateInput_popover__fzhv3 .rdp-chevron{width:.8125rem;height:.8125rem}.DateInput_hideNativeDatePickerIndicator__pQCOA{color-scheme:light}.DateInput_hideNativeDatePickerIndicator__pQCOA::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.StudentTutorScheduleFields_splitLayout__FpRE_{display:flex;flex-direction:column;gap:1.25rem}.StudentTutorScheduleFields_splitLeft__WCt_8,.StudentTutorScheduleFields_splitRight__OkKTF{min-width:0}.StudentTutorScheduleFields_splitDivider__qGgGG{display:none}.StudentTutorScheduleFields_splitRight__OkKTF{display:flex;flex-direction:column;gap:.75rem}@media (min-width:768px){.StudentTutorScheduleFields_splitLayout__FpRE_{flex-direction:row;align-items:stretch;gap:1.5rem}.StudentTutorScheduleFields_splitDivider__qGgGG{display:block;flex:0 0 1px;width:1px;align-self:stretch;background:#e5e7eb}.StudentTutorScheduleFields_splitLeft__WCt_8{flex:1 1 0;max-width:18rem}.StudentTutorScheduleFields_splitRight__OkKTF{flex:1 1 0;padding-top:.25rem}.StudentTutorScheduleFields_splitRightSticky__zvmU_{position:sticky;top:0}}.StudentTutorScheduleModal_modal__KMxgB{--modal-px:1.5rem;--periods-min-width:17.5rem;--layout-gap:1.5rem;width:min(44rem,calc(100vw - 2rem))}.StudentTutorScheduleModal_splitLayout__lR3bx{display:flex;flex-direction:column;gap:1.25rem}.StudentTutorScheduleModal_splitLeft__aMOlz,.StudentTutorScheduleModal_splitRight__sCgs1{min-width:0}.StudentTutorScheduleModal_splitDivider__xrhB_{display:none}.StudentTutorScheduleModal_splitRight__sCgs1{display:flex;flex-direction:column;gap:.75rem}@media (max-width:767px){.StudentTutorScheduleModal_backdrop__GdZM1{background:#fff}.StudentTutorScheduleModal_modal__KMxgB{width:100%;max-width:100%}.StudentTutorScheduleModal_modalPad__6VcxO{--modal-px:1rem}}@media (min-width:768px){.StudentTutorScheduleModal_modal__KMxgB{max-width:44rem;min-height:min(32rem,95vh)}.StudentTutorScheduleModal_splitLayout__lR3bx{flex-direction:row;align-items:stretch;gap:var(--layout-gap)}.StudentTutorScheduleModal_splitDivider__xrhB_{display:block;flex:0 0 1px;width:1px;align-self:stretch;background:#e5e7eb}.StudentTutorScheduleModal_splitLeft__aMOlz{flex:1 1 0;max-width:18rem}.StudentTutorScheduleModal_splitRight__sCgs1{flex:1 1 0;padding-top:.25rem}.StudentTutorScheduleModal_splitRightSticky__nV4c_{position:sticky;top:0}}.StudentTutorScheduleModal_modalPad__6VcxO{padding-left:var(--modal-px);padding-right:var(--modal-px)}.FreeLessonReceiptDrawer_birthdateInput__hNFDv .min-h-\[42px\]{min-height:0;height:2.25rem}.FreeLessonReceiptDrawer_birthdateInput__hNFDv input[type=date]{height:100%;min-height:0}.FreeLessonReceiptDrawer_viewport__17fpJ{position:relative;flex:1;min-height:0;overflow:hidden}.FreeLessonReceiptDrawer_pane__Ks6q_{height:100%;overflow-x:hidden;overflow-y:auto;padding:1rem}.FreeLessonReceiptDrawer_paneIncoming__DZ_d6{position:relative;z-index:1}.FreeLessonReceiptDrawer_paneOutgoing__WsiwA{position:absolute;inset:0;z-index:2;pointer-events:none}.FreeLessonReceiptDrawer_slideInForward__ZysMC{animation:FreeLessonReceiptDrawer_receipt-slide-in-right__rF_pb .32s cubic-bezier(.16,1,.3,1) both}.FreeLessonReceiptDrawer_slideOutForward__6icCX{animation:FreeLessonReceiptDrawer_receipt-slide-out-left__uj96Z .32s cubic-bezier(.16,1,.3,1) both}.FreeLessonReceiptDrawer_slideInBack__sL6Qn{animation:FreeLessonReceiptDrawer_receipt-slide-in-left__adKQR .32s cubic-bezier(.16,1,.3,1) both}.FreeLessonReceiptDrawer_slideOutBack___qY6x{animation:FreeLessonReceiptDrawer_receipt-slide-out-right__u66KL .32s cubic-bezier(.16,1,.3,1) both}@keyframes FreeLessonReceiptDrawer_receipt-slide-in-right__rF_pb{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes FreeLessonReceiptDrawer_receipt-slide-out-left__uj96Z{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes FreeLessonReceiptDrawer_receipt-slide-in-left__adKQR{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes FreeLessonReceiptDrawer_receipt-slide-out-right__u66KL{0%{transform:translateX(0)}to{transform:translateX(100%)}}@media (prefers-reduced-motion:reduce){.FreeLessonReceiptDrawer_slideInBack__sL6Qn,.FreeLessonReceiptDrawer_slideInForward__ZysMC,.FreeLessonReceiptDrawer_slideOutBack___qY6x,.FreeLessonReceiptDrawer_slideOutForward__6icCX{animation:none}}.TutorWorkTimeModal_modal__ekTn3{--day-size:44px;--calendar-width:calc(7 * var(--day-size));--modal-px:1.5rem;--periods-min-width:17.5rem;--layout-gap:1.5rem;width:min(calc(var(--calendar-width) + var(--periods-min-width) + var(--layout-gap) + 2 * var(--modal-px)),calc(100vw - 2rem))}@media (min-width:768px){.TutorWorkTimeModal_modalSchedule__nFk2P{min-height:min(44rem,95vh)}}.TutorWorkTimeModal_splitLayout__C1fPp{display:flex;flex-direction:column;gap:1.25rem}.TutorWorkTimeModal_splitLeft__w156Y,.TutorWorkTimeModal_splitRight__aoAFl{min-width:0}.TutorWorkTimeModal_splitDivider__A8Fcw{display:none}.TutorWorkTimeModal_splitRight__aoAFl{display:flex;flex-direction:column;gap:.75rem}@media (max-width:767px){.TutorWorkTimeModal_backdrop__YgSTF{background:#fff}.TutorWorkTimeModal_modal__ekTn3{width:100%;max-width:100%;--calendar-width:100%;--day-size:calc((100vw - 2 * var(--modal-px)) / 7)}.TutorWorkTimeModal_modalPad__dCLS0{--modal-px:1rem}.TutorWorkTimeModal_calendar__UYye6{width:100%;--rdp-day-height:var(--day-size);--rdp-day-width:var(--day-size);--rdp-day_button-height:calc(var(--day-size) - 4px);--rdp-day_button-width:calc(var(--day-size) - 4px);--rdp-nav_button-height:calc(var(--day-size) * 0.85);--rdp-nav_button-width:calc(var(--day-size) * 0.85);--rdp-nav-height:calc(var(--day-size) * 1.1);font-size:clamp(.8125rem,3.2vw,.9375rem)}.TutorWorkTimeModal_calendarWrap__1N4r3 .rdp-root{width:100%}.TutorWorkTimeModal_calendarWrap__1N4r3 .rdp-month_caption{font-size:clamp(.875rem,3.5vw,1rem)}}@media (min-width:768px){.TutorWorkTimeModal_modal__ekTn3{width:min(calc(var(--calendar-width) + var(--periods-min-width) + var(--layout-gap) + 2 * var(--modal-px)),calc(100vw - 2rem));max-width:44rem}.TutorWorkTimeModal_splitLayout__C1fPp{flex-direction:row;align-items:stretch;gap:var(--layout-gap)}.TutorWorkTimeModal_splitDivider__A8Fcw{display:block;flex:0 0 1px;width:1px;align-self:stretch;background:#e5e7eb}.TutorWorkTimeModal_splitLeft__w156Y{flex:0 0 var(--calendar-width);width:var(--calendar-width)}.TutorWorkTimeModal_splitRight__aoAFl{flex:1 1 var(--periods-min-width);padding-top:.25rem}.TutorWorkTimeModal_splitRightSticky__fufge{position:sticky;top:0}.TutorWorkTimeModal_splitLayoutSchedule__P_dmu .TutorWorkTimeModal_splitLeft__w156Y{flex:1 1 0;width:auto;max-width:18rem}.TutorWorkTimeModal_splitLayoutSchedule__P_dmu .TutorWorkTimeModal_splitRight__aoAFl{flex:1 1 0}}.TutorWorkTimeModal_modalPad__dCLS0{padding-left:var(--modal-px);padding-right:var(--modal-px)}.TutorWorkTimeModal_calendarWrap__1N4r3{width:100%;padding:.25rem 0}.TutorWorkTimeModal_calendar__UYye6{--rdp-day-height:var(--day-size);--rdp-day-width:var(--day-size);--rdp-day_button-height:40px;--rdp-day_button-width:40px;--rdp-nav_button-height:2rem;--rdp-nav_button-width:2rem;--rdp-nav-height:2.5rem;--rdp-weekday-padding:0.4rem 0;font-size:.875rem}.TutorWorkTimeModal_calendarWrap__1N4r3 .rdp-root,.TutorWorkTimeModal_calendar__UYye6{width:var(--calendar-width);max-width:100%}.TutorWorkTimeModal_calendarWrap__1N4r3 .rdp-months{max-width:none}.TutorWorkTimeModal_calendarWrap__1N4r3 .rdp-month_caption{font-size:.9375rem;font-weight:600}.TutorWorkTimeModal_calendarWrap__1N4r3 .rdp-selected{font-size:inherit;font-weight:inherit}.TutorWorkTimeModal_calendarWrap__1N4r3 .rdp-selected .rdp-day_button{font-size:1em;font-weight:inherit}.TutorWorkTimeModal_hasSlotsDay__dNm7q .rdp-day_button{position:relative}.TutorWorkTimeModal_hasSlotsDay__dNm7q .rdp-day_button:after{content:"";position:absolute;bottom:4px;left:50%;width:4px;height:4px;border-radius:50%;background:#ff825a;transform:translateX(-50%);pointer-events:none}.TutorWorkTimeModal_hasSlotsDay__dNm7q.rdp-selected .rdp-day_button:after{background:#fff}@media (prefers-reduced-motion:reduce){.TutorWorkTimeModal_calendarWrap__1N4r3 *{transition:none!important}}