#notifications, 
#notifications .notification.error, 
#notifications .notification.warning,
.notification.permanent { 
    display: none !important; 
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
