.progress{box-sizing:border-box;background:var(--primary-color-5);border-radius:9999px;width:200px;height:.5rem;position:relative;overflow:hidden}.progress[data-state=indeterminate] .progress-indicator{width:50%;animation:1s linear infinite indeterminate}.progress-indicator{width:var(--progress-value,0%);background-color:var(--secondary-color-1);height:100%;transition:width .25s}@keyframes indeterminate{0%{transform:translate(-100%)}to{transform:translate(200%)}}