/* Logo */
.navbar-brand img {
    max-height: 65px;
    width: auto !important;
}
/* Links */
.navbar-nav li a {
    color: white !important;
    font-weight: bold;
}
/* Hover */
.navbar-nav li a:hover {
    color: #38bdf8 !important;
}
/* Cambiar Dashboards -> Tableros */
a[href="/dashboard/list/"] {
    font-size: 15 !important;
}

/* Cambiar logo */
.navbar-brand img {
  content: url('/static/custom/logo.png') !important;
}

/* ── Solo home ── */
body.page-home .ant-collapse-item:nth-child(1),
body.page-home .ant-collapse-item:nth-child(3),
body.page-home .ant-collapse-item:nth-child(4) {
  display: none !important;
}

body.page-home .ant-collapse-item:nth-child(2) .ant-collapse-header .anticon {
  display: none !important;
}

body.page-home .ant-collapse-item:nth-child(2) .ant-collapse-header {
  pointer-events: none !important;
  cursor: default !important;
}

body.page-home .ant-collapse-item:nth-child(2) .ant-collapse-content {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  opacity: 1 !important;
}

body.page-home .ant-collapse-item:nth-child(2) .nav-right .superset-button,
body.page-home .ant-collapse-item:nth-child(4) .nav-right .superset-button {
  display: none !important;
}

body.page-home .ant-card-meta-description {
  display: none !important;
}

body.page-home .ant-collapse-item:nth-child(2) .no-router {
  display: none !important;
}

body.page-home .ant-collapse-item:nth-child(2) .ant-row.menu {
  display: none !important;
}

body.page-home .ant-menu-item-group:has(.about-section) {
  display: none !important;
}

.css-10rqylw {
  overflow: visible !important;
}

/* Ocultar sección About del menú */
.ant-menu-item-group:has(.about-section) {
  display: none !important;
}

/* Ocultar selector de idioma */
li[aria-label="Languages"] {
  display: none !important;
}

/* Ocultar texto "En cache X hours ago" */
.ant-dropdown-menu .css-2a93ez {
  display: none !important;
}
/* Ocultar opciones de intervalo corto */
.ant-select-item-option[title="10 segundos"],
.ant-select-item-option[title="30 segundos"],
.ant-select-item-option[title="1 minuto"],
.ant-select-item-option[title="5 minutos"] {
  display: none !important;
}

