.dx-progress-55e4d2c0{box-sizing:border-box;background:var(--primary-color-5);border-radius:9999px;width:200px;height:.5rem;position:relative;overflow:hidden}.dx-progress-55e4d2c0[data-state=indeterminate] .dx-progress-indicator-55e4d2c0{width:50%;animation:1s linear infinite dx-indeterminate}.dx-progress-indicator-55e4d2c0{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%)}}