:root,
html,
body{
  --accent-r: 0 !important;
  --accent-g: 54 !important;
  --accent-b: 110 !important;
  --accent-rgb: 0, 54, 110 !important;
  --accent: #00366e !important;
  --accent-dark: #002a56 !important;
  --accent-08: rgba(0, 54, 110, .08) !important;
  --accent-10: rgba(0, 54, 110, .10) !important;
  --accent-12: rgba(0, 54, 110, .12) !important;
  --accent-15: rgba(0, 54, 110, .15) !important;
  --accent-16: rgba(0, 54, 110, .16) !important;
  --accent-55: rgba(0, 54, 110, .55) !important;
  --brand-r: 0 !important;
  --brand-g: 54 !important;
  --brand-b: 110 !important;
  --brand-rgb: 0, 54, 110 !important;
  --brand: #00366e !important;
  --revenda-color: #00366e !important;
  --link: #00366e !important;
  --link-hover: #002a56 !important;
}

.app-footer,
.footer,
.ps-footer,
.nav-card.is-active,
.menu-card.is-active,
.dropdown-card.is-active,
.nav-mega a:hover,
.btn-primary,
.btn-novo,
.badge--ativo{
  background-color: var(--accent) !important;
  border-color: var(--accent) !important;
}
.table--accent tbody tr:hover,
.table--accent tbody tr:focus-within{
  background-color: rgba(0, 54, 110, .10) !important;
}
