.progress-bar{z-index:1;opacity:1;background:#80edb0;width:0;height:1px;position:absolute;left:0}.progress-bar--in-progress{width:100%;animation:.5s linear forwards progress-bar-step1,.5s linear .5s forwards progress-bar-step2,3s linear 1s forwards progress-bar-step3}.progress-bar--end{animation:.3s linear forwards progress-bar-end}@keyframes progress-bar-step1{0%{width:0}to{width:80%}}@keyframes progress-bar-step2{0%{width:80%}to{width:95%}}@keyframes progress-bar-step3{0%{width:95%}to{width:100%}}@keyframes progress-bar-end{to{opacity:0;width:100%}}
