html,body{background-color:#474747;color:#fff;margin:0;font-family:Roboto,Helvetica Neue,sans-serif;height:100%;touch-action:none}.row{display:flex;flex-direction:row}.row.center{justify-content:center}.row.vertical-center{align-items:center}.row.vertical-end{align-items:flex-end}.column{display:flex;flex-direction:column}.column.center{align-items:center}.column.vertical-center{justify-content:center}.column.vertical-end{justify-content:flex-end}.full-height{height:100%}.full-width{width:100%}.padding-3{padding:3px}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*{-webkit-tap-highlight-color:transparent}.container{display:flex;flex-direction:column;height:100vh}.header{flex:0 0 auto}.content{flex:1 1 auto}.sudoku-title{background:orange;color:#000;font-family:inherit;padding:.1em .5em;font-weight:900;font-size:50px;border:3px solid black;border-radius:.4em;box-shadow:.1em .1em;margin:20px}.dialog-title{background:orange;color:#000;font-family:inherit;padding:.1em .5em;font-weight:900;font-size:25px;border:3px solid black;border-radius:.4em;box-shadow:.1em .1em;text-align:center}.dialog-content{color:#fff}.padding-10{padding:10px}.button{background:orange;color:#000;font-family:inherit;padding:.6em 1.3em;font-weight:900;font-size:15px;border:3px solid black;border-radius:.4em;box-shadow:.1em .1em;cursor:pointer;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.button.inactive{background-color:gray;color:#fff}@media (hover: hover){.button:hover{transform:translate(-.05em,-.05em);box-shadow:.15em .15em}}.button:active{transform:translate(.05em,.05em);box-shadow:.05em .05em}.button-group{justify-content:space-around;margin:1rem 0}.difficulty-text{font-size:15px}@media screen and (min-height: 700px){.content{flex:1 1 auto;margin-top:20px}}.width-15{width:15px}.gap-2{gap:2px}.cell-0{background-color:#7f7f7f}.cell-1{background-color:#950808}.cell-2{background-color:orange}.cell-3{background-color:#4396b2}.cell-4{background-color:#3bc1b1}.cell-5{background-color:green}.cell-6{background-color:#d83054}.cell-7{background-color:#2e2eb9}.cell-8{background-color:#dd70d2}.cell-9{background-color:purple}
