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