body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:5px;text-align:center}.board{grid-gap:2px;display:grid}.boardx3{grid-template-columns:repeat(3,1fr)}.boardx5{grid-template-columns:repeat(5,1fr)}.boardx7{grid-template-columns:repeat(7,1fr)}.submatrix,.submatrix-hidden{grid-gap:0;display:grid;grid-template-columns:repeat(3,1fr)}.submatrix,.submatrix4{outline:3px solid #009ee0}.submatrix4{grid-gap:0;display:grid;grid-template-columns:repeat(4,1fr)}.cell{background:#fff;border:1px solid #009ee0;height:45px;width:45px;z-index:100}.correct-cell{background-color:#90ee90;pointer-events:none}.wrong-cell{background-color:red}.clue-cell{background-color:#56ccff;pointer-events:none}.cell-diagonal{background:#56ccff}.clue-cell-diagonal{pointer-events:none}input{border:0;color:#000;font-family:avenir;font-size:20px;font-weight:700;height:20px;text-align:center;text-transform:uppercase;width:40px}.check-button{background-color:#009de07a;border:solid;border-color:#009ee0;border-radius:100px;box-sizing:border-box;cursor:pointer;font-size:24px;font-weight:600;justify-content:center;line-height:20px;margin:20px;max-width:480px;min-height:40px;min-width:0;overflow:hidden;padding:0 50px;text-align:center}.check-button:hover,.error-message{background-color:#009ee0;color:#fff}.error-message{font-family:avenir}.loader{-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;border-radius:50%;height:48px;position:relative;width:48px}.loader:after,.loader:before{-webkit-animation:prixClipFix 2s linear infinite;animation:prixClipFix 2s linear infinite;border:5px solid #aaa;border-radius:50%;box-sizing:border-box;content:"";inset:0;position:absolute}.loader:after{animation:prixClipFix 2s linear infinite,rotate .5s linear infinite reverse;border-color:#009ee0;inset:6px}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}@keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}
/*# sourceMappingURL=main.15352290.css.map*/