@import '_content/LiveChartsCore.SkiaSharpView.Blazor/LiveChartsCore.SkiaSharpView.Blazor.h6pgu9i50m.bundle.scp.css';
@import '_content/Sober.Signaling.OrderBook.Blazor/Sober.Signaling.OrderBook.Blazor.9jakj6wtnc.bundle.scp.css';

/* /Components/Charts/Overseeing/OverseeingCharts.razor.rz.scp.css */
.charts-container[b-9nftviumah] {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.chart-elem[b-9nftviumah] {
    width: 15%;
    height: 300px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
/* /Components/CumulativesTable.razor.rz.scp.css */
[b-jgqm7j1h2d] .mud-table {
    height: 100%;
}

[b-jgqm7j1h2d] .mud-table-container {
    max-height: 100% !important;
}

[b-jgqm7j1h2d] .mud-table-head th {
    white-space: nowrap;
}

[b-jgqm7j1h2d] .small-font .mud-table-cell {
    font-size: 0.75rem;
}
/* /Components/Loading.razor.rz.scp.css */
.loading-indicator-container[data-vertical-centered=true][b-hhno2chx46] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-indicator[b-hhno2chx46] {
    width: 100%;
    text-align: center;
}

.loading-text[b-hhno2chx46] {
}
/* /Components/MiniOverseeingDisplay.razor.rz.scp.css */
strong[b-1irzsxuk3k] {
    color: #FF4081;
}

.mini-overseeing[b-1irzsxuk3k] {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.mini-live-ev[b-1irzsxuk3k] {
    font-size: 20px;
}

.mini-positions[b-1irzsxuk3k] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
}
/* /Components/Views/MatchedBetsView.razor.rz.scp.css */
.mb-component[b-2ds7eipwfy] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mb-header[b-2ds7eipwfy] {
    flex-shrink: 0;
}

.mb-table[b-2ds7eipwfy] {
    flex: 1;
    overflow-y: auto;
}

.cd-view[b-2ds7eipwfy] {
    flex-grow: 1;
    display: flex;
    overflow-x: auto;
}

.cd-content[b-2ds7eipwfy] {
    display: flex;
    min-width: min-content;
    margin-left: auto;
}

[b-2ds7eipwfy] .mud-table {
    height: 100%;
}

[b-2ds7eipwfy] .mud-table-container {
    max-height: 100% !important;
}

[b-2ds7eipwfy] .mud-table-head th {
    white-space: nowrap;
}
/* /Components/Views/OverseeingGameSettingsView.razor.rz.scp.css */
.ov-settings-component[b-xtyja4ehc9] {

}

.ov-settings-label[b-xtyja4ehc9] {
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
}

.ov-settings[b-xtyja4ehc9] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    white-space: nowrap;
}

.ov-settings-elem[b-xtyja4ehc9] {
    width: 200px;
    flex: 0 0 auto;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.slider-label[b-xtyja4ehc9] {
    font-size: .875rem;
}
/* /Components/Views/OverseeingGameView.razor.rz.scp.css */
.overseeing-game-view-component[b-snswcl2f9e] {
    background-color: #e0e0e0;
}

[b-snswcl2f9e] .mud-table-container {
    max-height: 300px !important;
    overflow-y: auto !important;
}

[b-snswcl2f9e] .mud-table {
    height: auto !important;
}
/* /Components/Views/OverseeingView.razor.rz.scp.css */
.overseeing-component[b-ydudugnkox] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.ov-settings[b-ydudugnkox] {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.ov-settings-elem[b-ydudugnkox] {
    width: 30%;
    position: relative;
}

.ov-settings-confirm[b-ydudugnkox] {
    width: 7%;
}

.charts[b-ydudugnkox] {
    display: flex;
    justify-content: space-around;
    height: 300px;
    flex-wrap: wrap;
}

.ov-header[b-ydudugnkox] {
    flex-shrink: 0;
}

.ov-drawer-container[b-ydudugnkox] {
    display: flex;
    flex-wrap: nowrap;
    height: calc(100% - 60px);
    position: relative;
}

.ov-drawer-menu[b-ydudugnkox] {
    transition: 500ms;
}

.ov-drawer-menu[data-visible=true][b-ydudugnkox] {
    width: 300px;
    overflow-y: scroll;
}

.ov-drawer-menu[data-visible=false][b-ydudugnkox] {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.ov-drawer-content[b-ydudugnkox] {
    transition: 500ms;
    position: relative;
    height: 100%;
}

.ov-drawer-content[data-ov-visible=false][b-ydudugnkox] {
    width: 100%;
}

.ov-drawer-content[data-ov-visible=true][b-ydudugnkox] {
    width: calc(100% - 300px);
}

.ov-table[b-ydudugnkox] {
    flex: 1;
    overflow-y: auto;
}

.ellipsis[b-ydudugnkox] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

[b-ydudugnkox] .mud-tooltip-root {
    width: 100%;
}

[b-ydudugnkox] .mud-table {
    height: 100%;
}

[b-ydudugnkox] .mud-table-container {
    max-height: 100%;
}

[b-ydudugnkox] .ov-table .mud-table-root {
    table-layout: fixed;
}

    [b-ydudugnkox] .ov-table .mud-table-root .mud-table-root {
        table-layout: auto;
    }
/* /Dialogs/ConnectionLostDialog.razor.rz.scp.css */
.reco-title[b-edfb1evm7a] {
    font-size: 28px;
    font-weight: 300;
    color: var(--color-danger);
    text-align: center;
    padding: 10px 0;
}

.connection-icon[b-edfb1evm7a] {
    text-align: center;
    color: var(--color-danger);
    font-size: 128px;
}

.attempting-reco-text[b-edfb1evm7a] {
    text-align: center;
    padding-bottom: 20px;
}

.reconnection-spinner-holder[b-edfb1evm7a] {
    padding: 10px 0;
}
/* /Dialogs/CriticalUpdateDialog.razor.rz.scp.css */
.update-title[b-afn80zm9jg] {
    font-size: 28px;
    font-weight: 300;
    color: var(--accent-color);
    text-align: center;
    padding: 10px 0;
}

.update-icon[b-afn80zm9jg] {
    text-align: center;
    color: var(--accent-color);
    font-size: 128px;
}

.attempting-update-text[b-afn80zm9jg] {
    text-align: center;
    padding-bottom: 20px;
    color: #000000;
}

.update-spinner-holder[b-afn80zm9jg] {
    padding: 10px 0;
}

.update-timer[b-afn80zm9jg] {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    padding-bottom: 20px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-vcbd8xt7rv] {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100vh;
    overflow: hidden;
}

main[b-vcbd8xt7rv] {
    flex: 1;
    transition: width 0.3s ease;
}

.sidebar[b-vcbd8xt7rv] {
    background-image: linear-gradient(180deg, #e2a129 0%, var(--accent-color) 80%);
    width: 250px;
    transition: width 0.3s ease, transform 0.3s ease;
}

/*  sidebar opened */
.page.sidebar-open .sidebar[b-vcbd8xt7rv] {
    transform: translateX(0);
    width: 250px;
}

.page.sidebar-open main[b-vcbd8xt7rv] {
    width: calc(100vw - 250px);
}

/* sidebar closed */
.page.sidebar-closed .sidebar[b-vcbd8xt7rv] {
    transform: translateX(-250px);
    width: 0;
}

.page.sidebar-closed main[b-vcbd8xt7rv] {
    width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bi-house-door-fill-nav-menu[b-1wb8a50r4f] {
    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-1wb8a50r4f] {
    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-1wb8a50r4f] {
    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-1wb8a50r4f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

.version-info[b-1wb8a50r4f] {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

    .version-info > .version-row.update-av-info[b-1wb8a50r4f] {
        font-size: 16px;
        background-color: #FFFFFF;
        color: #FF4081;
        width: 90%;
        padding: 5px 0;
        margin: 0 auto;
        animation: updateAvailableAnimation-b-1wb8a50r4f 1s linear infinite alternate;
    }

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

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

@keyframes updateAvailableAnimation-b-1wb8a50r4f {
    0% { border-radius: 0px; }
    50% { border-radius: 30px; }
    100% { border-radius: 0px; }
}
/* /Layout/WindowLayout.razor.rz.scp.css */
body[b-cjnhnfut45] {
}
/* /Pages/BotView.razor.rz.scp.css */
.bot-view[b-vvvb1o9gpl] {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 5.5rem);
}

.top-pane[b-vvvb1o9gpl], .bottom-pane[b-vvvb1o9gpl] {
    overflow: hidden;
}

.top-pane[b-vvvb1o9gpl] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 50%;
}

.bottom-pane[b-vvvb1o9gpl] {
    height: 50%;
    flex: 1;
    flex-grow: 1;
    position: relative;
}

.resizer[b-vvvb1o9gpl] {
    height: 5px;
    background: #ccc;
    cursor: row-resize;
    user-select: none;
}
/* /Pages/Home.razor.rz.scp.css */
.image-container[b-f46wtdfan8] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 5.5rem);
    padding: 5vh;
}

[b-f46wtdfan8] .image-item {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
/* /Windows/OrderbookWindow.razor.rz.scp.css */
.orderbook-window[b-e9x5jzgqw1] {
    height: 100vh;
}
