html{width:100%;height:100%;margin:0;padding:0}body{width:100%;height:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden;background-color:#f5f7fa!important}*{scrollbar-width:thin;scrollbar-color:#d1d5db transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#d1d5db;background-clip:content-box;border:2px solid #0000;border-radius:20px}::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}::-webkit-scrollbar-corner{background:0 0}#root{flex-direction:column;width:100%;height:100vh;min-height:100vh;display:flex}@supports (height:100dvh){body{min-height:100dvh}#root{height:100dvh;min-height:100dvh}}