/* /Pages/Help.razor.rz.scp.css */
article[b-1i5y8rpnuz] {
    background: white;
    color: black;
    padding: 1rem;
}
/* /Pages/Index.razor.rz.scp.css */
#buttons[b-rv3oxpkdbw] {
    display: flex;
    justify-content: space-evenly;
    font-size: 1.4rem;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
}
/* /Shared/GameStatus.razor.rz.scp.css */
#gameStatus[b-6wz9d3tzyp] {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5rem;
    margin-bottom: 1rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-4bwa7jymml] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4bwa7jymml] {
    flex: 1;
}
/* /Shared/MessageDialog.razor.rz.scp.css */
.modal[b-z6p542x8c0] {
    display: block;
    background-color: rgba(10,10,10,.2);
}

.modal-content[b-z6p542x8c0] {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(0.4rem);
    max-width: 40rem;
    padding: 0.5rem;
    border-radius: 2rem;
    border: 0.1rem solid white;
    animation: show-b-z6p542x8c0 200ms 50ms cubic-bezier(0.4, 0.6, 0.7, 1.2) forwards;
    opacity: 0;
    transform: translateY(-10vh);
    transform-origin: top center;
}

@keyframes show-b-z6p542x8c0 {
    100% {
        opacity: 1;
        transform: none;
    }
}

.modal-header[b-z6p542x8c0] {
    color: #171718;
    border-bottom: none;
    padding: 0.8rem;
}

.modal-body[b-z6p542x8c0] {
    color: #818183;
    padding: 0 0.8rem;
}

.modal-body p[b-z6p542x8c0] {
    margin: 0;
}

.modal-footer[b-z6p542x8c0] {
    border-top: none;
    padding: 0.1rem;
}

/* /Shared/NewGame.razor.rz.scp.css */
.container[b-21o8sjvn9k] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 40rem;
    padding: 2rem;
    border: 0.1rem solid white;
    border-radius: 3rem;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(0.4rem);
    color: #171718;
    margin-top: 5rem;
    animation: show-b-21o8sjvn9k 200ms 50ms cubic-bezier(0.4, 0.6, 0.7, 1.2) forwards;
    opacity: 0;
    transform: translateY(-10vh);
    transform-origin: top center;
}
@keyframes show-b-21o8sjvn9k {
    100% {
        opacity: 1;
        transform: none;
    }
}

.subcontainer[b-21o8sjvn9k] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-item[b-21o8sjvn9k] {
    display: flex;
    margin-bottom: 2rem;
}

.radio-label[b-21o8sjvn9k] {
    margin: 0 2rem 0 0.2rem;
}

.hidden[b-21o8sjvn9k] {
    display: none;
}

[b-21o8sjvn9k] .text-box {
    border: 0.1rem solid white;
    border-radius: 1rem;
    box-shadow: none;
    width: 20rem;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0.6;
    backdrop-filter: blur(0.3rem);
    transition: opacity 0.2s ease-in-out;
}

[b-21o8sjvn9k] .text-box:focus {
    opacity: 1;
}
