/* HTDR admin console — SMU brand recolour of PatternFly v5 (keycloak.v2 admin SPA).
   Branding only; structure is the stock admin console. */
:root,
.pf-v5-theme-dark {
  --pf-v5-global--primary-color--100: #354ca1;
  --pf-v5-global--primary-color--200: #223167;
  --pf-v5-global--link--Color: #354ca1;
  --pf-v5-global--link--Color--hover: #223167;
  --pf-v5-global--active-color--100: #354ca1;
  --pf-v5-global--active-color--200: #223167;
}

.pf-v5-c-button.pf-m-primary {
  --pf-v5-c-button--m-primary--BackgroundColor: #354ca1;
  --pf-v5-c-button--m-primary--hover--BackgroundColor: #223167;
  --pf-v5-c-button--m-primary--active--BackgroundColor: #223167;
  border-radius: 999px;
}

/* SMU-blue masthead so the white SMU logo reads on any theme. The masthead's content +
   toolbar children carry their own (dark, in dark mode) background that would paint over
   the bar — force them transparent so the whole bar is uniformly SMU blue. */
.pf-v5-c-masthead {
  --pf-v5-c-masthead--BackgroundColor: #223167;
  background-color: #223167 !important;
}
.pf-v5-c-masthead__main,
.pf-v5-c-masthead__content,
.pf-v5-c-masthead__toggle,
.pf-v5-c-masthead .pf-v5-c-toolbar,
.pf-v5-c-masthead .pf-v5-c-toolbar__content,
.pf-v5-c-masthead .pf-v5-c-toolbar__content-section,
.pf-v5-c-masthead .pf-v5-c-toolbar__item {
  background-color: transparent !important;
  --pf-v5-c-toolbar--BackgroundColor: transparent;
}
.pf-v5-c-masthead .pf-v5-c-brand,
.pf-v5-c-masthead__brand img {
  height: 30px;
}
