body.whitelabel {
  transition: none !important;
}

.whitelabel #nav_top {
  background-color: #000000;
}

/* cor da fonte nav-top (nome usuário) */

.whitelabel #nav_top a.text-muted2 {
  color: #ffffff !important;
}

/* cor dos ícones de notificação */

.whitelabel #nav_top #top_notifications span .uil::before,
.whitelabel #nav_top .uil-volume-mute::before {
  color: #ffffff !important;
}

.whitelabel #menu_lateral_principal_wrapper {
  background-color: #ffffff;
}

.whitelabel #menu_lateral_principal_wrapper .main_logo_menu{
  filter: none;
}


/* cor da fonte dos links do menu lateral */

.whitelabel #menu_lateral_principal li a.level_1 {
  border: 1px solid #000000;
  color: #000000;
}

.whitelabel #menu_lateral_principal li a.level_2{
    color: #000000;
}

.whitelabel #menu_lateral_principal li a.level_1:hover,
.whitelabel #menu_lateral_principal li a.level_2:hover{
  color: #000000;
}

/* cor da fonte do rodapé */

.whitelabel #menu_lateral_principal_wrapper .text_footer {
  color: #000000 !important;
}

.whitelabel #menu_lateral_principal_wrapper .text_footer::after {
  content: '© 2024 - Desenvolvido por ChatGuru';
}

/* bg das páginas de login */

.bg-login.whitelabel {
  background-color: #FFFFFF !important;
}

/* fonte rodapé logins */

.bg-login.whitelabel .text-light{
  color: #000000 !important;
}