/* Sidebar and nav link color for light/dark mode */
.visa-sidebar {
  background-color: #f8f9fa;
  color: #212529;
  min-height: 100vh;
}
.visa-sidebar .sidebar-title {
  color: #212529;
  font-weight: 600;
}
.visa-sidebar .nav-link {
  color: #212529;
}
.visa-sidebar .nav-link.active, .visa-sidebar .nav-link:focus, .visa-sidebar .nav-link:hover {
  background-color: #e9ecef;
  color: #0d6efd;
}

html[data-bs-theme='dark'] .visa-sidebar {
  background-color: #181a1b;
  color: #f8f9fa;
}
html[data-bs-theme='dark'] .visa-sidebar .sidebar-title {
  color: #f8f9fa;
}
html[data-bs-theme='dark'] .visa-sidebar .nav-link {
  color: #f8f9fa;
}
html[data-bs-theme='dark'] .visa-sidebar .nav-link.active, html[data-bs-theme='dark'] .visa-sidebar .nav-link:focus, html[data-bs-theme='dark'] .visa-sidebar .nav-link:hover {
  background-color: #23272b;
  color: #0d6efd;
}
/* Custom styles for APT ANETRest Developer Portal */

body { background-color: #f8f9fa; }
.vds-heading-1 { margin-top: 1rem; }

/* Dark mode overrides */
html[data-bs-theme='dark'] body {
  background-color: #181a1b;
  color: #f8f9fa;
}
html[data-bs-theme='dark'] .card,
html[data-bs-theme='dark'] .visa-card {
  background-color: #23272b;
  color: #f8f9fa;
}
html[data-bs-theme='dark'] .card-header,
html[data-bs-theme='dark'] .visa-card-header {
  background-color: #23272b;
  border-bottom: 1px solid #343a40;
}
html[data-bs-theme='dark'] .sidebar,
html[data-bs-theme='dark'] .visa-sidebar {
  background-color: #181a1b;
}
html[data-bs-theme='dark'] .btn-outline-dark {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
html[data-bs-theme='dark'] .btn-outline-dark:hover {
  background-color: #343a40;
  color: #fff;
}
html[data-bs-theme='dark'] .btn-outline-secondary {
  color: #f8f9fa;
  border-color: #adb5bd;
}
html[data-bs-theme='dark'] .btn-outline-secondary:hover {
  background-color: #495057;
  color: #fff;
}
