/* Connektflow Custom Branding */

/* Hide main sidebar menu items */
a[href*="/campaigns"],
a[href*="/portals"],
a[href*="/captain"],
a[href*="chatwoot.com"],
a[href*="www.chatwoot.com"] {
  display: none !important;
}

/* Hide menu items using :has selector (modern browsers) */
li:has(> a[href*="/campaigns"]),
li:has(> a[href*="/portals"]),
li:has(> a[href*="/captain"]),
div:has(> a[href*="/campaigns"]),
div:has(> a[href*="/portals"]),
div:has(> a[href*="/captain"]) {
  display: none !important;
}

/* Custom brand color overrides */
:root {
  --color-woot-500: #25D366;
  --color-woot-600: #128C7E;
}

.powered-by-chatwoot,
[class*="chatwoot-branding"] {
  display: none !important;
}

