/* /Components/AccountPages/UserTabs.razor.rz.scp.css */
[b-pwgd2dwjhf] .mud-tabs-panels {
    height: calc(100% - 48px);
}

[b-pwgd2dwjhf] .mud-tab-active {
    background-color: var(--mud-palette-surface);
}
/* /Components/AdminPages/Tagging.razor.rz.scp.css */
[b-l3t2aaumbj] .mud-tabs-panels {
    height: calc(100% - 48px);
}

[b-l3t2aaumbj] .mud-tab-active {
    background-color: var(--mud-palette-surface);
}
/* /Components/ExhibitionPages/ExhibitionManagement.razor.rz.scp.css */
[b-9nztqje67b] .mud-tabs-panels {
    height: calc(100% - 48px);
}

[b-9nztqje67b] .mud-tab-active {
    background-color: var(--mud-palette-surface);
}
/* /Components/ExhibitionPages/ExhibitionMatchDetails.razor.rz.scp.css */
[b-3vvwr16m7s] .character-blue {
    color: var(--sc-palette-team-blue) !important;
}

[b-3vvwr16m7s] .character-red {
    color: var(--sc-palette-team-red) !important;
}

[b-3vvwr16m7s] .team-blue-container {
    justify-content: center;
}

[b-3vvwr16m7s] .team-red-container {
    justify-content: center;
}

@media(min-width: 600px) {
    [b-3vvwr16m7s] .team-blue-container {
        justify-content: flex-end;
    }

    [b-3vvwr16m7s] .team-red-container {
        justify-content: flex-start;
    }
}
/* /Components/ExhibitionPages/ExhibitionQueue.razor.rz.scp.css */
[b-441lhsk3oh] .mud-table-row .mud-table-cell {
    padding: 2px 12px 2px 12px;
}

[b-441lhsk3oh] .mud-table.mud-table-striped {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-441lhsk3oh] .mud-table-container {
    flex: 1;
}

[b-441lhsk3oh] .mud-table-sticky-header * .mud-table-root .mud-table-head .mud-table-loading {
    top: 25px;
}

[b-441lhsk3oh] .mud-toolbar {
    justify-content: center;
}

[b-441lhsk3oh] .mud-table-pagination-caption {
    padding-right: 0;
}

[b-441lhsk3oh] .mud-table-pagination-select {
    margin: 0 !important;
}

[b-441lhsk3oh] .mud-table-pagination-actions {
    margin-left: 0;
}
/* /Components/ExhibitionPages/ExhibitionUserQueue.razor.rz.scp.css */
[b-79bozh2g9d] .mud-table-row .mud-table-cell {
    padding: 2px 12px 2px 12px;
}

[b-79bozh2g9d] .mud-table.mud-table-striped {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-79bozh2g9d] .mud-table-container {
    flex: 1;
}

[b-79bozh2g9d] .mud-table-sticky-header * .mud-table-root .mud-table-head .mud-table-loading {
    top: 25px;
}

[b-79bozh2g9d] .mud-toolbar {
    justify-content: center;
}

[b-79bozh2g9d] .mud-table-pagination-caption {
    padding-right: 0;
}

[b-79bozh2g9d] .mud-table-pagination-select {
    margin: 0 !important;
}

[b-79bozh2g9d] .mud-table-pagination-actions {
    margin-left: 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-khc0otui50] {
    color: var(--mud-palette-text-primary);
    background-color: var(--mud-palette-surface);
    border-top: 1px solid var(--mud-palette-error);
    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-khc0otui50] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenuDesktop.razor.rz.scp.css */
[b-lfsxsuct59] .border-left {
    height: 100%;
    border-left: 1px solid #808080;
    border-radius: 0;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-k4j2tawex7],
.components-reconnect-repeated-attempt-visible[b-k4j2tawex7],
.components-reconnect-failed-visible[b-k4j2tawex7],
.components-pause-visible[b-k4j2tawex7],
.components-resume-failed-visible[b-k4j2tawex7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-k4j2tawex7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-k4j2tawex7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-k4j2tawex7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-k4j2tawex7],
#components-reconnect-modal.components-reconnect-retrying[b-k4j2tawex7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-k4j2tawex7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-k4j2tawex7],
#components-reconnect-modal.components-reconnect-failed[b-k4j2tawex7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-k4j2tawex7] {
    display: block;
}


#components-reconnect-modal[b-k4j2tawex7] {
    color: var(--mud-palette-text-primary);
    width: 24rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    outline: 1px solid var(--mud-palette-action-default);
    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-k4j2tawex7 0.5s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-k4j2tawex7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-k4j2tawex7 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

    #components-reconnect-modal[b-k4j2tawex7]::backdrop {
        background-color: var(--mud-palette-overlay-dark);
        animation: components-reconnect-modal-fadeInOpacity-b-k4j2tawex7 0.5s ease-in-out;
        opacity: 1;
    }

@keyframes components-reconnect-modal-slideUp-b-k4j2tawex7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-k4j2tawex7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-k4j2tawex7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-k4j2tawex7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-k4j2tawex7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-k4j2tawex7] {
    background-color: var(--mud-palette-primary);
    padding: 10px 40px;
    margin: 0 !important;
}

    #components-reconnect-modal button:hover[b-k4j2tawex7] {
        background-color: var(--mud-palette-primary-darken);
    }

    #components-reconnect-modal button:active[b-k4j2tawex7] {
        background-color: var(--mud-palette-primary-lighten);
    }

.components-rejoining-animation[b-k4j2tawex7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-k4j2tawex7] {
        position: absolute;
        border: 3px solid var(--mud-palette-primary);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-k4j2tawex7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-k4j2tawex7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-k4j2tawex7 {
    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/Main/BetComponents/DefaultBetControls.razor.rz.scp.css */
[b-3mv350s178] .status-area {
    border-left: 1px solid var(--mud-palette-lines-inputs);
    border-right: 1px solid var(--mud-palette-lines-inputs);
}

[b-3mv350s178] .status-controls {
    min-height: 3rem;
}

[b-3mv350s178] .status-middle-part {
    width: 2rem;
}

[b-3mv350s178] .status-bar {
    height: 4rem;
    background-color: var(--sc-palette-control-area);
    border-top: 1px solid var(--mud-palette-lines-inputs);
    border-bottom: 1px solid var(--mud-palette-lines-inputs);
    transition: border-top-color 1s ease, border-bottom-color 1s ease, background-color 1s ease;
}

    [b-3mv350s178] .status-bar.status-blue {
        border-bottom-color: rgb(var(--sc-palette-color-blue));
        border-top-color: rgb(var(--sc-palette-color-blue));
        background-color: rgba(var(--sc-palette-color-blue), 0.05);
    }

    [b-3mv350s178] .status-bar.status-red {
        border-bottom-color: rgb(var(--sc-palette-color-red));
        border-top-color: rgb(var(--sc-palette-color-red));
        background-color: rgba(var(--sc-palette-color-red), 0.05);
    }

[b-3mv350s178] .btn-bet {
    width: 30%;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 10px;
}

    [b-3mv350s178] .btn-bet .mud-button-label {
        color: white;
        text-transform: none;
    }

    [b-3mv350s178] .btn-bet.team-name-small {
        line-height: 1.3;
        font-size: 0.8rem;
    }

    [b-3mv350s178] .btn-bet.team-name-medium {
        line-height: 1.4;
        font-size: 0.9rem;
    }

    [b-3mv350s178] .btn-bet.team-name-large {
        line-height: 1.5;
        font-size: 1rem;
    }

[b-3mv350s178] .btn-bet-blue {
    background-image: linear-gradient(var(--sc-palette-team-blue), var(--sc-palette-team-blue-darker));
}

[b-3mv350s178] .btn-bet-red {
    background-image: linear-gradient(var(--sc-palette-team-red), var(--sc-palette-team-red-darker));
}

[b-3mv350s178] .bet-input-field {
    max-width: 25%;
}

    [b-3mv350s178] .bet-input-field fieldset.mud-input-outlined-border {
        border-radius: 10px;
    }

    [b-3mv350s178] .bet-input-field .mud-button[aria-label=Increment] {
        border-radius: 0;
        border-top-right-radius: 10px;
    }

    [b-3mv350s178] .bet-input-field .mud-button[aria-label=Decrement] {
        border-radius: 0;
        border-bottom-right-radius: 10px;
    }

    [b-3mv350s178] .bet-input-field input {
        text-align: center;
        border-radius: 10px;
        background-color: var(--sc-palette-control-area) !important;
    }

[b-3mv350s178] .team-label {
    width: 50%;
}
/* /Components/Main/BetComponents/DoubleBetList.razor.rz.scp.css */
[b-0ecz9nfizq] .bet-header {
    width: 100%;
}

[b-0ecz9nfizq] .bet-header-name {
    height: 100%;
    font-weight: 600;
    line-height: 1.3;
    align-content: center;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

    [b-0ecz9nfizq] .bet-header-name.color-team-blue {
        border-bottom: 2px var(--sc-palette-team-blue) solid;
    }

    [b-0ecz9nfizq] .bet-header-name.color-team-red {
        border-bottom: 2px var(--sc-palette-team-red) solid;
    }

    [b-0ecz9nfizq] .bet-header-name.team-name-small {
        line-height: 1.3;
        font-size: 1rem;
    }

    [b-0ecz9nfizq] .bet-header-name.team-name-medium {
        line-height: 1.4;
        font-size: 1.15rem;
    }

    [b-0ecz9nfizq] .bet-header-name.team-name-large {
        line-height: 1.5;
        font-size: 1.3rem;
    }

[b-0ecz9nfizq] .bet-lists,
[b-0ecz9nfizq] .stat-lists {
    width: 100%;
    overflow-y: auto;
}

[b-0ecz9nfizq] .bet-list,
[b-0ecz9nfizq] .stat-list {
    width: 50%;
}

[b-0ecz9nfizq] .bet-row {
    opacity: 0;
    animation: fadeIn 1s forwards;
}

    [b-0ecz9nfizq] .bet-row:hover .bet-amount {
        font-size: 0;
    }

    [b-0ecz9nfizq] .bet-row:active .bet-amount {
        font-size: 0;
    }

[b-0ecz9nfizq] .bet-name {
    white-space: nowrap;
    overflow: hidden;
}

[b-0ecz9nfizq] .bet-list-blue .bet-name {
    text-align: left;
    padding-left: 4px;
    border-left-width: 1px;
    border-left-color: var(--sc-palette-team-blue);
    border-left-style: solid;
}

[b-0ecz9nfizq] .bet-list-red .bet-name {
    text-align: right;
    padding-right: 4px;
    border-right-width: 1px;
    border-right-color: var(--sc-palette-team-red);
    border-right-style: solid;
}

[b-0ecz9nfizq] .bet-amount {
    width: 40px;
    /*overflow: hidden;*/
    text-align: center;
}

[b-0ecz9nfizq] .bet-row:hover .bet-amount:after {
    content: attr(data-hover);
    color: var(--sc-palette-winner);
    font-family: Yanone, var(--mud-typography-body1-family);
    font-size: 1rem;
}

[b-0ecz9nfizq] .bet-row:active .bet-amount:after {
    content: attr(data-click);
    color: var(--mud-palette-tertiary);
    font-family: Yanone, var(--mud-typography-body1-family);
    font-size: 1rem;
}

[b-0ecz9nfizq] .stat-list {
    margin-top: 10px;
}

[b-0ecz9nfizq] .stat-header {
    font-size: 1.1rem;
    line-height: 1.3;
    color: var(--mud-palette-text-secondary);
}

[b-0ecz9nfizq] .stat-value {
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 25px;
    word-wrap: break-word;
    word-break: break-word;
}

[b-0ecz9nfizq] .character-stat-icon {
    font-size: 2rem;
    color: var(--mud-palette-text-secondary);
}

[b-0ecz9nfizq] .stat-cns {
    padding-bottom: 25px;
}

[b-0ecz9nfizq] .stat-cns-value {
    font-size: 1.1rem;
    line-height: 1.2;
}
/* /Components/Main/BetComponents/MobileChatBetControls.razor.rz.scp.css */
#mobile-chat-controls[b-b5b7w1frfx] {
    background-color: var(--sc-palette-control-area);
    border-top: 1px solid var(--mud-palette-lines-inputs);
}

[b-b5b7w1frfx] .btn-bet {
    height: 3rem;
}

    [b-b5b7w1frfx] .btn-bet .mud-button-label {
        color: white;
        text-transform: none;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

[b-b5b7w1frfx] .btn-bet-blue {
    background-image: linear-gradient(var(--sc-palette-team-blue), var(--sc-palette-team-blue-darker));
}

[b-b5b7w1frfx] .btn-bet-red {
    background-image: linear-gradient(var(--sc-palette-team-red), var(--sc-palette-team-red-darker));
}

[b-b5b7w1frfx] .bet-input-field fieldset.mud-input-outlined-border {
    border-radius: 10px;
}

[b-b5b7w1frfx] .bet-input-field .mud-button[aria-label=Increment] {
    border-radius: 0;
    border-top-right-radius: 10px;
}

[b-b5b7w1frfx] .bet-input-field .mud-button[aria-label=Decrement] {
    border-radius: 0;
    border-bottom-right-radius: 10px;
}

    [b-b5b7w1frfx] .bet-input-field input {
        text-align: center;
        border-radius: 10px;
        background-color: var(--mud-palette-action-default-hover) !important;
        transition: background-color 1s ease;
    }

[b-b5b7w1frfx] .bet-input-field.status-blue input {
    background-color: rgba(var(--sc-palette-color-blue), 0.25) !important;
}

[b-b5b7w1frfx] .bet-input-field.status-red input {
    background-color: rgba(var(--sc-palette-color-red), 0.25) !important;
}

[b-b5b7w1frfx] .bet-shortcut {
    height: 24px;
    width: 100%;
    min-width: unset;
    border: 1px solid var(--mud-palette-lines-inputs);
}

    [b-b5b7w1frfx] .bet-shortcut .mud-button-label {
        line-height: 1;
        font-weight: bold;
    }

[b-b5b7w1frfx] .status-controls {
    min-height: 3rem;
}

[b-b5b7w1frfx] .status-bar {
    min-height: 7rem;
}

[b-b5b7w1frfx] .status-middle-part {
    width: 2rem;
    align-self: center;
}

[b-b5b7w1frfx] .team-label {
    width: 50%;
    align-self: center;
}
/* /Components/Main/BetComponents/MobileStreamControls.razor.rz.scp.css */
.left-panel[b-61t0w8tpp0] {
    min-width: 250px;
}

.announcement[b-61t0w8tpp0] {
    border-bottom: 1px solid var(--mud-palette-lines-inputs);
}

/* Bet list */
[b-61t0w8tpp0] .bet-header {
    width: 100%;
}

[b-61t0w8tpp0] .bet-header-name {
    height: 100%;
    font-weight: 600;
    line-height: 1.3;
    align-content: center;
    word-wrap: break-word;
    white-space: normal;
}

    [b-61t0w8tpp0] .bet-header-name.color-team-blue {
        border-bottom: 2px var(--sc-palette-team-blue) solid;
    }

    [b-61t0w8tpp0] .bet-header-name.color-team-red {
        border-bottom: 2px var(--sc-palette-team-red) solid;
    }

[b-61t0w8tpp0] .bet-lists {
    overflow-y: auto;
}

[b-61t0w8tpp0] .bet-lists,
[b-61t0w8tpp0] .stat-lists {
    width: 100%;
}

[b-61t0w8tpp0] .bet-list,
[b-61t0w8tpp0] .stat-list {
    width: 50%;
}

[b-61t0w8tpp0] .bet-row {
    opacity: 0;
    animation: fadeIn 1s forwards;
}

    [b-61t0w8tpp0] .bet-row:hover .bet-amount {
        font-size: 0;
    }

    [b-61t0w8tpp0] .bet-row:active .bet-amount {
        font-size: 0;
    }

[b-61t0w8tpp0] .bet-name {
    white-space: nowrap;
    overflow: hidden;
}

[b-61t0w8tpp0] .bet-list-blue .bet-name {
    text-align: left;
    padding-left: 4px;
    border-left-width: 1px;
    border-left-color: var(--sc-palette-team-blue);
    border-left-style: solid;
}

[b-61t0w8tpp0] .bet-list-red .bet-name {
    text-align: right;
    padding-right: 4px;
    border-right-width: 1px;
    border-right-color: var(--sc-palette-team-red);
    border-right-style: solid;
}

[b-61t0w8tpp0] .bet-amount {
    width: 40px;
    /*overflow: hidden;*/
    text-align: center;
}

[b-61t0w8tpp0] .bet-row:hover .bet-amount:after {
    content: attr(data-hover);
    color: var(--sc-palette-winner);
    font-family: Yanone, var(--mud-typography-body1-family);
    font-size: 1rem;
}

[b-61t0w8tpp0] .bet-row:active .bet-amount:after {
    content: attr(data-click);
    color: var(--mud-palette-tertiary);
    font-family: Yanone, var(--mud-typography-body1-family);
    font-size: 1rem;
}

[b-61t0w8tpp0] .betting-status {
    background-color: var(--sc-palette-control-area);
    border-top: 1px solid var(--mud-palette-lines-inputs);
}

/* Betting phase */
[b-61t0w8tpp0] .betting-panel {
    overflow-y: auto;
}

[b-61t0w8tpp0] .btn-bet {
    min-height: 3rem;
}

    [b-61t0w8tpp0] .btn-bet .mud-button-label {
        color: white;
        text-transform: none;
    }

    [b-61t0w8tpp0] .btn-bet.team-name-small {
        line-height: 1.3;
        font-size: 0.8rem;
    }

    [b-61t0w8tpp0] .btn-bet.team-name-medium {
        line-height: 1.4;
        font-size: 0.9rem;
    }

    [b-61t0w8tpp0] .btn-bet.team-name-large {
        line-height: 1.5;
        font-size: 1rem;
    }

[b-61t0w8tpp0] .btn-bet-blue {
    background-image: linear-gradient(var(--sc-palette-team-blue), var(--sc-palette-team-blue-darker));
}

[b-61t0w8tpp0] .btn-bet-red {
    background-image: linear-gradient(var(--sc-palette-team-red), var(--sc-palette-team-red-darker));
}

[b-61t0w8tpp0] .bet-input-field fieldset.mud-input-outlined-border {
    border-radius: 10px;
}

[b-61t0w8tpp0] .bet-input-field .mud-button[aria-label=Increment] {
    border-radius: 0;
    border-top-right-radius: 10px;
}

[b-61t0w8tpp0] .bet-input-field .mud-button[aria-label=Decrement] {
    border-radius: 0;
    border-bottom-right-radius: 10px;
}

[b-61t0w8tpp0] .bet-input-field input {
    text-align: center;
    border-radius: 10px;
    background-color: var(--mud-palette-action-default-hover) !important;
    transition: background-color 1s ease;
}

[b-61t0w8tpp0] .bet-input-field.status-blue input {
    background-color: rgba(var(--sc-palette-color-blue), 0.25) !important;
}

[b-61t0w8tpp0] .bet-input-field.status-red input {
    background-color: rgba(var(--sc-palette-color-red), 0.25) !important;
}

[b-61t0w8tpp0] .bet-shortcut {
    height: 24px;
    width: 100%;
    min-width: unset;
    border: 1px solid var(--mud-palette-lines-inputs);
}

    [b-61t0w8tpp0] .bet-shortcut .mud-button-label {
        line-height: 1;
        font-weight: bold;
    }

/* Betting stats */
[b-61t0w8tpp0] .stat-list {
    margin-top: 10px;
}

[b-61t0w8tpp0] .stat-header {
    font-size: 1.1rem;
    line-height: 1.3;
    color: var(--mud-palette-text-secondary);
}

[b-61t0w8tpp0] .stat-value {
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 25px;
    word-wrap: break-word;
    word-break: break-word;
}

[b-61t0w8tpp0] .character-stat-icon {
    font-size: 2rem;
    color: var(--mud-palette-text-secondary);
}

[b-61t0w8tpp0] .stat-cns {
    padding-bottom: 25px;
}

[b-61t0w8tpp0] .stat-cns-value {
    font-size: 1.1rem;
    line-height: 1.2;
}

/* Status */
[b-61t0w8tpp0] .status-bar {
    min-height: 7rem;
}

[b-61t0w8tpp0] .status-middle-part {
    width: 2rem;
    align-self: center;
}

[b-61t0w8tpp0] .team-label {
    width: 50%;
    align-self: center;
}
/* /Components/Main/DesktopDefault.razor.rz.scp.css */
[b-jljkqgxybh] .desktop-view {
    height: calc(100% - 30px);
}

[b-jljkqgxybh] #middle-panel {
    aspect-ratio: 3.2/3;
}

[b-jljkqgxybh] .bottom-toolbar {
    --mud-internal-toolbar-height: 30px;
    background-color: var(--sc-palette-bottom-toolbar);
    min-height: 30px !important;
    border-top: 1px solid var(--mud-palette-lines-inputs);
}

#bottom-content[b-jljkqgxybh] {
    white-space: nowrap;
}

[b-jljkqgxybh] .bet-shortcut {
    height: 24px;
    border: 1px solid var(--mud-palette-lines-inputs);
}

[b-jljkqgxybh] .bet-shortcut .mud-button-label {
    line-height: 1;
    font-weight: bold;
}

#embed-stream[b-jljkqgxybh] {
    aspect-ratio: 4/3;
    max-height: calc(100% - 150px);
}
/* /Components/Main/MobileChat.razor.rz.scp.css */
#embed-chat[b-ri9g2kulk7] {
    /* padding-top: 16px; */
}
/* /Components/Main/MobileStream.razor.rz.scp.css */
#embed-stream[b-0eiyh90o85] {
    aspect-ratio: 4/3;
    height: 100%;
    overflow-y: hidden;
}
/* /Components/Parts/CnsBlock.razor.rz.scp.css */
.cns-block[b-jq1fliov21] {
    color: #000;
    background: #f5f2f0;
    border: 1px solid var(--mud-palette-lines-default);
    scrollbar-width: initial;
}
/* /Components/Parts/ListingDetails.razor.rz.scp.css */
tbody tr:hover[b-amwosur8zt] {
    background-color: unset !important;
}
/* /Components/Parts/SearchSkeleton.razor.rz.scp.css */
[b-0dcbh5wvbp] .mud-table-row .mud-table-cell {
    padding: 2px 12px 2px 12px;
}

[b-0dcbh5wvbp] .mud-table.mud-table-striped {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-0dcbh5wvbp] .mud-table-container {
    flex: 1;
}

[b-0dcbh5wvbp] .mud-table-sticky-header * .mud-table-root .mud-table-head .mud-table-loading {
    top: 25px;
}

@media (max-width: 600px) {
    [b-0dcbh5wvbp] .mud-table-sticky-header * .mud-table-root .mud-table-head .mud-table-loading {
        top: 0;
    }
}

[b-0dcbh5wvbp] .mud-toolbar {
    justify-content: center;
}

[b-0dcbh5wvbp] .mud-table-pagination-caption {
    padding-right: 0;
}

[b-0dcbh5wvbp] .mud-table-pagination-select {
    margin: 0 !important;
}

[b-0dcbh5wvbp] .mud-table-pagination-actions {
    margin-left: 0;
}
/* /Components/StandingsPages/StandingsSession.razor.rz.scp.css */
[b-h8nk1s00f9] .mud-table-row .mud-table-cell {
    padding: 4px 12px 4px 12px;
}

[b-h8nk1s00f9] .mud-table {
    height: calc(100% - 52px);
}

[b-h8nk1s00f9] .mud-table-sticky-header * .mud-table-root .mud-table-head .mud-table-loading {
    top: 33px;
}

[b-h8nk1s00f9] .mud-toolbar {
    background-color: var(--mud-palette-surface);
}
/* /Components/StatPages/Character.razor.rz.scp.css */
[b-rss613mv1t] .mud-tabs-panels {
    height: calc(100% - 48px);
}

[b-rss613mv1t] .mud-tab-active {
    background-color: var(--mud-palette-surface);
}
/* /Components/StatPages/CharacterDetails.razor.rz.scp.css */
[b-0e0eocj2b6] .preview-zoomed-in {
    cursor: zoom-out;
}

[b-0e0eocj2b6] .preview-zoomed-out {
    cursor: zoom-in;
    max-height: 200px;
}

[b-0e0eocj2b6] .palettes-stack {
    max-width: 216px;
}

@media(min-width: 600px) {
    [b-0e0eocj2b6] .palettes-stack {
        max-width: 432px;
    }
}

[b-0e0eocj2b6] .character-avatar {
    margin: 2px;
}

[b-0e0eocj2b6] .palette {
    width: 36px;
    height: 36px;
    margin-left: -1px;
    margin-top: -1px;
}

[b-0e0eocj2b6] .palette-mm {
    background-color: var(--sc-palette-pal-mm);
}

[b-0e0eocj2b6] .palette-ban {
    background-color: var(--sc-palette-pal-ban);
}

[b-0e0eocj2b6] .palette-mm.palette-ban {
    background-color: var(--sc-palette-pal-mixed);
}

[b-0e0eocj2b6] .character-stat-icon {
    font-size: 2.5em;
}
/* /Components/StatPages/CharacterTags.razor.rz.scp.css */
.tag-category[b-6m2j3xvjy9] {
    white-space: nowrap;
}

[b-6m2j3xvjy9] .tag {
    color: white !important;
    text-transform: none;
    padding: 0;
}

[b-6m2j3xvjy9] .tag-default {
    background-color: var(--mud-palette-gray-darker);
}

[b-6m2j3xvjy9] .tag-default:hover {
    background-color: var(--mud-palette-gray-default);
}

[b-6m2j3xvjy9] .tag-upvote {
    background-color: var(--mud-palette-success-darken);
}

[b-6m2j3xvjy9] .tag-upvote:hover {
    background-color: var(--mud-palette-success);
}

[b-6m2j3xvjy9] .tag-downvote {
    background-color: var(--mud-palette-error-darken);
}

[b-6m2j3xvjy9] .tag-downvote:hover {
    background-color: var(--mud-palette-error);
}

[b-6m2j3xvjy9] .tag-selected {
    background-color: var(--mud-palette-primary);
}

[b-6m2j3xvjy9] .tag-selected:hover {
    background-color: var(--mud-palette-primary-darken);
}

[b-6m2j3xvjy9] .tag-unlocked {
    font-style: italic;
}

/*
::deep .tag {
    text-transform: none;
    padding: 0;
}

::deep .tag-default {
    border-color: var(--mud-palette-text-primary);
}

    ::deep .tag-default:hover {
        border-color: var(--mud-palette-text-primary);
    }

::deep .tag-upvote {
    color: var(--mud-palette-success);
    border-color: var(--mud-palette-success);
}

    ::deep .tag-upvote:hover {
        color: var(--mud-palette-success-lighten);
        border-color: var(--mud-palette-success-lighten);
    }

::deep .tag-downvote {
    color: var(--mud-palette-error);
}

    ::deep .tag-downvote:hover {
        color: var(--mud-palette-error-lighten);
        border-color: var(--mud-palette-error-lighten);
    }

::deep .tag-selected {
    color: var(--mud-palette-primary);
    border-color: var(--mud-palette-primary);
}

    ::deep .tag-selected:hover {
        color: var(--mud-palette-primary-lighten);
        border-color: var(--mud-palette-primary-lighten);
    }
*/
/* /Components/StatPages/Match.razor.rz.scp.css */
[b-qopv29fb4e] .mud-tabs-panels {
    height: calc(100% - 48px);
}

[b-qopv29fb4e] .mud-tab-active {
    background-color: var(--mud-palette-surface);
}
/* /Components/StatPages/MatchBets.razor.rz.scp.css */
[b-kueuvia6wv] .bet-blue {
    background-color: var(--sc-palette-bet-blue);
}

[b-kueuvia6wv] .bet-red {
    background-color: var(--sc-palette-bet-red);
}
/* /Components/StatPages/MatchDetails.razor.rz.scp.css */
[b-21bfw1gtfi] .character-blue {
    color: var(--sc-palette-team-blue) !important;
}

[b-21bfw1gtfi] .character-red {
    color: var(--sc-palette-team-red) !important;
}

[b-21bfw1gtfi] .team-blue-container {
    justify-content: center;
}

[b-21bfw1gtfi] .team-red-container {
    justify-content: center;
}

@media(min-width: 600px) {
    [b-21bfw1gtfi] .team-blue-container {
        justify-content: flex-end;
    }

    [b-21bfw1gtfi] .team-red-container {
        justify-content: flex-start;
    }
}
/* /Components/StatPages/MatchDetailsParticipantInfo.razor.rz.scp.css */
/* /Components/StatPages/Session.razor.rz.scp.css */
[b-86eae5dzeh] .mud-tabs-panels {
    height: calc(100% - 48px);
}

[b-86eae5dzeh] .mud-tab-active {
    background-color: var(--mud-palette-surface);
}
/* /Components/StatPages/Stage.razor.rz.scp.css */
[b-ovx1yva40g] .mud-tabs-panels {
    height: calc(100% - 48px);
}

[b-ovx1yva40g] .mud-tab-active {
    background-color: var(--mud-palette-surface);
}
/* /Components/StatPages/StageDetails.razor.rz.scp.css */
[b-2c3wkbuwwi] .preview-zoomed-in {
    cursor: zoom-out;
    max-width: min(100%, 640px);
}

[b-2c3wkbuwwi] .preview-zoomed-out {
    cursor: zoom-in;
    max-height: 240px;
}
/* /Components/StatPages/StageTags.razor.rz.scp.css */
.tag-category[b-d2ydv29te8] {
    white-space: nowrap;
}

[b-d2ydv29te8] .tag {
    color: white !important;
    text-transform: none;
    padding: 0;
}

[b-d2ydv29te8] .tag-default {
    background-color: var(--mud-palette-gray-darker);
}

    [b-d2ydv29te8] .tag-default:hover {
        background-color: var(--mud-palette-gray-default);
    }

[b-d2ydv29te8] .tag-upvote {
    background-color: var(--mud-palette-success-darken);
}

    [b-d2ydv29te8] .tag-upvote:hover {
        background-color: var(--mud-palette-success);
    }

[b-d2ydv29te8] .tag-downvote {
    background-color: var(--mud-palette-error-darken);
}

    [b-d2ydv29te8] .tag-downvote:hover {
        background-color: var(--mud-palette-error);
    }

[b-d2ydv29te8] .tag-selected {
    background-color: var(--mud-palette-primary);
}

    [b-d2ydv29te8] .tag-selected:hover {
        background-color: var(--mud-palette-primary-darken);
    }

[b-d2ydv29te8] .tag-unlocked {
    font-style: italic;
}

/*
::deep .tag {
    text-transform: none;
    padding: 0;
}

::deep .tag-default {
    border-color: var(--mud-palette-text-primary);
}

    ::deep .tag-default:hover {
        border-color: var(--mud-palette-text-primary);
    }

::deep .tag-upvote {
    color: var(--mud-palette-success);
    border-color: var(--mud-palette-success);
}

    ::deep .tag-upvote:hover {
        color: var(--mud-palette-success-lighten);
        border-color: var(--mud-palette-success-lighten);
    }

::deep .tag-downvote {
    color: var(--mud-palette-error);
}

    ::deep .tag-downvote:hover {
        color: var(--mud-palette-error-lighten);
        border-color: var(--mud-palette-error-lighten);
    }

::deep .tag-selected {
    color: var(--mud-palette-primary);
    border-color: var(--mud-palette-primary);
}

    ::deep .tag-selected:hover {
        color: var(--mud-palette-primary-lighten);
        border-color: var(--mud-palette-primary-lighten);
    }
*/
