html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

/*.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 28px;
    height: 24px;
}*/

.header-logo {
    /*   flex-shrink: 0;*/
    background-image: url(../images/Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 201px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header {
    border-bottom-width: 0.5px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #F79521 !important;
}



#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
/* Navigation (TreeView) - cover common v25.2+ markup */
.dxbl-treeview .dxbl-treeview-item-content,
.dxbl-treeview .dxbl-treeview-item-text,
.dxbl-treeview .dxbl-treeview-item a,
.dxbl-treeview .dxbl-treeview-item span {
    text-transform: uppercase !important;
}