.ProgressBarAbsolute{width:100%;height:4px;position:absolute;top:0;left:0}.ProgressBarAbsolute span{background:linear-gradient(90deg,#0000 0%,#d7241b 100%);border-radius:50px;height:100%;animation:2s ease-in-out forwards ProgressScaling;position:absolute;top:0}@keyframes ProgressScaling{0%{width:0%}}.ProgressBarAbsolute span:before{content:"";filter:blur(5px);opacity:1;z-index:1;background:linear-gradient(90deg,#2b2b2b 0%,#d7241b 100%);border-radius:8px;width:100%;height:100%;position:absolute;inset:0}
