:root {
    --primary: #004A77;
    --secondary: #004A77;
    --accent: #ffffff;
    --primary-fg: #ffffff;

    --link-fg: #004A77;
    --link-hover-color: #007CCC;
    --link-selected-fg: #007CCC;

    --button-bg: #004A77;
    --button-hover-bg: #007CCC;
    --default-button-bg: #004A77;
    --default-button-hover-bg: #007CCC;
}

#header {
    background: #004A77 !important;
    color: #ffffff !important;
}

#branding h1,
#branding h1 a:link,
#branding h1 a:visited {
    color: #ffffff !important;
}

.login #header {
    background: #004A77 !important;
}

.login #branding h1 {
    color: #ffffff !important;
}

div.breadcrumbs {
    background: #007CCC !important;
    color: #ffffff !important;
}

div.breadcrumbs a {
    color: #ffffff !important;
}

a:link,
a:visited {
    color: #004A77;
}

a:hover,
a:focus {
    color: #007CCC;
}

.button,
input[type=submit],
input[type=button],
.submit-row input,
a.button {
    background: #004A77 !important;
    color: #ffffff !important;
}

.button:hover,
input[type=submit]:hover,
input[type=button]:hover,
.submit-row input:hover,
a.button:hover {
    background: #007CCC !important;
    color: #ffffff !important;
}

.button.default,
input[type=submit].default,
.submit-row input.default {
    background: #004A77 !important;
}

.button.default:hover,
input[type=submit].default:hover,
.submit-row input.default:hover {
    background: #007CCC !important;
}

.module h2,
.module caption,
.inline-group h2 {
    background: #004A77 !important;
    color: #ffffff !important;
}

.object-tools a,
.object-tools a:link,
.object-tools a:visited {
    background: #004A77 !important;
    color: #ffffff !important;
}

.object-tools a:hover,
.object-tools a:focus {
    background: #007CCC !important;
}

.login .submit-row input {
    background: #004A77 !important;
}

.login .submit-row input:hover {
    background: #007CCC !important;
}
.custom-admin-branding {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 100%;
}

.custom-admin-logo {
    height: 38px;
    width: auto;
    display: block;
}

.custom-admin-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

/* Login page */
.login .custom-admin-branding {
    justify-content: center;
}

.login .custom-admin-logo {
    height: 48px;
}

.login .custom-admin-title {
    font-size: 24px;
}
