/**
 * CSS per il form di segnalazioni (complaints)
 */

.step {
    display: none;
}

.step.active-step {
    display: block;
}

.profile-btn.active {
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
}

.stepper-nav li.active {
    background-color: #f8f9fa;
    font-weight: bold;
}

.stepper-nav li.active img {
    opacity: 1;
}

.stepper-nav li:not(.active) img {
    opacity: 0.5;
}

/* Stili per l'header focusabile */
.step-header {
    outline: none;
}

.step-header:focus {
    outline: 2px solid #0066cc;
    outline-offset: 2px;
}
