@import url("https://fonts.googleapis.com/css2?family=Lilita+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=REM:wght@300;400;700&display=swap");
@keyframes loading {
  to {
    rotate: 360deg;
  }
}
@keyframes animateLoading {
  0%, 100% {
    stroke-dashoffset: 440;
  }
  50% {
    stroke-dashoffset: 0;
  }
  50.1% {
    stroke-dashoffset: 880;
  }
}
@keyframes success {
  0% {
    transform: rotateY(360deg);
  }
  15% {
    transform: rotateY(180deg);
  }
  30% {
    transform: rotateY(360deg);
  }
  70% {
    bottom: 0px;
  }
  85% {
    bottom: 65px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes tremer {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-2.5%);
  }
  30% {
    transform: translateX(2.25%);
  }
  45% {
    transform: translateX(-2%);
  }
  60% {
    transform: translateX(1.5%);
  }
  75% {
    transform: translateX(-1%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes error {
  to {
    box-shadow: 0px 0px 3px #e76c9c, 0px 0px 25px rgb(255, 104, 104), 0px 0px 35px rgb(254, 157, 157);
  }
  from {
    box-shadow: 0px 0px 0px #e76c9c, 0px 0px 0px rgb(255, 104, 104), 0px 0px 0px rgb(254, 157, 157);
  }
}
@keyframes blink {
  0%, 100% {
    box-shadow: 0px 0px 1px #554ca8, 0px 0px 0px rgb(131, 122, 214);
    scale: 1;
  }
  50% {
    box-shadow: 0px 0px 8px #554ca8, 0px 0px 20px rgb(131, 122, 214);
    scale: 1.03;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  background-color: #95c5d1;
  height: 100%;
  color: #333333;
  font-family: "Lilita One", cursive;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 180vmin;
  padding: 0 2%;
  margin: 0 auto;
  position: relative;
}

.msgErro {
  width: 95%;
  max-width: 415px;
  height: 70px;
  transition: 0.4s;
  position: absolute;
  font-size: 18px;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e66568;
  padding: 10px 20px;
  border-radius: 0px 0px 10px 10px;
  border-bottom: 4px solid #c45559;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f2f2;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-text-stroke: 0.8px #a95c5a;
  text-transform: uppercase;
  z-index: 98;
}
.msgErro:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 3px;
  width: 7px;
  height: 15px;
  transform: rotate(-20deg);
  background-color: rgba(254, 197, 219, 0.737254902);
  border-radius: 50%;
}
.msgErro.active {
  top: 0;
}

.main {
  height: 100%;
}

section {
  height: 100%;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6352941176);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 2500;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.apresentacao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #95c5d1;
  z-index: 23;
  padding: 0 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apresentacao .box-apresentacao {
  text-align: center;
}
.apresentacao .box-apresentacao h2 {
  margin-top: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apresentacao .box-apresentacao h2 span {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 3.5vmax;
  width: 4vmax;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 2px #101010;
  border-radius: 10px;
}
.apresentacao .box-apresentacao h2 span:nth-child(1) {
  z-index: 5;
  right: -4px;
  rotate: -5deg;
}
.apresentacao .box-apresentacao h2 span:nth-child(2) {
  z-index: 4;
  rotate: 5deg;
}
.apresentacao .box-apresentacao h2 span:nth-child(3) {
  z-index: 1;
  left: -4px;
  rotate: -3deg;
}
.apresentacao .box-apresentacao h2 span:nth-child(4) {
  z-index: 3;
  left: -8px;
  rotate: 6deg;
}
.apresentacao .box-apresentacao h2 span:nth-child(5) {
  z-index: 2;
  left: -11px;
  rotate: -9deg;
}

@media screen and (max-width: 900px) {
  .apresentacao .box-apresentacao h2 span {
    background-color: #f2f2f2;
    border-radius: 14px;
    border-bottom: 4px solid #ccc;
    color: #333333;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 5vmax;
    width: 6vmax;
    border-radius: 10px;
  }
}
.dicas-container {
  max-width: 1024px;
  padding: 20px 2%;
}
.dicas-container h1 {
  font-size: 38px;
  margin-bottom: 10px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  position: relative;
}
.dicas-container h1 span {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
  box-shadow: 0px 0px 2px #666;
  -webkit-text-stroke: 0.5px #1b1b1b;
}
.dicas-container h1 span:nth-child(1) {
  right: -7px;
  rotate: 5deg;
  z-index: 4;
  border-right: 2px solid #ccc;
}
.dicas-container h1 span:nth-child(2) {
  z-index: 3;
  rotate: -5deg;
  left: 3px;
}
.dicas-container h1 span:nth-child(3) {
  z-index: 5;
  rotate: 3deg;
}
.dicas-container h1 span:nth-child(4) {
  z-index: 1;
  rotate: -6deg;
  left: -3px;
}
.dicas-container h1 span:nth-child(5) {
  z-index: 2;
  rotate: 4deg;
  left: -7px;
}
.dicas-container h1 span:nth-child(6) {
  width: auto;
  rotate: 7deg;
  left: -10px;
  z-index: 6;
  padding: 5px;
}
.dicas-container h1 span i {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  z-index: 7;
  right: 6px;
  top: 0px;
  transform: translate(50%, -50%) rotate(32deg);
  background-color: #333333;
  color: white;
  padding: 2px 5px 3px 5px;
  border-radius: 3px;
  font-style: normal;
}
.dicas-container span.btn {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
  left: 50%;
  top: -18px;
  transform: translateX(-50%) rotate(4deg);
  display: inline-block;
  padding: 5px 10px 3px 10px;
  z-index: 5;
  background-color: #8b80b7;
  color: #f2f2f2;
  border-color: #6962a6;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-text-stroke: 0.8px #544e8a;
  border-radius: 10px;
  transition: 0.6s;
  animation: blink 1.5s linear infinite;
}
.dicas-container span.btn:hover {
  box-shadow: 1px 1px 8px #6b64aa, 1px 1px 20px rgba(107, 100, 170, 0.5960784314);
}
.dicas-container div.info-container {
  max-height: 100%;
  overflow: auto;
  font-family: "REM", sans-serif !important;
  color: #333333;
  text-align: center;
  height: 100%;
  max-height: 85%;
}
.dicas-container div.info-container::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(230, 101, 104);
}
.dicas-container div.info-container::-webkit-scrollbar-thumb {
  background-color: rgb(202, 49, 52);
  border-radius: 20px;
}
.dicas-container div.info-container::-webkit-scrollbar-thumb:hover {
  background-color: rgb(236, 36, 39);
}
.dicas-container div.info-container > div > div {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 20px;
  box-shadow: inset 0px 0px 2px #000;
}
.dicas-container div.info-container > div > div:nth-child(1) {
  margin-top: 0;
}
.dicas-container div.info-container h2, .dicas-container div.info-container p, .dicas-container div.info-container ul,
.dicas-container div.info-container span {
  text-align: left;
}
.dicas-container div.info-container h2 {
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Lilita One", cursive;
}
.dicas-container div.info-container h2.topics {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  user-select: none;
  margin: none;
  display: inline-block;
  font-weight: normal;
  font-size: 25px;
  padding: 5px 15px;
  color: #f2f2f2;
  text-transform: uppercase;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6352941176);
  position: relative;
  top: -30px;
  cursor: auto;
}
.dicas-container div.info-container h2.topics.t-1 {
  background-color: #91bb15;
  border-color: #68860f;
  -webkit-text-stroke: 0.8px #68860f;
  transform: rotate(-3deg);
}
.dicas-container div.info-container h2.topics.t-2 {
  background-color: #00b2d5;
  border-color: #00859f;
  -webkit-text-stroke: 0.8px #00859f;
  transform: rotate(4deg);
}
.dicas-container div.info-container h2.topics.t-3 {
  background-color: #e76c9c;
  border-color: #c45c84;
  -webkit-text-stroke: 0.8px #c45c84;
  transform: rotate(-4deg);
}
.dicas-container div.info-container h2.topics.t-4 {
  background-color: #8b80b7;
  border-color: #6962a6;
  -webkit-text-stroke: 0.8px #6962a6;
  transform: rotate(3deg);
}
.dicas-container div.info-container h2.topics.t-5 {
  background-color: #333333;
  border-color: #1f1f1f;
  -webkit-text-stroke: 0.8px #1f1f1f;
  transform: rotate(3deg);
}
.dicas-container div.info-container .developers {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.dicas-container div.info-container .developers li {
  font-size: 19px;
}
.dicas-container div.info-container .developers li p {
  font-size: 25px;
}
.dicas-container div.info-container .developers li:nth-child(1) {
  color: #69608a;
}
.dicas-container div.info-container .developers li:nth-child(1) svg {
  fill: #69608a;
}
.dicas-container div.info-container .developers li:nth-child(2) {
  color: #00859f;
}
.dicas-container div.info-container .developers li:nth-child(2) svg {
  fill: #00859f;
}
@media screen and (max-width: 509px) {
  .dicas-container div.info-container .developers {
    flex-wrap: wrap;
  }
  .dicas-container div.info-container .developers li {
    width: 100%;
  }
}
.dicas-container div.info-container h3 {
  color: #a8494b;
  font-weight: normal;
}
.dicas-container div.info-container p {
  line-height: 25px;
  font-size: 20px;
}
.dicas-container div.info-container ul {
  list-style-type: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.dicas-container div.info-container ul li {
  cursor: default !important;
  font-size: 20px;
  margin: 15px 0;
}
.dicas-container div.info-container ul.box-exemplo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  text-transform: uppercase;
  gap: 5px;
  font-family: "Lilita One", cursive;
}
.dicas-container div.info-container ul.box-exemplo li {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.dicas-container div.info-container ul.box-exemplo li:nth-child(1) {
  background-color: #91bb15;
  border-color: #68860f;
  -webkit-text-stroke: 1px #68860f;
  color: #f2f2f2;
}
.dicas-container div.info-container ul.box-exemplo li:nth-child(2), .dicas-container div.info-container ul.box-exemplo li:nth-child(3), .dicas-container div.info-container ul.box-exemplo li:nth-child(4) {
  background-color: #bdbec4;
  -webkit-text-stroke: 1px #666;
  border-color: #666;
  color: #f2f2f2;
}
.dicas-container div.info-container ul.box-exemplo li:nth-child(5) {
  background-color: #e66568;
  border-color: #a8494b;
  -webkit-text-stroke: 1px #a8494b;
  color: #f2f2f2;
}
.dicas-container div.info-container ul.box-exemplo-certo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  text-transform: uppercase;
  gap: 5px;
  font-family: "Lilita One", cursive;
}
.dicas-container div.info-container ul.box-exemplo-certo li {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background-color: #91bb15;
  border-color: #68860f;
  -webkit-text-stroke: 1px #68860f;
  color: #f2f2f2;
}
.dicas-container div.info-container ul.box-exemplo-pontos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  text-transform: uppercase;
  gap: 5px;
  font-size: 40px;
}
.dicas-container div.info-container ul.box-exemplo-pontos li {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #f2f2f2;
}
.dicas-container div.info-container ul.box-exemplo-pontos li:nth-child(1) {
  background-color: #00b2d5;
  border-color: #00859f;
}
.dicas-container div.info-container ul.box-exemplo-pontos li:nth-child(1).purple {
  background-color: #8b80b7;
  border-color: #6962a6;
}
.dicas-container div.info-container ul.box-exemplo-pontos li:nth-child(2) {
  transform: rotate(180deg);
  border: none;
  background-color: none;
  color: #333333;
}
.dicas-container div.info-container ul.box-exemplo-pontos li:nth-child(3) {
  background-color: #91bb15;
  border-color: #68860f;
}
.dicas-container div.info-container ul.box-exemplo-desistencia {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  gap: 5px;
  font-size: 40px;
  margin: none;
}
.dicas-container div.info-container ul.box-exemplo-desistencia li {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #f2f2f2;
  background-color: #e76c9c;
  border-color: #c45c84;
}
.dicas-container div.info-container ul.box-pontos {
  list-style: none;
  margin: 10px 0;
}
.dicas-container div.info-container ul.box-pontos li {
  line-height: 20px;
}
.dicas-container div.info-container ul.box-pontos .box-color {
  display: inline-block;
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px;
  border: 0.5px solid #333333;
  overflow: hidden;
  border-radius: 3px;
}
.dicas-container div.info-container ul.box-pontos .box-color.color_1 {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/shop-price-button.png");
}
.dicas-container div.info-container ul.box-pontos .box-color.color_2 {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/game-time-box.png");
}
.dicas-container div.info-container ul.box-pontos .box-color.color_3 {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/levels-grey-box.png");
}
.dicas-container div.info-container ul.box-exemplo-pontos-rodada {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  text-transform: uppercase;
  gap: 5px;
  font-family: "Lilita One", cursive;
}
.dicas-container div.info-container ul.box-exemplo-pontos-rodada li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dicas-container div.info-container ul.box-exemplo-pontos-rodada li:first-child, .dicas-container div.info-container ul.box-exemplo-pontos-rodada li:last-child {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f2f2;
  font-size: 20px;
  background-color: #91BB15;
  border-color: #6c8b0f;
}
.dicas-container div.info-container ul.box-exemplo-pontos-rodada li:nth-child(2) {
  rotate: 180deg;
}
.dicas-container div.info-container ul.box-exemplo-ranking {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  gap: 5px;
  margin-bottom: 10px;
}
.dicas-container div.info-container ul.box-exemplo-ranking li {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f2f2;
  font-size: 20px;
  background-color: #8b80b7;
  border-color: #6962a6;
}
.dicas-container div.info-container ul.box-exemplo-ranking li img {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.dicas-container div.info-container select {
  display: block;
  position: relative;
  left: 50%;
  width: 100%;
  height: 60px;
  max-width: 500px;
  transform: translateX(-50%);
  padding: 10px;
  border: 1px solid #333333;
  border-radius: 13px;
  margin-top: 15px;
  font-size: 20px;
  outline: none;
  color: #333333;
}
.dicas-container div.info-container::-o-scrollbar, .dicas-container div.info-container::-moz-scrollbar, .dicas-container div.info-container::-webkit-scrollbar {
  width: 10px;
  padding: 10px 0;
}
.dicas-container div.info-container::-o-scrollbar-thumb, .dicas-container div.info-container::-moz-scrollbar-thumb, .dicas-container div.info-container::-webkit-scrollbar-thumb {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/game-time-box.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.dicas-container .shadow-fit {
  position: relative;
  z-index: 20;
  height: 3px;
  width: 100%;
  background-size: contain;
  background-repeat: repeat-x;
}
.dicas-container .shadow-fit.fit-1 {
  background-image: url("../../public/top.png");
  top: 3px;
}
.dicas-container .shadow-fit.fit-2 {
  background-image: url("../../public/top.png");
  rotate: 180deg;
  bottom: 3px;
}

.inciarJogo {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.inciarJogo .alerta-usuario {
  padding: 0 2%;
  width: 100%;
  max-width: 450px;
  height: 65px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: -65px;
  left: 50%;
  background-color: #e66568;
  transform: translateX(-50%);
  border-radius: 0px 0px 10px 10px;
  border-bottom: 4px solid #c45559;
  text-align: center;
  transition: 0.2s;
  -webkit-text-stroke: 0.8px #a95c5a;
  text-transform: uppercase;
  color: #fff;
}
.inciarJogo .alerta-usuario p {
  color: #f2f2f2;
  font-size: 18px;
}
.inciarJogo .alerta-usuario:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 3px;
  width: 7px;
  height: 15px;
  transform: rotate(-20deg);
  background-color: rgba(254, 197, 219, 0.737254902);
  border-radius: 50%;
}
.inciarJogo .alerta-usuario.active {
  top: 0;
}
.inciarJogo .form {
  text-align: center;
  width: 100%;
  max-width: 500px;
  padding: 60px 10px;
  position: relative;
}
.inciarJogo .form h2 {
  font-size: 40px;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
.inciarJogo .form h2 span {
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
  border-bottom: 4px solid #ccc;
  position: relative;
  border-radius: 10px;
  -webkit-text-stroke: 0.1px #1b1b1b;
  box-shadow: 0px 0px 2px #666;
}
.inciarJogo .form h2 span:nth-child(1) {
  rotate: -7deg;
  z-index: 5;
  margin-right: -3px;
}
.inciarJogo .form h2 span:nth-child(2) {
  rotate: 7deg;
  z-index: 3;
  margin-right: -2px;
}
.inciarJogo .form h2 span:nth-child(3) {
  rotate: -4deg;
  z-index: 4;
}
.inciarJogo .form h2 span:nth-child(4) {
  rotate: 7deg;
  z-index: 2;
  margin-left: -4px;
}
.inciarJogo .form h2 span:nth-child(5) {
  rotate: -7deg;
  z-index: 1;
  margin-left: -3px;
}
.inciarJogo .form .form-control {
  text-align: left;
}
.inciarJogo .form .form-control label {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  transition: 0.2s;
  color: #333333;
  padding: 5px 10px;
  border-radius: 7px;
}
.inciarJogo .form .form-control input[type=text] {
  height: auto;
  display: inline-block;
  font-size: 20px;
  width: 100%;
  margin: 15px 0 20px 0;
  padding: 15px;
  outline: none;
  border-radius: 5px;
  border: none;
  color: #333333;
  border-radius: 7px;
  font-family: "Lilita One", cursive;
}
.inciarJogo .form span.btn {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 8px 15px;
  border-radius: 10px;
  background-color: #91bb15 !important;
  border-bottom: 4px solid #759b14 !important;
  -webkit-text-stroke: 0.4px #3f540b;
  color: #f2f2f2;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
}
.inciarJogo .form span.btn::before {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 3px;
  right: 5px;
  border-radius: 50%;
  rotate: -45deg;
  background-color: #cbdf9c;
}

.atualizando,
.analisandoPalavra {
  z-index: 2000;
  position: fixed;
  padding: 0 2%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -moz-backdrop-filter: blur(3px);
}
.atualizando > div,
.analisandoPalavra > div {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.atualizando > div svg,
.analisandoPalavra > div svg {
  position: relative;
  width: 100px;
  height: 100px;
  animation: loading 2s linear infinite;
}
.atualizando > div svg circle,
.analisandoPalavra > div svg circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 6;
  stroke: #bbdefb;
  stroke-linecap: round;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  transform: translate(10px, 10px);
  animation: animateLoading 4s linear infinite;
}
.atualizando p,
.analisandoPalavra p {
  color: #bbdefb;
}

header {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  position: relative;
  gap: 12px;
}
header > .control-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
header > .control-header > span.btn-letra,
header > .control-header > span.btn-dica-texto,
header > .control-header > span.desistir,
header > .control-header > span.btn-question,
header > .control-header > span.btn-setting,
header > .control-header > span.btn-regras,
header > .control-header > span.btn-ranking {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0;
  width: 5vb;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  position: relative;
  font-size: 3vmin;
}
header > .control-header > span.btn-letra::after,
header > .control-header > span.btn-dica-texto::after,
header > .control-header > span.desistir::after,
header > .control-header > span.btn-question::after,
header > .control-header > span.btn-setting::after,
header > .control-header > span.btn-regras::after,
header > .control-header > span.btn-ranking::after {
  font-family: "Lilita One", cursive;
  position: absolute;
  color: #f2f2f2;
  font-size: 12px;
  top: 100%;
  left: 50%;
  padding: 2px;
  border-radius: 5px;
  -webkit-text-stroke: 0.4px #333333;
  font-size: 1.5vmin;
}
header > .control-header > span.btn-letra#gerarDicaText, header > .control-header > span.btn-letra#gerarDica,
header > .control-header > span.btn-dica-texto#gerarDicaText,
header > .control-header > span.btn-dica-texto#gerarDica,
header > .control-header > span.desistir#gerarDicaText,
header > .control-header > span.desistir#gerarDica,
header > .control-header > span.btn-question#gerarDicaText,
header > .control-header > span.btn-question#gerarDica,
header > .control-header > span.btn-setting#gerarDicaText,
header > .control-header > span.btn-setting#gerarDica,
header > .control-header > span.btn-regras#gerarDicaText,
header > .control-header > span.btn-regras#gerarDica,
header > .control-header > span.btn-ranking#gerarDicaText,
header > .control-header > span.btn-ranking#gerarDica {
  position: relative;
}
header > .control-header > span.btn-letra#gerarDicaText.active, header > .control-header > span.btn-letra#gerarDica.active,
header > .control-header > span.btn-dica-texto#gerarDicaText.active,
header > .control-header > span.btn-dica-texto#gerarDica.active,
header > .control-header > span.desistir#gerarDicaText.active,
header > .control-header > span.desistir#gerarDica.active,
header > .control-header > span.btn-question#gerarDicaText.active,
header > .control-header > span.btn-question#gerarDica.active,
header > .control-header > span.btn-setting#gerarDicaText.active,
header > .control-header > span.btn-setting#gerarDica.active,
header > .control-header > span.btn-regras#gerarDicaText.active,
header > .control-header > span.btn-regras#gerarDica.active,
header > .control-header > span.btn-ranking#gerarDicaText.active,
header > .control-header > span.btn-ranking#gerarDica.active {
  background-color: #91bb15;
  border-bottom: 4px solid #759b14;
  color: #f2f2f2;
}
header > .control-header > span.btn-letra#gerarDicaText.active:before, header > .control-header > span.btn-letra#gerarDica.active:before,
header > .control-header > span.btn-dica-texto#gerarDicaText.active:before,
header > .control-header > span.btn-dica-texto#gerarDica.active:before,
header > .control-header > span.desistir#gerarDicaText.active:before,
header > .control-header > span.desistir#gerarDica.active:before,
header > .control-header > span.btn-question#gerarDicaText.active:before,
header > .control-header > span.btn-question#gerarDica.active:before,
header > .control-header > span.btn-setting#gerarDicaText.active:before,
header > .control-header > span.btn-setting#gerarDica.active:before,
header > .control-header > span.btn-regras#gerarDicaText.active:before,
header > .control-header > span.btn-regras#gerarDica.active:before,
header > .control-header > span.btn-ranking#gerarDicaText.active:before,
header > .control-header > span.btn-ranking#gerarDica.active:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 2px;
  top: 2px;
  transform: translate(-50%, -50%);
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/profile-coins.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
header > .control-header > span.btn-ranking {
  position: relative;
  background-color: #8b80b7;
  border-color: #6962a6;
}
header > .control-header > span.btn-ranking::before {
  content: "";
  width: 70%;
  height: 70%;
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/profile-levels0.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
header > .control-header > span.btn-ranking::after {
  content: "RANK";
  background-color: #91bb15;
  transform: translate(-50%, -50%) rotate(-3deg);
}
header > .control-header > span.btn-setting::after {
  content: "CONFIG";
  background-color: #f5b872;
  transform: translate(-50%, -50%) rotate(4deg);
}
header > .control-header > span.btn-regras::after {
  content: "REGRAS";
  background-color: #f5b872;
  transform: translate(-50%, -50%) rotate(4deg);
}
header > .control-header > span.btn-dica-texto {
  background-color: #00b2d5;
  color: #f2f2f2;
  border-color: #00859f;
  -webkit-text-stroke: 0.5 #333333;
}
header > .control-header > span.btn-dica-texto::after {
  content: "TEXTO";
  background-color: #e76c9c;
  transform: translate(-50%, -50%) rotate(2deg);
}
header > .control-header > span.btn-letra {
  background-color: #8b80b7;
  color: #f2f2f2;
  border-color: #6962a6;
}
header > .control-header > span.btn-letra::after {
  content: "LETRA";
  background-color: #00b2d5;
  transform: translate(-50%, -50%) rotate(-4deg);
}
header > .control-header > span.desistir {
  background-color: #e76c9c;
  color: #f2f2f2;
  border-bottom: 4px solid #c45c84;
}
header > .control-header > span.desistir::after {
  content: "DESISTIR";
  background-color: #8b80b7;
  transform: translate(-50%, -50%) rotate(4deg);
}
header > .modalDicaTexto {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -moz-backdrop-filter: blur(3px);
}
header > .modalDicaTexto .close-modal {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/shop-price-button.png");
  color: #f2f2f2;
  display: inline-block;
  padding: 10px 15px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  background-image: none;
  padding: 0;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  left: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-bottom: 4px solid #c45c84;
  background-color: #e76c9c !important;
}
header > .modalDicaTexto .close-modal::after, header > .modalDicaTexto .close-modal::before {
  content: "";
  position: absolute;
  width: 23px;
  background-color: #f2f2f2;
  height: 3px;
  transition: 0.3s;
  border-radius: 20px;
}
header > .modalDicaTexto .close-modal::after {
  transform: translateY(0) rotate(-135deg);
}
header > .modalDicaTexto .close-modal::before {
  transform: translateY(0) rotate(135deg);
}
header > .modalDicaTexto > div {
  background-color: #8b80b7;
  padding: 30px 20px;
  position: relative;
  border-radius: 20px;
  border-bottom: 6px solid #69608a;
  color: #fff;
  user-select: none;
  max-height: 500px;
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 80%;
  max-width: 500px;
  position: relative;
  overflow: initial;
}
header > .modalDicaTexto > div p {
  font-size: 20px;
}
header > .modalDicaTexto > div::-webkit-scrollbar {
  width: 9px;
}
header > .modalDicaTexto > div::-webkit-scrollbar-thumb {
  background-color: #f2fd5a;
  border: 1px solid #333333;
}
header > ul {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style-type: none;
}
header > ul li {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0 3px;
  min-width: 5vb;
  height: 5vb;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  position: relative;
  font-size: 3vmin;
}
header > ul li.btn-visu {
  display: none;
  background: #f2fd5a;
}
header > ul li span.info {
  position: absolute;
  background-color: #91BB15;
  padding: 2px;
  font-size: 1.5vmin;
  top: 100%;
  left: 50%;
  text-transform: uppercase;
  border-radius: 5px;
  transform: translate(-50%, -50%) rotate(-3deg);
}
header > ul li span.info.sec-info {
  transform: translate(-50%, -50%) rotate(4deg);
  background-color: #f5b872;
}
header > ul li:nth-child(2) {
  grid-area: n2;
  background-color: #91BB15;
  border-bottom: 4px solid #6c8b0f;
  color: #f2f2f2;
  cursor: initial;
  position: relative;
  -webkit-text-stroke: 0.5px #495e0a;
}
header > ul li:nth-child(1) {
  grid-area: n1;
  background-color: #f5b872;
  border-bottom: 4px solid #c7945b;
  color: #f2f2f2;
  cursor: initial;
  position: relative;
  -webkit-text-stroke: 0.5px #88663f;
}

@media screen and (max-width: 768px) {
  header {
    margin-top: 0;
    flex-wrap: wrap;
  }
  header > .control-header {
    width: 100%;
    order: 2;
    justify-content: center;
  }
  header > .control-header > span.btn-letra,
  header > .control-header > span.btn-dica-texto,
  header > .control-header > span.desistir,
  header > .control-header > span.btn-question,
  header > .control-header > span.btn-setting,
  header > .control-header > span.btn-regras,
  header > .control-header > span.btn-ranking {
    font-size: 5vmin;
  }
  header > .control-header > span.btn-letra::after,
  header > .control-header > span.btn-dica-texto::after,
  header > .control-header > span.desistir::after,
  header > .control-header > span.btn-question::after,
  header > .control-header > span.btn-setting::after,
  header > .control-header > span.btn-regras::after,
  header > .control-header > span.btn-ranking::after {
    font-size: 1.8vmin;
  }
  header > ul {
    width: 100%;
    order: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "n1 n2";
    margin-bottom: 10px;
  }
  header > ul li {
    width: auto;
    font-size: 5vmin;
  }
  header > ul li span.info {
    font-size: 1.8vmin;
  }
}
@media screen and (max-width: 701px) {
  header > .control-header > span.btn-letra::after,
  header > .control-header > span.btn-dica-texto::after,
  header > .control-header > span.desistir::after,
  header > .control-header > span.btn-question::after,
  header > .control-header > span.btn-setting::after,
  header > .control-header > span.btn-regras::after,
  header > .control-header > span.btn-ranking::after {
    font-size: 1.8vmin;
  }
  header > ul li span.info {
    font-size: 1.8vmin;
  }
}
@media screen and (max-width: 535px) {
  header .control-header > span.btn-letra,
  header .control-header > span.btn-dica-texto,
  header .control-header > span.desistir,
  header .control-header > span.btn-question,
  header .control-header > span.btn-setting,
  header .control-header > span.btn-regras,
  header .control-header > span.btn-ranking {
    font-size: 6.5vmin;
  }
  header .control-header > span.btn-letra::after,
  header .control-header > span.btn-dica-texto::after,
  header .control-header > span.desistir::after,
  header .control-header > span.btn-question::after,
  header .control-header > span.btn-setting::after,
  header .control-header > span.btn-regras::after,
  header .control-header > span.btn-ranking::after {
    font-size: 1.6vmax;
  }
  header > ul li {
    font-size: 6.5vmin;
  }
  header > ul li span.info {
    font-size: 1.6vmax;
  }
}
.estatistica {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6470588235);
  backdrop-filter: blur(4px);
  z-index: 100;
}
.estatistica .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2%;
}
.estatistica .container .painel {
  background-color: #8b80b7;
  padding: 30px 20px;
  position: relative;
  border-radius: 20px;
  border-bottom: 6px solid #69608a;
  color: #fff;
  user-select: none;
  max-height: 500px;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.estatistica .container .painel:after {
  content: "";
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translate(-50%, -50%);
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/levels-3-stars.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.estatistica .container .painel h2, .estatistica .container .painel h3, .estatistica .container .painel p {
  text-shadow: 2px 2px #69608a;
  font-weight: lighter;
}
.estatistica .container .painel h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.estatistica .container .painel h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.estatistica .container .painel h3:last-of-type {
  display: inline-block;
  margin-bottom: 15px;
}
.estatistica .container .painel p {
  position: relative;
  text-transform: uppercase;
}
.estatistica .container .painel p > span {
  font-weight: bold;
}
.estatistica .container .painel hr {
  margin: 6px 0;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 2px 2px #69608a;
}
.estatistica .container .painel .btn {
  display: inline-block;
  background-color: #e76c9c;
  border-bottom: 4px solid #c45c84;
  margin-top: 20px;
  position: relative;
  padding: 5px 10px;
  font-size: 20px;
  border-radius: 10px;
  color: #f2f2f2;
  cursor: pointer;
}
.estatistica .container .painel .btn:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 3px;
  width: 7px;
  height: 15px;
  transform: rotate(-30deg);
  background-color: #ffa0c5;
  border-radius: 50%;
}

.ranking {
  position: fixed;
  width: 90%;
  max-width: 250px;
  background-color: #8b80b7;
  border-radius: 0 15px 15px 0;
  border-bottom: 6px solid #6962a6;
  z-index: 2501;
  padding: 30px 20px;
  padding-top: 20px;
  left: -270px;
  top: 35vh;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  display: block;
  color: #f2f2f2;
  transition: 0.3s;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 17px;
}
.ranking span.close {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #e76c9c;
  border-radius: 50%;
  border-color: #c45c84;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f2f2;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-50%, -50%);
}
.ranking span.close::after, .ranking span.close::before {
  content: "";
  position: absolute;
  width: 23px;
  background-color: #f2f2f2;
  height: 3px;
  transition: 0.3s;
  border-radius: 20px;
}
.ranking span.close::after {
  transform: translateY(0) rotate(-135deg);
}
.ranking span.close::before {
  transform: translateY(0) rotate(135deg);
}
.ranking span {
  position: relative;
  z-index: 20;
}
.ranking span.clock,
.ranking label.meusPontos,
.ranking span.meuRank,
.ranking li b {
  color: #f5b872;
}
.ranking p {
  position: relative;
  margin: 5px 0;
  margin-bottom: 10px;
  z-index: 20;
}
.ranking p:last-of-type {
  z-index: 20;
}
.ranking hr {
  position: relative;
  display: block;
  border: 1px solid #333333;
  margin-bottom: 20px;
  z-index: 20;
}
.ranking ul {
  position: relative;
  list-style-type: none;
  line-height: 25px;
  z-index: 20;
}
.ranking ul li.minhaPosicaoNoRank {
  color: #f5b872;
}
.ranking ul li.alinhado {
  padding-left: 7px;
}
.ranking ul li:nth-child(1),
.ranking ul li:nth-child(2),
.ranking ul li:nth-child(3) {
  position: relative;
}
.ranking ul li:nth-child(1) img,
.ranking ul li:nth-child(2) img,
.ranking ul li:nth-child(3) img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.ranking.active {
  left: 0;
}

.jogoAtivo #jogo .atualizacao-container {
  padding: 0 2%;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 10000;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.jogoAtivo #jogo .atualizacao-container .msgRankAtualizou {
  position: relative;
  bottom: 25%;
  padding: 10px 20px;
  background-color: #6962a6;
  border-radius: 20px;
  border-bottom: 5px solid #4b4563;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f2f2;
  font-size: 20px;
}
.jogoAtivo #jogo .atualizacao-container .msgRankAtualizou svg {
  width: 50px;
  height: 50px;
  animation: loading 700ms linear infinite;
}
.jogoAtivo #jogo .atualizacao-container .msgRankAtualizou svg circle {
  position: relative;
  transform: translate(5px, 5px);
  fill: none;
  stroke-width: 3;
  stroke: #f2f2f2;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  animation: animateLoading 6s linear infinite;
}
.jogoAtivo #jogo #box-ul-container {
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.jogoAtivo #jogo #box-ul-container ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  list-style-type: none;
}
.jogoAtivo #jogo #box-ul-container ul li {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5vmin;
  text-transform: uppercase;
  cursor: pointer;
  width: 7vb;
  min-width: 5.8vb;
  background: #fff;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  aspect-ratio: 1/1;
  color: #333333 !important;
  border-radius: 11px;
  border-bottom: 4px solid #ccc;
}
.jogoAtivo #jogo #box-ul-container ul li.active, .jogoAtivo #jogo #box-ul-container ul li.letraIncorreta, .jogoAtivo #jogo #box-ul-container ul li.letraCorretaLugarErrado, .jogoAtivo #jogo #box-ul-container ul li.letraCorretaLugarCerto {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  position: relative;
}
.jogoAtivo #jogo #box-ul-container ul li.active:before, .jogoAtivo #jogo #box-ul-container ul li.letraIncorreta:before, .jogoAtivo #jogo #box-ul-container ul li.letraCorretaLugarErrado:before, .jogoAtivo #jogo #box-ul-container ul li.letraCorretaLugarCerto:before {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  right: 3px;
  top: 3px;
  rotate: -30deg;
  border-radius: 50%;
}
.jogoAtivo #jogo #box-ul-container ul li.active {
  background-color: #e76c9c !important;
  -webkit-text-stroke: 1px #a84f71;
  background-size: 100% 100%;
  color: #f2f2f2 !important;
  scale: 1.2;
  border-bottom: 4px solid #c45c84 !important;
  z-index: 1;
}
.jogoAtivo #jogo #box-ul-container ul li.active:before {
  background-color: #ffa0c5;
}
.jogoAtivo #jogo #box-ul-container ul li.letraIncorreta {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/levels-grey-box.png") !important;
  background-color: transparent !important;
  -webkit-text-stroke: 1px #666;
}
.jogoAtivo #jogo #box-ul-container ul li.letraIncorreta:before {
  background-color: #dcdcdc;
}
.jogoAtivo #jogo #box-ul-container ul li.letraCorretaLugarErrado {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/game-time-box.png") !important;
  background-color: transparent !important;
  -webkit-text-stroke: 1px #a7484c;
}
.jogoAtivo #jogo #box-ul-container ul li.letraCorretaLugarErrado:before {
  background-color: #f3b4af;
}
.jogoAtivo #jogo #box-ul-container ul li.letraCorretaLugarCerto {
  background-color: #91bb15 !important;
  border-bottom: 4px solid #759b14 !important;
  -webkit-text-stroke: 1px #698b11;
  border-radius: 13px;
  color: #f2f2f2 !important;
}
.jogoAtivo #jogo #box-ul-container ul li.letraCorretaLugarCerto:before {
  background-color: #cbdf9c;
}
.jogoAtivo #jogo #box-ul-container ul li.LetraAnimacaoEnter {
  animation: success 1.3s linear;
}
.jogoAtivo #jogo #box-ul-container ul.LetraAnimacaoErrou {
  animation: tremer 0.4s linear;
}
.jogoAtivo #jogo #box-ul-container ul.LetraAnimacaoErrou li {
  box-shadow: 0px 0px 0px #e76c9c, 0px 0px 0px rgb(255, 104, 104), 0px 0px 0px rgb(254, 157, 157);
  animation: error 0.5s linear;
}
.jogoAtivo #jogo #box-ul-container ul.off li {
  background: rgba(172, 172, 172, 0.3607843137);
  cursor: initial;
  color: #f2f2f2 !important;
  border: none;
}

@media screen and (max-width: 768px) {
  .jogoAtivo #jogo #box-ul-container ul li {
    width: 6vb;
    font-size: 35px;
  }
}
.teclado {
  padding: 0 1%;
  flex-shrink: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  display: grid;
  max-width: 100vb;
  min-height: 29vb;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(32, 1fr);
  gap: 0.25em;
}
.teclado > span {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
  padding: 0;
  grid-column: span 3;
  font-size: 5vmin;
  line-height: 2em;
  position: relative;
  color: #333333;
  transition: 0.3s;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-text-stroke: 0.5px #1b1b1b;
}
.teclado > span:hover {
  color: #333333;
}
.teclado > span:nth-child(11) {
  grid-column: 2/span 3;
}
.teclado > span:nth-child(20) {
  grid-column: 30/span 3;
  margin: 0;
  font-size: 4vmin;
}
.teclado > span:nth-child(21) {
  grid-column: 3/span 3;
}
.teclado > span:last-child {
  grid-column: 24/span 8;
  grid-row: 3 span 1;
}
.teclado > span:nth-child(20), .teclado > span:last-child {
  position: relative;
}
.teclado > span:nth-child(20):before, .teclado > span:last-child:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.teclado > span.letraIncorreta, .teclado > span.letraCorretaLugarErrado, .teclado > span.letraCorretaLugarCerto {
  color: #f2f2f2;
  background-color: transparent;
  border: none;
  position: relative;
}
.teclado > span.letraIncorreta:before, .teclado > span.letraCorretaLugarErrado:before, .teclado > span.letraCorretaLugarCerto:before {
  content: "";
  width: 9px;
  height: 18px;
  position: absolute;
  right: 5px;
  top: 3px;
  rotate: -30deg;
  border-radius: 50%;
}
.teclado > span.letraIncorreta {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/levels-grey-box.png") !important;
  -webkit-text-stroke: 1px #666;
}
.teclado > span.letraIncorreta:before {
  background-color: #dcdcdc;
}
.teclado > span.letraCorretaLugarErrado {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/game-time-box.png") !important;
  -webkit-text-stroke: 1px #a7484c;
}
.teclado > span.letraCorretaLugarErrado:before {
  background-color: #f3b4af;
}
.teclado > span.letraCorretaLugarCerto {
  background-image: none !important;
  background-color: #91bb15 !important;
  -webkit-text-stroke: 1px #698b11;
  border-bottom: 4px solid #759b14 !important;
  border-radius: 13px;
}
.teclado > span.letraCorretaLugarCerto:before {
  background-color: #cbdf9c;
}

@media screen and (max-width: 533px) {
  .teclado {
    border-bottom: 40px;
    min-height: 19vb;
  }
}
.alert {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 0 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.662745098);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.alert .box-confirm {
  background-color: #8b80b7;
  padding: 30px 20px;
  position: relative;
  border-radius: 20px;
  border-bottom: 6px solid #69608a;
  color: #fff;
  user-select: none;
  max-height: 500px;
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 100%;
  max-width: 400px;
}
.alert .box-confirm p {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}
.alert .box-confirm .box-buttons {
  text-align: center;
}
.alert .box-confirm .box-buttons span {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/shop-price-button.png");
  color: #f2f2f2;
  display: inline-block;
  padding: 10px 15px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  display: inline-block;
  background-image: none;
  color: #f2f2f2;
  position: relative;
  margin: 0 10px;
  font-size: 20px;
}
.alert .box-confirm .box-buttons span:before {
  content: "";
  width: 9px;
  height: 18px;
  position: absolute;
  right: 5px;
  top: 3px;
  rotate: -30deg;
  border-radius: 50%;
}
.alert .box-confirm .box-buttons span:nth-child(2) {
  background-color: #e76c9c;
  border-bottom: 4px solid #c45c84;
  border-radius: 13px;
}
.alert .box-confirm .box-buttons span:nth-child(2):before {
  background-color: #ffa0c5;
}
.alert .box-confirm .box-buttons span:nth-child(1) {
  background-color: #91bb15;
  border-bottom: 4px solid #759b14;
  border-radius: 13px;
}
.alert .box-confirm .box-buttons span:nth-child(1):before {
  background-color: #cbdf9c;
}

.modalConfig {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 500px;
  z-index: 3000;
  transition: 0.4s;
}
.modalConfig .config-control {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  padding: 20px 2%;
  height: 100%;
  max-width: 500px;
  max-height: 100%;
  overflow-y: auto;
  background-color: #95c5d1;
  transition: 0.8s;
  margin-left: -500px;
}
.modalConfig .config-control .header-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.modalConfig .config-control .header-control span {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.modalConfig .config-control .header-control span::after {
  content: none;
}
.modalConfig .config-control .header-control > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.modalConfig .config-control ul {
  display: block;
  color: #333333;
}
.modalConfig .config-control ul li {
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 10px 0;
  -webkit-text-stroke: 0 transparent;
}
.modalConfig .config-control ul li.tema {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modalConfig .config-control ul li.tema::before {
  content: none;
}
.modalConfig .config-control ul li.tema span.toggle-tema {
  position: relative;
  display: block;
  width: 70px;
  height: 35px;
  border-radius: 35px;
  background-color: #769ba4;
  box-shadow: inset 0 8px 20px #6d8f98, inset 0 8px 8px #6d8f98, inset 0 -4px 4px #6d8f98;
  overflow: hidden;
  cursor: pointer;
}
.modalConfig .config-control ul li.tema span.toggle-tema::before {
  content: "";
  width: 100%;
  height: 100%;
}
.modalConfig .config-control ul li.tema span.toggle-tema .indicador {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #91bb15;
  border-radius: 50%;
  border-top: 0;
  border-left: 0;
  border-bottom: 2px;
  border-right: 2px;
  border-style: solid;
  border-color: #759b14;
  transform: scale(0.9);
  box-shadow: 0px 8px 20px #5e7b83;
  transition: 0.5s;
}
.modalConfig .config-control ul li.tema span.toggle-tema .indicador::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  transform: rotate(33deg);
  background-color: #cbdf9c;
  left: 5px;
  top: 5px;
  border-radius: 50%;
}
.modalConfig .config-control ul li.tema span.toggle-tema.active .indicador {
  left: 35px;
}
.modalConfig.active {
  left: 0;
}
.modalConfig.active .config-control {
  margin-left: 0;
}

.modalRegras {
  position: fixed;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  display: flex;
  justify-content: end;
  z-index: 3000;
  background-color: #95c5d1;
  transition: 0.4s;
  max-width: 700px;
}
.modalRegras > .config-control {
  max-height: 100%;
  overflow: auto;
  font-family: "REM", sans-serif !important;
  color: #333333;
  text-align: center;
  padding: 20px 2%;
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 100%;
  transition: 0.4s;
}
.modalRegras > .config-control::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(230, 101, 104);
}
.modalRegras > .config-control::-webkit-scrollbar-thumb {
  background-color: rgb(202, 49, 52);
  border-radius: 20px;
}
.modalRegras > .config-control::-webkit-scrollbar-thumb:hover {
  background-color: rgb(236, 36, 39);
}
.modalRegras > .config-control > div > div {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 20px;
  box-shadow: inset 0px 0px 2px #000;
}
.modalRegras > .config-control > div > div:nth-child(1) {
  margin-top: 0;
}
.modalRegras > .config-control h2, .modalRegras > .config-control p, .modalRegras > .config-control ul,
.modalRegras > .config-control span {
  text-align: left;
}
.modalRegras > .config-control h2 {
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Lilita One", cursive;
}
.modalRegras > .config-control h2.topics {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  user-select: none;
  margin: none;
  display: inline-block;
  font-weight: normal;
  font-size: 25px;
  padding: 5px 15px;
  color: #f2f2f2;
  text-transform: uppercase;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6352941176);
  position: relative;
  top: -30px;
  cursor: auto;
}
.modalRegras > .config-control h2.topics.t-1 {
  background-color: #91bb15;
  border-color: #68860f;
  -webkit-text-stroke: 0.8px #68860f;
  transform: rotate(-3deg);
}
.modalRegras > .config-control h2.topics.t-2 {
  background-color: #00b2d5;
  border-color: #00859f;
  -webkit-text-stroke: 0.8px #00859f;
  transform: rotate(4deg);
}
.modalRegras > .config-control h2.topics.t-3 {
  background-color: #e76c9c;
  border-color: #c45c84;
  -webkit-text-stroke: 0.8px #c45c84;
  transform: rotate(-4deg);
}
.modalRegras > .config-control h2.topics.t-4 {
  background-color: #8b80b7;
  border-color: #6962a6;
  -webkit-text-stroke: 0.8px #6962a6;
  transform: rotate(3deg);
}
.modalRegras > .config-control h2.topics.t-5 {
  background-color: #333333;
  border-color: #1f1f1f;
  -webkit-text-stroke: 0.8px #1f1f1f;
  transform: rotate(3deg);
}
.modalRegras > .config-control .developers {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.modalRegras > .config-control .developers li {
  font-size: 19px;
}
.modalRegras > .config-control .developers li p {
  font-size: 25px;
}
.modalRegras > .config-control .developers li:nth-child(1) {
  color: #69608a;
}
.modalRegras > .config-control .developers li:nth-child(1) svg {
  fill: #69608a;
}
.modalRegras > .config-control .developers li:nth-child(2) {
  color: #00859f;
}
.modalRegras > .config-control .developers li:nth-child(2) svg {
  fill: #00859f;
}
@media screen and (max-width: 509px) {
  .modalRegras > .config-control .developers {
    flex-wrap: wrap;
  }
  .modalRegras > .config-control .developers li {
    width: 100%;
  }
}
.modalRegras > .config-control h3 {
  color: #a8494b;
  font-weight: normal;
}
.modalRegras > .config-control p {
  line-height: 25px;
  font-size: 20px;
}
.modalRegras > .config-control ul {
  list-style-type: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.modalRegras > .config-control ul li {
  cursor: default !important;
  font-size: 20px;
  margin: 15px 0;
}
.modalRegras > .config-control ul.box-exemplo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  text-transform: uppercase;
  gap: 5px;
  font-family: "Lilita One", cursive;
}
.modalRegras > .config-control ul.box-exemplo li {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.modalRegras > .config-control ul.box-exemplo li:nth-child(1) {
  background-color: #91bb15;
  border-color: #68860f;
  -webkit-text-stroke: 1px #68860f;
  color: #f2f2f2;
}
.modalRegras > .config-control ul.box-exemplo li:nth-child(2), .modalRegras > .config-control ul.box-exemplo li:nth-child(3), .modalRegras > .config-control ul.box-exemplo li:nth-child(4) {
  background-color: #bdbec4;
  -webkit-text-stroke: 1px #666;
  border-color: #666;
  color: #f2f2f2;
}
.modalRegras > .config-control ul.box-exemplo li:nth-child(5) {
  background-color: #e66568;
  border-color: #a8494b;
  -webkit-text-stroke: 1px #a8494b;
  color: #f2f2f2;
}
.modalRegras > .config-control ul.box-exemplo-certo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  text-transform: uppercase;
  gap: 5px;
  font-family: "Lilita One", cursive;
}
.modalRegras > .config-control ul.box-exemplo-certo li {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background-color: #91bb15;
  border-color: #68860f;
  -webkit-text-stroke: 1px #68860f;
  color: #f2f2f2;
}
.modalRegras > .config-control ul.box-exemplo-pontos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  text-transform: uppercase;
  gap: 5px;
  font-size: 40px;
}
.modalRegras > .config-control ul.box-exemplo-pontos li {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #f2f2f2;
}
.modalRegras > .config-control ul.box-exemplo-pontos li:nth-child(1) {
  background-color: #00b2d5;
  border-color: #00859f;
}
.modalRegras > .config-control ul.box-exemplo-pontos li:nth-child(1).purple {
  background-color: #8b80b7;
  border-color: #6962a6;
}
.modalRegras > .config-control ul.box-exemplo-pontos li:nth-child(2) {
  transform: rotate(180deg);
  border: none;
  background-color: none;
  color: #333333;
}
.modalRegras > .config-control ul.box-exemplo-pontos li:nth-child(3) {
  background-color: #91bb15;
  border-color: #68860f;
}
.modalRegras > .config-control ul.box-exemplo-desistencia {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  gap: 5px;
  font-size: 40px;
  margin: none;
}
.modalRegras > .config-control ul.box-exemplo-desistencia li {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #f2f2f2;
  background-color: #e76c9c;
  border-color: #c45c84;
}
.modalRegras > .config-control ul.box-pontos {
  list-style: none;
  margin: 10px 0;
}
.modalRegras > .config-control ul.box-pontos li {
  line-height: 20px;
}
.modalRegras > .config-control ul.box-pontos .box-color {
  display: inline-block;
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px;
  border: 0.5px solid #333333;
  overflow: hidden;
  border-radius: 3px;
}
.modalRegras > .config-control ul.box-pontos .box-color.color_1 {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/shop-price-button.png");
}
.modalRegras > .config-control ul.box-pontos .box-color.color_2 {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/game-time-box.png");
}
.modalRegras > .config-control ul.box-pontos .box-color.color_3 {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/levels-grey-box.png");
}
.modalRegras > .config-control ul.box-exemplo-pontos-rodada {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  text-transform: uppercase;
  gap: 5px;
  font-family: "Lilita One", cursive;
}
.modalRegras > .config-control ul.box-exemplo-pontos-rodada li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalRegras > .config-control ul.box-exemplo-pontos-rodada li:first-child, .modalRegras > .config-control ul.box-exemplo-pontos-rodada li:last-child {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f2f2;
  font-size: 20px;
  background-color: #91BB15;
  border-color: #6c8b0f;
}
.modalRegras > .config-control ul.box-exemplo-pontos-rodada li:nth-child(2) {
  rotate: 180deg;
}
.modalRegras > .config-control ul.box-exemplo-ranking {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  gap: 5px;
  margin-bottom: 10px;
}
.modalRegras > .config-control ul.box-exemplo-ranking li {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f2f2;
  font-size: 20px;
  background-color: #8b80b7;
  border-color: #6962a6;
}
.modalRegras > .config-control ul.box-exemplo-ranking li img {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.modalRegras > .config-control select {
  display: block;
  position: relative;
  left: 50%;
  width: 100%;
  height: 60px;
  max-width: 500px;
  transform: translateX(-50%);
  padding: 10px;
  border: 1px solid #333333;
  border-radius: 13px;
  margin-top: 15px;
  font-size: 20px;
  outline: none;
  color: #333333;
}
.modalRegras > .config-control::-o-scrollbar, .modalRegras > .config-control::-moz-scrollbar, .modalRegras > .config-control::-webkit-scrollbar {
  width: 10px;
  padding: 10px 0;
}
.modalRegras > .config-control::-o-scrollbar-thumb, .modalRegras > .config-control::-moz-scrollbar-thumb, .modalRegras > .config-control::-webkit-scrollbar-thumb {
  background-image: url("../../public/guess-the-word-game-gui-assets/PNG/game-time-box.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.modalRegras > .config-control > div {
  background-color: transparent;
}
.modalRegras > .config-control > div > div {
  background-color: #95c5d1;
  padding: 0;
  box-shadow: none;
}
.modalRegras > .config-control > div > div > div {
  background-color: #f2f2f2;
  box-shadow: inset 0px 0px 3px black;
  padding: 20px 2%;
}
.modalRegras > .config-control > div > div > div:not(:first-child) {
  margin-top: 35px;
}
.modalRegras > .config-control > span {
  background-color: #f2f2f2;
  border-radius: 14px;
  border-bottom: 4px solid #ccc;
  color: #333333;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 20px;
  background-color: #95c5d1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #6b8d95;
}
.modalRegras.active {
  right: 0;
}

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