@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/BlazorBootstrap/ThemeSwitcher/ThemeJSwitcher.razor.rz.scp.css */
/* smooth transition when theme changes */
html[b-ghio5l3mov] {
    transition: background-color 200ms ease, color 200ms ease;
}

/* dark theme variables applied when ThemeSwitcher sets data-bs-theme="dark" */
html[data-bs-theme="dark"][b-ghio5l3mov] {
    --app-bg: #0f1720; /* dark page background */
    --app-foreground: #e6eef6; /* light text */
}

/* apply variables to body and common elements */
body[b-ghio5l3mov] {
    background-color: var(--app-bg);
    color: var(--app-foreground);
}

/* example for cards and navbars so they follow theme */
.card[b-ghio5l3mov], .navbar[b-ghio5l3mov], .dropdown-menu[b-ghio5l3mov] {
    background-color: transparent;
    color: inherit;
    border-color: rgba(0,0,0,0.08);
}

/* tweak for Bootstrap components that rely on CSS variables */
.btn[b-ghio5l3mov], .form-control[b-ghio5l3mov] {
    transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}
    .btn:focus[b-ghio5l3mov], .btn:active[b-ghio5l3mov], .btn:focus-visible[b-ghio5l3mov] {
        outline: none !important;
        box-shadow: none !important;
    }


.nav-link-bar[b-ghio5l3mov] {
    display: block;
    padding: .2rem .2rem;
    color: #3a3a3a;
    text-decoration: none;
    /* transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out */
}
@media (prefers-reduced-motion:reduce) {
    .nav-link-bar[b-ghio5l3mov] {
        transition: none
    }
}
.nav-link-bar:focus[b-ghio5l3mov],
.nav-link-bar:hover[b-ghio5l3mov] {
    color: #4a4a4a
}
.nav-link-bar.disabled[b-ghio5l3mov] {
    color: #4a4a4a;
    pointer-events: none;
    cursor: default
}

.bi[b-ghio5l3mov] {
    display: inline-block;
    font-size: 0.85rem;
    vertical-align: middle;
    margin-top: 0.2rem;
    width: 1rem;
    height: 1.25rem;
    background-size: 100% 100%;
}

.icon-tiny[b-ghio5l3mov] {
    font-size: 0.8rem; /* el.className = "bi bi-moon-stars-fill icon-tiny" */
}
/* /Components/BlazorBootstrap/ThemeSwitcher/ThemeSwitcher.razor.rz.scp.css */
/* smooth transition when theme changes */
html[b-s7qmw0xpe2] {
    transition: background-color 200ms ease, color 200ms ease;
}

/* dark theme variables applied when ThemeSwitcher sets data-bs-theme="dark" */
html[data-bs-theme="dark"][b-s7qmw0xpe2] {
    --app-bg: #0f1720; /* dark page background */
    --app-foreground: #e6eef6; /* light text */
}

/* apply variables to body and common elements */
body[b-s7qmw0xpe2] {
    background-color: var(--app-bg);
    color: var(--app-foreground);
}

/* example for cards and navbars so they follow theme */
.card[b-s7qmw0xpe2], .navbar[b-s7qmw0xpe2], .dropdown-menu[b-s7qmw0xpe2] {
    background-color: transparent;
    color: inherit;
    border-color: rgba(0,0,0,0.08);
}

/* tweak for Bootstrap components that rely on CSS variables */
.btn[b-s7qmw0xpe2], .form-control[b-s7qmw0xpe2] {
    transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}
    .btn:focus[b-s7qmw0xpe2], .btn:active[b-s7qmw0xpe2], .btn:focus-visible[b-s7qmw0xpe2] {
        outline: none !important;
        box-shadow: none !important;
    }


.nav-link-bar[b-s7qmw0xpe2] {
    display: block;
    padding: .2rem .2rem;
    color: #3a3a3a;
    text-decoration: none;
    /* transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out */
}
@media (prefers-reduced-motion:reduce) {
    .nav-link-bar[b-s7qmw0xpe2] {
        transition: none
    }
}
.nav-link-bar:focus[b-s7qmw0xpe2],
.nav-link-bar:hover[b-s7qmw0xpe2] {
    color: #4a4a4a
}
.nav-link-bar.disabled[b-s7qmw0xpe2] {
    color: #4a4a4a;
    pointer-events: none;
    cursor: default
}

.bi[b-s7qmw0xpe2] {
    display: inline-block;
    font-size: 0.85rem;
    vertical-align: middle;
    margin-top: 0.2rem;
    width: 1rem;
    height: 1.25rem;
    background-size: 100% 100%;
}

.icon-tiny[b-s7qmw0xpe2] {
    font-size: 0.8rem; /* el.className = "bi bi-moon-stars-fill icon-tiny" */
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rak8kijaqg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rak8kijaqg] {
    flex: 1;
}

.sidebar[b-rak8kijaqg] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*background-image: linear-gradient(180deg, rgb(24, 97, 172) 0%, #172338 70%);*/
    background-image: linear-gradient(180deg, #3a3a3a 0%, #1c1c1c 100%);
}

.top-row[b-rak8kijaqg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rak8kijaqg]  a, .top-row[b-rak8kijaqg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rak8kijaqg]  a:hover, .top-row[b-rak8kijaqg]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rak8kijaqg]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-rak8kijaqg] {
        justify-content: space-between;
    }

    .top-row[b-rak8kijaqg]  a, .top-row[b-rak8kijaqg]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rak8kijaqg] {
        flex-direction: row;
    }

    .sidebar[b-rak8kijaqg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rak8kijaqg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rak8kijaqg]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rak8kijaqg], article[b-rak8kijaqg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rak8kijaqg] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-rak8kijaqg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.bi[b-rak8kijaqg] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
    width: 1rem;
    height: 1.25rem;
    background-size: 100% 100%;
}

.bi-bar-candlestick-nav-menu[b-rak8kijaqg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E %3Crect x='1' y='10' width='4' height='4' rx='0.7' fill='%233a3a3a'/%3E %3Crect x='2.4' y='8.5' width='1.2' height='7.5' fill='%233a3a3a'/%3E %3Crect x='6' y='4.5' width='4' height='7' rx='0.7' fill='%233a3a3a'/%3E %3Crect x='7.4' y='2' width='1.2' height='11.75' fill='%233a3a3a'/%3E %3Crect x='11' y='10' width='4' height='4' rx='0.7' fill='%233a3a3a'/%3E %3Crect x='12.4' y='8.5' width='1.2' height='7.5' fill='%233a3a3a'/%3E %3C/svg%3E");
    overflow: visible;
}

.bi.bi-bar-candlestick-nav-menu:hover[b-rak8kijaqg],
.bi.bi-bar-candlestick-nav-menu:focus[b-rak8kijaqg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E %3Crect x='1' y='10' width='4' height='4' rx='0.7' fill='%234a4a4a'/%3E %3Crect x='2.4' y='8.5' width='1.2' height='7.5' fill='%234a4a4a'/%3E %3Crect x='6' y='4.5' width='4' height='7' rx='0.7' fill='%234a4a4a'/%3E %3Crect x='7.4' y='2' width='1.2' height='11.75' fill='%234a4a4a'/%3E %3Crect x='11' y='10' width='4' height='4' rx='0.7' fill='%234a4a4a'/%3E %3Crect x='12.4' y='8.5' width='1.2' height='7.5' fill='%234a4a4a'/%3E %3C/svg%3E");
}

.nav-desktop[b-rak8kijaqg] {
    display: block;
}

.nav-mobile[b-rak8kijaqg] {
    display: none;
}

@media (max-width: 910px) {
    .nav-desktop[b-rak8kijaqg] {
        display: none;
    }

    .nav-mobile[b-rak8kijaqg] {
        display: block;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7viounp3v1] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-7viounp3v1] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-7viounp3v1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

.bi[b-7viounp3v1] {
    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-7viounp3v1] {
    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-7viounp3v1] {
    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-7viounp3v1] {
    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-lock-nav-menu[b-7viounp3v1] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-7viounp3v1] {
    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' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-7viounp3v1] {
    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-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-7viounp3v1] {
    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-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-7viounp3v1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

/* https://icons.getbootstrap.com/ */
.bi-bar-chart-nav-menu[b-7viounp3v1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bar-chart-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
}

.bi-graph-up-nav-menu[b-7viounp3v1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-graph-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07'/%3E%3C/svg%3E");
}

.bi-bar-candlestick-nav-menu[b-7viounp3v1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E %3Crect x='1' y='10' width='4' height='4' rx='0.7' fill='white'/%3E %3Crect x='2.4' y='8.5' width='1.2' height='7.5' fill='white'/%3E %3Crect x='6' y='3.5' width='4' height='7' rx='0.7' fill='white'/%3E %3Crect x='7.4' y='1' width='1.2' height='11.75' fill='white'/%3E %3Crect x='11' y='10' width='4' height='4' rx='0.7' fill='white'/%3E %3Crect x='12.4' y='8.5' width='1.2' height='7.5' fill='white'/%3E %3C/svg%3E");
}

.bi-bar-chart-candle-nav-menu[b-7viounp3v1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cg transform='rotate(-90 8 8)'%3E%3Cpath d='M.5 0a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-1 0V.5A.5.5 0 0 1 .5 0M2 1.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zm2 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5z'/%3E%3C/g%3E%3C/svg%3E");
}


.bi-bookmark-nav-menu[b-7viounp3v1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bookmark-plus-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5m6.5-11a.5.5 0 0 0-1 0V6H6a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0V7H10a.5.5 0 0 0 0-1H8.5z'/%3E%3C/svg%3E");
}

.bi-star-fill-nav-menu[b-7viounp3v1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-star-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
}

.bi-person-check-nav-menu[b-7viounp3v1] {
    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-fill-check' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m1.679-4.493-1.335 2.226a.75.75 0 0 1-1.174.144l-.774-.773a.5.5 0 0 1 .708-.708l.547.548 1.17-1.951a.5.5 0 1 1 .858.514M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0'/%3E%3Cpath d='M2 13c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4'/%3E%3C/svg%3E");
}


.nav-item[b-7viounp3v1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-7viounp3v1]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

.nav-scrollable[b-7viounp3v1] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7viounp3v1] {
    display: block;
}

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

    .nav-scrollable[b-7viounp3v1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


.nav-desktop[b-7viounp3v1] {
    display: block;
}

.nav-mobile[b-7viounp3v1] {
    display: none;
}

@media (max-width: 910px) {
    .nav-desktop[b-7viounp3v1] {
        display: none;
    }

    .nav-mobile[b-7viounp3v1] {
        display: block;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c4y1vxy845],
.components-reconnect-repeated-attempt-visible[b-c4y1vxy845],
.components-reconnect-failed-visible[b-c4y1vxy845],
.components-pause-visible[b-c4y1vxy845],
.components-resume-failed-visible[b-c4y1vxy845],
.components-rejoining-animation[b-c4y1vxy845] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-c4y1vxy845],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-c4y1vxy845],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-c4y1vxy845],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-c4y1vxy845],
#components-reconnect-modal.components-reconnect-retrying[b-c4y1vxy845],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-c4y1vxy845],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-c4y1vxy845],
#components-reconnect-modal.components-reconnect-failed[b-c4y1vxy845],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-c4y1vxy845] {
    display: block;
}


#components-reconnect-modal[b-c4y1vxy845] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-c4y1vxy845 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-c4y1vxy845 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-c4y1vxy845 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-c4y1vxy845]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-c4y1vxy845 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-c4y1vxy845 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-c4y1vxy845 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-c4y1vxy845 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-c4y1vxy845] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-c4y1vxy845] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-c4y1vxy845] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-c4y1vxy845] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-c4y1vxy845] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-c4y1vxy845] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-c4y1vxy845] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-c4y1vxy845 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-c4y1vxy845] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-c4y1vxy845 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/TradeOrderTablePages/TradeOrderLatest.razor.rz.scp.css */
.nav-desktop[b-gmticuau2z] {
    display: block;
}

.nav-mobile[b-gmticuau2z] {
    display: none;
}

@media (max-width: 910px) {
    .nav-desktop[b-gmticuau2z] {
        display: none;
    }

    .nav-mobile[b-gmticuau2z] {
        display: block;
    }
}
/* /Components/Pages/UserPages/FirstRunPage.razor.rz.scp.css */
.fab-container[b-z6s95zyryz] {
    position: fixed;
    bottom: 20px; /* distance from bottom */
    left: 50%; /* push to horizontal center */
    transform: translateX(-50%); /* shift back by half width */
    z-index: 1000; /* keep it above other elements */
}

.fab[b-z6s95zyryz] {
    border-radius: 5%;
    padding: 8px 24px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}
/* /Components/Pages/UserPages/ReportMPage.razor.rz.scp.css */


.bi[b-r41oxdzs1x] {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
}

.bi-graph-up-bg-menu[b-r41oxdzs1x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Crect x='0' y='0' width='32' height='32' fill='white' rx='6' ry='6'/%3E%3Cg transform='translate(8,8)'%3E%3Cpath fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M0 0h1v15h15v1H0zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07'/%3E%3C/g%3E%3C/svg%3E"); 
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
}

.bi-graph-up-menu[b-r41oxdzs1x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-graph-up' viewBox='0 0 16 16'%3E %3Cpath fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M0 0h1v15h15v1H0'/%3E %3Cpath fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07'/%3E %3C/svg%3E"); background-repeat: no-repeat;
    background-size: 1rem 1rem;
}


.bi-donut-chart-bg-menu[b-r41oxdzs1x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Crect x='0' y='0' width='32' height='32' fill='white' rx='6' ry='6'/%3E %3Cg transform='translate(8,8)'%3E %3Cpath fill='%236c757d' d='M12.995 8.195c0 .937-.312 1.912-.78 2.693l1.99 1.99c.976-1.327 1.6-2.966 1.6-4.683 0-1.795-.624-3.434-1.561-4.76l-2.068 2.028c.468.781.78 1.679.78 2.732z'/%3E %3Cpath fill='%236c757d' d='M8 13.151a4.995 4.995 0 1 1 0-9.99c1.015 0 1.951.273 2.732.82l1.95-2.03a7.805 7.805 0 1 0 .04 12.449l-1.951-2.03a5.07 5.07 0 0 1-2.732.781z'/%3E %3C/g%3E %3C/svg%3E");
    background-size: 1rem 1rem;
}

.bi-donut-chart-menu[b-r41oxdzs1x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-opencollective' viewBox='0 0 16 16'%3E %3Cg transform='rotate(-45 8 8)'%3E %3Cpath d='M12.995 8.195c0 .937-.312 1.912-.78 2.693l1.99 1.99c.976-1.327 1.6-2.966 1.6-4.683 0-1.795-.624-3.434-1.561-4.76l-2.068 2.028c.468.781.78 1.679.78 2.732z'/%3E %3Cpath d='M8 13.151a4.995 4.995 0 1 1 0-9.99c1.015 0 1.951.273 2.732.82l1.95-2.03a7.805 7.805 0 1 0 .04 12.449l-1.951-2.03a5.07 5.07 0 0 1-2.732.781z'/%3E %3C/g%3E %3C/svg%3E"); background-repeat: no-repeat;
    background-size: 1rem 1rem;
}




