/*
 * Lightweight SolonTech admin console branding.
 * The console still inherits Keycloak's maintained React admin theme; this
 * only corrects the visible brand asset when the admin theme supports styles.
 */

:root {
  --solontech-primary: #01573b;
  --solontech-accent: #f8b400;
}

.pf-v5-c-masthead,
.pf-c-masthead {
  --pf-v5-c-masthead--BackgroundColor: #052d27;
  --pf-c-masthead--BackgroundColor: #052d27;
}

.pf-v5-c-masthead__brand,
.pf-c-masthead__brand {
  min-width: 156px;
}

.pf-v5-c-masthead__brand img,
.pf-c-masthead__brand img {
  content: url("../img/logo-solontech.png");
  display: block;
  width: 150px;
  max-width: 150px;
  height: auto;
  object-fit: contain;
}

.pf-v5-c-page__sidebar,
.pf-c-page__sidebar {
  --pf-v5-c-page__sidebar--BackgroundColor: #052d27;
  --pf-c-page__sidebar--BackgroundColor: #052d27;
}

.pf-v5-c-nav__link.pf-m-current,
.pf-c-nav__link.pf-m-current,
.pf-v5-c-nav__link.pf-m-current::after,
.pf-c-nav__link.pf-m-current::after {
  color: #ffffff;
  border-color: var(--solontech-accent);
}
