html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url('../images/logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.loading-items-center img {
    width: 80px !important;
    height: 80px !important;
}

.xaf-nav-link {
     text-decoration:none !important;
}

/* AI action button — bold, modern font */
.dxbl-toolbar button[title*="SQL sorgu"] .dxbl-btn-text,
.dxbl-toolbar button[title*="Yapay Zeka"] .dxbl-btn-text,
.dxbl-toolbar button[title*="SQL sorgu"] .dx-button-text,
.dxbl-toolbar button[title*="Yapay Zeka"] .dx-button-text {
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.4px !important;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif !important;
}
