.nav-header .brand-logo .brand-logo-img {
    object-fit: contain;
    display: block;
}

.nav-header .brand-logo .brand-logo-mark {
    display: block;
    flex-shrink: 0;
}

.nav-header .brand-logo .brand-logo-text {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
    margin-left: 12px;
}

[data-theme-version="dark"] .nav-header .brand-logo .brand-logo-text {
    color: #fff;
}

.nav-header .brand-logo .logo-abbr.brand-logo-img {
    max-width: 51px;
    max-height: 51px;
    width: auto;
    height: auto;
}

.nav-header .brand-logo .brand-logo-full {
    max-width: 150px;
    max-height: 40px;
    width: auto;
    height: auto;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .brand-logo .brand-logo-full,
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .brand-logo .brand-logo-text {
    display: none;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .brand-logo .logo-abbr.brand-logo-img,
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .brand-logo .brand-logo-mark {
    display: block;
}

.login-content .brand-login-logo {
    max-width: 220px;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.login-content .brand-login-text {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.login-form .brand-login-text {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary, #007BFF);
    letter-spacing: 0.02em;
    text-decoration: none;
}

.login-form .brand-login-logo {
    max-width: 180px;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
}
