/* _content/PieBlazor/Pages/CustomPie.razor.rz.scp.css */
h1[b-qwohptawrg], h3[b-qwohptawrg] {
    text-align: center;
    width: 100%;
    padding: 5rem;
    margin: 0;
}
/* _content/PieBlazor/Pages/Index.razor.rz.scp.css */
.sidebar[b-zskrfw25tp] {
    align-items: center;
    justify-items: stretch;
    padding: 0 10rem;
    flex: 1;
}

main[b-zskrfw25tp], .sidebar[b-zskrfw25tp] {
    background-color: #f5f5f5;
    flex: 1;
    display: grid;
}

main[b-zskrfw25tp] {
    flex: 2;
    align-items: center;
    justify-items: stretch;
}
/* _content/PieBlazor/Pages/Leaderboard.razor.rz.scp.css */
td[b-601wxruw11] {
    padding: 1rem;
    font-size: 20px;
}

th[b-601wxruw11] {
    text-align: center;
    padding: 1.3rem 1rem 1rem 1rem;
    background-image: linear-gradient(to bottom right, #141B4D, #3a3f95);
    border-radius: 2rem 2rem 0 0;
    color: white;
    font-size: 26px;
}

td:first-child[b-601wxruw11] {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

tbody td:last-child[b-601wxruw11], tbody td:nth-last-child(2)[b-601wxruw11] {
    text-align: right;
    padding-right: 1rem;
}

tbody td:first-child[b-601wxruw11] {
    /*width: auto;*/
}

td:nth-child(2)[b-601wxruw11] {
    padding-right: 4rem;
}

td:last-child[b-601wxruw11] {
    padding-right: 1rem;
}

tr:last-child[b-601wxruw11] {
    padding-bottom: 1rem;
}

tr:nth-child(even) td[b-601wxruw11] {
    background-color: #0000000a;
}

tr td[b-601wxruw11] {
    color: #333;
}

td[b-601wxruw11] {
    transition: all ease-in-out 0.2s;
    padding: 1rem 0;
}

.rank-1[b-601wxruw11] {
    background-color: #BBA53D;
    color: white;
}

.rank-2[b-601wxruw11] {
    background-color: #BCC6CC;
}

.rank-3[b-601wxruw11] {
    background-color: #49371B;
    color: white;
}

.rank[b-601wxruw11] {
    border-radius: 2rem;
    width: 1.9rem;
}

table[b-601wxruw11] {
    border-radius: 2rem;
    box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
    background-color: white;
}

.selected td[b-601wxruw11] {
    background-color: #D0E8FF !important;
}

tbody tr:last-child td:first-child[b-601wxruw11] {
    border-radius: 0 0 0 2rem;
}

tbody tr:last-child td:last-child[b-601wxruw11] {
    border-radius: 0 0 2rem 0;
}

.pie-result[b-601wxruw11] {
    font-size: 12px;
    
}

.pie-result-up[b-601wxruw11] {
    color: #00aa00;
}

.pie-result-down[b-601wxruw11] {
    color: #aa0000;
}

/*thead {*/
/*    background-image: linear-gradient(to bottom right, #141B4D, #3a3f95);*/
/*}*/
/* _content/PieBlazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-0gteylqh9t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0gteylqh9t] {
    flex: 2;
}

.sidebar[b-0gteylqh9t] {
    flex: 1;
    background-color: #f5f5f5;
}

.top-row[b-0gteylqh9t] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-0gteylqh9t]  a, .top-row[b-0gteylqh9t]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-0gteylqh9t]  a:hover, .top-row[b-0gteylqh9t]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-0gteylqh9t]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-0gteylqh9t] {
        justify-content: space-between;
    }

    .top-row[b-0gteylqh9t]  a, .top-row[b-0gteylqh9t]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0gteylqh9t] {
        flex-direction: row;
    }

    .sidebar[b-0gteylqh9t] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0gteylqh9t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0gteylqh9t]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0gteylqh9t], article[b-0gteylqh9t] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0gteylqh9t] {
    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-0gteylqh9t] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
