/* OKTOGEN white-label for self-hosted draw.io — overlay CSS.
   Dark chrome + vendor-logo removal. The OKTOGEN wordmark is injected by
   oktogen-whitelabel.js (single source, avoids a double mark). */

/* Dark chrome */
.geMenubarContainer, .geToolbarContainer, .geSidebarContainer, .geFooterContainer,
.geDiagramContainer, .mxWindow, .geSidebar, .geFormat {
  background: #15131F !important; border-color: rgba(242,241,245,.16) !important;
}
.geMenubar, .geMenubar *, .geSidebarContainer, .geFormatContainer, .geTitle, .geFooterContainer {
  color: #F2F1F5 !important;
}
.geFormatContainer { background: #050409 !important; }

/* Remove the draw.io logo. It is an <a class="geAppIcon"> with the draw.io mark
   as a base64 background-image (NOT an <img>), so hide the element entirely. */
.geAppIcon { background-image: none !important; display: none !important; }

/* Any other logo image / vendor link / about */
img[src*='drawlogo'], img[src*='logo'], .geLogo, .geLogoSmall, .geAboutLink,
.geMenubarContainer > a:first-child img,
a[title*='draw.io' i], a[href*='drawio.com' i], a[href*='draw.io' i],
a[href*='diagrams.net' i] {
  display: none !important;
}
