.progress-bar{background-color:#9cfff9;height:4px;overflow:hidden;width:100%}.progress-bar-value{animation:indeterminateAnimation 1s linear infinite;background-color:#25a3ae;height:100%;transform-origin:0 50%;width:100%}@keyframes indeterminateAnimation{0%{transform:translate(0) scaleX(0)}40%{transform:translate(0) scaleX(.4)}to{transform:translate(100%) scaleX(.5)}}
