
body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card {
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-4px);
}

.table-hover tbody tr:hover {
    background-color: #f1f1f1;
}

.navbar-brand img {
    height: 40px;
}

.toast {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1055;
}

h1, h2, h3, h4, h5 {
    color: #343a40;
}
/* Keep dropdowns above both banners, but banners above page content */
.irops-banner{ position:sticky; top:0; z-index:1020; /* was 1035 */ background:#7f1d1d; color:#fff; border-bottom:1px solid rgba(255,255,255,.15) }
.hb-banner{    position:sticky; top:0; z-index:1010; /* was 1030 */ background:#0b1220; color:#fff; border-bottom:1px solid rgba(255,255,255,.08) }
/* ===============================
   VERUS OPS HEADER (NAMESPACED)
   =============================== */

.va-header {
  background: #0b1220;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 0.4rem 1rem;
  z-index: 1040;
}

.va-header .nav-link {
  color: #e5e7eb;
  font-weight: 600;
  font-size: 13px;
}

.va-header .nav-link:hover,
.va-header .dropdown-toggle.show {
  color: #ffffff;
}

.va-header .dropdown-menu {
  font-size: 13px;
  border-radius: 8px;
}

.va-header .dropdown-item {
  font-weight: 500;
}

.va-logo img {
  height: 36px;
}

.va-badge {
  position: absolute;
  top: -2px;
  right: -6px;
  font-size: 10px;
  padding: 3px 6px;
}
