html.pf-v5-theme-dark,
html.pf-v5-theme-dark body {
    background-color: #0A315F;
    --pf-v5-global--primary-color--100: #0798F5;
    --pf-v5-global--primary-color--200: #0578C4;
    --pf-v5-global--active-color--100: #0798F5;
    --pf-v5-c-button--m-primary--BackgroundColor: #0798F5;
    --pf-v5-c-button--m-primary--hover--BackgroundColor: #0578C4;
    --pf-v5-c-button--m-primary--focus--BackgroundColor: #0578C4;
    --pf-v5-c-button--m-primary--active--BackgroundColor: #0468AB;
}

html.pf-v5-theme-dark .keycloak__loading-container {
    color: #D7E4F5;
    background-color: #0A315F;
}

html.pf-v5-theme-dark .pf-v5-c-masthead,
html.pf-v5-theme-dark .pf-v5-c-page__header,
html .pf-v5-c-masthead,
.pf-v5-c-masthead {
    --pf-v5-c-masthead--BackgroundColor: #0E3C70 !important;
    --pf-v5-c-toolbar--BackgroundColor: #0E3C70 !important;
    --pf-v5-c-masthead--c-toolbar--BackgroundColor: #0E3C70 !important;
    --pf-v5-c-page__header-brand-link--c-brand--MaxHeight: none !important;
    --pf-v5-c-masthead--m-display-inline__main--MinHeight: 5.25rem;
    --pf-v5-c-masthead--m-display-inline__content--MinHeight: 5.25rem;
    background-color: #0E3C70 !important;
    min-height: 5.25rem;
    border-bottom: none;
}

html.pf-v5-theme-dark .pf-v5-c-masthead .pf-v5-c-toolbar,
.pf-v5-c-masthead .pf-v5-c-toolbar,
.pf-v5-c-masthead .pf-v5-c-toolbar__content {
    --pf-v5-c-toolbar--BackgroundColor: #0E3C70 !important;
    background-color: #0E3C70 !important;
}

.pf-v5-c-masthead .pf-v5-c-masthead__brand,
.pf-v5-c-masthead .pf-v5-c-brand,
.pf-v5-c-page__header-brand,
.pf-v5-c-page__header-brand-link .pf-v5-c-brand {
    max-width: none !important;
    max-height: none !important;
    background: transparent !important;
}

.pf-v5-c-masthead img,
.pf-v5-c-masthead .pf-v5-c-brand img,
.pf-v5-c-page__header-brand img,
img.keycloak__pageheader_brand {
    height: 72px !important;
    max-height: none !important;
    width: auto !important;
    max-width: 480px !important;
    background: transparent !important;
}

.keycloak__dashboard_icon {
    height: 96px;
    width: auto;
}

[data-testid="welcomeTitle"] {
    font-size: clamp(2.25rem, 4vw, 3.25rem) !important;
    line-height: 1.15;
}

.keycloak__dashboard_welcome_tab {
    max-width: 52rem;
}

.pf-v5-c-button.pf-m-primary {
    --pf-v5-c-button--m-primary--BackgroundColor: #0798F5;
    --pf-v5-c-button--m-primary--hover--BackgroundColor: #0578C4;
    --pf-v5-c-button--m-primary--focus--BackgroundColor: #0578C4;
    --pf-v5-c-button--m-primary--active--BackgroundColor: #0468AB;
}
