html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url('../images/Logo.svg');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.dxbl-grid {
    height: 100%
}

.dxbl-grid-table th,
.dxbl-grid-table td,
.dxbl-grid-table tr {
    border-right: none !important;
    border-left: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.dxbl-grid-table thead th {
    border-left: 1px solid var(--dxbl-grid-border-color) !important;
    border-right: 1px solid var(--dxbl-grid-border-color) !important;
}

.dx-treelist .dx-data-row td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Disable text wrapping in TreeList headers */
.dx-treelist .dx-header-row th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}