#nprogress{pointer-events:none}#nprogress .bar{background:linear-gradient(90deg,#6B46C1 25%,#9F7AEA 50%,#6B46C1 75%);background-size:200% 100%;height:8px;position:fixed;top:0;left:0;width:100%;z-index:1031;transition:width .2s ease,opacity .5s ease;animation:wave 2s linear infinite}@keyframes wave{0%{background-position:200% 0}to{background-position:-200% 0}}