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