.dx-progress{box-sizing:border-box;border-radius:var(--dx-radius-full);background:var(--primary-color-5);min-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 var(--dx-motion-ease)}@keyframes dx-indeterminate{0%{transform:translate(-100%)}to{transform:translate(200%)}}[dir=rtl] .dx-progress[data-state=indeterminate] .dx-progress-indicator{animation-name:dx-indeterminate-rtl}@keyframes dx-indeterminate-rtl{0%{transform:translate(100%)}to{transform:translate(-200%)}}