.translateZ-999px { /* 修正使用translate時iphone無視z-index的問題 */
    transform: translateZ(999px);
}

.bt-style-1 {
  width: 135px;
  aspect-ratio: 135/55;
  color: #fff;
  background: #bed1dd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  margin: 0 2px;
  font-size: 1.312em;
  cursor: pointer;
}

.bt-style-1 .selected {
  background: #6ea1c1;
}

.bt-style-1 .disabled {
  background: #cccccc;
  pointer-events: none;
}

.game_1_container,
.game_loadpage {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #f8f6f2;
}

.game_loadpage {
  min-height: 562.5px;
}

/*-----game_1_stage_1-----*/

.game_1_stage_1_container {
  width: 93%;
  background: rgba(256, 256, 256, 0.75);
  border-radius: 5px;
  position: absolute;
  left: 3.5%;
  bottom: 5.6%;
  padding: 0.6rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game_1_stage_1_button {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background: #1ba101;
  font-size: 1.5em;
  color: #fff;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
  cursor: pointer;
}

.game_1_stage_1_button:hover {
  background: #2ac00c;
}

/*-----game_1_stage_2-----*/

.game_1_stage_2_character_1,
.game_1_stage_2_character_2 {
  width: 17.2%;
  position: absolute;
  bottom: -2%;
  left: 30%;
}

.game_1_stage_2_character_2 {
  bottom: 2%;
  left: 56%;
}

.game_1_stage_2_audio_button {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  position: relative;
  background-color: #f26f59;
  overflow: hidden;
}

.game_1_stage_2_audio_button img {
  position: absolute;
  width: 26px;
  left: 10px;
  top: 10px;
}

.game_1_stage_2_container {
  max-width: 93%;
  width: auto;
  background: rgba(256, 256, 256, 0.75);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.game_1_stage_2_container.mobile p {
  font-size: 16.8px;
}

.game_1_stage_2_container.mobile img[img="head"] {
  width: 56px;
  height: 56px;
}

.game_1_stage_2_container.mobile .game_1_stage_2_audio_button {
  width: 31px;
  height: 31px;
}

.game_1_stage_2_container.mobile .game_1_stage_2_audio_button img {
  width: 18px;
  top: 7px;
  left: 7px;
}

.game_1_stage_2_text {
  font-size: 1.5em;
  user-select: text;
  margin-left: 0.5em;
}

.game_1_stage_2_collapse {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}

.game_1_stage_2_panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  max-height: 80px;
  max-width: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    max-width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.panel {
  transition: max-width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    max-width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.game_1_stage_2_tw {
  color: #517dc0;
  cursor: pointer;
  font-size: 0.875em;
  margin: 0;
  text-align: start;
  padding: 0 10px 0 0;
}

.game_1_stage_2_hakka {
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  margin: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  padding: 0 10px 0 0;
}

.game_1_stage_2_button_2 {
  height: 28px;
  border: none;
  background: #517dc0;
  color: #fff;
  font-size: 16px;
  padding: 0 0.5em;
  border-radius: 3px;
  cursor: pointer;
}

.game_1_stage_2_next_button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: transparent;
  margin: 0 0.5rem;
}

.game_1_stage_2_next_button img {
  width: 80px;
  position: absolute;
  left: 0;
}

.game_1_stage_2_next_button:hover img {
  left: -40px;
}

.game_1_stage_2_height_container,
.game_1_stage_2_height_container_2 {
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.game_1_stage_2_height_container_2 {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.game_1_stage_2_button_3 {
  height: 38px;
  margin: 0 0.5rem;
  border: none;
  background: #517dc0;
  color: #fff;
  font-size: 20px;
  padding: 0 0.8rem;
  border-radius: 3px;
  cursor: pointer;
}

.game_1_stage_2_button_4 {
  font-size: 20px;
  color: #517dc0;
  border: none;
  cursor: pointer;
  margin: 0 0.5rem;
  background: transparent;
  white-space: nowrap;
  display: none;
}

.game_1_stage_2_head {
  width: 80px;
  height: 80px;
  background-color: #b6a9ba;
  background-size: cover;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0 0.5rem;
}

/*-----game_1_stage_2-----*/
div[name="character"] {
  background-size: auto 100% !important;
  overflow: hidden;
}
div[name="character"] img {
  position: relative;
}
#character_1 {
  width: 21.5%;
  height: 46.223%;
  top: 2%;
  left: 24.5%;
}

#character_2 {
  width: 18.5%;
  height: 48.89%;
  bottom: 5.5%;
  left: 23%;
}

#character_3 {
  width: 18.5%;
  height: 40.89%;
  top: 10%;
  right: 27%;
}

#character_4 {
  width: 21%;
  height: 48%;
  bottom: 3.3%;
  right: 22.7%;
}

#character_5 {
  width: 13.5%;
  height: 52.446%;
  bottom: 3%;
  left: 1.5%;
}

#character_6 {
  width: 12.2%;
  height: 53.335%;
  bottom: 2.8%;
  left: 14.5%;
}

#character_7 {
  width: 14.2%;
  height: 50.312%;
  bottom: 3%;
  left: 27%;
}

#character_8 {
  width: 13.7%;
  height: 52.8%;
  bottom: 2.8%;
  left: 42%;
}

#character_9 {
  width: 10.2%;
  height: 51.558%;
  bottom: 2.8%;
  left: 59%;
}

#character_10 {
  width: 15%;
  height: 49.78%;
  bottom: 2.8%;
  left: 71%;
}

#character_11 {
  width: 13.1%;
  height: 56%;
  bottom: 2.8%;
  left: 84.5%;
}

#character_13 {
  width: 12%;
  bottom: 25%;
  left: 12%;
}

#character_14 {
  width: 12.5%;
  bottom: 25%;
  left: 36.8%;
}

#character_15 {
  width: 12.5%;
  bottom: 25%;
  left: 23.5%;
}

#character_16 {
  width: 10.5%;
  bottom: 25%;
  left: 49%;
}

#character_17 {
  width: 12%;
  bottom: 22.5%;
  right: 29%;
}

#character_18 {
  width: 14%;
  bottom: 22.5%;
  right: 15%;
}

#character_19 {
  width: 12%;
  bottom: 25%;
  right: 7%;
}

#character_20 {
  width: 10%;
  bottom: 17%;
  right: 0.8%;
}

#characters {
  width: 61%;
  bottom: 3%;
  left: 4%;
}

.game_2_character_hover:hover ~ .game_2_ask_character img {
  left: -100%;
}

.game_2_character_hover:hover img {
  cursor: pointer;
  left: -100%;
}

.game_3_character_hover:hover {
  filter: drop-shadow(5px 0 0 white) drop-shadow(0 5px 0 white)
    drop-shadow(-5px 0 0 white) drop-shadow(0 -5px 0 white);
}

.character_hover_2 img {
  left: -100%;
}

.character_hover_3 img {
  left: -200%;
}

.character_hover_4 img {
  left: -300%;
}

.right-triangle {
  background-color: var(--custom-color-17);
}

.character_active,
.character_active_2,
.character_active_3 {
  filter: drop-shadow(5px 0 0 white) drop-shadow(0 5px 0 white)
    drop-shadow(-5px 0 0 white) drop-shadow(0 -5px 0 white);
}

.character_active_2 img {
  left: -100%;
}

.character_active_2 ~ .game_2_ask_character img {
  left: -100% !important;
}

.right-triangle:after {
  content: "";
  position: absolute;
  right: -11px;
  top: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent var(--custom-color-17);
}

.game-text-color-1 {
  color: var(--custom-color-17);
}

.game-text-color-2 {
  color: #cb3382;
}

.game-bg-1 {
  background: rgba(256, 256, 256, 0.75);
}

.game-bg-2 {
  background: rgba(0, 0, 0, 0.3);
}

.bottom-triangle {
  background: var(--custom-color-2);
}

.bottom-triangle:after {
  content: "";
  position: absolute;
  right: calc(50% - 7px);
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: var(--custom-color-2) transparent transparent transparent;
}

#command_container {
  display: flex;
  top: 0;
  left: 0;
  padding-top: 60px;
  padding-bottom: 10px;
  border: 1px solid white;
}

#command_container div {
  top: 0;
}

#command_container button {
  background: #c5c5c5;
  border: 1px solid white;
}

.cmd-selected {
  background: var(--custom-color-2) !important;
}

#name_container {
  top: 0;
  right: 0;
}

#name_container button {
  cursor: auto;
  color: var(--custom-color-17);
  background: white;
}

.name-hover:hover {
  background: #cfcfcf !important;
}

.name-selected {
  color: white !important;
  background: var(--custom-color-17) !important;
}

#hint_container {
  background: linear-gradient(
    to right,
    transparent,
    rgba(256, 256, 256, 0.75) 25%,
    rgba(256, 256, 256, 0.75) 75%,
    transparent
  );
  left: calc(50% - calc(50% - 125px));
  width: calc(100% - 250px);
  top: 0;
}

#hint_container p:nth-of-type(1) {
  color: var(--custom-color-2);
}

#hint_container p:nth-of-type(3) {
  color: var(--custom-color-17);
}

#hint_container p:nth-of-type(5) {
  color: #2365d2;
}

#hint_container p:nth-of-type(2n) {
  color: black;
}

.ml-45 {
  margin-left: 1.75rem;
}

.bt-color-2,
.bt-color-3 {
  top: 0px;
  right: 0px;
  color: white;
}

.bt-color-2 i,
.bt-color-3 i {
  color: #c5c5c5;
}

.bt-color-2 {
  background-color: var(--custom-color-1);
}

.bt-color-2:hover i {
  color: var(--custom-color-1);
}

.bt-color-3 {
  background-color: var(--custom-color-15);
}

.bt-color-3:hover i {
  color: #2ecc71;
}

.head_2 {
  width: 50px;
  height: 50px;
  background-color: #cfcfcf;
  background-size: cover;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0 1.5rem 0 2rem;
}

.complate_head img {
  width: 50px;
  height: 50px;
  background-color: #cfcfcf;
  background-size: cover;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0 1.5rem 0 2rem;
}

.w-n150px {
  width: calc(100% - 150px);
}

.border-bottom-black {
  border-bottom: 1px solid black;
}

#name_1 {
  width: 5.7%;
  height: 3.557%;
  top: 47%;
  left: 38%;
}

#name_2 {
  width: 6.5%;
  height: 3.85%;
  bottom: 4.8%;
  left: 35.5%;
}

#name_3 {
  width: 5.7%;
  height: 3.557%;
  top: 47%;
  right: 37.8%;
}

#name_4 {
  width: 6.5%;
  height: 3.85%;
  bottom: 4.8%;
  right: 35.8%;
}

#question_container {
  min-height: 102px;
}

#buttons_container {
  min-height: 101px;
}

#shadow_container {
  height: 13.4%;
  display: flex;
}

.shadow_container {
  height: 13.4%;
  display: flex;
}

.shadow-hide {
  opacity: 0;
}

#table_containde div {
  position: absolute;
}

#table_1 {
  width: 21%;
  height: 30%;
  top: 35%;
  left: 18%;
}

#table_2 {
  width: 21%;
  height: 30%;
  top: 35%;
  left: 40%;
}

#table_3 {
  width: 21%;
  height: 30%;
  top: 35%;
  left: 62%;
}

#table_4 {
  width: 30%;
  height: 34%;
  bottom: 0%;
  left: 5%;
}

#table_5 {
  width: 30%;
  height: 34%;
  bottom: 0%;
  left: 36%;
}

#table_6 {
  width: 30%;
  height: 34%;
  bottom: 0%;
  left: 67%;
}

#ch_sit_1 {
  width: 9.4%;
  top: 2%;
  left: 25%;
}

#ch_sit_2 {
  width: 8%;
  top: 2%;
  left: 46.5%;
}

#ch_sit_3 {
  width: 8.7%;
  top: 0;
  left: 66%;
}

#ch_sit_4 {
  width: 11.3%;
  bottom: 9.5%;
  left: 18%;
}

#ch_sit_5 {
  width: 11.1%;
  bottom: 17.8%;
  left: 44%;
}

#ch_sit_6 {
  width: 14.2%;
  bottom: 9.3%;
  left: 71%;
}

.character-select-area {
  position: absolute;
  border-top: 3px dashed transparent;
  border-right: 3px dashed #cfcfcf;
  border-left: 3px dashed #cfcfcf;
  border-bottom: 3px dashed #cfcfcf;
  width: 8%;
  height: 35%;
  border-radius: 50% 50% 10px 10px;
  cursor: pointer;
}

.character-select-area::after {
  content: "";
  position: absolute;
  top: -27%;
  width: 100%;
  aspect-ratio: 1;
  left: 0;
  border-top: 3px dashed #cfcfcf;
  border-right: 3px dashed #cfcfcf;
  border-left: 3px dashed #cfcfcf;
  border-bottom: 3px dashed transparent;
  border-radius: 50%;
}

.character-select-area:hover {
  border-bottom: 3px dashed var(--custom-color-17);
  border-right: 3px dashed var(--custom-color-17);
  border-left: 3px dashed var(--custom-color-17);
}

.character-select-area:hover::after {
  border-top: 3px dashed var(--custom-color-17);
  border-right: 3px dashed var(--custom-color-17);
  border-left: 3px dashed var(--custom-color-17);
}

.row-selected {
  border-bottom: 3px dashed var(--custom-color-17);
  border-right: 3px dashed var(--custom-color-17);
  border-left: 3px dashed var(--custom-color-17);
}

.row-selected::after {
  border-top: 3px dashed var(--custom-color-17);
  border-right: 3px dashed var(--custom-color-17);
  border-left: 3px dashed var(--custom-color-17);
}

#row_101 {
  bottom: 25%;
  left: 12%;
}

#row_104 {
  bottom: 25%;
  left: 23.5%;
}

#row_105 {
  bottom: 25%;
  left: 36.8%;
}

#row_203 {
  bottom: 25%;
  left: 49%;
}

#complete_container {
  top: 40%;
  left: calc(50% - 180px);
}

.complete_container {
  top: calc(50% - 90px);
  left: calc(50% - 180px);
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 100;
}

.z-3 {
  z-index: 5;
}

.table-border {
  border: 3px dashed #cfcfcf;
}

.table-border:hover {
  border: 3px dashed var(--custom-color-2);
}

.table-selected {
  border: 3px dashed var(--custom-color-2) !important;
}

.game_index_btn {
  transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}

.game_index_btn:hover {
  box-shadow: 5px 7px 3px rgba(0, 0, 0, 0.3);
  transform: translateX(-5px) translateY(-5px);
}

@keyframes hint_shining {
  0% {
    filter: drop-shadow(0 0 0 rgba(219, 52, 138, 0.5));
  }
  50% {
    filter: drop-shadow(0 0 5px rgba(219, 52, 138, 1));
  }
}

@keyframes close_shining {
  0% {
    filter: drop-shadow(0 0 5px rgba(219, 52, 138, 0.5));
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(219, 52, 138, 1));
  }
}

@keyframes shining {
  0% {
    box-shadow: 0 0 0 0 rgba(219, 52, 138, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(219, 52, 138, 0.5);
  }
}

@keyframes shining_2 {
  0% {
    box-shadow: 0 0 0 0 rgba(28, 161, 1, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(28, 161, 1, 0.5);
  }
}

@keyframes character_shining {
  0% {
    filter: drop-shadow(0 0 0 rgba(253, 242, 84));
  }
  50% {
    filter: drop-shadow(0 0 20px rgb(253, 242, 84));
  }
}

@keyframes character_shining_2 {
  0% {
    filter: drop-shadow(0 0 0 rgba(35, 101, 210))
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(35, 101, 210))
  }
}

@keyframes hide_1 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-30px);
  }
}

.shining_animation {
  animation: shining 2s infinite;
}

.shining_animation_2 {
  animation: character_shining 2s infinite;
}

.shining_animation_3 {
  animation: shining_2 2s infinite;
}

.shining_animation_4 {
  animation: character_shining_2 2s infinite;
}

.hint_shining {
  animation: hint_shining 2s infinite;
}

.close_shining {
  animation: close_shining 2s infinite;
}

.hidden_animate {
  animation: hide_1 1.5s linear forwards;
}

.drag-sort-active {
  opacity: 0;
  cursor: grab;
}

.game-button-style-1 {
  background: #1ba101;
  cursor: pointer;
  border: 4px solid #1ba101;
}

.game-button-style-1:hover {
  background: #2ac00c;
  border: 4px solid #2ac00c;
}

.language-selected {
  border: 4px solid black;
}

.language-selected:hover {
  border: 4px solid black;
}

.left-157px {
  left: 157px;
}

.sentence_container_close {
  width: 100px;
  height: 50px;
  border-radius: 100px 100px 0 0;
  top: -50px;
  right: 20px;
}

.sentence_container_hidden {
  width: 100px;
  height: 50px;
  border-radius: 100px 100px 0 0;
  top: -50px;
  right: 120px;
}

.sentence_button:hover {
  filter: brightness(1.1);
}

.sentence_box {
  transition: transform .5s ease-in-out;
  transform: translateY(0);
}

.sentence_box.hid {
  transform: translateY(100%);
}

.sentence_container_hidden i {
  transition: transform .2s ease-in-out;
}

.sentence_box.hid .sentence_container_hidden i{
  transform: rotate(180deg);
}

.btn-text-1, .btn-text-2, .close-btn-text {
  font-size: 1.5rem;
  display: none;
}

.sentence_box .sentence_container_hidden:hover i,.sentence_box .sentence_container_close:hover i {
  display: none;
}

.sentence_box .sentence_container_close:hover .close-btn-text {
  display: block;
}

.sentence_box:not(.hid) .sentence_container_hidden:hover .btn-text-1 {
  display: block;
}

.sentence_box.hid .sentence_container_hidden:hover .btn-text-2 {
  display: block;
}

.sentence_box.hid .sentence_container_hidden:hover .btn-text-2 {
  display: block;
}

.top-2rem {
  top: 2rem;
}

.option-info {
  display: none;
}

.option-open:hover + .option-info {
  display: block;
}

.option-open {
  filter: drop-shadow(0 0 1px black);
}

.option-open:hover i {
  font-size: 2rem !important;
}

.pointer-events-auto {
  pointer-events: auto;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.option_close:hover {
  animation: scale 0.6s infinite;
}

.sentence_box.mobile .head_2 {
  margin: 0 0.5rem 0 0.5rem;
}

.vocabulary_container_2 {
  width: calc(100% - 400px);
}

.sentence_box.mobile .vocabulary_container_2 {
  width: calc(100% - 290px);
}

.sentence_box.mobile button:not([value]) {
  width: 84px;
  height: 33px;
}

.sentence_box.mobile button:not([value]) img {
  width: 84px;
}

.sentence_box.mobile .sentence_container_close {
    top: -34px;
}

.sentence_box.mobile .sentence_container_hidden {
    top: -34px;
    right: 104px;
}

.sentence_box div[value] {
  width: 120px;
  height: 50px;
}

.sentence_box.mobile div[value] {
  width: 77px;
  height: 32px;
  font-size: 18px;
}

.sentence_box div[space-box]{
    width: calc(100% - 413px);
}

.sentence_box.mobile div[space-box]{
    width: calc(100% - 303px);
}

/* 1-2 */

[game="1-2"][game-id="1-2-1"] {
  top: 11%;
  right: 28%;
  width: 11%;
}

[game="1-2"][game-id="1-2-2"] {
  top: 31.5%;
  right: 28%;
  width: 11%;
}

[game="1-2"][game-id="1-2-3"] {
  top: 52%;
  right: 28%;
  width: 11%;
}

[game="1-2"][game-id="1-2-4"] {
  top: 72%;
  right: 28%;
  width: 11%;
}

[game="1-2"][game-id="1-2-5"] {
  top: 52%;
  right: 5%;
  width: 10%;
}

[game="1-2"][game-id="1-2-6"] {
  top: 10%;
  right: 5%;
  width: 10%;
}

[game="1-2"][game-id="1-2-7"] {
  top: 31%;
  right: 5%;
  width: 10%;
}

[game="1-2"][game-id="1-2-8"] {
  top: 72%;
  right: 5%;
  width: 10%;
}

[game="1-2"][game-id="1-2-9"] {
  top: 9%;
  right: 3%;
  width: 10%;
}

[game="1-2"][game-id="1-2-10"] {
  top: 31%;
  right: 3%;
  width: 10%;
}

[game="1-2"][game-id="1-2-11"] {
  top: 53%;
  right: 3%;
  width: 10%;
}

[game="1-2"][game-id="1-2-12"] {
  top: 74%;
  right: 3%;
  width: 10%;
}

@keyframes game-1-2-ch-1 {
  2.5%, 22.5% {-webkit-transform: translate3d(-1px, 0, 0);} 
  5%, 20% {-webkit-transform: translate3d(2px, 0, 0);}
  7.5%, 17.5% {-webkit-transform: translate3d(-4px, 0, 0);}
  10%, 15% {-webkit-transform: translate3d(4px, 0, 0);}
  12.5% {-webkit-transform: translate3d(-4px, 0, 0);}
  25% {-webkit-transform: translate3d(0, 0, 0);}
}

@keyframes game-1-2-ch-2 {
  0%, 100% {transform: rotate(0);}
  25% {transform: rotate(-15deg);}
  75% {transform: rotate(15deg);}
}

.game-1-2-ch-1 {
  animation:  game-1-2-ch-1 2.4s ease-in-out infinite;
}

.game-1-2-ch-1:hover {
  width: 12%;
}

.game-1-2-ch-2 {
  width: 12% !important;
  animation:  game-1-2-ch-2 3s linear infinite;
}

[game-id="1-2-13-1"], [game-id="1-2-13-2"], [game-id="1-2-13-3"], 
[game-id="1-2-13-4"], [game-id="1-2-13-5"] {
  width: 38%;
  height: 24%;
  border: 3px dashed #ffffff;
  position: absolute;
  border-radius: 5px;
}

[game-id="1-2-13-1"] {
  top: 4%;
  left: 4%;
}

[game-id="1-2-13-2"] {
  top: 4%;
  right: 15.5%;
}

[game-id="1-2-13-3"] {
  top: 35%;
  left: 4%;
}

[game-id="1-2-13-4"] {
  top: 67%;
  left: 4%;
}

[game-id="1-2-13-5"] {
  top: 67%;
  right: 15.5%;
}

[game-id="1-2-14"], [game-id="1-2-15"], 
[game-id="1-2-16"], [game-id="1-2-17"] {
  width: 4%;
  height: 4%;
  position: absolute;
}

[game-id="1-2-14"] {
  top: 18%;
  left: 32%;
}

[game-id="1-2-15"] {
  top: 79%;
  left: 74%;
}

[game-id="1-2-16"] {
  top: 47.7%;
  left: 17.5%;
}

[game-id="1-2-17"] {
  top: 18%;
  left: 60%;
}

[game-id="1-2-18-1-1"], [game-id="1-2-18-1-2"], 
[game-id="1-2-18-1-3"] {
width: 65%;
height: 8%;
left: 12%;
position: absolute;
border: 3px dashed #ffffff;
border-radius: 50px;
}

[game-id="1-2-18-1-1"] {
  top: 27%;
}

[game-id="1-2-18-1-2"] {
  top: 58.5%;
}

[game-id="1-2-18-1-3"] {
  top: 89%;
}

[game-id="1-2-18-2-1"], [game-id="1-2-18-2-4"], 
[game-id="1-2-18-2-6"], [game-id="1-2-18-2-8"] {
  width: 14%;
  height: 18%;
  position: absolute;
  border: 3px dashed #ffffff;
  border-radius: 50%;
}

[game-id="1-2-18-2-1"] {
  top: 38%;
  left: 6%;
}

[game-id="1-2-18-2-4"] {
  top: 7%;
  left: 26%;
}

[game-id="1-2-18-2-6"] {
  top: 7%;
  left: 47%;
}

[game-id="1-2-18-2-8"] {
  top: 69%;
  left: 66%;
}

[game-id="1-2-19"], [game-id="1-2-20"], 
[game-id="1-2-21"] {
  width: 11%;
  height: 7%;
  left: 38%;
  position: absolute;
}

[game-id="1-2-19"] {
  top: 27.5%
}

[game-id="1-2-20"] {
  top: 59%
}

[game-id="1-2-21"] {
  top: 90%
}

[game-id="1-2-22"], [game-id="1-2-23"], 
[game-id="1-2-24"], [game-id="1-2-25"] {
  width: 2%;
  position: absolute;
}

[game-id="1-2-22"] {
  top: 18.2%;
  left: 36.5%;
}

[game-id="1-2-23"] {
  top: 79.3%;
  left: 78.5%;
}

[game-id="1-2-24"] {
  top: 48%;
  left: 22%;
}

[game-id="1-2-25"] {
  top: 18.2%;
  left: 64.5%;
}

.bt-hover-1:hover {
  transform: translateY(-5px);
}

/* 1-3 */

[game="1-3"][game-id="1-3-1"] {
  right: 45.8%;
  width: 12%;
  bottom: 0;
}

[game="1-3"][game-id="1-3-2"] {
  right: 70%;
  width: 13%;
  bottom: 2%;
}

[game="1-3"][game-id="1-3-3"] {
  right: 30.5%;
  width: 10.8%;
  bottom: 0;
}

[game="1-3"][game-id="1-3-4"] {
  right: 53.5%;
  width: 16.5%;
  bottom: 0;
}

[game="1-3"][game-id="1-3-5"] {
  right: 3.6%;
  width: 35%;
  bottom: 10.5%;
}

div[game="1-3"] img[name="character"] {
  left: 0;
  bottom: -5px;
  position: absolute;
  height: 100%;
}

[game="1-3"][game-id="1-3-6"] {
  width: 14.9%;
  height: 52%;
  top: 22%;
  right: 44%;
}

[game="1-3"][game-id="1-3-7"] {
  width: 17.3%;
  height: 38%;
  bottom: 0;
  right: 29%;
}

[game="1-3"][game-id="1-3-8"] {
  width: 17.8%;
  height: 47%;
  bottom: 0;
  right: 61%;
}

[game="1-3"][game-id="1-3-9"] {
  width: 9.4%;
  top: 17%;
  right: 30.8%;
}

[game="1-3"][game-id="1-3-10"] {
  width: 10.2%;
  top: 12%;
  right: 5.2%;
}

[game="1-3"][game-id="1-3-11"] {
  width: 10.15%;
  left: 0;
  bottom: 5%;
}

[game="1-3"][game-id="1-3-12"] {
  width: 10.27%;
  top: 9%;
  left: 11.1%;
}

[game="1-3"][game-id="1-3-13"] {
  width: 16.41%;
  top: 8.7%;
  left: 31.6%;
}

[game="1-3"][game-id="1-3-14"] {
  width: 11%;
  top: 48.7%;
  left: 3%;
}

[game="1-3"][game-id="1-3-15"] {
  width: 9.5%;
  top: 22.8%;
  left: 16.6%;
}

[game="1-3"][game-id="1-3-16"] {
  width: 9.41%;
  top: 14.7%;
  left: 26.6%;
}

[game="1-3"][game-id="1-3-17"] {
  width: 10.2%;
  top: 12%;
  right: 26.2%;
}

[game="1-3"][game-id="1-3-18"] {
  width: 14.45%;
  height: 43%;
  top: 9%;
  right: 37%;
}

[game="1-3"][game-id="1-3-19"] {
  width: 10.2%;
  top: 12%;
  right: 26.2%;
}

[game="1-3"][game-id="1-3-20"] {
  width: 10.2%;
  top: 12%;
  right: 26.2%;
}

[game="1-3"][game-id="1-3-21"] {
  width: 10.2%;
  top: 24%;
  right: 60.2%;
}

[game="1-3"][game-id="1-3-22"] {
  width: 17.2%;
  top: 55%;
  right: 61.2%;
}

[game="1-3"][game-id="1-3-23"] {
  width: 10.2%;
  top: 47%;
  right: 26.2%;
}

[game="1-3"][game-id="1-3-24"] {
  width: 14.2%;
  top: 41%;
  right: 35.2%;
}

[game="1-3"][game-id="1-3-25"] {
  width: 14.2%;
  top: 18%;
  right: 45.2%;
}

[game="1-3"][game-id="1-3-26"] {
  width: 9%;
  top: 3.5%;
  right: 41%;
}

[game="1-3"][game-id="1-3-27"] {
  width: 8%;
  top: 26.5%;
  right: 41.5%;
}

[game="1-3"][game-id="1-3-28"] {
  width: 7.8%;
  top: 50.5%;
  right: 42%;
}

[game="1-3"][game-id="1-3-29"] {
  width: 8%;
  top: 75.5%;
  right: 41.5%;
}

[game="1-3"][game-id="1-3-30"] {
  width: 30%;
  bottom: 0;
  left: 11%;
}

[game="1-3"][game-id="1-3-31"] {
  height: 92%;
  top: 5.5%;
  right: 6%;
}

[game="1-3"][name="number"], [game="1-3"][name="input"] {
  height: 9%;
  width: 29%;
  border-radius: 10px;
  align-items: center;
  display: flex;
}

[game="1-3"][name="number"] p, [game="1-3"][name="input"] p, [game="1-3"][name="pleacehold"] p {
  font-size: 3rem;
  text-align: center; 
  margin: 0;
}

[game="1-3"][game-id="1-3-32"] {
  top: 15.2%;
  right: 7%;
}

[game="1-3"][game-id="1-3-33"] {
  top: 39.5%;
  right: 7%;
}

[game="1-3"][game-id="1-3-34"] {
  top: 63.1%;
  right: 7%;
}

[game="1-3"][game-id="1-3-35"] {
  top: 87.8%;
  right: 7%;
}

[game="1-3"][game-id="1-3-36"] {
  width: 17%;
  bottom: 0;
  right: 52%;
}

[game="1-3"][game-id="1-3-37"] {
  width: 18%;
  bottom: 0;
  right: 32%;
}

[game="1-3"][game-id="1-3-38"] {
  top: 2.2%;
  width: 12%;
  left: 19%;
}

[game="1-3"][game-id="1-3-39"] {
  top: 3%;
  width: 12.5%;
  left: 34.5%;
}

[game="1-3"][game-id="1-3-40"] {
  top: 3%;
  width: 14%;
  left: 50%;
}

[game="1-3"][game-id="1-3-41"] {
  top: 2%;
  width: 11.5%;
  left: 68.5%;
}

[game="1-3"][game-id="1-3-42"] {
  width: 60%;
  top: 36%;
  left: 20%;
}

[game="1-3"][game-id="1-3-43"] {
  width: 56%;
  top: 56%;
  left: 22%;
}

[game="1-3"][game-id="1-3-44"] {
  left: 20.7%;
}

[game="1-3"][game-id="1-3-45"] {
  left: 36.7%;
}

[game="1-3"][game-id="1-3-46"] {
  left: 52.8%;
}

[game="1-3"][game-id="1-3-47"] {
  left: 69.4%;
}

[game-id="1-3-48"] {
  width: 19.5%;
  height: 34%;
  left: 71.4%;
  top: 12%;
}

[game="1-3"][game-id="1-3-44"], [game="1-3"][game-id="1-3-45"],
[game="1-3"][game-id="1-3-46"], [game="1-3"][game-id="1-3-47"] {
  width: 10%;
  aspect-ratio: 1;
  height: auto;
  top: 37%;
  padding-left: 3%;
}

.game-1-3-ch-1 {
  filter: drop-shadow(5px 0 0 white) drop-shadow(0 5px 0 white)
    drop-shadow(-5px 0 0 white) drop-shadow(0 -5px 0 white);
}

.game-1-3-ch-2 {
  left: -101.5% !important;
}

.game-1-3-ch-3 {
  animation: game-1-2-ch-2 3s linear infinite;
}

@keyframes game-1-3-flash {
  0% {background: black;}
  49% {background: black;}
  50% {background: transparent;}
}

.game-1-3-flash {
  animation: game-1-3-flash 1s linear infinite;
}

@keyframes game-1-3-swing {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

.game-1-3-swing {
  animation: game-1-3-swing 1.5s linear infinite;
}

@media (max-width: 1170px) {
  [game="1-3"][name="number"] p{
    font-size: 2.5rem;
  }
}

@media (max-width: 960px) {
  [game="1-3"][name="number"] p{
    font-size: 1.5rem;
  }
}

/* 1-4 */

[game-id="1-4-1"] {
  width: 11.5%;
  left: 3%;
  top: 51%;
}

[game-id="1-4-2"] img, [game-id="1-4-3"] img,
[game-id="1-4-4"] img, [game-id="1-4-5"] img {
  left: 3.5%;
  top: 3.5%;
  height: 93%;
}

[game-id="1-4-2"] {
  top: 7%;
  left: 36%;
  aspect-ratio: 269/487;
  height: 42.789%;
  overflow: hidden;
}

[game-id="1-4-3"] {
  top: 8%;
  left: 71%;
  aspect-ratio: 310/493;
  height: 42.789%;
  overflow: hidden;
}

[game-id="1-4-4"] {
  top: 43%;
  left: 37%;
  aspect-ratio: 330/556;
  height: 50.789%;
  overflow: hidden;
}

[game-id="1-4-5"] {
  top: 52%;
  left: 71%;
  aspect-ratio: 300/492;
  height: 42.789%;
  overflow: hidden;
}

[game="1-4"] img[name="item"], [game="1-4"] img[name="pencil"] {
  left: 0;
  top: 0;
  width: 100%;
}

[game-id="1-4-6"] {
  top: 2%;
  left: 87%;
  aspect-ratio: 1;
  width: 10%;
  overflow: hidden;
}

[game-id="1-4-7"] {
  top: 18%;
  left: 87%;
  aspect-ratio: 1;
  width: 10%;
  overflow: hidden;
}

[game-id="1-4-8"] {
  top: 34%;
  left: 87%;
  aspect-ratio: 1;
  width: 10%;
  overflow: hidden;
}

[game-id="1-4-9"] {
  top: 48%;
  left: 87%;
  aspect-ratio: 1;
  width: 10%;
  overflow: hidden;
}

[game-id="1-4-10"] {
  top: 59%;
  left: 87%;
  aspect-ratio: 1;
  width: 10%;
  overflow: hidden;
}

[game-id="1-4-11"] {
  top: 69%;
  left: 87%;
  aspect-ratio: 1;
  width: 10%;
  overflow: hidden;
}

[game-id="1-4-12"] {
  top: 82%;
  left: 87%;
  aspect-ratio: 1;
  width: 10%;
  overflow: hidden;
}

.game-1-4-ch-1 {
  left: -100% !important;
}

.game-1-4-item-1:hover {
  transform: translate(-2px, -2px);
}

[game-id="1-4-13"] {
  width: 16.5%;
  left: 4%;
  top: 34%;
}

[game-id="1-4-14"] img, [game-id="1-4-15"] img,
[game-id="1-4-16"] img, [game-id="1-4-17"] img {
  left: 0;
  top: 0;
  height: 100%;
}

[game-id="1-4-14"] {
  top: 32%;
  left: 20%;
  aspect-ratio: 342/638;
  height: 51.789%;
  overflow: hidden;
}

[game-id="1-4-15"] {
  top: 31%;
  left: 35%;
  aspect-ratio: 341/646;
  height: 53.789%;
  overflow: hidden;
}

[game-id="1-4-16"] {
  top: 32%;
  left: 50%;
  aspect-ratio: 339/621;
  height: 50.789%;
  overflow: hidden;
}

[game-id="1-4-17"] {
  top: 33%;
  left: 66.5%;
  aspect-ratio: 370/614;
  height: 50%;
  overflow: hidden;
}

[game="1-4"].game_pencil {
  left: 87%;
  width: 10%;
  aspect-ratio: 212/204;
  overflow: hidden;
}

[game-id="1-4-18"] {
  top: 8%;
}

[game-id="1-4-19"] {
  top: 21%;
}

[game-id="1-4-20"] {
  top: 34%;
}

[game-id="1-4-21"] {
  top: 47%;
}

[game-id="1-4-22"] {
  top: 60%;
}

[game-id="1-4-23"] {
  top: 73%;
}

[game-id="1-4-24"] {
  width: 17%;
  left: 3%;
  bottom: 0;
}

[game-id="1-4-25"] {
  width: 15.5%;
  left: 23%;
  bottom: 0;
}

[game-id="1-4-26"] {
  width: 16.5%;
  left: 42%;
  bottom: 0;
}

[game-id="1-4-27"] {
  width: 15%;
  left: 61%;
  bottom: 0;
}

[game-id="1-4-28"] {
  width: 19.5%;
  left: 77%;
  bottom: 0;
}

[game="1-4"].game_picture {
  top: 25%;
  width: 20%;
  aspect-ratio: 390/380;
  overflow: hidden;
}

[game="1-4"].game_picture img[name="picture"] {
  height: 100%;
  top: 0;
  left: 0;
  width: auto !important;
}

[game-id="1-4-29"] {
  left: 10%;
}

[game-id="1-4-30"] {
  left: 32%;
}

[game-id="1-4-31"] {
  left: 54%;
}

[game-id="1-4-32"] {
  left: 76%;
}

[game="1-4"].game_img {
  width: 10%;
  aspect-ratio: 390/380;
  overflow: hidden;
}

[game="1-4"].game_img img[name="img"] {
  height: 100%;
  top: 0;
  left: 0;
}

[game-id="1-4-33"] {
  top: 61%;
  left: 52%;
  transform: rotate(-4deg);
}

[game-id="1-4-34"] {
  top: 66.5%;
  left: 33%;
  transform: rotate(14deg);
}

[game-id="1-4-35"] {
  top: 51%;
  left: 69%;
}

[game-id="1-4-36"] {
  top: 61%;
  left: 91%;
  transform: rotate(18deg);
}

.game-1-4-ch-2 {
  animation:  game-1-2-ch-1 2.4s ease-in-out infinite;
}

/* 1-5 */

[game-id="1-5-1"] {
  width: 7%;
  top: 43%;
  right: 5%;
}

[game-id="1-5-2"] {
  width: 3%;
  top: 49%;
  right: 25%;
}

[game-id="1-5-3"] {
  width: 8%;
  top: 40%;
  right: 78%;
}

[game-id="1-5-4"] {
  width: 10%;
  top: 78%;
  right: 12%;
}

[game-id="1-5-5-1"] {
  width: 7%;
  top: 66%;
  right: 32%;
}

[game-id="1-5-5-2"] {
  width: 6.5%;
  top: 79%;
  right: 73%;
}

[game-id="1-5-5-3"] {
  width: 4%;
  top: 30%;
  right: 24%;
}

[game-id="1-5-5-4"] {
  width: 6%;
  top: 86%;
  right: 38%;
}

[game-id="1-5-5-5"] {
  width: 4%;
  top: 32%;
  right: 30%;
}

[game-id="1-5-5-6"] {
  width: 10%;
  top: 85%;
  right: 78%;
}

[game-id="1-5-6"] {
  right: 0;
}

[game-id="1-5-6"] img {
  width: 50%;
  padding: 10px;
}

.out-line-style-1:hover {
  outline: 3px dashed var(--custom-color-17);
  border-radius: 5px;
}

.btn-selected {
  outline: 3px dashed var(--custom-color-2);
  border-radius: 5px;
}

.btn-selected:hover {
  outline: 3px dashed var(--custom-color-2);
}

[game-id="1-5-7"] {
  width: 24%;
  top: 0;
  right: 46%;
}

[game-id="1-5-8"] {
  width: 19%;
  top: 18%;
  right: 72%;
}

[game-id="1-5-9"] {
  width: 22%;
  top: 9%;
  right: 17%;
}

[game-id="1-5-10"] {
  width: 17.2%;
  top: 10.9%;
  right: 76.2%;
}

[game-id="1-5-11"] {
  width: 28.7%;
  top: 22.9%;
  right: 17.25%;
}

[game-id="1-5-12"] {
  width: 57.7%;
  top: 1.5%;
  right: 3.2%;
}

[game-id="1-5-13"] {
  width: 9.5%;
  top: 1.1%;
  right: 48.3%;
}

[game-id="1-5-14"] {
  width: 6.4%;
  top: 36.65%;
  right: 73.7%;
}

[game-id="1-5-15"] {
  width: 4.2%;
  top: 8.9%;
  right: 23.4%;
}

[space-box] > div.item-box {
  width: 23%;
}

div[space-box].space-box {
  width: calc(100% - 400px);
}

.sentence_box.mobile div[space-box].space-box {
  width: calc(100% - 290px);
}

.sentence_box.mobile .space-box div[value] {
  width: 20%;
  height: 50px;
}

/* 1-6 */

[game-id="1-6-1"] {
  width: 10.5%;
  bottom: 3%;
  left: 2%;
}

[game-id="1-6-2"] {
  width: 10.5%;
  bottom: 51%;
  left: 18%;
}

[game-id="1-6-3"] {
  width: 9.5%;
  bottom: 50.5%;
  left: 47%;
}

[game-id="1-6-4"] {
  width: 10%;
  bottom: 3%;
  left: 18%;
}

[game-id="1-6-5"] {
  width: 13%;
  bottom: 3%;
  left: 46.5%;
}

[game-id="1-6-6"] {
  width: 20%;
  bottom: 75%;
  left: 77%;
}

[game-id="1-6-7"] {
  width: 20%;
  bottom: 52%;
  left: 77%;
}

[game-id="1-6-8"] {
  width: 20%;
  bottom: 29%;
  left: 77%;
}

[game-id="1-6-9"] {
  width: 20%;
  bottom: 6%;
  left: 77%;
}

[game-id="1-6-10"] {
  width: 15%;
  bottom: 51.5%;
  left: 30.8%;
}

[game-id="1-6-11"] {
  width: 15%;
  bottom: 51.5%;
  left: 59.4%;
}

[game-id="1-6-12"] {
  width: 15%;
  bottom: 3.5%;
  left: 59.4%;
}

[game-id="1-6-13"] {
  width: 15%;
  bottom: 3.5%;
  left: 30.7%;
}

[game-id="1-6-14"] {
  width: 9%;
  bottom: 49.5%;
  left: 13%;
}

[game-id="1-6-15"] {
  width: 9%;
  bottom: 49.5%;
  left: 49%;
}

[game-id="1-6-16"] {
  width: 9%;
  bottom: 28%;
  left: 17%;
}

[game-id="1-6-17"] {
  width: 9%;
  bottom: 28%;
  left: 53.5%;
}

[game-id="1-6-18"] {
  width: 7%;
  bottom: 72%;
  left: 89%;
}

[game-id="1-6-19"] {
  width: 7%;
  bottom: 53%;
  left: 89%;
}

[game-id="1-6-20"] {
  width: 7%;
  bottom: 37%;
  left: 89%;
}

[game-id="1-6-21"] {
  width: 7%;
  bottom: 19%;
  left: 89%;
}

[game-id="1-6-22"] {
  width: 28%;
  top: 48%;
  left: 20%;
}

[game-id="1-6-23"] {
  width: 30%;
  top: 47%;
  left: 56%;
}

[game-id="1-6-24"] {
  width: 30%;
  top: 65%;
  left: 25%;
}

[game-id="1-6-25"] {
  width: 27%;
  top: 65%;
  left: 63%;
}

[game-id="1-6-26"] {
  width: 13.43%;
  bottom: 2.6%;
  left: 3.49%;
}

[game-id="1-6-27"] {
  width: 17%;
  bottom: 0%;
  left: 5%;
}

[game-id="1-6-28"] {
  width: 17%;
  bottom: 39%;
  left: 5%;
}

[game-id="1-6-29"] {
  width: 6%;
  bottom: 60%;
  left: 67%;
}

[game-id="1-6-30"] {
  width: 6%;
  bottom: 27%;
  left: 26%;
}

[game-id="1-6-31"] {
  width: 6%;
  bottom: 48%;
  left: 51%;
}

[game-id="1-6-32"] {
  width: 6%;
  bottom: 26%;
  left: 67%;
}

[game-id="1-6-33"] {
  width: 2.5%;
  bottom: 51%;
  left: 51%;
}

[game-id="1-6-34"] {
  width: 9%;
  bottom: 26%;
  left: 27%;
}

[game-id="1-6-35"] {
  width: 11%;
  bottom: 60%;
  left: 64%;
}

[game-id="1-6-36"] {
  width: 9%;
  bottom: 26%;
  left: 65%;
}

[game-id="1-6-37"] {
  width: 7%;
  bottom: 76%;
  left: 85%;
}

[game-id="1-6-38"] {
  width: 10%;
  bottom: 54%;
  left: 83%;
}

[game-id="1-6-39"] {
  width: 13%;
  bottom: 35%;
  left: 82%;
}

[game-id="1-6-40"] {
  width: 14%;
  bottom: 8%;
  left: 82%;
}

/* 1-7 */


[game-id="1-7-1"] {
  width: 15%;
  bottom: 2.8%;
  left: 19.6%;
}

[game-id="1-7-2"] {
  width: 14.8%;
  bottom: 4%;
  left: 37.3%;
}

[game-id="1-7-3"] {
  width: 13.9%;
  bottom: 3%;
  left: 52.7%;
}

[game-id="1-7-4"] {
  width: 11.1%;
  bottom: 2%;
  left: 68.6%;
}

[game-id="1-7-5"] {
  width: 12%;
  bottom: 2.3%;
  left: 82.2%;
}

[game-id="1-7-6"] {
  width: 21%;
  bottom: 0;
  left: 25.2%;
}

[game-id="1-7-7"] {
  width: 17.8%;
  bottom: 0;
  left: 51.7%;
}

[game-id="1-7-8"] {
  width: 18%;
  bottom: 60%;
  left: 10.2%;
}

[game-id="1-7-9"] {
  width: 18%;
  bottom: 60%;
  left: 30.9%;
}

[game-id="1-7-10"] {
  width: 18%;
  bottom: 60%;
  left: 51.2%;
}

[game-id="1-7-11"] {
  width: 18%;
  bottom: 60%;
  left: 71.6%;
}

[game-id="1-7-12"] {
  width: 14.5%;
  bottom: 0;
  left: 6%;
}

[game-id="1-7-13"] {
  width: 14.4%;
  bottom: 0;
  left: 64.1%;
}

[game-id="1-7-14"] {
  width: 6%;
  bottom: 57%;
  left: 46.6%;
}

[game-id="1-7-15"] {
  width: 6%;
  bottom: 44%;
  left: 18.6%;
}

[game-id="1-7-16"] {
  width: 6%;
  bottom: 22.5%;
  left: 47.6%;
}

[game-id="1-7-17"] {
  width: 6%;
  bottom: 63.4%;
  left: 69.9%;
}

[game-id="1-7-18"] {
  width: 9%;
  bottom: 50%;
  left: 45.6%;
}

[game-id="1-7-19"] {
  width: 9%;
  bottom: 41%;
  left: 15.6%;
}

[game-id="1-7-20"] {
  width: 9%;
  bottom: 23%;
  left: 46.6%;
}

[game-id="1-7-21"] {
  width: 14%;
  bottom: 60%;
  left: 64.6%;
}

[game-id="1-7-22"] {
  width: 13%;
  bottom: 71.1%;
  left: 83.4%;
}

[game-id="1-7-23"] {
  width: 13%;
  bottom: 50.8%;
  left: 83.3%;
}

[game-id="1-7-24"] {
  width: 13%;
  bottom: 31%;
  left: 83.6%;
}

[game-id="1-7-25"] {
  width: 14%;
  bottom: 11.2%;
  left: 82.7%;
}

/* 1-8 */

[game-id="1-8-1"] {
  width: 15.15%;
  height: 48%;
  bottom: 21.2%;
  left: 4.7%;
}

[game-id="1-8-2"] {
  width: 13.455%;
  height: 47%;
  bottom: 19.2%;
  left: 17%;
}

[game-id="1-8-3"] {
  width: 17.025%;
  height: 43.7%;
  bottom: 19.5%;
  left: 27.7%;
}

[game-id="1-8-4"] {
  width: 27.1%;
  bottom: 20.2%;
  left: 48.2%;
}

[game-id="1-8-5"] {
  width: 27.1%;
  bottom: 20.2%;
  left: 48.2%;
}

[game-id="1-8-6"] {
  width: 14.025%;
  bottom: 20%;
  left: 77.9%;
}

[game-id="1-8-7"] {
  width: 3.02%;
  bottom: 20.7%;
  left: 80.4%;
}

[game-id="1-8-8"] {
  width: 3.02%;
  bottom: 20.7%;
  left: 84.4%;
}

[game-id="1-8-9"] {
  width: 3.02%;
  bottom: 21.7%;
  left: 87.4%;
}

[game-id="1-8-10"] {
  width: 11.025%;
  bottom: 21.5%;
  left: 41.3%;
}

[game-id="1-8-11"] {
  width: 14.025%;
  bottom: 53.9%;
  left: 30.2%;
}

[game-id="1-8-12"] {
  width: 14.025%;
  bottom: 64.3%;
  left: 48.1%;
}

[game-id="1-8-13"] {
  width: 14.025%;
  bottom: 28.7%;
  left: 43.4%;
}

[game-id="1-8-14"] {
  width: 6.7%;
  bottom: 34.6%;
  left: 50.8%;
}

[game-id="1-8-15"] {
  width: 5.5%;
  bottom: 86.3%;
  left: 86.5%;
}

[game-id="1-8-16"] {
  width: 5.7%;
  bottom: 75.9%;
  left: 86.6%;
}

[game-id="1-8-17"] {
  width: 5.5%;
  bottom: 62.9%;
  left: 86.6%;
}

[game-id="1-8-18"] {
  width: 6.5%;
  bottom: 53.3%;
  left: 85.8%;
}

[game-id="1-8-19"] {
  width: 6.7%;
  bottom: 71.4%;
  left: 55.4%;
}

[game-id="1-8-20"] {    
  width: 6.7%;
  bottom: 61.4%;
  left: 30%;
}

[game-id="1-8-21"] {    
  width: 18.5%;
  bottom: 6.4%;
  left: 4%;
}

[game-id="1-8-22"] {    
  width: 11.1%;
  bottom: 13.4%;
  left: 68%;
}

[game-id="1-8-23"] {    
  width: 10%;
  bottom: 6.4%;
  left: 76%;
}

[game-id="1-8-24"] {    
  width: 11.05%;
  bottom: 3.4%;
  left: 85.3%;
}

[game-id="1-8-25"] {
  width: 5.5%;
  bottom: 86.3%;
  left: 91.5%;
}

[game-id="1-8-26"] {
  width: 5.7%;
  bottom: 75.9%;
  left: 91.6%;
}

[game-id="1-8-27"] {
  width: 5.5%;
  bottom: 62.9%;
  left: 91.6%;
}

[game-id="1-8-28"] {   
  width: 6%;
  bottom: 40.2%;
  left: 27.2%;
}

[game-id="1-8-29"] {   
  width: 5.7%;
  bottom: 42%;
  left: 48.7%;
}

[game-id="1-8-30"] {  
  width: 5.1%;
  bottom: 39.4%;
  left: 62.6%;
}

[game="1-8"][name="week"] {
  position: absolute;
  border: 3px dashed var(--custom-color-9);
  width: 6.6%;
  height: 43.2%;
  border-radius: 10px;
  cursor: pointer;
}

[game="1-8"][name="week"]:hover {
  border: 3px dashed var(--custom-color-17);
}

[game-id="1-8-31"] {  
  bottom: 36.4%;
  left: 27%;
}

[game-id="1-8-32"] {  
  bottom: 36.4%;
  left: 48.36%;
}

[game-id="1-8-33"] {  
  bottom: 36.4%;
  left: 61.8%;
}

[game="1-8"].week-selected {
  border: 3px dashed var(--custom-color-17);
}

/* 1-9 */

[game-id="1-9-1"] {  
  width: 15%;
  bottom: 2.6%;
  left: 66.3%;
}

[game-id="1-9-2"] {  
  width: 12.4%;
  bottom: 54.3%;
  left: 6.2%;
}

[game-id="1-9-3"] {  
  width: 10.7%;
  bottom: 68.4%;
  left: 24.7%;
}

[game-id="1-9-4"] {  
  width: 13.7%;
  bottom: 33.5%;
  left: 22.8%;
}

[game-id="1-9-5"] {  
  width: 14%;
  bottom: 53%;
  left: 42.9%;
}

[game-id="1-9-6"] {  
  width: 6.8%;
  bottom: 20%;
  left: 90.1%;
}

[game-id="1-9-7"] {  
  width: 4.8%;
  bottom: 36.5%;
  left: 90.9%;
}

[game-id="1-9-8"] {  
  width: 9.8%;
  bottom: 54.6%;
  left: 88.2%;
}

[game-id="1-9-9"] {  
  width: 7.1%;
  bottom: 75.9%;
  left: 89.5%;
}

[game-id="1-9-10"] {  
  width: 4.4%;
  bottom: 54.9%;
  left: 13.5%;
}

[game-id="1-9-11"] {  
  width: 2.5%;
  bottom: 69.5%;
  left: 32.3%;
}

[game-id="1-9-12"] {  
  width: 4.3%;
  bottom: 35.5%;
  left: 30%;
}

[game-id="1-9-13"] {  
  width: 2.9%;
  bottom: 56.9%;
  left: 53.7%;
}

[game-id="1-9-14"] {  
  width: 9.9%;
  bottom: 28.9%;
  left: 1.7%;
}

[game-id="1-9-15"] {  
  width: 9.4%;
  bottom: 43.2%;
  left: 5.4%;
}

[game-id="1-9-16"] {  
  width: 8.9%;
  bottom: 48.9%;
  left: 12.6%;
}

[game-id="1-9-17"] {  
  width: 7.1%;
  bottom: 53.9%;
  left: 77.1%;
}

[game-id="1-9-18"] {  
  width: 6.5%;
  bottom: 50.7%;
  left: 56.7%;
}

[game-id="1-9-19"] {  
  width: 5.5%;
  bottom: 48.5%;
  left: 75.1%;
}

[game="1-9"][name="site"] {  
  bottom: 50%;
  width: 10.2%;
  height: 8.2%;
  cursor: pointer;
  background-color: #F6D85E10;
  border: 3px dashed var(--custom-color-18);
}

[game="1-9"][name="site"]:hover {
  border: 3px dashed var(--custom-color-17);
}

[game-id="1-9-20"] { 
  left: 42.7%;
}

[game-id="1-9-21"] {  
  left: 53.1%;
}

[game-id="1-9-22"] {  
  left: 63.5%;
}

[game-id="1-9-23"] {  
  left: 73.9%;
}

[game-id="1-9-24"][game="1-9"][name="site"] {  
  width: 8.6%;
  left: 84.4%;
}

[game-id="1-9-25"] {  
  left: 32.2%;
}

[game-id="1-9-26"] {  
  left: 21.8%;
}

[game-id="1-9-27"] {  
  width: 33.9%;
  bottom: 47.9%;
  left: 13.2%;
}

[game-id="1-9-28"] {  
  width: 10.6%;
  bottom: 7.5%;
  left: 16.4%;
}

[game-id="1-9-29"] {  
  width: 9.6%;
  bottom: 20.5%;
  left: 20.5%;
}

[game-id="1-9-30"] {  
  width: 11%;
  bottom: 26.1%;
  left: 29.5%;
}

[game-id="1-9-31"] { 
  bottom: 34.5%;
  left: 46.1%;
}

[game-id="1-9-32"] {  
  bottom: 34.8%;
  left: 62.2%;
}

[game-id="1-9-33"] {  
  bottom: 39.8%;
  left: 75.8%;
}

[game-id="1-9-31"].go { 
  bottom: 29.5%;
  left: 47.1%;
}

[game-id="1-9-32"].go {  
  bottom: 29.8%;
  left: 63.2%;
}

[game-id="1-9-33"].go {  
  bottom: 33.8%;
  left: 77.8%;
}

[game-id="1-9-34"] {  
  width: 5.25%;
  bottom: 71.3%;
  left: 16.7%;
}

[game-id="1-9-35"] { 
  width: 5.25%;
  bottom: 70.45%;
  left: 27.4%;
}

[game-id="1-9-36"] {  
  width: 5.25%;
  bottom: 71.7%;
  left: 38.2%;
}

[game="1-9"][name="boat"] {
  width: 30%;
  height: 52%;
  transition: all 2s ease-in-out;
}

[game="1-9"][name="boat"] img:first-child {
  width: 86%;
  bottom: 26%;
  left: -3.9%;
}

[game="1-9"][name="boat"] img:last-child {
  width: 86%;
  bottom: 3.5%;
  left: 12.1%;
}

[game="1-9"][name="box"] {
  width: 10%;
  height: 35.5%;
  bottom: 59%;
  cursor: pointer;
  border: 3px dashed var(--custom-color-18);
}

[game="1-9"][name="box"]:hover {
  border: 3px dashed var(--custom-color-17);
}

[game-id="1-9-37"] {  
  left: 14.5%;
}

[game-id="1-9-38"] {  
  left: 25%;
}

[game-id="1-9-39"] {  
  left: 35.7%;
}

/*  1-10  */

[game-id="1-10-1"] {
  width: 10.42%;
  top: 49.2%;
  left: 72.3%;
}

[game-id="1-10-2"] {
  width: 8.42%;
  top: 77%;
  left: 21.3%;
}

[game-id="1-10-3"] {
  width: 10.5%;
  top: 71.8%;
  left: 9.5%;
}

[game-id="1-10-4"] {
  width: 8.35%;
  top: 61.7%;
  left: 16.8%;
}

[game-id="1-10-5"] {
  width: 8.42%;
  top: 46.2%;
  left: 56.9%;
}

[game-id="1-10-6"] {
  width: 10.5%;
  top: 18.2%;
  left: 44.25%;
}

[game-id="1-10-7"] {
  width: 8.35%;
  top: 80.5%;
  left: 34.7%;
}

[game="1-10"][name="site"] {
  border: 3px dashed var(--custom-color-17);
  border-radius: 50%;
  width: 7.35%;
  height: 13.07%;
}

[game-id="1-10-8"] {
  top: 48.5%;
  left: 57.7%;
}

[game-id="1-10-9"] {
  top: 18.5%;
  left: 45.7%;
}

[game-id="1-10-10"] {
  top: 77.5%;
  left: 34.7%;
}

[game-id="1-10-11"] {
  width: 10%;
  top: 48.5%;
  left: 12.7%;
}

[game-id="1-10-12"] {
  width: 8.3%;
  top: 33.5%;
  left: 48.7%;
}

[game-id="1-10-13"] {
  width: 9.4%;
  top: 36.5%;
  left: 68.7%;
}

[game-id="1-10-14"] {
  width: 20.5%;
  top: 34.2%;
  left: 25.7%;
}

[game-id="1-10-15"] {
  width: 12.8%;
  top: 7.8%;
  left: 10.7%;
}

[game-id="1-10-16"] {
  width: 19.8%;
  top: 10.3%;
  left: 25.7%;
}

[game-id="1-10-17"] {
  width: 8%;
  top: 32%;
  left: 2.7%;
}

[game-id="1-10-18"] {
  width: 11.4%;
  top: 15.5%;
  left: 53.9%;
}

[game-id="1-10-19"] {
  width: 9.8%;
  top: 42.4%;
  left: 58.7%;
}

[game-id="1-10-20"] {
  width: 10.5%;
  top: 5.5%;
  left: 69%;
}

[game-id="1-10-21"] {
  width: 7%;
  top: 25.6%;
  left: 84.7%;
}

[game-id="1-10-22"] {
  width: 15.9%;
  top: 52.2%;
  left: 79.2%;
}

[game-id="1-10-23"] {
  width: 12.4%;
  top: 77.7%;
  left: 22.5%;
}

[game-id="1-10-24"] {
  width: 11.9%;
  top: 77.5%;
  left: 44.6%;
}

[game-id="1-10-25"] {
  width: 12.4%;
  top: 77.7%;
  left: 65.4%;
}

[game-id="1-10-26"] {
  width: 7.9%;
  top: 55.2%;
  left: 26.2%;
}

[game-id="1-10-27"] {
  width: 7.2%;
  top: 57.7%;
  left: 43.4%;
}

[game-id="1-10-28"] {
  width: 9%;
  top: 52.7%;
  left: 49.4%;
}

[game-id="1-10-29"] {
  width: 10.4%;
  top: 65.9%;
  left: 48%;
}

[game-id="1-10-30"] {
  width: 7.9%;
  top: 54.4%;
  left: 63.1%;
}

[game-id="1-10-31"] {
  width: 9.8%;
  top: 61.2%;
  left: 70.5%;
  transform: rotate(18deg);
}

[game-id="1-10-32"] {
  width: 10.4%;
  top: 51.2%;
  left: 67.5%;
  transform: rotate(-7deg);
}

[game="1-10"][name="site_2"] {
  border: 3px dashed var(--custom-color-17);
  border-radius: 5px;
  width: 12.2%;
  aspect-ratio: 1;
}

[game-id="1-10-33"] {
  top: 54.2%;
  left: 23.9%;
}

[game-id="1-10-34"] {
  top: 54%;
  left: 44.5%;
}

[game-id="1-10-35"] {
  top: 54.5%;
  left: 64.9%;
}

[game="1-10"][name="site_2"]:hover, [game="1-10"][name="site"]:hover {
  border: 3px dashed var(--custom-color-2);
}

[game-id="1-10-36"] {
  width: 17.5%;
  top: 21.1%;
  left: 7.9%;
}

[game-id="1-10-37"] {
  width: 17.5%;
  top: 3.1%;
  left: 23.5%;
}

[game-id="1-10-38"] {
  width: 18%;
  top: 1.1%;
  left: 44.7%;
}

[game-id="1-10-39"] {
  width: 17.7%;
  top: 4.5%;
  left: 67.2%;
}

[game-id="1-10-40"] {
  width: 19.1%;
  top: 48.3%;
  left: 40.9%;
}

[game-id="1-10-41"] {
  width: 19.1%;
  top: 61.3%;
  left: 58%;
}

[game-id="1-10-42"] {
  width: 19.5%;
  top: 62.6%;
  left: 22.5%;
}

[game-id="1-10-43"] {
  width: 19.1%;
  top: 69.5%;
  left: 39.5%;
}

[game-id="1-10-44"] {
  width: 17.3%;
  top: 21.3%;
  left: 8%;
}

[game-id="1-10-45"] {
  width: 17.6%;
  top: 2.5%;
  left: 23.8%;
}

[game-id="1-10-46"] {
  width: 17.9%;
  top: 1%;
  left: 44.8%;
}

[game-id="1-10-47"] {
  width: 17.4%;
  top: 5.2%;
  left: 67.3%;
}

/*  2-10  */

[game="2-1"] img {
    left: 0;
    height: 100%;
}

[game-id="2-1-1"] {
    top: 13.9%;
    left: 21.6%;
    aspect-ratio: 332 / 739;
    height: 67.789%;
    overflow: hidden;
}

[game-id="2-1-2"] {
    top: 9.8%;
    left: 36%;
    aspect-ratio: 464 / 793;
    height: 74%;
    overflow: hidden;
}

[game-id="2-1-3"] {
    top: 11.7%;
    left: 54.3%;
    aspect-ratio: 412 / 783;
    height: 73%;
    overflow: hidden;
}

[game-id="2-1-4"] {
    top: 34.4%;
    left: 74.3%;
    aspect-ratio: 370 / 718;
    height: 66%;
    overflow: hidden;
}

[game-id="2-1-5"] {
    width: 5.5%;
    top: 81.4%;
    left: 18.2%;
}

[game-id="2-1-6"] {
    width: 5.3%;
    top: 79.9%;
    left: 27%;
}

[game-id="2-1-7"] {
    width: 6%;
    top: 78%;
    left: 36.8%
}

[game-id="2-1-8"] {
    width: 7.9%;
    top: 88.5%;
    left: 30.9%;
}

[game-id="2-1-9"] {
    width: 9%;
    top: 90.9%;
    left: 40.4%;
}

[game-id="2-1-10"] {
    width: 5.5%;
    top: 81.7%;
    left: 51.3%;
}

.game-2-1-item-1:hover {
  filter: drop-shadow(5px 0 0 white) drop-shadow(0 5px 0 white) drop-shadow(-5px 0 0 white) drop-shadow(0 -5px 0 white);
}

[game-id="2-1-11"] {
  width: 13.9%;
  top: 31.6%;
  left: 23%;
}

[game-id="2-1-12"] {
  width: 12.2%;
  top: 21.7%;
  left: 36.8%;
}

[game-id="2-1-13"] {
  width: 11.7%;
  top: 24%;
  left: 50.7%;
}

[game-id="2-1-14"] {
  width: 12.6%;
  top: 29.7%;
  left: 65.3%;
}

[game-id="2-1-15"] {
  width: 6.6%;
  top: 64.8%;
  left: 35.3%;
}

[game-id="2-1-16"] {
  width: 7.5%;
  top: 60%;
  left: 38.8%;
}

[game-id="2-1-17"] {
  width: 8%;
  top: 65.7%;
  left: 44.1%;
}

[game-id="2-1-18"] {
  width: 4.8%;
  top: 61.7%;
  left: 50.5%;
}

[game-id="2-1-19"] {
  width: 7.2%;
  top: 58.4%;
  left: 45.3%;
}

[game-id="2-1-20"] {
  width: 7.5%;
  top: 67.2%;
  left: 52.7%;
}

[game-id="2-1-21"] {
  width: 6.2%;
  top: 63.5%;
  left: 56.8%;
}

[game-id="2-1-22"] {
  width: 3%;
  top: 57.5%;
  left: 54.8%;
}

[game-id="2-1-15"][name="icon"] {
  top: 61%;
  left: 44.8%;
}

[game-id="2-1-16"][name="icon"] {
  top: 57.5%;
  left: 32.4%;
}

[game-id="2-1-17"][name="icon"] {
  top: 52%;
  left: 39%;
}

[game-id="2-1-18"][name="icon"] {
  top: 53.8%;
  left: 46.8%;
}

[game-id="2-1-19"][name="icon"] {
  top: 59.6%;
  left: 60.7%;
}

[game-id="2-1-20"][name="icon"] {
  top: 57%;
  left: 52.5%;
}

[game-id="2-1-21"][name="icon"] {
  top: 55.5%;
  left: 56.8%;
}

[game-id="2-1-22"][name="icon"] {
  top: 63.6%;
  left: 65%;
}

[game-id="2-1-23"] {
  width: 54.8%;
  top: 33.8%;
  left: 9.7%;
}

[game-id="2-1-24"] {
  width: 11%;
  top: 34.1%;
  left: 13.6%;
}

[game-id="2-1-25"] {
  width: 9%;
  top: 23.4%;
  left: 27.4%;
}

[game-id="2-1-26"] {
  width: 10.6%;
  top: 14.5%;
  left: 61%;
}

[game-id="2-1-27"] {
  width: 10%;
  top: 30.6%;
  left: 52%;
}

[game-id="2-1-28"] {
  width: 10%;
  top: 5.1%;
  left: 85.7%;
}

[game-id="2-1-29"] {
  width: 7.5%;
  top: 18.6%;
  left: 87%;
}

[game-id="2-1-30"] {
  width: 9%;
  top: 29%;
  left: 85.4%;
}

[game-id="2-1-31"] {
  width: 14%;
  top: 35.8%;
  left: 50%;
}

[game-id="2-1-32"] {
  width: 10.8%;
  top: 40.2%;
  left: 69.5%;
}

[game-id="2-1-33"] {
  width: 11.8%;
  top: 14.5%;
  left: 7.4%;
}

[game-id="2-1-34"] {
  width: 26.5%;
  top: 45%;
  left: 24%;
}

/*  2-2  */

[game="2-2"] img {
  left: 0;
  height: 100%;
}

[game-id="2-2-1"] {
  top: 43.8%;
  left: 31.6%;
  aspect-ratio: 293 / 585;
  height: 54%;
  overflow: hidden;
}

[game-id="2-2-2"] {
  top: 45.8%;
  left: 41.9%;
  aspect-ratio: 280 / 558;
  height: 51.5%;
  overflow: hidden;
}

[game-id="2-2-3"] {
  top: 45.6%;
  left: 53%;
  aspect-ratio: 278 / 561;
  height: 51.5%;
  overflow: hidden;
}

[game-id="2-2-4"] {
  top: 45.4%;
  left: 64.6%;
  aspect-ratio: 263 / 563;
  height: 52.8%;
  overflow: hidden;
}

[game-id="2-2-5"] {
  top: 28.8%;
  left: 25%;
  aspect-ratio: 308 / 255;
  height: 23.8%;
  overflow: hidden;
}

[game-id="2-2-6"] {
  top: 28%;
  left: 37.2%;
  aspect-ratio: 284 / 266;
  height: 24.5%;
  overflow: hidden;
}

[game-id="2-2-7"] {
  top: 27.9%;
  left: 47.8%;
  aspect-ratio: 306 / 264;
  height: 24.6%;
  overflow: hidden;
}

[game-id="2-2-8"] {
  top: 25.4%;
  left: 60%;
  aspect-ratio: 274 / 293;
  height: 27.2%;
  overflow: hidden;
}

[game-id="2-2-9"] {
  width: 15.4%;
  top: 39.3%;
  left: 17.9%;
}

[game-id="2-2-10"] {
  width: 10.8%;
  top: 14.8%;
  left: 29.3%;
}

[game-id="2-2-11"] {
  width: 10.7%;
  top: 17%;
  left: 59.6%;
}

[game-id="2-2-12"] {
  width: 12%;
  top: 40.9%;
  left: 69.3%;
}

[game-id="2-2-13"] {
  width: 13.9%;
  top: 17.2%;
  left: 43.6%;
}

[game-id="2-2-14"] {
  width: 36.5%;
  top: 48.4%;
  left: 33.4%;
}

[game-id="2-2-15"] {
  width: 6.6%;
  top: 46.4%;
  left: 37.5%;
}

[game-id="2-2-16"] {
  width: 6.6%;
  top: 48%;
  left: 44%;
}

[game-id="2-2-17"] {
  width: 6.5%;
  top: 47.2%;
  left: 52.6%;
}

[game-id="2-2-18"] {
  width: 6.6%;
  top: 46.4%;
  left: 60%;
}

[game-id="2-2-19"] {
  width: 5%;
  top: 29.8%;
  left: 63.4%;
}

[game-id="2-2-20"] {
  width: 5.9%;
  top: 53.8%;
  left: 64.6%;
}

[game-id="2-2-21"] {
  width: 5.6%;
  top: 56.4%;
  left: 31.9%;
}

[game-id="2-2-22"] {
  width: 5.6%;
  top: 33.9%;
  left: 33.4%;
}

[game-id="2-2-23"] {
  width: 7.4%;
  top: 67.6%;
  left: 23.5%;
}

[game-id="2-2-24"] {
  width: 7.4%;
  top: 81.6%;
  left: 62.5%;
  transform: rotate(283deg);
}

[game-id="2-2-25"] {
  width: 7.4%;
  top: 80.6%;
  left: 40.5%;
  transform: rotate(340deg);

}

[game-id="2-2-26"] {
  width: 7.4%;
  top: 76.6%;
  left: 52.7%;
  transform: rotate(85deg);
}

[game-id="2-2-27"] {
  top: 46.4%;
  left: 17.4%;
  aspect-ratio: 303 / 315;
  height: 29.5%;
  overflow: hidden;
}

[game-id="2-2-28"] {
  top: 45.7%;
  left: 31.5%;
  aspect-ratio: 291 / 330;
  height: 30.3%;
  overflow: hidden;
}

[game-id="2-2-29"] {
  top: 45.2%;
  left: 45.5%;
  aspect-ratio: 291 / 336;
  height: 30.8%;
  overflow: hidden;
}

[game-id="2-2-30"] {
  top: 46.6%;
  left: 57.2%;
  aspect-ratio: 303 / 318;
  height: 29.2%;
  overflow: hidden;
}

/*  2-3  */

[game-id="2-3-1"] {
  width: 9.9%;
  top: 31.2%;
  left: 83.4%;
}

[game-id="2-3-2"] {
  width: 13.6%;
  top: 17.6%;
  left: 43.4%;
}

[game-id="2-3-3"] {
  width: 9.6%;
  top: 17%;
  left: 33%;
}

[game-id="2-3-4"] {
  width: 10.3%;
  top: 18.6%;
  left: 21.7%;
}

[game-id="2-3-5"] {
  width: 10.5%;
  top: 19.6%;
  left: 11.8%;
}

[game-id="2-3-6"] {
  width: 8.8%;
  top: 49.2%;
  left: 62.5%;
}

[game-id="2-3-7"] {
  width: 8.8%;
  top: 49.2%;
  left: 52.5%;
}

[game-id="2-3-8"] {
  width: 8.8%;
  top: 49.2%;
  left: 44%;
}

[game-id="2-3-9"] {
  width: 8.8%;
  top: 49.2%;
  left: 34.6%;
}

[game-id="2-3-10"] {
  width: 8.8%;
  top: 49.2%;
  left: 25.4%;
}

[game-id="2-3-11"] {
  width: 9.3%;
  top: 35%;
  left: 62.3%;
}

[game-id="2-3-12"] {
  width: 11.8%;
  top: 32.2%;
  left: 22.6%;
}

[game-id="2-3-13"] {
  width: 9.8%;
  top: 30.6%;
  left: 33.8%;
}

[game-id="2-3-14"] {
  width: 9.4%;
  top: 32.1%;
  left: 43.5%;
}

[game-id="2-3-15"] {
  width: 10%;
  top: 34.6%;
  left: 52.2%;
}

[game-id="2-3-16"] {
  width: 65.6%;
  top: 57%;
  left: 16.9%;
}

[game-id="2-3-17"] {
  width: 6.8%;
  top: 57%;
  left: 25.5%;
}

[game-id="2-3-18"] {
  width: 6.8%;
  top: 57%;
  left: 36%;
}

[game-id="2-3-19"] {
  width: 6.8%;
  top: 57%;
  left: 45.1%;
}

[game-id="2-3-20"] {
  width: 6.8%;
  top: 57%;
  left: 54%;
}

[game-id="2-3-21"] {
  width: 6.8%;
  top: 57%;
  left: 64.4%;
}

[game-id="2-3-22"] {
  width: 6.8%;
  top: 53.8%;
  left: 64.4%;
}

[game-id="2-3-23"] {
  width: 6.8%;
  top: 56.8%;
  left: 53.9%;
}

[game-id="2-3-24"] {
  width: 6.9%;
  top: 56.4%;
  left: 45.1%;
}

[game-id="2-3-25"] {
  width: 6.8%;
  top: 57%;
  left: 36%;
}

[game-id="2-3-26"] {
  width: 6.9%;
  top: 56.4%;
  left: 25.4%;
}

[game-id="2-3-27"] {
  width: 6.5%;
  top: 60.4%;
  left: 23.9%;
}

[game-id="2-3-28"] {
  width: 7.8%;
  top: 61.8%;
  left: 28.7%;
}

[game-id="2-3-29"] {
  width: 9.9%;
  top: 60.9%;
  left: 34.1%;
}

[game-id="2-3-30"] {
  width: 9.4%;
  top: 67.3%;
  left: 40.9%;

}

[game-id="2-3-31"] {
  width: 9.2%;
  top: 60.4%;
  left: 44.2%;
}

[game-id="2-3-32"] {
  width: 9.6%;
  top: 60.1%;
  left: 53.3%;
}

[game-id="2-3-33"] {
  width: 6.6%;
  top: 68%;
  left: 61.3%;
}

[game-id="2-3-34"] {
  width: 5.9%;
  top: 61.4%;
  left: 65.4%;
}

[game-id="2-3-35"] {
  width: 3.9%;
  top: 65.7%;
  left: 70.8%;
}

[game-id="2-3-36"] {
  width: 65.6%;
  top: 60%;
  left: 16.9%;
}

[game-id="2-3-37"] {
  width: 11.6%;
  top: 8%;
  left: 13%;
}

[game-id="2-3-38"] {
  width: 11.6%;
  top: 29%;
  left: 13.9%;
}

[game-id="2-3-39"] {
  width: 10.6%;
  top: 48%;
  left: 14.2%;
}

[game-id="2-3-40"] {
  width: 11.6%;
  top: 70%;
  left: 13.9%;
}

[game-id="2-3-41"] {
  width: 13.6%;
  top: 22%;
  left: 62.9%;
}

[game-id="2-3-42"] {
  width: 13.6%;
  top: 17%;
  left: 29.6%;
}

[game-id="2-3-43"] {
  width: 13.6%;
  top: 38%;
  left: 29.6%;
}

[game-id="2-3-44"] {
  width: 12.6%;
  top: 58.7%;
  left: 29.9%;
}

[game-id="2-3-45"] {
  width: 13.6%;
  top: 80%;
  left: 29.6%;
}

/*  2-4  */

[game-id="2-4-1"], [game-id="2-4-2"],
[game-id="2-4-3"], [game-id="2-4-4"] {
  width: 15%;
  height: 50%;
}

[game-id="2-4-1"] {
  top: 50%;
  left: 3%;
}

[game-id="2-4-2"] {
  top: 50%;
  left: 22%;
}

[game-id="2-4-3"] {
  top: 50%;
  left: 41%;
}

[game-id="2-4-4"] {
  top: 50%;
  left: 60.5%;
}

[game-id="2-4-5"], [game-id="2-4-6"], [game-id="2-4-7"],
[game-id="2-4-8"], [game-id="2-4-9"] {
  width: 25%;
  aspect-ratio: 1;
  border: 3px dashed var(--custom-color-2);
  border-radius: 50%;
  cursor: pointer;
}

[game-id="2-4-5"]:hover, [game-id="2-4-6"]:hover, [game-id="2-4-7"]:hover,
[game-id="2-4-8"]:hover, [game-id="2-4-9"]:hover {
  border: 3px dashed var(--custom-color-13);
}

[game-id="2-4-5"].active, [game-id="2-4-6"].active, [game-id="2-4-7"].active,
[game-id="2-4-8"].active, [game-id="2-4-9"].active {
  border: 3px dashed var(--custom-color-13);
  pointer-events: none;
}

[game-id="2-4-5"] {
  top: 15%;
  left: -4%;
}

[game-id="2-4-6"] {
  top: 7%;
  left: 36%;
}

[game-id="2-4-7"] {
  top: 24%;
  left: 36%;
}

[game-id="2-4-8"] {
  top: 40%;
  left: 36%;
}

[game-id="2-4-9"] {
  top: 66%;
  left: 35%;
}

[game="2-4"] img {
  left: 0;
  height: 100%;
}

[game-id="2-4-10"] {
  top: 44%;
  left: 1%;
  height: 58.3%;
  aspect-ratio: 372 / 643;
  overflow: hidden;
}

[game-id="2-4-11"] {
  top: 43.8%;
  left: 19%;
  height: 59.5%;
  aspect-ratio: 386 / 636;
  overflow: hidden;
}

[game-id="2-4-12"] {
  top: 44.7%;
  left: 38.8%;
  height: 58%;
  aspect-ratio: 378 / 628;
  overflow: hidden;
}

[game-id="2-4-13"] {
  top: 44%;
  left: 56.8%;
  height: 58%;
  aspect-ratio: 430 / 642;
  overflow: hidden;
}

[game-id="2-4-14"] {
  top: 38%;
  left: 74.9%;
  height: 66%;
  aspect-ratio: 434 / 687;
  overflow: hidden;
}

[game-id="2-4-15"] {
  top: 45.9%;
  left: 24.8%;
  height: 56.5%;
  aspect-ratio: 393 / 608;
  overflow: hidden;
}

[game-id="2-4-16"] {
  top: 47.7%;
  left: 40.2%;
  height: 55%;
  aspect-ratio: 362 / 588;
  overflow: hidden;
}

[game-id="2-4-17"] {
  top: 48%;
  left: 53.6%;
  height: 55%;
  aspect-ratio: 385 / 588;
  overflow: hidden;
}

[game-id="2-4-18"] {
  top: 48.6%;
  left: 67.7%;
  height: 53%;
  aspect-ratio: 402 / 577;
  overflow: hidden;
}

[game-id="2-4-19"] {
  width: 13.6%;
  top: 33.5%;
  left: 14%;
}

[game-id="2-4-20"] {
  width: 13.6%;
  top: 33.4%;
  left: 27.6%;
}

[game-id="2-4-21"] {
  width: 13.6%;
  top: 34%;
  left: 41.2%;
}

[game-id="2-4-22"] {
  width: 15.6%;
  top: 34%;
  left: 53.7%;
}

[game-id="2-4-23"] {
  width: 9.8%;
  top: 26.8%;
  left: 68.8%;
}

[game-id="2-4-24"] {
  width: 8.6%;
  top: 32.2%;
  left: 79%;
}

[game-id="2-4-19"].active,[game-id="2-4-20"].active,[game-id="2-4-21"].active,
[game-id="2-4-22"].active,[game-id="2-4-23"].active,[game-id="2-4-24"].active,
[game-id="2-4-32"].active,[game-id="2-4-30"].active{
  transform: translate(0, -5px);
  filter: drop-shadow(5px 0 0 white) drop-shadow(0 5px 0 white) drop-shadow(-5px 0 0 white) drop-shadow(0 -5px 0 white);
  cursor: auto;
  pointer-events: none;
}

[game-id="2-4-25"] {
  top: 11.7%;
  left: 14.3%;
  height: 63%;
  aspect-ratio: 375 / 679;
  overflow: hidden;
}

[game-id="2-4-26"] {
  top: 10.1%;
  left: 30.3%;
  height: 62%;
  aspect-ratio: 295 / 663;
  overflow: hidden;
}

[game-id="2-4-27"] {
  top: 10.8%;
  left: 42.8%;
  height: 59%;
  aspect-ratio: 297 / 634;
  overflow: hidden;
}

[game-id="2-4-28"] {
  top: 11.4%;
  left: 55.3%;
  height: 63%;
  aspect-ratio: 314 / 680;
  overflow: hidden;
}

[game-id="2-4-29"] {
  width: 43%;
  top: 56.4%;
  left: 22.8%;
}

[game-id="2-4-30"] {
  width: 11.3%;
  top: 54.1%;
  left: 27.1%;
}

[game-id="2-4-31"] {
  width: 10.8%;
  top: 46.8%;
  left: 35.7%;
}

[game-id="2-4-32"] {
  width: 10.8%;
  top: 55.1%;
  left: 42%;
}

[game-id="2-4-33"] {
  width: 11%;
  top: 46.8%;
  left: 50.8%;
}

[game-id="2-4-34"] {
  width: 12.2%;
  top: 68%;
  left: 52.1%;
}

/*  2-5  */

[game-id="2-5-1"] {
  width: 14.8%;
  top: 38.8%;
  left: 78%;
}

[game-id="2-5-2"] {
  width: 11.8%;
  top: 42.8%;
  left: 56.5%;
}

[game-id="2-5-3"] {
  width: 14.5%;
  top: 33.8%;
  left: 41.8%;
}

[game-id="2-5-4"] {
  width: 14.8%;
  top: 29.5%;
  left: 26.1%;
}

[game-id="2-5-5"] {
  width: 23%;
  top: 43%;
  left: 2%;
}

[game-id="2-5-6"] {
  width: 34.2%;
  top: 0.7%;
  left: 46.3%;
}

[game-id="2-5-7"] {
  width: 6.2%;
  top: 9.7%;
  left: 52.1%;
}

[game-id="2-5-8"] {
  width: 6.6%;
  top: 22.8%;
  left: 51.7%;
}

[game-id="2-5-9"] {
  width: 6.1%;
  top: 16.1%;
  left: 57.9%;
}

[game-id="2-5-10"] {
  width: 5.2%;
  top: 27.6%;
  left: 58%;
}

[game-id="2-5-11"] {
  width: 4.7%;
  top: 8.5%;
  left: 64%;
}

[game-id="2-5-12"] {
  width: 4.2%;
  top: 20.7%;
  left: 65.1%;
}

[game-id="2-5-13"] {
  width: 7.4%;
  top: 28.7%;
  left: 63.5%;
}

[game-id="2-5-14"] {
  width: 6.6%;
  top: 12.7%;
  left: 69.8%;
}

[game-id="2-5-15"] {
  width: 5.2%;
  top: 24.6%;
  left: 71.6%;
}

[game-id="2-5-16"] {
  width: 6.6%;
  top: 73.8%;
  left: 7.7%;
}

[game-id="2-5-17"] {
  width: 4.2%;
  top: 63.7%;
  left: 8.1%;
}

[game-id="2-5-18"] {
  width: 5.2%;
  top: 50.8%;
  left: 8%;
}

[game-id="2-5-19"] {
  width: 10.9%;
  top: 46.8%;
  left: 38.4%;
}

[game-id="2-5-20"] {
  width: 11.9%;
  top: 46.8%;
  left: 20.7%;
}

[game-id="2-5-21"] {
  width: 12.4%;
  top: 42.8%;
  left: 4.8%;
}

[game-id="2-5-22"] {
  width: 11.7%;
  top: 43.8%;
  left: 67.7%;
}

[game-id="2-5-23"] {
  width: 10.4%;
  top: 34%;
  left: 78.6%;
}

[game-id="2-5-24"] {
  width: 9%;
  top: 44.8%;
  left: 88.7%;
}

[game-id="2-5-25"] {
  width: 23%;
  top: 49.8%;
  left: 30%;
}

[game-id="2-5-26"] {
  width: 22.1%;
  top: 40.4%;
  left: 16.5%;
}

[game-id="2-5-27"] {
  width: 22%;
  top: 32.8%;
  left: 2.5%;
}

[game-id="2-5-28"] {
  width: 15.3%;
  top: 37.5%;
  left: 49.4%;
}

[game-id="2-5-29"] {
  width: 30.3%;
  top: 0.9%;
  left: 13.8%;
}

[game-id="2-5-30"] {
  width: 33.4%;
  top: 0.5%;
  left: 34.8%;
}

[game-id="2-5-31"] {
  width: 36.9%;
  top: 35.9%;
  left: 59.1%;
}

[game-id="2-5-32"] {
  width: 11.3%;
  top: 38.8%;
  left: 88.6%;
}

[game-id="2-5-33"] {
  width: 13.5%;
  top: 41%;
  left: 3%;
}

[game-id="2-5-34"] {
  width: 18.5%;
  top: 56%;
  left: 17.7%;
}

[game-id="2-5-35"] {
  width: 12.6%;
  top: 58.1%;
  left: 51%;
}

[game-id="2-5-36"] {
  width: 12.2%;
  top: 13%;
  left: 7.9%;
}

[game-id="2-5-37"] {
  width: 19.1%;
  top: 32.5%;
  left: 34.4%;
}

[game-id="2-5-38"] {
  width: 12.6%;
  top: 34.5%;
  left: 58.8%;
}

/*  2-6  */


[game-id="2-6-1"] {
  width: 16.9%;
  top: 44.4%;
  left: 19.2%;
}

[game-id="2-6-2"] {
  width: 10.9%;
  top: 40.9%;
  left: 38.2%;
}

[game-id="2-6-3"] {
  width: 14.4%;
  top: 42.1%;
  left: 49.2%;
}

[game-id="2-6-4"] {
  width: 11.7%;
  top: 42.1%;
  left: 64.7%;
}

[game-id="2-6-5"] {
  width: 15.7%;
  top: 15.7%;
  left: 29.3%;
}

[game-id="2-6-6"] {
  width: 18.8%;
  top: 8.6%;
  left: 46.9%;
}

[game-id="2-6-7"] {
  width: 18.8%;
  top: 10.6%;
  left: 68%;
}

[game-id="2-6-8"] {
  width: 13.2%;
  top: 31.9%;
  left: 77.2%;
}

[game-id="2-6-9"] {
  width: 15.3%;
  top: 55.9%;
  left: 34.2%;
}

[game-id="2-6-10"] {
  width: 10.2%;
  top: 45.9%;
  left: 54.2%;
}

[game-id="2-6-11"] {
  width: 13.2%;
  top: 47.9%;
  left: 65.2%;
}

[game-id="2-6-12"] {
  width: 11%;
  top: 48%;
  left: 79.2%;
}

[game="2-6"][name="number"] {
  width: 3.2%;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
}

[game="2-6"][name="number"]:hover {
  border: 3px dashed var(--custom-color-2);
}

[game-id="2-6-13"] {
  top: 20%;
  left: 31.6%;
}

[game-id="2-6-14"] {
  top: 24%;
  left: 34.2%;
}

[game-id="2-6-15"] {
  top: 29.5%;
  left: 35.2%;
}

[game-id="2-6-16"] {
  top: 35%;
  left: 34.5%;
}

[game-id="2-6-17"] {
  top: 39.4%;
  left: 32.4%;
}

[game-id="2-6-18"] {
  top: 41.4%;
  left: 29.3%;
}

[game-id="2-6-19"] {
  top: 40.4%;
  left: 25.8%;
}

[game-id="2-6-20"] {
  top: 36.4%;
  left: 23.4%;
}

[game-id="2-6-21"] {
  top: 31%;
  left: 22.2%;
}

[game-id="2-6-22"] {
  top: 25.3%;
  left: 23%;
}

[game-id="2-6-23"] {
  top: 20.9%;
  left: 25%;
}

[game-id="2-6-24"] {
  top: 19%;
  left: 28.4%;
}

[game-id="2-6-25"] {
  width: 10.2%;
  top: 35.9%;
  left: 54.2%;
}

[game-id="2-6-26"] {
  width: 10.2%;
  top: 35.9%;
  left: 67.2%;
}

[game-id="2-6-27"] {
  width: 10.2%;
  top: 36.9%;
  left: 80%;
}

[game-id="2-6-28"] {
  width: 15.2%;
  top: 40.2%;
  left: 26.6%;
}

[game-id="2-6-29"] {
  width: 11.2%;
  top: 39.2%;
  left: 43.2%;
}

[game-id="2-6-30"] {
  width: 12.8%;
  top: 40.3%;
  left: 55.3%;
}

[game-id="2-6-31"] {
  width: 8.2%;
  top: 11%;
  left: 30.1%;
}

[game-id="2-6-32"] {
  width: 9.6%;
  top: 8.2%;
  left: 41%;
}

[game-id="2-6-33"] {
  width: 11.2%;
  top: 10.3%;
  left: 52%;

}

[game-id="2-6-34"] {
  width: 9.4%;
  top: 8.1%;
  left: 64.2%;
}

[game-id="2-6-35"] {
  width: 9.1%;
  top: 24.7%;
  left: 35.8%;
}

[game-id="2-6-36"] {
  width: 10.7%;
  top: 22.2%;
  left: 47.2%;
}

[game-id="2-6-37"] {
  width: 11.1%;
  top: 25.7%;
  left: 59.8%;
}

[game-id="2-6-38"] {
  width: 11.1%;
  top: 25.7%;
  left: 59.8%;
}

[game-id="2-6-39"] {
  width: 9.6%;
  top: 8.2%;
  left: 41%;
}

[game-id="2-6-40"] {
  width: 9.1%;
  top: 24.7%;
  left: 35.8%;
}

[game-id="2-6-41"] {
  width: 41.2%;
  top: 2.2%;
  left: 8.6%;
}

[game-id="2-6-42"] {
  width: 21.2%;
  top: 14.8%;
  left: 18.2%;
}

.game_2_6_item_hover:hover {
  filter: drop-shadow(5px 0 5px rgba(35, 101, 210,0.5)) drop-shadow(0 5px 5px rgba(35, 101, 210,0.5))
    drop-shadow(-5px 0 5px rgba(35, 101, 210,0.5)) drop-shadow(0 -5px 5px rgba(35, 101, 210,0.5));
}

/*  2-7  */

[game-id="2-7-1"] {
  width: 19.7%;
  top: 44.8%;
  left: 22.8%;
}

[game-id="2-7-2"] {
  width: 11%;
  top: 43.2%;
  left: 43.2%;
}

[game-id="2-7-3"] {
  width: 14%;
  top: 45%;
  left: 57.8%;
}

[game-id="2-7-4"] {
  width: 12%;
  top: 41.6%;
  left: 74.6%;
}

[game-id="2-7-5"] {
  width: 30.2%;
  top: 22.3%;
  left: 2.3%;
}

[game-id="2-7-6"] {
  width: 30.2%;
  top: 23.3%;
  left: 21.2%;
}

[game-id="2-7-7"] {
  width: 30.2%;
  top: 22.8%;
  left: 39.6%;
}

[game-id="2-7-8"] {
  width: 30.2%;
  top: 6.8%;
  left: 58.1%;
}

[game-id="2-7-9"] {
  width: 30.2%;
  top: 22.3%;
  left: 2.3%;
}

[game-id="2-7-10"] {
  width: 30.2%;
  top: 23.3%;
  left: 21.2%;
}

[game-id="2-7-11"] {
  width: 30.2%;
  top: 22.8%;
  left: 39.6%;
}

[game-id="2-7-12"] {
  width: 30.2%;
  top: 6.8%;
  left: 58.1%;
}

[game-id="2-7-13"] {
  width: 15.4%;
  top: 48%;
  left: 54.5%;
}

[game-id="2-7-14"] {
  width: 13.7%;
  top: 47.9%;
  left: 40.6%;
}

[game-id="2-7-15"] {
  width: 13.7%;
  top: 47.8%;
  left: 26.1%;
}

[game-id="2-7-16"] {
  width: 15.3%;
  top: 48.8%;
  left: 8.9%;
}

[game-id="2-7-17"] {
  width: 29.2%;
  top: 2.4%;
  left: 1%;
}

[game-id="2-7-18"] {
  width: 18.7%;
  top: 3%;
  left: 78.6%;
}

[game-id="2-7-19"] {
  width: 26%;
  top: 27%;
  left: 60%;
}

[game-id="2-7-20"] {
  width: 9.5%;
  top: 22.9%;
  left: 32.6%;

}

[game-id="2-7-21"] {
  width: 5%;
  top: 43.9%;
  left: 92.5%;
}

[game-id="2-7-22"] {
  width: 19.2%;
  top: 14.7%;
  left: 42.4%;
}

[game-id="2-7-23"] {
  width: 6.2%;
  top: 44.6%;
  left: 3%;
}

[game-id="2-7-24"] {
  width: 20.3%;
  top: 8.1%;
  left: 64.6%;
}

[game-id="2-7-25"] {
  width: 6.1%;
  top: 14.2%;
  left: 19.7%;
}

[game-id="2-7-26"] {
  width: 6%;
  top: 14%;
  left: 26.1%;
}

[game-id="2-7-27"] {
  width: 6.3%;
  top: 13.6%;
  left: 32.2%;
}

[game-id="2-7-28"] {
  width: 6.3%;
  top: 13.4%;
  left: 38.5%;
}

[game-id="2-7-29"] {
  width: 43.3%;
  top: 38.8%;
  left: 8%;
}

[game-id="2-7-30"] {
  width: 9%;
  top: 23.7%;
  left: 67.9%;
}

[game-id="2-7-31"] {
  width: 9.3%;
  top: 36.8%;
  left: 61.4%;
}

[game-id="2-7-32"] {
  width: 9%;
  top: 40.2%;
  left: 74.6%;
}

[game-id="2-7-33"] {
  width: 5.3%;
  top: 50.6%;
  left: 66%;
}

[game-id="2-7-34"] {
  width: 15.1%;
  top: 55.2%;
  left: 72.6%;
}

[game-id="2-7-35"] {
  width: 6.4%;
  top: 64.2%;
  left: 63.2%;
}

[game-id="2-7-36"] {
  width: 7.2%;
  top: 71.5%;
  left: 72.9%;
}

[game-id="2-7-37"] {
  width: 23%;
  top: 40.9%;
  left: 19.1%;
}

[game-id="2-7-38"] {
  width: 23%;
  top: 40.9%;
  left: 19.1%;
}

[game-id="2-7-39"] {
  width: 23%;
  top: 40.9%;
  left: 19.1%;
}

[game-id="2-7-40"] {
  width: 29.2%;
  top: 2.4%;
  left: 1%;
}

[game-id="2-7-41"] {
  width: 29.2%;
  top: 2.4%;
  left: 1%;
}

[game-id="2-7-42"] {
  width: 29.2%;
  top: 2.4%;
  left: 1%;
}

/*  2-8  */

[game-id="2-8-1"] {
  width: 10.1%;
  top: 33.9%;
  left: 70.5%;
}

[game-id="2-8-2"] {
  width: 10.1%;
  top: 33.9%;
  left: 70.5%;
}

[game-id="2-8-3"] {
  width: 33.3%;
  top: 80.4%;
  left: 24.7%;
}

[game-id="2-8-4"] {
  width: 16.2%;
  top: 81.7%;
  left: 59.4%;
}

[game-id="2-8-5"] {
  width: 20%;
  top: 19.8%;
  left: 80%;
}

[game-id="2-8-6"] {
  width: 20%;
  top: 19.8%;
  left: 80%;
}

[game-id="2-8-7"] {
  width: 12.8%;
  top: 26.4%;
  left: 55.6%;
}

[game-id="2-8-8"] {
  width: 12.8%;
  top: 26.4%;
  left: 55.6%;
}

[game-id="2-8-9"] {
  width: 8.9%;
  top: 26.7%;
  left: 82.1%;
}

[game-id="2-8-10"] {
  width: 8.9%;
  top: 26.7%;
  left: 82.1%;
}

[game-id="2-8-11"] {
  width: 15.9%;
  top: 22.9%;
  left: 38.1%;
}

[game-id="2-8-12"] {
  width: 15.9%;
  top: 22.9%;
  left: 38.1%;
}

[game-id="2-8-13"] {
  width: 11.7%;
  top: 29.8%;
  left: 22%;
}

[game-id="2-8-14"] {
  width: 11.7%;
  top: 29.8%;
  left: 22%;
}

[game-id="2-8-15"] {
  width: 16.2%;
  top: 81.7%;
  left: 59.4%;
}

[game-id="2-8-16"] {
  width: 14.8%;
  top: 12.7%;
  left: 24.9%;
}

[game-id="2-8-17"] {
  width: 15.2%;
  top: 4.2%;
  left: 41%;
}

[game-id="2-8-18"] {
  width: 13.3%;
  top: 10.8%;
  left: 60.4%;
}

[game-id="2-8-19"] {
  width: 14.8%;
  top: 12.7%;
  left: 24.9%;
}

[game-id="2-8-20"] {
  width: 15.2%;
  top: 4.2%;
  left: 41%;
}

[game-id="2-8-21"] {
  width: 13.3%;
  top: 10.8%;
  left: 60.4%;
}

[game-id="2-8-22"] {
  width: 42.1%;
  top: 38.9%;
  left: 29.4%;
}

[game-id="2-8-23"] {
  width: 15.8%;
  top: 44.9%;
  left: 29.4%;
}

[game-id="2-8-24"] {
  width: 15.6%;
  top: 37%;
  left: 42.6%;
}

[game-id="2-8-25"] {
  width: 15.7%;
  top: 43%;
  left: 55.1%;
}

[game-id="2-8-26"] {
  width: 16.8%;
  top: 57.5%;
  left: 42.4%;
}

[game-id="2-8-27"] {
  width: 25.2%;
  top: 52.5%;
  left: 36.4%;
  transition: all .05s linear;
}

[game-id="2-8-28"] {
  width: 14.5%;
  top: 44%;
  left: 36.4%;
}

[game-id="2-8-29"] {
  width: 12.3%;
  top: 43.6%;
  left: 50.8%;
}

[game-id="2-8-30"] {
  width: 13.6%;
  top: 43.7%;
  left: 64.7%;
}

[game-id="2-8-31"] {
  width: 12.7%;
  top: 45.5%;
  left: 79.7%;
}

[game-id="2-8-32"] {
  width: 8.3%;
  top: 4.8%;
  left: 89.4%;
}

[game-id="2-8-33"] {
  width: 8.3%;
  top: 21.8%;
  left: 89.4%;
}

[game-id="2-8-34"] {
  width: 8.3%;
  top: 38.8%;
  left: 89.4%;
}

[game-id="2-8-35"] {
  width: 19.3%;
  top: 6.8%;
  left: 58.4%;
}

[game-id="2-8-36"] {
  width: 19.2%;
  top: 17.5%;
  left: 47.1%;
}

[game-id="2-8-37"] {
  width: 19.3%;
  top: 19.8%;
  left: 76.8%;
}

[game-id="2-8-38"] {
  width: 6.6%;
  top: 21.8%;
  left: 49.8%;
}

[game-id="2-8-39"] {
  width: 6.5%;
  top: 26.8%;
  left: 56.4%;
}

[game-id="2-8-40"] {
  width: 6.5%;
  top: 13.8%;
  left: 64.4%;
}

[game-id="2-8-41"] {
  width: 5.8%;
  top: 23.2%;
  left: 78.2%;
}

[game-id="2-8-42"] {
  width: 6.3%;
  top: 31%;
  left: 82.4%;
}

[game-id="2-8-43"] {
  width: 6.3%;
  top: 25.8%;
  left: 88.8%;
}

[name="menu"].active {
  width: 42%;
  top: 21.5%;
  left: 24.4%;
}

[game-id="2-8-44"] {
  width: 7.5%;
  top: 40.5%;
  left: 34.2%;
}

[game-id="2-8-45"] {
  width: 8.3%;
  top: 41%;
  left: 42.1%;
}

[game-id="2-8-46"] {
  width: 6.4%;
  top: 55%;
  left: 35.2%;
}

[game-id="2-8-47"] {
  width: 7.6%;
  top: 53.3%;
  left: 42.5%;
}

[game-id="2-8-48"] {
  width: 8.3%;
  top: 64.2%;
  left: 45.6%;
}

[game-id="2-8-49"] {
  width: 8.5%;
  top: 64.7%;
  left: 54.7%;
}

[game-id="2-8-50"] {
  width: 4.7%;
  top: 74.9%;
  left: 35.5%;
}

[game-id="2-8-51"] {
  width: 6%;
  top: 78.6%;
  left: 45.6%;
}

[game-id="2-8-52"] {
  width: 5.6%;
  top: 76.8%;
  left: 54.7%;
}

.game-2-8-item-1 {
  filter: drop-shadow(2px 0 0 rgb(24, 139, 1)) drop-shadow(0 2px 0 rgb(24, 139, 1))
    drop-shadow(-2px 0 0 rgb(24, 139, 1)) drop-shadow(0 -2px 0 rgb(24, 139, 1));
}

/*  2-9  */

[game-id="2-9-1"] {
  width: 10.4%;
  top: 84%;
  left: 8.2%;
}

[game-id="2-9-2"] {
  width: 11.2%;
  top: 84.4%;
  left: 44.2%;
}

[game-id="2-9-3"] {
  width: 11.2%;
  top: 84.8%;
  left: 78.7%;
}

[game-id="2-9-4"] {
  width: 16.6%;
  top: 50.4%;
  left: 9.1%;
}

[game-id="2-9-5"] {
  width: 14%;
  top: 49.2%;
  left: 41.6%;
}

[game-id="2-9-6"] {
  width: 15.5%;
  top: 48.8%;
  left: 73.4%;
}

[game-id="2-9-7"] {
  width: 55.9%;
  top: 2.3%;
  left: 36.7%;
}

[game-id="2-9-8"] {
  width: 12.3%;
  top: 29%;
  left: 40%;
}

[game-id="2-9-9"] {
  width: 9.3%;
  top: 9%;
  left: 48.7%;
}

[game-id="2-9-10"] {
  width: 6.5%;
  top: 21.6%;
  left: 48.7%;
}

[game-id="2-9-11"] {
  width: 4.3%;
  top: 29.4%;
  left: 54.7%;
}

[game-id="2-9-12"] {
  width: 11.6%;
  top: 8.6%;
  left: 61.3%;
}

[game-id="2-9-13"] {
  width: 10.8%;
  top: 27.7%;
  left: 61.4%;
}

[game-id="2-9-14"] {
  width: 6.2%;
  top: 16.6%;
  left: 74.4%;
}

[game-id="2-9-15"] {
  width: 6%;
  top: 12.8%;
  left: 81.9%;
}

[game-id="2-9-16"] {
  width: 13.6%;
  top: 70%;
  left: 12%;
}

[game-id="2-9-17"] {
  width: 10.6%;
  bottom: 0;
  left: 0;
}

[game-id="2-9-18"] {
  width: 14%;
  top: 50%;
  left: 4.6%;
}

[game-id="2-9-19"] {
  width: 1.8%;
  top: 11.7%;
  left: 83.5%;
}

[game-id="2-9-20"] {
  width: 7.6%;
  top: 27.6%;
  left: 79.5%;
}

[game-id="2-9-21"] {
  width: 5.8%;
  top: 46.5%;
  left: 69.9%;
}

[game-id="2-9-22"] {
  width: 9%;
  top: 74.8%;
  left: 31.3%;
}

[game-id="2-9-23"] {
  width: 8.3%;
  top: 72.8%;
  left: 41.8%;
}

[game-id="2-9-24"] {
  width: 8.9%;
  top: 74.9%;
  left: 51.1%;
}

[game-id="2-9-25"] {
  width: 6.5%;
  top: 9.1%;
  left: 83.2%;
}

[game-id="2-9-26"] {
  width: 5.6%;
  top: 44.6%;
  left: 68.6%;
}

[game-id="2-9-27"] {
  width: 6%;
  top: 30.6%;
  left: 80.5%;
}

[game-id="2-9-28"] {
  width: 16.1%;
  top: 34.3%;
  left: 82.4%;
}

[game-id="2-9-29"] {
  width: 16%;
  top: 26.9%;
  left: 18.4%;
}

[game-id="2-9-30"] {
  width: 14.7%;
  top: 27%;
  left: 44%;
}

[game-id="2-9-31"] {
  width: 13.1%;
  top: 27.2%;
  left: 67.6%;
}

[game-id="2-9-32"] {
  width: 27%;
  top: 61%;
  left: 7.9%;
}

[game-id="2-9-33"] {
  width: 26.9%;
  top: 61%;
  left: 37.3%;
}

[game-id="2-9-34"] {
  width: 26.9%;
  top: 61%;
  left: 66.4%;
}

[game-id="2-9-35"] {
  width: 12.6%;
  top: 49.3%;
  left: 44.7%;
}

[game-id="2-9-36"] {
  width: 12.8%;
  top: 48.3%;
  left: 19.6%;
  transform: rotate(2deg);
}

[game-id="2-9-37"] {
  width: 11.7%;
  top: 49.7%;
  left: 70.4%;
  transform: rotate(-3deg);
}

/*  2-10  */

[game-id="2-10-1"] {
  width: 15.7%;
  top: 23.8%;
  left: 2.5%;
}

[game-id="2-10-2"] {
  width: 15.4%;
  top: 5.9%;
  left: 22.6%;
}

[game-id="2-10-3"] {
  width: 14.4%;
  top: 5.9%;
  left: 42.6%;
}

[game-id="2-10-4"] {
  width: 13.9%;
  top: 7.7%;
  left: 60.4%;
}

[game-id="2-10-5"] {
  width: 15.4%;
  top: 5.9%;
  left: 22.6%;
}

[game-id="2-10-6"] {
  width: 14.4%;
  top: 5.9%;
  left: 42.6%;
}

[game-id="2-10-7"] {
  width: 13.9%;
  top: 7.7%;
  left: 60.4%;
}

[game-id="2-10-8"] {
  width: 63.4%;
  top: 54.7%;
  left: 18.4%;
}

[game-id="2-10-9"] {
  width: 26.7%;
  top: 55%;
  left: 56.4%;
}

[game-id="2-10-10"] {
  width: 10.2%;
  top: 57.6%;
  left: 23.4%;
}

[game-id="2-10-11"] {
  width: 6.7%;
  top: 50.7%;
  left: 29.4%;
}

[game-id="2-10-12"] {
  width: 8.7%;
  top: 65.7%;
  left: 34%;
}

[game-id="2-10-13"] {
  width: 6.4%;
  top: 43.3%;
  left: 37%;
}

[game-id="2-10-14"] {
  width: 6.7%;
  top: 64.9%;
  left: 44.8%;
}

[game-id="2-10-15"] {
  width: 12.9%;
  top: 49.2%;
  left: 42.4%;
}

[game-id="2-10-16"] {
  width: 5.3%;
  top: 62.7%;
  left: 52%;
}

[game-id="2-10-17"] {
  width: 13.4%;
  top: 73.5%;
  left: 50.4%;
}

[game-id="2-10-18"] {
  width: 16.4%;
  top: 32.5%;
  left: 75.9%;
}

[game-id="2-10-19"] {
  width: 17.3%;
  top: 61.1%;
  left: 72.4%;
}

[game-id="2-10-20"] {
  width: 3.1%;
  top: 54.6%;
  left: 73.1%;
}

[game-id="2-10-21"] {
  width: 3.2%;
  top: 51.3%;
  left: 75.8%;
}

[game-id="2-10-22"] {
  width: 6.4%;
  top: 57.3%;
  left: 77.5%;
}

[game-id="2-10-23"] {
  width: 21.7%;
  top: 44.5%;
  left: 19.8%;
}

[game-id="2-10-24"] {
  width: 14.4%;
  top: 26%;
  left: 34.3%;
}

[game-id="2-10-25"] {
  width: 22.4%;
  top: 44%;
  left: 44.4%;
}

[game-id="2-10-26"] {
  width: 21.7%;
  top: 44.5%;
  left: 19.8%;
}

[game-id="2-10-27"] {
  width: 14.4%;
  top: 26%;
  left: 34.3%;
}

[game-id="2-10-28"] {
  width: 22.4%;
  top: 44%;
  left: 44.4%;
}

[game-id="2-10-29"] {
  width: 3.4%;
  top: 5.5%;
  left: 91.4%;
}

[game-id="2-10-30"] {
  width: 3.4%;
  top: 21.5%;
  left: 91.4%;
}

[game-id="2-10-31"] {
  width: 7.4%;
  top: 41.5%;
  left: 89.4%;
}

[game-id="2-10-32"] {
  width: 17.2%;
  top: 47%;
  left: 57.8%;
}

[game-id="2-10-33"] {
  width: 4.2%;
  top: 56.2%;
  left: 82.8%;
}

[game-id="2-10-34"] {
  width: 4.2%;
  top: 58.2%;
  left: 84.3%;
}

[game-id="2-10-35"] {
  width: 4.2%;
  top: 58.3%;
  left: 82.2%;
}

[game-id="2-10-36"] {
  width: 4.2%;
  top: 60.7%;
  left: 82.3%;
}

[game-id="2-10-37"] {
  width: 4.2%;
  top: 61%;
  left: 79.9%;
}

[game-id="2-10-38"] {
  width: 4.2%;
  top: 61.3%;
  left: 81.8%;
}

[game-id="2-10-39"] {
  width: 20.3%;
  top: 36.2%;
  left: 20.3%;
}

[game-id="2-10-40"] {
  width: 14%;
  top: 26%;
  left: 34.3%;
}

[game-id="2-10-41"] {
  width: 17.2%;
  top: 39.4%;
  left: 50%;
}

[game-id="2-10-42"] {
  width: 17.2%;
  top: 37.1%;
  left: 63%;
}

[game-id="2-10-43"] {
  width: 22%;
  top: 10%;
  left: 0%;
}

[game-id="2-10-44"] {
  width: 22.2%;
  top: 0.2%;
  left: 16.9%;
}

[game-id="2-10-45"] {
  width: 22.2%;
  top: 6.1%;
  left: 60.4%;
}

[game-id="2-10-46"] {
  width: 10.3%;
  top: 76.4%;
  left: 14.2%;
}

[game-id="2-10-47"] {
  width: 13.6%;
  top: 85.6%;
  left: 27.5%;
}

[game-id="2-10-48"] {
  width: 10.2%;
  top: 77%;
  left: 25.8%;
}

[game-id="2-10-49"] {
  width: 5.7%;
  top: 75.5%;
  left: 38.8%;
}

[game-id="2-10-50"] {
  width: 4.1%;
  top: 70.6%;
  left: 43%;
}

[game-id="2-10-51"] {
  width: 8.5%;
  top: 81.9%;
  left: 49.8%;
}

[game-id="2-10-52"] {
  width: 8.2%;
  top: 86.3%;
  left: 54.5%;
}

[game-id="2-10-53"] {
  width: 5.2%;
  top: 79.7%;
  left: 59.9%;
}

[game-id="2-10-54"] {
  width: 7.2%;
  top: 85%;
  left: 41.8%;
}

[game-id="2-10-55"] {
  width: 6.4%;
  top: 72%;
  left: 67.9%;
}

[game-id="2-10-56"] {
  width: 9.9%;
  top: 51%;
  left: 43.3%;
}

[game-id="2-10-57"] {
  width: 5.5%;
  top: 86.4%;
  left: 71.8%;
}

[game-id="2-10-58"] {
  width: 8.5%;
  top: 18.4%;
  left: 9.8%;
}

[game-id="2-10-59"] {
  width: 6.5%;
  top: 15.4%;
  left: 3.8%;
}

[game-id="2-10-60"] {
  width: 10.5%;
  top: 5.4%;
  left: 18.8%;
}

[game-id="2-10-61"] {
  width: 4.5%;
  top: 14.4%;
  left: 21.8%;
}

[game-id="2-10-62"] {
  width: 8.5%;
  top: 3.4%;
  left: 28.8%;
}

[game-id="2-10-63"] {
  width: 8.2%;
  top: 9.4%;
  left: 64.8%;
}

[game-id="2-10-64"] {
  width: 5.2%;
  top: 16.4%;
  left: 73.8%;
}

[game-id="3-1-1"] {
  width: 10.7%;
  top: 37.7%;
  left: 10.8%;
}

[game-id="3-1-2"] {
  width: 12.2%;
  top: 33.1%;
  left: 26.5%;
}

[game-id="3-1-3"] {
  width: 9.7%;
  top: 48.7%;
  left: 40.8%;
}

[game-id="3-1-4"] {
  width: 12.8%;
  top: 40.8%;
  left: 52.3%;
}

[game-id="3-1-5"] {
  width: 11.9%;
  top: 40.3%;
  left: 69.3%;
}

[game-id="3-1-6"] {
  width: 11.9%;
  top: 11.9%;
  left: 26.8%;
}

[game-id="3-1-7"] {
  width: 11.9%;
  top: 26.7%;
  left: 40%;
}

[game-id="3-1-8"] {
  width: 11.9%;
  top: 19.7%;
  left: 52.8%;
}

[game-id="3-1-9"] {
  width: 11.9%;
  top: 19.1%;
  left: 68.5%;
}

[game-id="3-1-10"] {
  width: 5.7%;
  top: 1.9%;
  left: 51.5%;
}

[game-id="3-1-11"] {
  width: 4.9%;
  top: 1.3%;
  left: 58.7%;
}

[game-id="3-1-12"] {
  width: 7.3%;
  top: 5.7%;
  left: 64.9%;
}

[game-id="3-1-13"] {
  width: 7.5%;
  top: 5.55%;
  left: 73.4%;
}

[game-id="3-1-14"] {
  width: 7.9%;
  top: 6.8%;
  left: 82%;
}

[game-id="3-1-15"] {
  width: 8.2%;
  top: 7.1%;
  left: 90.8%;
}

[game-id="3-1-16"] {
  width: 6.2%;
  top: 14.2%;
  left: 27.6%;
  transform: rotate(-13deg);
}

[game-id="3-1-17"] {
  width: 5.5%;
  top: 20.4%;
  left: 31.7%;
  transform: rotate(7deg);
}

[game-id="3-1-18"] {
  width: 4%;
  top: 30.4%;
  left: 42.2%;
  transform: rotate(-8deg);
}

[game-id="3-1-19"] {
  width: 5.4%;
  top: 35.7%;
  left: 45.6%;
  transform: rotate(15deg);
}

[game-id="3-1-20"] {
  width: 4.2%;
  top: 23.1%;
  left: 53.8%;
  transform: rotate(-6deg);
}

[game-id="3-1-21"] {
  width: 5.4%;
  top: 24%;
  left: 58.3%;
  transform: rotate(-12deg);
}

[game-id="3-1-22"] {
  width: 5.5%;
  top: 29%;
  left: 58%;
  transform: rotate(8deg);
}

[game-id="3-1-23"] {
  width: 5.7%;
  top: 23.1%;
  left: 69.8%;
  transform: rotate(-11deg);
}

[game-id="3-1-24"] {
  width: 5.3%;
  top: 27.7%;
  left: 73.6%;
  transform: rotate(8deg);
}

[game-id="3-1-25"] {
  width: 90.3%;
  top: 17.7%;
  left: 9.6%;
}

[game-id="3-1-26"] {
  width: 12.3%;
  top: 12.7%;
  left: 10.6%;
}

[game-id="3-1-27"] {
  width: 11.3%;
  top: 13.7%;
  left: 22.1%;
}

[game-id="3-1-28"] {
  width: 7.3%;
  top: 15.7%;
  left: 31.6%;
}

[game-id="3-1-29"] {
  width: 22.3%;
  top: 16.7%;
  left: 43.6%;
}

[game-id="3-1-30"] {
  width: 8.3%;
  top: 14.7%;
  left: 69.6%;
}

[game-id="3-1-31"] {
  width: 21.3%;
  top: 17.7%;
  left: 77.6%;
}

[game-id="3-1-32"] {
  width: 68%;
  top: 37.1%;
  left: 8.9%;
}

[game-id="3-1-33"] {
  width: 7%;
  top: 45.1%;
  left: 17.9%;
}

[game-id="3-1-34"] {
  width: 7%;
  top: 58.1%;
  left: 17.9%;
}

[game-id="3-1-35"] {
  width: 7%;
  top: 71.1%;
  left: 17.9%;
}

[game-id="3-1-36"] {
  width: 7%;
  top: 84.1%;
  left: 17.9%;
}

[game-id="3-1-37"] {
  width: 7%;
  top: 74.1%;
  left: 48.9%;
}

[game-id="3-1-38"] {
  width: 7%;
  top: 53.1%;
  left: 49.9%;
}

[game-id="3-1-39"] {
  width: 7%;
  top: 57.1%;
  left: 54.9%;
}

[game-id="3-1-40"] {
  width: 9%;
  top: 74.1%;
  left: 58.9%;
}

[game-id="3-1-41"] {
  width: 9%;
  top: 77.1%;
  left: 61.9%;
}

[game-id="3-1-42"] {
  width: 9%;
  top: 80.1%;
  left: 58.9%;
}

[game-id="3-1-43"] {
  width: 9%;
  top: 51.1%;
  left: 63.9%;
}

[game-id="3-1-44"] {
  width: 13.5%;
  top: 18.3%;
  left: 15.8%;
}

[game-id="3-1-45"] {
  width: 15.5%;
  top: 18.8%;
  left: 31.7%;
}

[game-id="3-1-46"] {
  width: 14.8%;
  top: 16%;
  left: 48.9%;
}

[game-id="3-1-47"] {
  width: 10.6%;
  top: 31.6%;
  left: 68%;
}

[game-id="3-1-48"] {
  width: 76.5%;
  top: 61.6%;
  left: 11.9%;
}

[game-id="3-1-49"] {
  width: 14.6%;
  top: 77.3%;
  left: 16.9%;
}

[game-id="3-1-50"] {
  width: 14.6%;
  top: 78.5%;
  left: 33.9%;
}

[game-id="3-1-51"] {
  width: 16.6%;
  top: 78.8%;
  left: 51.4%;
}

[game-id="3-1-52"] {
  width: 16%;
  top: 78.1%;
  left: 68.7%;
}

[game-id="3-1-53"] {
  width: 12.1%;
  top: 43.2%;
  left: 23.4%;
}

[game-id="3-1-54"] {
  width: 12.1%;
  top: 43.2%;
  left: 38.6%;
}

[game-id="3-1-55"] {
  width: 12.1%;
  top: 43.2%;
  left: 55.8%;
}

[game-id="3-1-56"] {
  width: 12.1%;
  top: 43.2%;
  left: 74.4%;
}

[game-id="3-1-57"] {
  width: 6.1%;
  top: 45.2%;
  left: 26.4%;
}

[game-id="3-1-58"] {
  width: 6.1%;
  top: 53.2%;
  left: 26.4%;
}

[game-id="3-1-59"] {
  width: 6.1%;
  top: 46.2%;
  left: 41.4%;
}

[game-id="3-1-60"] {
  width: 6.1%;
  top: 52.2%;
  left: 41.4%;
}

[game-id="3-1-61"] {
  width: 6.1%;
  top: 45.2%;
  left: 59%;
}

[game-id="3-1-62"] {
  width: 6.1%;
  top: 51.2%;
  left: 59%;
}

[game-id="3-1-63"] {
  width: 6.1%;
  top: 50.2%;
  left: 77.4%;
}

[game-id="3-3-1"] {
  width: 35.4%;
  top: 0%;
  left: 17.4%;
}

[game-id="3-3-2"] {
  width: 17.7%;
  top: 2.9%;
  left: 26.3%;
}

[game-id="3-3-3"] {
  width: 14.4%;
  top: 32.1%;
  left: 44%;
}

[game-id="3-3-4"] {
  width: 14.9%;
  top: 31.5%;
  left: 58.3%;
}

[game-id="3-3-5"] {
  width: 16.5%;
  top: 46.2%;
  left: 75.4%;
}

[game-id="3-3-6"] {
  width: 14.3%;
  top: 32.5%;
  left: 44.1%;
}

[game-id="3-3-7"] {
  width: 14.9%;
  top: 31.4%;
  left: 58.2%;
}

[game-id="3-3-8"] {
  width: 16.3%;
  top: 46.2%;
  left: 75.4%;
}

[name="calculator"] {
  width: 3.3%;
  height: 4.3%;
  cursor: pointer;
}

[game-id="3-3-9"] { 
  width: 11.7%;
  top: 38.7%;
  left: 27.4%;
}

[game-id="3-3-10"] {
  top: 31.5%;
  left: 27.6%;
}

[game-id="3-3-11"] {
  top: 31.5%;
  left: 31.7%;
}

[game-id="3-3-12"] {
  top: 31.5%;
  left: 35.7%;
}

[game-id="3-3-13"] {
  top: 24.3%;
  left: 27.6%;
}

[game-id="3-3-14"] {
  top: 24.3%;
  left: 31.7%;
}

[game-id="3-3-15"] {
  top: 24.3%;
  left: 35.7%;
}

[game-id="3-3-16"] {
  top: 17.2%;
  left: 27.6%;
}

[game-id="3-3-17"] {
  top: 17.2%;
  left: 31.7%;
}

[game-id="3-3-18"] {
  top: 17.2%;
  left: 35.7%;
}

[game-id="3-3-19"] {
  top: 17.2%;
  left: 39.8%;
}

[game-id="3-3-20"] {
  top: 31.2%;
  left: 39.8%;
  height: 12%;
}

[game-id="3-3-21"] {
  top: 5.7%;
  left: 27.8%;
  width: 15%;
  height: 8.4%;
  padding: 0 5px;
  display: flex;
  justify-content: right;
  overflow: hidden;
}

[game-id="3-3-21"] div {
  color: white;
  font-size: clamp(0px, 3.5vw, 100px);
}

[game-id="3-3-22"] {
  width: 14%;
  top: 2.2%;
  left: 16.8%;
}

[game-id="3-3-23"] {
  width: 16.5%;
  top: 2.2%;
  left: 50.8%;
}

[game-id="3-3-24"] {
  width: 16.4%;
  top: 2.2%;
  left: 83%;
}

[game-id="3-3-25"] {
  width: 14%;
  top: 2.2%;
  left: 16.8%;
}

[game-id="3-3-26"] {
  width: 16.5%;
  top: 2.2%;
  left: 50.8%;
}

[game-id="3-3-27"] {
  width: 16.4%;
  top: 2.2%;
  left: 83%;
}

[game-id="3-3-28"] {
  width: 32.9%;
  top: 33.4%;
  left: 0%;
}

[game-id="3-3-29"] {
  width: 41.8%;
  top: 24.7%;
  left: 31.8%;
}

[game-id="3-3-30"] {
  width: 30%;
  top: 26.5%;
  left: 70%;
}

[game-id="3-3-31"] {
  width: 32%;
  top: 47%;
  left: 11.6%;
}

[game-id="3-3-32"] {
  width: 4%;
  top: 54.2%;
  left: 37.8%;
}

[game-id="3-3-33"] {
  width: 4%;
  top: 69.2%;
  left: 36.8%;
}

[game-id="3-3-34"] {
  width: 4%;
  top: 84.2%;
  left: 36.8%;
}

[game-id="3-3-35"] {
  width: 22%;
  top: 38.2%;
  left: 47.5%;
}

[game-id="3-3-36"] {
  width: 22%;
  top: 38.2%;
  left: 47.5%;
}

[game-id="3-3-37"] {
  width: 22%;
  top: 38.2%;
  left: 47.5%;
}

[game-id="3-3-38"] {
  width: 22%;
  top: 38.2%;
  left: 47.5%;
}

[game-id="3-3-39"] {
  width: 18%;
  top: 15.2%;
  left: 5.5%;
}

[game-id="3-3-40"] {
  width: 18%;
  top: 51.2%;
  left: 5.5%;
}

[game-id="3-3-41"] {
  width: 17%;
  top: 14.2%;
  left: 27.5%;
}

[game-id="3-3-42"] {
  width: 17%;
  top: 51.2%;
  left: 27.5%;
}

[game-id="3-3-43"] {
  width: 17%;
  top: 14.2%;
  left: 47.5%;
}

[game-id="3-3-44"] {
  width: 17%;
  top: 51.2%;
  left: 47.5%;
}

[game-id="3-3-45"] {
  width: 17%;
  top: 14.2%;
  left: 66.5%;
}

[game-id="3-3-46"] {
  width: 7%;
  top: 53.2%;
  left: 72.5%;
}

[game-id="3-3-47"] {
  width: 6%;
  top: 17.2%;
  left: 85.5%;
}

[game-id="3-3-48"] {
  width: 6%;
  top: 17.2%;
  left: 92.5%;
}

[game-id="3-3-49"] {
  width: 6%;
  top: 45.2%;
  left: 85.5%;
}

[game-id="3-3-50"] {
  width: 6%;
  top: 45.2%;
  left: 92.5%;
}

[game-id="3-3-51"] {
  width: 14.4%;
  top: 29.8%;
  left: 35.1%;
}

[game-id="3-3-52"] {
  width: 22.1%;
  left: 32.5%;
  bottom: 0%;
}

[game-id="3-3-53"] {
  width: 12%;
  top: 20.2%;
  left: 57%;
}

[game-id="3-3-54"] {
  width: 15.6%;
  top: 21.2%;
  left: 68.5%;
}

[game-id="3-3-55"] {
  width: 49%;
  left: 51%;
  bottom: 0%;
}

[game-id="3-3-56"] {
  width: 4.5%;
  top: 67.8%;
  left: 54.9%;
}

[game-id="3-3-57"] {
  width: 4.5%;
  top: 70%;
  left: 59.2%;
}

[game-id="3-3-58"] {
  width: 4.5%;
  top: 71.1%;
  left: 56%;
}

[game-id="3-3-59"] {
  width: 4.5%;
  top: 70.2%;
  left: 64.2%;
}

[game-id="3-3-60"] {
  width: 3.8%;
  top: 57.2%;
  left: 74.2%;
}

[game-id="3-3-61"] {
  width: 3.8%;
  top: 57.2%;
  left: 77.8%;
}

[game-id="3-3-62"] {
  width: 3.8%;
  top: 65.7%;
  left: 74.2%;
}

[game-id="3-3-63"] {
  width: 3.8%;
  top: 65.7%;
  left: 77.8%;
}

[game-id="3-3-64"] {
  width: 4.3%;
  top: 57.2%;
  left: 82%;
}

[game-id="3-3-65"] {
  width: 4.3%;
  top: 57.2%;
  left: 86.7%;
}

[game-id="3-3-66"] {
  width: 6%;
  top: 61.3%;
  left: 57.5%;
}

[game-id="3-3-67"] {
  width: 6%;
  top: 59%;
  left: 63.5%;
}

[game-id="3-3-68"] {
  width: 6%;
  top: 64%;
  left: 58.7%;
}

[game-id="3-3-69"] {
  width: 6%;
  top: 62%;
  left: 64.7%;
}

[game-id="3-3-70"] {
  width: 6%;
  top: 67.8%;
  left: 59.9%;
}

[game-id="3-3-71"] {
  width: 6%;
  top: 65.5%;
  left: 65.8%;
}

[game-id="3-3-72"] {
  width: 37.3%;
  left: 0%;
  bottom: 0%;
}

[game-id="3-3-73"] {
  width: 2.9%;
  top: 44.2%;
  left: 2.1%;
}

[game-id="3-3-74"] {
  width: 2.9%;
  top: 44.2%;
  left: 5.1%;
}

[game-id="3-3-75"] {
  width: 3.1%;
  top: 37.9%;
  left: 8.5%;
}

[game-id="3-3-76"] {
  width: 3.3%;
  top: 46.9%;
  left: 12.2%;
}

[game-id="3-3-77"] {
  width: 5%;
  top: 47.1%;
  left: 16.1%;
}

[game-id="3-3-78"] {
  width: 1.9%;
  top: 47.8%;
  left: 21.7%;
}

[game-id="3-3-79"] {
  width: 1.9%;
  top: 47.8%;
  left: 23.9%;
}

[game-id="3-3-80"] {
  width: 1.9%;
  top: 47.8%;
  left: 26.1%;
}

[game-id="3-3-81"] {
  width: 1.9%;
  top: 47.8%;
  left: 28.3%;
}

[game-id="3-3-82"] {
  width: 1.9%;
  top: 47.8%;
  left: 30.5%;
}

[game-id="3-3-83"] {
  width: 1.9%;
  top: 47.8%;
  left: 32.7%;
}

[game-id="3-3-84"] {
  width: 3.3%;
  top: 57.8%;
  left: 1.7%;
}

[game-id="3-3-85"] {
  width: 3.3%;
  top: 71.8%;
  left: 11.5%;
}

[game-id="3-3-86"] {
  width: 3.3%;
  top: 86.8%;
  left: 11.5%;
}

[game-id="3-3-87"] {
  width: 5.3%;
  top: 72.5%;
  left: 19.7%;
}

[game-id="3-3-88"] {
  width: 2.1%;
  top: 73%;
  left: 25.5%;
}

[game-id="3-3-89"] {
  width: 2.8%;
  top: 88.2%;
  left: 20.3%;
}

[game-id="3-3-90"] {
  width: 2%;
  top: 88.7%;
  left: 23.6%;
}

[game-id="3-3-91"] {
  width: 14.3%;
  bottom: 0%;
  right: 0%;
}

[game-id="3-3-92"] {
  width: 7%;
  top: 79.6%;
  left: 44%;
}

[game-id="3-3-93"] {
  width: 5.4%;
  top: 78.7%;
  left: 40.2%;
}

[game-id="3-3-94"] {
  width: 7.5%;
  top: 72%;
  left: 37.2%;
}

[game="3-3"][name="item-0"] {
  width: 1.9%;
  height: 3.4%;
}

[game-id="3-3-95"] {
  top: 60.4%;
  left: 2.1%;
}

[game-id="3-3-96"] {
  top: 60.4%;
  left: 12.1%;
}

[game-id="3-3-97"] {
  top: 74.4%;
  left: 2.1%;
}

[game-id="3-3-98"] {
  top: 74.4%;
  left: 12.1%;
}

[game-id="3-3-99"] {
  top: 88.8%;
  left: 2.1%;
}

[game-id="3-3-100"] {
  top: 88.8%;
  left: 12.1%;
}

[game-id="3-5-1"] {
  width: 13.2%;
  top: 1.9%;
  left: 73.8%;
}

[game-id="3-5-2"] {
  width: 16.7%;
  top: 6.1%;
  left: 36.4%;
}

[game-id="3-5-3"] {
  width: 92.2%;
  top: 27.7%;
  right: 0;
}

[game-id="3-5-4"] {
  width: 14.2%;
  top: 47.7%;
  left: 37.8%;
}

[game-id="3-5-5"] {
  width: 20%;
  top: 44%;
  left: 10.2%;
}

[game-id="3-5-6"] {
  width: 14%;
  top: 38.1%;
  left: 48.8%;
}

[game-id="3-5-7"] {
  width: 11.7%;
  top: 41.5%;
  left: 64.9%;
}

[game-id="3-5-8"] {
  width: 11.2%;
  top: 53.3%;
  left: 79.7%;
}

[game-id="3-5-9"] {
  border: 3px dashed #DFDFDF;
  cursor: pointer;
  width: 16%;
  height: 40%;
  top: 0;
  left: 76.2%;
}

[game-id="3-5-10"] {
  border: 3px dashed #DFDFDF;
  cursor: pointer;
  width: 50%;
  height: 30%;
  top: 64.7%;
  left: 44.4%;
}

[game-id="3-5-11"] {
  border: 3px dashed #DFDFDF;
  cursor: pointer;
  width: 53%;
  height: 13%;
  top: 16.7%;
  left: 8.8%;
}

[game-id="3-5-9"]:hover, [game-id="3-5-10"]:hover, [game-id="3-5-11"]:hover {
  border: 3px dashed var(--custom-color-2);
}

[game-id="3-5-12"] {
  width: 23.7%;
  top: 44.5%;
  left: 1.9%;
}

[game-id="3-5-13"] {
  width: 16.8%;
  top: 18.8%;
  left: 2.4%;
}

[game-id="3-5-14"] {
  width: 16.8%;
  top: 6.5%;
  left: 22.8%;
}

[game-id="3-5-15"] {
  width: 16.8%;
  top: 1.4%;
  left: 67.4%;
}

[game-id="3-5-16"] {
  width: 16.9%;
  top: 9.2%;
  left: 82.3%;
}

[game-id="3-5-17"] {
  width: 16.7%;
  top: 37.5%;
  left: 11.5%;
}

[game-id="3-5-18"] {
  width: 10.9%;
  top: 25.5%;
  left: 34.2%;
}

[game-id="3-5-19"] {
  width: 11.7%;
  top: 20.6%;
  left: 58.7%;
}

[game-id="3-5-20"] {
  width: 19.6%;
  top: 36.8%;
  left: 77.3%;
}

[game-id="3-5-21"] {
  width: 14.1%;
  top: 13.7%;
  left: 44.7%;
}

[game-id="3-5-22"] {
  width: 50.1%;
  top: 63%;
  left: 28.9%;
}

[game-id="3-5-23"] {
  width: 10.4%;
  top: 4.3%;
  left: 28.6%;
}

[game-id="3-5-24"] {
  width: 11.9%;
  top: 3.2%;
  left: 41%;
}

[game-id="3-5-25"] {
  width: 10.9%;
  top: 3.4%;
  left: 53.5%;
}

[game-id="3-5-26"] {
  width: 12.1%;
  top: 2%;
  left: 67%;
}

[game-id="3-5-27"] {
  width: 87.3%;
  left: 4.1%;
  bottom: 0;
}

[game-id="3-5-28"] {
  width: 4%;
  top: 47.1%;
  left: 16.7%;
}

[game-id="3-5-29"] {
  width: 4%;
  top: 47.1%;
  left: 21.7%;
}

[game-id="3-5-30"] {
  width: 4%;
  top: 47.1%;
  left: 26.7%;
}

[game-id="3-5-31"] {
  width: 4%;
  top: 47.1%;
  left: 31.7%;
}

[game-id="3-5-32"] {
  width: 4%;
  top: 47.1%;
  left: 36.7%;
}

[game-id="3-5-33"] {
  width: 4%;
  top: 47.1%;
  left: 41.7%;
}

[game-id="3-5-34"] {
  width: 10.8%;
  top: 45.8%;
  left: 50%;
}

[game-id="3-5-35"] {
  width: 9.1%;
  top: 45.8%;
  left: 61.7%;
}

[game-id="3-5-36"] {
  width: 7.85%;
  top: 46.2%;
  left: 72%;
}

[game-id="3-5-37"] {
  width: 7.85%;
  top: 53.9%;
  left: 50%;
}

[game-id="3-5-38"] {
  width: 7.85%;
  top: 53.9%;
  left: 59.2%;
}

[game-id="3-5-39"] {
  width: 7.85%;
  top: 53.9%;
  left: 68.2%;
}

[game-id="3-5-40"] {
  width: 10.3%;
  top: 64.5%;
  left: 50.4%;
}

[game-id="3-5-41"] {
  width: 14.2%;
  top: 69.6%;
  left: 9.4%;
}

[game-id="3-5-42"] {
  width: 25.6%;
  top: 55.7%;
  left: 19.9%;
}

[game-id="3-5-43"] {
  width: 18%;
  left: 59.9%;
  bottom: 0;
}

[game-id="3-5-44"] {
  width: 23.8%;
  left: 73.2%;
  bottom: 0;
}

[game-id="3-7-1"] {
  width: 14.5%;
  left: 20%;
  bottom: 2.8%;
}

[game-id="3-7-2"] {
  width: 11.5%;
  left: 36.6%;
  bottom: 1.8%;
}

[game-id="3-7-3"] {
  width: 13.3%;
  left: 50%;
  bottom: 1%;
}

[game-id="3-7-4"] {
  width: 13.7%;
  left: 65%;
  bottom: -0.2%;
}

[game-id="3-7-5"] {
  width: 10.6%;
  left: 43.4%;
  bottom: 40.2%;
}

[game-id="3-7-6"] {
  width: 10.6%;
  left: 28.6%;
  bottom: 40%;
}

[game-id="3-7-7"] {
  width: 10.6%;
  left: 12.8%;
  bottom: 40.9%;
}

[game-id="3-7-8"] {
  width: 17.5%;
  left: 14.7%;
  bottom: 0%;
}

[game-id="3-7-9"] {
  width: 17.8%;
  left: 32.2%;
  bottom: 0%;
}

[game-id="3-7-10"] {
  width: 17.4%;
  left: 50.4%;
  bottom: 0%;
}

[game-id="3-7-11"] {
  width: 17.4%;
  left: 67.8%;
  bottom: 0;
}

[game-id="3-7-12"] {
  width: 9%;
  left: 5.5%;
  bottom: 24.3%;
}

[game-id="3-7-13"] {
  width: 14.9%;
  left: 8.9%;
  bottom: 17.2%;
}

[game-id="3-7-14"] {
  width: 16.5%;
  left: 54.9%;
  bottom: 29%;
}

[game-id="3-7-15"] {
  width: 15.6%;
  left: 72.4%;
  bottom: 48.7%;
}

[game-id="3-7-16"] {
  width: 24.4%;
  left: 15.4%;
  bottom: 43.7%;
}

[game-id="3-7-17"] {
  width: 24.4%;
  left: 40.4%;
  bottom: 49.7%;
}

[game-id="3-7-18"] {
  width: 24.4%;
  left: 65.4%;
  bottom: 43.7%;
}

[game-id="3-7-19"] {
  width: 24.4%;
  height: 43%;
  left: 15.4%;
  bottom: 43.7%;
  flex-wrap: wrap;
}

[game-id="3-7-20"] {
  width: 24.4%;
  height: 43%;
  left: 40.4%;
  bottom: 49.7%;
  flex-wrap: wrap;
}

[game-id="3-7-21"] {
  width: 24.4%;
  height: 43%;
  left: 65.4%;
  bottom: 43.7%;
  flex-wrap: wrap;
}

[game-id="3-7-19"] [name="item"],
[game-id="3-7-20"] [name="item"],
[game-id="3-7-21"] [name="item"] {
  height: 33.33%;
  width: 33.33%;
}

[game-id="3-7-19"] [name="icon"],
[game-id="3-7-20"] [name="icon"],
[game-id="3-7-21"] [name="icon"] {
  height: 33.33%;
  width: 33.33%;
  position: relative;
}

[game-id="3-7-19"] [name="icon"] div,
[game-id="3-7-20"] [name="icon"] div,
[game-id="3-7-21"] [name="icon"] div {
  height: 90%;
  width: 90%;
  border-radius: 50%;
  border: 2px solid red;
  position: absolute;
  top: 5%;
  left: 5%
}

[game-id="3-7-22"] {
  width: 13.2%;
  left: 17%;
  bottom: 0.7%;
}

[game-id="3-7-23"] {
  width: 14.2%;
  left: 32.8%;
  bottom: 9.7%;
}

[game-id="3-7-24"] {
  width: 11.4%;
  left: 54.4%;
  bottom: 9.7%;
}

.visibility-hidden {
  visibility: hidden;
}

.game-3-7-item-1 {
  border: 1px dashed #CCCCCC
}

.game-3-7-item-1:hover {
  border: 1px dashed #1ca354
}

[game-id="3-9-1"] {
  width: 12.4%;
  left: 37.6%;
  bottom: 3.7%;
}

[game-id="3-9-2"] {
  width: 11.7%;
  left: 64.6%;
  bottom: 3.7%;
}

[game-id="3-9-3"] {
  width: 14.4%;
  left: 74.9%;
  bottom: 2.8%;
}

[game-id="3-9-4"] {
  width: 12.1%;
  left: 50.5%;
  bottom: 3.7%;
}

[game-id="3-9-5"] {
  width: 26.3%;
  left: 61.5%;
  bottom: 53%;
}

[game-id="3-9-6"] {
  width: 16.5%;
  left: 44.4%;
  bottom: 56.1%;
}

[game-id="3-9-7"] {
  width: 12.5%;
  left: 69.4%;
  bottom: 89.1%;
}

[game-id="3-9-8"] {
  width: 2.8%;
  left: 65.4%;
  bottom: 83.1%;
}

[game-id="3-9-9"] {
  width: 4.2%;
  left: 69.5%;
  bottom: 82.6%;
}

[game-id="3-9-10"] {
  width: 5.5%;
  left: 73.3%;
  bottom: 76%;
}

[game-id="3-9-11"] {
  width: 6.8%;
  left: 65%;
  bottom: 71.4%;
}

[game-id="3-9-12"] {
  width: 4.8%;
  left: 64.7%;
  bottom: 62.7%;
}

[game-id="3-9-13"] {
  width: 5.5%;
  left: 70.9%;
  bottom: 62.2%;
}

[game-id="3-9-14"] {
  width: 6.9%;
  left: 78.9%;
  bottom: 76.4%;
}

[game-id="3-9-15"] {
  width: 8%;
  left: 77.1%;
  bottom: 65.3%;
}

[game-id="3-9-16"] {
  width: 4%;
  left: 75.5%;
  bottom: 57.3%;
}

[game-id="3-9-17"] {
  width: 8%;
  left: 4.5%;
  bottom: 39.3%;
}

[game-id="3-9-18"] {
  width: 8%;
  left: 4.5%;
  bottom: 26.3%;
}

[game-id="3-9-19"] {
  width: 8%;
  left: 4.5%;
  bottom: 16.3%;
}

[game-id="3-9-20"] {
  width: 8%;
  left: 12.5%;
  bottom: 32.3%;
}

[game-id="3-9-21"] {
  width: 8%;
  left: 12.5%;
  bottom: 18.3%;
}

[game-id="3-9-22"] {
  width: 8%;
  left: 21.5%;
  bottom: 32.3%;
}

[game-id="3-9-23"] {
  width: 8%;
  left: 21.5%;
  bottom: 18.3%;
}

[game-id="3-9-24"] {
  width: 4%;
  left: 31.5%;
  bottom: 41.3%;
}

[game-id="3-9-25"] {
  width: 5%;
  left: 31.5%;
  bottom: 24.3%;
}

[game-id="3-9-26"] {
  width: 5%;
  left: 47.5%;
  bottom: 72.3%;
}

[game-id="3-9-27"] {
  width: 5%;
  left: 53.5%;
  bottom: 72.3%;
}

[game-id="3-9-28"] {
  width: 5%;
  left: 47.5%;
  bottom: 61.3%;
}

[game-id="3-9-29"] {
  width: 5%;
  left: 53.5%;
  bottom: 61.3%;
}

[game-id="3-9-30"] {
  width: 14.7%;
  left: 28.5%;
  bottom: 0%;
}

[game-id="3-9-31"] {
  width: 13.5%;
  left: 44.3%;
  bottom: 0%;
}

[game-id="3-9-32"] {
  width: 17%;
  left: 59.7%;
  bottom: 0%;
}

[game-id="3-9-33"] {
  width: 19.7%;
  left: 38%;
  bottom: 57.3%;
}

[game-id="3-9-34"] {
  width: 19.4%;
  left: 38.2%;
  bottom: 68.9%;
}

[game-id="3-9-35"] {
  width: 19.2%;
  left: 38.2%;
  bottom: 45.8%;
}

[game-id="3-9-36"] {
  width: 13.5%;
  left: 8.7%;
  top: 44.9%;
}

[game-id="3-9-37"] {
  width: 15.2%;
  left: 20.8%;
  top: 46.4%;
}

[game-id="3-9-38"] {
  width: 14.5%;
  left: 32.9%;
  top: 46.5%;
}

[game-id="3-9-39"] {
  width: 12.6%;
  left: 66.7%;
  top: 44.2%;
}

[game-id="3-9-40"] {
  width: 8.2%;
  left: 45.6%;
  top: 68.8%;
}

[game-id="3-9-41"] {
  width: 8.2%;
  left: 57.8%;
  top: 69.2%;
}

[game-id="3-9-42"] {
  width: 6.2%;
  left: 52.2%;
  top: 64.1%;
}

[game-id="3-9-43"] {
  width: 17.8%;
  left: 78.4%;
  top: 1.8%;
}

[game-id="3-9-44"] {
  width: 17.8%;
  left: 78.4%;
  top: 34.7%;
}

[game-id="3-9-45"] {
  width: 17.8%;
  left: 78.4%;
  top: 67.2%;
}

[game-id="3-9-46"] {
  width: 13.2%;
  left: 8.9%;
  top: 46%;
}

[game-id="3-9-47"] {
  width: 15.2%;
  left: 20.8%;
  top: 46.4%;
}

[game-id="3-9-48"] {
  width: 14.8%;
  left: 32.8%;
  top: 46%;
}

.nameBox {
  position: absolute;
  z-index: 10;
}

.box-a {
  margin-top: 5.6%;
  margin-left: 15.4%;
}

.box-b {
  margin-top: 2.6%;
  margin-left: 40.4%;
}

.box-c {
  margin-top: 5.6%;
  margin-left: 65.4%;
}

[game-id="4-2-1"] {
  width: 12.9%;
  left: 65.1%;
  top: 3.2%;
}
[game-id="4-2-2"] {
  width: 11.8%;
  left: 26.2%;
  top: 35.2%;
  z-index: 3;
}
[game-id="4-2-3"] {
  width: 15.5%;
  left: 41.8%;
  top: 33.5%;
  z-index: 3;
}
[game-id="4-2-4"] {
  width: 11.1%;
  left: 60.1%;
  top: 36.4%;
  z-index: 3;
}
[game-id="4-2-5"] {
  width: 9%;
  left: 26.4%;
  top: 5.2%;
  z-index: 0;
}
[game-id="4-2-6"] {
  width: 9%;
  left: 39.4%;
  top: 5.2%;
  z-index: 0;
}
[game-id="4-2-7"] {
  width: 9%;
  left: 51.4%;
  top: 5.2%;
  z-index: 0;
}[game-id="4-2-8"] {
  width: 98%;
  left: 1.3%;
  top: 80.2%;
  z-index:4;
}[game-id="4-2-9"] {
  width: 11%;
  left: 46%;
  top: 9.2%;
  z-index: 2;
}
[game-id="4-2-10"] {
  width: 14.5%;
  left: 18%;
  top: 9.2%;
  z-index: 2;
}
[game-id="4-2-11"] {
  width: 11.2%;
  left: 33.5%;
  top: 11.2%;
  z-index: 2;
}
[game-id="4-2-12"] {
  width: 8%;
  left: 52%;
  top: 24%;
  z-index: 1;
}
[game-id="4-2-13"] {
  width: 8%;
  left: 27.2%;
  top: 24%;
  z-index: 1;
}
[game-id="4-2-14"] {
  width: 8%;
  left: 39.5%;
  top: 27%;
  z-index: 1;
}
[game-id="4-2-15"] {
  width: 12.5%;
  left: 68.8%;
  top: 16.2%;
  z-index: 1;
}[game-id="4-2-16"] {
  width: 74.2%;
  left: 13%;
  top: 56.2%;
  z-index:4;
}
[game-id="4-2-17"] {
  width: 10%;
  left: 33.8%;
  top: 27.9%;
  z-index: 2;
}
[game-id="4-2-18"] {
  width: 9%;
  left: 46%;
  top: 26.6%;
  z-index: 2;
}
[game-id="4-2-19"] {
  width: 13.5%;
  left: 55.2%;
  top: 27.7%;
  z-index: 2;
}
[game-id="4-2-20"] {
  width: 19.5%;
  left: 73%;
  top: 7.2%;
  z-index: 0;
}
[game-id="4-2-21"] {
  width: 26.8%;
  left: 1.2%;
  top: 5.2%;
  z-index: 0;
}
[game-id="4-2-22"] {
  width: 19%;
  left: 81%;
  top: 26%;
  z-index: 0;
}
[game-id="4-2-23"] {
  width: 25.8%;
  left: 17.2%;
  top: 12.5%;
  z-index: 2;
}
[game-id="4-2-24"] {
  width: 14.5%;
  left: 42%;
  top: 5.4%;
  z-index: 2;
}
[game-id="4-2-25"] {
  width: 16.5%;
  left: 54.6%;
  top: 16.8%;
  z-index: 2;
}
[game-id="4-2-26"] {
  width: 12.5%;
  left: 0%;
  top: 11.4%;
  z-index: 2;
}
[game-id="4-2-27"] {
  width: 74.2%;
  left: 13%;
  top: 56.2%;
  z-index:4;
}
[game-id="4-2-28"] {
  width: 19.5%;
  left: 73%;
  top: 7.2%;
  z-index: 0;
}
[game-id="4-2-29"] {
  width: 14.3%;
  left: 75%;
  top: 61.2%;
  z-index: 1;
}
[game-id="4-2-33"] {
  width: 13.8%;
  left: 18%;
  top: 64.2%;
  z-index: 0;
}
[game-id="4-2-34"] {
  width: 19.3%;
  left: 0%;
  top: 64.2%;
  z-index: 0;
}
[game-id="4-2-35"] {
  width: 13.3%;
  left: 34%;
  top: 64.2%;
  z-index: 0;
}
[game-id="4-2-30"] {
  width:22%;
  left: 15%;
  top: 6.2%;
  z-index: 0;
}
[game-id="4-2-31"] {
  width: 23%;
  left: 37.4%;
  top: 6.4%;
  z-index: 0;
}
[game-id="4-2-32"] {
  width: 22%;
  left: 61%;
  top: 6.2%;
  z-index: 0;
}
[game-id="4-2-36"] {
  width: 8.5%;
  left: 86.7%;
  top: 10%;
  z-index: 0;
}
[game-id="4-2-37"] {
  width: 8.5%;
  left: 86.7%;
  top: 18.1%;
  z-index: 0;
}
[game-id="4-2-38"] {
  width: 8.5%;
  left: 86.7%;
  top: 26.2%;
  z-index: 0;
}
[game-id="4-2-42"] {
  width: 8.5%;
  left: 86.7%;
  top: 34.4%;
  z-index: 0;
}
[game-id="4-2-43"] {
  width: 8.5%;
  left: 86.7%;
  top: 42.6%;
  z-index: 0;
}

[game-id="4-2-39"] {
  width: 8.5%;
  left: 20.5%;
  top: 56.6%;
  z-index: 0;
}
[game-id="4-2-40"] {
  width: 8.5%;
  left: 44.3%;
  top: 56%;
  z-index: 0;
}
[game-id="4-2-41"] {
  width: 8.5%;
  left: 68.3%;
  top: 56.3%;
  z-index: 0;
}
[game-id="4-4-1"] {
  width: 15%;
  left: 82.1%;
  top: 17.8%;
}
[game-id="4-4-2"] {
  width: 14.8%;
  left: 36.3%;
  top: 14%;
  z-index: 2;
}
[game-id="4-4-3"] {
  width: 15%;
  left: 45.8%;
  top: 14.2%;
  z-index: ;
}
[game-id="4-4-4"] {
  width: 17.3%;
  left: 59.1%;
  top: 15.1%;
  z-index: ;
}
[game-id="4-4-5"] {
  width: 44.6%;
  left: 3.2%;
  top: 52.7%;
  z-index: 3;
}
[game-id="4-4-6"] {
  width: 16%;
  left: 7.1%;
  top: 69.4%;
  z-index: 4;
}
[game-id="4-4-7"] {
  width: 16%;
  left: 7.1%;
  top: 77%;
  z-index: 4;
}
[game-id="4-4-8"] {
  width: 16%;
  left: 7.1%;
  top: 84.4%;
  z-index:4;
}
[game-id="4-4-9"] {
  width: 2.7%;
  left: 7.4%;
  top: 69.5%;
  z-index:4;
}
[game-id="4-4-10"] {
  width: 2.7%;
  left: 7.4%;
  top: 76.6%;
  z-index:4;
}
[game-id="4-4-11"] {
  width: 2.7%;
  left: 7.4%;
  top: 84.2%;
  z-index:4;
}
[game-id="4-4-12"] {
  width: 8.9%;
  left: 26.2%;
  top: 59.2%;
  z-index:4;
}
[game-id="4-4-13"] {
  width: 8.9%;
  left: 26.2%;
  top: 59.2%;
  z-index:4;
}
[game-id="4-4-14"] {
  width: 8.9%;
  left: 26.2%;
  top: 59.2%;
  z-index: 4;
}
[game-id="4-4-15"] {
  width: 14.8%;
  left: 36.3%;
  top: 14%;
  z-index: 2;
}
[game-id="4-4-16"] {
  width: 15%;
  left: 45.8%;
  top: 14.2%;
  z-index: ;
}
[game-id="4-4-17"] {
  width: 17.3%;
  left: 59.1%;
  top: 15.1%;
  z-index: ;
}
[game-id="4-4-18"] {
  width: 14.1%;
  left: 67.9%;
  top: 12.2%;
  z-index: ;
}
[game-id="4-4-22"] {
  width: 15.2%;
  left: 30.6%;
  top: 12%;
  z-index: 2;
}
[game-id="4-4-23"] {
  width: 16.6%;
  left: 39.5%;
  top: 11.8%;
  z-index: ;
}
[game-id="4-4-24"] {
  width: 16.5%;
  left: 54.1%;
  top: 12.2%;
  z-index: ;
}
[game-id="4-4-31"] {
  width: 37.3%;
  left: 6.1%;
  top: 57.9%;
  z-index: 3;
}
[game-id="4-4-25"] {
  width: 12.7%;
  left: 18.7%;
  top: 31.4%;
  z-index: 5;
}
[game-id="4-4-26"] {
  width: 12.7%;
  left: 18.7%;
  top: 56.4%;
  z-index: 5;
}
[game-id="4-4-27"] {
  width: 12.7%;
  left: 18.7%;
  top: 6.4%;
  z-index: 5;
}
[game-id="4-4-19"] {
  width: 12.7%;
  left: 84%;
  top: 6.4%;
  z-index: 5;
}
[game-id="4-4-20"] {
  width: 12.7%;
  left: 84%;
  top: 31.2%;
  z-index: 5;
}
[game-id="4-4-21"] {
  width: 12.7%;
  left: 84%;
  top: 56.4%;
  z-index: 5;
}
[game-id="4-4-28"] {
  width: 62%;
  left: 25%;
  top: 17.8%;
  z-index: 4;
}
[game-id="4-4-29"] {
  width: 62%;
  left: 25%;
  top: 43.1%;
  z-index: 4;
}
[game-id="4-4-30"] {
  width: 62%;
  left: 25%;
  top: 12.8%;
  z-index: 4;
}
[game-id="4-4-32"] {
  width: 14.1%;
  left: 77.6%;
  top: 10.2%;
  z-index: ;
}
[game-id="4-4-36"] {
  width: 14.6%;
  left: 40.1%;
  top: 9%;
  z-index: 2;
}
[game-id="4-4-37"] {
  width: 15.1%;
  left: 49.3%;
  top: 9.6%;
  z-index: ;
}
[game-id="4-4-38"] {
  width: 16.6%;
  left: 63.1%;
  top: 10.2%;
  z-index: 2;
}
[game-id="4-4-45"] {
  width: 30%;
  left: 10.8%;
  top: 2.8%;
  z-index: 2;
}
[game-id="4-4-46"] {
  width: 30%;
  left: 64.6%;
  top: 42.9%;
  z-index: 2;
}
[game-id="4-4-33"] {
  width: 11.2%;
  left: 76.6%;
  top: 63.2%;
  z-index: 4;
}
[game-id="4-4-34"] {
  width: 11.3%;
  left: 67.6%;
  top: 51.4%;
  z-index: 3;
}
[game-id="4-4-35"] {
  width: 11%;
  left: 80.8%;
  top: 47.9%;
  z-index: 3;
}
[game-id="4-4-39"] {
  width: 7.4%;
  left: 29.8%;
  top: 18.5%;
  z-index: 3;
}
[game-id="4-4-40"] {
  width: 8.3%;
  left: 21.3%;
  top: 7.8%;
  z-index: 3;
}
[game-id="4-4-41"] {
  width: 8.1%;
  left: 13.8%;
  top: 14.9%;
  z-index: 3;
}
[game-id="4-4-42"] {
  width: 31.9%;
  left: 30%;
  top: 44%;
  z-index: 4;
}
[game-id="4-4-43"] {
  width: 31.9%;
  left: 30%;
  top: 44%;
  z-index: 4;
}
[game-id="4-4-44"] {
  width: 31.9%;
  left: 30%;
  top: 44%;
  z-index: 4;
}
[game-id="4-4-43x"] {
  width: 31.9%;
  left: 2.3%;
  top: 5.6%;
  z-index: 4;
}
[game-id="4-4-44x"] {
  width: 31.9%;
  left: 66.1%;
  top: 35.6%;
  z-index: 4;
}
[game-id="4-6-1"] {
  width: 13.7%;
  left: 75.9%;
  top: 12.4%;
  z-index: ;
}
[game-id="4-6-16"] {
  width: 13.7%;
  left: 75.9%;
  top: 12.4%;
  z-index: ;
}
[game-id="4-6-17"] {
  width: 66%;
  left: 27.1%;
  top: 74.4%;
  z-index: ;
}
[game-id="4-6-18"] {
  width: 65.4%;
  left: 27.1%;
  top: 74.9%;
  z-index: ;
}
[game-id="4-6-19"] {
  width: 18.4%;
  left: 8.4%;
  top: 41.6%;
  z-index: 3;
}
[game-id="4-6-20"] {
  width: 18.1%;
  left: 8.5%;
  top: 41.8%;
  z-index: ;
}
[game-id="4-6-21"] {
  width: 15.4%;
  left: 0%;
  top: 53.1%;
  z-index: 2;
}
[game-id="4-6-22"] {
  width: 15.4%;
  left: 0%;
  top: 53.1%;
  z-index: 4;
}
[game-id="4-6-2"] {
  width: 12.3%;
  left: 21.8%;
  top: 39.5%;
  z-index: 2;
}
[game-id="4-6-3"] {
  width: 11.9%;
  left: 38.1%;
  top: 39.5%;
  z-index: 2;
}
[game-id="4-6-4"] {
  width: 12.3%;
  left: 53.4%;
  top: 39.5%;
  z-index: 2;
}
[game-id="4-6-10"] {
  width: 5.4%;
  left: 25.2%;
  top: 16.7%;
  z-index: ;
}
[game-id="4-6-11"] {
  width: 11.4%;
  left: 36.6%;
  top: 14.5%;
  z-index: ;
}
[game-id="4-6-12"] {
  width: 12.4%;
  left: 52.1%;
  top: 16.4%;
  z-index: ;
}
[game-id="4-6-5"] {
  width: 9.6%;
  left: 51.3%;
  top: 59.8%;
  z-index: ;
}
[game-id="4-6-9"] {
  width: 9.6%;
  left: 39.4%;
  top: 59.8%;
  z-index: ;
}
[game-id="4-6-7"] {
  width: 9.6%;
  left: 27.6%;
  top: 59.8%;
  z-index: ;
}
[game-id="4-6-6"] {
  width: 9.6%;
  left: 33.6%;
  top: 69.5%;
  z-index: ;
}
[game-id="4-6-8"] {
  width: 9.6%;
  left: 45.6%;
  top: 69.5%;
  z-index: ;
}
[game-id="4-6-23"] {
  width: 5.4%;
  left: 25.2%;
  top: 16.7%;
  z-index: 3;
}
[game-id="4-6-24"] {
  width: 11.4%;
  left: 36.6%;
  top: 14.5%;
  z-index: 3;
}
[game-id="4-6-25"] {
  width: 12.4%;
  left: 52.1%;
  top: 16.4%;
  z-index: 3;
}
[game-id="4-6-13"] {
  width: 12.3%;
  left: 21.8%;
  top: 39.5%;
  z-index: 2;
}
[game-id="4-6-14"] {
  width: 11.9%;
  left: 38.1%;
  top: 39.5%;
  z-index: 2;
}
[game-id="4-6-15"] {
  width: 12.3%;
  left: 53.4%;
  top: 39.5%;
  z-index: 2;
}
[game-id="4-6-26"] {
  width: 19.3%;
  left: 73.9%;
  top: 36.5%;
  z-index: ;
}
[game-id="4-6-27"] {
  width: 13.3%;
  left: 6%;
  top: 28.8%;
  z-index: ;
}
[game-id="4-6-28"] {
  width: 12%;
  left: 27.8%;
  top: 39.8%;
  z-index: ;
}
[game-id="4-6-29"] {
  width: 11.3%;
  left: 43.4%;
  top: 41.6%;
  z-index: ;
}
[game-id="4-6-30"] {
  width: 11.4%;
  left: 58.2%;
  top: 42.1%;
  z-index: ;
}
[game-id="4-6-31"] {
  width: 13.3%;
  left: 13.5%;
  top: 1.6%;
  z-index: ;
}
[game-id="4-6-32"] {
  width: 13.3%;
  left: 28.6%;
  top: 1.6%;
  z-index: ;
}
[game-id="4-6-33"] {
  width: 13.3%;
  left: 42.5%;
  top: 1.6%;
  z-index: ;
}
[game-id="4-6-42"] {
  width: 13.3%;
  left: 56.5%;
  top: 2.2%;
  z-index: ;
}
[game-id="4-6-43"] {
  width: 11%;
  left: 72.4%;
  top: -0.4%;
  z-index: ;
}
[game-id="4-6-34"] {
  width: 12%;
  left: 27.8%;
  top: 39.8%;
  z-index: ;
}
[game-id="4-6-35"] {
  width: 11.3%;
  left: 43.4%;
  top: 41.6%;
  z-index: ;
}
[game-id="4-6-36"] {
  width: 11.4%;
  left: 58.2%;
  top: 42.1%;
  z-index: ;
}
[game-id="4-6-37"] {
  width: 13.2%;
  left: 27.9%;
  top: 16.1%;
  z-index: ;
}
[game-id="4-6-38"] {
  width: 13.2%;
  left: 42.8%;
  top: 17.1%;
  z-index: ;
}
[game-id="4-6-39"] {
  width: 13.2%;
  left: 57.8%;
  top: 17.1%;
  z-index: ;
}
[game-id="4-6-40"] {
  width: 19.3%;
  left: 73.9%;
  top: 36.5%;
  z-index: 3;
}
[game-id="4-6-41"] {
  width: 13.3%;
  left: 6%;
  top: 28.8%;
  z-index: ;
}
[game-id="4-6-44"] {
  width: 9.5%;
  left: 22.1%;
  top: 6.2%;
  z-index: 2;
}
[game-id="4-6-45"] {
  width: 9.5%;
  left: 33.2%;
  top: 6.2%;
  z-index: 2;
}
[game-id="4-6-46"] {
  width: 9.5%;
  left: 44.3%;
  top: 6.2%;
  z-index: 2;
}
[game-id="4-6-47"] {
  width: 9.5%;
  left: 55.4%;
  top: 6.2%;
  z-index: 2;
}
[game-id="4-6-48"] {
  width: 9.5%;
  left: 66.5%;
  top: 6.2%;
  z-index: 2;
}
[game-id="4-6-49"] {
  width: 24%;
  left: 14.5%;
  top: 13.2%;
  z-index: ;
}
[game-id="4-6-50"] {
  width: 24%;
  left: 38.1%;
  top: 11.2%;
  z-index: ;
}
[game-id="4-6-51"] {
  width: 24%;
  left: 62.2%;
  top: 13.2%;
  z-index: ;
}


/*  4-10  */

[game-id="4-10-1"] {
  width: 10.7%;
  left: 37.6%;
  top: 44.3%;
}
[game-id="4-10-2"] {
  width: 11.3%;
  left: 45.1%;
  top: 32.4%;
}
[game-id="4-10-3"] {
  width: 10.8%;
  left: 82%;
  top: 44.8%;
}
[game-id="4-10-4"] {
  width: 13.3%;
  left: 70.5%;
  top: 44.8%;
}
[game-id="4-10-5"] {
  width: 23.1%;
  left: 55.2%;
  bottom: 0;
}
[game-id="4-10-6"] {
  width: 5.1%;
  left: 31.5%;
  top: 34.8%;
}
[game-id="4-10-7"] {
  width: 5.1%;
  left: 33.5%;
  top: 37.8%;
}
[game-id="4-10-8"] {
  width: 5%;
  left: 56.8%;
  top: 70.3%;
}
[game-id="4-10-9"] {
  width: 6.9%;
  left: 17.5%;
  top: 38.2%;
}
[game-id="4-10-10"] {
  width: 6.9%;
  left: 18.9%;
  top: 39.8%;
}
[game-id="4-10-11"] {
  width: 6.9%;
  left: 20.5%;
  top: 42.2%;
}
[game-id="4-10-12"] {
  width: 6.9%;
  left: 58.5%;
  top: 74.6%;
}
[game-id="4-10-13"] {
  width: 6.7%;
  left: 4.6%;
  top: 44.7%;
}
[game-id="4-10-14"] {
  width: 6.7%;
  left: 9.5%;
  top: 43.2%;
}
[game-id="4-10-15"] {
  width: 6.7%;
  left: 7.5%;
  top: 40.2%;
}
[game-id="4-10-16"] {
  width: 6.7%;
  left: 4.5%;
  top: 42.2%;
}
[game-id="4-10-17"] {
  width: 6.9%;
  left: 60.5%;
  top: 76.4%;
}
[game-id="4-10-18"] {
  width: 6.2%;
  left: 59%;
  top: 8.2%;
}
[game-id="4-10-19"] {
  width: 6.2%;
  left: 63.5%;
  top: 8.2%;
}
[game-id="4-10-20"] {
  width: 5.9%;
  left: 77.2%;
  top: 8.4%;
}
[game-id="4-10-21"] {
  width: 5.9%;
  left: 73.2%;
  top: 8.1%;
}
[game-id="4-10-22"] {
  width: 5.9%;
  left: 68.5%;
  top: 8.1%;
}
[game-id="4-10-23"] {
  width: 8.7%;
  left: 55.9%;
  top: 51%;
}
[game-id="4-10-24"] {
  width: 8.7%;
  left: 64.4%;
  top: 49.6%;
}
[game-id="4-10-25"] {
  width: 8.7%;
  left: 57.7%;
  top: 53.2%;
}
[game-id="4-10-26"] {
  width: 8.7%;
  left: 65.9%;
  top: 51.6%;
}
[game-id="4-10-27"] {
  width: 8%;
  left: 80%;
  top: 28.5%;
}
[game-id="4-10-28"] {
  width: 8.5%;
  left: 72.9%;
  top: 28.9%;
}
[game-id="4-10-29"] {
  width: 9.5%;
  left: 64.9%;
  top: 29.4%;
}
[game-id="4-10-30"] {
  width: 10%;
  left: 56.9%;
  top: 29.8%;
}
[game-id="4-10-31"] {
  width: 5.1%;
  left: 61.4%;
  top: 65.7%;
  transform: rotate(7deg);
}
[game-id="4-10-32"] {
  width: 5.1%;
  left: 61.4%;
  top: 65.7%;
  transform: rotate(7deg);
}
[game-id="4-10-33"] {
  width: 5.1%;
  left: 59.4%;
  top: 66.3%;
  transform: rotate(-13deg);
}
[game-id="4-10-34"] {
  width: 5.1%;
  left: 59.4%;
  top: 66.3%;
  transform: rotate(-13deg);
}
[game-id="4-10-35"] {
  width: 7%;
  left: 61.2%;
  top: 71.8%;
}
[game-id="4-10-36"] {
  width: 7%;
  left: 61.2%;
  top: 71.8%;
}
[game-id="4-10-37"] {
  width: 7.7%;
  left: 63.8%;
  top: 72.8%;
}
[game-id="4-10-38"] {
  width: 7.7%;
  left: 63.8%;
  top: 72.8%;
}
[game-id="4-10-39"] {
  width: 5.8%;
  left: 66.8%;
  top: 78.5%;
  transform: rotate(12deg);
}
[game-id="4-10-40"] {
  width: 5.8%;
  left: 61.2%;
  top: 77.5%;
  transform: rotate(12deg);
}
[game-id="4-10-41"] {
  width: 5.8%;
  left: 67.2%;
  top: 79.8%;
  transform: rotate(12deg);
}
[game-id="4-10-42"] {
  width: 5.8%;
  left: 62.2%;
  top: 79.4%;
  transform: rotate(12deg);
}
[game-id="4-10-43"] {
  width: 14.8%;
  left: 41.4%;
  top: 44.4%;
}
[game-id="4-10-44"] {
  width: 12.2%;
  left: 59.1%;
  top: 44.4%;
}
[game-id="4-10-45"] {
  width: 12.8%;
  left: 11.5%;
  top: 44.4%;
}
[game-id="4-10-46"] {
  width: 10.6%;
  left: 27.9%;
  top: 44.4%;
}
[game-id="4-10-47"] {
  width: 12.2%;
  left: 9%;
  top: 24.4%;
}
[game-id="4-10-48"] {
  width: 12.2%;
  left: 26%;
  top: 24.4%;
}
[game-id="4-10-49"] {
  width: 12.2%;
  left: 41.5%;
  top: 24.4%;
}
[game-id="4-10-50"] {
  width: 12.2%;
  left: 59%;
  top: 24.4%;
}
[game-id="4-10-51"] {
  width: 14.5%;
  left: 75.1%;
  top: 46.6%;
}
[game-id="4-10-52"] {
  width: 18.2%;
  left: 59.2%;
  top: 7.4%;
}
[game-id="4-10-53"] {
  width: 7.7%;
  left: 25.1%;
  top: 8.6%;
}
[game-id="4-10-54"] {
  width: 6.7%;
  left: 33.8%;
  top: 5.6%;
}
[game-id="4-10-55"] {
  width: 7.7%;
  left: 41.5%;
  top: 6%;
}
[game-id="4-10-56"] {
  width: 7.5%;
  left: 50.3%;
  top: 5.6%;
}
[game-id="4-10-57"] {
  width: 11%;
  left: 9.6%;
  top: 26.2%;
}
[game-id="4-10-58"] {
  width: 9.7%;
  left: 27.4%;
  top: 27.7%;
}
[game-id="4-10-59"] {
  width: 9.2%;
  left: 43.1%;
  top: 26.2%;
}
[game-id="4-10-60"] {
  width: 10%;
  left: 60.4%;
  top: 27.7%;
}
[game-id="4-10-61"] {
  width: 7%;
  left: 11.4%;
  top: 12.6%;
}
[game-id="4-10-62"] {
  width: 6.6%;
  left: 18.4%;
  top: 12.5%;
}
[game-id="4-10-63"] {
  width: 6.5%;
  left: 26.4%;
  top: 12.7%;
}
[game-id="4-10-64"] {
  width: 7%;
  left: 33.4%;
  top: 12.7%;
}
[game-id="4-10-65"] {
  width: 9.4%;
  left: 48%;
  top: 17.7%;
}
[game-id="4-10-66"] {
  width: 9.4%;
  left: 60.2%;
  top: 17.7%;
}
[game-id="4-10-67"] {
  width: 9.4%;
  left: 72.2%;
  top: 17.7%;
}
[game-id="4-10-68"] {
  width: 9.4%;
  left: 84.2%;
  top: 17.7%;
}
[game-id="4-10-69"] {
  width: 11%;
  left: 47.1%;
  top: 36.9%;
}
[game-id="4-10-70"] {
  width: 11%;
  left: 59.4%;
  top: 37.5%;
}
[game-id="4-10-71"] {
  width: 11%;
  left: 71.4%;
  top: 37.7%;
}
[game-id="4-10-72"] {
  width: 11%;
  left: 83.4%;
  top: 36.7%;
}
[game-id="4-10-73"] {
  width: 9.4%;
  left: 33.3%;
  top: 72.7%;
}
[game-id="4-10-74"] {
  width: 11.4%;
  left: 52.3%;
  top: 64.7%;
}
[game-id="4-10-74"] {
  width: 11.4%;
  left: 52.3%;
  top: 64.7%;
}
[game-id="4-10-75"] {
  width: 12.4%;
  left: 72.3%;
  top: 64.7%;
}
[game-id="4-10-76"] {
  width: 22.4%;
  left: 72.3%;
  top: 64.7%;
}
.extra-btn {
  cursor: pointer;
}
[game="4-10"].extra-btn {
  height: 80px;
  margin: 0 2%;
}

/* 4-8 */
[game-id="4-8-1"] {
  width: 14.7%;
  left: 3.3%;
  top: 41.7%;
  z-index: 2;
}
[game-id="4-8-2"] {
  width: 13.3%;
  left: 27.1%;
  top: 73.8%;
  z-index: ;
}
[game-id="4-8-3"] {
  width: 12.3%;
  left: 43.1%;
  top: 73.6%;
  z-index: ;
}
[game-id="4-8-4"] {
  width: 12.3%;
  left: 58.4%;
  top: 73.8%;
  z-index: ;
}
[game-id="4-8-5"] {
  width: 13.3%;
  left: 73.3%;
  top: 73.8%;
  z-index: ;
}
[game-id="4-8-6"] {
  width: 12.9%;
  left: 21.7%;
  top: 4.1%;
  z-index: ;
}
[game-id="4-8-7"] {
  width: 12.9%;
  left: 35.2%;
  top: 4.1%;
  z-index: ;
}
[game-id="4-8-8"] {
  width: 12.9%;
  left: 48.8%;
  top: 4.1%;
  z-index: ;
}
[game-id="4-8-9"] {
  width: 12.9%;
  left: 62.3%;
  top: 4.1%;
  z-index: ;
}
[game-id="4-8-10"] {
  width: 12.9%;
  left: 21.7%;
  top: 14.1%;
  z-index: ;
}
[game-id="4-8-11"] {
  width: 12.9%;
  left: 35.2%;
  top: 14.1%;
  z-index: ;
}
[game-id="4-8-12"] {
  width: 12.9%;
  left: 48.8%;
  top: 14.1%;
  z-index: ;
}
[game-id="4-8-13"] {
  width: 12.9%;
  left: 62.3%;
  top: 14.1%;
  z-index: ;
}
[game-id="4-8-14"] {
  width: 20.2%;
  left: 17.1%;
  top: 36.1%;
  z-index: ;
}
[game-id="4-8-15"] {
  width: 20.2%;
  left: 36.9%;
  top: 24.8%;
  z-index: ;
}
[game-id="4-8-16"] {
  width: 20.2%;
  left: 56.9%;
  top: 24.8%;
  z-index: ;
}
[game-id="4-8-17"] {
  width: 20.2%;
  left: 77%;
  top: 36.1%;
  z-index: ;
}
[game-id="4-8-18"] {
  width: 20.3%;
  left: 13%;
  top: 26.3%;
  z-index: ;
}
[game-id="4-8-19"] {
  width: 9.7%;
  left: 37.5%;
  top: 13.7%;
  z-index: ;
}
[game-id="4-8-20"] {
  width: 9.7%;
  left: 37.5%;
  top: 32.7%;
  z-index: ;
}
[game-id="4-8-21"] {
  width: 9.7%;
  left: 37.5%;
  top: 51.7%;
  z-index: ;
}
[game-id="4-8-22"] {
  width: 9.7%;
  left: 37.5%;
  top: 70.7%;
  z-index: ;
}
[game-id="4-8-23"] {
  width: 10.2%;
  left: 65.3%;
  top: 52.1%;
  z-index: ;
}
[game-id="4-8-24"] {
  width: 7.3%;
  left: 73.3%;
  top: 24.3%;
  z-index: ;
}
[game-id="4-8-25"] {
  width: 6.8%;
  left: 79.2%;
  top: 24.1%;
  z-index: ;
}
[game-id="4-8-26"] {
  width: 7.7%;
  left: 64.9%;
  top: 57.1%;
  z-index: ;
}
[game-id="4-8-27"] {
  width: 12.4%;
  left: 54.4%;
  top: 63.1%;
  z-index: ;
}
[game-id="4-8-28"] {
  width: 11.7%;
  left: 62.3%;
  top: 16.5%;
  z-index: ;
}
[game-id="4-8-29"] {
  width: 13.2%;
  left: 84.7%;
  top: 22.3%;
  z-index: ;
}
[game-id="4-8-30"] {
  width: 11.7%;
  left: 55.1%;
  top: 43.4%;
  z-index: ;
}
[game-id="4-8-31"] {
  width: 14.7%;
  left: 74.8%;
  top: 26.3%;
  z-index: ;
}
[game-id="4-8-32"] {
  width: 14.8%;
  left: 36.7%;
  top: 24.4%;
  z-index: ;
}
[game-id="4-8-33"] {
  width: 18.3%;
  left: 53.8%;
  top: 25.6%;
  z-index: ;
}
[game-id="4-8-34"] {
  width: 16.5%;
  left: 17.1%;
  top: 23.7%;
  z-index: ;
}
[game-id="4-8-35"] {
  width: 22.6%;
  left: 34.3%;
  top: 53.1%;
  z-index: 2;
}
[game-id="4-8-36"] {
  width: 24.6%;
  left: 13.1%;
  top: 54.4%;
  z-index: 2;
}
[game-id="4-8-37"] {
  width: 24.6%;
  left: 52.1%;
  top: 52.8%;
  z-index: 2;
}
[game-id="4-8-38"] {
  width: 24.6%;
  left: 69.9%;
  top: 55.9%;
  z-index: 2;
}
[game-id="4-8-39"] {
  width: 14.7%;
  left: 74.8%;
  top: 26.3%;
  z-index: ;
}
[game-id="4-8-40"] {
  width: 14.8%;
  left: 36.7%;
  top: 24.4%;
  z-index: ;
}
[game-id="4-8-41"] {
  width: 18.3%;
  left: 53.8%;
  top: 25.6%;
  z-index: ;
}
[game-id="4-8-42"] {
  width: 16.5%;
  left: 17.1%;
  top: 23.7%;
  z-index: ;
}