html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}
.dxbl-grid .dxbl-grid-table {
    table-layout:auto !important;
    width:inherit !important;
}
.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: 180px;
    height: 24px;
}
.my-grid th {
    white-space: nowrap;
}
#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
.dxbl-popup 
{
    width: 1280px !important;
}
.tox-promotion
{display: none !important;}
.testsystem-watermark {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    font-weight: bold;
    color: rgba(255, 0, 0, 0.2);
    z-index: 9999;
    pointer-events: none;
    user-select: none;
}