.max-button[data-v-944a1fee] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  padding: 14px 32px;
  font-weight: 600;
  background-color: #0080FF;
  border-radius: 10px;
  line-height: 100%;
}
.max-button[secondary][data-v-944a1fee] {
  padding: 14px 16px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.max-button[green][data-v-944a1fee] {
  background-color: #0a9a49;
}
.max-button[disabled][data-v-944a1fee] {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.4);
}
.max-button[outlined][data-v-944a1fee] {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.max-button[data-v-944a1fee]:hover {
  filter: brightness(103%);
}
.max-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  gap: 10px;
  color: #160526;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}
.social-button[data-v-944a1fee]:hover {
  filter: brightness(105%);
}
.social-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee]:disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.social-button svg[data-v-944a1fee] {
  max-width: 24px;
  max-height: 24px;
}
.gameBackground[data-v-2249d2c3] {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100dvh;
}
.message-wrapper[data-v-2249d2c3] {
  max-width: 900px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  margin: 60px auto;
  text-align: center;
  padding: 20px;
  width: 100%;
  display: block;
}
.message-wrapper h1[data-v-2249d2c3] {
  font-family: "Barlow", arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.8em;
}
.loader[data-v-2249d2c3] {
  display: none !important;
  z-index: 0 !important;
}
.resume-button[data-v-2249d2c3] {
  margin-inline: auto;
  text-transform: uppercase;
  margin-top: 12px;
}

/*# sourceMappingURL=38.5de63c50.css.map*/