
.pf-v5-c-masthead {
    --pf-v5-c-masthead--BackgroundColor: var(--pf-v5-global--palette--blue-400);
}

.pf-v5-c-masthead .pf-v5-c-toolbar {
    --pf-v5-c-toolbar--BackgroundColor: var(--pf-v5-global--palette--blue-400);
}

:where(:not(.pf-v5-theme-dark)) .pf-v5-c-label.pf-m-blue,
:where(:not(.pf-v5-theme-dark)) .pf-v5-c-label.pf-m-blue .pf-v5-c-label__content {
    --pf-v5-c-label__content--Color: var(--pf-v5-global--secondary-color--200);
}

.keycloak__events_table svg[fill="green"] {
    fill: var(--pf-v5-global--success-color--100)!important;
}

.keycloak__events_table svg[fill="orange"] {
    fill: var(--pf-v5-global--warning-color--100)!important;
}

input[type="radio"], input[type="checkbox"] {
    accent-color: var(--pf-v5-global--primary-color--100);
}

button#user-dropdown:before,
button#user-dropdown:after {
   content: none;
}

.keycloak__dashboard_icon {
  display: none;
}