/**
 * Rexa Data Bundle brand overrides on Sneat design tokens.
 */
:root {
  --bs-primary: #1e40af;
  --bs-primary-rgb: 30, 64, 175;
  --color-product-primary: #1e40af;
  --ghbm-brand-primary: #1e40af;
  --ghbm-brand-primary-dark: #1e3a8a;
  --ghbm-brand-accent: #0891b2;
}

.btn-primary,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
  background-color: var(--ghbm-brand-primary) !important;
  border-color: var(--ghbm-brand-primary) !important;
  box-shadow: 0 2px 4px 0 rgba(30, 64, 175, 0.28) !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #1e3a8a !important;
  border-color: #1e3a8a !important;
}

.btn-outline-primary {
  color: var(--ghbm-brand-primary) !important;
  border-color: var(--ghbm-brand-primary) !important;
}

.btn-outline-primary:hover {
  background-color: var(--ghbm-brand-primary) !important;
  border-color: var(--ghbm-brand-primary) !important;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--ghbm-brand-primary) !important;
  box-shadow: 0 0 0.25rem 0.05rem rgba(30, 64, 175, 0.12) !important;
}

.form-check-input:checked {
  background-color: var(--ghbm-brand-primary) !important;
  border-color: var(--ghbm-brand-primary) !important;
}

.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle),
.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle)::before {
  background-color: var(--ghbm-brand-primary) !important;
}

.bg-menu-theme .menu-inner > .menu-item.active:before {
  background: var(--ghbm-brand-primary) !important;
}

.text-primary {
  color: var(--ghbm-brand-primary) !important;
}

.bg-primary {
  background-color: var(--ghbm-brand-primary) !important;
}

.sidebar-user-card {
  border-color: rgba(30, 64, 175, 0.16) !important;
  background:
    linear-gradient(135deg, rgba(30, 64, 175, 0.08), rgba(8, 145, 178, 0.06)),
    #fff !important;
}

.app-brand-text,
.menu-vertical .menu-link:hover,
.menu-vertical .menu-item.active > .menu-link {
  color: inherit;
}
