html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    /* Het ATA-logo is TWEEKLEURIG (groene boog, blauw woordmerk), dus het mag geen CSS-masker
       zijn: een masker vult de vorm met currentColor en maakt er één egale vlek van. Daarom een
       gewone achtergrondafbeelding. Verhouding van de viewBox is 315:142 -> 62x28 blijft zuiver. */
    flex-shrink: 0;
    background-image: url('../images/Logo.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 62px;
    height: 28px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

/* Layout/typography only - always loaded, theme-agnostic. Colors moved to bn-theme.css (U6):
   this file has no theme coupling, so a hardcoded color here would win over every theme, which
   is exactly the U6 defect (statusbar colors did not follow a theme switch). See bn-theme.css
   section "Statusbalk" for the bn-grid-statusbar__ok/__warn/__error modifier classes. */
.bn-grid-statusbar {
    padding: 4px 12px;
    font-size: 11.5px;
}
