.progress-bar{background-color:#d1d5db;border-radius:9999px;height:1rem;position:relative;overflow:hidden}.progress-indeterminate{background-color:#3b82f6;border-radius:9999px;position:absolute;bottom:0;top:0;width:50%;animation-duration:2s;animation-iteration-count:infinite;animation-name:indeterminate-progress-bar}@keyframes indeterminate-progress-bar{0%{left:-50%}to{left:100%}}.progress-complete{background-color:green}
