.progress-bar-container{display:flex;width:100%;justify-content:space-between;align-items:center;height:1.5rem;gap:2rem}.progress-bar-container.with-icons{padding-left:.7rem}.progress-bar-background.hidden-content{visibility:hidden}.progress-bar-icon-container{flex-shrink:0}.progress-bar-chevron,.progress-bar-icon-container{width:32px;height:32px;display:flex;justify-content:center;align-items:center}.progress-bar-chevron{cursor:pointer;background:none;border:none;color:var(--noir,#171e25);font-size:14px;padding:0;border-radius:50%;transition:background-color .2s ease}.progress-bar-chevron:hover{background-color:var(--venom-grey,#e6edf5)}.progress-bar-chevron:active{background-color:var(--venom-grey-dark,#d1dce8)}.progress-bar-background{display:flex;width:100%;height:6px;align-items:center;border-radius:8px;background:var(--venom-grey,#e6edf5);margin:0 10px}.progress-bar-fill{height:6px;border-radius:8px;transition:width .35s ease}.progress-bar-fill-blue{background:var(--primary-blue,#25beeb)}.progress-bar-fill-red{background:var(--actions-error,#e15151)}.progress-bar-fill-green{background:var(--actions-valid,#29a36a)}.progress-bar-fill-grey{background:var(--mid-grey,#728ea7)}.progress-bar-close{display:flex;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;padding-right:2px;flex-shrink:0;cursor:pointer;background:none;border:none;color:var(--noir,#171e25);border-radius:50%;transition:background-color .2s ease}.progress-bar-close:hover{background-color:var(--venom-grey,#e6edf5)}.progress-bar-close:active{background-color:var(--venom-grey-dark,#d1dce8)}.progress-bar-close i{width:14px;height:14px;flex-shrink:0;font-size:14px;padding-left:2px;display:flex;justify-content:center;align-items:center}