html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url('../images/m3gc.png');
    width: 180px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.loading-items-center > .bg-primary {
    background-color: #FF865B !important;
}

.loading-items-center > .border-primary {
    border-color: #FF865B !important;
}

.xaf-navmenu a .xaf-nav-link {
    text-decoration: revert !important;
}

.dxbl-grid-command-cell .dxbl-btn-link > span {
    text-decoration: revert !important;
}
/* Remove underline on listview related entities */
a.grid-cell-object-link:not(:hover), a.combo-box-object-link:not(:hover) {
    color: inherit;
    text-decoration: none !important;
}

a.grid-cell-object-link:not(:hover), a.combo-box-object-link:not(:hover) {
    color: inherit;
    text-decoration: none !important;
}

.GroupSummaryLeftSide {
    text-align: left; /* Align the text to the left */
    font-weight: bold; /* Make the font bold */
    color: #4CAF50; /* Set a custom color */
    padding: 5px; /* Add padding */
}

.custom-group-row-with-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}