.linear-progress-bar--indeterminate{background-color:var(--white);border-radius:50px;height:13px;overflow:hidden;position:relative;transition:background-color .3s cubic-bezier(.445,.05,.55,.95);width:100%}.linear-progress-bar__runner{animation-duration:3.5s;animation-iteration-count:infinite;animation-name:indeterminate-progress-bar;background-color:var(--blue-highlight);bottom:0;height:inherit;padding:.2em 1em 0;position:absolute;top:0;width:50%}@keyframes indeterminate-progress-bar{0%{left:-50%}to{left:150%}}.linear-progress-bar__runner-shine{background-color:var(--white-50);height:30%;width:100%}
