.step-progress{display:flex;justify-content:space-between;margin:0 auto;width:calc(100% - 3.4375rem)}.step-progress.two-steps .step-item{display:flex;flex:1;justify-content:flex-start}.step-progress.two-steps .step-item.done .step-label{color:var(--color-fifth-800)}.step-progress.two-steps .step-item.done:after{background:var(--color-fifth-800)}.step-progress.two-steps .step-item:last-child{justify-content:flex-end;position:relative}.step-progress.two-steps .step-item:last-child:after{content:"";left:0;right:auto}.step-progress.two-steps .step-item:after{background:var(--color-fourth-10);border-radius:10px;height:.125rem;position:absolute;right:0;top:.78125rem;width:calc(100% - 4.9375rem);z-index:-1}.step-progress.two-steps .step-item.active .step-label{color:var(--color-second-400)}.step-progress.two-steps .step-item.active:after{background:var(--color-second-400)}.step-progress.two-steps .item-text{max-width:8.25rem}.step-progress.two-steps .item-num{align-items:center;display:flex;flex-direction:row;justify-content:center}.step-progress.two-steps .item-num svg{height:.75rem;width:.75rem}.step-progress.two-steps .step-label{color:var(--color-fourth-30);font-size:.8175rem;font-weight:400;margin-top:.3125rem;text-align:center}.step-progress .item-text{display:flex;flex-direction:column}.step-item{position:relative}.step-item,.step-item span{align-items:center;display:flex}.step-item span{background:var(--color-fourth-10);border-radius:50%;color:#fff;flex-direction:row;font-size:.79056rem;font-weight:700;height:1.5625rem;justify-content:center;width:1.5625rem}.step-item:not(:last-child){flex:1}.step-item:not(:last-child):after{background:var(--color-fourth-10);border-radius:10px;content:"";flex:1;height:.125rem}.step-item.active span{background:var(--color-second-400);color:var(--color-first-900)}.step-item.done span{background:var(--color-fifth-800);color:var(--color-first-900)}
