.eajee-app-shell {
    --eajee-shell-ink: #071a2e;
    --eajee-shell-muted: #5f6f80;
    --eajee-shell-accent: #0f8f99;
    --eajee-shell-accent-soft: #e8f7f8;
    --eajee-shell-border: #dce7ea;
}

.eajee-app-shell .eajee-shell-brand {
    align-items: center;
    color: var(--eajee-shell-ink);
    display: flex;
    min-height: 57px;
    padding: 0.625rem 0.8rem;
    white-space: nowrap;
}

.eajee-app-shell .eajee-shell-brand:hover,
.eajee-app-shell .eajee-shell-brand:focus {
    color: var(--eajee-shell-ink);
    text-decoration: none;
}

.eajee-app-shell .eajee-shell-brand--light,
.eajee-app-shell .eajee-shell-brand--light:hover,
.eajee-app-shell .eajee-shell-brand--light:focus {
    color: #ffffff;
}

.eajee-app-shell .eajee-shell-brand__symbol {
    flex: 0 0 36px;
    height: 36px;
    margin: 0 0.75rem 0 0.1rem;
    width: 36px;
}

.eajee-app-shell .eajee-shell-brand__wordmark {
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.eajee-app-shell .nav-sidebar > .nav-item > .nav-link.active,
.eajee-app-shell .nav-treeview > .nav-item > .nav-link.active {
    background-color: var(--eajee-shell-accent-soft);
    color: var(--eajee-shell-ink);
}

.eajee-app-shell .nav-sidebar .nav-link[aria-current="page"] {
    box-shadow: inset 3px 0 0 var(--eajee-shell-accent);
    font-weight: 600;
}

.eajee-app-shell .main-header .nav-link:focus-visible,
.eajee-app-shell .brand-link:focus-visible,
.eajee-app-shell .nav-sidebar .nav-link:focus-visible {
    outline: 3px solid rgba(15, 143, 153, 0.35);
    outline-offset: -3px;
}

.eajee-app-shell .eajee-header-brand,
.eajee-legacy-shell .eajee-header-brand {
    align-items: center;
    color: var(--eajee-shell-ink, #071a2e);
    display: inline-flex;
    font-size: 1.5rem;
    font-weight: 800;
    gap: 0.65rem;
    letter-spacing: -0.04em;
    text-decoration: none;
}

.eajee-app-shell .eajee-header-brand img,
.eajee-legacy-shell .eajee-header-brand img {
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
}

.eajee-legacy-shell .eajee-legacy-navbar-brand {
    margin: 8px 0;
}

@media (min-width: 992px) {
    .eajee-app-shell.sidebar-mini.sidebar-collapse
    .main-sidebar:not(:hover)
    .eajee-shell-brand {
        justify-content: center;
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .eajee-app-shell.sidebar-mini.sidebar-collapse
    .main-sidebar:not(:hover)
    .eajee-shell-brand__symbol {
        margin-left: 0;
        margin-right: 0;
    }

    .eajee-app-shell.sidebar-mini.sidebar-collapse
    .main-sidebar:not(:hover)
    .eajee-shell-brand__wordmark {
        opacity: 0;
        position: absolute;
        width: 0;
    }
}

@media (max-width: 575.98px) {
    .eajee-legacy-shell .eajee-header-brand {
        font-size: 1.3rem;
    }
}
