@import '_content/BG.Market.Web.Core/BG.Market.Web.Core.xdw9imtvwq.bundle.scp.css';
@import '_content/BG.Market.Web.Modules.Client/BG.Market.Web.Modules.Client.2jno4ho5ty.bundle.scp.css';
@import '_content/BG.Market.Web.Modules.CommunityCenter/BG.Market.Web.Modules.CommunityCenter.cmgfnz0pt2.bundle.scp.css';
@import '_content/BG.Market.Web.Modules.EmployerLocal/BG.Market.Web.Modules.EmployerLocal.c4r5nzj38b.bundle.scp.css';
@import '_content/BG.Market.Web.Modules.Login/BG.Market.Web.Modules.Login.lm04pdguh8.bundle.scp.css';
@import '_content/BG.Market.Web.Modules.Navigator/BG.Market.Web.Modules.Navigator.ztrb2jf7ku.bundle.scp.css';
@import '_content/BG.Market.Web.Modules.PortfolioLoader/BG.Market.Web.Modules.PortfolioLoader.xrowgjcm8o.bundle.scp.css';
@import '_content/BG.Market.Web.Modules.ProfileLocal/BG.Market.Web.Modules.ProfileLocal.mocaamvgqp.bundle.scp.css';
@import '_content/BG.Market.Web.Modules.UserSettings/BG.Market.Web.Modules.UserSettings.e7htiw60bg.bundle.scp.css';
@import '_content/BG.Market.Web.Modules.Wizard/BG.Market.Web.Modules.Wizard.snbd3i7zf7.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Shell layout — 5-row grid */
.shell[b-foe73tuvp3] {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    height: 100vh;
    overflow: hidden;
}

/* ── Row 0: Header bar (#255A2A, 40px) ── */
.shell-header[b-foe73tuvp3] {
    background-color: var(--bg-header-bg, #255A2A);
    color: var(--bg-header-fg, #ffffff);
    height: 40px;
    z-index: 10;
}

/* ── Row 1: Commands bar (#EEF0EE, 55px) ── */
.shell-commands[b-foe73tuvp3] {
    display: flex;
    align-items: center;
    background-color: var(--bg-commands-bar-bg, #EEF0EE);
    height: 55px;
    padding: 0 0.5rem;
    border-bottom: 1px solid var(--bg-border, #d5d8dc);
}

.commands-left[b-foe73tuvp3] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.commands-logo[b-foe73tuvp3] {
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
}

.commands-logo img[b-foe73tuvp3] {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.commands-center[b-foe73tuvp3] {
    flex: 1;
    text-align: center;
}

.commands-title[b-foe73tuvp3] {
    font-size: 28px;
    font-weight: 400;
    color: var(--bg-text, #2c3e50);
}

/* Unsaved-changes indicator — a small amber pill beside the page title that
   appears whenever the loaded data set has un-uploaded edits. */
.commands-unsaved[b-foe73tuvp3] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-left: 0.75rem;
    padding: 0.15rem 0.65rem;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #8a4b00;
    background-color: #fdecc8;
    border: 1px solid #f0c069;
    vertical-align: middle;
    white-space: nowrap;
}

.commands-unsaved-dot[b-foe73tuvp3] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e8890c;
    animation: commands-unsaved-pulse-b-foe73tuvp3 1.6s ease-in-out infinite;
}

@keyframes commands-unsaved-pulse-b-foe73tuvp3 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
}

.commands-right[b-foe73tuvp3] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* Per-page action icons in the commands bar. */
.commands-action[b-foe73tuvp3] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 4px;
    background: transparent;
    color: var(--bg-text, #2c3e50);
    cursor: pointer;
}

.commands-action:hover[b-foe73tuvp3] {
    background-color: rgba(37, 90, 42, 0.12);
}

/* ── Row 2: Main body (IconBar | Explorer | Content | Info) ── */
.shell-body[b-foe73tuvp3] {
    display: flex;
    overflow: hidden;
}

.shell-explorer[b-foe73tuvp3] {
    flex-shrink: 0;
    width: var(--bg-explorer-width, 280px);
    min-width: 180px;
    max-width: 640px;
    background-color: var(--bg-explorer-bg, #f4f6f9);
    border-right: 1px solid var(--bg-border, #d5d8dc);
    overflow-y: auto;
    padding: 0.5rem;
}

/* Draggable splitter between the explorer panel and the content region.
   Width is driven by the --bg-explorer-width CSS variable, updated live
   during the drag by the panel resizer in app.js. */
.shell-resizer[b-foe73tuvp3] {
    flex: 0 0 auto;
    width: 6px;
    margin-left: -1px; /* sit on top of the explorer's right border */
    cursor: col-resize;
    background-color: transparent;
    touch-action: none;
    transition: background-color 0.15s ease;
    z-index: 5;
}

.shell-resizer:hover[b-foe73tuvp3],
.shell-resizer.dragging[b-foe73tuvp3] {
    background-color: var(--bg-primary-light, #659948);
}

/* The info-panel splitter sits on the info panel's LEFT edge, so it overlaps
   that border instead of the explorer's right border. */
.shell-resizer-info[b-foe73tuvp3] {
    margin-left: 0;
    margin-right: -1px;
}

.shell-content[b-foe73tuvp3] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    min-width: 0;
}

.shell-info[b-foe73tuvp3] {
    flex-shrink: 0;
    width: var(--bg-info-width, 320px);
    min-width: 260px;
    max-width: 760px;
    background-color: var(--bg-info-bg, #f9f9f9);
    border-left: 1px solid var(--bg-border, #d5d8dc);
    overflow-y: auto;
    padding: 0.5rem;
}

/* ── Row 3: Footer (#EEF0EE, 65px) ── */
.shell-footer[b-foe73tuvp3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bg-footer-bg, #EEF0EE);
    color: var(--bg-footer-fg, #000000);
    height: 65px;
    padding: 0 1rem;
    border-top: 1px solid var(--bg-border, #d5d8dc);
}

.footer-left[b-foe73tuvp3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
}

.footer-copyright[b-foe73tuvp3] {
    color: var(--bg-footer-fg, #000);
}

.footer-separator[b-foe73tuvp3] {
    color: var(--bg-footer-fg, #000);
}

.footer-link[b-foe73tuvp3] {
    color: var(--bg-primary-light, #659948);
    text-decoration: none;
    font-size: 14px;
}

.footer-link:hover[b-foe73tuvp3] {
    text-decoration: underline;
}

.footer-restricted[b-foe73tuvp3] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: darkorange;
    font-size: 14px;
}

.footer-right[b-foe73tuvp3] {
    display: flex;
    align-items: center;
}

.footer-banner[b-foe73tuvp3] {
    height: 40px;
    object-fit: contain;
}
/* /Components/Shared/AppHeader.razor.rz.scp.css */
/* Header bar (#255A2A, 40px) */
.header-bar[b-pm3btfqyyy] {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 0.5rem;
    gap: 0.5rem;
}

/* ── Left: Back button ── */
.header-left[b-pm3btfqyyy] {
    flex-shrink: 0;
    width: 60px;
    display: flex;
    align-items: center;
}

.header-back-btn[b-pm3btfqyyy] {
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bg-radius, 4px);
}

.header-back-btn:hover[b-pm3btfqyyy] {
    background: rgba(255, 255, 255, 0.15);
}

[b-pm3btfqyyy] .header-back-btn .k-svg-icon {
    color: #ffffff;
}

/* ── Center: Title area ── */
.header-center[b-pm3btfqyyy] {
    flex: 1;
    display: flex;
    align-items: center;
}

.header-title[b-pm3btfqyyy],
.header-title-link[b-pm3btfqyyy] {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.header-title-link:hover[b-pm3btfqyyy] {
    text-decoration: underline;
    color: #ffffff;
}

/* ── Right: User / Client links ── */
.header-right[b-pm3btfqyyy] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.header-link[b-pm3btfqyyy] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

.header-link:hover[b-pm3btfqyyy] {
    color: #ffffff;
    text-decoration: underline;
}

.header-divider[b-pm3btfqyyy] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    user-select: none;
}
/* /Components/Shared/AppMenu.razor.rz.scp.css */
/* AppMenu — commands bar hamburger menu.
   Note: the dropdown popup itself is teleported outside this component's DOM by
   Telerik — its styles live in the global bg-components.css. */
.app-menu[b-36ymdy22zn] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* Hamburger button in the commands bar */
[b-36ymdy22zn] .k-menu {
    background: transparent;
    border: none;
    padding: 0;
}

[b-36ymdy22zn] .k-menu > .k-menu-item > .k-link {
    background: transparent;
    border: 1px solid var(--bg-border, #d5d8dc);
    border-radius: var(--bg-radius, 4px);
    padding: 0.35rem 0.5rem;
    color: var(--bg-text, #2c3e50);
    transition: background 0.15s;
}

[b-36ymdy22zn] .k-menu > .k-menu-item > .k-link:hover {
    background: rgba(0, 0, 0, 0.06);
}

[b-36ymdy22zn] .k-menu > .k-menu-item > .k-link .k-menu-expand-arrow {
    display: none;
}
/* /Components/Shared/IconBar.razor.rz.scp.css */
/* IconBar (#255A2A, left sidebar) */
.icon-bar[b-1l39vqvtb9] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--bg-header-bg, #255A2A);
    color: #ffffff;
    transition: width 0.2s ease;
    overflow: hidden;
}

.icon-bar.expanded[b-1l39vqvtb9] {
    width: 280px;
}

.icon-bar.collapsed[b-1l39vqvtb9] {
    width: 50px;
}

/* ── Top icons: scrollable, fills remaining space ── */
.icon-bar-top[b-1l39vqvtb9] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0.5rem;
}

/* ── Bottom icons: auto height, above toggle ── */
.icon-bar-bottom[b-1l39vqvtb9] {
    flex-shrink: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.25rem 0;
}

/* ── Toggle button: pinned to bottom ── */
.icon-bar-toggle[b-1l39vqvtb9] {
    flex-shrink: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    height: 50px;
    display: flex;
    align-items: center;
}

/* ── Each icon bar item ── */
.icon-bar-item[b-1l39vqvtb9] {
    display: flex;
    align-items: center;
    width: 100%;
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 0.5rem;
    gap: 0.5rem;
    text-align: left;
    transition: background 0.15s;
}

.icon-bar-item:hover[b-1l39vqvtb9] {
    background: rgba(255, 255, 255, 0.12);
}

/* ── Glyph/icon area ── */
.icon-bar-glyph[b-1l39vqvtb9] {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-1l39vqvtb9] .icon-bar-glyph .k-svg-icon {
    color: #ffffff;
}

/* ── Text area (title + description) ── */
.icon-bar-text[b-1l39vqvtb9] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.icon-bar-title[b-1l39vqvtb9] {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

.icon-bar-desc[b-1l39vqvtb9] {
    font-size: 10px;
    font-weight: 300;
    opacity: 0.75;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

/* ── Toggle button specific ── */
.toggle-btn[b-1l39vqvtb9] {
    height: 50px;
}

/* ── Scrollbar styling for the top section ── */
.icon-bar-top[b-1l39vqvtb9]::-webkit-scrollbar {
    width: 4px;
}

.icon-bar-top[b-1l39vqvtb9]::-webkit-scrollbar-track {
    background: transparent;
}

.icon-bar-top[b-1l39vqvtb9]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
}
