html, body {
    height: 100%;
}

:root {
    --ol-primary: #003B5C;
    --ol-secondary: #FF8200;
    --ol-tertiary: #7A99AC;

    --bs-primary: var(--ol-primary);
    --bs-secondary: var(--ol-tertiary);
    --bs-warning: var(--ol-secondary);
    --bs-info: var(--ol-tertiary);
    --bs-link-color: var(--ol-primary);
    --bs-link-hover-color: #002C45;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url('../images/footload-logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 180px;
    height: 24px;
}

.btn-primary,
.dxbl-btn.dxbl-btn-primary {
    background-color: var(--ol-primary) !important;
    border-color: var(--ol-primary) !important;
}

.btn-secondary,
.dxbl-btn.dxbl-btn-secondary {
    background-color: var(--ol-tertiary) !important;
    border-color: var(--ol-tertiary) !important;
}

.xaf-splash-screen {
    background-color: var(--ol-primary);
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}