html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

/*.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: 28px;
    height: 24px;
}*/

.header-logo {
    background-image: url(../images/Logo.svg);
    width: 1800px;
    height: 24px;
    /* ... */
    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;
}

.workbench-operations-grid {
    height: 55vh; 
    overflow: auto;
}
.workbench-operations-grid .dxbl-grid {
    height: 49vh !important
}
.workbench-components-grid {
    height: 17.5vh /* ekran boyunun %30'u */
    /* min-height: 250px;
    max-height: 500px;*/
}
.workbench-components-grid .dxbl-grid {
    height: 18vh !important
}

/* External Operation Delivery - grup satırlarını yeşil boya */
.eod-green-groups .dxbl-group-row,
.eod-green-groups .dxbl-grid-group-row {
    background-color: #e8f5e9 !important; /* açık yeşil */
}

    .eod-green-groups .dxbl-group-row .dxbl-group-cell,
    .eod-green-groups .dxbl-grid-group-row .dxbl-group-cell {
        font-weight: 600; /* opsiyonel: grup başlığını kalın yap */
    }