.a-progress-bar{width:100%}.a-progress-bar--is-vertically-centered{align-items:center;display:flex}.a-progress-bar--is-indeterminate{z-index:23;height:var(--gap-4);background-color:var(--color-body);width:100%;position:absolute;overflow:hidden}.a-progress-bar--is-indeterminate .a-progress-bar__base{background-color:var(--color-primary);transform-origin:0;width:100%;height:100%;animation:1.5s linear infinite indeterminate-animation}@keyframes indeterminate-animation{0%{transform:translate(0)scaleX(0)}40%{transform:translate(0)scaleX(.4)}to{transform:translate(100%)scaleX(.5)}}.a-progress-bar--is-bottom{bottom:0}.a-progress-bar__base{background:var(--color-surface-variant);width:100%;height:.5rem;position:relative}.a-progress-bar__filled{background:var(--color-primary);height:100%;position:absolute;top:0;left:0}.a-progress-bar__label{letter-spacing:.03125rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem}
