@charset "UTF-8";
@font-face {
  font-family: "Gotham";
  src: url("../../assets/fonts/cmamadora/Gotham-Medium.woff2") format("woff2"), url("../../assets/fonts/cmamadora/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

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

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

#app {
  height: 100%; }

main {
  background-image: url("../../assets/images/cmamadora/game9/background.png");
  background-repeat: repeat;
  background-color: #dae1d2;
  min-height: 100%;
  font-family: "Gotham";
  padding-bottom: 250px; }
  main h1 {
    font-family: "Gotham";
    font-size: 3.2rem;
    font-weight: 900;
    color: #006247;
    padding-bottom: 15px;
    text-transform: uppercase; }
    @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 h2 {
    font-family: "GothamRounded";
    font-size: 1.4rem;
    color: #006247;
    padding-bottom: 20px;
    max-width: 400px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      main h2 {
        padding-left: 20px;
        padding-right: 20px; } }
  main .text1 {
    color: #006247;
    font-size: 2rem;
    font-family: "Gotham";
    padding-bottom: 10px; }
    @media screen and (max-width: 1020px) {
      main .text1 {
        font-size: 1.8rem;
        padding-left: 20px;
        padding-right: 20px; } }
  main .text2 {
    color: #006247;
    font-size: 1.7rem;
    font-family: "Gotham";
    padding-bottom: 30px; }
    @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: "Gotham";
  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 .overall-points,
  .header .text .username {
    font-weight: 900;
    color: #153e3c;
    font-size: 1.7rem; }
    @media screen and (max-width: 1020px) {
      .header .text .overall-points,
      .header .text .username {
        display: block; } }
    @media screen and (max-width: 767px) {
      .header .text .overall-points,
      .header .text .username {
        display: inline-block; } }
  .header .text .team-name,
  .header .text .group-name {
    color: #006247;
    font-weight: 500;
    font-size: 1.3rem;
    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/cmamadora/game9/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: #006247;
  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: #006247 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 #006247 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; }
    @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: "Gotham"; } }
  .header .menu .menu-item {
    color: #FFFFFF;
    font-size: 1.3rem;
    font-family: "Gotham";
    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: #6cbf6a;
      font-family: "Gotham";
      background: url("../../assets/images/cmamadora/game9/logout.svg") 0px 12px no-repeat;
      background-size: 20px 20px;
      padding-left: 30px;
      padding-top: 16px;
      padding-bottom: 0px;
      border-top: solid 1px #6cbf6a;
      margin-top: 10px; }

.footer {
  background-image: url("../../assets/images/cmamadora/game9/internal-footer.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1276px 184px;
  height: 225px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none; }
  @media screen and (max-width: 1020px) {
    .footer {
      background-size: 100% 184px;
      background-position: 0 100%; } }
  @media screen and (max-width: 767px) {
    .footer {
      background-image: url("../../assets/images/cmamadora/game9/footer-mobile.svg");
      background-size: 100% 100px;
      background-position: 50% 100%; } }

.button {
  background-color: #6fac3b;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: "Gotham";
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 300ms ease;
  border-radius: 21px;
  position: relative;
  padding: 13px 10px; }
  .button.secondary {
    background-color: #153e3c; }
  .button.light {
    background-color: #006247; }
  .button.dark {
    background-color: #006247; }
  .button:hover {
    opacity: 0.92; }
  .button.button-close {
    max-width: 200px;
    margin: auto; }

.header .logotype {
  background: url("../../assets/images/cmamadora/game9/title.svg") 50% 50% no-repeat;
  width: 250px;
  height: 120px;
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -125px; }
  @media screen and (max-width: 1020px) {
    .header .logotype {
      width: 200px;
      height: 100px;
      margin-left: -100px; } }
  @media screen and (max-width: 767px) {
    .header .logotype {
      width: 200px;
      height: 70px;
      top: 15px; } }
  .header .logotype:after {
    content: "";
    width: 86px;
    height: 50px;
    background: url("../../assets/images/cmamadora/game9/asset-right.svg") 50% 50% no-repeat;
    position: absolute;
    top: 30px;
    right: -35vw;
    margin-right: 50px; }
    @media screen and (max-width: 767px) {
      .header .logotype:after {
        display: none; } }

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

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

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

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

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

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

.middle-bar {
  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: "Gotham";
    font-weight: 900;
    color: #006247;
    padding-bottom: 15px; }
  .middle-bar .subtitle {
    font-size: 1.4rem;
    color: #006247;
    font-family: "GothamRounded"; }

.long-text {
  font-family: "GothamRounded";
  font-size: 1.4rem;
  line-height: 1.4em;
  text-align: center; }
  .long-text p {
    font-size: 1.4rem;
    line-height: 1.4em;
    text-align: center; }

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

.battle-icon {
  position: absolute;
  top: 14;
  left: -20px;
  width: 82px;
  height: 85px;
  background: url("../../assets/images/cmamadora/game9/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;
      margin-bottom: 15px;
      margin-left: 21px;
      height: 86px;
      background: #FFFFFF;
      border-radius: 20px; }
      @media screen and (max-width: 767px) {
        .games-list .list .item {
          height: 102px; } }
      .games-list .list .item .background {
        display: none; }
      .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: "Gotham";
            font-size: 1.5rem;
            color: #006482;
            padding-bottom: 2px;
            text-transform: uppercase;
            font-weight: 900; }
          .games-list .list .item .contents .info .game-players {
            font-family: "Gotham";
            font-size: 1.4rem;
            color: #616a6f; }
        .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: "Gotham";
            font-weight: 900;
            font-size: 1.7rem;
            color: #006247;
            margin-right: 20px; }
          .games-list .list .item .contents .duel .player {
            font-family: "Gotham";
            font-size: 1.7rem;
            color: #006247; }
          .games-list .list .item .contents .duel .vs {
            width: 46px;
            height: 63px;
            background: url("../../assets/images/cmamadora/game9/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: -15px;
              left: 0px;
              width: 55px;
              height: 75px;
              background: url("../../assets/images/cmamadora/game9/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: -4px; } }
            .games-list .list .item .contents .other .time .time-left {
              font-family: "Gotham";
              font-size: 3.4rem;
              font-weight: 900;
              color: #006247; }
          .games-list .list .item .contents .other .button {
            display: inline-block;
            margin-right: 20px;
            font-size: 1.4rem;
            min-width: 120px; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .button {
                margin-right: 10px; } }
          .games-list .list .item .contents .other .button-restart-game {
            color: #153e3c;
            background: #89c555; }
          .games-list .list .item .contents .other .date {
            font-family: "Gotham";
            font-size: 1.5rem;
            color: #6cbf6a;
            padding-right: 190px;
            padding-left: 10px; }
            @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: "Gotham";
            font-size: 1.7rem;
            color: #6cbf6a;
            padding-right: 20px;
            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: #89c555; }
          .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/cmamadora/game9/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/cmamadora/game9/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/cmamadora/game9/top-scores/positionX.svg") 50% 50% no-repeat;
            text-align: center;
            font-family: "Gotham";
            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/cmamadora/game9/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/cmamadora/game9/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/cmamadora/game9/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; } }
    .games-list.last-battles .list .item .contents .other .date {
      color: #6cbf6a;
      padding-right: 25px;
      padding-top: 2px; }
      @media screen and (max-width: 767px) {
        .games-list.last-battles .list .item .contents .other .date {
          padding-right: 10px;
          width: 170px;
          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;
    font-family: "Gotham"; }
  .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;
    left: 30px;
    color: #FFFFFF;
    width: 160px;
    height: 75px;
    font-size: 1.4rem;
    font-family: "Gotham";
    background: url("../../assets/images/cmamadora/game9/quadro-professor.svg") 50% 50% no-repeat; }
    .games-list.teacher-games .list .item .teacher-tag span {
      padding: 0 8px;
      height: 50px;
      width: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      transform: rotate(-6deg);
      margin-top: 18px;
      margin-left: 18px; }
  .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: #153e3c; }
  .games-list.teacher-games .list .item.already-started .contents .button-restart {
    display: block;
    color: #153e3c;
    background: #89c555; }
  .games-list.teacher-games .list .item.already-started .contents .button-start {
    display: none; }
  .games-list.suspended-games {
    padding-top: 25px;
    padding-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .games-list.suspended-games {
        padding-bottom: 20px; } }
    .games-list.suspended-games .icon {
      display: inline-block;
      width: 55px;
      height: 45px;
      background: url("../../assets/images/cmamadora/game9/my-profile/pause-icon.svg") 50% 50% no-repeat;
      margin-bottom: 10px; }
    .games-list.suspended-games .list .item .background {
      border: 2px dashed #153e3c; }
  .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 {
  position: absolute;
  bottom: 180px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .legal-logos {
      bottom: 255px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center; } }
  .legal-logos .legal-logo {
    margin: 0 15px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .legal-logos .legal-logo img {
      height: 44px; }
    .legal-logos .legal-logo:first-child:after {
      content: "PROMOTOR";
      position: absolute;
      top: -15px;
      left: 0;
      font-size: 1rem;
      color: #006247; }
    @media screen and (max-width: 767px) {
      .legal-logos .legal-logo:first-child {
        margin-bottom: 40px !important; } }
    .legal-logos .legal-logo:nth-child(2) {
      margin-left: 150px; }
      @media screen and (max-width: 767px) {
        .legal-logos .legal-logo:nth-child(2) {
          margin-left: 0; } }
      .legal-logos .legal-logo:nth-child(2):after {
        content: "APOIO";
        position: absolute;
        top: -15px;
        left: 0;
        font-size: 1rem;
        color: #006247; }
    @media screen and (max-width: 767px) {
      .legal-logos .legal-logo {
        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: "Gotham";
        font-size: 1.7rem;
        color: #fff; }
      .versus .player .contents .points {
        padding-top: 2px;
        font-family: "Gotham";
        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 .incomplete-game .incomplete .button {
    margin-right: 0 !important; }

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

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

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

@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-toggle {
  display: none; }

.game-init-button {
  width: 276px;
  height: 105px;
  display: block;
  color: #FFFFFF;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding-top: 36px;
  position: relative;
  font-weight: 900; }
  .game-init-button .icon {
    display: none; }

.select2-container {
  width: 100% !important; }

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

.form-container .form-label {
  font-family: "GothamRounded"; }

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

.form-container .checkbox .form-input:checked + .form-label:after {
  content: "✔";
  background: #FFFFFF;
  color: #6cbf6a;
  font-size: 2.2rem;
  padding-top: 12px; }
  @media screen and (max-width: 767px) {
    .form-container .checkbox .form-input:checked + .form-label:after {
      padding-top: 2px; } }

.form-container .radio .form-input:checked + .form-label:before {
  background: #89c555;
  width: 16px;
  height: 16px;
  top: 9px;
  left: 9px; }

.form-container .radio .form-input:checked + .form-label:after {
  border: solid 1px #153e3c; }

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

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  height: 34px;
  font-size: 1.4rem;
  padding-top: 3px;
  color: #153e3c;
  border-radius: 17px;
  background: white; }

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #000000; }

.select2-results__option {
  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; }

#cmamadora-game9 {
  overflow: hidden;
  /*min-width: 1020px;
	min-height: 660px;*/
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/cmamadora/game9/background.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  #cmamadora-game9 .header {
    position: relative;
    z-index: 9; }
    #cmamadora-game9 .header .logotype {
      width: 335px;
      height: 160px;
      margin-left: -162px;
      left: 50%;
      z-index: 9; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .header .logotype {
          top: 10px;
          width: 320px;
          height: 144px;
          margin-left: -160px;
          filter: drop-shadow(0 0 1px #fff); } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .header .logotype {
          top: 5px;
          width: 234px;
          height: 112px;
          margin-left: -117px; } }

@media screen and (min-width: 1020px) and (max-height: 700px) {
  #cmamadora-game9 .header .logotype {
    filter: drop-shadow(0 0 1px #fff); } }

@media screen and (max-width: 1020px) and (max-height: 500px) {
  #cmamadora-game9 .header .logotype {
    filter: drop-shadow(0 0 1px #fff); } }
      #cmamadora-game9 .header .logotype:after {
        display: none; }
    #cmamadora-game9 .header .menu-button {
      display: none; }
  #cmamadora-game9.blocked {
    pointer-events: none !important; }
  #cmamadora-game9 .pawn {
    position: absolute;
    width: 47px;
    height: 64px;
    background-repeat: no-repeat;
    transform-origin: center; }
    #cmamadora-game9 .pawn.pawn0 {
      background-image: url("../../assets/images/cmamadora/game9/pawns/player-icon0.svg"); }
    #cmamadora-game9 .pawn.pawn1 {
      background-image: url("../../assets/images/cmamadora/game9/pawns/player-icon1.svg"); }
    #cmamadora-game9 .pawn.pawn2 {
      background-image: url("../../assets/images/cmamadora/game9/pawns/player-icon2.svg"); }
    #cmamadora-game9 .pawn.pawn3 {
      background-image: url("../../assets/images/cmamadora/game9/pawns/player-icon3.svg"); }
    #cmamadora-game9 .pawn.pawn4 {
      background-image: url("../../assets/images/cmamadora/game9/pawns/player-icon4.svg"); }
    #cmamadora-game9 .pawn.pawn5 {
      background-image: url("../../assets/images/cmamadora/game9/pawns/player-icon5.svg"); }
  #cmamadora-game9 .playing .pawn {
    width: 58px;
    height: 76px; }
    #cmamadora-game9 .playing .pawn.pawn0 {
      background-image: url("../../assets/images/cmamadora/game9/pawns/player-icon0-active.svg"); }
    #cmamadora-game9 .playing .pawn.pawn1 {
      background-image: url("../../assets/images/cmamadora/game9/pawns/player-icon1-active.svg"); }
    #cmamadora-game9 .playing .pawn.pawn2 {
      background-image: url("../../assets/images/cmamadora/game9/pawns/player-icon2-active.svg"); }
    #cmamadora-game9 .playing .pawn.pawn3 {
      background-image: url("../../assets/images/cmamadora/game9/pawns/player-icon3-active.svg"); }
    #cmamadora-game9 .playing .pawn.pawn4 {
      background-image: url("../../assets/images/cmamadora/game9/pawns/player-icon4-active.svg"); }
    #cmamadora-game9 .playing .pawn.pawn5 {
      background-image: url("../../assets/images/cmamadora/game9/pawns/player-icon5-active.svg"); }
  #cmamadora-game9 .help {
    position: absolute;
    top: 80px;
    left: 30px;
    width: 95px;
    height: 96px;
    background-image: url("../../assets/images/cmamadora/game9/board/help.svg");
    background-repeat: no-repeat; }
    @media screen and (max-width: 1020px) {
      #cmamadora-game9 .help {
        top: 65px;
        left: 17px;
        width: 85px;
        height: 85px; } }
    @media screen and (max-width: 767px) {
      #cmamadora-game9 .help {
        top: 45px;
        left: 15px;
        width: 76px;
        height: 76px; } }
    #cmamadora-game9 .help.no-header {
      top: 20px; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .help.no-header {
          top: 15px; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .help.no-header {
          top: 10px; } }
    #cmamadora-game9 .help.disabled {
      pointer-events: none; }
  #cmamadora-game9 .timer {
    position: absolute;
    top: -2px;
    right: 0;
    width: 252px;
    height: 109px;
    background-image: url("../../assets/images/cmamadora/game9/board/timer.svg");
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 15px;
    padding-right: 40px;
    z-index: 11;
    pointer-events: none; }
    @media screen and (max-width: 1020px) {
      #cmamadora-game9 .timer {
        width: 226px;
        height: 98px;
        right: -10px;
        padding-left: 0px;
        padding-top: 12px; } }
    @media screen and (max-width: 830px) {
      #cmamadora-game9 .timer {
        width: 202px;
        height: 87px;
        right: -20px;
        padding-left: 5px;
        padding-top: 10px; } }
    #cmamadora-game9 .timer .title {
      font-family: "GothamRounded";
      color: #fbc750;
      font-size: 1.1rem;
      display: block;
      padding-bottom: 0px;
      text-transform: uppercase; }
    #cmamadora-game9 .timer #counter {
      font-family: "Gotham";
      font-weight: 900;
      color: #fff;
      font-size: 3.5rem;
      display: block;
      letter-spacing: 1px; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .timer #counter {
          font-size: 3.2rem; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .timer #counter {
          font-size: 3rem; } }
  #cmamadora-game9 .pause {
    position: absolute;
    z-index: 10;
    top: 77px;
    right: 0;
    width: 174px;
    height: 42px;
    background-image: url("../../assets/images/cmamadora/game9/board/pause.svg");
    background-repeat: no-repeat;
    cursor: pointer; }
    @media screen and (max-width: 1020px) {
      #cmamadora-game9 .pause.main {
        display: none !important; } }
    #cmamadora-game9 .pause.disabled {
      pointer-events: none; }
  #cmamadora-game9 .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; }
    #cmamadora-game9 .players .item {
      position: relative;
      width: 218px;
      height: 72px;
      background-image: url("../../assets/images/cmamadora/game9/board/player.svg");
      background-repeat: no-repeat;
      margin: 3px 0;
      padding: 15px 0 0 85px;
      transition: all 0.2s linear; }
      #cmamadora-game9 .players .item.online {
        opacity: 1; }
        #cmamadora-game9 .players .item.online:after {
          content: "";
          position: absolute;
          top: 12px;
          left: 9px;
          width: 16px;
          height: 16px;
          border-radius: 8px;
          background-color: #58a947; }
      #cmamadora-game9 .players .item.offline {
        opacity: 0.5; }
        #cmamadora-game9 .players .item.offline:after {
          content: "";
          position: absolute;
          top: 12px;
          left: 9px;
          width: 16px;
          height: 16px;
          border-radius: 8px;
          background-color: #ee283d; }
      #cmamadora-game9 .players .item .pawn {
        position: absolute;
        top: -10px;
        left: 19px;
        transform: scale(1); }
      #cmamadora-game9 .players .item .player {
        display: none; }
      #cmamadora-game9 .players .item .name {
        font-family: "Gotham";
        font-size: 1.7rem;
        line-height: 1.7rem;
        color: #006482;
        display: block;
        padding-bottom: 2px; }
      #cmamadora-game9 .players .item .points {
        font-family: "Gotham";
        font-size: 1.7rem;
        line-height: 2.1rem;
        color: #616a6f;
        display: inline-block; }
      #cmamadora-game9 .players .item .time {
        opacity: 0;
        font-family: "Gotham";
        font-size: 1.4rem;
        line-height: 2.1rem;
        color: #ffffff;
        background-color: #006482;
        padding: 0 6px;
        display: inline-block;
        margin-left: 5px;
        transition: opacity 0.2s linear; }
      #cmamadora-game9 .players .item.active {
        width: 255px;
        height: 85px;
        background-image: url("../../assets/images/cmamadora/game9/board/player-active.svg");
        padding: 30px 0 0 83px; }
        #cmamadora-game9 .players .item.active .pawn {
          top: 4px;
          left: 18px; }
        #cmamadora-game9 .players .item.active .player {
          display: block;
          position: absolute;
          top: 8px;
          left: 90px;
          font-family: "Gotham";
          font-size: 1rem;
          color: #fff;
          text-transform: uppercase; }
        #cmamadora-game9 .players .item.active .name {
          color: #fff; }
        #cmamadora-game9 .players .item.active .points {
          color: #fff; }
        #cmamadora-game9 .players .item.active .time {
          background-color: #ffffff;
          color: #006482; }
      #cmamadora-game9 .players .item:hover .time {
        opacity: 1; }
    @media screen and (max-width: 1260px) {
      #cmamadora-game9 .players {
        top: 150px;
        bottom: auto;
        right: -280px;
        transition: right 0.4s linear; }
        #cmamadora-game9 .players .collapsed {
          position: absolute;
          top: 0;
          left: -60px;
          width: 285px;
          height: 429px;
          background: url("../../assets/images/cmamadora/game9/board/players-base5.svg") 50% 50% no-repeat; } }
    @media screen and (max-width: 1260px) and (max-width: 1020px) {
      #cmamadora-game9 .players .collapsed {
        left: -70px; } }
    @media screen and (max-width: 1260px) {
          #cmamadora-game9 .players .collapsed .arrow {
            position: absolute;
            top: 25px;
            left: 31px; }
            #cmamadora-game9 .players .collapsed .arrow:after, #cmamadora-game9 .players .collapsed .arrow:before {
              position: absolute;
              top: 23px;
              content: "";
              width: 7px;
              height: 2px;
              background-color: #35c6f4;
              transition: all 250ms linear; }
            #cmamadora-game9 .players .collapsed .arrow:after {
              right: 4px;
              transform: rotate(45deg); }
            #cmamadora-game9 .players .collapsed .arrow:before {
              right: 4px;
              top: 19px;
              transform: rotate(-45deg); }
          #cmamadora-game9 .players .collapsed.players4 {
            width: 285px;
            height: 344px;
            background-image: url("../../assets/images/cmamadora/game9/board/players-base4.svg"); }
          #cmamadora-game9 .players .collapsed.players3 {
            width: 285px;
            height: 266px;
            background-image: url("../../assets/images/cmamadora/game9/board/players-base3.svg"); }
          #cmamadora-game9 .players .collapsed.players2 {
            width: 285px;
            height: 189px;
            background-image: url("../../assets/images/cmamadora/game9/board/players-base2.svg"); }
          #cmamadora-game9 .players .collapsed .collapsed-icon {
            position: absolute;
            top: -18px;
            left: -52px;
            width: 94px;
            height: 64px;
            background: url("../../assets/images/cmamadora/game9/board/players-collapsed.svg") 50% 50% no-repeat;
            transition: all 0.2s linear;
            transition-delay: 0.4s; }
          #cmamadora-game9 .players .collapsed .hit-area {
            position: absolute;
            top: -10px;
            left: -15px;
            width: 75px;
            height: 200px;
            background-color: rgba(255, 0, 0, 0); }
        #cmamadora-game9 .players.open {
          right: -25px; } }
    @media screen and (max-width: 1260px) and (max-width: 830px) {
      #cmamadora-game9 .players.open {
        top: 80px; } }
    @media screen and (max-width: 1260px) {
          #cmamadora-game9 .players.open .collapsed {
            left: -54px; }
            #cmamadora-game9 .players.open .collapsed .arrow {
              top: 14px; }
              #cmamadora-game9 .players.open .collapsed .arrow:after {
                transform: rotate(135deg); }
              #cmamadora-game9 .players.open .collapsed .arrow:before {
                transform: rotate(45deg); }
            #cmamadora-game9 .players.open .collapsed .collapsed-icon {
              transition-delay: 0s;
              opacity: 0; }
            #cmamadora-game9 .players.open .collapsed .hit-area {
              position: absolute;
              top: 0;
              left: 0;
              width: 100px;
              height: 200px; } }
    @media screen and (max-width: 830px) {
      #cmamadora-game9 .players {
        top: 100px;
        right: -280px;
        transform-origin: top left;
        transform: scale(0.7); }
        #cmamadora-game9 .players.open {
          right: -94px; } }
    @media screen and (max-height: 370px) {
      #cmamadora-game9 .players {
        top: 85px;
        right: -280px;
        transform-origin: top left;
        transform: scale(0.6); }
        #cmamadora-game9 .players.open {
          top: 75px;
          right: -118px; } }
  #cmamadora-game9 .board {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -140px;
    right: 0;
    margin: auto;
    width: 1125px;
    height: 686px;
    background-image: url("../../assets/images/cmamadora/game9/board/board.svg?v=0");
    background-repeat: no-repeat;
    /*@media screen and (max-width: 1150px) {
			left: calc(40px + (100vw - 1150px) / 2);
		}*/
    /*&:before {
			content: "";
			position: absolute;
			top: 170px;
			left: 70px;
			width: 115px;
			height: 127px;
			background-image: url("../../assets/images/cmamadora/game9/board/board-start.svg");
			background-repeat: no-repeat;
		}*/ }
    #cmamadora-game9 .board.block-css-transitions {
      transition: none; }
    @media screen and (max-width: 1260px) {
      #cmamadora-game9 .board {
        left: 40px; } }
    @media screen and (min-width: 1020px) {
      #cmamadora-game9 .board {
        top: 0 !important;
        bottom: 10px !important;
        left: 0 !important;
        right: 35px !important; } }
    @media screen and (max-width: 1020px) {
      #cmamadora-game9 .board {
        right: auto;
        bottom: auto; } }
    #cmamadora-game9 .board .player {
      position: absolute;
      top: 0;
      left: 0; }
      #cmamadora-game9 .board .player .pawn {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -24px;
        margin-top: -32px;
        transform: scale(1); }
      #cmamadora-game9 .board .player.playing {
        z-index: 10; }
        #cmamadora-game9 .board .player.playing .pawn {
          margin-left: -29px;
          margin-top: -38px;
          transform: scale(1); }
  #cmamadora-game9 .footer-effects {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    #cmamadora-game9 .footer-effects:before {
      content: "";
      position: absolute;
      bottom: 10px;
      left: 10px;
      width: 232px;
      height: 128px;
      background-image: url("../../assets/images/cmamadora/game9/board/bottom-effect-left.svg"); }
    #cmamadora-game9 .footer-effects:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 5px;
      width: 336px;
      height: 138px;
      background-image: url("../../assets/images/cmamadora/game9/board/bottom-effect-right.svg"); }

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

@media screen and (max-width: 1260px) and (max-height: 900px) {
  #cmamadora-game9 .footer-effects:after {
    display: none; } }
    @media screen and (max-width: 1060px) {
      #cmamadora-game9 .footer-effects {
        display: none; } }
  #cmamadora-game9 .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; }
    #cmamadora-game9 .dice:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75); }
    #cmamadora-game9 .dice .anim {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 135px;
      height: 150px;
      background-image: url("../../assets/images/cmamadora/game9/board/dice/anim.png");
      background-position: 0 0;
      background-repeat: no-repeat; }
    #cmamadora-game9 .dice .output {
      opacity: 0;
      position: relative;
      width: 112px;
      height: 112px;
      text-align: center;
      background-size: cover;
      background-repeat: no-repeat; }
      #cmamadora-game9 .dice .output.face1 {
        background-image: url("../../assets/images/cmamadora/game9/board/dice/face1.svg"); }
      #cmamadora-game9 .dice .output.face2 {
        background-image: url("../../assets/images/cmamadora/game9/board/dice/face2.svg"); }
      #cmamadora-game9 .dice .output.face3 {
        background-image: url("../../assets/images/cmamadora/game9/board/dice/face3.svg"); }
      #cmamadora-game9 .dice .output.face4 {
        background-image: url("../../assets/images/cmamadora/game9/board/dice/face4.svg"); }
      #cmamadora-game9 .dice .output.face5 {
        background-image: url("../../assets/images/cmamadora/game9/board/dice/face5.svg"); }
      #cmamadora-game9 .dice .output.face6 {
        background-image: url("../../assets/images/cmamadora/game9/board/dice/face6.svg"); }
  #cmamadora-game9 .game-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    #cmamadora-game9 .game-popup .contents {
      position: relative;
      width: 755px;
      height: 497px;
      background-image: url("../../assets/images/cmamadora/game9/board/popup-background.png");
      background-repeat: repeat;
      border-radius: 25px; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup .contents {
          width: 90%;
          max-width: 750px;
          height: 90%;
          max-height: 500px; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup .contents {
          width: calc(100% - 25px);
          max-width: 750px;
          height: calc(100% - 25px);
          max-height: 500px; } }
      #cmamadora-game9 .game-popup .contents.scale-mode {
        width: 100%;
        height: 100%;
        transform-origin: center center; }
      #cmamadora-game9 .game-popup .contents .remote-counter {
        position: absolute;
        top: 15px;
        right: 15px;
        font-family: "Gotham";
        font-size: 2.4rem;
        color: #fff;
        z-index: 10; }
    #cmamadora-game9 .game-popup.active {
      display: block; }
    #cmamadora-game9 .game-popup:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.55); }
    #cmamadora-game9 .game-popup .category-icon {
      position: absolute;
      top: -35px;
      left: -45px;
      width: 170px;
      height: 170px;
      background-repeat: no-repeat;
      z-index: 11; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup .category-icon {
          top: -27px;
          left: -22px;
          width: 140px;
          height: 140px; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup .category-icon {
          top: -18px;
          left: -15px;
          width: 110px;
          height: 110px; } }
      #cmamadora-game9 .game-popup .category-icon.icon0 {
        background-image: url("../../assets/images/cmamadora/game9/board/category/icon0.svg");
        width: 179px;
        height: 167px; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup .category-icon.icon0 {
            width: 147px;
            height: 137px; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup .category-icon.icon0 {
            width: 105px;
            height: 97px; } }
      #cmamadora-game9 .game-popup .category-icon.icon1 {
        background-image: url("../../assets/images/cmamadora/game9/board/category/icon1.svg");
        width: 172px;
        height: 167px; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup .category-icon.icon1 {
            width: 141px;
            height: 137px; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup .category-icon.icon1 {
            top: -20px;
            left: -13px;
            width: 100px;
            height: 97px; } }
      #cmamadora-game9 .game-popup .category-icon.icon2 {
        top: -60px;
        background-image: url("../../assets/images/cmamadora/game9/board/category/icon2.svg");
        width: 174px;
        height: 198px; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup .category-icon.icon2 {
            top: -44px;
            width: 143px;
            height: 162px; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup .category-icon.icon2 {
            top: -30px;
            width: 101px;
            height: 115px; } }
      #cmamadora-game9 .game-popup .category-icon.icon3 {
        background-image: url("../../assets/images/cmamadora/game9/board/category/icon3.svg");
        width: 180px;
        height: 168px; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup .category-icon.icon3 {
            width: 148px;
            height: 138px; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup .category-icon.icon3 {
            width: 104px;
            height: 97px; } }
      #cmamadora-game9 .game-popup .category-icon.icon4 {
        background-image: url("../../assets/images/cmamadora/game9/board/category/icon4.svg");
        width: 180px;
        height: 168px; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup .category-icon.icon4 {
            top: -32px;
            width: 148px;
            height: 138px; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup .category-icon.icon4 {
            top: -22px;
            width: 104px;
            height: 97px; } }
    #cmamadora-game9 .game-popup .category-token {
      position: absolute;
      top: 35px;
      left: 125px;
      font-family: "Gotham";
      font-size: 1.2rem;
      color: #fff; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup .category-token {
          top: 30px;
          left: 125px; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup .category-token {
          top: 20px;
          left: 90px; } }
    #cmamadora-game9 .game-popup .category-name {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      text-align: left;
      font-family: "Gotham";
      font-weight: 900;
      text-transform: uppercase;
      font-size: 1.8rem;
      line-height: 30px;
      padding-top: 25px;
      padding-left: 155px;
      color: #153e3c;
      background-color: #fff;
      z-index: 10;
      border-radius: 0 20px 0 0; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup .category-name {
          font-size: 1.7rem;
          padding-top: 20px;
          padding-left: 145px;
          height: 70px; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup .category-name {
          font-size: 1.6rem;
          padding-top: 15px;
          padding-left: 115px;
          height: 60px; } }
      #cmamadora-game9 .game-popup .category-name.category0 {
        background-color: #89c555; }
      #cmamadora-game9 .game-popup .category-name.category1 {
        background-color: #cccccc; }
      #cmamadora-game9 .game-popup .category-name.category2 {
        background-color: #5c9aca; }
      #cmamadora-game9 .game-popup .category-name.category3 {
        background-color: #ff7e4b; }
      #cmamadora-game9 .game-popup .category-name.category4 {
        background-color: #f9c553; }
      #cmamadora-game9 .game-popup .category-name.category5 {
        display: none; }
    #cmamadora-game9 .game-popup .player-info {
      position: absolute;
      bottom: -10px;
      right: -10px;
      width: 217px;
      height: 75px;
      background-image: url("../../assets/images/cmamadora/game9/board/player-popup-info.svg");
      background-repeat: no-repeat;
      padding-left: 82px;
      padding-top: 20px;
      z-index: 11; }
      @media screen and (max-height: 540px) {
        #cmamadora-game9 .game-popup .player-info {
          display: none; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup .player-info {
          display: none; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup .player-info.user-playing {
          display: none; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup .player-info.other-playing {
          display: block;
          top: -22px;
          right: -37px;
          transform: scale(0.8); } }
      #cmamadora-game9 .game-popup .player-info .pawn {
        top: -6px;
        left: 22px; }
      #cmamadora-game9 .game-popup .player-info .name {
        font-family: "Gotham";
        font-size: 1.7rem;
        line-height: 1.7rem;
        color: #006482;
        display: block;
        padding-bottom: 2px; }
      #cmamadora-game9 .game-popup .player-info .points {
        font-family: "Gotham";
        font-size: 1.7rem;
        line-height: 1.7rem;
        color: #616a6f;
        display: inline-block; }
    #cmamadora-game9 .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: "Gotham";
      font-weight: 900;
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #153e3c; }
    #cmamadora-game9 .game-popup.select-category .background {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 382px;
      height: 372px;
      background-image: url("../../assets/images/cmamadora/game9/board/popup-category-background.svg");
      background-repeat: no-repeat; }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup.select-category .background {
          bottom: 15px;
          width: 286px;
          height: 279px; } }
    #cmamadora-game9 .game-popup.select-category .categories {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup.select-category .categories {
          top: -10px; } }
    #cmamadora-game9 .game-popup.select-category .central-text {
      font-family: "Gotham";
      font-weight: normal;
      font-size: 2rem;
      line-height: 2.2rem;
      color: #006247; }
    #cmamadora-game9 .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; }
      #cmamadora-game9 .game-popup.select-category .category .target {
        cursor: pointer;
        width: 100%;
        height: 100%;
        pointer-events: auto; }
      #cmamadora-game9 .game-popup.select-category .category#select-category0 {
        transform: rotate(187.5deg) skew(10deg, 10deg); }
      #cmamadora-game9 .game-popup.select-category .category#select-category1 {
        transform: rotate(260deg) skew(10deg, 10deg); }
      #cmamadora-game9 .game-popup.select-category .category#select-category2 {
        transform: rotate(334deg) skew(10deg, 10deg); }
      #cmamadora-game9 .game-popup.select-category .category#select-category3 {
        transform: rotate(406deg) skew(10deg, 10deg); }
      #cmamadora-game9 .game-popup.select-category .category#select-category4 {
        transform: rotate(117deg) skew(10deg, 10deg); }
      #cmamadora-game9 .game-popup.select-category .category#select-category5 {
        display: none; }
    #cmamadora-game9 .game-popup.select-category .titles {
      position: relative;
      width: 100%;
      height: 100%; }
      #cmamadora-game9 .game-popup.select-category .titles .category-title {
        position: absolute;
        font-family: "Gotham";
        font-weight: normal;
        font-size: 1.7rem;
        color: #153e3c;
        text-transform: uppercase; }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup.select-category .titles .category-title {
            font-size: 1.6rem; } }
        #cmamadora-game9 .game-popup.select-category .titles .category-title:after {
          content: "";
          position: absolute;
          bottom: -10px;
          left: 0;
          right: 0;
          width: 100px;
          margin: auto;
          border-bottom: 6px solid #00ff00; }
          @media screen and (max-width: 830px) {
            #cmamadora-game9 .game-popup.select-category .titles .category-title:after {
              bottom: -5px;
              border-width: 3px; } }
        #cmamadora-game9 .game-popup.select-category .titles .category-title.hover {
          opacity: 0.8; }
        #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title0 {
          top: 115px;
          right: 50%;
          width: 100px;
          margin-right: 200px;
          text-align: right; }
          @media screen and (max-width: 830px) {
            #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title0 {
              top: calc(50% - 140px);
              /*width: 48%;*/
              margin-right: 135px; } }
          #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title0:after {
            left: auto;
            border-color: #89c555; }
        #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title1 {
          top: 100px;
          left: 50%;
          width: 115px;
          margin-left: 175px;
          text-align: left; }
          @media screen and (max-width: 830px) {
            #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title1 {
              top: calc(50% - 120px);
              /*width: 48%;*/
              margin-left: 120px; } }
          #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title1:after {
            right: auto;
            border-color: #cccccc; }
        #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title2 {
          top: 240px;
          left: 50%;
          width: 150px;
          margin-left: 210px;
          text-align: left; }
          @media screen and (max-width: 830px) {
            #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title2 {
              top: calc(50% + 50px);
              /*width: 48%;*/
              margin-left: 145px; } }
          #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title2:after {
            right: auto;
            border-color: #5c9aca; }
        #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title3 {
          top: 450px;
          right: 0;
          left: 0;
          margin: auto;
          width: 200px;
          text-align: center; }
          @media screen and (max-width: 830px) {
            #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title3 {
              top: calc(50% + 135px); } }
          #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title3:after {
            border-color: #ff7e4b; }
        #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title4 {
          top: 330px;
          right: 50%;
          width: 150px;
          margin-right: 195px;
          text-align: right; }
          @media screen and (max-width: 830px) {
            #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title4 {
              top: calc(50% + 50px);
              /*width: 48%;*/
              margin-right: 145px; } }
          #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title4:after {
            left: auto;
            border-color: #f9c553; }
        #cmamadora-game9 .game-popup.select-category .titles .category-title#category-title5 {
          display: none; }
    @media screen and (max-width: 830px) {
      #cmamadora-game9 .game-popup.select-difficulty .player-info {
        display: none; } }
    #cmamadora-game9 .game-popup.select-difficulty .category-token {
      display: none; }
    #cmamadora-game9 .game-popup.select-difficulty .central-text {
      align-items: flex-start;
      padding-top: 120px;
      word-wrap: normal;
      font-size: 1.7rem;
      font-weight: normal;
      color: #153e3c; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.select-difficulty .central-text {
          padding-top: 70px;
          line-height: 90px; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup.select-difficulty .central-text {
          padding-top: 55px;
          line-height: 80px; } }
      @media screen and (max-height: 350px) {
        #cmamadora-game9 .game-popup.select-difficulty .central-text {
          padding-top: 40px; } }
      #cmamadora-game9 .game-popup.select-difficulty .central-text br {
        display: none; }
    #cmamadora-game9 .game-popup.select-difficulty .options {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center; }
      #cmamadora-game9 .game-popup.select-difficulty .options .difficulty {
        width: 45%;
        height: 100%;
        text-align: center;
        padding-top: 185px; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.select-difficulty .options .difficulty {
            padding-top: 160px;
            display: flex;
            justify-content: center;
            align-items: center; } }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.select-difficulty .options .difficulty {
            padding-top: 70px; } }
        #cmamadora-game9 .game-popup.select-difficulty .options .difficulty .difficulty-option {
          position: relative;
          width: 250px;
          margin: auto;
          cursor: pointer; }
          #cmamadora-game9 .game-popup.select-difficulty .options .difficulty .difficulty-option:hover .button-text {
            /*border-color: #fff;*/
            opacity: 0.8; }
        #cmamadora-game9 .game-popup.select-difficulty .options .difficulty .icon {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          width: 247px;
          height: 164px;
          background-repeat: no-repeat;
          background-position: bottom center;
          margin-bottom: 0; }
          @media screen and (max-width: 830px) {
            #cmamadora-game9 .game-popup.select-difficulty .options .difficulty .icon {
              width: 222px;
              height: 148px; } }
        #cmamadora-game9 .game-popup.select-difficulty .options .difficulty.easy .icon {
          background-image: url("../../assets/images/cmamadora/game9/board/popup-difficulty-easy-icon.svg"); }
        #cmamadora-game9 .game-popup.select-difficulty .options .difficulty .points {
          position: relative;
          font-family: "Gotham";
          font-weight: 900;
          font-size: 5.0rem;
          color: #153e3c;
          padding-top: 75px;
          padding-bottom: 50px; }
          @media screen and (max-width: 1020px) {
            #cmamadora-game9 .game-popup.select-difficulty .options .difficulty .points {
              font-size: 4.6rem; } }
          @media screen and (max-width: 830px) {
            #cmamadora-game9 .game-popup.select-difficulty .options .difficulty .points {
              font-size: 4.0rem;
              padding-bottom: 45px; } }
          #cmamadora-game9 .game-popup.select-difficulty .options .difficulty .points span {
            font-size: 3.3rem; }
            @media screen and (max-width: 1020px) {
              #cmamadora-game9 .game-popup.select-difficulty .options .difficulty .points span {
                font-size: 3.1rem; } }
            @media screen and (max-width: 830px) {
              #cmamadora-game9 .game-popup.select-difficulty .options .difficulty .points span {
                font-size: 2.6rem; } }
        #cmamadora-game9 .game-popup.select-difficulty .options .difficulty .button-text {
          position: relative;
          display: inline-block;
          font-family: "Gotham";
          font-weight: 900;
          background-color: #89c555;
          color: #153e3c;
          height: 4.2rem;
          width: 170px;
          line-height: 4.2rem;
          font-size: 2rem;
          padding: 0;
          border-radius: 40px;
          user-select: none;
          text-transform: uppercase; }
          @media screen and (max-width: 830px) {
            #cmamadora-game9 .game-popup.select-difficulty .options .difficulty .button-text {
              font-size: 1.8rem;
              height: 3.6rem;
              line-height: 3.6rem; } }
        #cmamadora-game9 .game-popup.select-difficulty .options .difficulty.hard {
          position: relative;
          /*&:before {
							content: "";
							position: absolute;
							top: 0;
							right: 0;
							width: 448px;
							height: 497px;
							background-image: url("../../assets/images/cmamadora/game9/board/popup-difficulty-hard-background.svg");
							background-repeat: no-repeat;
							pointer-events: none;
						}*/ }
          #cmamadora-game9 .game-popup.select-difficulty .options .difficulty.hard .icon {
            background-image: url("../../assets/images/cmamadora/game9/board/popup-difficulty-hard-icon.svg"); }
    #cmamadora-game9 .game-popup.ask-question.disabled {
      pointer-events: none; }
    #cmamadora-game9 .game-popup.ask-question .category-token {
      display: none; }
    #cmamadora-game9 .game-popup.ask-question .difficulty {
      position: absolute;
      top: 64px;
      left: 15px;
      right: 0;
      margin: auto;
      text-align: center;
      transition: opacity 0.2s linear;
      z-index: 12; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.ask-question .difficulty {
          top: 54px; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup.ask-question .difficulty {
          top: 44px; } }
      #cmamadora-game9 .game-popup.ask-question .difficulty.output-active {
        opacity: 1; }
      #cmamadora-game9 .game-popup.ask-question .difficulty .stars {
        display: inline-block;
        margin-bottom: 4px;
        width: 147px;
        height: 34px;
        background-repeat: no-repeat;
        background-position: bottom center; }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup.ask-question .difficulty .stars {
            width: 132px;
            height: 31px; } }
      #cmamadora-game9 .game-popup.ask-question .difficulty .easy .stars {
        background-image: url("../../assets/images/cmamadora/game9/board/question-easy-icon.svg");
        background-repeat: no-repeat; }
      #cmamadora-game9 .game-popup.ask-question .difficulty .hard .stars {
        background-image: url("../../assets/images/cmamadora/game9/board/question-hard-icon.svg");
        background-repeat: no-repeat; }
      #cmamadora-game9 .game-popup.ask-question .difficulty .text {
        display: none;
        font-size: 1.9rem;
        color: #fff; }
    #cmamadora-game9 .game-popup.ask-question .output {
      position: absolute;
      top: 0;
      right: 0;
      width: 300px;
      height: 135px;
      border-radius: 16px 16px 0 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0 0 20px 100px; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.ask-question .output {
          padding: 0 0 45px 108px; } }
      @media screen and (max-width: 830px), screen and (max-height: 370px) {
        #cmamadora-game9 .game-popup.ask-question .output {
          padding: 0 0 52px 125px; } }
      #cmamadora-game9 .game-popup.ask-question .output.output-time {
        z-index: 12;
        align-items: flex-start;
        padding: 0 0 10px 130px; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.ask-question .output.output-time {
            padding: 0 0 35px 150px; } }
        @media screen and (max-width: 830px), screen and (max-height: 370px) {
          #cmamadora-game9 .game-popup.ask-question .output.output-time {
            padding: 0 0 50px 160px; } }
        #cmamadora-game9 .game-popup.ask-question .output.output-time .icon {
          position: absolute;
          top: 10px;
          right: -40px;
          width: 291px;
          height: 135px;
          background-image: url("../../assets/images/cmamadora/game9/board/question-time.svg");
          background-repeat: no-repeat; }
          @media screen and (max-width: 1020px) {
            #cmamadora-game9 .game-popup.ask-question .output.output-time .icon {
              top: 2px;
              right: -37px;
              width: 262px;
              height: 121px; } }
          @media screen and (max-width: 830px), screen and (max-height: 370px) {
            #cmamadora-game9 .game-popup.ask-question .output.output-time .icon {
              top: 2px;
              right: -32px;
              width: 232px;
              height: 108px; } }
        #cmamadora-game9 .game-popup.ask-question .output.output-time .title {
          position: relative;
          font-weight: 900;
          width: 140px;
          font-size: 2.5rem;
          line-height: 2.5rem; }
          @media screen and (max-width: 1020px) {
            #cmamadora-game9 .game-popup.ask-question .output.output-time .title {
              width: 130px;
              font-size: 2.4rem;
              line-height: 2.4rem; } }
          @media screen and (max-width: 830px), screen and (max-height: 370px) {
            #cmamadora-game9 .game-popup.ask-question .output.output-time .title {
              width: 110px;
              font-size: 2.2rem;
              line-height: 2.2rem; } }
        #cmamadora-game9 .game-popup.ask-question .output.output-time .details {
          position: relative;
          font-family: "Gotham";
          font-weight: 900;
          font-size: 1.1rem;
          line-height: 1.1rem;
          margin-top: 5px;
          color: #fbc750;
          text-transform: uppercase; }
          @media screen and (max-width: 1020px) {
            #cmamadora-game9 .game-popup.ask-question .output.output-time .details {
              margin-top: 4px;
              font-size: 1rem;
              line-height: 1rem; } }
          @media screen and (max-width: 830px), screen and (max-height: 370px) {
            #cmamadora-game9 .game-popup.ask-question .output.output-time .details {
              margin-top: 3px;
              font-size: 0.9rem;
              line-height: 0.9rem; } }
      #cmamadora-game9 .game-popup.ask-question .output.output-correct {
        z-index: 12; }
        #cmamadora-game9 .game-popup.ask-question .output.output-correct .icon {
          position: absolute;
          top: 10px;
          right: -39px;
          width: 291px;
          height: 124px;
          background-image: url("../../assets/images/cmamadora/game9/board/question-correct.svg");
          background-repeat: no-repeat; }
          @media screen and (max-width: 1020px) {
            #cmamadora-game9 .game-popup.ask-question .output.output-correct .icon {
              top: 2px;
              right: -35px;
              width: 262px;
              height: 112px; } }
          @media screen and (max-width: 830px), screen and (max-height: 370px) {
            #cmamadora-game9 .game-popup.ask-question .output.output-correct .icon {
              top: 2px;
              right: -31px;
              width: 232px;
              height: 99px; } }
      #cmamadora-game9 .game-popup.ask-question .output.output-wrong {
        z-index: 12;
        padding: 0 0 20px 50px; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.ask-question .output.output-wrong {
            padding: 0 0 48px 80px; } }
        @media screen and (max-width: 830px), screen and (max-height: 370px) {
          #cmamadora-game9 .game-popup.ask-question .output.output-wrong {
            padding: 0 0 56px 100px; } }
        #cmamadora-game9 .game-popup.ask-question .output.output-wrong .icon {
          position: absolute;
          top: 10px;
          right: -40px;
          width: 291px;
          height: 144px;
          background-image: url("../../assets/images/cmamadora/game9/board/question-wrong.svg");
          background-repeat: no-repeat; }
          @media screen and (max-width: 1020px) {
            #cmamadora-game9 .game-popup.ask-question .output.output-wrong .icon {
              top: 2px;
              right: -35px;
              width: 262px;
              height: 130px; } }
          @media screen and (max-width: 830px), screen and (max-height: 370px) {
            #cmamadora-game9 .game-popup.ask-question .output.output-wrong .icon {
              top: 2px;
              right: -31px;
              width: 232px;
              height: 115px; } }
        #cmamadora-game9 .game-popup.ask-question .output.output-wrong .details {
          display: none; }
      #cmamadora-game9 .game-popup.ask-question .output .title {
        position: relative;
        font-family: "Gotham";
        font-weight: 900;
        font-size: 3.5rem;
        line-height: 3.5rem;
        color: #fff; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.ask-question .output .title {
            font-size: 3.2rem;
            line-height: 3.2rem; } }
        @media screen and (max-width: 830px), screen and (max-height: 370px) {
          #cmamadora-game9 .game-popup.ask-question .output .title {
            font-size: 2.8rem;
            line-height: 2.8rem; } }
      #cmamadora-game9 .game-popup.ask-question .output .details {
        position: relative;
        font-family: "Gotham";
        font-weight: 900;
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #153e3c;
        text-transform: uppercase; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.ask-question .output .details {
            font-size: 1.5rem;
            line-height: 1.5rem; } }
        @media screen and (max-width: 830px), screen and (max-height: 370px) {
          #cmamadora-game9 .game-popup.ask-question .output .details {
            font-size: 1.3rem;
            line-height: 1.3rem; } }
    #cmamadora-game9 .game-popup.ask-question .question-timer {
      position: absolute;
      top: -1px;
      right: 0;
      width: 198px;
      height: 89px;
      background-image: url("../../assets/images/cmamadora/game9/board/question-timer.svg");
      background-repeat: no-repeat;
      text-align: center;
      padding-top: 10px;
      padding-left: 40px;
      z-index: 12; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.ask-question .question-timer {
          padding-top: 10px;
          padding-left: 40px;
          width: 178px;
          height: 80px; } }
      @media screen and (max-width: 830px), screen and (max-height: 370px) {
        #cmamadora-game9 .game-popup.ask-question .question-timer {
          padding-top: 8px;
          padding-left: 35px;
          width: 158px;
          height: 72px; } }
      #cmamadora-game9 .game-popup.ask-question .question-timer .title {
        font-family: "Gotham";
        font-size: 1.1rem;
        display: block;
        padding-bottom: 0;
        color: #fbc750;
        text-transform: uppercase; }
        @media screen and (max-width: 830px), screen and (max-height: 370px) {
          #cmamadora-game9 .game-popup.ask-question .question-timer .title {
            font-size: 1rem; } }
      #cmamadora-game9 .game-popup.ask-question .question-timer #question-counter {
        font-family: "Gotham";
        font-weight: 900;
        color: #fff;
        font-size: 3.5rem;
        display: block;
        letter-spacing: 1px; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.ask-question .question-timer #question-counter {
            font-size: 3.2rem; } }
        @media screen and (max-width: 830px), screen and (max-height: 370px) {
          #cmamadora-game9 .game-popup.ask-question .question-timer #question-counter {
            font-size: 3rem; } }
    @media screen and (max-height: 500px) {
      #cmamadora-game9 .game-popup.ask-question .player-info {
        display: none; } }
    #cmamadora-game9 .game-popup.ask-question .question {
      position: absolute;
      top: 140px;
      left: 90px;
      width: 570px;
      height: 90px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-family: "Gotham";
      font-size: 1.7rem;
      line-height: 2.0rem;
      color: #153e3c;
      transition: opacity 0.2s linear; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.ask-question .question {
          top: 110px;
          left: 30px;
          width: calc(100% - 60px); } }
      @media screen and (max-width: 830px), screen and (max-height: 370px) {
        #cmamadora-game9 .game-popup.ask-question .question {
          font-size: 1.5rem;
          line-height: 1.6rem;
          left: 15px;
          top: 90px;
          height: 75px;
          width: calc(100% - 30px); } }
    #cmamadora-game9 .game-popup.ask-question .answers {
      position: absolute;
      top: 240px;
      left: 30px;
      width: 695px;
      height: 130px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.ask-question .answers {
          top: 210px;
          left: 30px;
          width: calc(100% - 60px); } }
      @media screen and (max-width: 830px), screen and (max-height: 370px) {
        #cmamadora-game9 .game-popup.ask-question .answers {
          left: 15px;
          top: 180px;
          width: calc(100% - 30px); } }
      @media screen and (max-height: 370px) {
        #cmamadora-game9 .game-popup.ask-question .answers {
          top: 170px; } }
      #cmamadora-game9 .game-popup.ask-question .answers .answer {
        position: relative;
        flex-basis: calc(50% - 15px);
        height: 84px;
        margin-bottom: 12px;
        background-color: #fff;
        padding-left: 75px;
        padding-right: 12px;
        cursor: pointer;
        user-select: none;
        transition: background-color 0.2s linear;
        border-radius: 25px;
        border: 4px solid #fff; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.ask-question .answers .answer {
            height: 70px;
            padding-left: 65px;
            flex-basis: calc(50% - 12px); } }
        @media screen and (max-width: 830px), screen and (max-height: 370px) {
          #cmamadora-game9 .game-popup.ask-question .answers .answer {
            padding-left: 58px;
            height: 52px;
            margin-bottom: 8px;
            flex-basis: calc(50% - 7px); } }
        @media screen and (max-height: 370px) {
          #cmamadora-game9 .game-popup.ask-question .answers .answer {
            margin-bottom: 5px; } }
        #cmamadora-game9 .game-popup.ask-question .answers .answer.correct {
          background-color: #20d684;
          border-color: #20d684; }
          #cmamadora-game9 .game-popup.ask-question .answers .answer.correct .option {
            color: #fff;
            border-color: #fff; }
        #cmamadora-game9 .game-popup.ask-question .answers .answer.wrong {
          background-color: #ff5a47;
          border-color: #ff5a47; }
          #cmamadora-game9 .game-popup.ask-question .answers .answer.wrong .option {
            color: #fff;
            border-color: #fff; }
        #cmamadora-game9 .game-popup.ask-question .answers .answer.selected, #cmamadora-game9 .game-popup.ask-question .answers .answer:hover {
          border: 4px solid #006247 !important;
          /*&:after {
							opacity: 1;
						}*/ }
        #cmamadora-game9 .game-popup.ask-question .answers .answer .option {
          position: absolute;
          top: 18px;
          left: 10px;
          width: 50px;
          height: 40px;
          font-family: "Gotham";
          font-weight: 900;
          font-size: 42px;
          line-height: 42px;
          color: #fbc750;
          border-right: 2px solid #f5d875;
          padding-left: 1px;
          text-align: center; }
          @media screen and (max-width: 1020px) {
            #cmamadora-game9 .game-popup.ask-question .answers .answer .option {
              left: 8px;
              top: 12px;
              font-size: 34px;
              height: 36px;
              line-height: 38px;
              width: 45px; } }
          @media screen and (max-width: 830px), screen and (max-height: 370px) {
            #cmamadora-game9 .game-popup.ask-question .answers .answer .option {
              left: 6px;
              top: 8px;
              font-size: 28px;
              height: 28px;
              line-height: 28px;
              width: 40px; } }
        #cmamadora-game9 .game-popup.ask-question .answers .answer .text {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 100%;
          height: 62px;
          margin-top: 7px;
          font-family: "Gotham";
          font-size: 1.6rem;
          line-height: 1.8rem;
          color: #153e3c; }
          @media screen and (max-width: 1020px) {
            #cmamadora-game9 .game-popup.ask-question .answers .answer .text {
              margin-top: 0;
              height: 60px; } }
          @media screen and (max-width: 830px), screen and (max-height: 370px) {
            #cmamadora-game9 .game-popup.ask-question .answers .answer .text {
              height: 46px; } }
    #cmamadora-game9 .game-popup.ask-question.text-mode .question-image {
      display: none !important; }
    #cmamadora-game9 .game-popup.ask-question.text-mode .question-video {
      display: none !important; }
    #cmamadora-game9 .game-popup.ask-question.video-mode .question-image {
      display: none !important; }
    #cmamadora-game9 .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) {
        #cmamadora-game9 .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: 370px) {
        #cmamadora-game9 .game-popup.ask-question.video-mode .question-video {
          left: 15px;
          top: 90px;
          width: calc(100% - 30px);
          max-height: calc(100% - 110px); } }
      #cmamadora-game9 .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/cmamadora/game9/board/play-video.png?v=1");
        background-size: contain;
        background-repeat: no-repeat;
        transition: all 0.2s linear; }
      #cmamadora-game9 .game-popup.ask-question.video-mode .question-video:hover:before {
        opacity: 0.85; }
      #cmamadora-game9 .game-popup.ask-question.video-mode .question-video.running {
        pointer-events: none; }
        #cmamadora-game9 .game-popup.ask-question.video-mode .question-video.running:before {
          opacity: 0 !important; }
      #cmamadora-game9 .game-popup.ask-question.video-mode .question-video video {
        width: 100%;
        height: 100%;
        pointer-events: none; }
      #cmamadora-game9 .game-popup.ask-question.video-mode .question-video video::-webkit-media-controls {
        display: none; }
    #cmamadora-game9 .game-popup.ask-question.image-mode .contents {
      width: 780px;
      height: 650px;
      background-size: cover;
      border-radius: 20px; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .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: 370px) {
        #cmamadora-game9 .game-popup.ask-question.image-mode .contents {
          width: calc(100% - 25px);
          max-width: 750px;
          height: calc(100% - 25px);
          max-height: 500px; } }
    #cmamadora-game9 .game-popup.ask-question.image-mode .question {
      width: 320px;
      height: 80px;
      top: 160px;
      left: 60px;
      text-align: left;
      justify-content: flex-start;
      align-items: flex-start; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.ask-question.image-mode .question {
          top: 135px;
          left: 30px;
          width: calc(50% - 60px); } }
      @media screen and (max-width: 830px), screen and (max-height: 370px) {
        #cmamadora-game9 .game-popup.ask-question.image-mode .question {
          left: 15px;
          top: 110px;
          width: calc(50% - 30px);
          height: 60px; } }
    #cmamadora-game9 .game-popup.ask-question.image-mode .question-image {
      display: block;
      position: absolute;
      top: 240px;
      left: 60px;
      width: 300px;
      height: 300px;
      margin-top: 15px; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.ask-question.image-mode .question-image {
          left: 30px;
          top: 215px;
          width: calc(50% - 60px);
          height: calc(100% - 250px);
          margin-top: 15px; } }
      @media screen and (max-width: 830px), screen and (max-height: 370px) {
        #cmamadora-game9 .game-popup.ask-question.image-mode .question-image {
          left: 15px;
          top: 170px;
          width: calc(50% - 30px);
          height: calc(100% - 195px);
          margin-top: 10px; } }
      #cmamadora-game9 .game-popup.ask-question.image-mode .question-image img {
        border-radius: 20px;
        border: 5px 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%; }
        @media screen and (max-width: 830px), screen and (max-height: 370px) {
          #cmamadora-game9 .game-popup.ask-question.image-mode .question-image img {
            border-width: 3px;
            margin-left: -3px;
            margin-top: -3px; } }
    #cmamadora-game9 .game-popup.ask-question.image-mode .answers {
      top: 160px;
      left: 410px;
      width: 320px;
      height: auto;
      justify-content: flex-start;
      align-items: flex-start; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.ask-question.image-mode .answers {
          top: 135px;
          left: 50%;
          width: calc(50% - 15px); } }
      @media screen and (max-width: 830px), screen and (max-height: 370px) {
        #cmamadora-game9 .game-popup.ask-question.image-mode .answers {
          top: 110px;
          left: 50%;
          width: calc(50% - 15px); } }
      #cmamadora-game9 .game-popup.ask-question.image-mode .answers .answer {
        flex-basis: 100%; }
    #cmamadora-game9 .game-popup.suspend {
      text-align: center; }
      #cmamadora-game9 .game-popup.suspend .contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
      #cmamadora-game9 .game-popup.suspend .icon {
        margin-top: 40px;
        display: inline-block;
        width: 141px;
        height: 129px;
        background-image: url("../../assets/images/cmamadora/game9/board/popup-suspend-icon.svg");
        background-repeat: no-repeat;
        text-align: center; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.suspend .icon {
            margin-top: 30px;
            width: 127px;
            height: 116px; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup.suspend .icon {
            margin-top: 20px;
            width: 113px;
            height: 103px; } }
      #cmamadora-game9 .game-popup.suspend .title {
        font-family: "Gotham";
        font-weight: 900;
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #006247;
        margin-top: 32px;
        text-transform: uppercase; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.suspend .title {
            font-size: 2.3rem;
            line-height: 2.3rem; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup.suspend .title {
            font-size: 2.1rem;
            line-height: 2.2rem; } }
      #cmamadora-game9 .game-popup.suspend .text {
        font-family: "Gotham";
        font-size: 1.7rem;
        line-height: 2.1rem;
        color: #153e3c;
        max-width: 550px;
        padding: 0 20px;
        margin: 20px auto 0 auto; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.suspend .text {
            font-size: 1.6rem;
            line-height: 2.0rem; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup.suspend .text {
            font-size: 1.4rem;
            line-height: 1.8rem; } }
        #cmamadora-game9 .game-popup.suspend .text span {
          padding-top: 20px;
          display: block;
          font-weight: 900;
          color: #153e3c;
          font-size: 2.2rem; }
          @media screen and (max-width: 1020px) {
            #cmamadora-game9 .game-popup.suspend .text span {
              font-size: 2.0rem;
              line-height: 2.0rem; } }
          @media screen and (max-width: 830px) {
            #cmamadora-game9 .game-popup.suspend .text span {
              font-size: 1.8rem;
              line-height: 1.8rem; } }
      #cmamadora-game9 .game-popup.suspend .buttons-group {
        margin-top: 65px;
        display: flex;
        flex-direction: row;
        justify-content: center; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.suspend .buttons-group {
            margin-top: 50px; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup.suspend .buttons-group {
            margin-top: 20px;
            flex-wrap: wrap; } }
        #cmamadora-game9 .game-popup.suspend .buttons-group .button {
          position: relative;
          display: inline-block;
          margin: 0 20px;
          width: 275px;
          height: 4.2rem;
          line-height: 4.2rem;
          border-radius: 20px;
          padding: 0;
          background-color: #153e3c;
          font-size: 1.8rem;
          text-transform: uppercase; }
          @media screen and (max-width: 1020px) {
            #cmamadora-game9 .game-popup.suspend .buttons-group .button {
              width: 250px; } }
          @media screen and (max-width: 830px) {
            #cmamadora-game9 .game-popup.suspend .buttons-group .button {
              width: 200px;
              margin-bottom: 10px; } }
          #cmamadora-game9 .game-popup.suspend .buttons-group .button.confirm {
            background-color: #89c555;
            color: #153e3c;
            padding-left: 50px; }
            #cmamadora-game9 .game-popup.suspend .buttons-group .button.confirm .suspend-icon {
              position: absolute;
              top: 0;
              left: 25px;
              width: 48px;
              height: 40px;
              background-image: url("../../assets/images/cmamadora/game9/board/pause-single.svg");
              background-repeat: no-repeat; }
    #cmamadora-game9 .game-popup.time-over {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #cmamadora-game9 .game-popup.time-over .contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
      #cmamadora-game9 .game-popup.time-over .icon {
        display: inline-block;
        width: 113px;
        height: 96px;
        background-image: url("../../assets/images/cmamadora/game9/board/popup-time-over.svg");
        background-repeat: no-repeat;
        text-align: center; }
      #cmamadora-game9 .game-popup.time-over .title {
        font-family: "Gotham";
        font-weight: 900;
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #006247;
        margin-top: 20px;
        text-transform: uppercase; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.time-over .title {
            font-size: 2.3rem;
            line-height: 2.3rem;
            margin-top: 15px; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup.time-over .title {
            font-size: 2rem;
            line-height: 2rem;
            margin-top: 10px; } }
      #cmamadora-game9 .game-popup.time-over .text {
        font-family: "Gotham";
        font-size: 1.7rem;
        line-height: 2.1rem;
        color: #153e3c;
        max-width: 550px;
        padding: 0 20px;
        margin: 20px auto 0 auto; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.time-over .text {
            font-size: 1.6rem;
            line-height: 2.0rem;
            margin-top: 15px; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup.time-over .text {
            font-size: 1.4rem;
            line-height: 1.8rem;
            margin-top: 10px; } }
      #cmamadora-game9 .game-popup.time-over .button {
        position: relative;
        display: inline-block;
        margin: 60px 20px 0 20px;
        width: 250px;
        height: 4.2rem;
        line-height: 4.2rem;
        font-size: 1.8rem;
        padding: 0;
        color: #153e3c;
        background-color: #89c555;
        text-transform: uppercase; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.time-over .button {
            margin-top: 45px; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup.time-over .button {
            margin-top: 25px; } }
    #cmamadora-game9 .game-popup.error .contents {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: auto;
      min-height: 400px;
      background-size: cover;
      border-radius: 25px; }
    #cmamadora-game9 .game-popup.error .icon {
      display: inline-block;
      width: 219px;
      height: 138px;
      background-image: url("../../assets/images/cmamadora/game9/board/popup-error-icon.svg");
      background-repeat: no-repeat;
      text-align: center; }
    #cmamadora-game9 .game-popup.error .title {
      font-family: "Gotham";
      font-weight: 900;
      font-size: 2.5rem;
      line-height: 2.5rem;
      color: #006247;
      margin-top: 20px; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.error .title {
          font-size: 2.3rem;
          line-height: 2.3rem; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup.error .title {
          font-size: 2rem;
          line-height: 2rem; } }
    #cmamadora-game9 .game-popup.error .text {
      font-family: "Gotham";
      font-size: 1.7rem;
      line-height: 2.1rem;
      color: #153e3c;
      max-width: 550px;
      padding: 0 20px;
      margin: 20px auto 0 auto; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.error .text {
          font-size: 1.6rem;
          line-height: 2.0rem; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup.error .text {
          font-size: 1.4rem;
          line-height: 1.8rem; } }
    #cmamadora-game9 .game-popup.help-detail .contents {
      width: 850px;
      height: auto;
      /*background-size: cover;*/
      padding: 45px 75px 45px 60px;
      text-align: left;
      border-radius: 25px; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .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) {
        #cmamadora-game9 .game-popup.help-detail .contents {
          padding: 25px;
          padding-bottom: 10px; } }
    #cmamadora-game9 .game-popup.help-detail .icon {
      display: none;
      position: absolute;
      top: -30px;
      left: 15px;
      width: 75px;
      height: 88px;
      background-image: url("../../assets/images/cmamadora/game9/board/popup-suspend-icon.svg");
      background-repeat: no-repeat;
      text-align: center; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.help-detail .icon {
          height: 80px;
          top: 5px;
          left: -10px; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup.help-detail .icon {
          height: 70px; } }
    @media screen and (max-width: 830px) {
      #cmamadora-game9 .game-popup.help-detail .close {
        position: fixed;
        top: 7.5%;
        right: 7.5%; } }
    #cmamadora-game9 .game-popup.help-detail .title {
      font-family: "Gotham";
      font-weight: 900;
      font-size: 2.5rem;
      line-height: 2.5rem;
      color: #006247;
      padding-left: 0;
      text-transform: uppercase; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.help-detail .title {
          font-size: 2.3rem;
          line-height: 2.3rem; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup.help-detail .title {
          font-size: 2rem;
          line-height: 2rem; } }
    #cmamadora-game9 .game-popup.help-detail .text {
      font-family: "Gotham";
      font-size: 1.5rem;
      line-height: 1.8rem;
      color: #153e3c;
      margin: 18px auto 0 auto; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .game-popup.help-detail .text {
          font-size: 1.4rem;
          line-height: 1.7rem; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .game-popup.help-detail .text {
          font-size: 1.3rem;
          line-height: 1.6rem; } }
      #cmamadora-game9 .game-popup.help-detail .text b,
      #cmamadora-game9 .game-popup.help-detail .text strong {
        font-weight: 900; }
      #cmamadora-game9 .game-popup.help-detail .text p {
        margin-bottom: 15px; }
    #cmamadora-game9 .game-popup.wait {
      text-align: center; }
      #cmamadora-game9 .game-popup.wait .contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
      #cmamadora-game9 .game-popup.wait .icon {
        margin-top: 40px;
        display: inline-block;
        width: 141px;
        height: 129px;
        background-image: url("../../assets/images/cmamadora/game9/board/popup-suspend-icon.svg");
        background-repeat: no-repeat;
        text-align: center; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.wait .icon {
            margin-top: 30px;
            width: 127px;
            height: 116px; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup.wait .icon {
            margin-top: 20px;
            width: 113px;
            height: 103px; } }
      #cmamadora-game9 .game-popup.wait .title {
        font-family: "Gotham";
        font-weight: 900;
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #006247;
        margin-top: 32px;
        text-transform: uppercase; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.wait .title {
            font-size: 2.3rem;
            line-height: 2.3rem; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup.wait .title {
            font-size: 2.1rem;
            line-height: 2.2rem; } }
      #cmamadora-game9 .game-popup.wait .text {
        font-family: "Gotham";
        font-size: 1.7rem;
        line-height: 2.1rem;
        color: #153e3c;
        max-width: 550px;
        padding: 0 20px;
        margin: 20px auto 0 auto; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .game-popup.wait .text {
            font-size: 1.6rem;
            line-height: 2.0rem; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .game-popup.wait .text {
            font-size: 1.4rem;
            line-height: 1.8rem; } }
        #cmamadora-game9 .game-popup.wait .text span {
          padding-top: 20px;
          display: block;
          font-weight: 900;
          color: #153e3c;
          font-size: 2.2rem; }
          @media screen and (max-width: 1020px) {
            #cmamadora-game9 .game-popup.wait .text span {
              font-size: 2.0rem;
              line-height: 2.0rem; } }
          @media screen and (max-width: 830px) {
            #cmamadora-game9 .game-popup.wait .text span {
              font-size: 1.8rem;
              line-height: 1.8rem; } }
    #cmamadora-game9 .game-popup.next-play {
      text-align: center; }
      #cmamadora-game9 .game-popup.next-play .contents-play {
        padding-top: 110px; }
      #cmamadora-game9 .game-popup.next-play .button {
        position: relative;
        padding: 12px 32px 12px 32px;
        border-radius: 25px;
        background-color: #89c555;
        color: #153e3c;
        font-size: 1.8rem;
        line-height: 1.8rem;
        display: inline;
        text-transform: uppercase; }
        #cmamadora-game9 .game-popup.next-play .button:hover {
          opacity: 0.92; }
        #cmamadora-game9 .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/cmamadora/game9/board/dice/static.svg");
          background-repeat: no-repeat; }
      #cmamadora-game9 .game-popup.next-play .options {
        display: flex;
        justify-content: center;
        margin-top: 60px;
        margin-left: 0; }
        #cmamadora-game9 .game-popup.next-play .options .option-button {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          margin: 0;
          text-align: center;
          width: auto;
          padding: 0 50px;
          line-height: 38px;
          padding-top: 40px;
          font-family: "Gotham";
          font-weight: 900;
          font-size: 18px;
          color: #fff;
          text-transform: uppercase; }
        #cmamadora-game9 .game-popup.next-play .options .help {
          background-position: top center;
          background-size: 38px 38px;
          background-image: url("../../assets/images/cmamadora/game9/board/help-single.svg"); }
        #cmamadora-game9 .game-popup.next-play .options .pause {
          background-position: top center;
          background-size: 48px 40px;
          background-image: url("../../assets/images/cmamadora/game9/board/pause-single.svg"); }
    #cmamadora-game9 .game-popup .close {
      position: absolute;
      top: 30px;
      right: 30px;
      width: 26px;
      height: 26px;
      background-image: url("../../assets/images/cmamadora/game9/board/popup-close-button.svg");
      background-repeat: no-repeat;
      cursor: pointer;
      pointer-events: all; }
  #cmamadora-game9 .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); }
    #cmamadora-game9 .wait-player-remote .contents {
      position: relative;
      color: #fff;
      font-family: "Gotham";
      font-size: 4.8rem;
      padding: 0 20px;
      text-align: center; }
      @media screen and (max-width: 1020px) {
        #cmamadora-game9 .wait-player-remote .contents {
          font-size: 3.6rem; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .wait-player-remote .contents {
          font-size: 2.4rem; } }
      #cmamadora-game9 .wait-player-remote .contents span {
        color: #89c555; }
  #cmamadora-game9 .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); }
    #cmamadora-game9 .rotate-screen .contents {
      position: relative;
      color: #fff;
      padding: 20px;
      text-align: center; }
      #cmamadora-game9 .rotate-screen .contents .icon {
        width: 200px;
        height: 200px;
        background: url("../../assets/images/adp/game1/board/rotate-screen.png") 50% 50% no-repeat; }
      #cmamadora-game9 .rotate-screen .contents .title {
        font-family: "Gotham";
        font-size: 4.8rem; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .rotate-screen .contents .title {
            font-size: 3.6rem; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .rotate-screen .contents .title {
            font-size: 2.4rem; } }
  #cmamadora-game9 .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; }
    #cmamadora-game9 .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) {
        #cmamadora-game9 .time-over-remote .contents {
          padding: 8px 10px; } }
      @media screen and (max-width: 830px) {
        #cmamadora-game9 .time-over-remote .contents {
          padding: 6px 10px; } }
      #cmamadora-game9 .time-over-remote .contents .title {
        font-size: 2rem;
        font-weight: bold;
        font-family: "Gotham"; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .time-over-remote .contents .title {
            font-size: 1.8rem; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .time-over-remote .contents .title {
            font-size: 1.6rem; } }
      #cmamadora-game9 .time-over-remote .contents .text {
        padding-top: 4px;
        font-size: 1.6rem;
        font-family: "Gotham"; }
        @media screen and (max-width: 1020px) {
          #cmamadora-game9 .time-over-remote .contents .text {
            font-size: 1.5rem; } }
        @media screen and (max-width: 830px) {
          #cmamadora-game9 .time-over-remote .contents .text {
            font-size: 1.4rem; } }
  #cmamadora-game9 .block-all-transitions {
    transition: none !important; }

#page-login {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 260px; }
  @media screen and (max-width: 767px) {
    #page-login {
      padding-top: 130px;
      padding-bottom: 540px; } }
  #page-login .welcome {
    font-size: 2.2rem;
    font-weight: 900;
    color: #006247;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      #page-login .welcome {
        font-size: 2.8rem; } }
  #page-login .intro-text {
    font-family: "GothamRounded";
    font-size: 1.5rem;
    color: #006247;
    padding-bottom: 20px;
    max-width: 400px;
    margin: auto;
    text-transform: none;
    font-weight: 400; }
  #page-login .login-group {
    padding: 20px 0 0 0;
    background-color: rgba(137, 197, 85, 0.3);
    position: relative;
    max-width: 430px;
    margin: auto;
    border-radius: 22px; }
    @media screen and (max-width: 767px) {
      #page-login .login-group {
        width: 92%; } }
    #page-login .login-group .asset {
      width: 100px;
      height: 115px;
      background: url("../../assets/images/cmamadora/game9/home-rules-action.svg") 50% 50% no-repeat;
      position: absolute;
      top: -230px;
      left: -35vw;
      margin-left: 80px; }
      @media screen and (max-width: 1020px) {
        #page-login .login-group .asset {
          left: -28vw; } }
      @media screen and (max-width: 767px) {
        #page-login .login-group .asset {
          display: none; } }
    #page-login .login-group h2 {
      color: #006247;
      font-size: 2.2rem;
      padding-bottom: 17px;
      font-weight: 900;
      font-family: "Gotham"; }
    #page-login .login-group input {
      margin-bottom: 17px;
      line-height: 34px;
      height: 34px;
      border-radius: 17px;
      padding: 0 20px; }
    #page-login .login-group .forgot-password {
      color: #006247;
      font-size: 1.3rem;
      padding-bottom: 15px;
      display: block;
      text-decoration: underline; }
  #page-login .form-container {
    max-width: 300px;
    margin: auto; }
    #page-login .form-container .button {
      margin: auto; }
  #page-login .not-registered {
    color: #006247;
    font-size: 1.4rem;
    padding-top: 25px;
    display: block; }
  #page-login .regist-here-button {
    color: #006247;
    font-size: 1.4rem;
    text-transform: uppercase;
    background: transparent;
    font-weight: 900;
    padding: 0 0 0 5px;
    display: block;
    border-radius: 0;
    width: 170px !important; }
    #page-login .regist-here-button span {
      border-bottom: solid 2px #006247; }
  #page-login .button {
    max-width: 180px; }
  #page-login .form-message {
    padding-bottom: 20px; }
  #page-login .footer-links {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 1.1rem;
    color: #006247;
    font-weight: 900;
    z-index: 1000; }
    @media screen and (max-width: 767px) {
      #page-login .footer-links {
        bottom: 120px;
        font-size: 0; }
        #page-login .footer-links .link {
          font-size: 10px;
          display: block;
          margin: 10px 0; } }
    #page-login .footer-links .link {
      transition: all 300ms ease;
      padding: 0 10px;
      text-transform: uppercase; }
      #page-login .footer-links .link:hover {
        opacity: 0.6; }
  #page-login .legal-logos {
    display: flex; }

#page-new-account {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 767px) {
    #page-new-account {
      padding-top: 130px; } }
  #page-new-account h2 {
    color: #006247;
    font-size: 1.7rem;
    max-width: 480px; }
  #page-new-account .middle-bar {
    margin-bottom: 0; }
  #page-new-account .decorative-asset {
    display: none; }
  #page-new-account .form-container {
    text-align: left;
    position: relative; }
    @media screen and (max-width: 767px) {
      #page-new-account .form-container {
        width: 100%; } }
    #page-new-account .form-container .form-content {
      position: relative;
      padding-top: 4rem;
      overflow-x: hidden;
      overflow-y: visible;
      /*padding-bottom: 150px;*/ }
      #page-new-account .form-container .form-content:after {
        content: "";
        background: rgba(137, 197, 85, 0.3);
        top: 0;
        left: 0;
        position: absolute;
        width: 100vw;
        height: 100%;
        z-index: 1; }
      #page-new-account .form-container .form-content .form-group {
        position: relative;
        z-index: 2; }
    #page-new-account .form-container .type-group {
      padding-left: 190px; }
      @media screen and (max-width: 767px) {
        #page-new-account .form-container .type-group {
          padding-left: 0;
          max-width: 320px !important; } }
    #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: 720px;
      width: 100%;
      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: 230px;
        text-align: right;
        padding-right: 8px;
        color: #006247;
        font-size: 1.4rem;
        line-height: 1em; }
        @media screen and (max-width: 767px) {
          #page-new-account .form-container .form-group .form-label {
            text-align: left;
            padding-bottom: 4px;
            margin-top: 0px;
            line-height: normal; } }
        #page-new-account .form-container .form-group .form-label a {
          text-decoration: underline; }
      #page-new-account .form-container .form-group .form-input {
        width: 250px;
        max-width: 250px; }
      #page-new-account .form-container .form-group .select2-container {
        max-width: 250px; }
      #page-new-account .form-container .form-group .checkbox .form-input {
        width: 40px; }
      #page-new-account .form-container .form-group .checkbox .form-label {
        width: 300px;
        font-size: 1.1rem;
        text-align: left; }
      #page-new-account .form-container .form-group .radio .form-label {
        width: 350px !important; }
      #page-new-account .form-container .form-group .info {
        position: absolute;
        top: 0;
        left: 500px;
        width: 260px;
        font-size: 1.4rem;
        color: #006247;
        font-family: "GothamRounded"; }
        @media screen and (max-width: 1020px) {
          #page-new-account .form-container .form-group .info {
            width: 200px; } }
        @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; } }
      @media screen and (max-width: 767px) {
        #page-new-account .form-container .agree-group .form-label {
          width: 100% !important; } }
    #page-new-account .form-container .form-message {
      text-align: center;
      padding: 0 10px 15px 10px; }
  #page-new-account .help {
    font-family: "GothamRounded";
    font-size: 1.4rem;
    color: #153e3c; }
  #page-new-account .button {
    width: 250px;
    margin-left: 230px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #page-new-account .button {
        margin: 0 auto 10px auto; } }
  #page-new-account .button-cancel {
    text-transform: uppercase; }
  #page-new-account .high {
    font-weight: 900;
    font-family: "Gotham"; }
  #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 .footer,
  #page-new-account .legal-logos {
    z-index: 2; }
  #page-new-account .legal-logos {
    display: none; }

#page-new-account-ok {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 240px; }
  @media screen and (max-width: 767px) {
    #page-new-account-ok {
      padding-top: 180px;
      padding-bottom: 60px; } }
  #page-new-account-ok .middle-bar .icon {
    background: url("../../assets/images/cmamadora/game9/email.svg") 50% 50% no-repeat;
    width: 200px;
    height: 90px;
    margin-left: -100px;
    top: -35px; }
  #page-new-account-ok .middle-bar .title {
    font-size: 1.6rem;
    padding-bottom: 5px; }
  #page-new-account-ok .middle-bar .subtitle {
    max-width: 600px;
    margin: auto; }
  #page-new-account-ok .button {
    width: 150px;
    margin: 20px auto 0 auto;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    #page-new-account-ok .legal-logos {
      display: none; } }

#page-user-home {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    #page-user-home {
      padding-top: 130px; } }
  #page-user-home .page-contents-group {
    padding-bottom: 220px; }
    @media screen and (max-width: 767px) {
      #page-user-home .page-contents-group {
        padding-bottom: 120px; } }
    #page-user-home .page-contents-group.teacher-mode {
      /*padding-bottom: 0;*/ }
      #page-user-home .page-contents-group.teacher-mode .user-details {
        padding-bottom: 0; }
  #page-user-home .prize-action-call {
    background: url("../../assets/images/cmamadora/game9/prize-action-call.svg") 50% 50% no-repeat;
    position: absolute;
    top: 100px;
    left: 50px;
    width: 87px;
    height: 120px; }
    @media screen and (max-width: 1120px) {
      #page-user-home .prize-action-call {
        left: 30px; } }
    @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.3rem;
    color: #153e3c;
    position: absolute;
    left: 50px;
    text-align: left;
    top: 255px;
    background: url("../../assets/images/cmamadora/game9/teacher-pdf.svg") 0% 50% no-repeat;
    background-size: 54px 65px;
    height: 65px;
    padding: 19px 0 0 60px;
    z-index: 10;
    margin-left: 0; }
    @media screen and (max-width: 1120px) {
      #page-user-home .teacher-pdf,
      #page-user-home .question-add {
        padding-top: 10px;
        left: 30px;
        width: 175px; }
        #page-user-home .teacher-pdf br,
        #page-user-home .question-add br {
          content: ""; }
        #page-user-home .teacher-pdf br:after,
        #page-user-home .question-add br:after {
          content: "\00a0"; } }
    @media screen and (max-width: 1020px) {
      #page-user-home .teacher-pdf,
      #page-user-home .question-add {
        display: none !important; } }
  #page-user-home .question-add {
    top: 350px;
    background: url("../../assets/images/cmamadora/game9/teacher-sugerir.svg") 0% 50% no-repeat;
    background-size: 54px 65px;
    display: block; }
  #page-user-home .welcome-msg {
    font-size: 3.5rem;
    color: #006247;
    font-weight: 900;
    padding-bottom: 10px;
    pointer-events: none;
    position: relative;
    z-index: 9; }
  #page-user-home .points {
    font-size: 1.6rem;
    color: #FFFFFF;
    font-family: "GothamRounded";
    background: url("../../assets/images/cmamadora/game9/user-points.svg") center center no-repeat;
    width: 130px;
    height: 60px;
    margin: auto;
    padding-top: 12px;
    font-weight: 400; }
  #page-user-home .text1 {
    padding: 20px 10px 10px 10px;
    font-family: "GothamRounded"; }
  #page-user-home .text1,
  #page-user-home .text2 {
    max-width: 620px;
    margin: auto; }
  #page-user-home .group {
    display: flex;
    justify-content: center;
    align-items: baseline;
    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/cmamadora/game9/board-mode-bg.svg") center center no-repeat;
      margin: 0 40px;
      color: #153e3c;
      height: 88px;
      padding-top: 45px;
      /*@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 .schedule-board-game {
      background: url("../../assets/images/cmamadora/game9/preparar-games-bg.svg") center center no-repeat;
      margin: 0 40px;
      font-size: 1.4rem !important;
      width: 246px;
      height: 86px;
      /*@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 {
        background: url("../../assets/images/cmamadora/game9/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 .schedule-board-game .game-init-button-title {
        padding-top: 8px; }
    #page-user-home .group .new-battle-game {
      background: url("../../assets/images/cmamadora/game9/battle-mode-bg.svg") center center no-repeat;
      margin: 0 40px;
      height: 80px; }
      #page-user-home .group .new-battle-game .icon {
        background: url("../../assets/images/cmamadora/game9/battle-icon.svg") 50% 50% no-repeat;
        width: 90px;
        height: 124px;
        margin-left: 12px;
        margin-top: -5px; }
  #page-user-home h2 {
    font-size: 1.4rem;
    color: #006247;
    padding-bottom: 20px;
    font-weight: 900;
    font-family: "Gotham";
    text-transform: uppercase; }
  #page-user-home .suspended-games {
    padding-top: 50px;
    background: rgba(137, 197, 85, 0.3);
    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: 40px; } }
    #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 .utype-1 {
      background: rgba(137, 197, 85, 0.3);
      padding-bottom: 270px; }
  #page-user-home .legal-logos {
    display: flex; }
    @media screen and (max-width: 767px) {
      #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: 130px;
      padding-bottom: 140px; } }
  #page-top-scores h2 {
    margin-bottom: 90px;
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      #page-top-scores h2 {
        margin-bottom: 40px; } }
  #page-top-scores .scores {
    position: relative;
    padding-top: 55px;
    padding-bottom: 120px; }
    @media screen and (max-width: 767px) {
      #page-top-scores .scores {
        padding-bottom: 50px; } }
    #page-top-scores .scores h2 {
      margin-bottom: 20px;
      font-weight: 900; }
    #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: 7rem;
        margin-top: 16px;
        background: #FFFFFF;
        border-radius: 20px;
        color: #006247; }
        @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;
              padding: 0 25px 0 80px; } }
          #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/cmamadora/game9/top-scores/positionX.svg") 50% 50% no-repeat;
            text-align: center;
            font-weight: 900;
            font-size: 4rem;
            line-height: 1;
            text-shadow: 3px 3px rgba(245, 214, 108, 0.2);
            color: #ffe88d;
            padding-top: 12px; }
            @media screen and (max-width: 767px) {
              #page-top-scores .scores .score-list .item .contents .position {
                width: 56px;
                height: 56px;
                padding-top: 10px;
                left: 8px;
                font-size: 2.8rem; } }
          #page-top-scores .scores .score-list .item .contents .name {
            text-align: left;
            font-size: 1.7rem;
            line-height: 2rem;
            color: #006247; }
            @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-size: 2rem;
            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: -35px;
            bottom: 1px;
            width: 125px;
            height: 80px;
            background: url("../../assets/images/cmamadora/game9/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: 100px;
                height: 70px;
                left: -25px; } }
    #page-top-scores .scores .double-score-list {
      display: flex;
      max-width: 1080px;
      margin: 10px auto 0 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 0 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; }
        @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-size: 1.9rem;
          color: #006247; }
        #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/cmamadora/game9/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/cmamadora/game9/top-scores/position3.svg"); }
    #page-top-scores .scores.students {
      background-color: rgba(137, 197, 85, 0.3); }
      #page-top-scores .scores.students .scores-icon {
        top: -50px;
        width: 170px;
        height: 100px;
        background-image: url("../../assets/images/cmamadora/game9/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: -30px; } }
    @media screen and (max-width: 767px) {
      #page-top-scores .scores.schools .name {
        font-size: 1.2rem !important; } }
    #page-top-scores .scores.schools .asset {
      position: absolute;
      top: -33px;
      left: -900px;
      right: 0;
      margin: auto;
      width: 97px;
      height: 87px;
      background: url("../../assets/images/cmamadora/game9/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/cmamadora/game9/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: -30px; } }
    #page-top-scores .scores.teachers {
      background-color: rgba(137, 197, 85, 0.3); }
      #page-top-scores .scores.teachers .scores-icon {
        top: -50px;
        width: 157px;
        height: 97px;
        background-image: url("../../assets/images/cmamadora/game9/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; }
  @media screen and (max-width: 767px) {
    #page-top-scores .legal-logos {
      display: none; } }

.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: 300px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #page-my-profile {
      padding-top: 130px;
      padding-bottom: 140px; } }
  #page-my-profile h1 {
    padding-bottom: 5px; }
  #page-my-profile h2 {
    font-weight: 900;
    font-size: 1.9rem;
    color: #006247;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: "Gotham"; }
  #page-my-profile .points {
    font-size: 1.6rem;
    color: #FFFFFF;
    font-family: "GothamRounded";
    background: url("../../assets/images/cmamadora/game9/user-points.svg") center center no-repeat;
    width: 130px;
    height: 60px;
    margin: auto;
    padding-top: 12px;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
    #page-my-profile .notification-control {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; } }
  #page-my-profile .user-info {
    padding: 0 0 30px 0; }
    #page-my-profile .user-info.extra-padding {
      padding-bottom: 70px; }
    #page-my-profile .user-info .text {
      font-weight: 900;
      font-size: 1.8rem;
      line-height: 3rem;
      color: #006247;
      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 .user-details {
    background: rgba(137, 197, 85, 0.3);
    padding-bottom: 0; }
    #page-my-profile .user-details .last-battles {
      padding-top: 0;
      padding-bottom: 50px; }
    #page-my-profile .user-details .suspended-games {
      padding-bottom: 50px; }
  #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/cmamadora/game9/my-profile/email-icon.svg") 50% 50% no-repeat;
      margin-bottom: 10px; }
    #page-my-profile .invites h2 {
      padding-bottom: 8px;
      font-weight: 900; }
    #page-my-profile .invites .intro {
      font-size: 1.7rem;
      color: #006247;
      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-size: 1.5rem;
        color: #006247;
        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-size: 1.5rem;
          line-height: 1.5rem;
          height: 32px;
          color: #006247;
          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;
          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-size: 1.5rem;
          line-height: 24px;
          color: #006247; }
          #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/cmamadora/game9/my-profile/checked-icon.svg") 50% 50% no-repeat; }
  @media screen and (max-width: 767px) {
    #page-my-profile .legal-logos {
      display: none; } }

#page-game-results {
  padding-top: 180px;
  padding-bottom: 140px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #page-game-results {
      padding-top: 130px;
      padding-bottom: 140px; } }
  #page-game-results h1 br {
    display: none; }
  #page-game-results .logotype .icon {
    background: url("../../assets/images/cmamadora/game9/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;
        margin-top: 0; } }
  #page-game-results .podium {
    position: relative;
    width: 708px;
    height: 245px;
    background: url("../../assets/images/cmamadora/game9/results/podium.svg") 50% 50% no-repeat; }
    @media screen and (max-width: 767px) {
      #page-game-results .podium {
        display: none; } }
  #page-game-results .medal1 {
    width: 150px;
    height: 130px !important;
    background: url("../../assets/images/cmamadora/game9/results/medal1.svg") 50% 50% no-repeat;
    top: -167px;
    left: 50%;
    margin-left: -90px; }
    @media screen and (max-width: 767px) {
      #page-game-results .medal1 {
        margin-left: -12px !important; } }
  #page-game-results .medal2 {
    width: 101px;
    height: 132px;
    background: url("../../assets/images/cmamadora/game9/results/medal2.svg") 50% 50% no-repeat;
    top: -130px;
    left: 25px; }
  #page-game-results .medal3 {
    width: 101px;
    height: 132px;
    background: url("../../assets/images/cmamadora/game9/results/medal3.svg") 50% 50% no-repeat;
    top: -120px;
    right: 25px; }
  #page-game-results .medals {
    position: absolute;
    height: 100px; }
    @media screen and (max-width: 767px) {
      #page-game-results .medals {
        position: static;
        margin: 10px auto; } }
  #page-game-results .button-show-global-scores {
    display: inline-block;
    margin-top: 5px;
    width: 280px; }
  #page-game-results .player {
    font-size: 1.7rem;
    position: absolute;
    width: 150px; }
    @media screen and (max-width: 767px) {
      #page-game-results .player {
        position: static;
        margin: 0 auto 15px auto; } }
    #page-game-results .player .pawn {
      height: 56px;
      width: 66px;
      background-repeat: no-repeat;
      background-position: center;
      margin: auto;
      z-index: 2;
      position: relative; }
      @media screen and (max-width: 767px) {
        #page-game-results .player .pawn {
          display: none; } }
      #page-game-results .player .pawn.pawn3 {
        background-color: #FFFFFF;
        border-radius: 50%;
        background-position: 12px 5px; }
    #page-game-results .player .username {
      color: #FFFFFF;
      font-weight: 900;
      padding-top: 12px;
      position: relative;
      z-index: 1;
      font-size: 1.5rem; }
      #page-game-results .player .username:after {
        content: "";
        background-color: #0b6641;
        border-radius: 30% 70% 42% 58% / 30% 41% 59% 70%;
        position: absolute;
        width: 50px;
        height: 50px;
        top: -45px;
        left: 50%;
        margin-left: -25px; }
        @media screen and (max-width: 767px) {
          #page-game-results .player .username:after {
            display: none; } }
      @media screen and (max-width: 767px) {
        #page-game-results .player .username {
          color: #006247;
          padding-top: 0; } }
    #page-game-results .player .points {
      padding-top: 2px;
      color: #6cbf6a;
      font-size: 1.6rem; }
    #page-game-results .player .secs {
      color: #fff;
      background: #ff5a47;
      padding: 2px 8px;
      display: none;
      transition: all 300ms ease;
      margin-top: 0;
      width: auto;
      font-size: 1.3rem;
      border-radius: 6px; }
    #page-game-results .player:hover .secs {
      display: inline-block; }
  #page-game-results .player2 {
    top: 233px;
    left: 108px; }
    #page-game-results .player2 .username:after {
      background-color: #0b5041; }
  #page-game-results .player1 {
    top: 159px;
    left: 278px; }
  #page-game-results .player3 {
    top: 250px;
    left: 450px; }
    #page-game-results .player3 .username:after {
      background-color: #0b5041; }
  #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; } }
    @media screen and (max-width: 350px) {
      #page-game-results .outside-podium-group {
        width: 290px; } }
  #page-game-results .item-outside-podium {
    height: 70px;
    margin-bottom: 30px;
    padding-left: 55px;
    position: relative;
    display: flex;
    font-size: 1.7rem;
    background: #0b5041;
    border-radius: 12px; }
    #page-game-results .item-outside-podium:after {
      content: "";
      background-color: #0b6641;
      border-radius: 30% 70% 42% 58% / 30% 41% 59% 70%;
      position: absolute;
      width: 50px;
      height: 50px;
      top: 10px;
      right: 10px; }
      @media screen and (max-width: 767px) {
        #page-game-results .item-outside-podium:after {
          display: none; } }
    #page-game-results .item-outside-podium .bg {
      display: none; }
    #page-game-results .item-outside-podium .medal {
      position: absolute;
      top: -4px;
      left: -20px;
      width: 76px;
      height: 78px;
      z-index: 2;
      width: 80px;
      height: 94px; }
    #page-game-results .item-outside-podium .player4 {
      background: url("../../assets/images/cmamadora/game9/results/medal4.svg") 50% 50% no-repeat; }
    #page-game-results .item-outside-podium .player5 {
      background: url("../../assets/images/cmamadora/game9/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: 15px; }
    #page-game-results .item-outside-podium .username {
      color: #fff;
      font-weight: 900; }
    #page-game-results .item-outside-podium .points {
      color: #6cbf6a; }
    #page-game-results .item-outside-podium .secs {
      color: #fff;
      background: #ff5a47;
      padding: 2px 8px;
      display: none;
      transition: all 300ms ease;
      font-size: 1.3rem;
      border-radius: 6px; }
    #page-game-results .item-outside-podium .pawn {
      width: 52px;
      height: 52px;
      position: relative;
      z-index: 4;
      margin-top: 2px;
      background-size: 40px 60px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      margin-left: 50px; }
      @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 .button-container {
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      #page-game-results .button-container {
        margin-top: 10px; } }
  #page-game-results .close-button {
    width: 280px;
    margin: 20px auto 10px auto; }
    @media screen and (max-width: 767px) {
      #page-game-results .close-button {
        margin-top: 15px; } }
  #page-game-results .legal-logos {
    display: none; }

.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;
  padding-top: 240px; }
  @media screen and (max-width: 767px) {
    #page-confirm-email {
      padding-top: 180px;
      padding-bottom: 60px; } }
  #page-confirm-email .middle-bar .icon {
    background: url("../../assets/images/cmamadora/game9/account-activation.svg") 50% 50% no-repeat;
    width: 200px;
    height: 90px;
    margin-left: -100px;
    top: -25px; }
  #page-confirm-email .middle-bar .title {
    font-size: 1.6rem;
    padding-bottom: 5px; }
  #page-confirm-email .middle-bar .subtitle {
    max-width: 600px;
    margin: auto; }
  #page-confirm-email .button {
    width: 150px;
    margin: 20px auto 0 auto;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    #page-confirm-email .legal-logos {
      display: none; } }

#page-request-password {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 240px; }
  @media screen and (max-width: 767px) {
    #page-request-password {
      padding-top: 130px;
      padding-bottom: 100px; } }
  #page-request-password .text2 {
    color: #153e3c;
    font-family: "GothamRounded"; }
  #page-request-password .middle-bar {
    padding: 50px 0 0 0; }
    @media screen and (max-width: 767px) {
      #page-request-password .middle-bar {
        padding-top: 30px; } }
    #page-request-password .middle-bar .title {
      padding-bottom: 35px; }
    #page-request-password .middle-bar:after {
      content: "";
      background: url("../../assets/images/cmamadora/game9/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;
            padding-bottom: 5px; } }
        #page-request-password .form-container.update-password .form-group .form-label {
          width: 200px;
          text-align: right;
          padding-right: 8px;
          color: #153e3c;
          font-size: 1.4rem;
          line-height: 1em; }
          @media screen and (max-width: 767px) {
            #page-request-password .form-container.update-password .form-group .form-label {
              text-align: center;
              padding-bottom: 10px;
              margin-top: 10px; } }
          @media screen and (max-width: 767px) {
            #page-request-password .form-container.update-password .form-group .form-label.button-label {
              display: none; } }
        #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: $low-devices-breakpoint) {
			margin-top: -25px;
		}*/ }
  @media screen and (max-width: 767px) {
    #page-request-password .legal-logos {
      display: none; } }

#page-legal-page {
  padding-top: 180px;
  padding-bottom: 240px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #page-legal-page {
      padding-top: 130px;
      padding-bottom: 100px; } }
  #page-legal-page .long-text {
    max-width: 800px;
    margin: auto;
    text-align: justify; }
    #page-legal-page .long-text p {
      text-align: inherit; }
    @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; }
  @media screen and (max-width: 767px) {
    #page-legal-page .legal-logos {
      display: none; } }

#page-create-game {
  text-align: center;
  padding-top: 270px;
  padding-bottom: 270px;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    #page-create-game {
      padding-top: 220px;
      padding-bottom: 140px; } }
  #page-create-game .logotype .icon {
    width: 120px;
    height: 100px;
    background: url("../../assets/images/cmamadora/game9/board-icon.svg") center center no-repeat;
    left: 50%;
    margin-left: -60px;
    top: 140px;
    position: absolute; }
    @media screen and (max-width: 767px) {
      #page-create-game .logotype .icon {
        top: 110px; } }
  #page-create-game.preparate-game .logotype .icon {
    width: 124px;
    height: 90px;
    background: url("../../assets/images/cmamadora/game9/prepare-games.svg") center center no-repeat; }
  #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 .text1 {
    color: #153e3c;
    padding-left: 20px;
    padding-right: 20px; }
  #page-create-game .text2 {
    max-width: 680px;
    margin: auto;
    color: #153e3c;
    font-family: "GothamRounded"; }
  #page-create-game .user-search-group {
    max-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 .form-group:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        background: #ffffff;
        right: 5px;
        top: 4px;
        z-index: 1; }
    #page-create-game .user-search-group .icon-search {
      width: 42px;
      height: 44px;
      background-image: url("../../assets/images/cmamadora/game9/create-game/search-icon.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 2; }
    #page-create-game .user-search-group .group-button {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #page-create-game .user-search-group .button {
        width: 100%; } }
    #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: #6fac3b; }
      #page-create-game .user-search-group .button-family span {
        background: #89c555; }
  #page-create-game .user-list {
    background: rgba(137, 197, 85, 0.3);
    padding: 30px 0 45px 0;
    width: 100%; }
    #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;
    position: relative;
    margin: 14px 0;
    border-radius: 20px;
    background: #FFFFFF; }
    @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: #006247;
      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 .delete,
    #page-create-game .user-item.creator-item .user-login {
      display: none; }
    #page-create-game .user-item.creator-item .pawn {
      background-color: #FFFFFF; }
    #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: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: #006482;
        font-weight: 900; }
      #page-create-game .user-item .user-info-group .points {
        color: #479d5a;
        font-family: "Gotham";
        font-weight: 900; }
    #page-create-game .user-item .user-login {
      width: 280px;
      display: flex;
      align-items: center;
      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 #006247;
        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: relative;
      font-size: 1.4rem;
      flex-grow: 0;
      background: #89c555;
      color: #143e3b;
      display: none; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-item .pick-pawn {
          width: 60%;
          max-width: 180px; } }
    #page-create-game .user-item .delete {
      width: 40px;
      height: 40px;
      background: url("../../assets/images/cmamadora/game9/create-game/remove-icon.svg") 50% 50% no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -19px;
      right: -25px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-item .delete {
          right: -15px;
          top: calc(50% + 3px);
          width: 32px;
          height: 32px; } }
    #page-create-game .user-item .pawn {
      width: 50px;
      height: 50px;
      border: solid 1px #FFFFFF;
      position: relative;
      border-radius: 0;
      display: none;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%; }
  #page-create-game .pawn-picker {
    background-color: #006482;
    height: 66px;
    position: absolute;
    display: flex;
    padding: 0 8px 8px 8px;
    right: 50%;
    margin-right: -190px;
    border-radius: 20px;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      #page-create-game .pawn-picker {
        right: 50%;
        margin-right: -170px;
        transform-origin: top right;
        transform: scale(0.8); } }
    #page-create-game .pawn-picker:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 10px 15px;
      border-color: transparent transparent #006482 transparent;
      position: absolute;
      top: -10px;
      right: 16px; }
    #page-create-game .pawn-picker .pawn {
      width: 42px;
      border: solid 1px #215f89;
      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 {
        opacity: 0.6; }
  #page-create-game .check {
    background: url("../../assets/images/cmamadora/game9/create-game/check-icon.svg") 50% 50% no-repeat;
    position: relative;
    width: 38px;
    height: 33px;
    margin-right: 130px;
    display: none !important; }
  #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; }
  #page-create-game .sharable-link-help {
    font-family: "Gotham";
    color: #006247; }
  #page-create-game #sharable-link {
    font-family: "Gotham";
    color: #006247;
    font-size: 1.4rem;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
  #page-create-game .sharable-link .button {
    height: auto;
    font-size: 1.4rem;
    flex-grow: 0;
    background: #89c555;
    color: #143e3b; }
  #page-create-game .message {
    font-family: "Gotham";
    color: #006247; }
  #page-create-game .game-type {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      #page-create-game .game-type {
        margin-top: 20px; } }
    #page-create-game .game-type .remote-game,
    #page-create-game .game-type .local-game {
      background: url("../../assets/images/cmamadora/game9/board-mode-bg.svg") center center no-repeat;
      margin: 0 40px;
      color: #153e3c;
      height: 88px;
      padding-top: 45px;
      font-size: 1.4rem;
      cursor: pointer;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        #page-create-game .game-type .remote-game,
        #page-create-game .game-type .local-game {
          margin-right: 0;
          margin-left: 0;
          margin-bottom: 20px;
          font-size: 1.4rem; } }
    #page-create-game .game-type .remote-game {
      background: url("../../assets/images/cmamadora/game9/board-mode-dark-bg.svg") center center no-repeat;
      color: #fff; }
      @media screen and (max-width: 767px) {
        #page-create-game .game-type .remote-game {
          margin-top: 10px; } }
      #page-create-game .game-type .remote-game .icon {
        display: block;
        position: absolute;
        top: -13px;
        left: 0;
        right: 0;
        margin: auto;
        background: url("../../assets/images/cmamadora/game9/board-remote-icon.svg") 50% 50% no-repeat;
        width: 115px;
        height: 64px; }
        @media screen and (max-width: 767px) {
          #page-create-game .game-type .remote-game .icon {
            top: -10px;
            width: 103px;
            height: 58px; } }
    #page-create-game .game-type .local-game {
      background: url("../../assets/images/cmamadora/game9/board-mode-light-bg.svg") center center no-repeat; }
      #page-create-game .game-type .local-game .icon {
        display: block;
        position: absolute;
        top: -17px;
        left: 0;
        right: 0;
        margin: auto;
        background: url("../../assets/images/cmamadora/game9/board-local-icon.svg") 50% 50% no-repeat;
        width: 165px;
        height: 116px; }
        @media screen and (max-width: 767px) {
          #page-create-game .game-type .local-game .icon {
            top: -10px;
            width: 148px;
            height: 104px; } }
  #page-create-game .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-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/cmamadora/game9/board/popup-background.png") 50% 50% no-repeat;
      background-repeat: repeat;
      border-radius: 25px; }
      @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: 26px;
      height: 26px;
      background-image: url("../../assets/images/cmamadora/game9/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; }
    #page-create-game .game-popup.error .icon {
      display: inline-block;
      width: 219px;
      height: 138px;
      background-image: url("../../assets/images/cmamadora/game9/board/popup-error-icon.svg");
      background-repeat: no-repeat;
      text-align: center; }
    #page-create-game .game-popup.error .title {
      font-family: "Gotham";
      font-weight: 900;
      font-size: 2.5rem;
      line-height: 2.5rem;
      color: #006247;
      margin-top: 20px; }
    #page-create-game .game-popup.error .text {
      font-family: "Gotham";
      font-size: 1.7rem;
      line-height: 2.1rem;
      color: #153e3c;
      max-width: 550px;
      margin: 20px auto 0 auto; }
  #page-create-game .legal-logos {
    display: flex; }
    @media screen and (max-width: 767px) {
      #page-create-game .legal-logos {
        display: none; } }

.page-battle {
  padding-top: 160px;
  padding-bottom: 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page-battle {
      overflow: hidden;
      padding-top: 90px; } }
  .page-battle.blocked {
    pointer-events: none !important; }
  .page-battle .battle-contents {
    display: none; }
  .page-battle .question-progress {
    margin-top: 15px;
    font-size: 1.6rem;
    color: #153e3c; }
    .page-battle .question-progress span {
      font-weight: 900; }
  .page-battle .question-info {
    position: relative;
    height: 80px;
    margin-top: 15px; }
    .page-battle .question-info .question-timer {
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      margin: auto;
      width: 208px;
      height: 85px;
      background: url("../../assets/images/cmamadora/game9/board/question-timer.svg") 50% 50% no-repeat;
      padding-top: 12px;
      padding-left: 32px; }
      .page-battle .question-info .question-timer .title {
        color: #6cbf6a;
        font-size: 1.1rem;
        display: block;
        padding-bottom: 0; }
      .page-battle .question-info .question-timer #question-counter {
        color: #fff;
        font-size: 3.4rem;
        display: block;
        letter-spacing: 1px; }
    .page-battle .question-info .output {
      position: absolute;
      left: 50%;
      margin: 30px 0 0 -180px;
      width: 360px;
      height: 100px;
      display: flex;
      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 {
        align-items: flex-start;
        text-align: left;
        padding-left: 110px;
        padding-top: 0px; }
        @media screen and (max-width: 767px) {
          .page-battle .question-info .output.output-time {
            width: 360px; } }
        .page-battle .question-info .output.output-time .icon {
          position: absolute;
          top: -25px;
          left: 50%;
          right: auto;
          margin-left: -150px;
          width: 300px;
          height: 140px;
          background-image: url("../../assets/images/cmamadora/game9/board/question-time.svg");
          background-repeat: no-repeat; }
        .page-battle .question-info .output.output-time .title {
          margin-top: -8px;
          font-size: 2.6rem;
          max-width: 195px; }
        .page-battle .question-info .output.output-time .details {
          position: relative;
          font-size: 1.8rem;
          color: #fac650; }
      .page-battle .question-info .output.output-correct {
        text-align: center; }
        @media screen and (max-width: 767px) {
          .page-battle .question-info .output.output-correct {
            width: 360px; } }
        .page-battle .question-info .output.output-correct .icon {
          position: absolute;
          top: -25px;
          left: 50%;
          right: auto;
          margin-left: -150px;
          width: 300px;
          height: 140px;
          background-image: url("../../assets/images/cmamadora/game9/board/question-correct.svg");
          background-repeat: no-repeat; }
      .page-battle .question-info .output.output-wrong {
        text-align: center;
        padding-right: 40px; }
        @media screen and (max-width: 767px) {
          .page-battle .question-info .output.output-wrong {
            width: 360px; } }
        .page-battle .question-info .output.output-wrong .icon {
          position: absolute;
          top: -25px;
          left: 50%;
          right: auto;
          margin-left: -150px;
          width: 300px;
          height: 140px;
          background-image: url("../../assets/images/cmamadora/game9/board/question-wrong.svg");
          background-repeat: no-repeat; }
      .page-battle .question-info .output .title {
        font-size: 3.8rem;
        line-height: 1;
        color: #fff;
        position: relative;
        z-index: 10;
        font-weight: 900; }
      .page-battle .question-info .output .details {
        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-size: 1.7rem;
      font-family: "GothamRounded";
      color: #153e3c; }
      @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: 70px;
        margin-bottom: 20px;
        background-color: #FFFFFF;
        padding-left: 60px;
        padding-right: 5px;
        cursor: pointer;
        user-select: none;
        transition: all 0.2s linear;
        border-radius: 20px;
        border: solid 3px transparent; }
        .page-battle .ask-question .answers .answer.correct {
          background-color: #20d684; }
        .page-battle .ask-question .answers .answer.wrong {
          background-color: #ff5a47; }
        .page-battle .ask-question .answers .answer.wrong, .page-battle .ask-question .answers .answer.correct {
          border: solid 3px #006247; }
          .page-battle .ask-question .answers .answer.wrong .option, .page-battle .ask-question .answers .answer.correct .option {
            color: #FFFFFF;
            border-right: solid 1px #FFFFFF; }
        .page-battle .ask-question .answers .answer .option {
          position: absolute;
          top: 11px;
          left: 6px;
          width: 44px;
          height: 44px;
          font-size: 3.4rem;
          font-weight: 900;
          line-height: 44px;
          color: #fbc750;
          padding-left: 1px;
          text-align: center;
          border-right: solid 1px #fbc750; }
        .page-battle .ask-question .answers .answer .text {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 100%;
          height: 65px;
          margin-top: 1px;
          font-size: 1.6rem;
          line-height: 1.6rem;
          color: #153e3c;
          font-family: "GothamRounded"; }
  .page-battle .continue-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    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;
      background: #89c555;
      color: #153e3c; }
      .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/cmamadora/game9/board/popup-background.png") 50% 50% no-repeat;
      background-repeat: repeat;
      border-radius: 25px; }
      @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: 26px;
      height: 26px;
      background-image: url("../../assets/images/cmamadora/game9/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; }
    .page-battle .game-popup.error .icon {
      display: inline-block;
      width: 219px;
      height: 138px;
      background-image: url("../../assets/images/cmamadora/game9/board/popup-error-icon.svg");
      background-repeat: no-repeat;
      text-align: center; }
    .page-battle .game-popup.error .title {
      font-family: "Gotham";
      font-weight: 900;
      font-size: 2.5rem;
      line-height: 2.5rem;
      color: #006247;
      margin-top: 20px; }
    .page-battle .game-popup.error .text {
      font-family: "Gotham";
      font-size: 1.7rem;
      line-height: 2.1rem;
      color: #153e3c;
      max-width: 550px;
      margin: 20px auto 0 auto; }
  @media screen and (max-width: 767px) {
    .page-battle .legal-logos {
      display: none; } }

.page-battle-results {
  padding-top: 180px;
  padding-bottom: 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page-battle-results {
      padding-top: 130px; } }
  .page-battle-results .battle-status {
    margin-top: 20px;
    font-size: 2.6rem;
    color: #006247;
    font-weight: 900;
    text-transform: uppercase; }
  .page-battle-results .battle-info {
    font-size: 1.7rem;
    color: #153e3c;
    font-family: "GothamRounded";
    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;
    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: #153e3c; }
        .page-battle-results .summary table thead tr {
          line-height: 40px; }
        .page-battle-results .summary table thead td {
          border-bottom: 2px solid #a0c193; }
      .page-battle-results .summary table tbody tr {
        line-height: 45px; }
        .page-battle-results .summary table tbody tr:nth-child(even) {
          background-color: rgba(255, 255, 255, 0.35); }
      .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/cmamadora/game9/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/cmamadora/game9/battle/answer-wrong.svg") 50% 50% no-repeat; }
      .page-battle-results .summary table .question {
        text-align: left;
        padding-left: 20px;
        width: 50%;
        font-size: 1.8rem; }
      .page-battle-results .summary table .user {
        width: 25%;
        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 {
          max-width: 400px;
          width: 100%;
          flex-wrap: wrap; } }
      .page-battle-results .summary .options .button {
        min-width: 160px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 1.4rem;
        background-color: #153e3c;
        flex-grow: 0; }
        @media screen and (max-width: 767px) {
          .page-battle-results .summary .options .button {
            width: 80%;
            margin: 10px auto; } }
  @media screen and (max-width: 767px) {
    .page-battle-results .legal-logos {
      display: none; } }

#page-create-battle {
  text-align: center;
  padding-top: 240px;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    #page-create-battle {
      padding-top: 190px; } }
  #page-create-battle h1 {
    text-transform: uppercase; }
  #page-create-battle h2,
  #page-create-battle h3 {
    font-size: 1.6rem;
    color: #153e3c;
    padding: 0 10px 10px 10px;
    font-weight: 900;
    font-family: "GothamRounded"; }
  #page-create-battle h2 {
    font-size: 1.7rem; }
  #page-create-battle .logotype:after {
    display: none; }
  #page-create-battle .logotype .icon {
    width: 180px;
    height: 70px;
    background-image: url("../../assets/images/cmamadora/game9/battle-icon.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 50%;
    margin-left: -90px;
    position: absolute;
    top: 135px; }
    @media screen and (max-width: 767px) {
      #page-create-battle .logotype .icon {
        top: 95px; } }
  #page-create-battle .user-search-group {
    max-width: 400px;
    margin: 20px auto;
    padding-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #page-create-battle .user-search-group {
        width: 90%; } }
    #page-create-battle .user-search-group .form-group {
      position: relative; }
      #page-create-battle .user-search-group .form-group:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        background: #ffffff;
        right: 5px;
        top: 4px;
        z-index: 1; }
    #page-create-battle .user-search-group .icon-search {
      width: 42px;
      height: 44px;
      background-image: url("../../assets/images/cmamadora/game9/create-game/search-icon.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 2; }
  #page-create-battle .user-list {
    background: rgba(137, 197, 85, 0.3);
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 0 0 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: 20px;
    width: 100%;
    padding: 0 40px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 12px 0; }
    @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: #006481;
        font-weight: 900;
        font-size: 1.4rem; }
      #page-create-battle .user-item .user-info-group .points {
        color: #153e3c;
        font-size: 1.4rem; }
    #page-create-battle .user-item .invite-button {
      position: relative;
      z-index: 3;
      background: #89c555;
      color: #153e3c;
      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/cmamadora/game9/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 .other-section {
    background: rgba(137, 197, 85, 0.3);
    padding-top: 2rem;
    padding-bottom: 260px; }
    @media screen and (max-width: 767px) {
      #page-create-battle .other-section {
        padding-bottom: 140px; } }
  #page-create-battle .stores {
    text-align: center;
    padding-top: 40px; }
    #page-create-battle .stores .text {
      font-size: 1.4rem;
      color: #153e3c;
      font-family: "GothamRounded"; }
    #page-create-battle .stores .store-ios {
      background: url("../../assets/images/cmamadora/game9/store-ios.svg") 50% 50% no-repeat;
      width: 128px;
      height: 42px;
      margin: 20px 10px; }
    #page-create-battle .stores .store-android {
      background: url("../../assets/images/cmamadora/game9/store-android.svg") 50% 50% no-repeat;
      width: 125px;
      height: 42px;
      margin: 20px 10px; }
  @media screen and (max-width: 767px) {
    #page-create-battle .legal-logos {
      display: none; } }

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

#page-rules {
  text-align: center;
  padding: 180px 0 300px 0; }
  @media screen and (max-width: 767px) {
    #page-rules {
      padding-top: 130px;
      padding-bottom: 140px; } }
  #page-rules h1 {
    text-transform: uppercase;
    padding-bottom: 4rem; }
  #page-rules h2 {
    font-size: 2.8rem;
    color: #006247;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Gotham"; }
  #page-rules h3 {
    font-size: 2.4rem;
    color: #006247;
    padding-bottom: 25px;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Gotham"; }
  #page-rules h4 {
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 30px; }
  #page-rules .center-contents {
    display: flex;
    flex-wrap: wrap; }
    #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 {
    background-color: rgba(137, 197, 85, 0.3);
    padding: 34px 0;
    color: #153e3c; }
    #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(even) {
      background: transparent; }
    #page-rules .block .title {
      font-size: 1.8rem;
      padding-bottom: 18px;
      text-transform: none;
      font-weight: 900;
      color: #006247; }
      #page-rules .block .title:empty {
        padding-bottom: 0px; }
    #page-rules .block .text {
      font-size: 1.5rem;
      color: #006247; }
      #page-rules .block .text p {
        font-size: 1.5rem;
        color: #153e3c; }
    #page-rules .block img {
      margin: 30px 0; }
  #page-rules .pontuation {
    padding: 44px 0 44px 0;
    position: relative; }
    #page-rules .pontuation .text {
      text-align: left;
      font-size: 1.5rem;
      color: #153e3c; }
      #page-rules .pontuation .text p {
        font-size: 1.5rem; }
    #page-rules .pontuation .subtitle {
      padding: 20px 20px 30px 20px;
      font-size: 1.8rem;
      color: #153e3c;
      font-family: "GothamRounded"; }
    #page-rules .pontuation .col {
      padding: 0 34px; }
      @media screen and (max-width: 767px) {
        #page-rules .pontuation .col {
          padding: 20px 34px; } }
  #page-rules .icon {
    margin: auto; }
  #page-rules .icon-students {
    background: url("../../assets/images/cmamadora/game9/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/cmamadora/game9/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/cmamadora/game9/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/cmamadora/game9/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 {
    margin-top: 30px;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    #page-rules .legal-logos {
      display: none; } }

#page-prizes {
  text-align: center;
  padding: 180px 0 350px 0; }
  @media screen and (max-width: 767px) {
    #page-prizes {
      padding-top: 130px;
      padding-bottom: 220px; } }
  #page-prizes h2 {
    padding-bottom: 25px;
    color: #153e3c;
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      #page-prizes h2 {
        font-size: 2rem; } }
  #page-prizes h3 {
    font-size: 1.6rem;
    font-weight: 900;
    color: #006247;
    padding-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase; }
  #page-prizes h4 {
    color: #153e3c;
    font-size: 1.6rem;
    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(137, 197, 85, 0.3);
    padding: 84px 0 50px 0;
    position: relative;
    margin-top: 60px; }
    @media screen and (max-width: 1020px) {
      #page-prizes .prizes {
        padding-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      #page-prizes .prizes {
        margin-top: 0;
        padding-top: 40px; } }
    #page-prizes .prizes .center-contents {
      margin-top: -130px; }
      @media screen and (max-width: 767px) {
        #page-prizes .prizes .center-contents {
          margin-top: 0; } }
  #page-prizes .button-container {
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: 0px; }
    @media screen and (max-width: 1020px) {
      #page-prizes .button-container {
        margin-top: 0; } }
  #page-prizes .icon {
    margin: auto; }
  #page-prizes .icon-students {
    background: url("../../assets/images/cmamadora/game9/top-scores/students.svg") 50% 50% no-repeat;
    width: 125px;
    height: 90px; }
  #page-prizes .icon-teachers {
    background: url("../../assets/images/cmamadora/game9/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/cmamadora/game9/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/cmamadora/game9/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/cmamadora/game9/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: flex-start;
      color: #006247;
      font-size: 1.6rem;
      margin: 0 auto 20px auto;
      max-width: 320px;
      padding-left: 50px;
      position: relative; }
    #page-prizes .places .icon {
      flex-grow: 0;
      flex-shrink: 0;
      position: absolute;
      left: 0;
      top: 10px;
      width: 60px;
      height: 60px; }
    #page-prizes .places .place1 {
      background: url("../../assets/images/cmamadora/game9/rules/medal1.svg") 50% 50% no-repeat;
      width: 80px;
      height: 80px;
      left: -20px; }
    #page-prizes .places .place2 {
      background: url("../../assets/images/cmamadora/game9/rules/medal2.svg") 50% 50% no-repeat; }
    #page-prizes .places .place3 {
      background: url("../../assets/images/cmamadora/game9/rules/medal3.svg") 50% 50% no-repeat; }
    #page-prizes .places .medal {
      width: 60px;
      height: 60px;
      background: url("../../assets/images/cmamadora/game9/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-weight: 900;
        line-height: 1.7em;
        color: #153e3c; }
      #page-prizes .places .text-group .prize-desc {
        line-height: 1.4em;
        color: #153e3c;
        font-family: "GothamRounded"; }
  #page-prizes .button-close {
    margin-top: 30px;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    #page-prizes .legal-logos {
      display: none; } }

#page-change-user {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 240px; }
  @media screen and (max-width: 767px) {
    #page-change-user {
      padding-top: 130px;
      padding-bottom: 100px; } }
  #page-change-user .middle-bar {
    padding: 50px 0 0 0; }
    @media screen and (max-width: 767px) {
      #page-change-user .middle-bar {
        padding-top: 30px; } }
  #page-change-user .form-container .form-group .form-label {
    color: #153e3c; }
    @media screen and (max-width: 767px) {
      #page-change-user .form-container .form-group .form-label {
        text-align: center;
        padding-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      #page-change-user .form-container .form-group .form-label.button-label {
        display: none; } }
  #page-change-user .button {
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    #page-change-user .legal-logos {
      display: none; } }

#page-add-question {
  position: relative;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 250px;
  /*#question-group,
	#question-difficulty {
		display: flex;
	}*/ }
  @media screen and (max-width: 767px) {
    #page-add-question {
      padding-top: 130px;
      padding-bottom: 140px; } }
  #page-add-question h2 {
    text-align: center;
    color: #153e3c;
    padding: 0 20px; }
    @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: #153e3c;
        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: 100% !important;
          max-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 */
