.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{align-items:center;display:flex;flex:1;flex-direction:column;gap:12px;min-width:0;position:relative;z-index:2}.steps-bar-item.completed{cursor:pointer}.steps-bar-circle{align-items:center;background:#fff;border:2px solid #d1d5db;border-radius:9999px;color:#6b7280;display:flex;flex-shrink:0;height:48px;justify-content:center;position:relative;transition:all .2s ease;width:48px;z-index:3}.steps-bar-circle .steps-bar-number,.steps-bar-circle span{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:24px}.steps-bar-checkmark{display:none;height:20px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.steps-bar-item.completed .steps-bar-checkmark{display:block}.steps-bar-item.completed .steps-bar-number{display:none}.steps-bar-label{color:#6b7280;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:500;text-align:center;white-space:nowrap}.steps-bar-item.active .steps-bar-circle{background:#164aba;border-color:#164aba;color:#fff}.steps-bar-item.completed .steps-bar-circle{background:#00a95c;border-color:#00a95c;color:#fff}.steps-bar-item.active .steps-bar-circle .steps-bar-number,.steps-bar-item.active .steps-bar-circle span,.steps-bar-item.completed .steps-bar-circle .steps-bar-number,.steps-bar-item.completed .steps-bar-circle span{color:#fff}.steps-bar-item.active .steps-bar-label{color:#164aba}.steps-bar-item.completed .steps-bar-label{color:#696c6f}.steps-bar-item.completed:hover .steps-bar-circle{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-4px);transition:all .2s ease}.steps-bar-item.completed:hover .steps-bar-label{color:#164aba;transition:color .2s ease}@media (max-width:768px){.steps-bar-connector-line{top:20px}.steps-bar-circle{height:40px;width:40px}.steps-bar-circle span{font-size:14px;line-height:21px}.steps-bar-label{font-size:14px}.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:13px;line-height:19.5px}.steps-bar-label{font-size:13px}}