/* _content/Wordle.Helper/Components/Keyboard.razor.rz.scp.css */

#kb[b-203mqd7qt2] {
    margin: 0 8px;
}

#kb .kb-row[b-203mqd7qt2] {
    display: flex;
    flex-flow: row nowrap;
    max-width: 400px;
    margin: 0 auto 8px;
}

#kb .kb-row .kb-key[b-203mqd7qt2] {
    display: flex;
    font-weight: bold;
    border: 0;
    padding: 0;
    margin: 0 6px 0 0;
    height: 58px;
    border-radius: 4px;
    cursor: pointer;
    flex: 1;
    justify-content: center;
    align-items: center;
    touch-action: manipulation;
}
/* _content/Wordle.Helper/Pages/Index.razor.rz.scp.css */

#box[b-gy9jqtvgj4] {
    display:  flex;
    flex-flow: column;
    height: 98vh;
    padding-left: .25rem;
    max-width: 400px;
    margin: 0 auto;
}

#box #fixed[b-gy9jqtvgj4] {
    flex: 0 1 auto;
}

#box #scroll[b-gy9jqtvgj4] {
    flex: 1 1 auto;
    overflow-y: auto;
}

#header[b-gy9jqtvgj4] {
    display: flex;
    justify-content: space-between;
}

#header #space[b-gy9jqtvgj4] {
    flex-grow: 1;
}

#board[b-gy9jqtvgj4] {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 1em;
    align-items: center;
}

.guess[b-gy9jqtvgj4] {
    display: flex;
    flex-flow: row nowrap;
    padding: 2px 0;
}

.position[b-gy9jqtvgj4] {
    display: flex;
    width: 45px;
    height: 45px;
    margin: 0 2px;
    user-select: none;

    justify-content: center;
    align-items: center;
    font-weight: bold;
    vertical-align: middle;
    font-size: 2rem;
    line-height: 2rem;

    border: 1px solid #000;
}

.unknown[b-gy9jqtvgj4] {
    color: #000;
    background-color: #fff;
}

.absent[b-gy9jqtvgj4] {
    color: #fff;
    background-color: #787c7e;
}

.present[b-gy9jqtvgj4] {
    color: #fff;
    background-color: #c9b458;
}

.correct[b-gy9jqtvgj4] {
    color: #fff;
    background-color: #6aaa64;
}

.error[b-gy9jqtvgj4] {
    color: #ff7900;
}

#results[b-gy9jqtvgj4] {
    font-size:  2rem;
    margin-left: 4rem;
    line-height: normal;
}
/* _content/Wordle.Helper/Shared/MainLayout.razor.rz.scp.css */
