.progressContainer{width:100%;background-color:#edf2f7;position:relative;overflow-x:hidden}.progressBar{height:100%;position:absolute}@keyframes progress{0%{left:-10%}to{left:100%}}@keyframes stripe{0%{background-position:1rem 0}to{background-position:0 0}}.animateProgress{animation:progress 1s ease infinite normal none running;min-width:50%;will-change:left}.stripeProgress{background-image:linear-gradient(45deg,rgba(255,255,255,.5) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 75%,transparent 75%,transparent);background-size:1rem 1rem;animation:stripe 1s linear infinite}
