html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url(../images/Logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 185px;
    height: 32px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.my-grid th {
    white-space: nowrap;
}

.hoan-thanh-css {
    background-color: forestgreen !important;
    color: white;
    font-size: x-large;
}
.quet-phieu-css {
    font-size: x-large;
    height: 48px;
    margin-top: 4px;
}
.hang-loi-css {
    font-size: large;
    height: 48px;
    margin-top: 4px;
    background-color: darkred;
    float: right;
}
.dxbl-fl-item-horizontal label{
    padding:0;
}
.dxbl-grid-header {
    background-color: var(--bs-blue) !important;
    color:white !important;
}
.dxbl-grid-filter-menu-funnel-btn{
    color: white !important
}
#main-window-template-component {
    background-color: #10893e0f;
}

/*PDF Viewer*/
.iframe-container {
    position: relative; /* Required for containing element */
    width: 100%; /* Or desired width */
}

    .iframe-container::before {
        content: "";
        display: block;
        padding-top: 150%; /* Height is 2x the width */
    }

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; /* Fills the content area */
    }

.dxbl-grid .dxbl-grid-table .dxbl-grid-group-row {
    background-color: green;
    color: white;
}

/*.dxbl-tabs-tablist {
    display: none !important;
}*/
.header-left-side {
    display: none !important;
}