body.whitelabel {
    transition: none !important;
  }
  
  .whitelabel #nav_top {
    background-color: #5a5a5a;
  }
  
  /* 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: #5a5a5a;
  }
  
  /* cor da fonte dos links do menu lateral */
  
  .whitelabel #menu_lateral_principal li a.level_1 {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  
  .whitelabel #menu_lateral_principal li a.level_2{
      color: #ffffff;
  }
  
  .whitelabel #menu_lateral_principal li a.level_1:hover,
  .whitelabel #menu_lateral_principal li a.level_2:hover{
    color: #a3a3a3;
  }
  
  /* cor da fonte do rodapé */
  
  .whitelabel #menu_lateral_principal_wrapper .text_footer {
    color: #ffffff;
  }
  
  .whitelabel #menu_lateral_principal_wrapper .text_footer::after {
    content: '© 2022 – Desenvolvido por ChatEficaz';
  }
  
  /* bg das páginas de login */
  
  .bg-login.whitelabel {
    background-color: #5a5a5a !important;
  }
  
  /* fonte rodapé logins */
  
  .bg-login.whitelabel .text-light{
    color: #ffffff !important;
  }