/* /Pages/Game.razor.rz.scp.css */
.index[b-hbjqku2idy] {
    margin: 0;
    padding: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    background: #f9de0c;
    font-family: 'Public Sans', sans-serif;
}

.centered[b-hbjqku2idy] {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.crd[b-hbjqku2idy] {
    border: 2px solid black;
    background: white;
    text-align: center;
    margin: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding- font-weight: bold;
    border-radius: var(--border-radius);
    box-shadow: black 2px 2px 0;
}

.selection-container[b-hbjqku2idy] {
}

.selector[b-hbjqku2idy] {
    background: white;
    border-radius: 100%;
    height: 5rem;
    width: 5rem;
}

    .selector:hover[b-hbjqku2idy] {
        background: #b2b2b2;
    }

    .selector:focus-visible[b-hbjqku2idy] {
        outline: none;
        background: #b2b2b2;
    }

    .selector:active[b-hbjqku2idy] {
        transition: 0ms;
        background: #656565;
    }

.selected[b-hbjqku2idy],
.selected:hover[b-hbjqku2idy],
.selected:focus[b-hbjqku2idy],
.selected:active[b-hbjqku2idy] {
    outline: 5px solid #9d80cc;
}

.menu[b-hbjqku2idy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 1.25rem;
    height: 25vh;
    width: 50vw;
}

h1[b-hbjqku2idy] {
    text-align: center;
    font-weight: bold;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 2px black;
    text-shadow: 2px 2px 0 #000000;
}

h3[b-hbjqku2idy], h5[b-hbjqku2idy] {
    text-align: center;
    font-weight: bold;
    margin: 0;
}

button[b-hbjqku2idy] {
    border: 2px solid black;
    margin: 0.5rem;
    transition: 300ms;
    height: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #a488ef;
    font-weight: bold;
    border-radius: var(--border-radius);
    box-shadow: black 2px 2px 0;
    color: black;
}

    button:hover[b-hbjqku2idy] {
        background: #9d80cc;
    }


    button:focus-visible[b-hbjqku2idy] {
        background: #9d80cc;
        outline: none;
    }

    button:active[b-hbjqku2idy] {
        transition: 0ms;
        background: #62507f;
    }

    button:disabled[b-hbjqku2idy] {
        box-shadow: none;
        border-color: #676767;
        color: #727272;
        background-color: #D4D4D4;
    }


/* Phone */
@media only screen and (max-width: 600px) {
    .crd[b-hbjqku2idy] {
        display: none;
    }
}

/* Landscape Phone */
@media only screen and (min-width: 600px) {
    .crd[b-hbjqku2idy] {
        display: block;
    }
}

/* Desktop */
@media only screen and (min-width: 992px) {
    .crd[b-hbjqku2idy] {
        display: block;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.index[b-l53z1ulj3d] {
    margin: 0;
    padding: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    background: #f9de0c;
    font-family: 'Public Sans', sans-serif;
}

.menu[b-l53z1ulj3d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 1.25rem;
    height: 25vw;
    height: 50vh;
}

h1[b-l53z1ulj3d] {
    text-align: center;
    font-weight: bold;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 2px black;
    text-shadow: 2px 2px 0 #000000;
}

h5[b-l53z1ulj3d] {
    text-align: center;
    font-weight: bold;
}

button[b-l53z1ulj3d] {
    border: 2px solid black;
    margin: 0.5rem;
    transition: 300ms;
    height: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #a488ef;
    font-weight: bold;
    border-radius: var(--border-radius);
    box-shadow: black 2px 2px 0;
    color: black;
}

    button:hover[b-l53z1ulj3d] {
        background: #9d80cc;
    }


    button:focus-visible[b-l53z1ulj3d] {
        background: #9d80cc;
        outline: none;
    }

    button:active[b-l53z1ulj3d] {
        transition: 0ms;
        background: #62507f;
    }

    button:disabled[b-l53z1ulj3d] {
        box-shadow: none;
        border-color: #676767;
        color: #727272;
        background-color: #D4D4D4;
    }

    .logo[b-l53z1ulj3d] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 0 2% 0;
    }

/* Phone */
@media only screen and (max-width: 600px) {
    .logo[b-l53z1ulj3d] {
        height: 5rem;
    }
}

/* Landscape Phone */
@media only screen and (min-width: 600px) {
    .logo[b-l53z1ulj3d] {
        height: 8rem;
    }
}

/* Desktop */
@media only screen and (min-width: 992px) {
    .logo[b-l53z1ulj3d] {
        height: 10rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-amr4ar4xjz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-amr4ar4xjz] {
    flex: 1;
}

.sidebar[b-amr4ar4xjz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-amr4ar4xjz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-amr4ar4xjz]  a, .top-row[b-amr4ar4xjz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-amr4ar4xjz]  a:hover, .top-row[b-amr4ar4xjz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-amr4ar4xjz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-amr4ar4xjz] {
        display: none;
    }

    .top-row.auth[b-amr4ar4xjz] {
        justify-content: space-between;
    }

    .top-row[b-amr4ar4xjz]  a, .top-row[b-amr4ar4xjz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-amr4ar4xjz] {
        flex-direction: row;
    }

    .sidebar[b-amr4ar4xjz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-amr4ar4xjz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-amr4ar4xjz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-amr4ar4xjz], article[b-amr4ar4xjz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Phone */
@media only screen and (max-width: 600px) {
    h4[b-amr4ar4xjz] {
        font-size: 0.5rem;
        font-weight: bold;
    }
}

/* Landscape Phone */
@media only screen and (min-width: 600px) {
    h4[b-amr4ar4xjz] {
        font-size: 0.8rem;
        font-weight: bold;
    }
}

/* Desktop */
@media only screen and (min-width: 992px) {
    h4[b-amr4ar4xjz] {
        font-size: 1rem;
        font-weight: bold;
    }
}
