html{font-size:16px}body,h1,h2,h3,h4,h5,h6,html,p{margin:0}#root{min-height:100vh;display:flex;flex-flow:column;align-items:center;justify-content:center}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-thumb{background-color:#c4c4ce;border-radius:10px;border:4px solid transparent;background-clip:padding-box}.svg-spinner-container{display:flex;align-items:center;justify-content:center;min-height:100vh}.svg-spinner{width:40px;height:40px;animation:rotate 1.4s linear infinite}.svg-spinner-circle{stroke-dasharray:80,200;stroke-dashoffset:0;animation:dash 1.4s ease-in-out infinite;transform-origin:center}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:100,200;stroke-dashoffset:-15}to{stroke-dasharray:100,200;stroke-dashoffset:-125}}
