.outer-container{display:flex;min-height:100%;flex:1 1 0%;flex-direction:column;align-items:center;justify-content:center;padding:1rem;width:100%;max-width:48rem}.step-circle-container{margin-left:auto;margin-right:auto;width:100%;border-radius:1rem;box-shadow:var(--shadow-md);background:var(--bg-1);border:1px solid var(--border)}.step-indicator-row{display:flex;width:100%;align-items:center;padding:2rem}.step-content-default{position:relative;overflow:hidden}.footer-container,.step-default{padding-left:2rem;padding-right:2rem}.footer-container{padding-bottom: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{transition:all .35s;border-radius:.375rem;padding:.5rem 1rem;cursor:pointer;font-size:.875rem;line-height:1.25rem;font-weight:500}.back-button:disabled{opacity:.5;cursor:not-allowed}.next-button{transition:all .35s;display:flex;align-items:center;justify-content:center;border-radius:.375rem;font-weight:500;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;cursor:pointer}.next-button:disabled{opacity:.5;cursor:not-allowed}.step-indicator{position:relative;cursor:pointer;outline:none}.step-indicator-inner{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;font-weight:600}.active-dot{height:.75rem;width:.75rem;border-radius:9999px;background-color:hsl(var(--primary-foreground))}.step-number{font-size:.875rem}.step-connector{position:relative;margin-left:.5rem;margin-right:.5rem;height:.125rem;flex:1;overflow:hidden;border-radius:.25rem;background-color:hsl(var(--muted))}.step-connector-inner{position:absolute;left:0;top:0;height:100%}.check-icon{height:1rem;width:1rem;color:hsl(var(--primary-foreground))}