.bg-giallo-interactive {
    background-color: rgba(255, 236, 0, 1);
}

.text-giallo-interactive {
    color: rgba(255, 236, 0, 1)!important;
}

.border-giallo-interactive {
    border-color: rgba(255, 236, 0, 1);
}

.form-control-giallo-interactive {
    background-color: rgba(255, 236, 0, 1);
    border: none;
    padding: 0.5rem;
}

.btn-giallo-interactive {
    background-color: rgba(255, 236, 0, 1);
}

.shadow-giallo-interactive {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}