@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700&display=swap");
@font-face {
  font-family: f;
  src: url("media/ArthoPersonalUse-VGDRl.otf");
}
@keyframes leaderAnim {
  0% {
    transform: rotate(0deg) translateX(-100%);
  }
  50% {
    transform: rotate(5deg) translateX(-100%);
  }
  100% {
    transform: rotate(0deg) translateX(-100%);
  }
}
@keyframes howAnim {
  0% {
    transform: rotate(0deg) translateX(0%);
  }
  50% {
    transform: rotate(5deg) translateX(-5%);
  }
  100% {
    transform: rotate(0deg) translateX(0%);
  }
}
body {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  background: white;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #0cb8fc;
  border-radius: 5px;
}

#full-area {
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow-x: hidden;
  background: url("media/bg.png");
  background-size: cover;
  user-select: none;
  font-family: Montserrat;
  position: absolute;
}
#full-area #contact-section, #full-area #contact-section2 {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 100%;
  transform: translateY(-150%);
}
#full-area #contact-section a, #full-area #contact-section2 a {
  padding: 0 20px;
  font-size: 30px;
  font-family: f;
  color: darkblue;
  border-left: 5px solid darkblue;
  display: flex;
}
#full-area #contact-section a svg, #full-area #contact-section2 a svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: 7px;
}
#full-area #contact-section a span, #full-area #contact-section2 a span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin-top: 2px;
}
#full-area #contact-section2 {
  margin-left: -40px;
  position: absolute;
  top: auto;
  transform: none;
  width: 100%;
}
#full-area #contact-section2 a {
  font-size: 15px;
  padding: 0 10px;
}
#full-area #contact-section2 a svg {
  width: 15px;
  height: 15px;
  margin-top: 3px;
}
#full-area #contact-section2 a span {
  font-size: 10px;
}
#full-area #rewards-section {
  width: 100%;
  height: 100%;
  background: #00000078;
  position: absolute;
  z-index: 30;
  display: none;
}
#full-area #rewards-section .content {
  max-width: 400px;
  width: 95%;
  height: auto;
  background: skyblue;
  margin: 20px;
  border: 7px solid white;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.241);
  padding: 30px 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  max-height: 90vh;
  overflow-y: scroll;
}
#full-area #rewards-section .content::-webkit-scrollbar {
  background: skyblue;
  width: 0px;
}
#full-area #rewards-section .content h4 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
  font-family: f;
  margin-bottom: 30px;
}
#full-area #rewards-section .content h4 span {
  color: orangered;
}
#full-area #rewards-section .content p {
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.241);
  font-family: Montserrat;
  font-size: 20px;
}
#full-area #rewards-section .content p span {
  color: orangered;
  text-shadow: none;
}
#full-area #rewards-section .content button {
  background: orangered;
  color: white;
  width: 200px;
  font-family: f;
  font-size: 25px;
  border: 3px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.338);
  border-radius: 3px;
  outline: none;
  margin-top: 0px;
  transform: scale(0.7);
  margin-left: -10px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
}
#full-area #rewards-section .content button:hover {
  transform: scale(0.73);
  filter: brightness(1.05);
  transition: 0.1s;
}
#full-area #changeAvatar-section {
  width: 100%;
  height: 100vh;
  background: #00000078;
  position: absolute;
  z-index: 30;
}
#full-area #changeAvatar-section #avatar-options2 {
  position: absolute;
  background: white;
  width: 95%;
  max-width: 420px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.665);
  border-radius: 5px;
  max-height: 95vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  justify-content: center;
  display: flex;
  overflow-y: scroll;
  border-radius: 3px;
}
#full-area #changeAvatar-section #avatar-options2::-webkit-scrollbar {
  background: white;
  width: 0px;
}
#full-area #changeAvatar-section #avatar-options2 #avatar-menu {
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#full-area #changeAvatar-section #avatar-options2 #avatar-menu p {
  width: 46%;
  margin: 0 2%;
  text-align: center;
  background: skyblue;
  padding: 10px 0;
  cursor: pointer;
  font-family: f;
  letter-spacing: 1px;
  font-size: 20px;
  border-radius: 5px;
  border-bottom: 5px solid #368eb1;
  overflow: hidden;
}
#full-area #changeAvatar-section #avatar-options2 #avatar-menu p:hover {
  filter: brightness(1.1);
}
#full-area #changeAvatar-section #avatar-options2 div {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
#full-area #changeAvatar-section #avatar-options2 img {
  height: 90px;
  cursor: pointer;
}
#full-area #changeAvatar-section #avatar-options2 img:hover {
  background: skyblue;
  border-radius: 3px;
}
#full-area #changeAvatar-section #avatar-options2 .disabled-avatar {
  cursor: default;
  filter: grayscale(1);
  opacity: 0.5;
}
#full-area #changeAvatar-section #avatar-options2 .disabled-avatar:hover {
  background: white;
  border-radius: 0px;
}
#full-area #verification-section {
  width: 95%;
  max-width: 700px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
#full-area #verification-section h1 {
  text-align: center;
  position: relative;
  width: 100%;
  color: black;
  font-family: f;
  font-size: 40px;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.338);
  letter-spacing: 10px;
  overflow: hidden;
}
#full-area #verification-section h1 span {
  font-family: Montserrat;
  font-weight: 900;
  text-transform: none;
  color: darkblue;
  font-size: 30px;
  letter-spacing: 2px;
}
#full-area #verification-section form {
  width: 100%;
  margin-top: 30px;
}
#full-area #verification-section form input {
  display: flex;
  margin: 0 auto;
  height: 50px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.338);
  width: 100%;
  max-width: 400px;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  outline: none;
}
#full-area #verification-section form button, #full-area #verification-section form div {
  background: orangered;
  color: white;
  width: 100%;
  max-width: 400px;
  font-family: f;
  font-size: 30px;
  border: 3px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.338);
  border-radius: 3px;
  outline: none;
  margin-top: 0px;
  transform: scale(1);
  margin-left: -10px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 10px;
}
#full-area #verification-section form button:hover, #full-area #verification-section form div:hover {
  transform: scale(1.03);
  filter: brightness(1.05);
  transition: 0.1s;
}
#full-area #verification-section p {
  width: 100%;
  max-width: 400px;
  display: flex;
  margin: 0 auto;
  font-weight: 900;
}
#full-area #verification-section p span {
  margin-left: 10px;
  color: orangered;
}
#full-area #verification-section p .notToWait:hover {
  cursor: pointer;
  text-decoration: underline;
}
#full-area #info-section, #full-area #achievements-section {
  width: 95%;
  max-width: 1000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #info-section h2, #full-area #info-section h3, #full-area #achievements-section h2, #full-area #achievements-section h3 {
  text-align: center;
  position: relative;
  width: 100%;
  color: black;
  font-family: f;
  font-size: 50px;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.442);
  letter-spacing: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#full-area #info-section h3, #full-area #achievements-section h3 {
  color: orangered;
  text-transform: none;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
}
#full-area #info-section h3 span, #full-area #achievements-section h3 span {
  font-family: Montserrat;
}
#full-area #info-section p, #full-area #achievements-section p {
  color: rgba(0, 0, 0, 0.831);
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 500;
}
#full-area #info-section p span, #full-area #achievements-section p span {
  color: orangered;
  font-weight: 900;
}
#full-area #achievements-section {
  max-width: 800px;
}
#full-area #achievements-section #achievements {
  width: 100%;
  height: auto;
}
#full-area #achievements-section #achievements .achv {
  width: 100%;
  height: 100px;
  background: skyblue;
  border: 4px solid white;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.259);
  display: flex;
  padding: 0px;
  flex-wrap: wrap;
  height: auto;
  padding: 10px 5px;
  padding-left: 0;
  margin: 20px 0px;
}
#full-area #achievements-section #achievements .achv img {
  height: 110px;
  margin-left: -10px;
}
#full-area #achievements-section #achievements .achv div {
  margin-left: 30px;
  height: auto;
}
#full-area #achievements-section #achievements .achv div h1 {
  font-weight: 700;
  font-size: 30px;
}
#full-area #achievements-section #achievements .achv div p {
  font-size: 20px;
  margin-top: -10px;
}
#full-area #achievements-section #achievements .achv div button {
  background: orangered;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  outline: none;
  padding: 2px 20px;
  text-transform: uppercase;
  margin-top: -10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.136);
  border: 2px solid white;
}
#full-area #achievements-section #achievements .achv div button:hover {
  filter: brightness(1.1);
  transform: scale(1.01);
}
#full-area #achievements-section #achievements .achv div h6 {
  margin-top: -10px;
  color: green;
  font-weight: 600;
}
#full-area #leaderboard-section {
  width: 100%;
  justify-content: center;
}
#full-area #leaderboard-section ::-webkit-scrollbar {
  background: transparent;
  width: 10px;
}
#full-area #leaderboard-section ::-webkit-scrollbar-thumb {
  background: #00000078;
  border-radius: 5px;
}
#full-area #leaderboard-section h2, #full-area #leaderboard-section h3 {
  text-align: center;
  position: relative;
  width: 100%;
  color: black;
  font-family: f;
  font-size: 50px;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.442);
  letter-spacing: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#full-area #leaderboard-section h3 {
  margin-top: -40px;
  font-size: 30px;
  width: auto;
}
#full-area #leaderboard-section h3 img {
  width: 30px;
  animation: howAnim 0.9s infinite;
  margin-top: -2px;
}
#full-area #leaderboard-section h3 img:hover {
  filter: brightness(1.1);
  transform: scale(1.03);
  transition: 0.1s;
  cursor: pointer;
}
#full-area #leaderboard-section h3 div {
  background: limegreen;
  width: 30px;
  height: 30px;
  color: white;
  font-family: Montserrat;
  text-shadow: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.391);
  font-size: 20px;
  border-radius: 30px;
  margin-right: 15px;
  font-weight: bold;
  transform: none;
  animation: howAnim 0.9s infinite;
}
#full-area #leaderboard-section h3 div p {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
}
#full-area #leaderboard-section h3 div:hover {
  filter: brightness(1.1);
  transform: scale(1.03);
  transition: 0.1s;
  cursor: pointer;
}
#full-area #leaderboard-section h3 span {
  font-family: Montserrat;
}
#full-area #leaderboard-section #leaderboard-box {
  width: 400px;
  max-width: 95%;
  min-height: 500px;
  background: skyblue;
  margin: 20px;
  border: 7px solid white;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.241);
  padding: 30px 13px;
}
#full-area #leaderboard-section #leaderboard-box h1 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
  font-family: f;
}
#full-area #leaderboard-section #leaderboard-box h1 span {
  color: orangered;
}
#full-area #leaderboard-section #leaderboard-box #players-list {
  width: 100%;
  margin-top: 40px;
}
#full-area #leaderboard-section #leaderboard-box #players-list #player {
  width: 100%;
  display: flex;
  font-weight: bold;
  font-size: 20px;
}
#full-area #leaderboard-section #leaderboard-box #players-list #player #nb-player {
  width: 10%;
}
#full-area #leaderboard-section #leaderboard-box #players-list #player #username-player {
  width: 60%;
  padding-left: 2px;
  overflow: hidden;
  display: flex;
}
#full-area #leaderboard-section #leaderboard-box #players-list #player #username-player img {
  height: 35px;
  position: relative;
  top: -1px;
}
#full-area #leaderboard-section #leaderboard-box #players-list #player #score-player {
  width: 30%;
  text-align: right;
  font-size: 17px;
  padding-top: 2px;
  padding-left: 3px;
}
#full-area #info-btn {
  position: absolute;
  top: 15px;
  margin-left: -15px;
  left: 100%;
  transform: translateX(-100%);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.182);
  cursor: pointer;
  animation: leaderAnim 0.9s infinite;
  z-index: 2;
}
#full-area #info-btn:hover {
  filter: brightness(1.1);
}
#full-area #user-section {
  margin: 10px;
  position: absolute;
  z-index: 3;
}
#full-area #user-section div {
  display: flex;
}
#full-area #user-section div img {
  height: 70px;
  cursor: pointer;
}
#full-area #user-section div img:hover {
  filter: brightness(1.1);
}
#full-area #user-section div p {
  font-family: Montserrat;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.338);
  font-size: 25px;
  letter-spacing: 1px;
  height: 70px;
  padding-top: 0px;
  position: absolute;
  margin-left: 70px;
  font-weight: 900;
}
#full-area #user-section div h6 {
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.338);
  font-size: 20px;
  letter-spacing: 1px;
  height: 70px;
  margin-top: 35px;
  font-weight: 500;
}
#full-area #user-section div h6 svg {
  color: yellow;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-top: -10px;
}
#full-area #user-section div h6 svg:hover {
  color: gold;
}
#full-area #user-section button {
  background: darkblue;
  color: white;
  width: 200px;
  font-family: f;
  font-size: 25px;
  border: 3px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.338);
  border-radius: 3px;
  outline: none;
  margin-top: -50px;
  transform: scale(0.7);
  margin-left: -10px;
  position: relative;
}
#full-area #user-section button:nth-child(2) {
  background: orangered;
  top: 80px;
}
#full-area #user-section button:nth-child(4) {
  background: darkblue;
  top: 40px;
}
#full-area #user-section button:hover {
  transform: scale(0.73);
  filter: brightness(1.05);
  transition: 0.1s;
}
#full-area #games-area {
  width: 95%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  height: auto;
  min-height: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  padding: 30px 0;
  margin-bottom: 30px;
  margin-top: 20px;
}
#full-area #games-area h1 {
  text-align: center;
  position: relative;
  width: 100%;
  color: black;
  font-family: f;
  font-size: 90px;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.338);
  letter-spacing: 10px;
}
#full-area #games-area #return-btn {
  background: rgba(255, 255, 255, 0.687);
  color: white;
  width: 200px;
  font-family: f;
  font-size: 25px;
  border: 3px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.338);
  border-radius: 3px;
  outline: none;
  margin-top: 0px;
  transform: scale(0.9);
  margin-left: -10px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  color: darkblue;
  margin-top: -20px;
  padding-top: 3px;
}
#full-area #games-area #return-btn:hover {
  transform: scale(0.92);
  filter: brightness(1.05);
  transition: 0.1s;
}
#full-area #games-area #h1-menu {
  margin-top: 100px;
}
#full-area #games-area #games-list {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  overflow: hidden;
  margin-top: 20px;
  height: 100%;
}
#full-area #games-area #games-list #multiplayer-game, #full-area #games-area #games-list #arcade-games, #full-area #games-area #games-list #discord-btn {
  width: 95%;
  height: 300px;
  background: #000;
  z-index: 2000;
  max-width: 500px;
  margin: 20px;
  background: url("./media/arcade.png");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 5px solid white;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.169);
}
#full-area #games-area #games-list #multiplayer-game div, #full-area #games-area #games-list #arcade-games div, #full-area #games-area #games-list #discord-btn div {
  width: 100%;
  height: 100%;
  background: #000000b0;
  position: relative;
}
#full-area #games-area #games-list #multiplayer-game p, #full-area #games-area #games-list #arcade-games p, #full-area #games-area #games-list #discord-btn p {
  color: white;
  font-size: 50px;
  text-wrap: wrap;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 2;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.17);
}
#full-area #games-area #games-list #multiplayer-game:hover, #full-area #games-area #games-list #arcade-games:hover, #full-area #games-area #games-list #discord-btn:hover {
  filter: brightness(1.1);
}
#full-area #games-area #games-list #multiplayer-game:active, #full-area #games-area #games-list #arcade-games:active, #full-area #games-area #games-list #discord-btn:active {
  transform: scale(1.015);
}
#full-area #games-area #games-list #discord-btn {
  max-width: 1040px;
  background: #5865f2;
  height: 150px;
}
#full-area #games-area #games-list #discord-btn div {
  background: #00000022;
}
#full-area #games-area #games-list #discord-btn svg {
  width: 60px;
  height: 60px;
  margin-top: -10px;
}
#full-area #games-area #games-list #multiplayer-game {
  background: url("./media/multiplayerGame.png");
  background-size: cover;
  background-position: center center;
}
#full-area #games-area #games-list #game-layout {
  width: 350px;
  max-width: 100%;
  height: 250px;
  background: url("media/mathpop.png");
  background-size: cover;
  background-position: center;
  margin: 30px 20px;
  border: 5px solid white;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.246);
  filter: brightness(0.95);
  cursor: pointer;
}
#full-area #games-area #games-list #game-layout .clickArea {
  width: 100%;
  height: 100%;
  position: absolute;
}
#full-area #games-area #games-list #game-layout .leaderBtn {
  width: 50px;
  height: 50px;
  position: relative;
  left: 100%;
  z-index: 10;
  margin-top: 10px;
  margin-left: -10px;
  transform: translateX(-100%);
  border: 3px solid white;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.246);
  background: url("media/leaderboard.png") rgba(0, 0, 0, 0.741);
  background-size: cover;
  background-position: center center;
  display: none;
  animation: leaderAnim 0.9s infinite;
}
#full-area #games-area #games-list #game-layout .leaderBtn:hover {
  background: url("media/leaderboard.png") rgba(39, 39, 39, 0.741);
  background-size: cover;
  background-position: center center;
}
#full-area #games-area #games-list #game-layout:hover {
  transform: scale(1.03);
  filter: brightness(1.05);
  transition: 0.1s;
}
#full-area #games-area #games-list #game-layout:hover .leaderBtn {
  display: block;
}
#full-area #login-area-bg {
  width: 100%;
  height: 100vh;
  background: #000000cf;
  position: absolute;
  z-index: 3;
}
#full-area #login-area-bg #login-area {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  padding: 70px 40px;
  padding-top: 40px;
  border: 5px solid white;
  z-index: 2;
  background: skyblue;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.286);
  width: 95%;
  max-width: 420px;
  max-height: 90vh;
  overflow-y: scroll;
}
#full-area #login-area-bg #login-area::-webkit-scrollbar {
  background: white;
  width: 0px;
}
#full-area #login-area-bg h1 {
  text-align: center;
  position: relative;
  width: 100%;
  color: black;
  font-family: f;
  font-size: 55px;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.338);
  letter-spacing: 5px;
  margin-bottom: 20px;
}
#full-area #login-area-bg p {
  color: white;
  font-family: f;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.338);
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#full-area #login-area-bg form {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#full-area #login-area-bg form #password-recovery {
  color: darkblue;
  margin-top: 5px;
}
#full-area #login-area-bg form #password-recovery:hover {
  cursor: pointer;
  text-decoration: underline;
}
#full-area #login-area-bg form input, #full-area #login-area-bg form button {
  border: none;
  background: white;
  margin: 10px 0;
  width: 350px;
  height: 50px;
  padding-left: 10px;
  font-size: 20px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.187);
  display: flex;
  justify-content: center;
  margin: 0 auto;
  outline: none;
  width: 100%;
  font-weight: 500;
}
#full-area #login-area-bg form button {
  background: #00a100;
  font-family: f;
  font-size: 30px;
  color: white;
  padding-top: 3px;
}
#full-area #login-area-bg form button:hover {
  filter: brightness(1.1);
}
#full-area #login-area-bg form #chooseAvatar {
  display: flex;
  cursor: pointer;
  margin-bottom: 15px;
}
#full-area #login-area-bg form #chooseAvatar img {
  background: white;
  width: 50px;
  height: 50px;
}
#full-area #login-area-bg form #chooseAvatar h3 {
  background: white;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  margin-left: -2%;
  padding-top: 8px;
  font-family: f;
  color: rgba(0, 0, 0, 0.753);
  overflow: hidden;
}
#full-area #login-area-bg form #chooseAvatar:hover h3, #full-area #login-area-bg form #chooseAvatar:hover img {
  background: #f2f2f2;
}
#full-area #login-area-bg #errorLogin {
  color: red;
}
#full-area #login-area-bg #avatar-options {
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 3;
  justify-content: center;
  display: flex;
  overflow-y: scroll;
}
#full-area #login-area-bg #avatar-options::-webkit-scrollbar {
  background: white;
  width: 0px;
}
#full-area #login-area-bg #avatar-options img {
  height: 90px;
  cursor: pointer;
}
#full-area #login-area-bg #avatar-options img:hover {
  background: skyblue;
  border-radius: 3px;
}
#full-area #iframe {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  position: relative;
  min-height: 100vh;
}
#full-area iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.269);
  border-radius: 3px;
}
#full-area #mobile-btns {
  width: 30%;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  background: #000;
  position: absolute;
  opacity: 0.5;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 2px solid white;
  border-top: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.149);
  z-index: 999999999;
  display: none;
}
#full-area #mobile-btns svg {
  width: 20px;
  height: 20px;
  color: white;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: -2px;
}
#full-area .fromGameToLeader, #full-area .fromLeaderToGame, #full-area .toHome {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100%;
  z-index: 10;
  margin-top: 10px;
  margin-left: -10px;
  transform: translateX(-100%);
  border: 3px solid white;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.246);
  background: url("./media/leaderboard.png") rgba(0, 0, 0, 0.741);
  background-size: cover;
  background-position: center center;
  animation: leaderAnim 0.9s infinite;
  cursor: pointer;
}
#full-area .fromGameToLeader:hover, #full-area .fromLeaderToGame:hover, #full-area .toHome:hover {
  background: url("./media/leaderboard.png") rgba(39, 39, 39, 0.741);
  background-size: cover;
  background-position: center center;
}
#full-area .fromLeaderToGame {
  background: url("./media/play.png") rgba(0, 0, 0, 0.741);
  background-size: cover;
  background-position: center center;
}
#full-area .fromLeaderToGame:hover {
  background: url("./media/play.png") rgba(39, 39, 39, 0.741);
  background-size: cover;
  background-position: center center;
}
#full-area .toHome {
  left: 0;
  background: url("./media/home.png") rgba(0, 0, 0, 0.741);
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  transform: none;
  margin-left: 60px;
}
#full-area .toHome:hover {
  background: url("./media/home.png") rgba(39, 39, 39, 0.741);
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 900px) {
  #full-area {
    background: url("media/sky.svg");
    background-size: cover;
  }
  #full-area #contact-section {
    margin-left: -10px;
  }
  #full-area #contact-section a {
    font-size: 13px;
    padding: 0 10px;
  }
  #full-area #contact-section a svg {
    width: 13px;
    height: 13px;
    margin-top: 3px;
    margin-right: 0;
  }
  #full-area #contact-section a span {
    font-size: 9px;
    margin-top: 3px;
  }
  #full-area #games-area {
    margin-bottom: 30px;
  }
  #full-area #games-area h1 {
    margin-top: 170px;
  }
  #full-area #games-area #h1-menu {
    margin-top: 170px;
    font-size: 50px;
  }
  #full-area #games-area #games-list #multiplayer-game p, #full-area #games-area #games-list #arcade-games p, #full-area #games-area #games-list #discord-btn p {
    font-size: 35px;
  }
  #full-area #games-area #games-list #discord-btn {
    height: 100px;
  }
  #full-area #games-area #games-list #discord-btn p {
    font-size: 30px;
  }
  #full-area #games-area #games-list #discord-btn svg {
    width: 40px;
    height: 40px;
    margin-top: -5px;
  }
  #full-area #games-area #games-list #game-layout .leaderBtn {
    display: block;
  }
  #full-area #iframe {
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    margin: 0;
  }
  #full-area #iframe iframe {
    margin-top: 0px;
  }
  #full-area #mobile-btns {
    display: block;
  }

  .playPageBtn {
    display: none;
  }
}
@media (max-width: 400px) {
  #full-area #login-area-bg form button {
    font-size: 20px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #full-area #login-area-bg form #chooseAvatar h3 {
    font-size: 20px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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