/* /Shared/Components/AdditionalActions.razor.rz.scp.css */
.actions[b-kfmzvyz6t4] {
    padding-top: 15px;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}


div.tool[b-kfmzvyz6t4] {
    margin-left: 15px;
    position: relative;
    box-sizing: border-box;
    display: block;
    min-height: 3.5em;
    height: 3.5em;
    width: 3.5em;
    max-width: 3.5em;
    border: 1px solid #000;
    border-radius: 0;
    /*font-size: 1.5em;*/
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    cursor: pointer;
}

    div.tool[b-kfmzvyz6t4]::after {
        content: attr(data-tool);
        font-size: 0.6em;
        position: absolute;
        bottom: 0.1em;
        right: 0.1em;
        color: black;
    }

    div.tool.focused[b-kfmzvyz6t4] {
        background: var(--theme-color-active);
    }

    div.tool:hover[b-kfmzvyz6t4] {
        background: var(--theme-color-highlight);
    }

    div.tool:not(.disabled):hover[b-kfmzvyz6t4]::after {
        content: attr(data-keyboard);
    }

    div.tool.disabled[b-kfmzvyz6t4] {
        background: var(--theme-color-disabled);
    }

    div.tool:active[b-kfmzvyz6t4] {
        background: var(--theme-color-activation);
    }
/* /Shared/Components/Icons.razor.rz.scp.css */

svg[b-f70y0gk5m0] {
    width: 28px;
    height: 28px;
}
/* /Shared/Components/NumberPad.razor.rz.scp.css */
div.numberPad[b-vrwupdmr64] {
    margin-top: 5px;
    max-width: 150px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #000;
    border-style: solid none none solid;
    box-sizing: border-box;
}

div.cell[b-vrwupdmr64] {
    box-sizing: border-box;
    display: block;
    border: 1px solid #000;
    border-style: none solid solid none;
    border-radius: 0;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    cursor: pointer;
}

    div.cell[b-vrwupdmr64]:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }


    div.cell.focused[b-vrwupdmr64] {
        background: var(--theme-color-active);
    }

    div.cell.completed[b-vrwupdmr64] {
        background: var(--theme-color-highlight);
    }
/* /Shared/Components/PlayerControls.razor.rz.scp.css */
.actions[b-eom3cr8tr2] {
    padding-top: 15px;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}


div.tool[b-eom3cr8tr2] {
    margin-left: 15px;
    position: relative;
    box-sizing: border-box;
    display: block;
    min-height: 3.5em;
    height: 3.5em;
    width: 3.5em;
    max-width: 3.5em;
    border: 1px solid #000;
    border-radius: 0;
    /*font-size: 1.5em;*/
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    cursor: pointer;
}

    div.tool[b-eom3cr8tr2]::after {
        content: attr(data-tool);
        font-size: 0.6em;
        position: absolute;
        bottom: 0.1em;
        right: 0.1em;
        color: black;
    }

    div.tool.focused[b-eom3cr8tr2] {
        background: var(--theme-color-active);
    }

    div.tool:hover[b-eom3cr8tr2] {
        background: var(--theme-color-highlight);
    }

    div.tool:not(.disabled):hover[b-eom3cr8tr2]::after {
        content: attr(data-keyboard);
    }

    div.tool:active[b-eom3cr8tr2] {
        background: var(--theme-color-activation);
    }

    div.tool.disabled[b-eom3cr8tr2] {
        cursor: initial;
        background: var(--theme-color-disabled);
    }
/* /Shared/Components/SettingsConfig.razor.rz.scp.css */

h1[b-nb1g7kfz3o] {
    text-align: center;
}

.control[b-nb1g7kfz3o] {
    display: flex;
    justify-content: space-between;
    margin: 0.5em 0;
}

.actions[b-nb1g7kfz3o] {
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
}

.bottom[b-nb1g7kfz3o] {
    margin-top: 1em;
	display: flex;
	justify-content: center;
}

/* /Shared/Components/StoreGamesConfig.razor.rz.scp.css */

h1[b-8rc49zerzo] {
    text-align: center;
}

.control[b-8rc49zerzo] {
    display: flex;
    justify-content: space-between;
    margin: 0.5em 0;
}

.actions[b-8rc49zerzo] {
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
}

.bottom[b-8rc49zerzo] {
    margin-top: 1em;
	display: flex;
	justify-content: center;
}

/* /Shared/Components/SudokuGridView.razor.rz.scp.css */

div.sudoku[b-nffjkbyhpo] {
    display: grid;
    border: 3px solid var(--theme-app-border);
    background-color: var(--theme-app-grid-background);
    border-style: solid none none solid;
    grid-template-rows: repeat(9, 1fr);
    grid-template-columns: repeat(9, 1fr);
}


.marker[b-nffjkbyhpo] {
    color: dimgrey;
    position: absolute;
    z-index: 99;
    font-size: 0.5em;
}

    .marker.m1[b-nffjkbyhpo] {
        top: 0.1em;
        left: 0.1em;
    }

    .marker.m2[b-nffjkbyhpo] {
        top: 0.1em;
    }

    .marker.m3[b-nffjkbyhpo] {
        top: 0.1em;
        right: 0.1em;
    }

    .marker.m4[b-nffjkbyhpo] {
        left: 0.1em;
    }

    .marker.m5[b-nffjkbyhpo] {
    }

    .marker.m6[b-nffjkbyhpo] {
        right: 0.1em;
    }

    .marker.m7[b-nffjkbyhpo] {
        bottom: 0.1em;
        left: 0.1em;
    }

    .marker.m8[b-nffjkbyhpo] {
        bottom: 0.1em;
    }

    .marker.m9[b-nffjkbyhpo] {
        bottom: 0.1em;
        right: 0.1em;
    }

    .marker.highlight[b-nffjkbyhpo] {
        font-weight: bold;
        background: var(--theme-color-active);
        border-radius: 100%;
    }

.cell[b-nffjkbyhpo] {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    border: 1px solid var(--theme-app-border);
    border-style: none solid solid none;
    border-radius: 0;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

    cursor: pointer;
}

    .cell.row[b-nffjkbyhpo] {
        border-bottom: 3px solid var(--theme-app-border);
    }

    .cell.col[b-nffjkbyhpo] {
        border-right: 3px solid var(--theme-app-border);
    }


    .cell[b-nffjkbyhpo]:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }


    .cell.locked[b-nffjkbyhpo] {
        background: var(--theme-color-disabled-highlight);
        color: initial;
        font-weight: bold;
        cursor: initial;
    }

    .cell.highlight[b-nffjkbyhpo] {
        background: var(--theme-color-active);
    }

    .cell.conflict[b-nffjkbyhpo] {
        background-color: var(--theme-color-error);
    }

    .cell.assist[b-nffjkbyhpo] {
        background-color: var(--theme-color-assist);
    }


div.row.divider input[b-nffjkbyhpo] {
    border-bottom: none;
}

div.cell.divider input[b-nffjkbyhpo] {
    border-right: none;
}
/* /Shared/Components/SudokuSolver.razor.rz.scp.css */
.output[b-fqzax53yx5] {
    padding: 5px;
    overflow-y: auto;
    height: 100px;
    text-align: right;
    max-height: 100px;
}

.actions[b-fqzax53yx5] {
    display: flex;
    justify-content: space-between;
}
/* /Shared/Components/SudokuTimer.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */

.app[b-laivvv88cc] {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 5px 0px 5px;
}

.header[b-laivvv88cc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.info[b-laivvv88cc] {
    display: flex;
    justify-content: end;
}

.title[b-laivvv88cc] {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
    display: inline;
}

.difficulty[b-laivvv88cc] {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;
    margin-left: 0.2em;
}

.actions[b-laivvv88cc] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex[b-laivvv88cc] {
    flex-basis: 50%;
}

.centered[b-laivvv88cc] {
    justify-content: center;
}

.flexbottom[b-laivvv88cc] {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
}

.games[b-laivvv88cc] {
    margin-top: 15px;
}

.output[b-laivvv88cc] {
    padding: 5px;
    text-align: right;
}

.blur[b-laivvv88cc] {
    filter: blur(5px);
}

.actions.back[b-laivvv88cc] {
    margin-top: 15px;
}

.backdrop[b-laivvv88cc] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .backdrop h1[b-laivvv88cc] {
        margin-top: 18vh;
        color: #fff;
    }

    .backdrop .actions[b-laivvv88cc] {
        justify-content: center;
    }

    .backdrop button[b-laivvv88cc] {
        flex-basis: 60%;
    }

@media only screen and (max-width: 500px) {
    .games button[b-laivvv88cc] {
        flex-basis: 60%;
    }

    .centered[b-laivvv88cc] {
        justify-content: center;
    }
}
/* /Shared/PageLayout.razor.rz.scp.css */
.app[b-7c67sfsh3a] {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 5px 0px 5px;
}

.top[b-7c67sfsh3a] {
    display: flex;
    justify-content: space-between;
}

h1[b-7c67sfsh3a] {
    text-align: center;
    margin: 0.2em;
    display: block;
    width: 100%;
}
/* /Shared/SudokuSolverLayout.razor.rz.scp.css */
:focus-visible[b-634biwxfxb] {
    outline: none !important;
}

.actions[b-634biwxfxb] {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.flex[b-634biwxfxb] {
    flex-basis: 50%;
}
