#progress-container{background:hsla(0,0%,100%,.1);height:0;left:0;position:fixed;top:0;width:100%;z-index:88}.progress-bar{animation:animatedScrollBG 6s infinite;height:7px;width:0}#progress-container.hide{opacity:0;transition:all 1.6s ease}@keyframes animatedScrollBG{0%{background-color:#cf0101}to{background-color:#cf0101}}