.progress{display:flex}.progress-bar{background:var(--bg-disabled);border-radius:4px;width:100%;min-width:225px;height:6px;position:relative}.progress-bar-fill{background:var(--button-primary-bg);border-radius:4px;min-width:0;max-width:100%;height:100%;position:absolute;top:0;left:0}.progress-bar-fill.orange{background:var(--utility-orange-500)}.progress-bar-fill.red{background:var(--utility-red-500)}.progress-label{white-space:nowrap}.progress-val{text-align:right;min-width:25px}.progress-description{color:var(--text-secondary)}.progress.primary{flex-direction:row;align-items:center;gap:12px}.progress.primary .progress-label{flex-direction:column;gap:4px;display:flex}.progress.secondary{flex-direction:column;gap:6px}.progress.secondary .progress-label{flex-direction:row;justify-content:space-between;gap:12px;display:flex}
