*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;overflow:hidden}#root{flex-direction:column;width:100%;height:100vh;display:flex}button,input,textarea,select{font-family:inherit}input:focus,textarea:focus,select:focus{outline:none}.scroll::-webkit-scrollbar{width:5px;height:5px}.scroll::-webkit-scrollbar-track{background:0 0}.scroll::-webkit-scrollbar-thumb{background:var(--scroll-thumb,#8080802e);border-radius:10px}.scroll::-webkit-scrollbar-thumb:hover{background:var(--scroll-thumb-hover,#80808052)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fadeIn{animation:.25s ease-out fadeIn}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.pulse{animation:1.5s ease-in-out infinite pulse}
