/* 
  White-labeling Keycloak Admin Console V2 
*/

:root {
    --pf-v5-c-brand--Height: 40px;
}

/* Targeted Brand Replacement (Masthead Only) */
.pf-v5-c-masthead__brand,
.pf-v5-c-masthead__brand-link,
.pf-v6-c-masthead__brand-link {
    content: url("../img/cp-logo.png") !important;
    height: 40px !important;
    width: auto !important;
    min-width: 140px;
    display: inline-block !important;
    margin-right: 20px;
}

/* CENTER LOGO FIX: Fixed Distortion & Proportions */
.keycloak_dashboard_icon,
.keycloak_dashboard_logo,
.pf-v5-c-brand.keycloak_dashboard_icon,
.pf-v5-c-empty-state__icon img,
[src*="icon.svg"] {
    content: url("../img/cp-logo.png") !important;
    width: 240px !important;      /* Wide enough for CP logo */
    max-width: 240px !important;  /* Override default 114px squishing */
    height: auto !important;      /* Maintain aspect ratio */
    margin-bottom: 40px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    object-fit: contain !important;
}

/* NUCLEAR FIX for SVG versions */
.pf-v5-c-empty-state__icon svg,
[data-testid="welcome-header"] svg,
svg.keycloak_dashboard_icon {
    display: none !important;
}



/* Optional: Change the blue header to your brand color */
.pf-c-page__header,
.pf-v5-c-page__header {
    border-top: 3px solid #00aeef !important;
}

/* Change sidebar active state if desired */
.pf-c-nav__link.pf-m-current::after,
.pf-v5-c-nav__link.pf-m-current::after {
    --pf-v5-c-nav__link--m-current--after--BorderColor: #00aeef !important;
}
