/* Estilos do modo de alto contraste */
body.alto-contraste {
  background-color: #000 !important;
  color: #fff !important;
}

body.alto-contraste .card,
body.alto-contraste .card-header,
body.alto-contraste .navbar,
body.alto-contraste .alert,
body.alto-contraste .alert-info,
body.alto-contraste .alert-danger,
body.alto-contraste .alert-warning,
body.alto-contraste .alert-success,
body.alto-contraste .alert-primary,
body.alto-contraste .alert-secondary,
body.alto-contraste .text-info,
body.alto-contraste .text-danger,
body.alto-contraste .text-warning,
body.alto-contraste .text-success,
body.alto-contraste .text-primary,
body.alto-contraste .text-secondary,
body.alto-contraste .somente-texto,
body.alto-contraste .table,
body.alto-contraste .tab-pane,
body.alto-contraste label,
body.alto-contraste .dropdown-menu,
body.alto-contraste .check,
body.alto-contraste input[type="text"],
body.alto-contraste input[type="password"],
body.alto-contraste input[type="file"],
body.alto-contraste input[type="date"],
body.alto-contraste input[type="number"],
body.alto-contraste input[type="email"],
body.alto-contraste select,
body.alto-contraste textarea,
body.alto-contraste .modal
{
  background-color: #121212 !important;
  color: #fff !important;
  border-color: #fff !important;
}

body.alto-contraste input[type="checkbox"],
body.alto-contraste .custom-control-input,
body.alto-contraste .custom-control-label,
body.alto-contraste .modal{
  background-color: #121212 !important;
  color: #fff !important;
  border-color: #fff !important;
  accent-color: #000000; /* Cor de fundo quando marcado */
  outline: 2px solid #ffffff; /* Contraste extra */
}

body.alto-contraste a,
body.alto-contraste .btn,
body.alto-contraste .lnr-eye {
  background-color: #121212 !important;  
  color: #ffbb33 !important;
  border-color: #fff !important;
}
/* 
body.alto-contraste input[type="text"],
input[type="password"],
input[type="file"],
input[type="date"],
input[type="number"],
select {
  background-color: #121212 !important;
  color: #fff !important;
  border-color: #fff !important;
} */
