.progress-bar,.progress-bar__progress{border-radius:5px;height:.4rem;width:100%}.progress-bar{margin:auto;position:relative}.progress-bar__progress{animation:progress-bar-movement 1s;transition:width .25s linear;width:0}.progress-bar__dot{border-radius:5rem;height:.4rem;position:absolute;right:0;top:0;width:.4rem}@keyframes progress-bar-movement{0%{width:0}to{width:var(--progress-width)}}
