@charset "UTF-8";
@font-face {
  font-family: "Aspira";
  src: url("../../assets/fonts/greenhub/Aspira-Heavy.woff2") format("woff2"), url("../../assets/fonts/greenhub/Aspira-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Bemio";
  src: url("../../assets/fonts/greenhub/Bemio.woff2") format("woff2"), url("../../assets/fonts/greenhub/Bemio.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Aspira";
  src: url("../../assets/fonts/greenhub/Aspira-Black.woff2") format("woff2"), url("../../assets/fonts/greenhub/Aspira-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Aspira";
  src: url("../../assets/fonts/greenhub/Aspira-Regular.woff2") format("woff2"), url("../../assets/fonts/greenhub/Aspira-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

#app {
  height: 100%;
  overflow-x: clip; }

main {
  background-image: url("../../assets/images/greenhub/game12/background.png");
  background-repeat: repeat;
  background-color: #cbf3de;
  min-height: 100%; }
  main h1 {
    font-size: 3rem;
    font-family: "Bemio";
    color: #005e6e;
    padding-bottom: 25px; }
    @media screen and (max-width: 1020px) {
      main h1 {
        font-size: 2.8rem;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      main h1 {
        font-size: 2.6rem; } }
  main .text1 {
    color: #005e6e;
    font-size: 2rem;
    font-family: "Aspira";
    padding-bottom: 10px; }
    @media screen and (max-width: 1020px) {
      main .text1 {
        font-size: 1.8rem;
        padding-left: 20px;
        padding-right: 20px; } }
  main .text2 {
    color: #005e6e;
    font-size: 2rem;
    font-family: "Aspira";
    padding-bottom: 0;
    font-weight: 700; }
    @media screen and (max-width: 1020px) {
      main .text2 {
        font-size: 1.6rem;
        padding-left: 20px;
        padding-right: 20px; } }

.header .team {
  top: 10px;
  left: 20px;
  position: absolute;
  font-family: "Aspira";
  display: flex;
  width: 260px;
  text-align: left; }
  .header .team .icon {
    display: none; }
  @media screen and (max-width: 1020px) {
    .header .team {
      top: 20px; } }
  @media screen and (max-width: 767px) {
    .header .team {
      display: none; } }

.header .text {
  padding-top: 2px; }
  .header .text .username {
    font-size: 1.8rem;
    color: #005e6e;
    font-family: "Bemio"; }
  .header .text .overall-points {
    font-size: 1.8rem;
    color: #479d5a;
    font-weight: 800;
    display: none; }
    @media screen and (max-width: 1020px) {
      .header .text .overall-points {
        display: block; } }
    @media screen and (max-width: 767px) {
      .header .text .overall-points {
        display: inline-block; } }
  .header .text .team-name,
  .header .text .group-name {
    color: #005e6e;
    font-weight: 800;
    font-size: 1.6rem;
    padding: 1px 0; }
    @media screen and (max-width: 1020px) {
      .header .text .team-name,
      .header .text .group-name {
        display: none; } }

.header .menu-button {
  width: 40px;
  height: 28px;
  background-image: url("../../assets/images/greenhub/game12/menu.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .header .menu-button {
      width: 34px;
      position: fixed;
      z-index: 100; } }

.header .menu {
  position: absolute;
  top: 20px;
  right: 90px;
  background-color: #005e6e;
  padding: 18px 22px;
  display: none;
  flex-direction: column;
  text-align: left;
  z-index: 100;
  border-radius: 10px 0 10px 10px; }
  .header .menu:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 0;
    border-color: #005e6e transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -15px; }
  @media screen and (max-width: 1020px) {
    .header .menu {
      top: 80px;
      right: 14px; }
      .header .menu:after {
        top: -15px;
        right: 5px;
        border-width: 0 23px 15px 23px;
        border-color: transparent transparent #005e6e transparent; } }
  @media screen and (max-width: 767px) {
    .header .menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 18% 12%; } }
  .header .menu.open {
    display: flex;
    border-radius: 0; }
    @media screen and (max-width: 767px) {
      .header .menu.open:after {
        content: "X";
        position: absolute;
        top: 20px;
        right: 20px;
        color: #FFFFFF;
        font-size: 30px;
        font-family: "Aspira"; } }
  .header .menu .menu-item {
    color: #FFFFFF;
    font-size: 1.3rem;
    font-family: "Bemio";
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 300ms ease; }
    @media screen and (max-width: 767px) {
      .header .menu .menu-item {
        padding: 14px 0; } }
    .header .menu .menu-item:hover {
      opacity: 0.8; }
    .header .menu .menu-item.logout {
      color: #ffcd00;
      font-family: "Bemio";
      background: url("../../assets/images/greenhub/game12/logout.svg") -10px 0px no-repeat;
      background-size: 40px 40px;
      padding-left: 30px;
      padding-top: 15px;
      padding-bottom: 0px;
      border-top: solid 1px #ffcd00;
      margin-top: 0px; }

.footer {
  background-size: 1276px 184px;
  height: 225px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  pointer-events: none; }
  .footer:before {
    content: "";
    background-image: url("../../assets/images/greenhub/game12/board/bottom-effect-left.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
    width: 600px;
    height: 225px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .footer:after {
    content: "";
    background-image: url("../../assets/images/greenhub/game12/internal-footer.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
    width: 600px;
    height: 225px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0; }
  @media screen and (max-width: 1020px) {
    .footer {
      background-size: 935px 134px;
      height: 200px; }
      .footer:before {
        width: 400px;
        height: 200px; }
      .footer:after {
        width: 400px;
        height: 200px; } }
  @media screen and (max-width: 767px) {
    .footer {
      height: 200px; }
      .footer:before {
        width: 300px;
        height: 200px; }
      .footer:after {
        width: 300px;
        height: 200px; } }

.button {
  background-color: #005d6e;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-family: "Bemio";
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 300ms ease;
  border-radius: 26px;
  position: relative;
  padding: 10px 10px; }
  .button.secondary {
    background-color: #005d6e; }
  .button.light {
    background-color: #005e6e; }
    .button.light span {
      background-color: #005e6e; }
  .button.dark {
    background-color: #005e6e; }
  .button:hover {
    opacity: 0.92; }
  .button.button-close {
    max-width: 200px;
    margin: auto; }

.logotype {
  width: 320px;
  height: 180px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -136px;
  z-index: 2; }
  .logotype:before {
    content: url("../../assets/images/greenhub/game12/asset-right.svg");
    width: 200px;
    height: 45px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -240px;
    z-index: 1; }
  .logotype:after {
    content: url("../../assets/images/greenhub/game12/asset-right.svg");
    width: 200px;
    height: 45px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: 80px;
    z-index: 1; }
  .logotype .logo-container {
    position: relative;
    height: 100%;
    background: url("../../assets/images/greenhub/game12/title.svg") 50% 50% no-repeat;
    z-index: 2; }
  @media screen and (max-width: 1020px) {
    .logotype {
      width: 280px;
      height: 120px;
      margin-left: -128px; }
      .logotype:before {
        width: 150px;
        height: 25px;
        top: 5px;
        margin-left: -190px; }
      .logotype:after {
        width: 150px;
        height: 25px;
        top: 20px;
        margin-left: 55px; } }
  @media screen and (max-width: 767px) {
    .logotype {
      width: 260px;
      height: 100px;
      margin-left: -118px; }
      .logotype:before {
        width: 120px;
        height: 20px;
        top: 5px;
        margin-left: -150px; }
      .logotype:after {
        width: 120px;
        height: 20px;
        top: 15px;
        margin-left: 50px; } }

.pawn1 {
  background-image: url("../../assets/images/greenhub/game12/pawns/player-icon0.svg"); }

.pawn2 {
  background-image: url("../../assets/images/greenhub/game12/pawns/player-icon1.svg"); }

.pawn3 {
  background-image: url("../../assets/images/greenhub/game12/pawns/player-icon2.svg"); }

.pawn4 {
  background-image: url("../../assets/images/greenhub/game12/pawns/player-icon3.svg"); }

.pawn5 {
  background-image: url("../../assets/images/greenhub/game12/pawns/player-icon4.svg"); }

.pawn6 {
  background-image: url("../../assets/images/greenhub/game12/pawns/player-icon5.svg"); }

.game-11 .pawn1 {
  background-image: url("../../assets/images/cmsintra/game11/pawns/player-icon0.svg"); }

.game-11 .pawn2 {
  background-image: url("../../assets/images/cmsintra/game11/pawns/player-icon1.svg"); }

.game-11 .pawn3 {
  background-image: url("../../assets/images/cmsintra/game11/pawns/player-icon2.svg"); }

.game-11 .pawn4 {
  background-image: url("../../assets/images/cmsintra/game11/pawns/player-icon3.svg"); }

.game-11 .pawn5 {
  background-image: url("../../assets/images/cmsintra/game11/pawns/player-icon4.svg"); }

.game-11 .pawn6 {
  background-image: url("../../assets/images/cmsintra/game11/pawns/player-icon5.svg"); }

.middle-bar {
  background-color: rgba(55, 191, 126, 0.2);
  width: 100%;
  padding: 90px 0 100px 0;
  text-align: center;
  position: relative; }
  .middle-bar .icon {
    position: absolute;
    top: 0;
    left: 50%; }
  .middle-bar .title {
    font-size: 2.2rem;
    font-family: "Aspira";
    font-weight: 800;
    color: #005e6e;
    padding-bottom: 15px; }
  .middle-bar .subtitle {
    font-size: 1.8rem;
    font-family: "Aspira";
    color: #005e6e; }

.long-text {
  font-family: "Aspira";
  font-size: 1.6rem;
  line-height: 1.6em; }
  .long-text p {
    font-size: 1.6rem;
    line-height: 1.6em; }

.game-icon {
  position: absolute;
  top: -6px;
  left: -45px;
  width: 84px;
  height: 95px;
  background: url("../../assets/images/greenhub/game12/my-profile/game-icon.svg") 50% 50% no-repeat; }
  @media screen and (max-width: 767px) {
    .game-icon {
      display: none; } }

.battle-icon {
  position: absolute;
  top: 0;
  left: -31px;
  width: 82px;
  height: 85px;
  background: url("../../assets/images/greenhub/game12/my-profile/battle-icon.svg") 50% 50% no-repeat; }
  @media screen and (max-width: 767px) {
    .battle-icon {
      display: none; } }

.games-list {
  padding: 50px 0 60px 0; }
  .games-list .list {
    max-width: 720px;
    padding-left: 15px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .games-list .list {
        width: 320px;
        padding: 0; } }
    .games-list .list .item {
      position: relative;
      perspective: 1200px;
      margin-bottom: 15px;
      margin-left: 21px;
      height: 86px; }
      @media screen and (max-width: 767px) {
        .games-list .list .item {
          height: 102px; } }
      .games-list .list .item .background {
        transform: rotate3d(0, 1, 0, -6deg);
        position: absolute;
        top: 0;
        left: -2.5%;
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 12px;
        -webkit-box-shadow: 6px 6px 1px 0px rgba(0, 143, 152, 0.45);
        -moz-box-shadow: 6px 6px 1px 0px rgba(0, 143, 152, 0.45);
        box-shadow: 6px 6px 1px 0px rgba(0, 143, 152, 0.45); }
        @media screen and (max-width: 767px) {
          .games-list .list .item .background {
            border-radius: 12px;
            padding: 5px 10px; } }
      .games-list .list .item .contents {
        position: relative;
        width: 100%;
        height: 100%;
        padding-left: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .games-list .list .item .contents {
            padding-left: 0px;
            padding-bottom: 2px;
            flex-wrap: wrap; } }
        .games-list .list .item .contents .info {
          text-align: left; }
          @media screen and (max-width: 767px) {
            .games-list .list .item .contents .info {
              width: 100%; } }
          .games-list .list .item .contents .info .game-name {
            font-family: "Bemio";
            font-size: 1.8rem;
            color: #fff;
            padding-bottom: 2px;
            text-transform: uppercase;
            color: #005e6e; }
          .games-list .list .item .contents .info .game-players {
            font-family: "Aspira";
            font-size: 1.5rem;
            color: #005e6e;
            font-size: 1.6rem;
            font-weight: 600; }
        .games-list .list .item .contents .duel {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .games-list .list .item .contents .duel {
              justify-content: center;
              width: 100%;
              padding-top: 5px; } }
          .games-list .list .item .contents .duel .id {
            font-family: "Aspira";
            font-weight: 800;
            font-size: 1.7rem;
            color: #005e6e;
            margin-right: 20px; }
          .games-list .list .item .contents .duel .player {
            font-family: "Bemio";
            font-size: 1.7rem;
            color: #005e6e; }
          .games-list .list .item .contents .duel .vs {
            width: 46px;
            height: 63px;
            background: url("../../assets/images/greenhub/game12/my-profile/battle-vs.svg") 50% 50% no-repeat; }
        .games-list .list .item .contents .other {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .games-list .list .item .contents .other {
              width: 100%;
              justify-content: space-between; } }
          .games-list .list .item .contents .other .time {
            position: relative;
            margin-right: 25px;
            padding-left: 50px;
            text-align: left; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .time {
                padding-left: 40px; } }
            .games-list .list .item .contents .other .time .time-icon {
              position: absolute;
              top: -20px;
              left: -10px;
              width: 57px;
              height: 69px;
              background: url("../../assets/images/greenhub/game12/my-profile/time-icon.svg") 50% 50% no-repeat; }
              @media screen and (max-width: 767px) {
                .games-list .list .item .contents .other .time .time-icon {
                  width: 30px;
                  height: 45px;
                  top: -10px;
                  left: 5px; } }
            .games-list .list .item .contents .other .time .time-left {
              font-family: "Bemio";
              font-size: 2.5rem;
              color: #005e6e; }
          .games-list .list .item .contents .other .button {
            display: inline-block;
            margin-right: 20px;
            font-size: 1.4rem;
            min-width: 120px;
            background-color: #8ce8ae;
            color: #005d6e;
            border: 2px solid #005d6e; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .button {
                margin-right: 10px; } }
          .games-list .list .item .contents .other .date {
            font-family: "Aspira";
            font-size: 1.5rem;
            color: #005d6e;
            padding-right: 200px; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .date {
                padding-left: 5px; } }
          .games-list .list .item .contents .other .won,
          .games-list .list .item .contents .other .lost,
          .games-list .list .item .contents .other .incomplete,
          .games-list .list .item .contents .other .waiting,
          .games-list .list .item .contents .other .tied-game {
            font-family: "Bemio";
            font-size: 1.7rem;
            color: #6cbf6a;
            padding-right: 120px;
            flex-grow: 0;
            flex-shrink: 0;
            width: 220px; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .won,
              .games-list .list .item .contents .other .lost,
              .games-list .list .item .contents .other .incomplete,
              .games-list .list .item .contents .other .waiting,
              .games-list .list .item .contents .other .tied-game {
                padding-right: 0px;
                width: 130px;
                text-align: center; } }
          .games-list .list .item .contents .other .incomplete,
          .games-list .list .item .contents .other .waiting,
          .games-list .list .item .contents .other .tied-game {
            color: #005d6e; }
          .games-list .list .item .contents .other .incomplete .button {
            min-width: 120px; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .incomplete .button {
                width: 100%;
                margin-top: -5px; } }
          .games-list .list .item .contents .other .won-icon {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 20px;
            margin: auto;
            width: 91px;
            height: 79px;
            background: url("../../assets/images/greenhub/game12/my-profile/battle-won.svg") 50% 50% no-repeat; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .won-icon {
                display: none; } }
          .games-list .list .item .contents .other .lost-icon {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 14px;
            margin: auto;
            width: 97px;
            height: 72px;
            background: url("../../assets/images/greenhub/game12/my-profile/battle-lost.svg") 50% 50% no-repeat; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .lost-icon {
                display: none; } }
          .games-list .list .item .contents .other .lost {
            color: #f17070; }
          .games-list .list .item .contents .other .position {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 28px;
            margin: auto;
            width: 78px;
            height: 78px;
            background: url("../../assets/images/greenhub/game12/top-scores/positionX.svg") 50% 50% no-repeat;
            text-align: center;
            font-family: "Bemio";
            font-size: 4rem;
            line-height: 78px;
            text-shadow: 3px 3px rgba(0, 0, 0, 0.2);
            color: #ffe88d; }
            .games-list .list .item .contents .other .position.position1 {
              right: 11px;
              bottom: -10px;
              width: 85px;
              height: 78px;
              background: url("../../assets/images/greenhub/game12/top-scores/position1.svg") 50% 50% no-repeat;
              padding-left: 6px;
              font-size: 0; }
            .games-list .list .item .contents .other .position.position2 {
              right: 24px;
              bottom: -10px;
              width: 85px;
              height: 78px;
              background-image: url("../../assets/images/greenhub/game12/top-scores/position2.svg");
              padding-left: 2px;
              font-size: 0; }
            .games-list .list .item .contents .other .position.position3 {
              right: 24px;
              bottom: -10px;
              width: 85px;
              height: 78px;
              background-image: url("../../assets/images/greenhub/game12/top-scores/position3.svg");
              padding-left: 2px;
              font-size: 0; }
  .games-list .button.more {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 10px;
    width: 150px; }
  .games-list.last-battles {
    padding-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .games-list.last-battles {
        overflow: hidden; } }
    .games-list.last-battles .list .item .background {
      background-color: #FFFFFF;
      -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 767px) {
      .games-list.last-battles .list .item .contents .other {
        justify-content: space-between;
        margin-right: 10px; } }
    .games-list.last-battles .list .item .contents .other .date {
      color: #005d6e;
      padding-right: 45px;
      padding-top: 2px; }
      @media screen and (max-width: 767px) {
        .games-list.last-battles .list .item .contents .other .date {
          padding-right: 10px;
          width: 100px;
          flex-shrink: 0;
          text-align: left; } }
  @media screen and (max-width: 767px) {
    .games-list.teacher-games {
      display: none; } }
  .games-list.teacher-games .list .item .info {
    padding-left: 142px; }
  .games-list.teacher-games .list .item .date-created {
    font-size: 1.3rem;
    padding-left: 10px;
    font-family: "Aspira";
    color: #37bf7e;
    font-weight: 700; }
  .games-list.teacher-games .list .item .contents .time {
    display: none; }
  .games-list.teacher-games .list .item .contents .button-restart {
    display: none; }
  .games-list.teacher-games .list .item .teacher-tag {
    position: absolute;
    top: -5px;
    background-color: #f26641;
    color: #FFFFFF;
    width: 120px;
    height: 44px;
    font-size: 1.4rem;
    font-family: "Aspira"; }
    .games-list.teacher-games .list .item .teacher-tag span {
      padding: 0 8px;
      width: 120px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
    .games-list.teacher-games .list .item .teacher-tag:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 6px 6px;
      border-color: transparent transparent #f26641 transparent;
      position: absolute;
      top: 0;
      left: -5px; }
  .games-list.teacher-games .list .item.already-started .contents .time {
    display: block; }
    .games-list.teacher-games .list .item.already-started .contents .time .time-left {
      color: #005e6e; }
  .games-list.teacher-games .list .item.already-started .contents .button-restart {
    display: block; }
  .games-list.teacher-games .list .item.already-started .contents .button-start {
    display: none; }
  .games-list.suspended-games {
    padding-top: 25px;
    padding-bottom: 100px; }
    .games-list.suspended-games .icon {
      display: inline-block;
      width: 70px;
      height: 50px;
      background: url("../../assets/images/greenhub/game12/my-profile/pause-icon.svg") 50% 50% no-repeat;
      margin-bottom: 10px; }
  .games-list.utype-1 .list .teacher-tag {
    display: none; }
  .games-list.utype-1 .list .item .contents {
    padding-left: 0; }
  .games-list.utype-1 .list .item .info {
    padding-left: 60px !important; }

.legal-logos {
  display: none;
  position: absolute;
  bottom: 180px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none; }
  @media screen and (max-width: 767px) {
    .legal-logos {
      bottom: 115px; } }
  .legal-logos .legal-logo {
    margin: 0 15px;
    background-position: center;
    background-repeat: no-repeat; }
    .legal-logos .legal-logo img {
      height: 48px; }
    @media screen and (max-width: 767px) {
      .legal-logos .legal-logo {
        width: 40% !important;
        margin-bottom: 15px; } }

.versus {
  position: relative;
  display: flex;
  justify-content: center;
  display: none; }
  .versus .player {
    position: relative;
    width: 200px;
    height: 70px;
    margin: 0 45px;
    perspective: 800px; }
    @media screen and (max-width: 767px) {
      .versus .player {
        margin: 0 10px; } }
    .versus .player .background {
      position: absolute;
      top: 0;
      left: -2%;
      width: 100%;
      height: 100%;
      background-color: #0066b0;
      transform: rotate3d(0, 1, 0, -12deg); }
    .versus .player .contents {
      position: relative;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 6px 0 20px;
      width: 100%;
      height: 100%; }
      .versus .player .contents .name {
        font-family: "FredokaOne-Regular";
        font-size: 1.7rem;
        color: #fff; }
      .versus .player .contents .points {
        padding-top: 2px;
        font-family: "FredokaOne-Regular";
        font-size: 1.7rem;
        color: #35c6f4; }
    .versus .player.player-left .background {
      left: 0;
      width: 101%;
      transform: rotate3d(0, 1, 0, 12deg); }
    @media screen and (max-width: 767px) {
      .versus .player.player-right .contents {
        text-align: right; } }
    .versus .player.winner .contents {
      padding-left: 70px !important; }
    .versus .player.winner .winner-icon {
      position: absolute;
      bottom: 0;
      left: -10px;
      width: 68px;
      height: 60px; }
      @media screen and (max-width: 767px) {
        .versus .player.winner .winner-icon {
          width: 55px;
          height: 48px; } }
    @media screen and (max-width: 767px) {
      .versus .player.winner.player-left .contents {
        padding-left: 54px !important; } }
    @media screen and (max-width: 767px) {
      .versus .player.winner.player-right .contents {
        padding-left: 0 !important;
        padding-right: 54px; } }
    @media screen and (max-width: 767px) {
      .versus .player.winner.player-right .winner-icon {
        left: auto;
        right: -8px; } }
    .versus .player.inactive {
      opacity: 0.6; }
  .versus .icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    height: 75px; }
    @media screen and (max-width: 767px) {
      .versus .icon {
        width: 80px;
        height: 75px; } }

.last-battles .won,
.last-battles .lost,
.last-battles .incomplete,
.last-battles .waiting,
.last-battles .tied-game {
  display: none; }

.last-battles .logged-won .won {
  display: block; }

.last-battles .logged-lost .lost {
  display: block; }

.last-battles .incomplete-game .incomplete {
  display: block; }

.last-battles .waiting-game .waiting {
  display: block;
  color: #005e6e; }

.last-battles .tie .tied-game {
  display: block; }

.mobile-device .games-list .list .item {
  margin-left: 0;
  padding-left: 20px; }

@media screen and (max-width: 767px) {
  .mobile-device .last-battles.games-list .list .item {
    padding-left: 0px; }
    .mobile-device .last-battles.games-list .list .item .id {
      position: absolute;
      left: 15px; }
    .mobile-device .last-battles.games-list .list .item .other {
      padding: 0 10px; } }

.mobile-device .games-list .list .item .background {
  left: 0;
  right: 0;
  width: 100%;
  transform: none; }

.mobile-device .versus .player .background {
  left: 0;
  right: 0;
  width: 100%;
  transform: none; }

.mobile-device .versus .player-right .contents {
  padding: 0 20px 0 20px; }

.game-init-button {
  width: 276px;
  height: 105px;
  display: block;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-family: "Bemio";
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  text-transform: uppercase;
  padding-top: 40px;
  position: relative;
  letter-spacing: 1px;
  cursor: pointer; }
  .game-init-button br {
    content: " "; }
  .game-init-button span {
    display: flex;
    gap: 2px; }
  .game-init-button .icon {
    position: absolute;
    left: 0;
    top: 0; }

#game-toggle {
  position: absolute;
  top: 20px;
  right: 100px;
  z-index: 99;
  cursor: pointer; }
  @media screen and (max-width: 1260px) {
    #game-toggle {
      right: 90px; } }
  @media screen and (max-width: 1160px) {
    #game-toggle {
      top: 70px;
      right: 20px; } }
  @media screen and (max-width: 1020px) {
    #game-toggle {
      top: 60px;
      transform: scale(0.75); } }
  @media screen and (max-width: 767px) {
    #game-toggle {
      top: 120px;
      left: 0;
      right: 0;
      margin: auto; } }
  #game-toggle .icon {
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: top center; }
    @media screen and (max-width: 767px) {
      #game-toggle .icon {
        left: 0;
        margin: auto;
        transform-origin: top center; } }
  #game-toggle.game2 .icon {
    width: 191px;
    height: 131px;
    right: -34px;
    background-image: url("../../assets/images/greenhub/game12/toggle.svg"); }
    @media screen and (max-width: 1160px) {
      #game-toggle.game2 .icon {
        right: -10px; } }
    @media screen and (max-width: 767px) {
      #game-toggle.game2 .icon {
        right: -30px; } }
  #game-toggle.game11 .icon {
    width: 208px;
    height: 131px;
    background-image: url("../../assets/images/cmsintra/game11/toggle.svg"); }
    @media screen and (max-width: 767px) {
      #game-toggle.game11 .icon {
        left: -55px; } }

.game-toggle-active .page-contents-group:after {
  display: none; }
  @media screen and (max-width: 767px) {
    .game-toggle-active .page-contents-group:after {
      display: inline; } }

@media screen and (max-width: 767px) {
  .game-toggle-active .page-contents-group {
    padding-top: 70px !important; } }

.popup-cycle-picker {
  z-index: 5; }
  .popup-cycle-picker .container {
    background-color: #cbf7e4;
    min-height: 520px;
    height: fit-content;
    max-height: 80vh;
    overflow: auto;
    max-width: 1000px;
    width: 100%; }
    @media screen and (max-width: 1020px) {
      .popup-cycle-picker .container {
        width: fit-content; } }
    .popup-cycle-picker .container .title {
      font-family: "Bemio";
      color: #005e6e; }
    @media screen and (max-width: 1020px) {
      .popup-cycle-picker .container .buttons {
        flex-direction: column;
        align-items: center; }
        .popup-cycle-picker .container .buttons .cycle-item {
          width: fit-content; } }
    .popup-cycle-picker .container .buttons .cycle-item .icon {
      pointer-events: none;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      top: 18px;
      z-index: 2; }
    .popup-cycle-picker .container .buttons .cycle-item .button {
      padding: 16px 10px;
      -webkit-box-shadow: 6px 6px 1px 0px rgba(0, 143, 152, 0.35);
      -moz-box-shadow: 6px 6px 1px 0px rgba(0, 143, 152, 0.35);
      box-shadow: 6px 6px 1px 0px rgba(0, 143, 152, 0.35); }
    .popup-cycle-picker .container .buttons .cycle-item:first-child .button {
      background-color: #279cac; }
    .popup-cycle-picker .container .buttons .cycle-item:nth-child(2) .button {
      background-color: #038487; }
    .popup-cycle-picker .container .buttons .cycle-item:nth-child(2) .icon {
      top: 25px; }
    .popup-cycle-picker .container .buttons .cycle-item:nth-child(3) .button {
      background-color: #005e6e; }

.form-container .form-group {
  padding-bottom: 15px; }

.form-container input[type="text"],
.form-container input[type="password"],
.form-container input[type="email"],
.form-container select {
  font-family: "Aspira";
  font-size: 1.4rem;
  border-radius: 17px;
  padding-left: 20px; }

.form-container .select2-container {
  width: 100% !important;
  -webkit-box-shadow: 0px 6px 3px 0px rgba(0, 143, 152, 0.45);
  -moz-box-shadow: 0px 6px 3px 0px rgba(0, 143, 152, 0.45);
  box-shadow: 4px 6px 3px 0px rgba(0, 143, 152, 0.45);
  border-radius: 21px; }

.form-container .radio {
  width: 100%; }
  .form-container .radio .form-input {
    width: 34px !important; }
  .form-container .radio .form-label {
    text-align: left !important; }

.form-container .checkbox .form-input:checked + .form-label:after {
  content: "✔";
  background: #FFFFFF;
  color: #005d6e;
  font-size: 2.2rem;
  padding-top: 14px; }

.form-container .form-message {
  color: red;
  font-size: 1.3rem;
  font-family: "Aspira"; }

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  height: 34px;
  font-family: 'Aspira';
  font-size: 1.4rem;
  padding-top: 3px;
  color: #333333;
  border-radius: 17px; }

.select2-results__option {
  font-family: 'Aspira';
  font-size: 1.4rem; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 5px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 18px; }

.page-game {
  display: none; }

#greenhub-game12 {
  overflow: hidden;
  /*min-width: 1020px;
	min-height: 660px;*/
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/greenhub/game12/background.png?v=3");
  background-position: top center;
  background-repeat: repeat; }
  #greenhub-game12 .header {
    position: relative;
    z-index: 9; }
    #greenhub-game12 .header .logotype {
      top: 5px;
      width: 287px;
      height: 155px;
      background-image: url("../../assets/images/greenhub/game12/game-title.svg?v=1");
      margin-left: -144px; }
      #greenhub-game12 .header .logotype:after {
        display: none; }
      @media screen and (max-width: 1340px) {
        #greenhub-game12 .header .logotype {
          top: 5px; } }
      @media screen and (max-width: 1260px) {
        #greenhub-game12 .header .logotype {
          margin-left: -70px; } }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .header .logotype {
          top: 0;
          width: 258px;
          height: 140px;
          margin-left: -129px; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .header .logotype {
          top: 0;
          width: 230px;
          height: 124px;
          margin-left: -115px; } }
    #greenhub-game12 .header .menu-button {
      display: none; }
  #greenhub-game12.blocked {
    pointer-events: none !important; }
  #greenhub-game12 .pawn {
    position: absolute;
    width: 47px;
    height: 64px;
    background-repeat: no-repeat;
    transform-origin: center; }
    #greenhub-game12 .pawn.pawn0 {
      background-image: url("../../assets/images/greenhub/game12/pawns/player-icon0.svg"); }
    #greenhub-game12 .pawn.pawn1 {
      background-image: url("../../assets/images/greenhub/game12/pawns/player-icon1.svg"); }
    #greenhub-game12 .pawn.pawn2 {
      background-image: url("../../assets/images/greenhub/game12/pawns/player-icon2.svg"); }
    #greenhub-game12 .pawn.pawn3 {
      background-image: url("../../assets/images/greenhub/game12/pawns/player-icon3.svg"); }
    #greenhub-game12 .pawn.pawn4 {
      background-image: url("../../assets/images/greenhub/game12/pawns/player-icon4.svg"); }
    #greenhub-game12 .pawn.pawn5 {
      background-image: url("../../assets/images/greenhub/game12/pawns/player-icon5.svg"); }
  #greenhub-game12 .playing .pawn {
    width: 58px;
    height: 76px; }
    #greenhub-game12 .playing .pawn.pawn0 {
      background-image: url("../../assets/images/greenhub/game12/pawns/player-icon0-active.svg"); }
    #greenhub-game12 .playing .pawn.pawn1 {
      background-image: url("../../assets/images/greenhub/game12/pawns/player-icon1-active.svg"); }
    #greenhub-game12 .playing .pawn.pawn2 {
      background-image: url("../../assets/images/greenhub/game12/pawns/player-icon2-active.svg"); }
    #greenhub-game12 .playing .pawn.pawn3 {
      background-image: url("../../assets/images/greenhub/game12/pawns/player-icon3-active.svg"); }
    #greenhub-game12 .playing .pawn.pawn4 {
      background-image: url("../../assets/images/greenhub/game12/pawns/player-icon4-active.svg"); }
    #greenhub-game12 .playing .pawn.pawn5 {
      background-image: url("../../assets/images/greenhub/game12/pawns/player-icon5-active.svg"); }
  #greenhub-game12 .help {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 191px;
    height: 111px;
    background-image: url("../../assets/images/greenhub/game12/board/help.svg?v=1");
    background-repeat: no-repeat; }
    @media screen and (max-width: 1020px) {
      #greenhub-game12 .help {
        top: 65px;
        left: 1px;
        width: 172px;
        height: 100px; } }
    @media screen and (max-width: 767px) {
      #greenhub-game12 .help {
        top: 45px;
        left: 1px;
        width: 153px;
        height: 89px; } }
    #greenhub-game12 .help.no-header {
      top: 20px; }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .help.no-header {
          top: 15px; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .help.no-header {
          top: 10px; } }
    #greenhub-game12 .help.disabled {
      pointer-events: none; }
  #greenhub-game12 .timer {
    position: absolute;
    top: 0;
    right: 0;
    width: 253px;
    height: 133px;
    background-image: url("../../assets/images/greenhub/game12/board/timer.svg?v=1");
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 12px;
    padding-left: 105px; }
    @media screen and (max-width: 1020px) {
      #greenhub-game12 .timer {
        width: 228px;
        height: 120px;
        right: -10px;
        padding-top: 10px;
        padding-left: 85px; } }
    @media screen and (max-width: 830px) {
      #greenhub-game12 .timer {
        width: 202px;
        height: 106px;
        right: -20px;
        padding-left: 65px;
        padding-top: 8px; } }
    #greenhub-game12 .timer .title {
      font-family: "Bemio";
      color: #6bbf69;
      font-size: 1.1rem;
      display: block;
      padding-bottom: 0;
      text-transform: uppercase; }
    #greenhub-game12 .timer #counter {
      font-family: "Bemio";
      color: #fff;
      font-size: 3.4rem;
      display: block;
      letter-spacing: 1px; }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .timer #counter {
          font-size: 3.2rem; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .timer #counter {
          font-size: 3rem; } }
  #greenhub-game12 .pause {
    position: absolute;
    z-index: 10;
    top: 73px;
    right: 0;
    width: 174px;
    height: 42px;
    background-image: url("../../assets/images/greenhub/game12/board/pause.svg?v=1");
    background-repeat: no-repeat;
    cursor: pointer; }
    @media screen and (max-width: 1020px) {
      #greenhub-game12 .pause.main {
        display: none !important; } }
    #greenhub-game12 .pause.disabled {
      pointer-events: none; }
  #greenhub-game12 .players {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
    #greenhub-game12 .players .item {
      position: relative;
      width: 218px;
      height: 72px;
      background-image: url("../../assets/images/greenhub/game12/board/player.svg?v=1");
      background-repeat: no-repeat;
      margin: 3px 0;
      padding: 15px 0 0 80px;
      transition: all 0.2s linear; }
      #greenhub-game12 .players .item.online {
        opacity: 1; }
        #greenhub-game12 .players .item.online:after {
          content: "";
          position: absolute;
          top: 2px;
          left: 2px;
          width: 16px;
          height: 16px;
          border-radius: 8px;
          background-color: #58a947; }
      #greenhub-game12 .players .item.offline {
        opacity: 0.5; }
        #greenhub-game12 .players .item.offline:after {
          content: "";
          position: absolute;
          top: 2px;
          left: 2px;
          width: 16px;
          height: 16px;
          border-radius: 8px;
          background-color: #ee283d; }
      #greenhub-game12 .players .item.active:after {
        top: 11px;
        left: 2px;
        width: 20px;
        height: 20px;
        border-radius: 10px; }
      #greenhub-game12 .players .item .pawn {
        position: absolute;
        top: -4px;
        left: 16px;
        transform: scale(1); }
      #greenhub-game12 .players .item .player {
        display: none; }
      #greenhub-game12 .players .item .name {
        font-family: "Bemio";
        font-size: 1.7rem;
        line-height: 1.7rem;
        color: #005e6e;
        display: block;
        padding-bottom: 2px; }
      #greenhub-game12 .players .item .points {
        font-family: "Aspira";
        font-weight: 900;
        font-size: 1.7rem;
        line-height: 2.1rem;
        color: #38bf7e;
        display: inline-block; }
      #greenhub-game12 .players .item .time {
        opacity: 0;
        font-family: "Aspira";
        font-size: 1.4rem;
        line-height: 2.1rem;
        color: #ffffff;
        background-color: #38bf7e;
        padding: 0 6px;
        display: inline-block;
        margin-left: 5px;
        transition: opacity 0.2s linear; }
      #greenhub-game12 .players .item.active {
        width: 255px;
        height: 85px;
        background-image: url("../../assets/images/greenhub/game12/board/player-active.svg?v=1");
        padding: 30px 0 0 80px; }
        #greenhub-game12 .players .item.active .pawn {
          top: 10px;
          left: 16px; }
        #greenhub-game12 .players .item.active .player {
          display: block;
          display: none;
          position: absolute;
          top: 6px;
          left: 88px;
          font-family: "Bemio";
          font-size: 1rem;
          color: #fff;
          text-transform: uppercase; }
      #greenhub-game12 .players .item:hover .time {
        opacity: 1; }
    @media screen and (max-width: 1260px) {
      #greenhub-game12 .players {
        top: 150px;
        bottom: auto;
        right: -280px;
        transition: right 0.4s linear; }
        #greenhub-game12 .players .collapsed {
          position: absolute;
          top: 0;
          left: -60px;
          width: 285px;
          height: 429px;
          background: url("../../assets/images/greenhub/game12/board/players-base5.svg?v=1") 50% 50% no-repeat; }
          #greenhub-game12 .players .collapsed .arrow {
            position: absolute;
            top: 25px;
            left: 31px; }
            #greenhub-game12 .players .collapsed .arrow:after, #greenhub-game12 .players .collapsed .arrow:before {
              position: absolute;
              top: 23px;
              content: "";
              width: 7px;
              height: 2px;
              background-color: #35c6f4;
              transition: all 250ms linear; }
            #greenhub-game12 .players .collapsed .arrow:after {
              right: 4px;
              transform: rotate(45deg); }
            #greenhub-game12 .players .collapsed .arrow:before {
              right: 4px;
              top: 19px;
              transform: rotate(-45deg); }
          #greenhub-game12 .players .collapsed.players4 {
            width: 285px;
            height: 344px;
            background-image: url("../../assets/images/greenhub/game12/board/players-base4.svg?v=1"); }
          #greenhub-game12 .players .collapsed.players3 {
            width: 285px;
            height: 266px;
            background-image: url("../../assets/images/greenhub/game12/board/players-base3.svg?v=1"); }
          #greenhub-game12 .players .collapsed.players2 {
            width: 285px;
            height: 189px;
            background-image: url("../../assets/images/greenhub/game12/board/players-base2.svg?v=1"); }
          #greenhub-game12 .players .collapsed .collapsed-icon {
            position: absolute;
            top: -30px;
            left: -72px;
            width: 108px;
            height: 64px;
            background: url("../../assets/images/greenhub/game12/board/players-collapsed.svg?v=1") 50% 50% no-repeat;
            transition: all 0.2s linear;
            transition-delay: 0.4s; }
          #greenhub-game12 .players .collapsed .hit-area {
            position: absolute;
            top: -10px;
            left: -15px;
            width: 75px;
            height: 200px;
            background-color: rgba(255, 0, 0, 0); }
        #greenhub-game12 .players.open {
          right: -25px; } }
    @media screen and (max-width: 1260px) and (max-width: 830px) {
      #greenhub-game12 .players.open {
        top: 80px; } }
    @media screen and (max-width: 1260px) {
          #greenhub-game12 .players.open .collapsed {
            left: -54px; }
            #greenhub-game12 .players.open .collapsed .arrow {
              top: 14px; }
              #greenhub-game12 .players.open .collapsed .arrow:after {
                transform: rotate(135deg); }
              #greenhub-game12 .players.open .collapsed .arrow:before {
                transform: rotate(45deg); }
            #greenhub-game12 .players.open .collapsed .collapsed-icon {
              transition-delay: 0s;
              opacity: 0; }
            #greenhub-game12 .players.open .collapsed .hit-area {
              position: absolute;
              top: 0;
              left: 0;
              width: 100px;
              height: 200px; } }
    @media screen and (max-width: 1020px) {
      #greenhub-game12 .players {
        top: 110px;
        transition: all 0.4s linear;
        transform-origin: top left;
        transform: scale(0.9);
        right: -278px; }
        #greenhub-game12 .players.open {
          right: -48px; } }
    @media screen and (max-width: 830px) {
      #greenhub-game12 .players {
        top: 88px;
        right: -272px;
        transform-origin: top left;
        transform: scale(0.7); }
        #greenhub-game12 .players.open {
          right: -95px; } }
    @media screen and (max-height: 370px) {
      #greenhub-game12 .players {
        top: 75px;
        right: -268px;
        transform-origin: top left;
        transform: scale(0.6); }
        #greenhub-game12 .players.open {
          top: 67px;
          right: -118px; } }
  #greenhub-game12 .board {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    right: 0;
    margin: auto;
    width: 1130px;
    height: 709px;
    background-image: url("../../assets/images/greenhub/game12/board/board.png?v=1");
    background-repeat: no-repeat;
    background-size: contain; }
    #greenhub-game12 .board.block-css-transitions {
      transition: none; }
    @media screen and (min-width: 1020px) {
      #greenhub-game12 .board {
        top: 0 !important;
        left: calc((100vw - 1120px) / 2) !important; } }
    @media screen and (min-width: 1120px) {
      #greenhub-game12 .board {
        left: 0 !important; } }
    @media screen and (min-width: 1260px) {
      #greenhub-game12 .board {
        top: 0 !important;
        bottom: 10px !important;
        left: -175px !important;
        right: 0 !important; } }
    @media screen and (max-width: 1020px) {
      #greenhub-game12 .board {
        right: auto;
        bottom: auto; } }
    #greenhub-game12 .board:before {
      content: "";
      position: absolute;
      top: 175px;
      left: 10px;
      width: 115px;
      height: 163px;
      background-image: url("../../assets/images/greenhub/game12/board/board-start.svg?v=1");
      background-repeat: no-repeat; }
    #greenhub-game12 .board .player {
      position: absolute;
      top: 0;
      left: 0; }
      #greenhub-game12 .board .player .pawn {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -18px;
        margin-top: -35px;
        transform: scale(0.8); }
      #greenhub-game12 .board .player.playing {
        z-index: 10; }
        #greenhub-game12 .board .player.playing .pawn {
          margin-left: -36px;
          margin-top: -45px;
          transform: scale(1.1); }
  #greenhub-game12 .footer-effects {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    #greenhub-game12 .footer-effects:before {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 432px;
      height: 145px;
      background-image: url("../../assets/images/greenhub/game12/board/bottom-effect-left.svg");
      background-repeat: no-repeat; }
    #greenhub-game12 .footer-effects:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0px;
      width: 542px;
      height: 204px;
      background-image: url("../../assets/images/greenhub/game12/board/bottom-effect-right.svg");
      background-repeat: no-repeat; }

@media screen and (max-width: 1320px) and (max-height: 800px) {
  #greenhub-game12 .footer-effects {
    display: none; } }

@media screen and (max-width: 1260px) and (max-height: 900px) {
  #greenhub-game12 .footer-effects:after {
    display: none; } }
    @media screen and (max-width: 1060px) {
      #greenhub-game12 .footer-effects {
        display: none; } }
  #greenhub-game12 .dice {
    visibility: hidden;
    opacity: 0;
    display: flex;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s linear; }
    #greenhub-game12 .dice:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75); }
    #greenhub-game12 .dice .anim {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 135px;
      height: 150px;
      background-image: url("../../assets/images/greenhub/game12/board/dice/anim.png");
      background-position: 0 0;
      background-repeat: no-repeat; }
    #greenhub-game12 .dice .output {
      opacity: 0;
      position: relative;
      width: 112px;
      height: 112px;
      text-align: center;
      background-size: cover;
      background-repeat: no-repeat; }
      #greenhub-game12 .dice .output.face1 {
        background-image: url("../../assets/images/greenhub/game12/board/dice/face1.svg"); }
      #greenhub-game12 .dice .output.face2 {
        background-image: url("../../assets/images/greenhub/game12/board/dice/face2.svg"); }
      #greenhub-game12 .dice .output.face3 {
        background-image: url("../../assets/images/greenhub/game12/board/dice/face3.svg"); }
      #greenhub-game12 .dice .output.face4 {
        background-image: url("../../assets/images/greenhub/game12/board/dice/face4.svg"); }
      #greenhub-game12 .dice .output.face5 {
        background-image: url("../../assets/images/greenhub/game12/board/dice/face5.svg"); }
      #greenhub-game12 .dice .output.face6 {
        background-image: url("../../assets/images/greenhub/game12/board/dice/face6.svg"); }
  #greenhub-game12 .game-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    #greenhub-game12 .game-popup .contents {
      position: relative;
      width: 755px;
      height: 497px;
      background-color: #cbf7e4;
      /*background-image: url("../../assets/images/greenhub/game12/board/popup-background.svg");
      background-repeat: repeat;*/
      border-radius: 15px; }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .game-popup .contents {
          width: 90%;
          max-width: 750px;
          height: 90%;
          max-height: 500px; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .game-popup .contents {
          width: calc(100% - 25px);
          max-width: 750px;
          height: calc(100% - 25px);
          max-height: 500px; } }
      #greenhub-game12 .game-popup .contents.scale-mode {
        width: 100%;
        height: 100%;
        transform-origin: center center; }
      #greenhub-game12 .game-popup .contents .remote-counter {
        position: absolute;
        top: 15px;
        right: 15px;
        font-family: "Aspira";
        font-size: 2.4rem;
        color: #fff;
        z-index: 10; }
      #greenhub-game12 .game-popup .contents.category0:before {
        background-color: #93c646; }
      #greenhub-game12 .game-popup .contents.category1:before {
        background-color: #6dc6cc; }
      #greenhub-game12 .game-popup .contents.category2:before {
        background-color: #90bfbb; }
      #greenhub-game12 .game-popup .contents.category3:before {
        background-color: #ff8545; }
      #greenhub-game12 .game-popup .contents.category4:before {
        background-color: #02a7af; }
      #greenhub-game12 .game-popup .contents.category5:before {
        background-color: #ffe05f; }
    #greenhub-game12 .game-popup.active {
      display: block; }
    #greenhub-game12 .game-popup:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(6, 45, 48, 0.9); }
    #greenhub-game12 .game-popup .category-icon {
      position: absolute;
      top: -55px;
      left: -55px;
      width: 196px;
      height: 196px;
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .game-popup .category-icon {
          top: -50px;
          left: -40px;
          width: 176px;
          height: 176px; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .game-popup .category-icon {
          top: -45px;
          left: -20px;
          width: 156px;
          height: 156px; } }
      #greenhub-game12 .game-popup .category-icon.icon0 {
        background-image: url("../../assets/images/greenhub/game12/board/category/icon0.svg"); }
      #greenhub-game12 .game-popup .category-icon.icon1 {
        background-image: url("../../assets/images/greenhub/game12/board/category/icon1.svg"); }
      #greenhub-game12 .game-popup .category-icon.icon2 {
        background-image: url("../../assets/images/greenhub/game12/board/category/icon2.svg"); }
      #greenhub-game12 .game-popup .category-icon.icon3 {
        background-image: url("../../assets/images/greenhub/game12/board/category/icon3.svg"); }
      #greenhub-game12 .game-popup .category-icon.icon4 {
        background-image: url("../../assets/images/greenhub/game12/board/category/icon4.svg"); }
      #greenhub-game12 .game-popup .category-icon.icon5 {
        background-image: url("../../assets/images/greenhub/game12/board/category/icon5.svg"); }
    #greenhub-game12 .game-popup .category-token {
      position: absolute;
      top: 35px;
      left: 125px;
      font-family: "FredokaOne-Regular";
      font-size: 1.2rem;
      color: #fff; }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .game-popup .category-token {
          top: 30px;
          left: 125px; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .game-popup .category-token {
          top: 20px;
          left: 90px; } }
    #greenhub-game12 .game-popup .category-name {
      position: absolute;
      top: 54px;
      left: 125px;
      font-family: "Bemio";
      font-size: 2.6rem;
      line-height: 2.8rem;
      color: #005e6e;
      text-transform: uppercase; }
      #greenhub-game12 .game-popup .category-name.max-width {
        width: 100%;
        /*@media screen and (max-width: 600px) {
					width: 150px !important;
				}*/ }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .game-popup .category-name {
          top: 45px;
          left: 125px;
          font-size: 2.5rem;
          line-height: 2.7rem; }
          #greenhub-game12 .game-popup .category-name.max-width {
            width: 100%; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .game-popup .category-name {
          font-size: 2.2rem;
          line-height: 2.4rem;
          top: 35px;
          left: 90px; } }
    #greenhub-game12 .game-popup .player-info {
      position: absolute;
      bottom: -10px;
      right: -10px;
      width: 217px;
      height: 75px;
      background-image: url("../../assets/images/greenhub/game12/board/player-popup-info.svg");
      background-repeat: no-repeat;
      padding-left: 80px;
      padding-top: 20px;
      z-index: 11; }
      @media screen and (max-height: 540px) {
        #greenhub-game12 .game-popup .player-info {
          display: none; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .game-popup .player-info {
          display: none; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .game-popup .player-info.user-playing {
          display: none; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .game-popup .player-info.other-playing {
          display: block;
          top: -22px;
          right: -42px;
          transform: scale(0.8); } }
      #greenhub-game12 .game-popup .player-info .pawn {
        top: -2px;
        left: 23px;
        height: 60px; }
      #greenhub-game12 .game-popup .player-info .name {
        font-family: "Bemio";
        font-size: 1.7rem;
        line-height: 1.7rem;
        color: #024b56;
        display: block;
        padding-bottom: 2px; }
      #greenhub-game12 .game-popup .player-info .points {
        font-family: "Aspira";
        font-weight: 900;
        font-size: 1.7rem;
        line-height: 1.7rem;
        color: #38bf7e;
        display: inline-block; }
    #greenhub-game12 .game-popup .central-text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-family: "Aspira";
      font-weight: 900;
      font-size: 1.8rem;
      line-height: 1.8rem;
      color: #005e6e; }
    #greenhub-game12 .game-popup.select-category .contents {
      background-color: transparent;
      background-image: url("../../assets/images/greenhub/game12/board/popup-background-dark.svg?v=1");
      background-position: center;
      background-repeat: no-repeat; }
    #greenhub-game12 .game-popup.select-category .background {
      position: absolute;
      top: -20px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 396px;
      height: 411px;
      background-image: url("../../assets/images/greenhub/game12/board/popup-category-background.svg?v=1");
      background-repeat: no-repeat; }
      @media screen and (max-width: 830px), screen and (max-height: 600px) {
        #greenhub-game12 .game-popup.select-category .background {
          width: auto;
          max-height: 366px;
          height: 80%;
          background-position: center; } }
    #greenhub-game12 .game-popup.select-category .categories {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden; }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .game-popup.select-category .categories {
          transform-origin: center;
          transform: scale(0.8); } }
    #greenhub-game12 .game-popup.select-category .central-text {
      font-family: "Bemio";
      font-weight: normal;
      font-size: 1.8rem;
      line-height: 2rem;
      color: #fff; }
    #greenhub-game12 .game-popup.select-category .category {
      position: absolute;
      cursor: auto;
      width: 400px;
      height: 400px;
      left: 50%;
      top: 50%;
      transform-origin: 0 0;
      opacity: 0;
      z-index: 12;
      pointer-events: none; }
      #greenhub-game12 .game-popup.select-category .category .target {
        cursor: pointer;
        transform-origin: 50% 50%;
        pointer-events: auto;
        width: 100%;
        height: 100%; }
      #greenhub-game12 .game-popup.select-category .category#select-category0 {
        transform: rotate(224.5deg) skew(15deg, 15deg); }
      #greenhub-game12 .game-popup.select-category .category#select-category1 {
        transform: rotate(285deg) skew(15deg, 15deg); }
      #greenhub-game12 .game-popup.select-category .category#select-category2 {
        transform: rotate(344deg) skew(15deg, 15deg); }
      #greenhub-game12 .game-popup.select-category .category#select-category3 {
        transform: rotate(45deg) skew(15deg, 15deg); }
      #greenhub-game12 .game-popup.select-category .category#select-category4 {
        transform: rotate(106deg) skew(15deg, 15deg); }
      #greenhub-game12 .game-popup.select-category .category#select-category5 {
        transform: rotate(163.5deg) skew(15deg, 15deg); }
    #greenhub-game12 .game-popup.select-category .titles {
      position: relative;
      width: 100%;
      height: 100%; }
      #greenhub-game12 .game-popup.select-category .titles .category-title {
        position: absolute;
        font-family: "Bemio";
        font-weight: normal;
        font-size: 1.4rem;
        color: #fff; }
        #greenhub-game12 .game-popup.select-category .titles .category-title:after {
          content: "";
          position: absolute;
          bottom: -13px;
          left: 0;
          right: 0;
          width: 80px;
          margin: auto;
          border-bottom: 5px solid #00ff00; }
          @media screen and (max-width: 830px), screen and (max-height: 600px) {
            #greenhub-game12 .game-popup.select-category .titles .category-title:after {
              bottom: -8px;
              border-width: 4px; } }
        #greenhub-game12 .game-popup.select-category .titles .category-title.hover {
          opacity: 0.8; }
        #greenhub-game12 .game-popup.select-category .titles .category-title#category-title0 {
          top: 25px;
          right: 0;
          left: 0;
          margin: auto;
          width: auto;
          text-align: center; }
          @media screen and (max-width: 830px), screen and (max-height: 600px) {
            #greenhub-game12 .game-popup.select-category .titles .category-title#category-title0 {
              top: 5%; } }
          #greenhub-game12 .game-popup.select-category .titles .category-title#category-title0:after {
            border-color: #93c646; }
        #greenhub-game12 .game-popup.select-category .titles .category-title#category-title1 {
          top: 115px;
          left: 50%;
          width: 115px;
          margin-left: 190px;
          text-align: left; }
          @media screen and (max-width: 830px), screen and (max-height: 600px) {
            #greenhub-game12 .game-popup.select-category .titles .category-title#category-title1 {
              top: 20%;
              left: 72%;
              margin-left: 0; } }
          #greenhub-game12 .game-popup.select-category .titles .category-title#category-title1:after {
            right: auto;
            border-color: #a5dfda; }
        #greenhub-game12 .game-popup.select-category .titles .category-title#category-title2 {
          top: 340px;
          left: 50%;
          width: 115px;
          margin-left: 190px;
          text-align: left; }
          @media screen and (max-width: 830px), screen and (max-height: 600px) {
            #greenhub-game12 .game-popup.select-category .titles .category-title#category-title2 {
              top: 70%;
              left: 72%;
              margin-left: 0; } }
          #greenhub-game12 .game-popup.select-category .titles .category-title#category-title2:after {
            right: auto;
            border-color: #90bfbb; }
        #greenhub-game12 .game-popup.select-category .titles .category-title#category-title3 {
          top: 446px;
          right: 0;
          left: 0;
          margin: auto;
          width: auto;
          text-align: center; }
          @media screen and (max-width: 830px), screen and (max-height: 600px) {
            #greenhub-game12 .game-popup.select-category .titles .category-title#category-title3 {
              top: 88%; } }
          #greenhub-game12 .game-popup.select-category .titles .category-title#category-title3:after {
            border-color: #ff9246; }
        #greenhub-game12 .game-popup.select-category .titles .category-title#category-title4 {
          top: 340px;
          right: 50%;
          width: 100px;
          margin-right: 180px;
          text-align: right; }
          @media screen and (max-width: 830px), screen and (max-height: 600px) {
            #greenhub-game12 .game-popup.select-category .titles .category-title#category-title4 {
              top: 70%;
              right: 72%;
              margin-right: 0; } }
          #greenhub-game12 .game-popup.select-category .titles .category-title#category-title4:after {
            left: auto;
            border-color: #02a7af; }
        #greenhub-game12 .game-popup.select-category .titles .category-title#category-title5 {
          top: 115px;
          right: 50%;
          width: 100px;
          margin-right: 180px;
          text-align: right; }
          @media screen and (max-width: 830px), screen and (max-height: 600px) {
            #greenhub-game12 .game-popup.select-category .titles .category-title#category-title5 {
              top: 20%;
              right: 72%;
              margin-right: 0; } }
          #greenhub-game12 .game-popup.select-category .titles .category-title#category-title5:after {
            left: auto;
            border-color: #ffe05f; }
    @media screen and (max-width: 830px) {
      #greenhub-game12 .game-popup.select-difficulty .player-info {
        display: none; } }
    #greenhub-game12 .game-popup.select-difficulty .category-icon {
      position: absolute;
      top: 70px;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 100; }
    #greenhub-game12 .game-popup.select-difficulty .category-token {
      display: none; }
    #greenhub-game12 .game-popup.select-difficulty .category-name {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 70px;
      text-align: center;
      font-family: "Bemio";
      font-size: 2.7rem;
      line-height: 2.7rem;
      padding-top: 22px;
      color: #38bf7e;
      background-color: #005e6e;
      z-index: 10;
      border-radius: 16px 16px 0 0;
      text-transform: none; }
    #greenhub-game12 .game-popup.select-difficulty .central-text {
      align-items: flex-start;
      padding-top: 120px;
      word-wrap: normal; }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .game-popup.select-difficulty .central-text {
          padding-top: 100px; } }
      @media screen and (max-width: 767px) {
        #greenhub-game12 .game-popup.select-difficulty .central-text {
          padding-top: 80px; } }
      #greenhub-game12 .game-popup.select-difficulty .central-text br {
        display: none; }
    #greenhub-game12 .game-popup.select-difficulty .options {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center; }
      #greenhub-game12 .game-popup.select-difficulty .options .difficulty {
        width: 50%;
        height: 100%;
        text-align: center;
        padding-top: 190px; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.select-difficulty .options .difficulty {
            padding-top: 50px;
            display: flex;
            justify-content: center;
            align-items: center; } }
        @media screen and (max-width: 830px) {
          #greenhub-game12 .game-popup.select-difficulty .options .difficulty {
            padding-top: 40px; } }
        #greenhub-game12 .game-popup.select-difficulty .options .difficulty .difficulty-option {
          width: 180px;
          margin: auto;
          cursor: pointer; }
          #greenhub-game12 .game-popup.select-difficulty .options .difficulty .difficulty-option:hover .button-text {
            /*border-color: #fff;*/
            opacity: 0.8; }
        #greenhub-game12 .game-popup.select-difficulty .options .difficulty .icon {
          position: relative;
          display: inline-block;
          width: 125px;
          height: 71px;
          background-repeat: no-repeat;
          background-position: bottom center;
          margin-bottom: 0; }
          @media screen and (max-width: 1020px) {
            #greenhub-game12 .game-popup.select-difficulty .options .difficulty .icon {
              width: 118px;
              height: 67px; } }
          @media screen and (max-width: 830px) {
            #greenhub-game12 .game-popup.select-difficulty .options .difficulty .icon {
              width: 108px;
              height: 62px; } }
        #greenhub-game12 .game-popup.select-difficulty .options .difficulty.easy .icon {
          background-image: url("../../assets/images/greenhub/game12/board/popup-difficulty-easy-icon.svg"); }
        #greenhub-game12 .game-popup.select-difficulty .options .difficulty .points {
          position: relative;
          font-family: "Bemio";
          font-size: 5.1rem;
          color: #005e6e;
          margin-bottom: 10px; }
          @media screen and (max-width: 1020px) {
            #greenhub-game12 .game-popup.select-difficulty .options .difficulty .points {
              font-size: 4.7rem; } }
          @media screen and (max-width: 830px) {
            #greenhub-game12 .game-popup.select-difficulty .options .difficulty .points {
              font-size: 4.3rem; } }
          #greenhub-game12 .game-popup.select-difficulty .options .difficulty .points span {
            font-size: 3.3rem; }
            @media screen and (max-width: 1020px) {
              #greenhub-game12 .game-popup.select-difficulty .options .difficulty .points span {
                font-size: 3.1rem; } }
            @media screen and (max-width: 830px) {
              #greenhub-game12 .game-popup.select-difficulty .options .difficulty .points span {
                font-size: 2.6rem; } }
        #greenhub-game12 .game-popup.select-difficulty .options .difficulty .button-text {
          position: relative;
          display: inline-block;
          margin: auto;
          width: 155px;
          height: 49px;
          line-height: 51px;
          border-radius: 25px;
          padding: 0;
          font-family: "Bemio";
          background-color: #275d6c;
          color: #fff;
          box-shadow: none;
          text-transform: uppercase;
          font-size: 1.7rem; }
          #greenhub-game12 .game-popup.select-difficulty .options .difficulty .button-text:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 25px;
            box-shadow: #7dc1bd 3px 6px 0 0; }
        #greenhub-game12 .game-popup.select-difficulty .options .difficulty.hard {
          position: relative; }
          #greenhub-game12 .game-popup.select-difficulty .options .difficulty.hard:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: calc(100% + 50px);
            height: 100%;
            background-image: url("../../assets/images/greenhub/game12/board/popup-difficulty-hard-background.svg");
            background-repeat: no-repeat;
            background-size: cover;
            pointer-events: none;
            border-radius: 0 15px 15px 0; }
          #greenhub-game12 .game-popup.select-difficulty .options .difficulty.hard .icon {
            background-image: url("../../assets/images/greenhub/game12/board/popup-difficulty-hard-icon.svg"); }
    #greenhub-game12 .game-popup.ask-question {
      z-index: 51; }
      #greenhub-game12 .game-popup.ask-question.disabled {
        pointer-events: none; }
      #greenhub-game12 .game-popup.ask-question .contents {
        position: relative; }
        #greenhub-game12 .game-popup.ask-question .contents:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 80px;
          z-index: 1;
          border-radius: 16px 16px 0 0; }
          @media screen and (max-width: 1020px) {
            #greenhub-game12 .game-popup.ask-question .contents:before {
              height: 70px; } }
          @media screen and (max-width: 830px) {
            #greenhub-game12 .game-popup.ask-question .contents:before {
              height: 60px; } }
      #greenhub-game12 .game-popup.ask-question .category-icon {
        position: absolute;
        margin: auto;
        z-index: 9; }
        @media screen and (max-width: 660px) {
          #greenhub-game12 .game-popup.ask-question .category-icon {
            display: none; } }
      #greenhub-game12 .game-popup.ask-question .category-token {
        display: none; }
      #greenhub-game12 .game-popup.ask-question .category-name {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        text-align: center;
        font-family: "Bemio";
        font-size: 2.6rem;
        line-height: 2.8rem;
        color: #005e6e;
        padding-top: 25px;
        background-color: transparent;
        /* #f5c742; */
        z-index: 10;
        border-radius: 16px 16px 0 0;
        text-transform: none; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.ask-question .category-name {
            height: 70px;
            padding-top: 22px; } }
        @media screen and (max-width: 830px) {
          #greenhub-game12 .game-popup.ask-question .category-name {
            height: 60px;
            padding-top: 20px; } }
      #greenhub-game12 .game-popup.ask-question .difficulty {
        display: none;
        /*
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        transition: opacity 0.2s linear;
        transform-origin: top center;
        transform: scale(0.88);
        z-index: 110;

        @media screen and (max-width: $vpad-devices-breakpoint) {
          top: 68px;
        }

        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          top: 56px;
        }

        &.output-active {
        }

        .stars {
          display: inline-block;
          margin-bottom: 4px;
          width: 147px;
          height: 49px;
          background-repeat: no-repeat;
          background-position: bottom center;

          @media screen and (max-width: $vpad-devices-breakpoint) {
            width: 119px;
            height: 67px;
          }

          @media screen and (max-width: 830px), screen and (max-height: 400px) {
            background-position: top center;
            width: 113px;
            height: 64px;
          }
        }

        .easy {
          .stars {
            background-image: url("../../assets/images/greenhub/game12/board/question-easy-icon.svg");
            background-repeat: no-repeat;
          }
        }

        .hard {
          .stars {
            background-image: url("../../assets/images/greenhub/game12/board/question-hard-icon.svg");
            background-repeat: no-repeat;
          }
        }

        .text {
          display: none;
          font-size: 1.9rem;
          color: #fff;

          @media screen and (max-width: $vpad-devices-breakpoint) {
            font-size: 1.7rem;
          }

          @media screen and (max-width: 830px) {
            font-size: 1.5rem;
          }
        }*/ }
      #greenhub-game12 .game-popup.ask-question .output {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        z-index: 15; }
        #greenhub-game12 .game-popup.ask-question .output.output-time {
          text-align: center;
          flex-direction: column;
          width: 200px; }
          @media screen and (max-width: 1020px) {
            #greenhub-game12 .game-popup.ask-question .output.output-time {
              top: -3px;
              right: -8px;
              transform: scale(0.9); } }
          @media screen and (max-width: 830px), screen and (max-height: 400px) {
            #greenhub-game12 .game-popup.ask-question .output.output-time {
              top: -6px;
              right: -12px;
              transform: scale(0.8); } }
          #greenhub-game12 .game-popup.ask-question .output.output-time .icon {
            position: absolute;
            top: -51px;
            right: -65px;
            width: 290px;
            height: 171px;
            background-image: url("../../assets/images/greenhub/game12/board/question-time.svg");
            background-repeat: no-repeat; }
          #greenhub-game12 .game-popup.ask-question .output.output-time .title {
            font-family: "Bemio";
            font-weight: normal;
            font-size: 1.9rem;
            line-height: 1.9rem;
            padding-top: 30px;
            padding-left: 28px;
            white-space: nowrap; }
          #greenhub-game12 .game-popup.ask-question .output.output-time .details {
            font-family: "Aspira";
            font-weight: bold;
            font-size: 1.1rem;
            line-height: 1.1rem;
            margin-top: 7px;
            padding-left: 28px;
            color: #fff;
            text-align: left;
            text-transform: uppercase; }
        #greenhub-game12 .game-popup.ask-question .output.output-correct {
          text-align: center;
          flex-direction: column;
          width: 142px;
          padding-top: 10px; }
          @media screen and (max-width: 1020px) {
            #greenhub-game12 .game-popup.ask-question .output.output-correct {
              top: -3px;
              right: -4px;
              transform: scale(0.9); } }
          @media screen and (max-width: 830px), screen and (max-height: 400px) {
            #greenhub-game12 .game-popup.ask-question .output.output-correct {
              top: -6px;
              right: -4px;
              transform: scale(0.8); } }
          #greenhub-game12 .game-popup.ask-question .output.output-correct .icon {
            position: absolute;
            top: -53px;
            right: -78px;
            width: 291px;
            height: 174px;
            background-image: url("../../assets/images/greenhub/game12/board/question-correct.svg");
            background-repeat: no-repeat; }
          #greenhub-game12 .game-popup.ask-question .output.output-correct .title {
            padding-top: 15px; }
        #greenhub-game12 .game-popup.ask-question .output.output-wrong {
          text-align: center;
          width: 125px;
          top: 8px; }
          @media screen and (max-width: 1020px) {
            #greenhub-game12 .game-popup.ask-question .output.output-wrong {
              top: 4px;
              right: -4px;
              transform: scale(0.9); } }
          @media screen and (max-width: 830px), screen and (max-height: 400px) {
            #greenhub-game12 .game-popup.ask-question .output.output-wrong {
              top: 2px;
              right: 0px;
              transform: scale(0.8); } }
          #greenhub-game12 .game-popup.ask-question .output.output-wrong .icon {
            position: absolute;
            top: -42px;
            right: -85px;
            width: 290px;
            height: 155px;
            background-image: url("../../assets/images/greenhub/game12/board/question-wrong.svg");
            background-repeat: no-repeat; }
          #greenhub-game12 .game-popup.ask-question .output.output-wrong .title {
            padding-top: 24px; }
          #greenhub-game12 .game-popup.ask-question .output.output-wrong .details {
            display: none; }
        #greenhub-game12 .game-popup.ask-question .output .title {
          position: relative;
          font-family: "Bemio";
          font-size: 2.8rem;
          line-height: 2.8rem;
          color: #fff; }
        #greenhub-game12 .game-popup.ask-question .output .details {
          position: relative;
          font-family: "Aspira";
          font-weight: bold;
          font-size: 1.4rem;
          line-height: 1.4rem;
          margin-top: 2px;
          text-align: left;
          color: #fff;
          text-transform: uppercase; }
      #greenhub-game12 .game-popup.ask-question .question-timer {
        position: absolute;
        top: -20px;
        right: -32px;
        width: 201px;
        height: 139px;
        background-image: url("../../assets/images/greenhub/game12/board/question-timer.svg");
        background-repeat: no-repeat;
        text-align: center;
        padding-top: 40px;
        padding-left: 30px;
        z-index: 12;
        transform-origin: top right; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.ask-question .question-timer {
            top: -17px;
            right: -28px;
            transform: scale(0.9); } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #greenhub-game12 .game-popup.ask-question .question-timer {
            top: -15px;
            right: -18px;
            transform: scale(0.8); } }
        #greenhub-game12 .game-popup.ask-question .question-timer .title {
          font-family: "Aspira";
          font-weight: bold;
          color: #fff;
          font-size: 1.1rem;
          display: block;
          padding-bottom: 0;
          text-transform: uppercase; }
        #greenhub-game12 .game-popup.ask-question .question-timer #question-counter {
          font-family: "Bemio";
          color: #fff;
          font-size: 3.4rem;
          line-height: 3.4rem;
          display: block;
          letter-spacing: 0;
          margin-top: 2px; }
      #greenhub-game12 .game-popup.ask-question .question {
        position: absolute;
        top: 125px;
        top: 110px;
        left: 90px;
        width: 570px;
        height: 95px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: "Aspira";
        font-weight: bold;
        font-size: 1.7rem;
        line-height: 2rem;
        color: #005e6e;
        transition: opacity 0.2s linear;
        text-transform: none; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.ask-question .question {
            left: 30px;
            top: 110px;
            width: calc(100% - 60px);
            height: 90px; } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #greenhub-game12 .game-popup.ask-question .question {
            font-size: 1.6rem;
            line-height: 1.6rem;
            left: 15px;
            top: 100px;
            width: calc(100% - 30px);
            height: 80px; } }
      #greenhub-game12 .game-popup.ask-question .answers {
        position: absolute;
        top: 230px;
        left: 30px;
        width: 690px;
        height: 130px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.ask-question .answers {
            left: 30px;
            top: 200px;
            width: calc(100% - 60px); } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #greenhub-game12 .game-popup.ask-question .answers {
            left: 15px;
            top: 185px;
            width: calc(100% - 30px);
            height: auto; } }
        #greenhub-game12 .game-popup.ask-question .answers .answer {
          position: relative;
          flex-basis: calc(50% - 10px);
          height: 90px;
          margin-bottom: 12px;
          background-color: #f7fbfe;
          padding-left: 80px;
          padding-right: 14px;
          cursor: pointer;
          user-select: none;
          transition: background-color 0.2s linear;
          border-radius: 15px;
          font-weight: 700; }
          @media screen and (max-width: 1020px) {
            #greenhub-game12 .game-popup.ask-question .answers .answer {
              height: 80px;
              flex-basis: calc(50% - 12px); } }
          @media screen and (max-width: 830px), screen and (max-height: 400px) {
            #greenhub-game12 .game-popup.ask-question .answers .answer {
              flex-basis: calc(50% -6px);
              height: 65px;
              margin-bottom: 12px; } }
          @media screen and (max-height: 400px) {
            #greenhub-game12 .game-popup.ask-question .answers .answer {
              margin-bottom: 4px; } }
          #greenhub-game12 .game-popup.ask-question .answers .answer:after {
            opacity: 0;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 2px solid #234e60;
            border-radius: 15px;
            pointer-events: none;
            transition: opacity 0.2s linear; }
          #greenhub-game12 .game-popup.ask-question .answers .answer:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 15px;
            transition: opacity 0.2s linear;
            box-shadow: #98ddd1 6px 6px 0 0; }
          #greenhub-game12 .game-popup.ask-question .answers .answer.correct {
            background-color: #50be58; }
          #greenhub-game12 .game-popup.ask-question .answers .answer.wrong {
            background-color: #ff5a47; }
          #greenhub-game12 .game-popup.ask-question .answers .answer.selected:after, #greenhub-game12 .game-popup.ask-question .answers .answer:hover:after {
            opacity: 1; }
          #greenhub-game12 .game-popup.ask-question .answers .answer.correct .option, #greenhub-game12 .game-popup.ask-question .answers .answer.wrong .option {
            color: #fff;
            border-color: #fff; }
          #greenhub-game12 .game-popup.ask-question .answers .answer .option {
            position: absolute;
            top: 20px;
            left: 0px;
            width: 66px;
            height: 50px;
            font-family: "Bemio";
            font-size: 5.5rem;
            line-height: 4.8rem;
            color: #ff8545;
            border-right: 2px solid #ff8545;
            padding-left: 1px;
            text-align: center; }
            @media screen and (max-width: 1020px) {
              #greenhub-game12 .game-popup.ask-question .answers .answer .option {
                top: 18px;
                font-size: 4.2rem;
                line-height: 4.4rem;
                height: 45px; } }
            @media screen and (max-width: 830px), screen and (max-height: 400px) {
              #greenhub-game12 .game-popup.ask-question .answers .answer .option {
                top: 14px;
                font-size: 4rem;
                line-height: 3.8rem;
                height: 40px; } }
          #greenhub-game12 .game-popup.ask-question .answers .answer .text {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            height: 76px;
            margin-top: 7px;
            font-family: "Aspira";
            font-weight: regular;
            font-size: 1.6rem;
            line-height: 1.6rem;
            color: #363b4f; }
            @media screen and (max-width: 1020px) {
              #greenhub-game12 .game-popup.ask-question .answers .answer .text {
                height: 66px;
                font-size: 1.6rem;
                line-height: 1.6rem; } }
            @media screen and (max-width: 830px), screen and (max-height: 400px) {
              #greenhub-game12 .game-popup.ask-question .answers .answer .text {
                height: 52px;
                font-size: 1.5rem;
                line-height: 1.5rem; } }
      #greenhub-game12 .game-popup.ask-question.text-mode .question-image {
        display: none !important; }
      #greenhub-game12 .game-popup.ask-question.text-mode .question-video {
        display: none !important; }
      #greenhub-game12 .game-popup.ask-question.video-mode .question-image {
        display: none !important; }
      #greenhub-game12 .game-popup.ask-question.video-mode .question-video {
        display: block;
        position: absolute;
        top: 130px;
        left: 60px;
        width: 630px;
        height: 300px;
        cursor: pointer; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.ask-question.video-mode .question-video {
            width: calc(100% - 120px);
            max-height: calc(100% - 160px); } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #greenhub-game12 .game-popup.ask-question.video-mode .question-video {
            left: 15px;
            top: 90px;
            width: calc(100% - 30px);
            max-height: calc(100% - 110px); } }
        #greenhub-game12 .game-popup.ask-question.video-mode .question-video:before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100px;
          height: 100px;
          margin: auto;
          opacity: 1;
          background-image: url("../../assets/images/greenhub/game12/board/play-video.png?v=1");
          background-size: contain;
          background-repeat: no-repeat;
          transition: all 0.2s linear; }
        #greenhub-game12 .game-popup.ask-question.video-mode .question-video:hover:before {
          opacity: 0.85; }
        #greenhub-game12 .game-popup.ask-question.video-mode .question-video.running {
          pointer-events: none; }
          #greenhub-game12 .game-popup.ask-question.video-mode .question-video.running:before {
            opacity: 0 !important; }
        #greenhub-game12 .game-popup.ask-question.video-mode .question-video video {
          width: 100%;
          height: 100%;
          pointer-events: none; }
        #greenhub-game12 .game-popup.ask-question.video-mode .question-video video::-webkit-media-controls {
          display: none; }
      #greenhub-game12 .game-popup.ask-question.image-mode .contents {
        width: 780px;
        height: 610px;
        background-size: cover;
        border-radius: 25px; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.ask-question.image-mode .contents {
            width: 90%;
            max-width: 750px;
            height: 90%;
            max-height: 500px; } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #greenhub-game12 .game-popup.ask-question.image-mode .contents {
            width: calc(100% - 25px);
            max-width: 750px;
            height: calc(100% - 25px);
            max-height: 500px; } }
      #greenhub-game12 .game-popup.ask-question.image-mode .question {
        width: 320px;
        height: 80px;
        top: 140px;
        left: 60px;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.ask-question.image-mode .question {
            top: 130px;
            left: 30px;
            width: calc(50% - 60px); } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #greenhub-game12 .game-popup.ask-question.image-mode .question {
            left: 15px;
            top: 110px;
            width: calc(50% - 30px);
            height: 60px; } }
      #greenhub-game12 .game-popup.ask-question.image-mode .question-image {
        display: block;
        position: absolute;
        top: 220px;
        left: 60px;
        width: 300px;
        height: 300px;
        margin-top: 20px; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.ask-question.image-mode .question-image {
            left: 30px;
            top: 210px;
            width: calc(50% - 60px);
            height: calc(100% - 300px);
            margin-top: 20px; } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #greenhub-game12 .game-popup.ask-question.image-mode .question-image {
            left: 15px;
            top: 180px;
            width: calc(50% - 30px);
            height: calc(100% - 205px);
            margin-top: 10px; } }
        #greenhub-game12 .game-popup.ask-question.image-mode .question-image img {
          border-radius: 25px;
          border: 3px solid #fff;
          -moz-box-sizing: content-box;
          -webkit-box-sizing: content-box;
          box-sizing: content-box;
          margin-left: -5px;
          margin-top: -5px;
          max-width: 100%;
          max-height: 100%; }
      #greenhub-game12 .game-popup.ask-question.image-mode .answers {
        top: 140px;
        left: 410px;
        width: 320px; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.ask-question.image-mode .answers {
            top: 130px;
            left: 50%;
            width: calc(50% - 15px); } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #greenhub-game12 .game-popup.ask-question.image-mode .answers {
            top: 110px;
            left: 50%;
            width: calc(50% - 15px); } }
        #greenhub-game12 .game-popup.ask-question.image-mode .answers .answer {
          flex-basis: 100%; }
          @media screen and (max-width: 830px), screen and (max-height: 400px) {
            #greenhub-game12 .game-popup.ask-question.image-mode .answers .answer {
              margin-bottom: 10px;
              height: 51px; }
              #greenhub-game12 .game-popup.ask-question.image-mode .answers .answer .option {
                top: 6px; }
              #greenhub-game12 .game-popup.ask-question.image-mode .answers .answer .text {
                margin-top: 4px;
                height: 43px; } }
    #greenhub-game12 .game-popup.suspend {
      text-align: center; }
      #greenhub-game12 .game-popup.suspend .contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
      #greenhub-game12 .game-popup.suspend .icon {
        display: inline-block;
        width: 200px;
        height: 100px;
        background-image: url("../../assets/images/greenhub/game12/board/popup-suspend-icon.svg?v=1");
        background-repeat: no-repeat;
        text-align: center; }
      #greenhub-game12 .game-popup.suspend .title {
        font-family: "Bemio";
        font-size: 3.2rem;
        line-height: 3.2rem;
        color: #005e6e;
        margin-top: 10px; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.suspend .title {
            font-size: 3rem;
            line-height: 3rem; } }
        @media screen and (max-width: 830px) {
          #greenhub-game12 .game-popup.suspend .title {
            font-size: 2.8rem;
            line-height: 2.8rem; } }
      #greenhub-game12 .game-popup.suspend .text {
        font-family: "Aspira";
        font-weight: 900;
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #005e6e;
        max-width: 550px;
        padding: 0 20px;
        margin: 20px auto 0 auto; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.suspend .text {
            font-size: 1.7rem;
            line-height: 2.1rem;
            margin-top: 15px; } }
        @media screen and (max-width: 767px) {
          #greenhub-game12 .game-popup.suspend .text {
            font-size: 1.6rem;
            line-height: 2rem;
            margin-top: 10px; } }
        #greenhub-game12 .game-popup.suspend .text span {
          color: #005e6e;
          font-size: 2.8rem;
          display: block;
          margin-top: 20px; }
          @media screen and (max-width: 1020px) {
            #greenhub-game12 .game-popup.suspend .text span {
              font-size: 1.9rem; } }
          @media screen and (max-width: 767px) {
            #greenhub-game12 .game-popup.suspend .text span {
              font-size: 1.8rem; } }
      #greenhub-game12 .game-popup.suspend .buttons-group {
        margin-top: 65px;
        display: flex;
        flex-direction: row;
        justify-content: center; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.suspend .buttons-group {
            margin-top: 45px; } }
        @media screen and (max-width: 767px) {
          #greenhub-game12 .game-popup.suspend .buttons-group {
            margin-top: 25px;
            flex-direction: column;
            gap: 25px; } }
        #greenhub-game12 .game-popup.suspend .buttons-group .button {
          position: relative;
          display: inline-block;
          margin: 0 20px;
          width: 275px;
          height: 49px;
          line-height: 51px;
          border-radius: 25px;
          padding: 0;
          background-color: #275d6c;
          box-shadow: none;
          text-transform: uppercase;
          font-size: 1.7rem; }
          @media screen and (max-width: 1020px) {
            #greenhub-game12 .game-popup.suspend .buttons-group .button {
              width: 260px; } }
          @media screen and (max-width: 767px) {
            #greenhub-game12 .game-popup.suspend .buttons-group .button {
              width: 240px; } }
          #greenhub-game12 .game-popup.suspend .buttons-group .button:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 25px;
            box-shadow: #7dc1bd 3px 6px 0 0; }
          #greenhub-game12 .game-popup.suspend .buttons-group .button.confirm {
            padding-left: 0;
            background-color: #8de8ae;
            box-shadow: none;
            color: #005e6e; }
            #greenhub-game12 .game-popup.suspend .buttons-group .button.confirm:after {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              border-radius: 25px;
              border: 2px solid #005e6e; }
            #greenhub-game12 .game-popup.suspend .buttons-group .button.confirm .suspend-icon {
              display: none;
              position: absolute;
              top: 0;
              left: 45px;
              width: 39px;
              height: 39px;
              background-image: url("../../assets/images/greenhub/game12/board/popup-suspend-pause-icon.svg?v=1");
              background-repeat: no-repeat; }
              @media screen and (max-width: 1020px) {
                #greenhub-game12 .game-popup.suspend .buttons-group .button.confirm .suspend-icon {
                  left: 35px; } }
              @media screen and (max-width: 767px) {
                #greenhub-game12 .game-popup.suspend .buttons-group .button.confirm .suspend-icon {
                  left: 28px; } }
    #greenhub-game12 .game-popup.time-over {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #greenhub-game12 .game-popup.time-over .contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
      #greenhub-game12 .game-popup.time-over .icon {
        display: inline-block;
        width: 210px;
        height: 168px;
        background-image: url("../../assets/images/greenhub/game12/board/popup-time-over.svg?v=2");
        background-repeat: no-repeat;
        text-align: center;
        margin-right: 10px; }
      #greenhub-game12 .game-popup.time-over .title {
        font-family: "Bemio";
        font-size: 3.2rem;
        line-height: 3.2rem;
        color: #005e6e;
        margin-top: 0px; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.time-over .title {
            font-size: 3rem;
            line-height: 3rem;
            margin-top: 15px; } }
        @media screen and (max-width: 830px) {
          #greenhub-game12 .game-popup.time-over .title {
            font-size: 2.8rem;
            line-height: 2.8rem;
            margin-top: 10px; } }
      #greenhub-game12 .game-popup.time-over .text {
        font-family: "Aspira";
        font-weight: 900;
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #005e6e;
        max-width: 550px;
        padding: 0 20px;
        margin: 20px auto 0 auto; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.time-over .text {
            font-size: 1.7rem;
            line-height: 2.1rem;
            margin-top: 15px; } }
        @media screen and (max-width: 830px) {
          #greenhub-game12 .game-popup.time-over .text {
            font-size: 1.6rem;
            line-height: 2rem;
            margin-top: 10px; } }
      #greenhub-game12 .game-popup.time-over .button {
        position: relative;
        display: inline-block;
        margin: 60px 20px 0 20px;
        width: 250px;
        height: 49px;
        line-height: 51px;
        border-radius: 25px;
        padding: 0;
        background-color: #275d6c;
        box-shadow: none;
        text-transform: uppercase;
        font-size: 1.7rem; }
        #greenhub-game12 .game-popup.time-over .button:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border-radius: 25px;
          box-shadow: #7dc1bd 3px 6px 0 0; }
    #greenhub-game12 .game-popup.error .contents {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-size: cover;
      border-radius: 25px;
      padding: 0 25px; }
    #greenhub-game12 .game-popup.error .icon {
      display: inline-block;
      width: 424px;
      height: 183px;
      background-image: url("../../assets/images/greenhub/game12/board/popup-error-icon.svg?v=1");
      background-repeat: no-repeat;
      text-align: center; }
    #greenhub-game12 .game-popup.error .title {
      font-family: "Bemio";
      font-size: 3.2rem;
      line-height: 3.2rem;
      color: #005e6e;
      margin-top: 0; }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .game-popup.error .title {
          font-size: 3rem;
          line-height: 3rem; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .game-popup.error .title {
          font-size: 2.8rem;
          line-height: 2.8rem; } }
    #greenhub-game12 .game-popup.error .text {
      font-family: "Aspira";
      font-weight: 900;
      font-size: 1.8rem;
      line-height: 2.2rem;
      color: #005e6e;
      max-width: 550px;
      margin: 20px auto 0 auto; }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .game-popup.error .text {
          font-size: 1.7rem;
          line-height: 2.1rem; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .game-popup.error .text {
          font-size: 1.6rem;
          line-height: 2rem; } }
    #greenhub-game12 .game-popup.help-detail .contents {
      width: 850px;
      height: auto;
      background-size: cover;
      padding: 45px 75px 45px 60px;
      text-align: left;
      background-size: cover;
      border-radius: 25px; }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .game-popup.help-detail .contents {
          width: 90%;
          max-width: 850px;
          height: 90%;
          max-height: 100%;
          padding: 35px;
          padding-bottom: 20px;
          overflow: scroll; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .game-popup.help-detail .contents {
          padding: 25px;
          padding-bottom: 10px; } }
    #greenhub-game12 .game-popup.help-detail .icon {
      display: none;
      position: absolute;
      top: -30px;
      left: 15px;
      width: 75px;
      height: 88px;
      background-image: url("../../assets/images/greenhub/game12/board/popup-suspend-icon.svg?v=1");
      background-repeat: no-repeat;
      text-align: center; }
    #greenhub-game12 .game-popup.help-detail .title {
      font-family: "Bemio";
      font-size: 3.2rem;
      line-height: 3.2rem;
      color: #005e6e;
      padding-left: 0;
      text-align: center; }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .game-popup.help-detail .title {
          font-size: 3rem;
          line-height: 3rem; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .game-popup.help-detail .title {
          font-size: 2.8rem;
          line-height: 2.8rem; } }
    #greenhub-game12 .game-popup.help-detail .text {
      font-family: "Aspira";
      font-size: 1.6rem;
      line-height: 1.9rem;
      color: #005e6e;
      margin: 18px auto 0 auto; }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .game-popup.help-detail .text {
          font-size: 1.5rem;
          line-height: 1.8rem; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .game-popup.help-detail .text {
          font-size: 1.4rem;
          line-height: 1.7rem; } }
      #greenhub-game12 .game-popup.help-detail .text b,
      #greenhub-game12 .game-popup.help-detail .text strong {
        font-weight: 900; }
      #greenhub-game12 .game-popup.help-detail .text p {
        margin-bottom: 15px;
        font-weight: 700; }
    #greenhub-game12 .game-popup.wait {
      text-align: center; }
      #greenhub-game12 .game-popup.wait .icon {
        margin-top: 40px;
        display: inline-block;
        width: 200px;
        height: 100px;
        background-image: url("../../assets/images/greenhub/game12/board/popup-suspend-icon.svg?v=1");
        background-repeat: no-repeat;
        text-align: center; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.wait .icon {
            margin-top: 35px; } }
        @media screen and (max-width: 830px) {
          #greenhub-game12 .game-popup.wait .icon {
            margin-top: 30px; } }
      #greenhub-game12 .game-popup.wait .title {
        font-family: "Bemio";
        font-size: 3.2rem;
        line-height: 3.2rem;
        color: #005e6e;
        margin-top: 10px; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.wait .title {
            font-size: 3rem;
            line-height: 3rem; } }
        @media screen and (max-width: 830px) {
          #greenhub-game12 .game-popup.wait .title {
            font-size: 2.8rem;
            line-height: 2.8rem; } }
      #greenhub-game12 .game-popup.wait .text {
        font-family: "Aspira";
        font-weight: 900;
        font-size: 2rem;
        line-height: 2.2rem;
        color: #005e6e;
        max-width: 550px;
        padding: 0 20px;
        margin: 20px auto 0 auto; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .game-popup.wait .text {
            font-size: 1.8rem;
            line-height: 2rem; } }
        @media screen and (max-width: 830px) {
          #greenhub-game12 .game-popup.wait .text {
            font-size: 1.6rem;
            line-height: 1.8rem; } }
        #greenhub-game12 .game-popup.wait .text span {
          color: #fff; }
    #greenhub-game12 .game-popup.next-play .contents-play {
      padding-top: 90px;
      display: flex;
      flex-direction: column;
      align-items: center; }
    #greenhub-game12 .game-popup.next-play .button {
      position: relative;
      padding: 12px 34px 12px 34px;
      width: 220px;
      border-radius: 30px;
      background-color: #8de8ae;
      font-size: 1.7rem;
      line-height: 1.7rem;
      display: inline;
      box-shadow: #008f98 3px 4px 0 0;
      text-transform: uppercase;
      border: 2px solid #005e6e;
      color: #005e6e; }
      #greenhub-game12 .game-popup.next-play .button:after {
        content: "";
        position: absolute;
        top: -90px;
        right: 0;
        left: 0;
        margin: auto;
        width: 62px;
        height: 72px;
        background-image: url("../../assets/images/greenhub/game12/board/dice/static.svg");
        background-repeat: no-repeat; }
    #greenhub-game12 .game-popup.next-play .options {
      display: flex;
      justify-content: center;
      margin-top: 60px;
      margin-left: 0; }
      #greenhub-game12 .game-popup.next-play .options .option-button {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0;
        text-align: center;
        width: 150px;
        line-height: 38px;
        padding-top: 50px;
        font-family: "Bemio";
        font-size: 17px;
        color: #fff;
        text-transform: uppercase; }
      #greenhub-game12 .game-popup.next-play .options .help {
        background-position: top center;
        background-size: 38px 38px;
        background-image: url("../../assets/images/greenhub/game12/board/help-single.svg?v=1"); }
      #greenhub-game12 .game-popup.next-play .options .pause {
        background-position: top center;
        background-size: 48px 38px;
        background-image: url("../../assets/images/greenhub/game12/board/pause-single.svg?v=1"); }
    #greenhub-game12 .game-popup .close {
      position: absolute;
      top: 30px;
      right: 30px;
      width: 26px;
      height: 26px;
      background-image: url("../../assets/images/greenhub/game12/board/popup-close-button.svg?v=1");
      background-repeat: no-repeat;
      cursor: pointer;
      pointer-events: all; }
  #greenhub-game12 .wait-player-remote {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 19;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75); }
    #greenhub-game12 .wait-player-remote .contents {
      position: relative;
      color: #fff;
      font-family: "Aspira";
      font-size: 4.8rem;
      padding: 0 20px;
      text-align: center; }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .wait-player-remote .contents {
          font-size: 3.6rem; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .wait-player-remote .contents {
          font-size: 2.4rem; } }
      #greenhub-game12 .wait-player-remote .contents span {
        font-family: "Bemio";
        color: #005e6e; }
  #greenhub-game12 .rotate-screen {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); }
    #greenhub-game12 .rotate-screen .contents {
      position: relative;
      color: #fff;
      padding: 20px;
      text-align: center; }
      #greenhub-game12 .rotate-screen .contents .icon {
        width: 200px;
        height: 200px;
        margin: auto;
        background: url("../../assets/images/adp/game1/board/rotate-screen.png") 50% 50% no-repeat; }
      #greenhub-game12 .rotate-screen .contents .title {
        font-family: "Aspira";
        font-size: 4.8rem; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .rotate-screen .contents .title {
            font-size: 3.6rem; } }
        @media screen and (max-width: 830px) {
          #greenhub-game12 .rotate-screen .contents .title {
            font-size: 2.4rem; } }
  #greenhub-game12 .time-over-remote {
    visibility: hidden;
    opacity: 0;
    display: flex;
    bottom: 5px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 200;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
    text-align: center; }
    #greenhub-game12 .time-over-remote .contents {
      position: relative;
      color: #fff;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.75);
      border-radius: 15px; }
      @media screen and (max-width: 1020px) {
        #greenhub-game12 .time-over-remote .contents {
          padding: 8px 10px; } }
      @media screen and (max-width: 830px) {
        #greenhub-game12 .time-over-remote .contents {
          padding: 6px 10px; } }
      #greenhub-game12 .time-over-remote .contents .title {
        font-size: 2rem;
        font-family: "Bemio"; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .time-over-remote .contents .title {
            font-size: 1.8rem; } }
        @media screen and (max-width: 830px) {
          #greenhub-game12 .time-over-remote .contents .title {
            font-size: 1.6rem; } }
      #greenhub-game12 .time-over-remote .contents .text {
        padding-top: 4px;
        font-size: 1.6rem;
        font-family: "Aspira"; }
        @media screen and (max-width: 1020px) {
          #greenhub-game12 .time-over-remote .contents .text {
            font-size: 1.5rem; } }
        @media screen and (max-width: 830px) {
          #greenhub-game12 .time-over-remote .contents .text {
            font-size: 1.4rem; } }
  #greenhub-game12 .block-all-transitions {
    transition: none !important; }

#page-login {
  text-align: center;
  padding-top: 220px;
  padding-bottom: 260px; }
  @media screen and (max-width: 1020px) {
    #page-login {
      padding-top: 160px;
      padding-bottom: 220px; } }
  @media screen and (max-width: 767px) {
    #page-login {
      padding-top: 130px;
      padding-bottom: 160px; } }
  #page-login .welcome {
    font-size: 3.5rem;
    font-family: "Aspira";
    font-weight: 800;
    color: #005e6e;
    padding-bottom: 15px; }
    @media screen and (max-width: 767px) {
      #page-login .welcome {
        font-size: 2.8rem; } }
  #page-login .intro-text {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Aspira";
    color: #005e6e;
    padding-bottom: 20px;
    max-width: 300px;
    margin: auto; }
  #page-login .group-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    margin-left: 20px; }
  #page-login .login-group {
    padding: 20px 0 0 0;
    background-color: rgba(168, 234, 204, 0.6);
    position: relative;
    max-width: 700px;
    width: 100%;
    border-radius: 32px;
    margin: auto; }
    @media screen and (max-width: 1020px) {
      #page-login .login-group {
        max-width: 600px; } }
    @media screen and (max-width: 767px) {
      #page-login .login-group {
        max-width: 500px; } }
    #page-login .login-group .asset {
      display: none;
      width: 88px;
      height: 120px;
      background: url("../../assets/images/greenhub/game12/home-rules-action.svg") 50% 50% no-repeat;
      position: absolute;
      top: -80px;
      left: 50%;
      margin-left: 300px; }
      @media screen and (max-width: 1340px) {
        #page-login .login-group .asset {
          margin-left: 280px; } }
      @media screen and (max-width: 767px) {
        #page-login .login-group .asset {
          display: none; } }
    #page-login .login-group h2 {
      font-family: "Bemio";
      color: #005e6e;
      font-size: 2.4rem;
      padding-bottom: 17px;
      text-transform: uppercase; }
    #page-login .login-group input {
      margin-bottom: 17px;
      line-height: 34px;
      height: 38px;
      border-radius: 17px;
      padding: 0 20px;
      font-family: "Aspira";
      color: black;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        #page-login .login-group input {
          max-width: 225px; } }
      #page-login .login-group input::placeholder {
        text-transform: capitalize;
        color: #999; }
    #page-login .login-group .forgot-password {
      display: block;
      color: #005e6e;
      font-family: "Aspira";
      font-size: 1.2rem;
      padding-bottom: 15px;
      display: block;
      text-decoration: underline; }
  #page-login .button-login {
    height: fit-content;
    border-radius: 21px;
    margin: auto; }
    #page-login .button-login span {
      border-radius: 21px;
      padding-top: 10px;
      font-size: 1.6rem; }
  #page-login .form-container {
    width: 300px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      #page-login .form-container {
        width: 250px; } }
    #page-login .form-container .button {
      width: 100%; }
  #page-login .not-registered {
    color: #005e6e;
    font-family: "Aspira";
    font-weight: 800;
    font-size: 2rem;
    padding-top: 10px;
    display: block; }
  #page-login .regist-here {
    color: #005e6e;
    font-family: "Aspira";
    font-size: 1.8rem;
    padding-top: 2px;
    padding-bottom: 25px;
    display: block; }
  #page-login .group-not-registered {
    margin-top: 10px; }
    #page-login .group-not-registered .button-group {
      margin-top: 5px; }
    #page-login .group-not-registered .regist-here-button {
      background-color: transparent;
      padding: 0;
      color: #005e6e;
      font-size: 2rem;
      width: 100%;
      max-width: 100%; }
      #page-login .group-not-registered .regist-here-button span {
        background-color: transparent;
        padding: 0; }
  #page-login .button {
    max-width: 120px;
    width: 220px; }
  #page-login .form-message {
    padding-bottom: 20px; }
  #page-login .footer-links {
    position: absolute;
    bottom: 75px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 1.4rem;
    color: #005e6e;
    font-family: "Aspira";
    font-weight: 600;
    z-index: 1000; }
    @media screen and (max-width: 1020px) {
      #page-login .footer-links {
        bottom: 50px; } }
    @media screen and (max-width: 767px) {
      #page-login .footer-links {
        bottom: 100px; } }
    #page-login .footer-links .link {
      transition: all 300ms ease;
      padding: 0 10px; }
      #page-login .footer-links .link:hover {
        opacity: 0.6; }
  #page-login .legal-logos {
    display: none; }

#page-new-account {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 220px; }
  @media screen and (max-width: 767px) {
    #page-new-account {
      padding-bottom: 100px;
      padding-top: 120px; } }
  #page-new-account h1 {
    color: #005e6e;
    font-size: 3.2rem;
    padding-bottom: 17px; }
  #page-new-account h2 {
    font-family: "Aspira";
    color: #005e6e;
    font-size: 1.7rem;
    font-weight: 600;
    max-width: 620px; }
  #page-new-account .decorative-asset {
    display: none; }
  #page-new-account .form-container {
    text-align: left; }
    @media screen and (max-width: 767px) {
      #page-new-account .form-container {
        width: 320px;
        margin: auto; } }
    #page-new-account .form-container .form-group {
      position: relative;
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
      max-width: 750px;
      margin: auto; }
      @media screen and (max-width: 767px) {
        #page-new-account .form-container .form-group {
          flex-direction: column; } }
      #page-new-account .form-container .form-group .form-label {
        width: 210px;
        text-align: right;
        padding-right: 20px;
        color: #005e6e;
        font-size: 1.8rem;
        font-family: "Aspira";
        line-height: 1em; }
        @media screen and (max-width: 767px) {
          #page-new-account .form-container .form-group .form-label {
            width: 250px;
            text-align: left;
            padding-bottom: 4px;
            margin-top: 8px; } }
        #page-new-account .form-container .form-group .form-label a {
          text-decoration: underline; }
      #page-new-account .form-container .form-group .form-input {
        width: 350px; }
        @media screen and (max-width: 767px) {
          #page-new-account .form-container .form-group .form-input {
            width: 250px; } }
      #page-new-account .form-container .form-group .select2-container {
        width: 350px !important; }
        @media screen and (max-width: 767px) {
          #page-new-account .form-container .form-group .select2-container {
            width: 250px !important; } }
      #page-new-account .form-container .form-group .checkbox .form-input {
        width: 40px; }
      #page-new-account .form-container .form-group .checkbox .form-label {
        width: 250px;
        font-size: 1.2rem;
        text-align: left; }
        @media screen and (max-width: 767px) {
          #page-new-account .form-container .form-group .checkbox .form-label {
            width: 200px; } }
      #page-new-account .form-container .form-group .info {
        position: absolute;
        top: 0;
        left: 600px;
        width: 390px;
        font-family: "Aspira";
        font-size: 1.4rem;
        color: #005e6e; }
        @media screen and (max-width: 767px) {
          #page-new-account .form-container .form-group .info {
            display: none; } }
    #page-new-account .form-container .agree-group {
      padding-left: 180px;
      margin: 15px 0; }
      @media screen and (max-width: 767px) {
        #page-new-account .form-container .agree-group {
          padding-left: 0;
          max-width: 250px; } }
    #page-new-account .form-container .form-buttons {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      gap: 10px; }
      #page-new-account .form-container .form-buttons .button {
        margin-left: 0;
        width: 180px;
        padding: 10px 10px; }
        @media screen and (max-width: 767px) {
          #page-new-account .form-container .form-buttons .button {
            margin: 0; } }
    #page-new-account .form-container .form-message {
      text-align: center; }
  #page-new-account .button {
    width: 250px;
    margin-left: 300px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #page-new-account .button {
        margin: 20px auto; } }
    #page-new-account .button.button-add-school {
      background-color: transparent;
      color: #005d6e;
      border: 2px solid #005d6e;
      padding: 8px 10px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #page-new-account .button.button-add-school {
          margin-top: 0; } }
      #page-new-account .button.button-add-school:hover {
        color: white;
        background-color: #005d6e; }
  #page-new-account .button-cancel {
    text-transform: uppercase;
    background-color: #8ce8ae;
    color: #005d6e;
    border: 2px solid #005d6e; }
    #page-new-account .button-cancel:hover {
      color: white;
      background-color: #005d6e; }
  #page-new-account .high {
    font-family: "Aspira";
    font-weight: 900; }
  #page-new-account.teacher-form .city-id-group.form-city, #page-new-account.student-form .city-id-group.form-city {
    display: none !important; }

#page-new-account-ok {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #page-new-account-ok .middle-bar {
    background-color: transparent; }
    #page-new-account-ok .middle-bar .icon {
      background: url("../../assets/images/greenhub/game12/email.svg") 50% 50% no-repeat;
      width: 200px;
      height: 150px;
      margin-left: -100px;
      top: -60px; }
      @media screen and (max-width: 1020px) {
        #page-new-account-ok .middle-bar .icon {
          height: 100px;
          top: -40px; } }
      @media screen and (max-width: 767px) {
        #page-new-account-ok .middle-bar .icon {
          height: 80px;
          top: -10px; } }
  #page-new-account-ok .button {
    width: 150px;
    margin: 20px auto 0 auto;
    text-transform: uppercase; }
  #page-new-account-ok .footer {
    display: none; }

#page-user-home {
  text-align: center;
  padding-top: 260px;
  padding-bottom: 200px; }
  @media screen and (max-width: 1020px) {
    #page-user-home {
      padding-top: 190px;
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-user-home {
      padding-top: 160px;
      padding-bottom: 120px; } }
  #page-user-home .logotype .icon {
    width: 100px;
    height: 80px;
    background: url(../../assets/images/greenhub/game12/board-icon.svg) center center no-repeat;
    left: 50%;
    margin-left: -80px;
    top: 180px;
    position: absolute; }
    @media screen and (max-width: 1020px) {
      #page-user-home .logotype .icon {
        width: 70px;
        height: 80px;
        margin-left: -50px;
        top: 110px; } }
    @media screen and (max-width: 767px) {
      #page-user-home .logotype .icon {
        margin-left: -50px;
        top: 90px; } }
  #page-user-home .page-contents-group.teacher-mode {
    padding-top: 30px; }
  #page-user-home .prize-action-call {
    display: none;
    background: url("../../assets/images/greenhub/game12/prize-action-call.svg") 50% 50% no-repeat;
    position: absolute;
    top: 125px;
    left: 50%;
    margin-left: 380px;
    width: 87px;
    height: 120px; }
    @media screen and (max-width: 1340px) {
      #page-user-home .prize-action-call {
        margin-left: 255px;
        width: 200px; } }
    @media screen and (max-width: 1020px) {
      #page-user-home .prize-action-call {
        display: none; } }
  #page-user-home .teacher-pdf,
  #page-user-home .question-add {
    font-size: 1.4rem;
    color: #005e6e;
    font-family: "Aspira";
    position: absolute;
    left: 50%;
    text-align: left;
    margin-left: -600px;
    top: 200px;
    background: url("../../assets/images/greenhub/game12/teacher-pdf.svg") 0% 50% no-repeat;
    background-size: 54px 65px;
    height: 65px;
    padding: 19px 0 0 60px;
    z-index: 10;
    font-weight: 700; }
    @media screen and (max-width: 1340px) {
      #page-user-home .teacher-pdf,
      #page-user-home .question-add {
        margin-left: -450px; } }
    @media screen and (max-width: 1020px) {
      #page-user-home .teacher-pdf,
      #page-user-home .question-add {
        display: none; } }
  #page-user-home .question-add {
    display: none;
    background: url("../../assets/images/greenhub/game12/teacher-sugerir.svg") 0% 50% no-repeat;
    background-size: 50px 60px;
    top: 275px; }
    @media screen and (max-width: 1020px) {
      #page-user-home .question-add {
        display: none; } }
  #page-user-home .welcome-msg {
    font-size: 3.5rem;
    color: #005e6e;
    font-family: "Aspira";
    font-weight: 800;
    padding-bottom: 10px;
    pointer-events: none;
    position: relative;
    z-index: 9; }
  #page-user-home .points {
    font-size: 2rem;
    color: #479d5a;
    font-family: "Aspira";
    font-weight: 800; }
  #page-user-home .text1 {
    padding: 20px 10px 10px 10px;
    font-family: "Aspira";
    font-weight: 800; }
  #page-user-home .text1,
  #page-user-home .text2 {
    max-width: 750px;
    margin: auto; }
  #page-user-home .group {
    display: flex;
    justify-content: center;
    padding-top: 20px; }
    @media screen and (max-width: 767px) {
      #page-user-home .group {
        flex-direction: column;
        align-items: center; } }
    #page-user-home .group .new-board-game {
      background: url("../../assets/images/greenhub/game12/board-mode-bg.svg") center center no-repeat;
      margin: 0 40px;
      /*@media screen and (max-width: $vpad-devices-breakpoint) {
        opacity: 0.2;
        pointer-events: none;
      }*/ }
      @media screen and (max-width: 767px) {
        #page-user-home .group .new-board-game {
          /*margin-right: 0;
        margin-left: 0;*/
          margin-bottom: 20px; } }
      #page-user-home .group .new-board-game .icon {
        display: none;
        background: url("../../assets/images/greenhub/game12/board-icon.svg") 50% 50% no-repeat;
        width: 130px;
        height: 114px;
        margin-top: -11px;
        margin-left: -6px; }
    #page-user-home .group .schedule-board-game {
      background: url("../../assets/images/greenhub/game12/preparar-games-bg.svg") center center no-repeat;
      margin: 0 40px;
      color: #005e6e;
      display: none;
      /*@media screen and (max-width: $vpad-devices-breakpoint) {
        opacity: 0.2;
        pointer-events: none;
      }*/ }
      @media screen and (max-width: 767px) {
        #page-user-home .group .schedule-board-game {
          margin-right: 0;
          margin-left: 0;
          margin-bottom: 20px; } }
      #page-user-home .group .schedule-board-game .icon {
        display: none;
        background: url("../../assets/images/greenhub/game12/prepare-games.svg") 50% 50% no-repeat;
        width: 112px;
        height: 114px;
        margin-top: -5px;
        margin-left: 3px; }
        @media screen and (max-width: 767px) {
          #page-user-home .group .schedule-board-game .icon {
            width: 80px;
            margin-left: 25px; } }
    #page-user-home .group .new-battle-game {
      background: url("../../assets/images/greenhub/game12/preparar-games-bg.svg") center center no-repeat;
      margin: 0 40px;
      color: #005e6e; }
      #page-user-home .group .new-battle-game .icon {
        display: none;
        background: url("../../assets/images/greenhub/game12/prepare-games.svg") 50% 50% no-repeat;
        width: 90px;
        height: 124px;
        margin-left: 12px;
        margin-top: -5px; }
  #page-user-home h2 {
    font-family: "Bemio";
    font-size: 1.9rem;
    color: #005e6e;
    padding-bottom: 20px; }
  #page-user-home .suspended-games {
    padding-top: 50px;
    background: rgba(55, 191, 126, 0.2);
    margin-top: 60px; }
  #page-user-home .user-details {
    margin-top: 60px;
    padding-bottom: 120px; }
    @media screen and (max-width: 767px) {
      #page-user-home .user-details {
        margin-top: 40px;
        padding-bottom: 90px; } }
    #page-user-home .user-details .suspended-games {
      margin-top: 0; }
    #page-user-home .user-details .last-battles {
      padding-bottom: 0; }
      #page-user-home .user-details .last-battles h2 {
        text-transform: none; }
  #page-user-home .legal-logos {
    display: none; }

#page-top-scores {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 250px; }
  @media screen and (max-width: 767px) {
    #page-top-scores {
      padding-top: 150px;
      padding-bottom: 300px; } }
  #page-top-scores h1 {
    text-transform: none; }
  #page-top-scores h2 {
    font-family: "Aspira";
    font-size: 2.2rem;
    color: #005e6e;
    text-transform: uppercase;
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
      #page-top-scores h2 {
        margin-bottom: 40px;
        font-size: 1.8rem; } }
  #page-top-scores .scores {
    position: relative;
    padding-top: 55px;
    padding-bottom: 120px; }
    #page-top-scores .scores h2 {
      font-family: "Bemio";
      margin-bottom: 20px; }
    #page-top-scores .scores .scores-icon {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-repeat: no-repeat; }
    #page-top-scores .scores .score-list {
      max-width: 740px;
      margin: 30px auto 0 auto; }
      @media screen and (max-width: 767px) {
        #page-top-scores .scores .score-list {
          padding: 0 5px; } }
      #page-top-scores .scores .score-list h3 {
        padding-bottom: 5px; }
      #page-top-scores .scores .score-list .item {
        position: relative;
        width: 100%;
        height: 74px;
        margin-top: 16px;
        background: #FFFFFF;
        border-radius: 37px;
        color: #005e6e;
        -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.12); }
        @media screen and (max-width: 767px) {
          #page-top-scores .scores .score-list .item {
            height: 60px; } }
        #page-top-scores .scores .score-list .item .background {
          display: none; }
        #page-top-scores .scores .score-list .item .contents {
          position: relative;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0 25px 0 100px;
          height: 75px; }
          @media screen and (max-width: 767px) {
            #page-top-scores .scores .score-list .item .contents {
              height: 60px; } }
          #page-top-scores .scores .score-list .item .contents .position {
            position: absolute;
            top: 0;
            bottom: 0;
            left: -4px;
            margin: auto;
            width: 84px;
            height: 84px;
            background: url("../../assets/images/greenhub/game12/top-scores/positionX.svg") 50% 50% no-repeat;
            text-align: center;
            font-family: "Aspira";
            font-weight: 900;
            font-size: 5rem;
            line-height: 80px;
            text-shadow: 3px 3px rgba(245, 214, 108, 0.2);
            color: #ffe88d; }
            @media screen and (max-width: 767px) {
              #page-top-scores .scores .score-list .item .contents .position {
                width: 56px;
                height: 56px;
                line-height: 56px;
                left: 5px;
                font-size: 4rem; } }
          #page-top-scores .scores .score-list .item .contents .name {
            text-align: left;
            font-family: "Bemio";
            font-size: 1.7rem;
            line-height: 2rem;
            color: #005e6e; }
            @media screen and (max-width: 1020px) {
              #page-top-scores .scores .score-list .item .contents .name {
                font-size: 1.6rem; } }
          #page-top-scores .scores .score-list .item .contents .points {
            text-align: right;
            font-weight: 900;
            font-family: "Aspira";
            font-size: 2.5rem;
            line-height: 2.7rem;
            min-width: 140px;
            color: #479d5a; }
            @media screen and (max-width: 1020px) {
              #page-top-scores .scores .score-list .item .contents .points {
                font-size: 1.8rem;
                min-width: 80px; } }
        #page-top-scores .scores .score-list .item.pos1 {
          background: #163b60; }
          #page-top-scores .scores .score-list .item.pos1 .name {
            color: #FFFFFF; }
          #page-top-scores .scores .score-list .item.pos1 .position {
            top: auto;
            left: 10px;
            bottom: 1px;
            width: 91px;
            height: 80px;
            background: url("../../assets/images/greenhub/game12/top-scores/position1.svg") 50% 50% no-repeat;
            padding-left: 6px;
            line-height: 66px;
            font-size: 0; }
            @media screen and (max-width: 767px) {
              #page-top-scores .scores .score-list .item.pos1 .position {
                width: 70px;
                height: 58px; } }
    #page-top-scores .scores .double-score-list {
      display: flex;
      max-width: 1080px;
      margin: 10px auto 30px auto;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 1340px) {
        #page-top-scores .scores .double-score-list {
          max-width: 1000px;
          margin: 10px auto 30px auto; } }
      @media screen and (max-width: 1020px) {
        #page-top-scores .scores .double-score-list {
          margin: 10px 1% 0 1%; } }
      #page-top-scores .scores .double-score-list .score-list {
        width: calc(50% - 35px);
        margin: 0 0 30px 0; }
        @media screen and (max-width: 1020px) {
          #page-top-scores .scores .double-score-list .score-list {
            width: calc(50% - 15px); } }
        @media screen and (max-width: 767px) {
          #page-top-scores .scores .double-score-list .score-list {
            width: 100%;
            margin-bottom: 30px; } }
        #page-top-scores .scores .double-score-list .score-list h3 {
          font-family: "Aspira";
          font-size: 1.9rem;
          color: #005e6e; }
        #page-top-scores .scores .double-score-list .score-list .item.pos2, #page-top-scores .scores .double-score-list .score-list .item.pos3 {
          background: #163b60; }
          #page-top-scores .scores .double-score-list .score-list .item.pos2 .name, #page-top-scores .scores .double-score-list .score-list .item.pos3 .name {
            color: #FFFFFF; }
          #page-top-scores .scores .double-score-list .score-list .item.pos2 .position, #page-top-scores .scores .double-score-list .score-list .item.pos3 .position {
            font-size: 0;
            top: auto;
            left: 2px;
            bottom: 1px;
            width: 83px;
            height: 75px;
            background-image: url("../../assets/images/greenhub/game12/top-scores/position2.svg");
            padding-left: 2px;
            line-height: 56px; }
            @media screen and (max-width: 767px) {
              #page-top-scores .scores .double-score-list .score-list .item.pos2 .position, #page-top-scores .scores .double-score-list .score-list .item.pos3 .position {
                width: 70px;
                height: 58px; } }
        #page-top-scores .scores .double-score-list .score-list .item.pos3 .position {
          background-image: url("../../assets/images/greenhub/game12/top-scores/position3.svg"); }
    #page-top-scores .scores.students {
      background-color: rgba(55, 191, 126, 0.2); }
      #page-top-scores .scores.students .scores-icon {
        top: -50px;
        width: 170px;
        height: 100px;
        background-image: url("../../assets/images/greenhub/game12/top-scores/students.svg");
        background-position: 50% 50%; }
        @media screen and (max-width: 767px) {
          #page-top-scores .scores.students .scores-icon {
            width: 100px;
            height: 70px;
            top: -20px; } }
    #page-top-scores .scores.schools .asset {
      position: absolute;
      top: -33px;
      left: -900px;
      right: 0;
      margin: auto;
      width: 97px;
      height: 87px;
      background: url("../../assets/images/greenhub/game12/generic-asset1.svg") 50% 50% no-repeat; }
      @media screen and (max-width: 1020px) {
        #page-top-scores .scores.schools .asset {
          left: -600px; } }
    #page-top-scores .scores.schools .scores-icon {
      top: -50px;
      width: 157px;
      height: 95px;
      background-image: url("../../assets/images/greenhub/game12/top-scores/schools.svg");
      background-position: 50% 50%; }
      @media screen and (max-width: 767px) {
        #page-top-scores .scores.schools .scores-icon {
          width: 100px;
          height: 70px;
          top: -20px; } }
    #page-top-scores .scores.teachers {
      background-color: rgba(55, 191, 126, 0.2); }
      #page-top-scores .scores.teachers .scores-icon {
        top: -50px;
        width: 157px;
        height: 97px;
        background-image: url("../../assets/images/greenhub/game12/top-scores/teachers.svg");
        background-position: 50% 50%; }
        @media screen and (max-width: 767px) {
          #page-top-scores .scores.teachers .scores-icon {
            width: 100px;
            height: 70px;
            top: -20px; } }
      #page-top-scores .scores.teachers .score-list {
        padding-bottom: 40px; }
  #page-top-scores .button-close {
    text-transform: uppercase;
    margin-top: 20px; }

.mobile-device #page-top-scores .scores .double-score-list .score-list .item .background {
  left: 0;
  right: 0;
  width: 100%;
  transform: none; }

.mobile-device #page-top-scores .scores .score-list .item .background {
  left: 0;
  right: 0;
  width: 100%;
  transform: none; }

#page-my-profile {
  padding-top: 180px;
  padding-bottom: 200px;
  text-align: center; }
  @media screen and (max-width: 1020px) {
    #page-my-profile {
      padding-top: 140px;
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-my-profile {
      padding-top: 120px;
      padding-bottom: 120px; } }
  #page-my-profile h1 {
    padding-bottom: 5px; }
  #page-my-profile h2 {
    font-family: "Bemio";
    font-size: 800;
    font-size: 1.9rem;
    color: #005e6e;
    padding-bottom: 20px;
    text-transform: uppercase; }
  #page-my-profile .notification-control {
    margin: auto; }
    #page-my-profile .notification-control .form-label {
      font-family: "Aspira"; }
      @media screen and (max-width: 767px) {
        #page-my-profile .notification-control .form-label {
          max-width: 200px; } }
  #page-my-profile .points {
    font-family: "Aspira";
    font-weight: 800;
    font-size: 2.1rem;
    font-size: 800;
    color: #479d5a;
    padding-bottom: 25px; }
  #page-my-profile section:nth-child(even) {
    background-color: rgba(55, 191, 126, 0.2); }
  #page-my-profile .user-info {
    padding: 30px 0; }
    #page-my-profile .user-info.extra-padding {
      padding-bottom: 70px; }
    #page-my-profile .user-info .text {
      font-family: "Aspira";
      font-weight: 800;
      font-size: 1.8rem;
      line-height: 3rem;
      color: #005e6e;
      margin-bottom: 15px; }
    #page-my-profile .user-info .button-group {
      max-width: 520px;
      margin: auto; }
      @media screen and (max-width: 767px) {
        #page-my-profile .user-info .button-group {
          max-width: 100%;
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
    #page-my-profile .user-info .button {
      flex-grow: 1;
      width: 50%; }
      @media screen and (max-width: 767px) {
        #page-my-profile .user-info .button {
          width: 80%;
          max-width: 200px;
          margin-bottom: 10px; } }
    #page-my-profile .user-info .button-close {
      width: 40%;
      margin-top: 30px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        #page-my-profile .user-info .button-close {
          width: 80%; } }
  #page-my-profile .invites {
    position: relative;
    padding-top: 70px;
    padding-bottom: 60px;
    text-align: center; }
    #page-my-profile .invites .icon {
      position: absolute;
      top: -58px;
      left: 0;
      right: 0;
      margin: auto;
      width: 149px;
      height: 116px;
      background: url("../../assets/images/greenhub/game12/my-profile/email-icon.svg") 50% 50% no-repeat;
      margin-bottom: 10px; }
    #page-my-profile .invites h2 {
      padding-bottom: 8px;
      font-family: "Aspira";
      font-weight: 800; }
    #page-my-profile .invites .intro {
      font-family: "Aspira";
      font-size: 1.7rem;
      color: #005e6e;
      max-width: 720px;
      margin: 0 auto 40px auto; }
    #page-my-profile .invites .form {
      display: flex;
      margin: auto;
      justify-content: center;
      align-items: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        #page-my-profile .invites .form {
          width: 100%;
          flex-wrap: wrap; } }
      #page-my-profile .invites .form span {
        font-family: "Aspira";
        font-size: 1.5rem;
        color: #005e6e;
        margin-right: 15px; }
        @media screen and (max-width: 767px) {
          #page-my-profile .invites .form span {
            padding-bottom: 10px; } }
      #page-my-profile .invites .form .input-container {
        position: relative; }
        #page-my-profile .invites .form .input-container input {
          font-family: "Aspira";
          font-size: 1.5rem;
          line-height: 1.5rem;
          height: 32px;
          color: #005e6e;
          border: none;
          width: 240px;
          padding: 3px 20px 0 15px;
          border-radius: 16px 0 0 16px;
          margin-right: -12px; }
          @media screen and (max-width: 767px) {
            #page-my-profile .invites .form .input-container input {
              width: 180px;
              border-radius: 16px;
              margin-bottom: 15px; } }
        #page-my-profile .invites .form .input-container .output {
          position: absolute;
          top: 100%;
          left: 15px;
          font-family: "Aspira";
          padding-top: 6px;
          font-size: 1.3rem;
          color: red; }
      #page-my-profile .invites .form .button {
        font-size: 1.4rem;
        padding-left: 25px;
        padding-right: 25px; }
    #page-my-profile .invites .sent {
      display: inline-block;
      margin: 0 auto;
      text-align: left; }
      #page-my-profile .invites .sent h2 {
        padding-bottom: 12px; }
      #page-my-profile .invites .sent .item {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        #page-my-profile .invites .sent .item .email {
          font-family: "Aspira";
          font-size: 1.5rem;
          line-height: 24px;
          color: #005e6e; }
          #page-my-profile .invites .sent .item .email.accepted {
            font-weight: bold; }
        #page-my-profile .invites .sent .item .checked {
          position: relative;
          margin-left: 8px;
          display: inline-block;
          width: 24px;
          height: 24px;
          background-color: #fff; }
          #page-my-profile .invites .sent .item .checked:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 16px;
            height: 12px;
            background: url("../../assets/images/greenhub/game12/my-profile/checked-icon.svg") 50% 50% no-repeat; }

#page-game-results {
  padding-top: 160px;
  padding-bottom: 270px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #page-game-results {
      padding-top: 150px;
      padding-bottom: 220px; } }
  #page-game-results h1 br {
    display: none; }
  #page-game-results .page-contents-group {
    margin-top: 40px; }
  #page-game-results .logotype .icon {
    background: url("../../assets/images/greenhub/game12/login/icon-logo.svg") 50% 50% no-repeat;
    width: 265px;
    height: 180px;
    position: absolute;
    top: 0px;
    left: -90px; }
    @media screen and (max-width: 1340px) {
      #page-game-results .logotype .icon {
        width: 215px;
        left: -70px; } }
    @media screen and (max-width: 767px) {
      #page-game-results .logotype .icon {
        width: 180px; } }
  #page-game-results .podium-group {
    margin: auto;
    width: 708px;
    margin-top: 20px;
    padding-top: 120px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #page-game-results .podium-group {
        width: 100%;
        padding-top: 0px; } }
    #page-game-results .podium-group:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -20px;
      margin: auto;
      width: 560px;
      height: 500px;
      background-color: #f8e49f;
      border-radius: 64% 36% 63% 37% / 36% 57% 43% 64%; }
      @media screen and (max-width: 767px) {
        #page-game-results .podium-group:before {
          display: none; } }
  #page-game-results .podium {
    position: relative;
    width: 708px;
    height: 223px;
    background: url("../../assets/images/greenhub/game12/results/podium.svg") 50% 50% no-repeat; }
    @media screen and (max-width: 767px) {
      #page-game-results .podium {
        display: none; } }
  #page-game-results .medal1 {
    width: 142px;
    height: 146px !important;
    background: url("../../assets/images/greenhub/game12/results/medal1.svg") 50% 50% no-repeat;
    top: -185px;
    left: 50%;
    margin-left: -74px; }
    @media screen and (max-width: 767px) {
      #page-game-results .medal1 {
        margin-left: 30px !important; } }
  #page-game-results .medal2 {
    width: 101px;
    height: 132px;
    background: url("../../assets/images/greenhub/game12/results/medal2.svg") 50% 50% no-repeat;
    top: -150px;
    left: 52px; }
  #page-game-results .medal3 {
    width: 101px;
    height: 132px;
    background: url("../../assets/images/greenhub/game12/results/medal3.svg") 50% 50% no-repeat;
    top: -132px;
    right: 48px; }
    @media screen and (max-width: 767px) {
      #page-game-results .medal3 {
        margin-left: 50px !important; } }
  #page-game-results .medals {
    position: absolute;
    height: 120px; }
    @media screen and (max-width: 767px) {
      #page-game-results .medals {
        position: static;
        margin: 10px auto; } }
  #page-game-results .button-show-global-scores {
    display: none;
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
    padding: 0 30px;
    margin-top: 5px;
    background-color: #6cbf6a;
    box-shadow: #58a95f 3px 4px 0 0; }
  #page-game-results .player {
    font-size: 1.7rem;
    font-family: "Bemio";
    position: absolute;
    width: 200px; }
    @media screen and (max-width: 767px) {
      #page-game-results .player {
        position: static;
        margin: 0 auto 25px auto; } }
    #page-game-results .player .pawn {
      height: 50px;
      width: 50px;
      background-repeat: no-repeat;
      background-position: center;
      margin: auto; }
      @media screen and (max-width: 767px) {
        #page-game-results .player .pawn {
          display: none; } }
      #page-game-results .player .pawn.pawn1, #page-game-results .player .pawn.pawn2, #page-game-results .player .pawn.pawn3 {
        background-color: rgba(0, 0, 0, 0.3);
        background-position: 50% 50%;
        border-radius: 44% 56% 31% 69% / 62% 36% 64% 38%; }
    #page-game-results .player .username {
      color: #FFFFFF;
      padding-top: 12px; }
      @media screen and (max-width: 767px) {
        #page-game-results .player .username {
          color: #005e6e; } }
    #page-game-results .player .points {
      padding-top: 2px;
      font-family: "Aspira";
      font-weight: 900;
      color: #6cbf6a; }
    #page-game-results .player .secs {
      color: #000;
      background: #ffcc33;
      padding: 2px 8px;
      display: none;
      transition: all 300ms ease;
      margin-top: 0;
      width: auto;
      font-size: 1.3rem; }
    #page-game-results .player:hover .secs {
      display: inline-block; }
  #page-game-results .player2 {
    top: 222px;
    left: 68px; }
  #page-game-results .player1 {
    top: 179px;
    left: 252px; }
  #page-game-results .player3 {
    top: 236px;
    left: 439px; }
  #page-game-results .outside-podium-group {
    perspective: 800px;
    margin: 20px auto;
    width: 440px; }
    @media screen and (max-width: 767px) {
      #page-game-results .outside-podium-group {
        width: 320px; } }
  #page-game-results .item-outside-podium {
    height: 70px;
    margin-bottom: 20px;
    padding-left: 82px;
    position: relative;
    display: flex;
    font-size: 1.7rem;
    font-family: "Bemio"; }
    #page-game-results .item-outside-podium .bg {
      background-color: #fff;
      width: 100%;
      height: 70px;
      position: absolute;
      border-radius: 35px;
      top: 0;
      left: 0;
      z-index: 1;
      box-shadow: rgba(0, 0, 0, 0.1) 3px 8px 0 0; }
    #page-game-results .item-outside-podium .medal {
      position: absolute;
      top: -4px;
      left: -25px;
      width: 76px;
      height: 78px;
      z-index: 2; }
    #page-game-results .item-outside-podium .player4 {
      background: url("../../assets/images/greenhub/game12/results/medal4.svg") 50% 50% no-repeat; }
    #page-game-results .item-outside-podium .player5 {
      background: url("../../assets/images/greenhub/game12/results/medal5.svg") 50% 50% no-repeat; }
    #page-game-results .item-outside-podium .text {
      width: 276px;
      position: relative;
      z-index: 3;
      text-align: left;
      padding-top: 18px;
      padding-left: 0px; }
    #page-game-results .item-outside-podium .username {
      color: #003256; }
    #page-game-results .item-outside-podium .points {
      font-family: "Aspira";
      font-weight: 900;
      color: #6cbf6a; }
    #page-game-results .item-outside-podium .secs {
      color: #000;
      background: #ffcc33;
      padding: 2px 8px;
      display: none;
      transition: all 300ms ease;
      font-size: 1.3rem; }
    #page-game-results .item-outside-podium .pawn {
      width: 52px;
      height: 52px;
      position: relative;
      z-index: 4;
      margin-top: 9px;
      background-size: 40px 40px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-color: #dfebf1;
      border-radius: 44% 56% 31% 69% / 62% 36% 64% 38%; }
      @media screen and (max-width: 767px) {
        #page-game-results .item-outside-podium .pawn {
          display: none; } }
    #page-game-results .item-outside-podium:hover .secs {
      display: inline-block; }
  #page-game-results .close-button {
    display: none;
    width: 200px;
    margin: 50px auto 10px auto; }

.mobile-device #page-game-results .item-outside-podium .bg {
  left: 0;
  right: 0;
  width: 100%;
  transform: none; }

#page-confirm-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #page-confirm-email .logotype {
    display: none; }
  #page-confirm-email .header .logotype {
    display: block; }
  #page-confirm-email .middle-bar {
    background-color: transparent; }
    #page-confirm-email .middle-bar .icon {
      background: url("../../assets/images/greenhub/game12/account-activation.svg") 50% 50% no-repeat;
      width: 200px;
      height: 150px;
      margin-left: -100px;
      top: -80px; }
      @media screen and (max-width: 1020px) {
        #page-confirm-email .middle-bar .icon {
          height: 100px;
          top: -40px; } }
      @media screen and (max-width: 767px) {
        #page-confirm-email .middle-bar .icon {
          height: 80px;
          top: -10px; } }
  #page-confirm-email .button {
    width: 150px;
    margin: 20px auto 0 auto;
    text-transform: uppercase; }
  #page-confirm-email .footer {
    display: none; }

#page-request-password {
  padding-top: 200px;
  text-align: center;
  padding-bottom: 200px; }
  @media screen and (max-width: 1020px) {
    #page-request-password {
      padding-top: 150px;
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-request-password {
      padding-top: 120px;
      padding-bottom: 120px; } }
  #page-request-password .middle-bar {
    margin-top: 25px;
    padding: 50px 0; }
    #page-request-password .middle-bar .title {
      padding-bottom: 35px; }
    #page-request-password .middle-bar:after {
      content: "";
      background: url("../../assets/images/greenhub/game12/generic-asset1.svg") 50% 50% no-repeat;
      width: 60px;
      height: 85px;
      position: absolute;
      bottom: -50px;
      left: 50%;
      margin-left: 300px; }
      @media screen and (max-width: 767px) {
        #page-request-password .middle-bar:after {
          display: none; } }
  #page-request-password .form-message {
    padding-bottom: 20px;
    padding-top: 0; }
  #page-request-password .form-container {
    width: 300px;
    margin: auto; }
    #page-request-password .form-container.update-password {
      width: 420px; }
      @media screen and (max-width: 767px) {
        #page-request-password .form-container.update-password {
          width: 300px; } }
      #page-request-password .form-container.update-password .button {
        width: 220px; }
      #page-request-password .form-container.update-password .button-recover {
        margin-top: 20px; }
      #page-request-password .form-container.update-password .form-group {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center; }
        @media screen and (max-width: 767px) {
          #page-request-password .form-container.update-password .form-group {
            flex-direction: column; } }
        #page-request-password .form-container.update-password .form-group .form-label {
          width: 200px;
          text-align: right;
          padding-right: 8px;
          color: #005e6e;
          font-size: 1.4rem;
          font-family: "Aspira";
          line-height: 1em; }
          @media screen and (max-width: 767px) {
            #page-request-password .form-container.update-password .form-group .form-label {
              text-align: left;
              padding-bottom: 4px;
              margin-top: 10px; } }
        #page-request-password .form-container.update-password .form-group .form-input {
          width: 220px; }
  #page-request-password .button {
    margin: 6px 0;
    text-transform: uppercase; }
  #page-request-password .button-close {
    margin: auto; }
  #page-request-password .button-cancel {
    margin-top: -6px; }
    @media screen and (max-width: 767px) {
      #page-request-password .button-cancel {
        margin-top: -25px; } }

#page-legal-page {
  padding-top: 180px;
  padding-bottom: 220px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #page-legal-page {
      padding-bottom: 100px;
      padding-top: 120px; } }
  #page-legal-page .long-text {
    max-width: 800px;
    margin: auto;
    text-align: left;
    color: #005e6e; }
    @media screen and (max-width: 1020px) {
      #page-legal-page .long-text {
        padding: 0 20px; } }
  #page-legal-page .button {
    max-width: 200px;
    margin: 40px auto; }
  #page-legal-page .button-close {
    text-transform: uppercase; }

#page-create-game {
  text-align: center;
  padding-top: 270px;
  padding-bottom: 270px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }
  @media screen and (max-width: 1020px) {
    #page-create-game {
      padding-top: 170px;
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-create-game {
      padding-top: 150px;
      padding-bottom: 120px; } }
  #page-create-game .text-group {
    max-width: 1050px;
    font-weight: 600;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px; }
    #page-create-game .text-group .section-title {
      padding-bottom: 10px; }
    #page-create-game .text-group .text2 {
      font-size: 2rem; }
  #page-create-game .logotype .icon {
    width: 100px;
    height: 80px;
    background: url(../../assets/images/greenhub/game12/board-icon.svg) center center no-repeat;
    left: 50%;
    margin-left: -80px;
    top: 180px;
    position: absolute; }
    @media screen and (max-width: 1020px) {
      #page-create-game .logotype .icon {
        width: 70px;
        height: 80px;
        margin-left: -50px;
        top: 110px; } }
    @media screen and (max-width: 767px) {
      #page-create-game .logotype .icon {
        margin-left: -50px;
        top: 90px; } }
  #page-create-game.preparate-game .logotype .icon {
    width: 80px;
    height: 70px;
    background: url("../../assets/images/greenhub/game12/prepare-games.svg") center center no-repeat;
    margin-left: -60px; }
  #page-create-game h1 {
    text-transform: uppercase; }
  #page-create-game .button-regist-student,
  #page-create-game .button-start-game,
  #page-create-game .button-prepare-game {
    text-transform: uppercase; }
  #page-create-game .user-search-group {
    width: 400px;
    margin: auto;
    padding-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #page-create-game .user-search-group {
        width: 90%; } }
    #page-create-game .user-search-group .form-group {
      position: relative; }
    #page-create-game .user-search-group .select2-container {
      max-width: 400px;
      margin: auto;
      width: 100% !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    #page-create-game .user-search-group .icon-search {
      width: 22px;
      height: 20px;
      background-color: #FFFFFF;
      position: absolute;
      right: 5px;
      top: 5px; }
      #page-create-game .user-search-group .icon-search::after {
        content: "";
        width: 32px;
        height: 32px;
        background-image: url("../../assets/images/greenhub/game12/create-game/search-icon.svg");
        background-color: transparent;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        right: 0px;
        top: 0px; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-search-group .icon-search {
          right: 50%;
          margin-right: -190px; } }
      @media screen and (max-width: 460px) {
        #page-create-game .user-search-group .icon-search {
          right: 5px;
          margin-right: 0; } }
    #page-create-game .user-search-group .group-button {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    #page-create-game .user-search-group .button {
      width: 49%; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-search-group .button {
          max-width: 400px;
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
    #page-create-game .user-search-group .button-family {
      color: #FFFFFF;
      font-size: 1rem;
      text-decoration: underline;
      width: 50%;
      text-align: center;
      height: 34px;
      background-color: #00323b; }
      #page-create-game .user-search-group .button-family span {
        background: #005d6e; }
    #page-create-game .user-search-group .button-regist-student {
      background: #005d6e !important;
      font-size: 1.4rem;
      margin: auto; }
      #page-create-game .user-search-group .button-regist-student span {
        background: #005d6e !important; }
  #page-create-game .user-list {
    background: rgba(55, 191, 126, 0.2);
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 30px 0 50px 0; }
    #page-create-game .user-list .center {
      width: 100%;
      margin: auto; }
    #page-create-game .user-list .user-list-container {
      width: 90%;
      max-width: 460px;
      margin: auto; }
  #page-create-game .user-item {
    height: 74px;
    width: 100%;
    padding: 0 40px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Aspira";
    position: relative;
    margin: 14px 0;
    border-radius: 12px;
    background: #FFFFFF;
    -webkit-box-shadow: 6px 6px 1px 0px rgba(0, 143, 152, 0.45);
    -moz-box-shadow: 6px 6px 1px 0px rgba(0, 143, 152, 0.45);
    box-shadow: 6px 6px 1px 0px rgba(0, 143, 152, 0.45); }
    @media screen and (max-width: 767px) {
      #page-create-game .user-item {
        padding: 0 10px 0 25px; } }
    #page-create-game .user-item.preparate-game .user-login,
    #page-create-game .user-item.preparate-game .pick-pawn {
      display: none !important; }
    #page-create-game .user-item.preparate-game .user-fullname {
      display: block;
      font-size: 1.8rem;
      color: #005e6e;
      position: absolute;
      width: 200px;
      left: 50%;
      margin-left: -100px;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #page-create-game .user-item.creator-item {
      border: solid 0px; }
      #page-create-game .user-item.creator-item .delete,
      #page-create-game .user-item.creator-item .user-login {
        display: none; }
      #page-create-game .user-item.creator-item .pawn {
        background-color: transparent; }
    #page-create-game .user-item.logged-item .user-login {
      display: none; }
    #page-create-game .user-item.logged-item .pick-pawn {
      display: block; }
    #page-create-game .user-item.pawn-picked .pawn,
    #page-create-game .user-item.pawn-picked .check {
      display: block; }
    #page-create-game .user-item.pawn-picked .pick-pawn,
    #page-create-game .user-item.pawn-picked .delete {
      display: none; }
    #page-create-game .user-item.pawn-picked .pick-pawn {
      background-color: #8ce8ae;
      color: #005d6e;
      border: 2px solid #005d6e; }
    #page-create-game .user-item.pawn-picked:not(.logged-item) .pawn,
    #page-create-game .user-item.pawn-picked:not(.logged-item) .check {
      display: none; }
    #page-create-game .user-item .bg {
      display: none; }
    #page-create-game .user-item .user-info-group {
      width: 150px;
      text-align: left;
      font-size: 1.7rem;
      position: relative;
      flex-grow: 1;
      flex-shrink: 0; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-item .user-info-group {
          width: 38%; } }
      #page-create-game .user-item .user-info-group .username {
        color: #005e6e;
        font-family: "Bemio"; }
      #page-create-game .user-item .user-info-group .points {
        color: #479d5a;
        font-family: "Aspira";
        font-weight: 800; }
    #page-create-game .user-item .user-login {
      width: 280px;
      display: flex;
      position: relative; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-item .user-login {
          width: 60%; } }
      #page-create-game .user-item .user-login input {
        width: 175px;
        border: solid 1px #005e6e;
        margin-right: 5px; }
        @media screen and (max-width: 767px) {
          #page-create-game .user-item .user-login input {
            width: 100px; } }
        #page-create-game .user-item .user-login input.error {
          border: solid 3px #C99; }
      #page-create-game .user-item .user-login .button {
        width: 85px; }
    #page-create-game .user-item .pick-pawn {
      position: absolute;
      right: 40px;
      font-size: 1.4rem;
      flex-grow: 0;
      display: none; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-item .pick-pawn {
          width: 60%;
          max-width: 140px; } }
    #page-create-game .user-item .delete {
      width: 40px;
      height: 40px;
      background: url("../../assets/images/greenhub/game12/create-game/remove-icon.svg") 50% 50% no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -19px;
      right: -15px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-item .delete {
          right: -22px;
          top: calc(50% + 3px);
          width: 32px;
          height: 32px; } }
    #page-create-game .user-item .pawn {
      width: 50px;
      height: 50px;
      position: relative;
      /*border-radius: 50%;*/
      display: none;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 90%; }
  #page-create-game .pawn-picker {
    background-color: #193159;
    height: 96px;
    position: absolute;
    display: flex;
    padding: 8px 8px;
    right: 50%;
    margin-right: -215px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #page-create-game .pawn-picker {
        right: 50%;
        margin-right: -215px;
        transform-origin: top right;
        transform: scale(0.8); } }
    @media screen and (max-width: 540px) {
      #page-create-game .pawn-picker {
        right: 0;
        margin-right: 50px; } }
    #page-create-game .pawn-picker:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 18px 8px 18px;
      border-color: transparent transparent #193159 transparent;
      position: absolute;
      top: -8px;
      right: 16px; }
    #page-create-game .pawn-picker .pawn {
      width: 60px;
      margin: 0 5px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%;
      cursor: pointer;
      transition: all 300ms ease; }
      #page-create-game .pawn-picker .pawn:hover {
        background-color: #8ce8ae; }
  #page-create-game .check {
    background: url("../../assets/images/greenhub/game12/create-game/check-icon.svg") 50% 50% no-repeat;
    position: relative;
    width: 38px;
    height: 33px;
    margin-right: 130px;
    display: none; }
    @media screen and (max-width: 767px) {
      #page-create-game .check {
        margin-right: 30px; } }
  #page-create-game .button-start-game,
  #page-create-game .button-prepare-game {
    height: 46px;
    line-height: 46px;
    padding: 0 50px;
    font-size: 1.8rem;
    display: inline-block;
    margin-top: 20px;
    min-width: 185px;
    border-radius: 23px; }
    #page-create-game .button-start-game span,
    #page-create-game .button-prepare-game span {
      height: 46px;
      line-height: 46px;
      padding: 2px 0 0 0;
      border-radius: 23px; }
  #page-create-game .sharable-link-help {
    font-family: "Aspira";
    color: #005e6e; }
  #page-create-game #sharable-link {
    font-family: "Aspira";
    color: #005e6e; }
  #page-create-game .sharable-link .button {
    height: fit-content; }
  #page-create-game .message {
    font-family: "Aspira";
    color: #005e6e; }
  #page-create-game .game-type .remote-game,
  #page-create-game .game-type .local-game {
    background: url("../../assets/images/greenhub/game12/board-mode-dark-bg.svg") center center no-repeat;
    margin: 0 40px;
    font-size: 1.8rem;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      #page-create-game .game-type .remote-game,
      #page-create-game .game-type .local-game {
        margin-bottom: 20px; } }
  #page-create-game .game-type .remote-game {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px; }
    #page-create-game .game-type .remote-game .icon {
      background: url("../../assets/images/greenhub/game12/board-remote-icon.svg") 50% 50% no-repeat;
      width: 80px;
      height: 114px;
      left: 50%;
      margin-top: -20px;
      margin-left: 0;
      transform: translateX(-50%); }
  #page-create-game .game-type .local-game {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px; }
    #page-create-game .game-type .local-game .icon {
      background: url("../../assets/images/greenhub/game12/board-icon.svg") 50% 50% no-repeat;
      width: 80px;
      height: 114px;
      left: 50%;
      margin-top: -20px;
      margin-left: 0;
      transform: translateX(-50%); }
  #page-create-game .game-popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100; }
    #page-create-game .game-popup:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.55); }
    #page-create-game .game-popup .contents {
      position: relative;
      width: 750px;
      height: 500px;
      background: url("../../assets/images/greenhub/game12/board/popup-background.svg") 50% 50% repeat;
      border-radius: 15px; }
      @media screen and (max-width: 1020px) {
        #page-create-game .game-popup .contents {
          width: 90%;
          max-width: 750px;
          height: 90%;
          max-height: 500px; } }
      @media screen and (max-width: 830px) {
        #page-create-game .game-popup .contents {
          width: calc(100% - 25px);
          max-width: 750px;
          height: calc(100% - 25px);
          max-height: 500px; } }
    #page-create-game .game-popup .close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 28px;
      height: 28px;
      background-image: url("../../assets/images/greenhub/game12/board/popup-close-button.svg");
      background-repeat: no-repeat;
      cursor: pointer;
      pointer-events: all; }
    #page-create-game .game-popup.error .contents {
      position: relative;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0 25px; }
    #page-create-game .game-popup.error .icon {
      display: inline-block;
      width: 130px;
      height: 144px;
      background-image: url("../../assets/images/greenhub/game12/board/popup-error-icon.svg");
      background-repeat: no-repeat;
      text-align: center; }
    #page-create-game .game-popup.error .title {
      font-family: "Bemio";
      font-size: 3.9rem;
      line-height: 3.9rem;
      color: #003256;
      margin-top: 20px; }
      @media screen and (max-width: 1020px) {
        #page-create-game .game-popup.error .title {
          font-size: 3.6rem;
          line-height: 3.6rem; } }
      @media screen and (max-width: 830px) {
        #page-create-game .game-popup.error .title {
          font-size: 3.2rem;
          line-height: 3.2rem; } }
    #page-create-game .game-popup.error .text {
      font-family: "Aspira";
      font-size: 2.2rem;
      line-height: 2.5rem;
      color: #003256;
      max-width: 550px;
      margin: 20px auto 0 auto; }
      @media screen and (max-width: 1020px) {
        #page-create-game .game-popup.error .text {
          font-size: 2rem;
          line-height: 2.2rem; } }
      @media screen and (max-width: 830px) {
        #page-create-game .game-popup.error .text {
          font-size: 1.8rem;
          line-height: 2rem; } }
    #page-create-game .game-popup.error .button-error-popup {
      width: 200px; }

.page-battle {
  padding-top: 180px;
  text-align: center; }
  @media screen and (max-width: 1020px) {
    .page-battle {
      padding-top: 140px;
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    .page-battle {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .page-battle.blocked {
    pointer-events: none !important; }
  .page-battle .battle-contents {
    display: none; }
  .page-battle .question-progress {
    margin-top: 15px;
    font-family: "Aspira";
    font-size: 1.6rem;
    color: #193159; }
    .page-battle .question-progress span {
      font-weight: 800; }
  .page-battle .question-info {
    position: relative;
    height: 45px;
    margin-top: 15px; }
    .page-battle .question-info .question-timer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 208px;
      height: 110px;
      background: url("../../assets/images/greenhub/game12/board/question-timer.svg") 50% 50% no-repeat;
      padding-top: 20px;
      padding-left: 32px; }
      .page-battle .question-info .question-timer .title {
        font-family: "Bemio";
        color: white;
        font-size: 1.1rem;
        display: block;
        padding-bottom: 0; }
      .page-battle .question-info .question-timer #question-counter {
        font-family: "Bemio";
        color: #fff;
        font-size: 3.4rem;
        display: block;
        letter-spacing: 1px; }
    .page-battle .question-info .output {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 540px;
      height: 85px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0 25px; }
      @media screen and (max-width: 767px) {
        .page-battle .question-info .output {
          width: 100%; } }
      .page-battle .question-info .output.output-time {
        background-color: #003256;
        align-items: flex-start;
        text-align: left; }
        .page-battle .question-info .output.output-time .icon {
          position: absolute;
          top: -25px;
          right: 5px;
          width: 90px;
          height: 115px;
          background-image: url("../../assets/images/greenhub/game12/board/question-time.svg");
          background-repeat: no-repeat; }
          @media screen and (max-width: 767px) {
            .page-battle .question-info .output.output-time .icon {
              height: 80px;
              top: -20px; } }
        .page-battle .question-info .output.output-time .title {
          font-size: 3.6rem;
          line-height: 3.8rem; }
          @media screen and (max-width: 767px) {
            .page-battle .question-info .output.output-time .title {
              font-size: 2.6rem; } }
      .page-battle .question-info .output.output-correct {
        background-color: #6cbf6a;
        text-align: center;
        padding-right: 60px; }
        .page-battle .question-info .output.output-correct .icon {
          position: absolute;
          top: -25px;
          right: 55px;
          width: 129px;
          height: 116px;
          background-image: url("../../assets/images/greenhub/game12/board/question-correct.svg");
          background-repeat: no-repeat; }
          @media screen and (max-width: 767px) {
            .page-battle .question-info .output.output-correct .icon {
              right: -10px; } }
      .page-battle .question-info .output.output-wrong {
        background-color: #f45324;
        text-align: center;
        padding-right: 40px; }
        .page-battle .question-info .output.output-wrong .icon {
          position: absolute;
          top: -25px;
          right: 55px;
          width: 129px;
          height: 115px;
          background-image: url("../../assets/images/greenhub/game12/board/question-wrong.svg");
          background-repeat: no-repeat; }
          @media screen and (max-width: 767px) {
            .page-battle .question-info .output.output-wrong .icon {
              right: -10px; } }
      .page-battle .question-info .output .title {
        font-family: "Bemio";
        font-size: 3.9rem;
        line-height: 4.1rem;
        color: #fff; }
      .page-battle .question-info .output .details {
        font-family: "Aspira";
        font-weight: 900;
        font-size: 2.2rem;
        line-height: 2.2rem;
        color: #fff; }
  .page-battle .ask-question {
    padding-top: 70px;
    padding-bottom: 15px;
    width: 100%; }
    .page-battle .ask-question.disabled {
      pointer-events: none; }
    .page-battle .ask-question .question {
      top: 145px;
      left: 90px;
      max-width: 600px;
      height: auto;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      text-align: center;
      font-family: "Aspira";
      font-weight: bold;
      font-size: 2.7rem;
      line-height: 2.9rem;
      color: #005e6e; }
      @media screen and (max-width: 767px) {
        .page-battle .ask-question .question {
          width: 300px;
          font-size: 2.2rem;
          line-height: 2.5rem; } }
    .page-battle .ask-question .answers {
      margin: 40px auto 0 auto;
      width: 325px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: left; }
      .page-battle .ask-question .answers .answer {
        position: relative;
        width: 100%;
        height: 66px;
        margin-bottom: 20px;
        background-color: #0066b0;
        padding-left: 75px;
        padding-right: 5px;
        cursor: pointer;
        user-select: none;
        transition: all 0.2s linear;
        cursor: pointer;
        border-radius: 33px;
        -webkit-box-shadow: 0px 5px 0px 0px #004c83;
        -moz-box-shadow: 0px 5px 0px 0px #004c83;
        box-shadow: 0px 5px 0px 0px #004c83; }
        .page-battle .ask-question .answers .answer.correct {
          background-color: #6cbf6a;
          -webkit-box-shadow: 0px 5px 0px 0px #559c57;
          -moz-box-shadow: 0px 5px 0px 0px #559c57;
          box-shadow: 0px 5px 0px 0px #559c57; }
        .page-battle .ask-question .answers .answer.wrong {
          background-color: #f45324;
          -webkit-box-shadow: 0px 5px 0px 0px #da522b;
          -moz-box-shadow: 0px 5px 0px 0px #da522b;
          box-shadow: 0px 5px 0px 0px #da522b; }
        .page-battle .ask-question .answers .answer .option {
          position: absolute;
          top: 9px;
          left: 6px;
          width: 44px;
          height: 44px;
          font-family: "Bemio";
          font-size: 3.4rem;
          line-height: 44px;
          color: #f5d875;
          padding-left: 1px;
          text-align: center;
          border-right: solid 1px #f5d875; }
        .page-battle .ask-question .answers .answer .text {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 100%;
          height: 59px;
          margin-top: 1px;
          font-family: "Aspira";
          font-weight: bold;
          font-size: 1.8rem;
          line-height: 1.8rem;
          color: #fff; }
  .page-battle .continue-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-battle .continue-container .continue {
      width: 225px;
      margin: 25px auto 0 auto;
      padding: 0;
      font-size: 1.8rem;
      pointer-events: all;
      border-radius: 25px;
      line-height: 50px; }
      .page-battle .continue-container .continue span {
        border-radius: 25px;
        line-height: 50px;
        padding: 0; }
      .page-battle .continue-container .continue:hover {
        opacity: 0.8 !important; }
      .page-battle .continue-container .continue.disabled {
        pointer-events: none; }
  .page-battle .game-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    .page-battle .game-popup:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.55); }
    .page-battle .game-popup .contents {
      position: relative;
      width: 750px;
      height: 500px;
      background: url("../../assets/images/greenhub/game12/board/popup-background.svg") 50% 50% repeat;
      border-radius: 15px; }
      @media screen and (max-width: 1020px) {
        .page-battle .game-popup .contents {
          width: 90%;
          max-width: 750px;
          height: 90%;
          max-height: 500px; } }
      @media screen and (max-width: 830px) {
        .page-battle .game-popup .contents {
          width: calc(100% - 25px);
          max-width: 750px;
          height: calc(100% - 25px);
          max-height: 500px; } }
    .page-battle .game-popup .close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 28px;
      height: 28px;
      background-image: url("../../assets/images/greenhub/game12/board/popup-close-button.svg");
      background-repeat: no-repeat;
      cursor: pointer;
      pointer-events: all; }
    .page-battle .game-popup.error .contents {
      position: relative;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0 25px; }
    .page-battle .game-popup.error .icon {
      display: inline-block;
      width: 130px;
      height: 144px;
      background-image: url("../../assets/images/greenhub/game12/board/popup-error-icon.svg");
      background-repeat: no-repeat;
      text-align: center; }
    .page-battle .game-popup.error .title {
      font-family: "Bemio";
      font-size: 3.9rem;
      line-height: 3.9rem;
      color: #003256;
      margin-top: 20px; }
      @media screen and (max-width: 1020px) {
        .page-battle .game-popup.error .title {
          font-size: 3.6rem;
          line-height: 3.6rem; } }
      @media screen and (max-width: 830px) {
        .page-battle .game-popup.error .title {
          font-size: 3.2rem;
          line-height: 3.2rem; } }
    .page-battle .game-popup.error .text {
      font-family: "Aspira";
      font-size: 2.2rem;
      line-height: 2.5rem;
      color: #003256;
      max-width: 550px;
      margin: 20px auto 0 auto; }
      @media screen and (max-width: 1020px) {
        .page-battle .game-popup.error .text {
          font-size: 2rem;
          line-height: 2.2rem; } }
      @media screen and (max-width: 830px) {
        .page-battle .game-popup.error .text {
          font-size: 1.8rem;
          line-height: 2rem; } }
    .page-battle .game-popup.error .button-error-popup {
      width: 200px; }

.page-battle-results {
  padding-top: 180px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page-battle-results {
      padding-top: 120px; } }
  .page-battle-results .battle-status {
    margin-top: 30px;
    font-family: "Bemio";
    font-size: 3.2rem;
    color: #005e6e; }
  .page-battle-results .battle-info {
    font-family: "Aspira";
    font-size: 1.8rem;
    color: #005e6e;
    padding: 0 15px; }
  .page-battle-results .player .time {
    color: #FFFFFF;
    background: #35c6f4;
    padding: 3px 5px;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .page-battle-results .player .time {
        display: none; } }
  .page-battle-results .player:hover .time {
    opacity: 1; }
  .page-battle-results .versus.draw-points .player .time {
    opacity: 1; }
  .page-battle-results .summary {
    margin-top: 20px;
    background-color: rgba(55, 191, 126, 0.2);
    padding: 30px 0; }
    .page-battle-results .summary table {
      width: 480px;
      margin: 0 auto 0 auto;
      border: 0;
      border-collapse: separate;
      border-spacing: 0 0; }
      @media screen and (max-width: 767px) {
        .page-battle-results .summary table {
          width: 320px; } }
      .page-battle-results .summary table thead {
        text-align: center;
        color: #005e6e; }
        .page-battle-results .summary table thead tr {
          line-height: 40px; }
        .page-battle-results .summary table thead td {
          border-bottom: 2px solid #005e6e; }
      .page-battle-results .summary table tbody {
        text-transform: uppercase; }
        .page-battle-results .summary table tbody tr {
          line-height: 45px; }
          .page-battle-results .summary table tbody tr:nth-child(even) {
            background-color: #f5d875; }
        .page-battle-results .summary table tbody .answer {
          display: inline-block;
          vertical-align: top; }
          .page-battle-results .summary table tbody .answer.correct {
            margin-top: 10px;
            width: 31px;
            height: 24px;
            background: url("../../assets/images/greenhub/game12/battle/answer-correct.svg") 50% 50% no-repeat; }
          .page-battle-results .summary table tbody .answer.wrong {
            margin-top: 6px;
            width: 32px;
            height: 32px;
            background: url("../../assets/images/greenhub/game12/battle/answer-wrong.svg") 50% 50% no-repeat; }
      .page-battle-results .summary table .question {
        text-align: left;
        padding-left: 20px;
        width: 50%;
        font-family: "Bemio";
        font-size: 1.8rem; }
      .page-battle-results .summary table .user {
        width: 25%;
        font-family: "Bemio";
        font-size: 1.6rem; }
        @media screen and (max-width: 767px) {
          .page-battle-results .summary table .user {
            font-size: 1.5rem; } }
    .page-battle-results .summary .options {
      width: 480px;
      margin: 30px auto 0 auto;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .page-battle-results .summary .options {
          width: 100%;
          flex-wrap: wrap; } }
      .page-battle-results .summary .options .button {
        min-width: 225px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 1.4rem; }
        @media screen and (max-width: 767px) {
          .page-battle-results .summary .options .button {
            width: 80%;
            margin: 10px auto; } }

#page-create-battle {
  text-align: center;
  padding-top: 240px;
  padding-bottom: 190px; }
  @media screen and (max-width: 1020px) {
    #page-create-battle {
      padding-top: 200px;
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-create-battle {
      padding-top: 190px;
      padding-bottom: 120px; } }
  #page-create-battle h1 {
    text-transform: uppercase; }
  #page-create-battle h2 {
    font-size: 2rem;
    color: #005e6e;
    padding: 0 10px 10px 10px;
    font-weight: 800;
    font-family: "Aspira"; }
  #page-create-battle h3 {
    font-size: 1.8rem;
    line-height: 1.5em;
    color: #005e6e;
    padding: 0 10px;
    font-family: "Aspira"; }
  #page-create-battle .logotype:after {
    display: none; }
  #page-create-battle .logotype .icon {
    width: 125px;
    height: 135px;
    background-image: url(../../assets/images/greenhub/game12/battle/battle-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 50%;
    margin-left: -83px;
    position: absolute;
    top: 130px; }
    @media screen and (max-width: 1020px) {
      #page-create-battle .logotype .icon {
        width: 100px;
        height: 110px;
        top: 100px;
        margin-left: -63px; } }
    @media screen and (max-width: 767px) {
      #page-create-battle .logotype .icon {
        top: 90px;
        margin-left: -63px; } }
  #page-create-battle .user-search-group {
    width: 400px;
    margin: 20px auto;
    padding-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #page-create-battle .user-search-group {
        width: 300px; } }
    #page-create-battle .user-search-group .form-group {
      position: relative; }
    #page-create-battle .user-search-group .icon-search {
      width: 22px;
      height: 20px;
      background-color: #FFFFFF;
      position: absolute;
      right: 5px;
      top: 5px; }
      #page-create-battle .user-search-group .icon-search::after {
        content: "";
        width: 32px;
        height: 32px;
        background-image: url("../../assets/images/greenhub/game12/create-game/search-icon.svg");
        background-color: transparent;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        right: 0px;
        top: 0px; }
  #page-create-battle .user-list {
    background: rgba(55, 191, 126, 0.2);
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 0 40px 0; }
    #page-create-battle .user-list .center {
      width: 400px; }
      @media screen and (max-width: 767px) {
        #page-create-battle .user-list .center {
          width: 300px;
          margin: auto; } }
  #page-create-battle .user-item {
    height: 74px;
    background-color: #FFFFFF;
    border-radius: 37px;
    width: 100%;
    padding: 0 40px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "FredokaOne-Regular";
    position: relative;
    margin: 12px 0;
    border: solid 3px #343f53; }
    @media screen and (max-width: 767px) {
      #page-create-battle .user-item {
        padding: 0 30px 0 10px; } }
    #page-create-battle .user-item .bg {
      display: none; }
    #page-create-battle .user-item .user-info-group {
      width: 140px;
      text-align: left;
      font-size: 1.7rem;
      position: relative;
      z-index: 1;
      flex-grow: 1;
      flex-shrink: 0; }
      #page-create-battle .user-item .user-info-group .username {
        color: #005e6e;
        font-family: "Bemio"; }
      #page-create-battle .user-item .user-info-group .points {
        color: #479d5a;
        font-family: "Aspira";
        font-weight: 800; }
    #page-create-battle .user-item .invite-button {
      position: relative;
      z-index: 3;
      background: #005e6e;
      padding-left: 20px;
      padding-right: 20px;
      width: 140px; }
      @media screen and (max-width: 767px) {
        #page-create-battle .user-item .invite-button {
          width: 120px;
          padding: 10px; } }
    #page-create-battle .user-item .delete {
      width: 40px;
      height: 40px;
      background: url("../../assets/images/greenhub/game12/create-game/remove-icon.svg") 50% 50% no-repeat;
      position: absolute;
      z-index: 4;
      top: 50%;
      margin-top: -19px;
      right: -17px;
      cursor: pointer; }
  #page-create-battle .stores {
    text-align: center;
    padding-top: 40px; }
    #page-create-battle .stores .text {
      font-size: 1.4rem;
      color: #333333;
      font-family: "Aspira"; }
    #page-create-battle .stores .store-ios {
      background: url("../../assets/images/greenhub/game12/store-ios.svg") 50% 50% no-repeat;
      width: 128px;
      height: 42px;
      margin: 20px 10px; }
    #page-create-battle .stores .store-android {
      background: url("../../assets/images/greenhub/game12/store-android.svg") 50% 50% no-repeat;
      width: 125px;
      height: 42px;
      margin: 20px 10px; }

.mobile-device #page-create-battle .user-item .bg {
  left: 0;
  right: 0;
  width: 100%;
  transform: none; }

#page-rules {
  text-align: center;
  padding: 260px 0 260px 0; }
  @media screen and (max-width: 1020px) {
    #page-rules {
      padding-top: 190px;
      padding-bottom: 220px; } }
  @media screen and (max-width: 767px) {
    #page-rules {
      padding-top: 170px;
      padding-bottom: 200px; } }
  #page-rules h1 {
    text-transform: uppercase; }
  #page-rules h2 {
    font-size: 3.2rem;
    font-family: "Bemio";
    color: #005e6e;
    padding-bottom: 25px;
    text-transform: uppercase; }
  #page-rules h3 {
    font-size: 2.4rem;
    font-family: "Bemio";
    color: #005e6e;
    padding-bottom: 25px;
    padding-top: 10px;
    text-transform: uppercase; }
  #page-rules h4 {
    color: #194170;
    font-size: 1.6rem;
    font-family: "Poppins-Regular";
    font-weight: bold;
    padding-bottom: 30px; }
  #page-rules .center-contents {
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    position: relative; }
    #page-rules .center-contents .col {
      width: 33.3%; }
      @media screen and (max-width: 767px) {
        #page-rules .center-contents .col {
          width: 100%;
          padding-bottom: 20px; } }
  #page-rules .block {
    position: relative;
    background-color: rgba(55, 191, 126, 0.2);
    padding: 34px 0;
    color: #005e6e;
    overflow: hidden; }
    #page-rules .block .right-side,
    #page-rules .block .left-side {
      width: 50%;
      padding: 0 45px;
      text-align: left; }
      @media screen and (max-width: 1020px) {
        #page-rules .block .right-side,
        #page-rules .block .left-side {
          padding: 0 25px; } }
      @media screen and (max-width: 767px) {
        #page-rules .block .right-side,
        #page-rules .block .left-side {
          width: 100%; } }
      #page-rules .block .right-side p,
      #page-rules .block .left-side p {
        line-height: 1.5em; }
    #page-rules .block:nth-child(odd) {
      background: transparent; }
    #page-rules .block:first-child:after {
      content: url("../../assets/images/greenhub/game12/asset-right.svg");
      width: 150px;
      height: 45px;
      position: absolute;
      top: -8px;
      left: 50%;
      margin-left: 330px;
      z-index: 1; }
      @media screen and (max-width: 1020px) {
        #page-rules .block:first-child:after {
          display: none; } }
    #page-rules .block:nth-child(3):before {
      content: url("../../assets/images/greenhub/game12/asset-right.svg");
      width: 150px;
      height: 45px;
      position: absolute;
      top: 65px;
      left: 50%;
      margin-left: -655px;
      z-index: 1; }
      @media screen and (max-width: 1340px) {
        #page-rules .block:nth-child(3):before {
          display: none; } }
    #page-rules .block:nth-child(3):after {
      content: url("../../assets/images/greenhub/game12/asset-right.svg");
      width: 150px;
      height: 45px;
      position: absolute;
      top: 30%;
      left: 50%;
      margin-left: 530px;
      z-index: 1; }
      @media screen and (max-width: 1340px) {
        #page-rules .block:nth-child(3):after {
          display: none; } }
    #page-rules .block .title {
      font-size: 2.4rem;
      font-family: "Bemio";
      padding-bottom: 20px;
      text-transform: uppercase; }
      #page-rules .block .title:empty {
        padding-bottom: 0px; }
    #page-rules .block .text {
      font-size: 1.6rem;
      font-family: "Aspira"; }
      #page-rules .block .text p {
        font-size: 1.6rem;
        font-family: "Aspira"; }
    #page-rules .block img {
      margin: 30px 0; }
  #page-rules .pontuation {
    display: none;
    background-color: rgba(55, 191, 126, 0.2);
    padding: 44px 0 44px 0;
    position: relative; }
    #page-rules .pontuation .text {
      text-align: left;
      font-size: 1.6rem;
      font-family: "Aspira"; }
      #page-rules .pontuation .text p {
        font-size: 1.6rem;
        font-family: "Aspira"; }
    #page-rules .pontuation .subtitle {
      padding: 20px 20px 30px 20px;
      font-family: "Aspira"; }
    #page-rules .pontuation .col {
      padding: 0 34px; }
      @media screen and (max-width: 767px) {
        #page-rules .pontuation .col {
          padding: 20px 34px; } }
  #page-rules .icon {
    width: 80px;
    height: 80px;
    background: url(../../assets/images/greenhub/game12/regras.svg) center center no-repeat;
    left: 50%;
    margin-left: -60px;
    top: 180px;
    position: absolute; }
    @media screen and (max-width: 1020px) {
      #page-rules .icon {
        width: 60px;
        height: 60px;
        top: 130px;
        margin-left: -40px; } }
    @media screen and (max-width: 767px) {
      #page-rules .icon {
        width: 50px;
        height: 50px;
        top: 110px;
        margin-left: -35px; } }
  #page-rules .icon-students {
    background: url("../../assets/images/greenhub/game12/top-scores/students.svg") 50% 50% no-repeat;
    width: 125px;
    height: 100px; }
    @media screen and (max-width: 767px) {
      #page-rules .icon-students {
        height: 80px; } }
  #page-rules .icon-teachers {
    background: url("../../assets/images/greenhub/game12/top-scores/teachers.svg") 50% 50% no-repeat;
    width: 128px;
    height: 100px; }
    @media screen and (max-width: 767px) {
      #page-rules .icon-teachers {
        width: 90px; } }
  #page-rules .icon-schools {
    background: url("../../assets/images/greenhub/game12/top-scores/schools.svg") 50% 50% no-repeat;
    width: 125px;
    height: 100px; }
    @media screen and (max-width: 767px) {
      #page-rules .icon-schools {
        width: 90px; } }
  #page-rules .icon-pontuation {
    display: none; }
  #page-rules .icon-prize {
    background: url("../../assets/images/greenhub/game12/internal-page-logo-icon.svg") 50% 50% no-repeat;
    width: 140px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -70px; }
  #page-rules .button-close {
    display: none;
    margin-top: 30px;
    text-transform: uppercase; }

#page-prizes {
  text-align: center;
  padding: 180px 0 260px 0; }
  @media screen and (max-width: 767px) {
    #page-prizes {
      padding-top: 160px;
      padding-bottom: 220px; } }
  #page-prizes h2 {
    font-size: 2.4rem;
    font-family: "Aspira";
    color: #005e6e;
    padding-bottom: 25px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      #page-prizes h2 {
        font-size: 2rem; } }
  #page-prizes h3 {
    font-size: 2.2rem;
    font-family: "Bemio";
    color: #005e6e;
    padding-bottom: 25px;
    padding-top: 10px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      #page-prizes h3 {
        font-size: 2rem; } }
  #page-prizes h4 {
    color: #FFFFFF;
    font-size: 1.9rem;
    font-family: "Bemio";
    padding-bottom: 30px; }
  #page-prizes .center-contents {
    display: flex;
    flex-wrap: wrap; }
    #page-prizes .center-contents .col {
      width: 33.3%; }
      @media screen and (max-width: 767px) {
        #page-prizes .center-contents .col {
          width: 100%;
          padding-bottom: 20px; } }
  #page-prizes .prizes {
    background: rgba(55, 191, 126, 0.2);
    padding: 84px 0 44px 0;
    position: relative;
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      #page-prizes .prizes {
        padding: 44px 0 24px 0;
        margin-top: 0; } }
    #page-prizes .prizes .center-contents {
      margin-top: -130px; }
      @media screen and (max-width: 767px) {
        #page-prizes .prizes .center-contents {
          margin-top: 0; } }
  #page-prizes .icon {
    margin: auto; }
  #page-prizes .icon-students {
    background: url("../../assets/images/greenhub/game12/top-scores/students.svg") 50% 50% no-repeat;
    width: 125px;
    height: 90px; }
  #page-prizes .icon-teachers {
    background: url("../../assets/images/greenhub/game12/top-scores/teachers.svg") 50% 50% no-repeat;
    width: 128px;
    height: 90px; }
    @media screen and (max-width: 767px) {
      #page-prizes .icon-teachers {
        width: 95px; } }
  #page-prizes .icon-schools {
    background: url("../../assets/images/greenhub/game12/top-scores/schools.svg") 50% 50% no-repeat;
    width: 125px;
    height: 90px; }
    @media screen and (max-width: 767px) {
      #page-prizes .icon-schools {
        width: 95px; } }
  #page-prizes .icon-pontuation {
    background: url("../../assets/images/greenhub/game12/student-logo.svg") 50% 50% no-repeat;
    width: 140px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -70px; }
  #page-prizes .icon-prize {
    background: url("../../assets/images/greenhub/game12/internal-page-logo-icon.svg") 50% 50% no-repeat;
    width: 140px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -70px; }
  #page-prizes .places {
    text-align: left; }
    #page-prizes .places .item {
      display: flex;
      align-items: center;
      color: #005e6e;
      font-size: 1.6rem;
      margin: 0 auto 20px auto;
      max-width: 260px; }
    #page-prizes .places .icon {
      flex-grow: 0;
      flex-shrink: 0; }
    #page-prizes .places .place1 {
      width: 60px;
      height: 60px;
      background: url("../../assets/images/greenhub/game12/rules/medal1.svg") 50% 50% no-repeat; }
    #page-prizes .places .place2 {
      width: 60px;
      height: 60px;
      background: url("../../assets/images/greenhub/game12/rules/medal2.svg") 50% 50% no-repeat; }
    #page-prizes .places .place3 {
      width: 60px;
      height: 60px;
      background: url("../../assets/images/greenhub/game12/rules/medal3.svg") 50% 50% no-repeat; }
    #page-prizes .places .medal {
      width: 60px;
      height: 60px;
      background: url("../../assets/images/greenhub/game12/rules/prize-medal.svg") 50% 50% no-repeat; }
    #page-prizes .places .text-group {
      flex-grow: 1;
      padding-left: 20px;
      padding-top: 7px; }
      #page-prizes .places .text-group .pos {
        font-family: "Aspira";
        font-weight: 800;
        line-height: 1.8em; }
      #page-prizes .places .text-group .prize-desc {
        font-family: "Aspira";
        line-height: 1.8em; }
  #page-prizes .button-close {
    margin-top: 30px;
    text-transform: uppercase; }

#page-change-user .form-container .form-group .form-label {
  color: #005e6e;
  font-family: 'Aspira';
  width: 200px; }

#page-change-user .button {
  text-transform: uppercase; }

#page-change-user .button-label {
  display: none; }

#page-add-question {
  position: relative;
  text-align: center;
  padding-top: 190px;
  padding-bottom: 220px;
  /*#question-group,
	#question-difficulty {
		display: none;
	}*/ }
  @media screen and (max-width: 1020px) {
    #page-add-question {
      padding-top: 150px;
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-add-question {
      padding-top: 130px;
      padding-bottom: 120px; } }
  #page-add-question h2 {
    text-align: center;
    color: #005e6e;
    padding: 0 20px;
    font-family: "Aspira"; }
    @media screen and (max-width: 767px) {
      #page-add-question h2 {
        font-size: 1.5rem;
        max-width: 600px;
        margin: auto; } }
  #page-add-question .form-container {
    max-width: 760px;
    margin: 40px auto;
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      #page-add-question .form-container {
        max-width: 320px;
        padding: 0;
        margin: 30px auto 0 auto; } }
    #page-add-question .form-container .form-group {
      flex-direction: row;
      align-items: center;
      margin-bottom: 15px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        #page-add-question .form-container .form-group {
          flex-direction: column;
          text-align: left; } }
      #page-add-question .form-container .form-group .form-label {
        width: 150px;
        font-size: 1.4rem;
        font-weight: 900;
        color: #005e6e;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 15px;
        text-align: right; }
        @media screen and (max-width: 767px) {
          #page-add-question .form-container .form-group .form-label {
            text-align: left;
            width: 320px;
            padding-bottom: 5px;
            padding-left: 15px; } }
      @media screen and (max-width: 767px) {
        #page-add-question .form-container .form-group .form-input {
          width: 320px; } }
      #page-add-question .form-container .form-group .note {
        font-size: 1rem;
        display: block; }
        @media screen and (max-width: 767px) {
          #page-add-question .form-container .form-group .note {
            display: inline; } }
  #page-add-question .form-buttons {
    justify-content: center; }
    #page-add-question .form-buttons .button {
      margin: 0 20px;
      min-width: 150px; }
      @media screen and (max-width: 767px) {
        #page-add-question .form-buttons .button {
          margin-top: 20px; } }
  #page-add-question .form-message {
    padding-bottom: 25px;
    padding-top: 0;
    display: none; }
    @media screen and (max-width: 767px) {
      #page-add-question .form-message {
        padding-bottom: 0; } }
    #page-add-question .form-message.active {
      display: block; }
  @media screen and (max-width: 767px) {
    #page-add-question .legal-logos {
      display: none; } }
/*# sourceMappingURL=style.css.map */
