@font-face {
  font-family: f2;
  src: url("/media/games/word-link/fonts/Mont-HeavyDEMO.otf");
}
html, body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#game-area {
  width: 1280px;
  height: 720px;
  transform: translate(-50%, -50%) scale(1);
  left: 50%;
  top: 50%;
  position: absolute;
  background: url("/media/games/word-link/images/background.jpg");
  background-size: cover;
}
#game-area #home-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999;
}
#game-area #home-section #home-logo {
  height: 65%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: -10px;
}
#game-area #home-section #home-logo img {
  height: 100%;
  width: auto;
  opacity: 0;
  transform: scale(0);
}
#game-area #link-list-section {
  width: 100%;
  height: 100%;
  position: absolute;
  font-family: f2;
  overflow: hidden;
}
#game-area #link-list-section #link-back-btn, #game-area #link-list-section #link-next-btn {
  position: absolute;
  z-index: 10;
  width: 90px;
  cursor: pointer;
  transition: 0.2s;
  top: 20px;
  left: 15px;
}
#game-area #link-list-section #link-back-btn:hover, #game-area #link-list-section #link-next-btn:hover {
  opacity: 0.9;
}
#game-area #link-list-section #link-back-btn:active, #game-area #link-list-section #link-next-btn:active {
  transform: scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
  transition: 0.2s;
}
#game-area #link-list-section #link-next-btn {
  bottom: 80px;
  top: auto;
  left: auto;
  right: 20px;
}
#game-area #link-list-section #full-table {
  height: 100%;
  width: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  overflow: hidden;
}
#game-area #link-list-section #table {
  height: 485px;
  overflow: hidden;
  width: calc(100% + 12px);
  margin-top: 0px;
  margin-left: 6px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  overflow-y: scroll;
}
#game-area #link-list-section table {
  width: 80%;
  position: absolute;
  background: #127cd6;
  border: 3px solid #102f82;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.434);
  left: 50%;
  transform: translate(-50%, 0%);
}
#game-area #link-list-section table .disabled-start-btn .start-link-btn {
  display: none;
}
#game-area #link-list-section table .disabled-start-btn .reset-link-btn {
  display: block;
}
#game-area #link-list-section table tr {
  border: none;
  height: 80px;
}
#game-area #link-list-section table tr .reset-link-btn {
  display: none;
}
#game-area #link-list-section table tr th {
  font-size: 30px;
  text-align: center;
  height: 80px;
  color: #102f82;
  border: none;
  border-bottom: 5px solid #1486d2;
  background: #b3ddfa;
  border-right: 2px solid #7ec0ed;
}
#game-area #link-list-section table tr td {
  color: white;
  height: 80px;
  text-align: center;
  font-size: 30px;
  border: none;
  position: relative;
}
#game-area #link-list-section table tr td:nth-child(1) {
  width: 30%;
}
#game-area #link-list-section table tr td:nth-child(2), #game-area #link-list-section table tr td:nth-child(3) {
  width: 35%;
}
#game-area #link-list-section table tr td .link-cross, #game-area #link-list-section table tr td .link-tick {
  width: 50px;
  margin: 0 4px;
  opacity: 1;
}
#game-area #link-list-section table tr td .time-link {
  display: flex;
  justify-content: space-around;
  position: relative;
  height: 100%;
  padding: 0 20px;
}
#game-area #link-list-section table tr td .time-link img {
  height: 70px;
  margin-top: 3px;
  cursor: pointer;
}
#game-area #link-list-section table tr td .time-link img:active {
  transform: scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
}
#game-area #link-list-section table tr td p {
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}
#game-area #link-list-section table tr:nth-child(1) {
  background: white;
  height: 0;
}
#game-area #link-list-section table tr:nth-child(3), #game-area #link-list-section table tr:nth-child(5), #game-area #link-list-section table tr:nth-child(7), #game-area #link-list-section table tr:nth-child(9), #game-area #link-list-section table tr:nth-child(11), #game-area #link-list-section table tr:nth-child(13), #game-area #link-list-section table tr:nth-child(15), #game-area #link-list-section table tr:nth-child(17), #game-area #link-list-section table tr:nth-child(19), #game-area #link-list-section table tr:nth-child(21) {
  background: #127cd6;
}
#game-area #link-list-section table tr:nth-child(2), #game-area #link-list-section table tr:nth-child(4), #game-area #link-list-section table tr:nth-child(6), #game-area #link-list-section table tr:nth-child(8), #game-area #link-list-section table tr:nth-child(10), #game-area #link-list-section table tr:nth-child(12), #game-area #link-list-section table tr:nth-child(14), #game-area #link-list-section table tr:nth-child(16), #game-area #link-list-section table tr:nth-child(18), #game-area #link-list-section table tr:nth-child(20) {
  background: #8cbff5;
}
#game-area #link-list-section table .highlighted {
  border: 5px solid gold;
  box-shadow: 0 0 10px gold;
}
#game-area #testing {
  position: absolute;
  margin-left: 50px;
  font-size: 20px;
  display: none;
  z-index: 9999999999999;
}
#game-area #incorrect-section {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 0, 0, 0.735);
  left: 0;
  top: 0;
  z-index: 99;
  z-index: 999999999999;
}
#game-area #incorrect-section div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 22;
  width: 100%;
}
#game-area #incorrect-section p {
  color: white;
  font-family: puzzleGamesMainFont;
  font-size: 100px;
  width: 100%;
  text-align: center;
  animation: scale 1.5s infinite;
  text-shadow: 4px 4px rgba(128, 0, 128, 0.695);
}
#game-area #play-section, #game-area #link-section {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 20px 0;
}
#game-area #play-section #play-anim, #game-area #link-section #play-anim {
  transform: scale(0);
  opacity: 0;
}
#game-area #play-section #home-btn, #game-area #play-section #hint-btn, #game-area #link-section #home-btn, #game-area #link-section #hint-btn {
  position: absolute;
  left: 100%;
  transform: translateX(-100%);
  margin-left: -20px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
#game-area #play-section #home-btn:active, #game-area #play-section #hint-btn:active, #game-area #link-section #home-btn:active, #game-area #link-section #hint-btn:active {
  transform: translateX(-100%) scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
  transition: 0.2s;
}
#game-area #play-section #home-btn img, #game-area #play-section #hint-btn img, #game-area #link-section #home-btn img, #game-area #link-section #hint-btn img {
  width: 110px;
}
#game-area #play-section #hint-btn, #game-area #link-section #hint-btn {
  left: 0;
  margin-left: 20px;
  transform: none;
}
#game-area #play-section #hint-btn:active, #game-area #link-section #hint-btn:active {
  transform: translateX(0%) scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
  transition: 0.2s;
}
#game-area #play-section #timer, #game-area #link-section #timer {
  text-align: center;
}
#game-area #play-section #timer p, #game-area #link-section #timer p {
  font-family: f2;
  color: white;
  font-size: 50px;
  color: #0945ab;
}
#game-area #play-section #timer p span, #game-area #link-section #timer p span {
  color: white;
}
#game-area #play-section #current-word, #game-area #link-section #current-word {
  text-align: center;
}
#game-area #play-section #current-word p, #game-area #link-section #current-word p {
  font-family: f2;
  color: white;
  font-size: 50px;
  text-transform: capitalize;
}
#game-area #play-section #current-word p span, #game-area #link-section #current-word p span {
  color: white;
  font-family: puzzleGamesMainFont;
  text-transform: uppercase;
  color: gold;
}
#game-area #play-section #hint, #game-area #link-section #hint {
  background: url("/media/games/word-link/images/rect-bg.png");
  background-size: cover;
  width: 60%;
  height: 207px;
  display: flex;
  margin: 0 auto;
}
#game-area #play-section #hint p, #game-area #link-section #hint p {
  color: #b6cef7;
  font-family: f2;
  font-size: 30px;
  padding: 30px;
  text-align: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  justify-content: center;
}
#game-area #play-section #hint p span, #game-area #link-section #hint p span {
  margin-right: 5px;
  color: gold;
}
#game-area #play-section #words-list, #game-area #link-section #words-list {
  display: flex;
  justify-content: space-between;
  width: 52%;
  margin: 0 auto;
  margin-top: 50px;
}
#game-area #play-section #words-list .word-nb, #game-area #link-section #words-list .word-nb {
  width: 120px;
  height: 120px;
  background: #b2dcfb;
  border: 4px solid #102f82;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
#game-area #play-section #words-list .word-nb p, #game-area #link-section #words-list .word-nb p {
  color: #102f82;
  font-family: f2;
  font-size: 100px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
#game-area #play-section #words-list .word-nb div, #game-area #link-section #words-list .word-nb div {
  width: 100%;
  height: 10px;
  background: #1486d2;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
}
#game-area #play-section #words-list .word-nb img, #game-area #link-section #words-list .word-nb img {
  position: absolute;
  width: 50px;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-70%, -30%);
  opacity: 0;
}
#game-area #play-section #words-list .word-nb:active, #game-area #link-section #words-list .word-nb:active {
  transform: scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
  transition: 0.2s;
}
#game-area #play-section #words-list .selected, #game-area #link-section #words-list .selected {
  transform: scale(0.85);
  background: #576fcc;
}
#game-area #play-section #words-list .selected p, #game-area #link-section #words-list .selected p {
  color: #002e08;
}
#game-area #play-section #words-list .selected div, #game-area #link-section #words-list .selected div {
  background: #2b3daf;
}
#game-area #play-section #words-list .selected:active, #game-area #link-section #words-list .selected:active {
  transform: scale(0.8);
  opacity: 0.9;
  filter: brightness(1.1);
  transition: 0.2s;
}
#game-area #play-section #words-list .completed, #game-area #link-section #words-list .completed {
  background: #ffc605;
  border-color: #991a01;
}
#game-area #play-section #words-list .completed p, #game-area #link-section #words-list .completed p {
  color: #991a01;
}
#game-area #play-section #words-list .completed div, #game-area #link-section #words-list .completed div {
  background: #ed6e00;
}
#game-area #play-section #words-list .completed img, #game-area #link-section #words-list .completed img {
  opacity: 1;
}
#game-area #play-section #words-list .incorrect, #game-area #link-section #words-list .incorrect {
  background: red;
  border-color: darkred;
  animation: shakeAnim 0.7s infinite;
}
#game-area #play-section #words-list .incorrect div, #game-area #link-section #words-list .incorrect div {
  background: darkred;
}
#game-area #play-section #words-list .incorrect p, #game-area #link-section #words-list .incorrect p {
  color: #e4e4e4;
}
#game-area #play-section #back-btn, #game-area #play-section #next-btn, #game-area #link-section #back-btn, #game-area #link-section #next-btn {
  position: absolute;
  left: 70px;
  top: 94%;
  transform: translateY(-50%);
  z-index: 10;
  width: 120px;
  cursor: pointer;
  transition: 0.2s;
}
#game-area #play-section #back-btn:hover, #game-area #play-section #next-btn:hover, #game-area #link-section #back-btn:hover, #game-area #link-section #next-btn:hover {
  opacity: 0.9;
}
#game-area #play-section #back-btn:active, #game-area #play-section #next-btn:active, #game-area #link-section #back-btn:active, #game-area #link-section #next-btn:active {
  transform: translateY(-50%) scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
  transition: 0.2s;
}
#game-area #play-section #next-btn, #game-area #link-section #next-btn {
  right: 70px;
  left: auto;
}
#game-area #play-section .disabled, #game-area #link-section .disabled {
  opacity: 0.3;
  filter: grayscale(1);
  cursor: default;
  pointer-events: none;
}
#game-area #play-section #play-section-btns, #game-area #link-section #play-section-btns {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  margin-top: -140px;
  width: 96%;
  cursor: pointer;
  opacity: 0;
  display: none;
}
#game-area #play-section #play-section-btns img:active, #game-area #link-section #play-section-btns img:active {
  transform: scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
  transition: 0.2s;
}
#game-area #play-section #play-section-btns div, #game-area #link-section #play-section-btns div {
  transition: 0.3s ease-out;
}
#game-area #play-section #play-section-btns .disabled, #game-area #link-section #play-section-btns .disabled {
  opacity: 0.3;
  filter: grayscale(1);
  cursor: default;
}
#game-area #link-section #giveup-btn {
  position: absolute;
  top: 4%;
  left: 10%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
  opacity: 1;
}
#game-area #link-section #giveup-btn:active {
  transform: translateX(-50%) scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
  transition: 0.2s;
}
#game-area #link-section #giveup-btn img {
  width: 210px;
}
#game-area #link-section #completed-words-list {
  opacity: 0;
}
#game-area #link-section #completed-words-list div {
  width: 500px;
  height: 100px;
  border: 5px solid #102f82;
  display: flex;
  margin: -10px auto;
  background: #127ad65f;
  transform: scale(0.8);
}
#game-area #link-section #completed-words-list div p {
  color: white;
  font-family: puzzleGamesMainFont;
  font-size: 50px;
  text-align: center;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  margin-top: 15px;
  text-transform: capitalize;
}
#game-area #link-section #link-question {
  width: 904px;
  height: 120px;
  background: url("/media/games/word-link/images/rect-bg-small.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  opacity: 0;
}
#game-area #link-section #link-question p {
  color: white;
  font-family: puzzleGamesMainFont;
  font-size: 50px;
  text-align: center;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  margin-top: 30px;
}
#game-area #link-section #link-question p span {
  min-width: 350px;
  color: gold;
  text-transform: capitalize;
  text-wrap: nowrap;
}
#game-area #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
}
#game-area #end-section .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#game-area #end-section h1 {
  color: white;
  font-family: puzzleGamesMainFont;
  text-transform: uppercase;
  font-size: 45px;
  text-align: center;
  margin-top: 30px;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 0;
}
#game-area #end-section #end-logo {
  display: flex;
  justify-content: center;
  animation: logoAnim_v2 1.5s infinite;
  height: 300px;
  margin-top: -50px;
}
#game-area #end-section #end-logo img {
  height: 100%;
  transform: scale(0);
  opacity: 0;
}
#game-area #end-section #end-btns {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
#game-area #end-section #end-btns div {
  display: flex;
  justify-content: center;
  width: 400px;
  margin: 0px auto;
  cursor: pointer;
  animation: scale 1.5s infinite;
}
#game-area #end-section #end-btns div img {
  width: 100%;
  cursor: pointer;
  opacity: 1;
}
#game-area #end-section #end-btns div img:active {
  transform: scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
  transition: 0.2s;
}

@keyframes shakeAnim {
  0% {
    transform: scale(0.85) rotate(7deg);
  }
  50% {
    transform: scale(0.85) rotate(-7deg);
  }
  100% {
    transform: scale(0.85) rotate(7deg);
  }
}
@media (max-width: 600px) {
  #game-area #home-section #home-logo {
    height: 30%;
  }
  #game-area #home-section #home-logo img {
    height: 100%;
  }
  #game-area #link-list-section #link-back-btn, #game-area #link-list-section #link-next-btn {
    width: 70px;
    left: 5px;
  }
  #game-area #link-list-section #link-next-btn {
    bottom: 80px;
    top: auto;
    left: auto;
    right: 5px;
  }
  #game-area #link-list-section #table {
    height: 930px;
  }
  #game-area #link-list-section #table tr td .link-cross {
    width: 37px;
    margin: 0 2px;
  }
  #game-area #link-list-section #table tr td .link-tick {
    width: 37px;
    margin: 0 2px;
  }
  #game-area #link-list-section #table tr td .time-link img {
    transform: scale(0.8);
    margin-right: -10px;
  }
  #game-area #play-section #next-btn, #game-area #play-section #back-btn {
    top: 120%;
  }
  #game-area #play-section #play-anim {
    margin-top: 200px;
    width: 100%;
  }
  #game-area #play-section #play-anim #timer p {
    font-size: 60px;
  }
  #game-area #play-section #play-anim #current-word p {
    font-size: 60px;
    text-wrap: nowrap;
  }
  #game-area #play-section #play-anim #hint {
    width: 95%;
    height: 205px;
    margin-top: 50px;
  }
  #game-area #play-section #play-anim #hint p {
    font-size: 27px;
    padding: 10px 20px;
  }
  #game-area #play-section #play-anim #words-list {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
  }
  #game-area #play-section #play-anim #words-list .word-nb {
    width: 105px;
    height: 105px;
    margin: 10px;
  }
  #game-area #play-section #play-anim #words-list .word-nb p {
    font-size: 80px;
  }
  #game-area #play-section #play-anim #words-list .word-nb div {
    height: 8px;
  }
  #game-area #play-section #play-anim #words-list .word-nb img {
    width: 40px;
    transform: translate(-60%, -30%);
  }
  #game-area #link-section #giveup-btn {
    position: absolute;
    top: 4%;
    left: 15%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 2;
    opacity: 1;
  }
  #game-area #link-section #giveup-btn:active {
    transform: translateX(-50%) scale(0.95);
    opacity: 0.9;
    filter: brightness(1.1);
    transition: 0.2s;
  }
  #game-area #link-section #giveup-btn img {
    width: 210px;
  }
  #game-area #link-section #completed-words-list {
    margin-top: 150px;
  }
  #game-area #link-section #completed-words-list div {
    width: 90%;
    height: 120px;
    margin: 10px auto;
  }
  #game-area #link-section #completed-words-list div p {
    font-size: 80px;
  }
  #game-area #link-section #link-question {
    width: 90%;
    height: 95px;
    margin-top: 60px;
  }
  #game-area #link-section #link-question p {
    font-size: 40px;
  }
  #game-area #end-section #end-logo {
    height: 350px;
  }
  #game-area #end-section #end-logo img {
    height: 100%;
  }
  #game-area #end-section #end-btns {
    margin-top: 100px;
  }
  #game-area #end-section #end-btns div {
    width: 570px;
  }
  #game-area #end-section #end-btns div img {
    width: 100%;
  }
}
@media (width: 960px) and (height: 480px) {
  #game-area {
    width: 960px;
    height: 480px;
  }
  #game-area #link-list-section {
    width: 100%;
    height: 100%;
    position: absolute;
    font-family: f2;
    overflow: hidden;
  }
  #game-area #link-list-section #link-back-btn, #game-area #link-list-section #link-next-btn {
    top: 20px;
    left: 15px;
    width: 65px;
  }
  #game-area #link-list-section #link-next-btn {
    bottom: 15px;
    top: auto;
    left: auto;
    right: 15px;
  }
  #game-area #link-list-section #full-table {
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    overflow: hidden;
  }
  #game-area #link-list-section #table {
    height: 305px;
    overflow: hidden;
    width: calc(100% + 12px);
    margin-top: 60px;
    margin-left: 6px;
    position: relative;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    overflow-y: scroll;
  }
  #game-area #link-list-section table {
    margin-top: 0px;
  }
  #game-area #link-list-section table tr {
    border: none;
    height: 50px;
  }
  #game-area #link-list-section table tr th {
    font-size: 25px;
    height: 55px;
  }
  #game-area #link-list-section table tr td {
    height: 60px;
    font-size: 25px;
  }
  #game-area #link-list-section table tr td .link-cross, #game-area #link-list-section table tr td .link-tick {
    width: 35px;
  }
  #game-area #link-list-section table tr td .time-link {
    display: flex;
    justify-content: space-around;
    position: relative;
    height: 100%;
    padding: 0 20px;
  }
  #game-area #link-list-section table tr td .time-link img {
    height: 50px;
    margin-top: 10px;
  }
  #game-area #link-list-section table tr td p {
    top: 52%;
    font-size: 30px;
  }
  #game-area #play-section #home-btn img, #game-area #play-section #hint-btn img, #game-area #link-section #home-btn img, #game-area #link-section #hint-btn img {
    width: 80px;
  }
  #game-area #play-section #hint-btn, #game-area #link-section #hint-btn {
    left: 0;
    margin-left: 20px;
    transform: none;
  }
  #game-area #play-section #timer p, #game-area #link-section #timer p {
    font-size: 30px;
  }
  #game-area #play-section #current-word, #game-area #link-section #current-word {
    margin-top: -15px;
  }
  #game-area #play-section #current-word p, #game-area #link-section #current-word p {
    font-size: 30px;
  }
  #game-area #play-section #hint, #game-area #link-section #hint {
    width: 63%;
    height: 163px;
  }
  #game-area #play-section #hint p, #game-area #link-section #hint p {
    font-size: 25px;
  }
  #game-area #play-section #words-list, #game-area #link-section #words-list {
    display: flex;
    justify-content: space-between;
    width: 38%;
    margin: 0 auto;
    margin-top: 10px;
  }
  #game-area #play-section #words-list .word-nb, #game-area #link-section #words-list .word-nb {
    width: 60px;
    height: 60px;
  }
  #game-area #play-section #words-list .word-nb p, #game-area #link-section #words-list .word-nb p {
    font-size: 40px;
    margin-top: -4px;
  }
  #game-area #play-section #words-list .word-nb img, #game-area #link-section #words-list .word-nb img {
    width: 50px;
  }
  #game-area #play-section #back-btn, #game-area #play-section #next-btn, #game-area #link-section #back-btn, #game-area #link-section #next-btn {
    left: 70px;
    top: 94%;
    width: 60px;
    cursor: pointer;
    transition: 0.2s;
  }
  #game-area #play-section #back-btn:hover, #game-area #play-section #next-btn:hover, #game-area #link-section #back-btn:hover, #game-area #link-section #next-btn:hover {
    opacity: 0.9;
  }
  #game-area #play-section #back-btn:active, #game-area #play-section #next-btn:active, #game-area #link-section #back-btn:active, #game-area #link-section #next-btn:active {
    transform: translateY(-50%) scale(0.95);
    opacity: 0.9;
    filter: brightness(1.1);
    transition: 0.2s;
  }
  #game-area #play-section #next-btn, #game-area #link-section #next-btn {
    right: 70px;
    left: auto;
  }
  #game-area #play-section .disabled, #game-area #link-section .disabled {
    opacity: 0.3;
    filter: grayscale(1);
    cursor: default;
    pointer-events: none;
  }
  #game-area #play-section #play-section-btns, #game-area #link-section #play-section-btns {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
    margin-top: -140px;
    width: 96%;
    cursor: pointer;
    opacity: 0;
    display: none;
  }
  #game-area #play-section #play-section-btns img:active, #game-area #link-section #play-section-btns img:active {
    transform: scale(0.95);
    opacity: 0.9;
    filter: brightness(1.1);
    transition: 0.2s;
  }
  #game-area #play-section #play-section-btns div, #game-area #link-section #play-section-btns div {
    transition: 0.3s ease-out;
  }
  #game-area #play-section #play-section-btns .disabled, #game-area #link-section #play-section-btns .disabled {
    opacity: 0.3;
    filter: grayscale(1);
    cursor: default;
  }
  #game-area #link-section #giveup-btn img {
    width: 180px;
  }
  #game-area #link-section #completed-words-list div {
    width: 450px;
    height: 80px;
    margin: -25px auto;
    transform: scale(0.6);
  }
  #game-area #link-section #completed-words-list div p {
    font-size: 45px;
  }
  #game-area #link-section #link-question {
    width: 604px;
    height: 80px;
    margin-top: 20px;
  }
  #game-area #link-section #link-question p {
    font-size: 30px;
  }
  #game-area #end-section h1 {
    color: white;
    font-family: puzzleGamesMainFont;
    text-transform: uppercase;
    font-size: 45px;
    text-align: center;
    margin-top: 30px;
    text-shadow: 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0;
  }
  #game-area #end-section #end-logo {
    height: 150px;
    margin-top: 10px;
  }
  #game-area #end-section #end-btns {
    margin-top: 30px;
  }
  #game-area #end-section #end-btns div {
    width: 280px;
  }
}
/* Confetti pieces */
.confetti {
  position: fixed;
  /* or absolute if #game-area is relative */
  z-index: 9999;
  opacity: 0;
  transform: translateY(0) rotateZ(var(--rz, 0deg));
  animation-name: confetti-fall;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
  animation-fill-mode: forwards;
}

@keyframes confetti-fall {
  0% {
    opacity: 0;
    transform: translateY(-10vh) rotateZ(var(--rz));
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(210vh) rotateZ(calc(var(--rz) + 360deg));
  }
}
.wl-blank {
  display: inline-block;
  border-bottom: 6px solid #fff;
  vertical-align: bottom;
  margin: 0 14px;
  transform: translateY(-6px);
}

#table-header {
  margin-top: 40px;
}

/*# sourceMappingURL=style.css.map */
