.case-form-container{max-width:600px;margin:2rem auto;padding:2rem;border:1px solid #ddd;border-radius:10px;background-color:#fff;box-shadow:0 4px 10px #0000001a;font-family:Arial,sans-serif}.form-title{text-align:center;font-size:1.8rem;margin-bottom:1rem;color:#333}.step-indicator{display:flex;justify-content:space-between;margin-bottom:1.5rem}.step{text-align:center;flex:1;position:relative}.step-number{width:30px;height:30px;margin:0 auto;border-radius:50%;background-color:#ccc;color:#fff;line-height:30px}.step.active .step-number{background-color:#007bff}.step.completed .step-number{background-color:#28a745}.step-title{margin-top:5px;font-size:.9rem}.form-error{color:red;margin-bottom:1rem;font-weight:700}.form-step input,.form-step select,.form-step textarea{width:100%;padding:10px;margin-bottom:10px;border-radius:6px;border:1px solid #ccc;font-size:1rem}.form-step textarea{resize:vertical}.review-step{background-color:#f9f9f9;padding:1rem;border-radius:6px;border:1px solid #eee}.form-buttons{display:flex;justify-content:space-between;margin-top:1rem}.btn{padding:10px 20px;border-radius:6px;border:none;font-weight:700;cursor:pointer}.btn.prev{background-color:#6c757d;color:#fff}.btn.prev:hover{background-color:#5a6268}.btn.next{background-color:#007bff;color:#fff}.btn.next:hover{background-color:#0069d9}.btn.submit{background-color:#28a745;color:#fff}.btn.submit:hover{background-color:#218838}.btn:disabled{opacity:.6;cursor:not-allowed}.success-title{color:#28a745;text-align:center;font-size:1.8rem;margin-bottom:1rem}.success-text{text-align:center;color:#333}
