.outer-container{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex}.step-circle-container{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:2rem;width:100%;max-width:40rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.step-indicator-row{align-items:center;width:100%;padding:2rem;display:flex}.step-content-default{position:relative;overflow:hidden}.step-default{color:hsl(var(--foreground));padding-left:2rem;padding-right:2rem}.footer-container{padding:0 2rem 2rem}.footer-nav{margin-top:2.5rem;display:flex}.footer-nav.spread{justify-content:space-between}.footer-nav.end{justify-content:flex-end}.back-button{color:hsl(var(--muted-foreground));cursor:pointer;border:1px solid hsl(var(--border));background:0 0;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .35s}.back-button:hover{color:hsl(var(--foreground));background:hsl(var(--muted))}.back-button.inactive{pointer-events:none;opacity:.5}.next-button{background-color:var(--signal-strong,#1668d4);color:#fff;cursor:pointer;border:0;border-radius:9999px;justify-content:center;align-items:center;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .35s;display:inline-flex}.next-button:hover{opacity:.9}.step-indicator{cursor:pointer;outline:none;position:relative}.step-indicator-inner{border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-weight:600;display:flex}.active-dot{background:#fff;border-radius:9999px;width:.75rem;height:.75rem}.step-number{font-size:.875rem}.step-connector{background-color:hsl(var(--border));border-radius:.25rem;flex:1;height:.125rem;margin:0 .5rem;position:relative;overflow:hidden}.step-connector-inner{height:100%;position:absolute;top:0;left:0}.check-icon{color:#fff;width:1rem;height:1rem}
