/* _content/BackwordleWeb/Pages/Help.razor.rz.scp.css */
ul[b-5bawfq8chq] {
    list-style: none;
}

ul li[b-5bawfq8chq] {
    margin-bottom: 1rem;
}

.yellow_square[b-5bawfq8chq] {
    float: left;
    color: var(--yellow-color);
    font-size: 1.5rem;
    margin-right: 5px;
    height: 2rem;
}

.black_square[b-5bawfq8chq] {
    float: left;
    color: var(--black-color);
    font-size: 1.5rem;
    margin-right: 5px;
    height: 2rem;
}
/* _content/BackwordleWeb/Pages/Index.razor.rz.scp.css */
.ready_to_play[b-1h2mzusxsf] {
    float: right;
}

div.grid_container[b-1h2mzusxsf] {
    display: flex;
    justify-content: center;
}

div.left_side[b-1h2mzusxsf] {
    width: 33px;
    height: 295px;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-gap: 5px;
    padding-right: 6px;
}

div.right_side[b-1h2mzusxsf] {
    width: 32px;
    height: 295px;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-gap: 5px;
    padding-left: 5px;
}

div#grid[b-1h2mzusxsf] {
    display: grid;
    width: 295px;
    height: 295px;
    grid-gap: 5px;
}

div.grid_row[b-1h2mzusxsf] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
}

div.grid_cell[b-1h2mzusxsf] {
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    position: relative;
}



.correct[b-1h2mzusxsf] {
    position: absolute;
    bottom: 1px;
    right: 1px;
    color: white;
    font-size: 10px;
}

.difficulty[b-1h2mzusxsf] {
    position: absolute;
    bottom: 1px;
    right: 1px;
    color: lightblue;
    font-size: 10px;
}

.penalty[b-1h2mzusxsf] {
    position: absolute;
    bottom: 1px;
    right: 1px;
    color: lightcoral;
    font-size: 10px;
}

.added[b-1h2mzusxsf] {
    position: absolute;
    bottom: 1px;
    right: 1px;
    color: darkviolet;
    font-size: 10px;
}

div.yellow_square[b-1h2mzusxsf] {
    background-color: var(--yellow-color);
    color: white;
}

div.black_square[b-1h2mzusxsf] {
    background-color: var(--gray-color);
    color: white;
}

div.green_square[b-1h2mzusxsf] {
    background-color: var(--green-color);
    color: white;
}

input.letter[b-1h2mzusxsf] {
    text-transform: uppercase;
    width: 100%;
    font-size: inherit;
    border: none;
    text-align: center;
    font-family: inherit;
    font-weight: inherit;
    background: inherit;
    color: inherit;
    border-radius: 0;
    
}

    input.letter:focus[b-1h2mzusxsf] {
        outline: none;
    }

div.grid_cell:focus-within[b-1h2mzusxsf] {
    border: 3px;
    border-color: black;
    border-style: solid;
}

div.left_side_cell[b-1h2mzusxsf] {
    align-items: center;
    display: flex;
    text-align: center;
}

.left_side_button[b-1h2mzusxsf], .right_side_button[b-1h2mzusxsf] {
    width: 27px;
    height: 27px;
    font-size: 12px;
    font-weight: 900;
    padding: 0px;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    color: black;
}


div.right_side_cell[b-1h2mzusxsf] {
    align-items: center;
    display: flex;
    text-align: center;
}

div.keyboard_container[b-1h2mzusxsf] {
    width: 385px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 5px;
    margin-top: 40px;
    align-items: center;
}

div.keyboard_row1[b-1h2mzusxsf] {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 5px;
}

div.keyboard_row2[b-1h2mzusxsf] {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 5px;
    padding-left: 23px;
    padding-right: 24px;
}

div.keyboard_row3[b-1h2mzusxsf] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 5px;
    padding-left: 71px;
    padding-right: 70px;
}

div.keyboard_key[b-1h2mzusxsf] {
    background: #d3d6da;
    align-items: center;
    border-radius: 4px;
    height: 58px;
    width: 42px;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    font-size: reset;
    display: flex;
}

.difficulties[b-1h2mzusxsf] {
    width: 266px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    justify-content: space-between;
    display: flex;
    font-size: 12px;
}

.black_vowels_button[b-1h2mzusxsf] {
    background-color: var(--gray-color);
    color: white;
    padding: 4px;
}
.yellow_vowels_button[b-1h2mzusxsf] {
    background-color: var(--yellow-color);
    color: white;
    padding: 4px;
}
.black_consonants_button[b-1h2mzusxsf] {
    background-color: var(--gray-color);
    color: white;
    padding: 4px;
}

.result_note[b-1h2mzusxsf] {
    text-align: center;
    margin-top: 20px;
}
/* _content/BackwordleWeb/Pages/OptionsPage.razor.rz.scp.css */
/* _content/BackwordleWeb/Pages/Reset.razor.rz.scp.css */
:root[b-mf7w3aet8g] {
    font-family: 'Clear Sans', 'Helvetica Neue', Arial, sans-serif;
}

div#grid_container[b-mf7w3aet8g] {
    display: flex;
    width: 375px;
    margin-top: 20px;
}

div.left_side[b-mf7w3aet8g] {
    width: 54px;
}

div.right_side[b-mf7w3aet8g] {
    width: 54px;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    margin-top: 4px;
    margin-bottom: 4px;
    grid-gap: 4px;
}

div#grid[b-mf7w3aet8g] {
    display: grid;
    width: 266px;
    height: 266px;
    padding: 4px;
    grid-gap: 4px;
}

div.grid_row[b-mf7w3aet8g] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 4px;
}

div.grid_cell[b-mf7w3aet8g] {
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

div.yellow_square[b-mf7w3aet8g] {
    background-color: #c9b458;
    color: white;
}

div.black_square[b-mf7w3aet8g] {
    background-color: #787c7e;
    color: white;
}

div.green_square[b-mf7w3aet8g] {
    background-color: #6aaa64;
    color: white;
}

input.letter[b-mf7w3aet8g] {
    text-transform: uppercase;
    width: 100%;
    font-size: inherit;
    border: none;
    text-align: center;
    font-family: inherit;
    font-weight: inherit;
    background: inherit;
    color: inherit;
    border-radius: 0;
}

    input.letter:focus[b-mf7w3aet8g] {
        outline: none;
    }

div.right_side_cell[b-mf7w3aet8g] {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}

div.keyboard_container[b-mf7w3aet8g] {
    width: 375px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 4px;
    margin-top: 40px;
    align-items: center;
}

div.keyboard_row1[b-mf7w3aet8g] {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 5px;
}

div.keyboard_row2[b-mf7w3aet8g] {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 4px;
    padding-left: 23px;
    padding-right: 24px;
}

div.keyboard_row3[b-mf7w3aet8g] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 5px;
    padding-left: 71px;
    padding-right: 70px;
}

div.keyboard_key[b-mf7w3aet8g] {
    background: #d3d6da;
    align-items: center;
    border-radius: 4px;
    height: 58px;
    width: 42px;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    font-size: reset;
    display: flex;
}

.difficulties[b-mf7w3aet8g] {
    width: 375px;
    margin: auto;
    text-align: center;
    margin-top: 10px;
}

.difficulty_divider[b-mf7w3aet8g] {
    margin-right: 5px;
    margin-left: 5px;
}
/* _content/BackwordleWeb/Shared/MainLayout.razor.rz.scp.css */

.page[b-0vu8o2m5g0] {
    width: 100%;
    display: block;
}

.header-row[b-0vu8o2m5g0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    
}

.body-row[b-0vu8o2m5g0] {
    width: 360px;
    margin: auto;
    margin-top: 20px;
    justify-content: center;
}

.header[b-0vu8o2m5g0] {
    width: 360px;
    margin: auto;
    display: flex;
    align-items: baseline;
}

    .header a[b-0vu8o2m5g0] {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .header > a + a[b-0vu8o2m5g0] {
        margin-left: 10px;
    }


.home_link[b-0vu8o2m5g0], .home_link:visited[b-0vu8o2m5g0] {
    font-weight: 700;
    font-size: 32px;
    flex-grow: 1;
    text-decoration: none;
    color: inherit;
}
