@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"); .wizard-steps-container{padding:20px 0;margin-top:20px}.wizard-steps{display:flex;justify-content:space-between;position:relative;padding-bottom:20px}.wizard-steps::before{content:'';position:absolute;top:15px;left:0;right:0;height:2px;background-color:#e9ecef;z-index:1}.wizard-step{position:relative;z-index:2;text-align:center;flex:1}.wizard-step .step-number{width:30px;height:30px;border-radius:50%;background:#e9ecef;display:inline-flex;align-items:center;justify-content:center;margin-bottom:5px;border:2px solid #e9ecef;color:#6c757d;font-weight:bold}.wizard-step .step-label{font-size:12px;color:#6c757d;display:block}.wizard-step.completed .step-number{background:#32b54f;border-color:#2bc3fd;color:#fff}.wizard-step.completed .step-label{color:#32b54f}.wizard-step.current .step-number{background:#32b54f;border-color:#32b54f;color:#fff}.wizard-step.current .step-label{color:#32b54f;font-weight:bold}.wizard-step.final .step-number{background:#27ae60;border-color:#27ae60;color:#fff}.wizard-step.final .step-label{color:#27ae60;font-weight:bold}.step-content{min-height:200px}.step-content.active{display:block;animation:fadeIn 0.3s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wizard-form-error{color:#dc3545;font-size:0.875rem;margin-top:0.25rem;display:none}.wizard-form-style1{display:flex;flex-direction:column;width:100%;min-height:410px;margin:0 auto;padding:20px;align-items:center;justify-content:center}.gif-image-success{width:100%;height:auto;max-width:100px;display:block;margin:0 auto}

