
    /* KKWP Taktikal Auth Dynamic Styles */
    body #kkwp_taktikal_form .auth-method-selector label {
        color: #000000 !important;
    }
    
    body #kkwp_taktikal_form .auth-method-selector label.active {
        color: #000000 !important;
        font-weight: 600;
    }
    
    body #kkwp_taktikal_form .auth-method-selector label.active::after {
        background-color: #41562d !important;
    }
    
    body #kkwp_taktikal_form input[type='submit'] {
        background-color: #41562d !important;
        color: #ffffff !important;
        border-radius: 0px !important;
    }
    
    body #kkwp_taktikal_form input[type='submit']:hover {
        background-color: #32471e !important;
    }
    
    body #sim-auth-fields,
    body #app-auth-fields {
        border-radius: 0px !important;
    }
    
    /* Progress bar and loading indicators */
    body .progress-fill {
        background: #f7f5ee;
    }
    
    body .step-indicator.loading {
        background: #f7f5ee;
    }
    
    body .step-indicator.completed {
        background: #41562d;
    }
    
    body .verification-code {
        border: 2px solid #f7f5ee;
        color: #f7f5ee;
    }
    
    /* Custom CSS */
    
    