/* /Components/Expanse.razor.rz.scp.css */
table[b-fibta14fqe] {
    border: 2px groove orange;
    max-width: 600px;
}
td.fifth[b-fibta14fqe] {
    width: 20%;
}
td.grey[b-fibta14fqe] {
    background-color: #a0a0a0;
}
.draw-row[b-fibta14fqe] {
    height: 12px;
    font-size: 8px;
}
td.chart[b-fibta14fqe] {
    background-color: light-dark(#fffbfb, gray);
}
th.condition-head[b-fibta14fqe] {
    border-style: groove;
    border-color: white;
    border-top-width: 2px;
}
th.finish-head[b-fibta14fqe] {
    border-style: groove;
    border-color: white;
    border-top-width: 2px;
    background-color: lightslategray;
    line-height: 80%;
}
.fate[b-fibta14fqe] {
    font-size: 80%;
    text-align: left;
}
/* /Components/RungRow.razor.rz.scp.css */

tr.odd[b-731h6j8o8o] {
    background-color: light-dark(#F8F8E3, #101000) ;
}

.finalist[b-731h6j8o8o] {
    font-weight: bold;
}
.non-finalist[b-731h6j8o8o] {

}
.live[b-731h6j8o8o] {
    font-size: 120%;
    background-color: light-dark(#e0ffa0, #707020);
}
.non-live[b-731h6j8o8o] {

}
.live-detail[b-731h6j8o8o] {
    background-color: light-dark(lightcyan, #106060);
}
.projection[b-731h6j8o8o] {
    text-align: left;
}
.numeric[b-731h6j8o8o] {
    text-align: right;
}
.next-round[b-731h6j8o8o] {
    min-width: 76px;
    font-size: 80%;
}
.round-desc[b-731h6j8o8o] {
    min-width: 91px;
}

button[b-731h6j8o8o] {
    padding: 2px 2px;
    font-size: 10px;
    vertical-align: bottom;
}

button.expanse[b-731h6j8o8o] {
    opacity: 0.3;
}

.discreet[b-731h6j8o8o] {
    font-size: 75%;
    opacity: 0.8;
    vertical-align: bottom;
    text-align: right;
}

/* /Pages/Terms.razor.rz.scp.css */
.panel-body[b-3m6ky6wh18] {
    max-width: 520px;
}
th[b-3m6ky6wh18] {
    border: 0;
    font-weight: bold;
    text-align: left;
    background: transparent;
    color: light-dark(black, white);
}
td[b-3m6ky6wh18] {
    border: 0;
    text-align: left;
    color: light-dark(black, white);
}
tr:nth-child(even)[b-3m6ky6wh18] {
    background: light-dark(beige, #202020);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-9ugsh7058f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9ugsh7058f] {
    flex: 1;
}

.sidebar[b-9ugsh7058f] {
    background-image: linear-gradient(180deg, rgb(103, 39, 5) 0%, #47063a 70%);
}

.top-row[b-9ugsh7058f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9ugsh7058f]  a, .top-row[b-9ugsh7058f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9ugsh7058f]  a:hover, .top-row[b-9ugsh7058f]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9ugsh7058f]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media {
    .top-row:not(.auth)[b-9ugsh7058f] {
        display: none;
    }

    .top-row.auth[b-9ugsh7058f] {
        justify-content: space-between;
    }

    .top-row[b-9ugsh7058f]  a, .top-row[b-9ugsh7058f]  .btn-link {
        margin-left: 0;
    }
}


/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dvuec9gkyn] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dvuec9gkyn] {
    height: 3.5rem;
    background-color: rgba(96,96,96,0.4);
}

.navbar-brand[b-dvuec9gkyn] {
    font-size: 1.1rem;
}

.oi[b-dvuec9gkyn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-link[b-dvuec9gkyn] {
    color: yellow;
}

.nav-item[b-dvuec9gkyn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dvuec9gkyn] {
        padding-top: 0.4rem;
    }

    .nav-item:last-of-type[b-dvuec9gkyn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dvuec9gkyn]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dvuec9gkyn]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dvuec9gkyn]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}


