.bolt-progress-bar-container{background:rgba(var(--palette-neutral-10),1);height:3px;position:relative;z-index:10}body.ms-vss-web-vsts-theme-hc-dark .bolt-progress-bar-container{height:6px}body.ms-vss-web-vsts-theme-hc-light .bolt-progress-bar-container{height:6px}.bolt-progress-bar-bar{background:rgba(var(--palette-primary-shade-10),1);height:100%;left:0;opacity:.5;position:absolute;top:0;transition:transform 350ms cubic-bezier(.165,.84,.44,1),opacity 350ms ease-in-out,background 350ms ease-in-out;transform-origin:left;transform:scaleX(0);width:100%}.bolt-progress-bar-bar.complete{opacity:0}body.ms-vss-web-vsts-theme-hc-dark .bolt-progress-bar-bar{opacity:1;background:var(--focus-border-color)}body.ms-vss-web-vsts-theme-hc-light .bolt-progress-bar-bar{opacity:1;background:var(--focus-border-color)}