html{overscroll-behavior:none;height:100%;overflow:hidden}body{overscroll-behavior:none;background-color:#0a0a0a;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden}#root{height:100%;overflow:hidden}*{-webkit-overflow-scrolling:touch;box-sizing:border-box}[style*="overflow: scroll"],[style*="overflow: auto"],[style*="overflow-y: scroll"],[style*="overflow-y: auto"]{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}textarea{font-family:inherit}input[type=date]{font-family:inherit}input[type=time]{font-family:inherit}input[type=number]{font-family:inherit}input[type=text]{font-family:inherit}@media screen and (width<=768px){input,select,textarea{font-size:16px!important}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}