.schedule-filter{--size:16px;font-size:var(--size);background-color:var(--background);top:calc(var(--global-header-height) + var(--schedule-header-height));z-index:12;left:calc(50% - min(var(--spacing-width-wrapper),100%)/2);opacity:0;width:calc(270px + var(--global-x-padding));z-index:100;color:var(--white);transform:translateX(calc(-100% - var(--global-x-padding)));height:calc(100vh - var(--global-header-height) - var(--schedule-header-height));padding-block:25px;padding-inline:0;padding-left:var(--global-x-padding);flex-direction:column;justify-content:space-between;padding-right:12px;transition:transform .3s ease-in-out,padding .3s ease-in-out,width .3s ease-in-out,opacity .3s ease-in-out;display:flex;position:fixed;overflow:hidden}.schedule-filter.active{opacity:1;overflow-y:auto;transform:translate(0)}.schedule-filter__overlay{background-color:var(--white-soft-hard);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100vw;height:100vh;position:fixed;top:0;right:0}.schedule-filter__wrapper{flex-direction:column;display:flex;position:relative;overflow-y:auto}.schedule-filter__container__header{justify-content:space-between;align-items:center;gap:20px;width:100%;margin-bottom:16px;display:flex}.schedule-filter__container__arrow{color:var(--white);transition:transform .3s ease-in-out;transform:rotate(180deg)}.schedule-filter__container__arrow.active{transform:rotate(90deg)}.schedule-filter__container__title{font-size:calc(var(--size) + var(--size)/2);font-weight:700}.schedule-filter__container__wrapper{opacity:1;grid-template-rows:1fr;margin-bottom:24px;transition:grid-template-rows .3s cubic-bezier(.73,.03,.25,1),opacity .4s cubic-bezier(.73,.03,.25,1),margin .3s cubic-bezier(.73,.03,.25,1);display:grid;overflow:hidden}.schedule-filter__container__wrapper.hide{opacity:0;grid-template-rows:0fr;margin-bottom:0}.schedule-filter__container__list{flex-direction:column;gap:8px;display:flex;overflow:hidden}.schedule-filter__footer{background-color:inherit;flex-direction:column;gap:1rem;padding-block:1rem;display:flex;position:sticky;bottom:0}.schedule-filter__footer__count{opacity:.5}.schedule-filter .schedule-filter__close{top:1rem}@media (max-width:1024px){.schedule-filter{z-index:101;top:unset;max-height:calc(var(--screen-height) - var(--global-header-height) - 30px);padding-top:4px;padding-bottom:10px;border-radius:16px 16px 0 0;width:min(100%,400px);height:fit-content;padding-inline:0;transition-duration:.4s;bottom:0;left:50%;transform:translate(-50%,100%)}.schedule-filter__footer{padding-inline:16px;padding-bottom:env(safe-area-inset-bottom,16px)}.schedule-filter.active{transform:translate(-50%)}}
