.steps-bar-module_{background:transparent!important;width:100%}.steps-bar-root{align-items:flex-start;display:flex;gap:0;justify-content:space-between;position:relative;width:100%}.steps-bar-connector-line{align-items:center;display:flex;height:2px;left:0;position:absolute;right:0;top:24px;z-index:1}.steps-bar-segment{background:#e5e7eb;height:2px;transition:background .2s ease}.steps-bar-segment--edge{flex-shrink:0;width:40px}.steps-bar-segment--between{flex:1}.steps-bar-item{flex:1;flex-direction:column;gap:12px;min-width:0;z-index:2}.steps-bar-circle,.steps-bar-item{align-items:center;display:flex;position:relative}.steps-bar-circle{background:#fff;border:2px solid #d1d5db;border-radius:9999px;color:#6b7280;flex-shrink:0;height:48px;justify-content:center;transition:all .2s ease;width:48px;z-index:3}.steps-bar-circle span{font-style:normal;font-weight:400;letter-spacing:0;line-height:21px}.steps-bar-circle span,.steps-bar-label{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}.steps-bar-label{color:#6b7280;font-weight:500;text-align:center;white-space:nowrap}.steps-bar-item.active .steps-bar-circle,.steps-bar-item.completed .steps-bar-circle{background:#164aba;border-color:#164aba;color:#fff}.steps-bar-item.active .steps-bar-circle span,.steps-bar-item.completed .steps-bar-circle span{color:#fff}.steps-bar-item.active .steps-bar-label,.steps-bar-item.completed .steps-bar-label{color:#164aba}@media (max-width:768px){.steps-bar-connector-line{top:20px}.steps-bar-circle{height:40px;width:40px}.steps-bar-circle span{font-size:13px}.steps-bar-label{font-size:12px}.steps-bar-item{gap:8px}}@media (max-width:480px){.steps-bar-connector-line{top:18px}.steps-bar-circle{height:36px;width:36px}.steps-bar-circle span{font-size:12px}.steps-bar-label{font-size:11px}}