@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    height: 100%;
}

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

.header-logo {
    flex-shrink: 0;
    /*background-color: currentColor;*/
    background-image: url(../images/neonpulse_logo.png);
    -ms-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 150px;
    height: 50px;
}

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

[tooltip]:hover::after {
    content: attr(tooltip);
    position: absolute;
    background-color: antiquewhite;
    right: 0px;
    top: 0px;
    padding: 0px 15px 50px;
    z-index: 10;
}