html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url('../images/TideCRMLogoTransparent.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width:73px;
    height:43px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

/*no idea if this stays consistent*/
div.detail-view-content .welcome-dashboard-welcome-text-group {
    padding-top:10px;
}