.progress-cell{background-color:#0000;border-radius:2px;width:100%;height:100%;position:relative;overflow:hidden}.progress-cell .mask-error{--icon-color:var(--txt-error)}.progress-cell.not-started *{color:var(--txt-03)!important}.progress-cell.error *{color:var(--txt-error)!important}.progress-cell__white-bg{background-color:#fff}.progress-cell__indicator{background:linear-gradient(90deg,#fff 0%,#d8fac8 100%);height:100%;transition:width .2s ease-in-out;position:absolute}.progress-cell__body{z-index:1;align-items:center;gap:12px;width:100%;height:100%;padding:0 15px;display:flex;position:absolute}.progress-cell__stage{text-overflow:ellipsis;text-wrap:nowrap;flex-shrink:1;overflow:hidden}.progress-cell__percentage{text-align:right;flex-grow:1;flex-shrink:0}.progress-cell__stage--queued{color:var(--txt-03)}.progress-cell__infinity-loader{width:100%;height:100%;animation:2s linear infinite move-gradient;position:absolute;inset:0}.progress-cell__infinity-gradient{background:linear-gradient(90deg,#fff 0%,#d8fac8 50%,#fff 100%);width:50%;height:100%}@keyframes move-gradient{0%{transform:translate(-50%)}to{transform:translate(100%)}}
