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