/* Zivah brand overrides on top of Keen v3 (style.bundle.css).
   Re-point Keen's primary (#3E97FF) to Zivah teal #0fb5c4 and warm the dark sidebar. */
:root,
[data-bs-theme="light"] {
  --bs-primary: #0fb5c4;
  --bs-primary-rgb: 15, 181, 196;
  --bs-primary-active: #0a8a96;
  --bs-primary-light: #d6f1f4;
  --bs-link-color: #0a8a96;
  --bs-link-hover-color: #0fb5c4;
}

/* Buttons / active states that Keen ties to primary */
.btn.btn-primary {
  --bs-btn-bg: #0fb5c4;
  --bs-btn-border-color: #0fb5c4;
  --bs-btn-color: #04140d;
  --bs-btn-hover-bg: #0a8a96;
  --bs-btn-hover-border-color: #0a8a96;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-active-bg: #0a8a96;
  --bs-btn-active-border-color: #0a8a96;
}
.text-primary { color: #0fb5c4 !important; }
.bg-primary { background-color: #0fb5c4 !important; }

/* Warm ink dark sidebar to match the Zivah brand (vs Keen's blue-black) */
[data-kt-app-layout="dark-sidebar"] .app-sidebar {
  background-color: #0e1a15;
  border-right: 1px solid rgba(255,255,255,0.06);
}
[data-kt-app-layout="dark-sidebar"] .app-sidebar .menu-item .menu-link.active {
  background-color: rgba(15,181,196,0.14);
}
[data-kt-app-layout="dark-sidebar"] .app-sidebar .menu-item .menu-link.active .menu-title,
[data-kt-app-layout="dark-sidebar"] .app-sidebar .menu-item .menu-link.active .menu-icon i {
  color: #7fd9e2 !important;
}
