*{box-sizing:border-box}body,html{font-family:var(--font-lato);font-weight:300;font-size:1.1rem;overflow:hidden;padding:0;margin:0;height:100vh;width:100vw}.app-container{position:relative}.chatScroller::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{border-radius:8px;background:transparent}::-webkit-scrollbar{width:10px;height:10px;background:transparent}::-webkit-scrollbar-thumb{border-radius:8px;background:hsla(0,0%,100%,.4)}::-webkit-scrollbar-thumb:window-inactive{background:hsla(0,0%,100%,.1)}::-webkit-scrollbar-corner{background-color:transparent}.light ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3)}.light ::-webkit-scrollbar-thumb:window-inactive{background:rgba(0,0,0,.2)}*{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.4) transparent}.light *{scrollbar-color:rgba(0,0,0,.3) transparent}