#nprogress .bar{background:var(--col-stream, #54b1f4);position:fixed;z-index:1000;top:0;left:0;width:100%;height:3px;transition:opacity .3s ease,transform .3s ease;animation:nprogress-fade 1.5s ease-in-out infinite}@media (min-width: 768px){#nprogress .bar{height:2px}}@media (min-width: 1024px){#nprogress .bar{height:3px}}@keyframes nprogress-fade{0%{opacity:.9}50%{opacity:.5}to{opacity:0}}
