body.whitelabel {
  transition: none !important;
}

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

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

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

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

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

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

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

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

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

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

/* cor da fonte do rodapé */

.whitelabel #menu_lateral_principal_wrapper .text_footer {
  color: #666666;
}

.whitelabel #menu_lateral_principal_wrapper .text_footer::after {
  content: '2022 Desenvolvido por Zapclinic'
}

/* cor dos ícones do super */

.whitelabel #menu_lateral_principal_wrapper li a.level_1.text-warning{
    color: #bc9634 !important;
}

.whitelabel #menu_lateral_principal_wrapper li a.level_1.text-warning:hover{
    color: #806820 !important;
}



/* bg das páginas de login */

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

/* fonte rodapé logins */

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