.signup_timeline_wrap{margin:20px auto 30px;overflow:auto}.signup_timeline_top{display:flex;justify-content:space-between;gap:18px;margin-bottom:14px}.signup_timeline_item{position:absolute;flex:1 1;display:flex;align-items:center;gap:10px;min-width:0;justify-content:center;left:50%;transform:translateX(-50%);top:-30px}.signup_timeline_dot{width:12px;height:12px;border-radius:50%;background:#cbd5e1}.signup_timeline_dot.done{background:#16a34a}.signup_timeline_dot.active{background:#fbbf24}.signup_timeline_label{font-size:14px;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.signup_timeline_bar{display:flex;align-items:center;justify-content:space-between;margin-top:50px}.signup_timeline_segment{position:relative;width:100%;min-width:80px}.signup_timeline_circle{width:34px;height:34px;border-radius:999px;border:3px solid #cbd5e1;background:#fff;cursor:pointer;transition:.2s}.signup_timeline_segment:after{content:"";position:absolute;height:2px;right:-40%;top:50%;transform:translateY(-50%);width:calc(100% - 33px);background:#cbd5e1}.signup_timeline_segment:last-child:after{content:none}.signup_timeline_segment.done .signup_timeline_circle{border-color:#fbbf24;background:#fbbf24}.signup_timeline_segment.active .signup_timeline_circle{border-color:#fbbf24;box-shadow:0 0 0 4px rgba(37,99,235,.15)}.signup_timeline_segment.done:after{background:#fbbf24}.signup_timeline_circle:disabled{opacity:.4;cursor:not-allowed}.signup_timeline_line{flex:1 1;height:4px;background:#e2e8f0}.signup_timeline_line.done{background:#fbbf24}@media(max-width:767px){.signup_timeline_circle{width:15px;height:15px;border-width:2px}.signup_timeline_segment:after{right:-43%;width:calc(100% - 15px)}.signup_timeline_label{font-size:10px}.signup_timeline_dot{width:8px;height:8px}.signup_timeline_item{gap:5px}.signup_timeline_bar{margin-top:33px}}