.step-section{position:fixed;right:0;top:50%;margin:0 40px;transform:translate(0%,-50%);display:none}.step-section .step-item{display:flex;justify-content:space-between;align-items:center;margin:50px 0;position:relative;height:60px}.step-section .step-item .content-box{width:220px;color:#696969;background:#fafafa;text-align:end;height:max-content;margin-right:10px;display:flex;justify-content:flex-end;align-items:center;padding:10px 10px;border-radius:4px}.step-section .step-item .content-box .content{font-family:"Roboto",sans-serif;font-weight:400;font-style:normal}.step-section .step-item .content-box .content.active{color:#000}.step-section .step-item .icon{background:url(/Assets/img/step/process-3-20.png) no-repeat center center;background-size:100% auto;width:20px;height:20px}.step-section .step-item .icon.active{background:url(/Assets/img/step/process-2-20.png) no-repeat center center;background-size:100% auto}.step-section .step-item .icon.done{background:url(/Assets/img/step/process-1-20.png) no-repeat center center;background-size:100% auto}.step-section .step-item .progress-line{width:2px;height:70px;background-color:gray;position:absolute;right:9px;top:50px}.step-section .step-item .progress-line.active{background-color:#ffa800}