html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 1;
    background-color: transparent;
    background-image: url('../images/Logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; /* or use 'cover' depending on your needs */
    width: 100%;
    height: 3.8vh;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}