:root {
  --pf-global--primary-color--100: #2E86AB !important;
  --pf-global--primary-color--200: #A23B72 !important;
  --pf-global--BackgroundColor--100: #F8F9FA !important;
}
header, .pf-c-page__header, .pf-l-page__header {
  background: linear-gradient(135deg, #2E86AB 0%, #A23B72 100%) !important;
  border-bottom: 3px solid #F18F01 !important;
}
img[alt*="Kaoto" i], img[src*="kaoto" i], svg[aria-label*="Kaoto" i] {
  display: none !important;
  visibility: hidden !important;
}
.pf-c-brand img:not(.enlixy-logo), .pf-c-brand svg:not(.enlixy-logo) {
  display: none !important;
  visibility: hidden !important;
}
.enlixy-brand-fixed {
  position: fixed !important;
  top: 8px;
  left: 64px;
  background: none !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  z-index: 9999 !important;
}
.enlixy-brand-fixed .enlixy-brand {
  color: white !important;
  font-weight: bold !important;
  font-size: 1.2rem !important;
  white-space: nowrap !important;
}
