.header-navbar {background: linear-gradient(45deg, #06345e, #22b573) !important; }
.container-header a.navbar-tool.button-account:hover i, .container-header .navbar-tool.dropdown:hover i{ color: #0a4561 !important;}

@media (max-width: 1024px) { /* tablet e smartphone */
    a[onclick*="invoke_logout"] {
        display: none !important;
    }
}

/* Nasconde il pulsante "Scarica Notifier App" su mobile */
@media (max-width: 1024px) {
    a[target="mp_notifier"] {
        display: none !important;
    }
}