.game{user-select:none}.game .game__info{user-select:none;color:#15202b}.game__container{display:flex;justify-content:center;width:100%}.game__content{position:relative;background:#fff;border:1px solid}.color1,.color1-remove-active{background:#fe465d}.color2,.color2-remove-active{background:#3fc9c9}.color3,.color3-remove-active{background:#e76d45}.color4,.color4-remove-active{background:#538aed}.color5,.color5-remove-active{background:#f0d13a}.color6,.color6-remove-active{background:#b673e6}.color7,.color7-remove-active{background:#57b12c}.game-container{min-height:500px}.grid{display:inline-flex;flex-direction:column;left:50%;top:50%;margin:0 auto;height:450px;width:450px}.grid__row{display:flex;flex-direction:row;height:100%;position:relative;width:100%;background:#f2f3f5}.grid__tile{border-radius:25%;width:100%;background-color:white;margin:7px;display:flex;justify-content:center;align-items:center}.grid__tile:has(.ball.selected){background-color:darkgray}.grid_next{height:20vmin;width:calc(60vmin / 9)}.empty{width:100%;height:100%}.empty.empty-add{border-radius:100%;width:80%;height:80%;animation:crescendo-reverse 0.1s alternate ease-in}.hint,.hint-remove{border-radius:100%;border:9px solid white;width:80% !important;height:80% !important}.hint.empty-add,.hint-remove.empty-add{animation:crescendo-reverse 0.1s alternate ease-in !important}.ball{border-radius:100%;cursor:pointer;width:80%;height:80%}.ball.ball-add{animation:crescendo 0.1s alternate ease-in}.ball:hover{width:85%;height:85%}@keyframes crescendo{0%{transform:scale(0.5)}100%{transform:scale(1)}}@keyframes crescendo-reverse{0%{transform:scale(1)}100%{transform:scale(0)}}


/*# sourceMappingURL=colorlines.css.d8d68f931ee7.map */