body { background: #f6f7f9; }
.card { border: 0; box-shadow: 0 1px 8px rgba(0,0,0,.06); }
.metric { font-size: 1.5rem; font-weight: 700; }
.table-sm td, .table-sm th { white-space: nowrap; }

/* Module 3.10 navbar cleanup */
.app-navbar {
  z-index: 1030;
}
.app-navbar .nav-link.active,
.app-navbar .nav-link.show {
  color: #ffc107 !important;
  font-weight: 600;
}
.app-navbar .dropdown-menu .dropdown-item.active {
  background: #212529;
  color: #ffc107;
  font-weight: 600;
}
.app-navbar .dropdown-menu .dropdown-item.text-danger.active {
  color: #ffc107 !important;
}
.app-breadcrumb-row {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding: .45rem 0;
}
.app-breadcrumb-row .breadcrumb-item a {
  text-decoration: none;
}

.app-breadcrumb-row .breadcrumb {
    --bs-breadcrumb-divider: '>';
}