/* SellerHub brand theme — applied over Tabler 1.0.0-beta21 */

/* ── 1. CSS variable overrides (cascade to most Tabler components) ── */
:root {
  /* Electric Blue replaces Tabler's default #206bc4 */
  --tblr-primary:        #378ADD;
  --tblr-primary-rgb:    55, 138, 221;
  --tblr-primary-fg:     #ffffff;
  --tblr-primary-darken: #185FA5;
  --tblr-primary-lt:     #ddeaf8;

  /* Links */
  --tblr-link-color:       #378ADD;
  --tblr-link-hover-color: #185FA5;

  /* Body font (Inter already loaded in head.php) */
  --tblr-font-sans-serif: 'Inter', system-ui, -apple-system, sans-serif;

  /* Page and surface backgrounds */
  --tblr-body-bg:   #F2F5F8;
  --tblr-bg-surface: #ffffff;

  /* Muted / secondary text */
  --tblr-secondary-color: #7A9BBF;

  /* Override Tabler's named "blue" — used by bg-blue-lt, text-blue, etc. */
  --tblr-blue:        #378ADD;
  --tblr-blue-rgb:    55, 138, 221;
  --tblr-blue-lt:     #ddeaf8;
  --tblr-blue-fg:     #ffffff;
  --tblr-blue-darken: #185FA5;

  /* Override Tabler's "azure" — used by bg-azure-lt (manager role, draft status) */
  --tblr-azure:        #2E5A80;
  --tblr-azure-rgb:    46, 90, 128;
  --tblr-azure-lt:     #d6e4f0;
  --tblr-azure-fg:     #ffffff;
  --tblr-azure-darken: #1A1C1E;
}

/* ── 2. Sidebar ─────────────────────────────────────────────────────── */
.navbar-vertical {
  background-color: #1A1C1E;
  border-right-color: #252729;
}

/* Brand logo — render in full colour, 90% sidebar width, right-aligned */
.navbar-brand {
  width: 100%;
  display: flex !important;
  justify-content: center;
}

.navbar-brand-image {
  filter: none !important;
  width: 90%;
  height: auto !important;
  max-height: none !important;
}

/* Active item */
.navbar-vertical .nav-item.active > .nav-link,
.navbar-vertical .nav-link.active {
  color: #378ADD;
}

.navbar-vertical .nav-item.active > .nav-link .nav-link-icon,
.navbar-vertical .nav-link.active .nav-link-icon {
  color: #378ADD;
}

/* ── 3. Muted text ──────────────────────────────────────────────────── */
.text-muted {
  color: #7A9BBF !important;
}
