.progress-container{background-color:#fff;border-radius:1rem;box-shadow:0 4px 10px rgba(0,0,0,.05);padding:1.5rem;border:1px solid #f3f4f6}.progress-steps{justify-content:space-between}.progress-step,.progress-step-wrapper,.progress-steps{display:flex;align-items:center}.progress-step{flex-direction:column;transition:all .3s ease}.active-step{color:#1E2A5E}.completed-step{color:#6b7280;cursor:pointer}.completed-step:hover{color:#374151}.inactive-step{color:#9ca3af}.progress-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;border:2px solid #d1d5db;background-color:#f9fafb;transition:all .3s ease}.icon-active{background-color:#1E2A5E;border-color:#1E2A5E;color:#fff;box-shadow:0 2px 6px rgba(30,42,94,.4)}.icon-completed{background-color:#f9fafb;border-color:#d1d5db}.icon-completed:hover{border-color:#9ca3af}.icon-inactive{background-color:#f9fafb;border-color:#d1d5db}.step-icon{width:1.25rem;height:1.25rem}.step-title{font-size:.875rem;font-weight:500;margin-top:.5rem}.step-arrow{width:1.25rem;height:1.25rem;color:#d1d5db;margin:0 1rem}