@keyframes scroll{0%{transform:translateX(1%)}50%{transform:translateX(-20%)}}.fast{animation:scroll 20s linear infinite;animation-direction:alternate}.medium{animation:scroll 40s linear infinite;animation-direction:alternate}.slow{animation:scroll 60s linear infinite;animation-direction:alternate}.scroll{height:180px;width:max-content;flex-wrap:nowrap}.scroll_container,svg{width:100%;height:100%}.scroll_container{display:flex;gap:1rem;overflow:scroll;-webkit-mask:linear-gradient(90deg,transparent,white 2%,white 98%,transparent);mask:linear-gradient(90deg,transparent,white 2%,white 98%,transparent)}.occupied{stroke:#FF6961;fill:#FF6961;background-color:#FF6961!important}.reserved{stroke:#F8D66D;fill:#F8D66D;background-color:#F8D66D!important}.free{stroke:#8CD47E;fill:#8CD47E;background-color:#8CD47E!important}.nostatus{stroke:#2C2C2C;fill:#2C2C2C;background-color:#2C2C2C!important}.nostatus_text{fill:#CACACA}.mobile{overflow:auto;padding-bottom:2%}body,body>div:first-child,div#__next,div#__next>div,html{height:100%;overflow:hidden}@keyframes snowflake{0%{top:-5%}to{top:105%}}