html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    /* Ensure it stays in place */
    flex-shrink: 0;
    /* Masking for modern browsers */
    -webkit-mask: url('../images/TraceWasteLogo.png') no-repeat center;
    mask: url('../images/TraceWasteLogo.png') no-repeat center;
    /* Fallback background for older browsers */
    background-image: url('../images/TraceWasteLogo.png');
    background-position: left;
    background-size: contain;
    background-repeat : no-repeat;
    /* Fixed size for the logo */
    width: 250px;
    height: 80px;
    /* Optional styling */
    background-color: currentColor; /* Ensures mask uses the current text color */
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.dx-list-view-container {
    width: 100%;
    margin: 0;
    padding: 0;
}