.wizard-steps{position:relative;margin-bottom:2rem}.wizard-steps:before{content:"";position:absolute;top:25px;left:0;right:0;height:2px;background-color:#e9ecef;z-index:1}.wizard-step{position:relative;text-align:center;z-index:2}.wizard-step-icon{width:50px;height:50px;border-radius:50%;background-color:#e9ecef;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;border:3px solid #fff;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.wizard-step.active .wizard-step-icon{background-color:#696cff;color:#fff}.wizard-step.current .wizard-step-icon{background-color:#696cff;color:#fff;transform:scale(1.1);box-shadow:0 4px 8px #696cff4d}.wizard-step-number{font-weight:700;font-size:1.1rem}.wizard-step-label{font-size:.875rem;font-weight:500;color:#6c757d;margin-top:.25rem}.wizard-step.active .wizard-step-label,.wizard-step.current .wizard-step-label{color:#696cff;font-weight:600}.wizard-step-content{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.wizard-step-label{font-size:.75rem}.wizard-step-icon{width:40px;height:40px}.wizard-step-number{font-size:1rem}}
