body,html{margin:0;padding:0;width:100%}.XCircularProgress-root{animation:XCircularProgress-rotate 1.4s linear infinite;color:#9d00ff;display:inline-block;height:40px;width:40px}.XCircularProgress-svg{display:block}.XCircularProgress-circle{stroke:currentColor;stroke-dasharray:80px,200px;stroke-dashoffset:0;animation:XCircularProgress-animation 1.4s ease-in-out infinite}@keyframes XCircularProgress-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes XCircularProgress-animation{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-50px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-150px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#9e9e9e;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}#nprogress{pointer-events:none}#nprogress .bar{background:#0073ff;height:2px;left:0;position:fixed;top:0;width:100%;z-index:10311}#nprogress .spinner{display:none;display:block;position:fixed;right:15px;top:15px;z-index:1031}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}