/*
 * iteamco Grafana — v7
 * Selectores reales obtenidos via DevTools
 */

/* ─── SIDEBAR / MEGA-MENU (selector estable via data-testid) ── */
[data-testid="data-testid navigation mega-menu"],
[data-testid="data-testid navigation mega-menu"] > div,
nav.css-rs8tod {
  background-color: #1a1a4a !important;
}

/* Íconos y texto del sidebar */
[data-testid="data-testid navigation mega-menu"] *,
nav.css-rs8tod * {
  color: #dbdee3 !important;
}

/* Item activo y hover */
[data-testid="data-testid navigation mega-menu"] a:hover,
[data-testid="data-testid navigation mega-menu"] [class*="active"],
nav.css-rs8tod a:hover {
  color: #2eb2a7 !important;
  background-color: rgba(46, 178, 167, 0.15) !important;
}

/* ─── MENÚ DESPLEGABLE USUARIO (derecha) ──────────────────── */
[role="menu"],
[role="listbox"],
[class*="UserMenu"],
[class*="dropdown"],
[class*="Dropdown"],
[class*="popover"],
[class*="Popover"] {
  background-color: #22225f !important;
  border: 1px solid #2eb2a7 !important;
  border-radius: 6px !important;
}

[role="menu"] *,
[role="listbox"] *,
[class*="dropdown"] li,
[class*="popover"] li {
  color: #dbdee3 !important;
}

[role="menu"] li:hover,
[role="option"]:hover,
[class*="MenuItem"]:hover,
[class*="menu-item"]:hover {
  background-color: #2eb2a7 !important;
  color: #ffffff !important;
}


/* Logo - toda la aplicación */
img[src*="grafana_icon"],
img[src*="grafana_mask"],
img[src*="iteamco-logo"] {
  max-width: 150px !important;
  width: 150px !important;
height: 60% !important;
  max-height: 100% !important;
}

@media (min-width: 576px) {
  img[src*="grafana_icon"],
  img[src*="grafana_mask"],
  img[src*="iteamco-logo"] {
    max-width: 175px !important;
    width: 175px !important;
height: 60% !important;
  max-height: 100% !important;
  }
}

@media (min-width: 768px) {
  img[src*="grafana_icon"],
  img[src*="grafana_mask"],
  img[src*="iteamco-logo"] {
    max-width: 200px !important;
    width: 150px !important;
height: 60 !important;
  max-height: 100% !important;
  }
}

@media (min-width: 992px) {
  img[src*="grafana_icon"],
  img[src*="grafana_mask"],
  img[src*="iteamco-logo"] {
    max-width: 220px !important;
    width: 1500px !important;
height: 60% !important;
  max-height: 100% !important;
  }
}

@media (min-width: 1200px) {
  img[src*="grafana_icon"],
  img[src*="grafana_mask"],
  img[src*="iteamco-logo"] {
    max-width: 250px !important;
    width: 150px !important;
height: 60% !important;
  max-height: 100% !important;
  }
}
