/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-h8ufs71887] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h8ufs71887] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.sidebar[b-h8ufs71887] {
    background-color: #D8E2EF; /* 50% lighter LightSteelBlue */
    border-right: 1px solid #DCE3EE;
}

.top-row[b-h8ufs71887] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h8ufs71887]  a, .top-row[b-h8ufs71887]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-h8ufs71887]  a:hover, .top-row[b-h8ufs71887]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-h8ufs71887]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-h8ufs71887] {
        justify-content: space-between;
    }

    .top-row[b-h8ufs71887]  a, .top-row[b-h8ufs71887]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h8ufs71887] {
        flex-direction: row;
    }

    .sidebar[b-h8ufs71887] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h8ufs71887] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-h8ufs71887]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-h8ufs71887], article[b-h8ufs71887] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wxcu5y0zk5] {
    background-color: rgba(255, 255, 255, 0.1);
}

/*.top-row {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}*/

.top-row[b-wxcu5y0zk5] {
    min-height: 3.5rem;
    background-color: steelblue; /* clean white top bar */
    border-bottom: 1px solid #DCE3EE; /* subtle divider */
    display: flex;
    align-items: center;
}


.navbar-brand[b-wxcu5y0zk5] {
    font-size: 1.1rem;
}

.bi[b-wxcu5y0zk5] {
    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-wxcu5y0zk5] {
    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");
}

.bi-plus-square-fill-nav-menu[b-wxcu5y0zk5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wxcu5y0zk5] {
    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");
}

.nav-item[b-wxcu5y0zk5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wxcu5y0zk5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wxcu5y0zk5] {
        padding-bottom: 1rem;
    }

    /*.nav-item ::deep a {
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}*/

    .nav-item[b-wxcu5y0zk5]  a {
        color: #1F2D3D; /* dark slate text */
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding-left: 1rem;
        transition: all 0.2s ease;
    }

        /* Active link */
        .nav-item[b-wxcu5y0zk5]  a.active {
            background-color: lightsteelblue; /* subtle highlight */
            color: #1A73E8; /* theme blue */
            font-weight: 600;
        }

        /* Hover state */
        .nav-item[b-wxcu5y0zk5]  a:hover {
            background-color: rgba(0, 0, 0, 0.05); /* soft hover */
            color: #1A73E8; /* theme blue */
        }


@media (min-width: 641px) {
    .navbar-toggler[b-wxcu5y0zk5] {
        display: none;
    }

    .collapse[b-wxcu5y0zk5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-wxcu5y0zk5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Accounts.razor.rz.scp.css */
.dashboard-container[b-kqvhxz7sq4] {
    padding: 0.5rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* FILTER BAR */
.filter-bar[b-kqvhxz7sq4] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0;
    margin-bottom: 0.25rem;
}

.filter-item-inline[b-kqvhxz7sq4] {
    display: flex;
    min-width: 250px;
    align-items: center;
    gap: 0.35rem;
}

    .filter-item-inline label[b-kqvhxz7sq4] {
        margin: 0;
        font-size: 0.85rem;
        white-space: nowrap;
    }

.compact-select[b-kqvhxz7sq4] {
    padding: 0.15rem 0.4rem;
    font-size: 0.85rem;
    height: 1.8rem;
    line-height: 1;
}

/* CARD STYLING */
.dashboard-card[b-kqvhxz7sq4] {
    padding: 0;
    border-radius: 8px;
    border: 1px solid #bcd7f0;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    overflow: hidden;
}

.card-title[b-kqvhxz7sq4] {
    margin: 0;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    background: #e8f3ff;
    color: #1a4f7a;
    border-bottom: 1px solid #c9def5;
}

/* TABLES */
.table tbody tr:hover[b-kqvhxz7sq4] {
    background-color: #f3f8ff;
}

.info-table th[b-kqvhxz7sq4] {
    width: 120px;
    font-weight: 600;
}

.placeholder[b-kqvhxz7sq4] {
    color: #777;
}

/* PnL COLORS */
.pnl-positive[b-kqvhxz7sq4] {
    color: #0a8f3c;
    font-weight: 600;
}

.pnl-negative[b-kqvhxz7sq4] {
    color: #c62828;
    font-weight: 600;
}


/* BLUE ACCENT */
.value-blue[b-kqvhxz7sq4] {
    color: #1a4f7a;
    font-weight: 600;
}
/* /Pages/IgDashboard.razor.rz.scp.css */
.dashboard-container[b-yhyyulgt68] {
    padding: 0.5rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* FILTER BAR */
.filter-bar[b-yhyyulgt68] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0;
    margin-bottom: 0.25rem;
}

.filter-item-inline[b-yhyyulgt68] {
    display: flex;
    min-width: 250px;
    align-items: center;
    gap: 0.35rem;
}

    .filter-item-inline label[b-yhyyulgt68] {
        margin: 0;
        font-size: 0.85rem;
        white-space: nowrap;
    }

.compact-select[b-yhyyulgt68] {
    padding: 0.15rem 0.4rem;
    font-size: 0.85rem;
    height: 1.8rem;
    line-height: 1;
}

/* CARD STYLING */
.dashboard-card[b-yhyyulgt68] {
    padding: 0;
    border-radius: 8px;
    border: 1px solid #bcd7f0;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    overflow: hidden;
}

.card-title[b-yhyyulgt68] {
    margin: 0;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    background: #e8f3ff;
    color: #1a4f7a;
    border-bottom: 1px solid #c9def5;
}

/* TABLES */
.table tbody tr:hover[b-yhyyulgt68] {
    background-color: #f3f8ff;
}

.info-table th[b-yhyyulgt68] {
    width: 120px;
    font-weight: 600;
}

.placeholder[b-yhyyulgt68] {
    color: #777;
}

/* PnL COLORS */
.pnl-positive[b-yhyyulgt68] {
    color: #0a8f3c;
    font-weight: 600;
}

.pnl-negative[b-yhyyulgt68] {
    color: #c62828;
    font-weight: 600;
}


/* BLUE ACCENT */
.value-blue[b-yhyyulgt68] {
    color: #1a4f7a;
    font-weight: 600;
}
/* /Pages/Instruments.razor.rz.scp.css */
/* Top bar layout */
.top-bar[b-uh1ngk0ank] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.search-box[b-uh1ngk0ank] {
    width: 250px;
}

/* Vertical stacked layout */
.tables-vertical[b-uh1ngk0ank] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: calc(100vh - 130px); /* Adjust if needed */
}

/* Scrollable table containers */
.table-wrapper[b-uh1ngk0ank] {
    flex: 1;
    overflow-y: auto;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0; /* Remove padding so header sits flush */
}

/* Compact table styling */
.table-sm th[b-uh1ngk0ank], .table-sm td[b-uh1ngk0ank] {
    padding: 0.4rem;
}

/* Bottom banner */
.bottom-banner[b-uh1ngk0ank] {
    position: fixed;
    left: 300px; /* match sidebar width */
    right: 0;
    bottom: 0;
    padding: 0.5rem;
    background-color: #f8f9fa;
    z-index: 9999; /* ensures it floats above everything */
    pointer-events: none; /* optional: prevents blocking clicks */
}

/* Sticky header */
.table thead th[b-uh1ngk0ank] {
    position: sticky;
    top: 0;
    z-index: 1;
}
