.indeterminate-progress-bar{background-color:transparent;border-radius:9999px;height:.5rem;position:relative;overflow:hidden;width:50%;margin:0 auto 2rem auto}.indeterminate-progress-bar__progress{background-color:#2439ff;border-radius:9999px;position:absolute;bottom:0;top:0;width:50%;animation-duration:1s;animation-iteration-count:infinite;animation-name:indeterminate-progress-bar}@keyframes indeterminate-progress-bar{from{left:-50%}to{left:100%}}