/* Remove Área do Cliente */
li[menuitemname="Client Area"],
#Primary_Navbar-Client_Area,
#Secondary_Navbar-Client_Area {
    display: none !important;
}

/* Remove Contato */
li[menuitemname="Contact Us"],
#Primary_Navbar-Contact_Us,
#Secondary_Navbar-Contact_Us {
    display: none !important;
}

/* Remove Status da Rede */
li[menuitemname="Network Status"],
#Primary_Navbar-Network_Status,
#Secondary_Navbar-Network_Status {
    display: none !important;
}

/* Remove Abrir Ticket */
li[menuitemname="Open Ticket"],
#Primary_Navbar-Open_Ticket,
#Secondary_Navbar-Open_Ticket {
    display: none !important;
}

/* Remove completamente a barra "Como podemos ajudar hoje?" */
.home-shortcuts,
.home-shortcuts-wrapper,
.client-home-shortcuts,
.client-home-cards {
    display: none !important;
}

