/* Login ile uyumlu yeşil (#2FAC66) – Account/Manage ve tüm host sayfaları */
:root {
    --lpx-logo: url('/logo.svg');
    --lpx-logo-icon: url('/logo.svg');
    --lpx-brand: #2FAC66 !important;
    --lpx-primary: #2FAC66 !important;
    --bs-primary: #2FAC66 !important;
    --bs-primary-rgb: 47, 172, 102 !important;
}

:root .abp-account-layout .lpx-brand-logo {
    --lpx-logo: url('/logo.svg');
    background-position: left;
}

.lpx-brand-name {
    display: none !important;
}

/* Brand/primary sınıfları – yüksek özgüllük ile tema pembesini ez */
html body .btn-brand,
html body .bg-brand,
html body .text-brand,
html body .border-brand,
html body .btn-brand:hover,
html body .nav-link.active,
html body a.bg-brand.soft:hover {
    background-color: #2FAC66 !important;
    border-color: #2FAC66 !important;
    color: #fff !important;
}

html body .btn-brand.soft,
html body .bg-brand.soft {
    background-color: rgba(47, 172, 102, 0.15) !important;
    color: #2FAC66 !important;
    border-color: transparent !important;
}

html body .text-primary {
    color: #2FAC66 !important;
}
html body .pagination .page-item.active .page-link {
    background-color: #2FAC66 !important;
}