:root{--zui-progressbar-height:6px;--zui-progressbar-border-radius:var(--zable-radius-lg);--zui-progressbar-track-background:var(--zable-theme-light-ruler-ruler-normal);--zui-progressbar-fill-background:var(--zable-theme-light-link-link-normal);--zui-progressbar-transition:width .3s ease;--zui-progressbar-segmented-gap:4px;--zui-progressbar-segment-background:var(--zable-theme-light-ruler-ruler-normal);--zui-progressbar-segment-fill-background:var(--zable-theme-light-link-link-normal);--zui-progressbar-segment-border-radius:var(--zable-radius-lg);--zui-progressbar-indeterminate-duration:1s;--zui-progressbar-indeterminate-width:40%;--zui-progressbar-success-fill-background:var(--zable-theme-light-success-success-normal);--zui-progressbar-error-fill-background:var(--zable-theme-light-danger-danger-normal);--zui-progressbar-focus-outline-width:2px;--zui-progressbar-focus-outline-color:var(--zable-color-blue-50)}:root[data-brand=dtcg]{--zui-progressbar-height:var(--progress-bar-height);--zui-progressbar-border-radius:var(--progress-bar-corner-radius);--zui-progressbar-track-background:var(--progress-bar-bg-color);--zui-progressbar-fill-background:var(--progress-bar-bar-color);--zui-progressbar-segmented-gap:var(--progress-bar-gap);--zui-progressbar-segment-background:var(--progress-bar-bg-color);--zui-progressbar-segment-fill-background:var(--progress-bar-bar-color);--zui-progressbar-segment-border-radius:var(--progress-bar-corner-radius);--zui-progressbar-success-fill-background:var(--progress-bar-success-bar-color);--zui-progressbar-error-fill-background:var(--progress-bar-error-bar-color);--zui-progressbar-focus-outline-width:var(--border-focus-width);--zui-progressbar-focus-outline-color:var(--border-focus)}._progressBar_pc9sh_52{align-items:center;width:100%;display:flex}._solid_pc9sh_59 ._track_pc9sh_59{width:100%;height:var(--zui-progressbar-height);background-color:var(--zui-progressbar-track-background);border-radius:var(--zui-progressbar-border-radius);position:relative;overflow:hidden}._solid_pc9sh_59 ._fill_pc9sh_67{background-color:var(--zui-progressbar-fill-background);border-radius:inherit;height:100%;transition:var(--zui-progressbar-transition);min-width:0}._solid_pc9sh_59 ._indeterminateFill_pc9sh_74{width:var(--zui-progressbar-indeterminate-width);animation:_indeterminateSlide_pc9sh_1 var(--zui-progressbar-indeterminate-duration) infinite linear;transition:none}._segmented_pc9sh_81 ._segmentedTrack_pc9sh_81{gap:var(--zui-progressbar-segmented-gap);align-items:center;width:100%;display:flex}._segmented_pc9sh_81 ._segment_pc9sh_81{height:var(--zui-progressbar-height);background-color:var(--zui-progressbar-segment-background);border-radius:var(--zui-progressbar-segment-border-radius);flex:1;position:relative;overflow:hidden}._segmented_pc9sh_81 ._segmentFill_pc9sh_95{background-color:var(--zui-progressbar-segment-fill-background);border-radius:inherit;height:100%;transition:var(--zui-progressbar-transition);min-width:0}._success_pc9sh_104._solid_pc9sh_59 ._fill_pc9sh_67,._success_pc9sh_104._segmented_pc9sh_81 ._segmentFill_pc9sh_95{background-color:var(--zui-progressbar-success-fill-background)}._error_pc9sh_112._solid_pc9sh_59 ._fill_pc9sh_67,._error_pc9sh_112._segmented_pc9sh_81 ._segmentFill_pc9sh_95{background-color:var(--zui-progressbar-error-fill-background)}@keyframes _indeterminateSlide_pc9sh_1{0%{left:-40%}to{left:100%}}._indeterminateFill_pc9sh_74{position:relative}._progressBar_pc9sh_52 [role=progressbar]:focus-visible{outline:var(--zui-progressbar-focus-outline-width) solid var(--zui-progressbar-focus-outline-color);outline-offset:2px}@media (prefers-reduced-motion:no-preference){._fill_pc9sh_67:not(._indeterminateFill_pc9sh_74),._segmentFill_pc9sh_95{transition:var(--zui-progressbar-transition)}}@media (prefers-reduced-motion:reduce){._fill_pc9sh_67,._segmentFill_pc9sh_95{transition:none}._indeterminateFill_pc9sh_74{opacity:.6;width:100%;animation:none}}