
#nprogress .spinner{z-index:1401;display:block;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}#nprogress{z-index:1401;width:100%;height:100%;position:fixed}#nprogress:before{content:"";background:rgba(0,0,0,var(--overlay-opacity));position:fixed;inset:0}.mui-circular-progress{color:#1976d2;width:20px;height:20px;animation:1.4s linear infinite mui-rotate}.mui-circular-progress-circle{stroke:currentColor;stroke-dasharray:80 200;stroke-dashoffset:0;animation:1.4s ease-in-out infinite mui-dash}@keyframes mui-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes mui-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:100 200;stroke-dashoffset:-15px}to{stroke-dasharray:100 200;stroke-dashoffset:-125px}}
