/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-l3ynorcucm] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Full-width top bar spanning entire screen */
.top-bar[b-l3ynorcucm] {
    width: 100%;
    flex-shrink: 0;
    /* Match sidebar gradient for cohesive header bar */
    background: linear-gradient(90deg, #1f323f 0%, #4f646f 100%);
    /* border-bottom: 1px solid #5a8ab0;*/
    height: 4.0rem;
    display: flex;
    align-items: center;
    z-index: 2;
}

.top-bar-content[b-l3ynorcucm] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.top-bar-auth[b-l3ynorcucm] {
    display: flex;
    align-items: center;
}

.top-bar-auth a[b-l3ynorcucm] {
    white-space: nowrap;
    text-decoration: none;
}

.top-bar-auth a:hover[b-l3ynorcucm] {
    text-decoration: underline;
}

/* Toggler and brand in top bar (moved from NavMenu) */
.top-bar .navbar-toggler[b-l3ynorcucm] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-bar .navbar-brand[b-l3ynorcucm] {
    font-size: 1.1rem;
}

/* Below top bar: sidebar + main content */
.page-body[b-l3ynorcucm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

main[b-l3ynorcucm] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-l3ynorcucm] {
    /* Blue gradient background with decorative image at bottom right (height 50px) */
    /*background-image: linear-gradient(180deg, #4f646f 0%, #1f323f 100%);*/
    background-image: url("/images/Background Transparent.png"),linear-gradient(180deg, #0f222f 0%, #4f646f 100%);
    /*background-image: linear-gradient(180deg, #4f646f 0%, #1f323f 100%), url("/images/Background Transparent.png");*/
    background-position: bottom right,0 0;
    background-size: auto 30%,100% 100%;
    background-repeat: no-repeat, no-repeat;
}

.footer[b-l3ynorcucm] {
    background-color: #4f646f;
}
.bi-house-door-fill[b-l3ynorcucm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}


.content[b-l3ynorcucm] {
    flex: 1;
}
@media (max-width: 640.98px) {
    .top-bar-content[b-l3ynorcucm] {
        padding: 0 0.5rem;
    }

    /* When nav is collapsed on mobile, hide sidebar so it doesn't take space */
    .sidebar.sidebar-collapsed-mobile[b-l3ynorcucm] {
        display: none;
    }

    /* When nav is expanded on mobile, sidebar overlays the content */
    .sidebar:not(.sidebar-collapsed-mobile)[b-l3ynorcucm] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        z-index: 1;
        overflow-y: auto;
    }
}

@media (min-width: 641px) {
    /* Hide hamburger on desktop - sidebar is always visible */
    .top-bar .navbar-toggler[b-l3ynorcucm] {
        display: none;
    }

    /* Side-by-side: sidebar left, main content right */
    .page-body[b-l3ynorcucm] {
        flex-direction: row;
    }

    .sidebar[b-l3ynorcucm] {
        width: 250px;
        /* Fill height below the top bar */
        height: calc(100vh - 3.5rem);
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    article[b-l3ynorcucm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lmn78f32o9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lmn78f32o9] {
    min-height: 3.5rem;
    /* Slight overlay to blend with sidebar gradient */
    background: linear-gradient(180deg, rgba(62, 105, 144, 0.6) 0%, rgba(45, 80, 112, 0.5) 100%);
}

.navbar-brand[b-lmn78f32o9] {
    font-size: 1.1rem;
}

.bi[b-lmn78f32o9] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lmn78f32o9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

/* Chevron compact right icon for nav menu items */
.bi-chevron-compact-right-nav-menu[b-lmn78f32o9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-compact-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6.776 1.553a.5.5 0 0 1 .671.223l3 6a.5.5 0 0 1 0 .448l-3 6a.5.5 0 1 1-.894-.448L9.44 8 6.553 2.224a.5.5 0 0 1 .223-.671z'/%3E%3C/svg%3E");
}



.bi-list-nested-nav-menu[b-lmn78f32o9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-question-circle-nav-menu[b-lmn78f32o9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-question-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286m1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94'/%3E%3C/svg%3E");
}

.bi-person-circle-nav-menu[b-lmn78f32o9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1'/%3E%3C/svg%3E");
}
.nav-item[b-lmn78f32o9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lmn78f32o9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lmn78f32o9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lmn78f32o9]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-lmn78f32o9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lmn78f32o9]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lmn78f32o9] {
        display: none;
    }

    .collapse[b-lmn78f32o9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-lmn78f32o9] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Stock.razor.rz.scp.css */
/* Chart settings panel: fixed width so chart has room to expand */
.chart-settings-panel[b-jn9hxbqrmv] {
    width: 260px;
}
