.progress-bar-container{display:flex;flex-direction:column;gap:16px;width:100%}.progress-step{display:flex;align-items:flex-start;gap:12px;padding:8px;border-radius:4px;transition:all .2s ease;cursor:default}.progress-step.clickable{cursor:pointer}.progress-step .progress-step-indicator{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;position:relative}.progress-step .progress-step-circle{width:20px;height:20px;border-radius:50%;border:2px solid #4E4E4E;background-color:#fff;transition:all .2s ease;position:relative;box-sizing:border-box}.progress-step .progress-step-check{width:20px!important;height:20px!important;border-radius:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;background-color:#489b06!important;border:none!important;position:relative!important}.progress-step .progress-step-check .anticon{color:#fff!important;font-size:12px!important;display:flex!important;align-items:center!important;justify-content:center!important}.progress-step .progress-step-content{flex:1;display:flex;flex-direction:column;gap:4px}.progress-step .progress-step-title{font-size:14px;line-height:1.5;color:#4e4e4e;transition:color .2s ease}.progress-step .progress-step-description{font-size:12px;line-height:1.5;color:#7b7b7b;transition:color .2s ease}.progress-step:hover:not(.current){background-color:#f4f4f4}.progress-step:hover:not(.current) .progress-step-title{color:#4e4e4e}.progress-step:hover:not(.current) .progress-step-circle{border-color:#4e4e4e;background-color:#f4f4f4}.progress-step.current .progress-step-title{color:#e6509b}.progress-step.current .progress-step-indicator:before{content:""!important;position:absolute!important;top:0!important;left:0!important;width:20px!important;height:20px!important;border:2px solid #E6509B!important;border-radius:32px!important;box-sizing:border-box!important;z-index:0!important}.progress-step.current .progress-step-circle{width:12px!important;height:12px!important;border-color:#fff!important;border-width:2px!important;background-color:#e6509b!important;box-sizing:border-box!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;border-radius:50%!important;z-index:1!important}
