:root {
    --color-light-modal-bg-primary: #fff;
} :root {
    --gap-m: 16px;
    --gap-l: 20px;
    --gap-0: 0px;
    --gap-10: 10px;
    --gap-16: var(--gap-m);
    --gap-20: var(--gap-l);
} :root {
    --calendar-height: 344px;
    --calendar-width: 344px;
} .calendar-with-skeleton__component_hfyc3 {
    width: var(--calendar-width);
    height: var(--calendar-height);
    position: relative;
} .calendar-with-skeleton__calendarVisible_hfyc3 {
    height: auto;
} .calendar-with-skeleton__skeleton_hfyc3 {
    display: flex;
    flex-direction: column;
    padding: var(--gap-16);
    pointer-events: all;
    box-sizing: border-box;
    position: absolute;
    transition: 0.2s ease;
    left: var(--gap-0);
    top: var(--gap-0);
    width: 100%;
    height: 100%;
    background-color: var(--color-light-modal-bg-primary);
    background-clip: content-box;
} .calendar-with-skeleton__header_hfyc3 {
    height: 48px;
    margin-bottom: var(--gap-20);
} .calendar-with-skeleton__weekDays_hfyc3 {
    height: 12px;
    margin-bottom: var(--gap-16);
} .calendar-with-skeleton__row_hfyc3 {
    height: 32px;
} .calendar-with-skeleton__row_hfyc3 + .calendar-with-skeleton__row_hfyc3 {
        margin-top: var(--gap-10);
    } .calendar-with-skeleton__enter_hfyc3,
.calendar-with-skeleton__enterActive_hfyc3,
.calendar-with-skeleton__exit_hfyc3 {
    opacity: 1;
} .calendar-with-skeleton__exitActive_hfyc3 {
    opacity: 0;
}
