/*
 * Admin App — layout overrides
 * Supplements the Bootstrap Booking template (style.css).
 * Only add rules that differ from the template defaults.
 */

/* ── Dark sidebar overrides ─────────────────────── */
/* The template sidebar is navbar-light; we use navbar-dark bg-dark. */
.sidebar.navbar-dark {
  background-color: #0f1535 !important;
}

.sidebar.navbar-dark .sidebar-content .nav-link {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sidebar.navbar-dark .sidebar-content .nav-link:hover,
.sidebar.navbar-dark .sidebar-content .nav-link.active {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.sidebar.navbar-dark .offcanvas {
  background-color: #0f1535 !important;
}

/* Section titles inside dark sidebar */
.sidebar.navbar-dark .navbar-nav .text-secondary {
  color: rgba(255, 255, 255, 0.35) !important;
}
