@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  position: relative;
  background: linear-gradient(268.02deg, #9c00ff 27.52%, #36dcf5 72.48%);
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}

.bg-niko {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bg-niko.left-player::before {
  opacity: 1 !important;
}

.bg-niko.right-player::after {
  opacity: 1 !important;
}

.bg-niko:after {
  content: "";
  background: url("img/nikos02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  z-index: -2;
  opacity: 0.34;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bg-niko:before {
  content: "";
  background: url("img/nikos03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  z-index: -2;
  opacity: 0.34;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quiz-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quiz-table.move {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(calc(-30% + 1rem));
          transform: translateY(calc(-30% + 1rem));
}

.quiz-table .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.quiz-table .inner:not(:first-child) {
  margin-top: -14px;
}

.quiz-table .inner .inner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.quiz-table .inner .inner-list .hexagon {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 0.5rem;
}

.quiz-table .inner .inner-list .hexagon.hidden {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.24;
}

.quiz-table .inner .inner-list .hexagon.hidden button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.quiz-table .inner .inner-list .hexagon button:hover svg .bg-hex, .quiz-table .inner .inner-list .hexagon button:hover svg .bg-hex {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #e5e5e5;
}

.quiz-table .inner .inner-list .hexagon button {
  outline: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 73px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.quiz-table .inner .inner-list .hexagon button:disabled {
  color: #000;
}

.quiz-table .inner .inner-list .hexagon button.hide-hex {
  opacity: 0.24;
}

.quiz-table .inner .inner-list .hexagon button.losers {
  opacity: 0.24;
}

.quiz-table .inner .inner-list .hexagon button.red svg .bg-hex {
  fill: #ff1100;
}

.quiz-table .inner .inner-list .hexagon button.blue svg .bg-hex {
  fill: #0eaffe;
}

.quiz-table .inner .inner-list .hexagon button.zoomed {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  z-index: 6;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.quiz-table .inner .inner-list .hexagon button.zoomed:hover svg .bg-hex {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #fff;
}

.quiz-table .inner .inner-list .hexagon button span {
  font-size: 1.5rem;
  position: absolute;
  font-family: "Comic Neue", cursive;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.quiz-table .inner .inner-list .hexagon button svg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 64px;
  height: 73px;
}

.quiz-table .inner .inner-list .hexagon:last-child {
  margin-right: 0;
}

.questions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(70%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 70%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
}

.questions .content {
  position: relative;
  min-width: 250px;
  max-width: 400px;
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.questions .content h1 {
  color: #fff;
  margin-top: 0;
  text-align: center;
}

.questions .content ul li {
  position: relative;
}

.questions .content ul li:not(:last-of-type) {
  margin-bottom: 0.25rem;
}

.questions .content ul li button {
  outline: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  background: #fff;
  padding: 0.25rem;
}

.questions .timer {
  width: 100%;
  height: 1rem;
  background: #fff;
  position: relative;
  margin-top: 1rem;
}

.questions .timer .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(268.02deg, #9c00ff 27.52%, #36dcf5 72.48%);
}

.operator-teams {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.operator-teams .teams {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.operator-teams .teams svg {
  width: 80%;
}

.operator-teams .teams .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.operator-teams .teams .team .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.operator-teams .teams .team .content p {
  z-index: 3;
  position: absolute;
  font-size: 1.5rem;
  max-width: 40%;
  font-family: "Comic Neue", cursive;
  top: calc(25% + 2px);
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.operator-teams .teams .team .content.active-player {
  z-index: 6;
}

.operator-teams .teams .team .content.active-player::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 49%;
  height: 57px;
  z-index: -1;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  opacity: 0.5;
}

.operator-teams .teams .team:nth-child(1) .content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.operator-teams .teams .team:nth-child(1) .content p {
  left: 1.35rem;
}

.operator-teams .teams .team:nth-child(2) .content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.operator-teams .teams .team:nth-child(2) .content p {
  right: 1.35rem;
}

.operator-teams .teams .team:nth-child(1) .active-player::after {
  left: 5px;
  background: #ff1100;
}

.operator-teams .teams .team:nth-child(2) .active-player::after {
  right: 5px;
  background: #0eaffe;
}

.pop-up {
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #222222;
  color: #fff;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
}

.pop-up p {
  margin: 0;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
/*# sourceMappingURL=styles.css.map */