/* RAS ÍRIS ESG — contraste padrão para botões azuis */

/* Menu lateral azul: texto e ícones sempre brancos, inclusive hover/ativo. */
.conf-nav button,
.conf-nav button:hover,
.conf-nav button:focus,
.conf-nav button:active,
.conf-nav button.active {
  color: #fff !important;
}

.conf-nav button span,
.conf-nav button:hover span,
.conf-nav button:focus span,
.conf-nav button:active span,
.conf-nav button.active span {
  color: inherit !important;
}

/* Variações de botão azul usadas ou adicionadas futuramente no módulo ESG. */
button.blue,
.conf-button.blue,
.esg-vd-tool.blue,
.esg-vd-component.blue,
button[data-color="blue"],
button[data-theme="blue"] {
  color: #fff !important;
}

button.blue *,
.conf-button.blue *,
.esg-vd-tool.blue *,
.esg-vd-component.blue *,
button[data-color="blue"] *,
button[data-theme="blue"] * {
  color: inherit !important;
}
