.outer-container{width:100%}.step-circle-container{border-radius:8px;padding:16px;width:100%}.step-indicator-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.step-indicator,.step-indicator-inner{display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.step-indicator-inner{width:30px;height:30px;border-radius:50%;font-size:14px;font-weight:500;background:rgba(255,255,255,.1);box-shadow:0 -5px 11px 0 rgba(255,255,255,.05),0 5px 18.1px 0 rgba(0,0,0,.05),0 0 0 1px rgba(255,255,255,.1)}.check-icon{width:18px;height:18px;color:white}.active-dot{width:8px;height:8px;background-color:white;border-radius:50%}.step-number{font-size:12px}.step-connector{flex:1;height:2px;background-color:#ffffff;margin:0 8px;position:relative;z-index:1}.step-connector-inner{height:100%;background-color:rgba(255,255,255,.1)}.footer-container{margin-top:16px;width:100%}.footer-nav{display:flex;justify-content:flex-end;gap:12px;width:100%}.footer-nav.spread{justify-content:space-between}.footer-nav.end{justify-content:flex-end}.back-button{padding:8px 16px;border-radius:8px;border:1px solid #4957a2;background-color:transparent;color:white;cursor:pointer}.back-button.inactive{opacity:.5;cursor:not-allowed}.next-button{padding:8px 16px;border-radius:8px;background-color:#00d8ff;color:white;border:none;cursor:pointer}.step-content-default{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:8px;width:100%}.step-default{padding:16px}.spinner{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}