body{margin:0;font-family:Raleway,sans-serif;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:center center;height:100vh;overflow:hidden}.root{height:100vh;display:grid;grid-template-rows:auto 1fr 1fr;gap:20px;grid-template-areas:"head" "serv" "wait";padding-bottom:20px;box-sizing:border-box}.header{display:grid;align-items:center;justify-items:center;text-align:center;padding:20px;font-size:48px;background-color:#fff;border-radius:.8vw;height:112px}.list{display:flex;flex-direction:column;background-color:#fff;border-radius:.8vw;padding-left:8px;min-height:0;overflow:hidden}.serv-list{grid-area:serv}.wait-list{grid-area:wait}.list-header{font-size:36px;padding:8px 4px;display:flex;align-items:center;justify-content:center;height:48px}.customer{font-size:32px}.check-mark{width:32px;height:32px}@media (max-width: 600px){.header{padding:10px;font-size:24px;border-radius:4px}.list-header{font-size:18px;padding:4px 2px;height:26px}.customer{font-size:12px}.check-mark{width:12px;height:12px}}.scroll-container{overflow:hidden;min-height:0;position:relative}.list .scroll-container{flex:1}.scrolling{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 16px;align-content:start;padding:0;margin:0}.scrolling>li{list-style:none;min-width:0}
