html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    display: block;
    width: 180px;
    height: 24px;
    background-image: url('../images/CustomLogo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

/* Bootstrap hack, never apply box-sizing: border-box */
svg, svg * {
    box-sizing: content-box !important;
}

#textcontainer {
    z-index: 1;
    pointer-events: none;
}
    #textcontainer #categories-opt {
        position: relative; 
        z-index: 10; 
        pointer-events: auto; 
    }