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

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

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

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

#app {
  height: 100%; }

main {
  background-image: url("../../assets/images/cmloule/game3/background.png");
  background-size: contain;
  background-repeat: repeat-x;
  min-height: 100%; }
  main h1 {
    font-family: 'Aspira';
    display: inline-block;
    position: relative;
    color: #17222b;
    font-size: 3.8rem;
    padding-bottom: 25px;
    font-weight: 600; }
    main h1:after {
      content: "";
      position: absolute;
      bottom: 17px;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 140px;
      margin: auto;
      border-bottom: 4px solid #ffcc33; }
    @media screen and (max-width: 1020px) {
      main h1 {
        font-size: 3.4rem;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px; }
        main h1:after {
          bottom: 13px;
          max-width: 130px;
          border-bottom-width: 3px; } }
    @media screen and (max-width: 767px) {
      main h1 {
        font-size: 3.0rem; }
        main h1:after {
          max-width: 120px;
          border-bottom-width: 3px; } }
  main .text1 {
    color: #17222b;
    font-size: 2rem;
    font-family: 'Aspira';
    padding-bottom: 10px; }
    @media screen and (max-width: 1020px) {
      main .text1 {
        font-size: 1.8rem;
        padding-left: 20px;
        padding-right: 20px; } }
  main .text2 {
    color: #17222b;
    font-size: 1.6rem;
    font-family: 'Aspira';
    font-weight: bold;
    padding-bottom: 30px; }
    @media screen and (max-width: 1020px) {
      main .text2 {
        font-size: 1.5rem;
        padding-left: 20px;
        padding-right: 20px; } }

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

.header .text {
  padding-top: 2px; }
  .header .text .username {
    font-size: 1.8rem;
    color: #FFFFFF;
    font-family: 'Aspira';
    font-weight: bold; }
  .header .text .overall-points {
    font-size: 1.8rem;
    margin-left: 4px;
    color: #ffcc33;
    font-weight: bold; }
    @media screen and (max-width: 1020px) {
      .header .text .overall-points {
        display: block; } }
    @media screen and (max-width: 767px) {
      .header .text .overall-points {
        display: inline-block; } }
  .header .text .team-name, .header .text .group-name {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 2px 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/cmloule/game3/menu.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .header .menu-button {
      right: auto;
      left: 5%;
      width: 34px;
      /*position: fixed;*/
      z-index: 100; } }

.header .menu {
  position: absolute;
  top: 20px;
  right: 90px;
  background-color: #FFFFFF;
  padding: 18px 22px;
  display: none;
  flex-direction: column;
  text-align: left;
  border: 3px solid #333333;
  box-shadow: -5px 5px 1px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
  /*@media screen and (max-width: $vpad-devices-breakpoint) {
      top: 80px;
      right: 14px;

      &:after {
        top: -15px;
        right: 5px;
        border-width: 0 23px 15px 23px;
        border-color: transparent transparent $text-color-titles transparent;
      }
    }*/ }
  @media screen and (max-width: 767px) {
    .header .menu {
      border: none; } }
  .header .menu:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 0;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -15px; }
  .header .menu:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 20px 0 0;
    border-color: #333333 transparent transparent transparent;
    position: absolute;
    top: -3px;
    right: -21px; }
  @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: 0;
        right: 0;
        width: 50px;
        height: 50px;
        padding: 0;
        text-align: center;
        color: #333333;
        font-size: 35px;
        font-family: 'Aspira';
        font-weight: bold;
        display: block; } }
  .header .menu .menu-item {
    color: #333333;
    font-size: 1.4rem;
    font-family: 'Aspira';
    font-weight: bold;
    padding: 8px 0;
    text-transform: uppercase;
    transition: all 300ms ease;
    border-top: solid 1px #edf0f3; }
    .header .menu .menu-item:first-child {
      border-top: none; }
    @media screen and (max-width: 767px) {
      .header .menu .menu-item {
        padding: 14px 0;
        font-size: 2.0rem; } }
    .header .menu .menu-item:hover {
      opacity: 0.8; }
    .header .menu .menu-item.logout {
      color: #576f93;
      font-family: 'Aspira';
      font-weight: bold;
      background: url("../../assets/images/cmloule/game3/logout.svg") -3px 6px no-repeat;
      background-size: 37px 35px;
      padding-left: 35px;
      padding-top: 16px;
      padding-bottom: 8px;
      border-top: solid 1px #edf0f3; }

.header .menu-effects {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 5px), #e2e7eb 50%, #e2e7eb 100%);
  pointer-events: none; }
  @media screen and (max-width: 767px) {
    .header .menu-effects {
      display: none; } }
  .header .menu-effects:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 8px;
    background: linear-gradient(to bottom left, transparent 0%, transparent calc(50% - 1px), #e2e7eb 50%, #e2e7eb 100%); }
  .header .menu-effects:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 8px;
    height: calc(100% - 20px);
    background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #e2e7eb 50%, #e2e7eb 100%); }

.footer {
  background-image: url("../../assets/images/cmloule/game3/internal-footer.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1490px 226px;
  height: 226px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none; }
  @media screen and (max-width: 1500px) {
    .footer {
      background-size: contain; } }
  @media screen and (max-width: 767px) {
    .footer {
      display: none; } }

.button {
  background-color: #29abe2;
  color: #FFFFFF;
  font-size: 0;
  font-family: "Aspira";
  text-transform: uppercase;
  transition: all 300ms ease;
  position: relative;
  padding: 4px 10px;
  border: 2px solid #333333;
  box-shadow: 5px 5px 1px 0px rgba(0, 0, 0, 0.1); }
  .button span {
    position: relative;
    margin: auto;
    height: 28px;
    line-height: 28px;
    pointer-events: none;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1); }
  .button.secondary {
    background-color: #6cbf6a; }
  .button.light {
    background-color: #17222b; }
    .button.light span {
      background-color: #17222b; }
  .button.dark {
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
    line-height: 28px;
    background-color: #29abe2; }
  .button:hover {
    opacity: 0.92; }
  .button.button-close {
    max-width: 200px;
    margin: auto; }

.logotype {
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  max-width: 1120px;
  margin: auto;
  text-align: center; }
  @media screen and (max-width: 1160px) {
    .logotype {
      max-width: 90%; } }
  .logotype .logo-container {
    position: relative; }
    .logotype .logo-container:before {
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 19px;
      content: "";
      width: 100%;
      height: 108px;
      background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #fff 50%, #fff 100%); }
  .logotype .icon {
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 603px;
    height: 165px;
    background: url("../../assets/images/cmloule/game3/title.svg") 50% 50% no-repeat; }
  @media screen and (max-width: 1020px) {
    .logotype {
      top: 24px; }
      .logotype .icon {
        width: 520px; }
      .logotype .logo-container:before {
        height: 70px;
        bottom: 42px; } }
  @media screen and (max-width: 767px) {
    .logotype {
      top: 16px; }
      .logotype .icon {
        width: 103%;
        margin-left: -2%; }
      .logotype .logo-container:before {
        height: 40px;
        bottom: 52px; } }

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

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

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

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

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

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

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

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

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

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

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

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

.middle-bar {
  background-color: #41566b;
  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: 1.6rem;
    font-family: "Aspira";
    font-weight: bold;
    color: #17222b;
    padding-bottom: 5px; }
  .middle-bar .subtitle {
    font-size: 1.6rem;
    font-family: "Aspira";
    font-weight: regular;
    color: #17222b; }

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

.game-icon {
  position: absolute;
  top: -16px;
  left: -32px;
  width: 67px;
  height: 60px;
  background: url("../../assets/images/cmloule/game3/my-profile/game-icon.svg") 50% 50% no-repeat;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .game-icon {
      display: none; } }

.battle-icon {
  position: absolute;
  top: -25px;
  left: -34px;
  width: 74px;
  height: 74px;
  background: url("../../assets/images/cmloule/game3/my-profile/battle-icon.svg") 50% 50% no-repeat; }
  @media screen and (max-width: 767px) {
    .battle-icon {
      display: none; } }

.games-list {
  padding: 35px 0 50px 0; }
  .games-list .list {
    max-width: 620px;
    padding-left: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .games-list .list {
        width: 320px;
        padding: 0; } }
    @media screen and (max-width: 400px) {
      .games-list .list {
        width: 290px; } }
    .games-list .list .item {
      position: relative;
      margin-bottom: 15px;
      margin-left: 21px;
      height: 70px; }
      @media screen and (max-width: 767px) {
        .games-list .list .item {
          margin-left: 0;
          padding-left: 20px;
          height: 102px; } }
      .games-list .list .item .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        border: 2px solid #333333; }
        @media screen and (max-width: 767px) {
          .games-list .list .item .background {
            padding: 5px 10px; } }
      .games-list .list .item .contents {
        position: relative;
        width: 100%;
        height: 100%;
        padding-left: 36px;
        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: "Aspira";
            font-weight: bold;
            font-size: 1.4rem;
            color: #333333;
            padding-bottom: 2px;
            text-transform: uppercase; }
          .games-list .list .item .contents .info .game-players {
            font-family: "Aspira";
            font-weight: bold;
            font-size: 1.3rem;
            color: #333333; }
        .games-list .list .item .contents .duel {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .games-list .list .item .contents .duel {
              justify-content: center;
              width: 100%;
              padding-top: 5px; } }
          .games-list .list .item .contents .duel .id {
            font-family: "Aspira";
            font-weight: 800;
            font-size: 1.7rem;
            color: #17222b;
            margin-right: 20px; }
          .games-list .list .item .contents .duel .player {
            font-family: "Aspira";
            font-weight: bold;
            font-size: 1.5rem;
            color: #17222b; }
          .games-list .list .item .contents .duel .vs {
            width: 70px;
            height: 57px;
            background: url("../../assets/images/cmloule/game3/my-profile/battle-vs.svg") 50% 50% no-repeat;
            margin-left: -10px;
            margin-right: -8px; }
        .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: 15px;
            text-align: right;
            min-width: 115px; }
            @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: -18px;
              left: 0px;
              width: 39px;
              height: 65px;
              background: url("../../assets/images/cmloule/game3/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;*/ } }
            .games-list .list .item .contents .other .time .time-left {
              font-family: "Aspira";
              font-weight: 900;
              font-size: 2.7rem;
              color: #343f53; }
          .games-list .list .item .contents .other .button {
            display: inline-block;
            margin-right: 20px;
            font-size: 1.4rem;
            min-width: 120px;
            background-color: #6cbf6a; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .button {
                margin-right: 10px; } }
          .games-list .list .item .contents .other .date {
            font-family: "Aspira";
            font-size: 1.5rem;
            color: #6cbf6a;
            padding-right: 200px; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .date {
                padding-left: 5px; } }
          .games-list .list .item .contents .other .won,
          .games-list .list .item .contents .other .lost,
          .games-list .list .item .contents .other .incomplete,
          .games-list .list .item .contents .other .waiting,
          .games-list .list .item .contents .other .tied-game {
            font-family: "Aspira";
            font-size: 1.7rem;
            color: #6cbf6a;
            padding-right: 0;
            flex-grow: 0;
            flex-shrink: 0;
            width: 170px;
            text-align: left; }
            @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 {
            color: #29abe2; }
          .games-list .list .item .contents .other .tied-game {
            color: #333333; }
          .games-list .list .item .contents .other .incomplete .button {
            width: 150px; }
            @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: 3px;
            bottom: 0;
            right: 0px;
            margin: auto;
            width: 81px;
            height: 77px;
            background: url("../../assets/images/cmloule/game3/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: 8px;
            margin: auto;
            width: 68px;
            height: 65px;
            background: url("../../assets/images/cmloule/game3/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: -2px;
            bottom: 0;
            right: 28px;
            margin: auto;
            width: 45px;
            height: 75px;
            background: url("../../assets/images/cmloule/game3/top-scores/positionX.svg") 50% 50% no-repeat;
            text-align: center;
            font-family: "Aspira";
            font-size: 2.4rem;
            font-weight: bold;
            line-height: 105px;
            color: #333333; }
            .games-list .list .item .contents .other .position.position1 {
              right: 20px;
              bottom: 0px;
              width: 102px;
              height: 68px;
              background: url("../../assets/images/cmloule/game3/top-scores/position1.svg") 50% 50% no-repeat;
              padding-left: 2px;
              font-size: 0; }
            .games-list .list .item .contents .other .position.position2 {
              right: 20px;
              bottom: 0px;
              width: 102px;
              height: 68px;
              background-image: url("../../assets/images/cmloule/game3/top-scores/position2.svg");
              padding-left: 2px;
              font-size: 0; }
            .games-list .list .item .contents .other .position.position3 {
              right: 20px;
              bottom: 0px;
              width: 102px;
              height: 68px;
              background-image: url("../../assets/images/cmloule/game3/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;
    line-height: 28px;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    .games-list.last-battles {
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    .games-list.last-battles .list .item {
      padding-left: 0px;
      height: 115px; } }
  .games-list.last-battles .list .item .background {
    background-color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .games-list.last-battles .list .item .id {
      position: absolute;
      left: 15px; } }
  .games-list.last-battles .list .item .contents {
    padding-left: 50px; }
    @media screen and (max-width: 767px) {
      .games-list.last-battles .list .item .contents {
        padding-left: 0;
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      .games-list.last-battles .list .item .contents .duel {
        padding-left: 30px; } }
    .games-list.last-battles .list .item .contents .other {
      position: relative;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .games-list.last-battles .list .item .contents .other {
          justify-content: flex-start;
          padding: 0; } }
      .games-list.last-battles .list .item .contents .other .date {
        color: #6cbf6a;
        padding-right: 45px;
        padding-top: 2px; }
        @media screen and (max-width: 767px) {
          .games-list.last-battles .list .item .contents .other .date {
            margin: 0;
            padding: 0 0 0 15px;
            width: 100px;
            text-align: left; } }
      @media screen and (max-width: 767px) {
        .games-list.last-battles .list .item .contents .other .button-state {
          position: absolute;
          bottom: -10px;
          right: 10px; } }
  @media screen and (max-width: 767px) {
    .games-list.teacher-games {
      display: none; } }
  .games-list.teacher-games .list .item .info {
    padding-left: 100px; }
  .games-list.teacher-games .list .item .date-created {
    display: block;
    font-size: 1.3rem;
    padding-left: 0px;
    font-family: "Aspira";
    font-weight: normal; }
  .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 .contents .game-name {
    font-size: 1.3rem; }
  .games-list.teacher-games .list .item .teacher-tag {
    position: absolute;
    top: 0;
    color: #333333;
    width: 120px;
    height: 70px;
    font-size: 1.4rem;
    font-family: "Aspira";
    font-weight: bold;
    left: 15px; }
    .games-list.teacher-games .list .item .teacher-tag span {
      position: relative;
      padding: 6px 0 0 0;
      width: 100px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      transform: rotate(-7deg); }
    .games-list.teacher-games .list .item .teacher-tag:before {
      content: "";
      position: absolute;
      top: -7px;
      left: -11px;
      width: 121px;
      height: 76px;
      background: url("../../assets/images/cmloule/game3/quadro-professor.svg") 50% 50% no-repeat; }
  .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: #17222b; }
  .games-list.teacher-games .list .item.already-started .contents .button-restart {
    display: block; }
  .games-list.teacher-games .list .item.already-started .contents .button-start {
    display: none; }
  .games-list.suspended-games {
    padding-top: 0; }
    .games-list.suspended-games .icon {
      display: inline-block;
      width: 53px;
      height: 39px;
      background: url("../../assets/images/cmloule/game3/my-profile/pause-icon.svg") 50% 50% no-repeat;
      margin-bottom: 0; }
  .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: 60px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .legal-logos {
      bottom: 15px; } }
  .legal-logos .legal-logo {
    padding: 0 15px;
    background-position: center;
    background-repeat: no-repeat;
    border-right: 1px solid #333333; }
    .legal-logos .legal-logo:first-child {
      margin-left: 80px; }
      @media screen and (max-width: 767px) {
        .legal-logos .legal-logo:first-child {
          margin-left: 0; } }
    .legal-logos .legal-logo:last-child {
      border-right: none; }
    .legal-logos .legal-logo img {
      height: 60px; }
      @media screen and (max-width: 767px) {
        .legal-logos .legal-logo img {
          height: 40px; } }

.versus {
  position: relative;
  display: flex;
  justify-content: center;
  display: none; }
  .versus .player {
    position: relative;
    min-width: 100px;
    height: 70px;
    margin: 0 35px;
    /*&.winner {
      .contents {
        padding-left: 70px !important;
      }

      .winner-icon {
        position: absolute;
        bottom: 0;
        left: -10px;
        width: 68px;
        height: 60px;
        background: url("../../assets/images/cmloule/game3/top-scores/position1.svg") 50% 50% no-repeat;

        @media screen and (max-width: $low-devices-breakpoint) {
          width: 55px;
          height: 48px;
        }
      }

      &.player-left {
        .contents {
          @media screen and (max-width: $low-devices-breakpoint) {
            padding-left: 54px !important;
          }
        }
      }

      &.player-right {
        .contents {
          @media screen and (max-width: $low-devices-breakpoint) {
            padding-left: 0 !important;
            padding-right: 54px;
          }
        }

        .winner-icon {
          @media screen and (max-width: $low-devices-breakpoint) {
            left: auto;
            right: -8px;
          }
        }
      }
    }

    &.inactive {
      opacity: 0.6;
    }*/ }
    .versus .player .background {
      display: none; }
    .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: "Aspira";
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff; }
      .versus .player .contents .points {
        padding-top: 2px;
        font-family: "Aspira";
        font-weight: bold;
        font-size: 1.3rem;
        color: #29abe2; }
  .versus .icon {
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 65px;
    height: 70px;
    background: url("../../assets/images/cmloule/game3/battle/versus-icon.svg") 50% 50% no-repeat; }
    @media screen and (max-width: 767px) {
      .versus .icon {
        width: 80px;
        height: 75px; } }

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

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

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

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

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

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

.mobile-device {
  /*.games-list .list .item {
    margin-left: 0;
    padding-left: 20px;
  }*/
  /*@media screen and (max-width: $low-devices-breakpoint) {
    .last-battles.games-list .list .item {
      padding-left: 0px;

      .id {
        position: absolute;
        left: 15px;
      }

      .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; }

.page-contents-group {
  position: relative;
  max-width: 1120px;
  background-color: #fff;
  margin: auto;
  padding-top: 10px;
  min-height: 300px; }
  @media screen and (max-width: 1160px) {
    .page-contents-group {
      max-width: 90%; } }
  @media screen and (max-width: 1020px) {
    .page-contents-group {
      padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    .page-contents-group {
      padding-top: 30px; } }
  .page-contents-group:before {
    content: "";
    position: absolute;
    top: 225px;
    left: -85px;
    width: 202px;
    height: 48px;
    background: url("../../assets/images/cmloule/game3/asset-left.svg") 50% 50% no-repeat;
    z-index: 20; }
    @media screen and (max-width: 1260px) {
      .page-contents-group:before {
        display: none; } }
  .page-contents-group:after {
    content: "";
    position: absolute;
    top: 90px;
    right: -50px;
    width: 156px;
    height: 34px;
    background: url("../../assets/images/cmloule/game3/asset-right.svg") 50% 50% no-repeat;
    z-index: 20; }
    @media screen and (max-width: 1260px) {
      .page-contents-group:after {
        top: 0;
        right: -15px; } }
    @media screen and (max-width: 767px) {
      .page-contents-group:after {
        width: 110px;
        top: 5px;
        right: -3%; } }

#game-toggle {
  position: absolute;
  top: -95px;
  right: -35px;
  z-index: 99;
  cursor: pointer; }
  @media screen and (max-width: 1260px) {
    #game-toggle {
      right: -10px; } }
  @media screen and (max-width: 1160px) {
    #game-toggle {
      top: -70px;
      right: -4%; } }
  @media screen and (max-width: 1020px) {
    #game-toggle {
      top: -20px;
      transform: scale(0.75); } }
  @media screen and (max-width: 767px) {
    #game-toggle {
      top: 30px;
      left: 0;
      right: 0;
      margin: auto; } }
  #game-toggle .icon {
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: top center; }
    @media screen and (max-width: 767px) {
      #game-toggle .icon {
        left: 0;
        margin: auto;
        transform-origin: top center; } }
  #game-toggle.game3 .icon {
    top: -10px;
    right: 60px;
    width: 256px;
    height: 160px;
    background-image: url("../../assets/images/cmloule/game3/game-toggle3.svg"); }
  #game-toggle.game4 .icon {
    width: 248px;
    height: 149px;
    background-image: url("../../assets/images/cmloule/game3/game-toggle4.svg"); }
    @media screen and (max-width: 767px) {
      #game-toggle.game4 .icon {
        right: -70px; } }

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

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

.form-container input[type="text"],
.form-container input[type="password"],
.form-container input[type="email"],
.form-container select {
  font-family: 'Aspira';
  font-size: 1.4rem;
  border-radius: 0;
  padding-left: 12px;
  padding-right: 12px;
  border: 2px solid #333333;
  height: 40px; }

.form-container .radio {
  width: 100%; }
  .form-container .radio .form-input {
    width: 34px !important; }
    .form-container .radio .form-input:checked + .form-label:after {
      background: #e2e7eb;
      border-color: #333333; }
    .form-container .radio .form-input:checked + .form-label:before {
      content: '';
      background: #6cbf6a;
      border: 1px solid #333333;
      top: 6px;
      left: 11px; }
  .form-container .radio .form-label {
    text-align: left !important; }
    .form-container .radio .form-label:after {
      top: 0;
      background: #e2e7eb;
      border-color: #333333; }

.form-container .checkbox .form-input:checked + .form-label:after {
  content: '✔';
  background: #e2e7eb;
  color: #6cbf6a;
  font-size: 2.2rem;
  padding-top: 7px; }

.form-container .checkbox .form-label:after {
  left: 8px;
  top: 4px;
  width: 26px;
  height: 26px;
  background: #e2e7eb;
  border-color: #333333;
  border-radius: 0; }

.form-container .form-message {
  padding: 0 10px 30px 10px;
  color: red;
  font-size: 1.3rem;
  font-family: 'Aspira'; }

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

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

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

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

.page-game {
  display: none; }

#cmloule-game3 {
  overflow: hidden;
  min-width: 1020px;
  min-height: 660px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/cmloule/game3/board/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #cmloule-game3 .header {
    position: relative;
    z-index: 9;
    pointer-events: none; }
    #cmloule-game3 .header:before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 199px;
      background-image: url("../../assets/images/cmloule/game3/board/header-board.png");
      background-position: top center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1320px) {
        #cmloule-game3 .header:before {
          background-image: url("../../assets/images/cmloule/game3/board/header-board-empty2.png");
          background-position: top left; } }
    #cmloule-game3 .header .logotype {
      display: none;
      width: 603px;
      height: 165px;
      background-image: url("../../assets/images/cmloule/game3/title.svg"); }
      #cmloule-game3 .header .logotype:after {
        display: none; }
      @media screen and (max-width: 1340px) {
        #cmloule-game3 .header .logotype {
          margin-left: -110px;
          top: 5px; } }
    #cmloule-game3 .header .menu-button {
      display: none; }
    #cmloule-game3 .header .team {
      left: 0;
      right: 0;
      width: 100%;
      max-width: 1260px;
      margin: auto; }
      @media screen and (max-width: 1320px) {
        #cmloule-game3 .header .team {
          left: 20px; } }
      #cmloule-game3 .header .team .text {
        position: relative;
        max-width: 200px; }
        #cmloule-game3 .header .team .text:before {
          content: "";
          position: absolute;
          top: -14px;
          left: -72px;
          width: 310px;
          height: 144px;
          background-image: url("../../assets/images/cmloule/game3/board/header-board-team.svg"); }
          @media screen and (max-width: 1020px) {
            #cmloule-game3 .header .team .text:before {
              top: -25px; } }
        #cmloule-game3 .header .team .text .username {
          position: relative;
          color: #333333; }
        #cmloule-game3 .header .team .text .overall-points {
          position: relative; }
        #cmloule-game3 .header .team .text .team-name {
          position: relative;
          color: #333333; }
        #cmloule-game3 .header .team .text .group-name {
          position: relative;
          color: #333333; }
  #cmloule-game3.blocked {
    pointer-events: none !important; }
  #cmloule-game3 .board-title {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1260px;
    margin: auto;
    z-index: 10;
    pointer-events: none; }
    @media screen and (max-width: 1320px) {
      #cmloule-game3 .board-title {
        left: 0px; } }
    #cmloule-game3 .board-title .icon {
      margin-left: 355px;
      width: 270px;
      height: 90px;
      background-image: url("../../assets/images/cmloule/game3/board/board-title.png"); }
  #cmloule-game3 .pawn {
    position: absolute;
    width: 48px;
    height: 62px;
    background-repeat: no-repeat;
    transform-origin: bottom center; }
    #cmloule-game3 .pawn.pawn0 {
      background-image: url("../../assets/images/cmloule/game3/pawns/player-icon0.svg"); }
    #cmloule-game3 .pawn.pawn1 {
      background-image: url("../../assets/images/cmloule/game3/pawns/player-icon1.svg"); }
    #cmloule-game3 .pawn.pawn2 {
      background-image: url("../../assets/images/cmloule/game3/pawns/player-icon2.svg"); }
    #cmloule-game3 .pawn.pawn3 {
      background-image: url("../../assets/images/cmloule/game3/pawns/player-icon3.svg"); }
    #cmloule-game3 .pawn.pawn4 {
      background-image: url("../../assets/images/cmloule/game3/pawns/player-icon4.svg"); }
    #cmloule-game3 .pawn.pawn5 {
      background-image: url("../../assets/images/cmloule/game3/pawns/player-icon5.svg"); }
  #cmloule-game3 .playing .pawn {
    /*width: 69px;
			height: 81px;

			&.pawn0 {
				background-image: url('../../assets/images/cmloule/game3/pawns/player-icon0-active.svg');
			}

			&.pawn1 {
				background-image: url('../../assets/images/cmloule/game3/pawns/player-icon1-active.svg');
			}

			&.pawn2 {
				background-image: url('../../assets/images/cmloule/game3/pawns/player-icon2-active.svg');
			}

			&.pawn3 {
				background-image: url('../../assets/images/cmloule/game3/pawns/player-icon3-active.svg');
			}

			&.pawn4 {
				background-image: url('../../assets/images/cmloule/game3/pawns/player-icon4-active.svg');
			}

			&.pawn5 {
				background-image: url('../../assets/images/cmloule/game3/pawns/player-icon5-active.svg');
			}*/ }
  #cmloule-game3 .help {
    position: absolute;
    z-index: 12;
    top: 110px;
    left: calc(50% - 450px);
    width: 111px;
    height: 84px;
    background-image: url("../../assets/images/cmloule/game3/board/help.svg");
    background-repeat: no-repeat; }
    @media screen and (max-width: 1320px) {
      #cmloule-game3 .help {
        left: 192px; } }
    #cmloule-game3 .help.disabled {
      pointer-events: none; }
  #cmloule-game3 .timer {
    position: absolute;
    top: 25px;
    left: calc(50% + 360px);
    width: 267px;
    height: 117px;
    z-index: 11;
    background-image: url("../../assets/images/cmloule/game3/board/timer.svg");
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 20px;
    padding-left: 100px; }
    @media screen and (max-width: 1320px) {
      #cmloule-game3 .timer {
        left: auto;
        right: 35px; } }
    #cmloule-game3 .timer .title {
      font-family: 'Aspira';
      font-weight: bold;
      color: #ffcb33;
      font-size: 1.2rem;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
      display: block;
      padding-bottom: 0px;
      text-transform: uppercase; }
    #cmloule-game3 .timer #counter {
      font-family: 'Aspira';
      font-weight: 900;
      color: #FFFFFF;
      font-size: 4.0rem;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
      display: block;
      letter-spacing: 1px; }
  #cmloule-game3 .pause {
    position: absolute;
    z-index: 10;
    top: 95px;
    left: calc(50% + 480px);
    width: 142px;
    height: 44px;
    background-image: url("../../assets/images/cmloule/game3/board/pause.svg");
    background-repeat: no-repeat;
    cursor: pointer; }
    #cmloule-game3 .pause.disabled {
      pointer-events: none; }
    @media screen and (max-width: 1320px) {
      #cmloule-game3 .pause {
        left: auto;
        right: 35px; } }
  #cmloule-game3 .players {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
    @media screen and (max-height: 750px) {
      #cmloule-game3 .players {
        top: 100px; } }
    #cmloule-game3 .players .item {
      position: relative;
      width: 218px;
      height: 76px;
      background-image: url("../../assets/images/cmloule/game3/board/player.svg");
      background-repeat: no-repeat;
      margin: 2px 0;
      padding: 21px 0 0 80px;
      transition: all 0.2s linear; }
      #cmloule-game3 .players .item .pawn {
        position: absolute;
        top: 10px;
        left: 25px;
        transform: scale(1.05); }
      #cmloule-game3 .players .item .player {
        display: none; }
      #cmloule-game3 .players .item .name {
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #333333;
        display: block;
        padding-bottom: 0px; }
      #cmloule-game3 .players .item .points {
        font-family: 'Aspira';
        font-weight: 900;
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #41566b;
        display: inline-block; }
      #cmloule-game3 .players .item .time {
        opacity: 0;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.2rem;
        line-height: 1.7rem;
        color: #ffffff;
        background-color: #41566b;
        padding: 0 6px;
        display: inline-block;
        margin-left: 5px;
        transition: opacity 0.2s linear; }
      #cmloule-game3 .players .item.active {
        width: 255px;
        height: 85px;
        background-image: url("../../assets/images/cmloule/game3/board/player-active.svg");
        padding: 30px 0 0 100px;
        margin-top: -7px;
        margin-bottom: -2px; }
        #cmloule-game3 .players .item.active .pawn {
          top: 10px;
          left: 40px;
          transform: scale(1.3); }
        #cmloule-game3 .players .item.active .player {
          display: block;
          position: absolute;
          top: 9px;
          left: 112px;
          font-family: 'Aspira';
          font-weight: 900;
          font-size: 1.1rem;
          color: #333333;
          text-transform: uppercase; }
      #cmloule-game3 .players .item:hover .time {
        opacity: 1; }
    @media screen and (max-width: 1260px) {
      #cmloule-game3 .players {
        top: 175px;
        bottom: auto;
        right: -280px;
        transition: right 0.4s linear; }
        #cmloule-game3 .players .collapsed {
          position: absolute;
          top: -11px;
          left: -60px;
          width: 297px;
          height: 429px;
          background: url("../../assets/images/cmloule/game3/board/players-base5.svg") 50% 50% no-repeat; }
          #cmloule-game3 .players .collapsed .arrow {
            position: absolute;
            top: 25px;
            left: 31px; }
            #cmloule-game3 .players .collapsed .arrow:after, #cmloule-game3 .players .collapsed .arrow:before {
              position: absolute;
              top: 23px;
              content: "";
              width: 7px;
              height: 2px;
              background-color: #35c6f4;
              transition: all 250ms linear; }
            #cmloule-game3 .players .collapsed .arrow:after {
              right: 4px;
              transform: rotate(45deg); }
            #cmloule-game3 .players .collapsed .arrow:before {
              right: 4px;
              top: 19px;
              transform: rotate(-45deg); }
          #cmloule-game3 .players .collapsed.players4 {
            width: 297px;
            height: 344px;
            background-image: url("../../assets/images/cmloule/game3/board/players-base4.svg"); }
          #cmloule-game3 .players .collapsed.players3 {
            width: 295px;
            height: 266px;
            background-image: url("../../assets/images/cmloule/game3/board/players-base3.svg"); }
          #cmloule-game3 .players .collapsed.players2 {
            width: 298px;
            height: 189px;
            background-image: url("../../assets/images/cmloule/game3/board/players-base2.svg"); }
          #cmloule-game3 .players .collapsed .collapsed-icon {
            position: absolute;
            top: -25px;
            left: -52px;
            width: 94px;
            height: 64px;
            background: url("../../assets/images/cmloule/game3/board/players-collapsed.svg") 50% 50% no-repeat;
            transition: all 0.2s linear;
            transition-delay: 0.4s; }
          #cmloule-game3 .players .collapsed .hit-area {
            position: absolute;
            top: -10px;
            left: -15px;
            width: 75px;
            height: 200px;
            background-color: rgba(255, 0, 0, 0); }
        #cmloule-game3 .players.open {
          right: -25px; }
          #cmloule-game3 .players.open .collapsed {
            left: -34px; }
            #cmloule-game3 .players.open .collapsed .arrow {
              top: 14px; }
              #cmloule-game3 .players.open .collapsed .arrow:after {
                transform: rotate(135deg); }
              #cmloule-game3 .players.open .collapsed .arrow:before {
                transform: rotate(45deg); }
            #cmloule-game3 .players.open .collapsed .collapsed-icon {
              transition-delay: 0s;
              opacity: 0; }
            #cmloule-game3 .players.open .collapsed .hit-area {
              position: absolute;
              top: 0;
              left: 0;
              width: 100px;
              height: 200px; } }
  #cmloule-game3 .board {
    position: absolute;
    top: 130px;
    bottom: 0;
    left: 25px;
    right: 0;
    margin: auto;
    width: 870px;
    height: 500px;
    background-image: url("../../assets/images/cmloule/game3/board/board.png?v=1");
    background-repeat: no-repeat; }
    @media screen and (max-width: 1260px) {
      #cmloule-game3 .board {
        left: calc((100vw - 900px) / 2); } }
    @media screen and (max-width: 1120px) {
      #cmloule-game3 .board {
        left: calc((100vw - 740px) / 2); } }
    #cmloule-game3 .board:before {
      content: "";
      position: absolute;
      top: -60px;
      left: -210px;
      width: 215px;
      height: 286px;
      background-image: url("../../assets/images/cmloule/game3/board/board-start.svg");
      background-repeat: no-repeat; }
    #cmloule-game3 .board .player {
      position: absolute;
      top: 0;
      left: 0; }
      #cmloule-game3 .board .player .pawn {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -24px;
        margin-top: -62px;
        transform: scale(1); }
      #cmloule-game3 .board .player.playing {
        z-index: 10; }
        #cmloule-game3 .board .player.playing .pawn {
          /*margin-left: -32px;
					margin-top: -82px;*/
          transform: scale(1.33); }
  #cmloule-game3 .footer-effects {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    #cmloule-game3 .footer-effects:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 277px;
      height: 304px;
      background-image: url("../../assets/images/cmloule/game3/board/bottom-effect-left.png"); }
    #cmloule-game3 .footer-effects:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 357px;
      height: 221px;
      background-image: url("../../assets/images/cmloule/game3/board/bottom-effect-right.png"); }

@media screen and (max-width: 1320px) and (max-height: 900px) {
  #cmloule-game3 .footer-effects {
    display: none; } }
    @media screen and (max-width: 1060px) {
      #cmloule-game3 .footer-effects {
        display: none; } }
  #cmloule-game3 .dice {
    visibility: hidden;
    opacity: 0;
    display: flex;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s linear; }
    #cmloule-game3 .dice:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(15, 25, 33, 0.9); }
    #cmloule-game3 .dice .anim {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 135px;
      height: 150px;
      background-image: url("../../assets/images/cmloule/game3/board/dice/anim.png");
      background-position: 0 0;
      background-repeat: no-repeat; }
    #cmloule-game3 .dice .output {
      opacity: 0;
      position: relative;
      width: 112px;
      height: 112px;
      text-align: center;
      background-size: cover;
      background-repeat: no-repeat; }
      #cmloule-game3 .dice .output.face1 {
        background-image: url("../../assets/images/cmloule/game3/board/dice/face1.svg"); }
      #cmloule-game3 .dice .output.face2 {
        background-image: url("../../assets/images/cmloule/game3/board/dice/face2.svg"); }
      #cmloule-game3 .dice .output.face3 {
        background-image: url("../../assets/images/cmloule/game3/board/dice/face3.svg"); }
      #cmloule-game3 .dice .output.face4 {
        background-image: url("../../assets/images/cmloule/game3/board/dice/face4.svg"); }
      #cmloule-game3 .dice .output.face5 {
        background-image: url("../../assets/images/cmloule/game3/board/dice/face5.svg"); }
      #cmloule-game3 .dice .output.face6 {
        background-image: url("../../assets/images/cmloule/game3/board/dice/face6.svg"); }
  #cmloule-game3 .game-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    #cmloule-game3 .game-popup .contents {
      position: relative;
      width: 754px;
      height: 497px;
      /*background-image: url('../../assets/images/cmloule/game3/board/popup-background.svg');*/
      background-color: #fff; }
    #cmloule-game3 .game-popup.active {
      display: block; }
    #cmloule-game3 .game-popup:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(15, 25, 33, 0.9); }
    #cmloule-game3 .game-popup .category-icon {
      position: absolute;
      top: -27px;
      left: -2px;
      width: 758px;
      height: 157px;
      background-repeat: no-repeat; }
      #cmloule-game3 .game-popup .category-icon.icon0 {
        background-image: url("../../assets/images/cmloule/game3/board/category/question-header0.png"); }
      #cmloule-game3 .game-popup .category-icon.icon1 {
        top: -32px;
        background-image: url("../../assets/images/cmloule/game3/board/category/question-header1.png"); }
      #cmloule-game3 .game-popup .category-icon.icon2 {
        background-image: url("../../assets/images/cmloule/game3/board/category/question-header2.png"); }
      #cmloule-game3 .game-popup .category-icon.icon3 {
        background-image: url("../../assets/images/cmloule/game3/board/category/question-header3.png"); }
    #cmloule-game3 .game-popup .category-token {
      position: absolute;
      top: 35px;
      left: 125px;
      font-family: 'FredokaOne-Regular';
      font-size: 1.2rem;
      color: #fff; }
    #cmloule-game3 .game-popup .category-name {
      position: absolute;
      top: 54px;
      left: 125px;
      font-family: 'FredokaOne-Regular';
      font-size: 2.7rem;
      line-height: 2.9rem;
      color: #fff;
      text-transform: uppercase; }
      #cmloule-game3 .game-popup .category-name.max-width {
        width: 190px; }
    #cmloule-game3 .game-popup .player-info {
      position: absolute;
      bottom: -30px;
      right: -24px;
      width: 230px;
      height: 73px;
      background-image: url("../../assets/images/cmloule/game3/board/player-popup-info.svg");
      background-repeat: no-repeat;
      padding-left: 85px;
      padding-right: 10px;
      padding-top: 22px;
      z-index: 11; }
      #cmloule-game3 .game-popup .player-info .pawn {
        top: -20px;
        left: 8px;
        width: 80px;
        height: 100px; }
      #cmloule-game3 .game-popup .player-info .name {
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #333333;
        display: block;
        padding-bottom: 2px; }
      #cmloule-game3 .game-popup .player-info .points {
        font-family: 'Aspira';
        font-weight: 900;
        font-size: 1.4rem;
        line-height: 1.4rem;
        color: #41566b;
        display: inline-block; }
    #cmloule-game3 .game-popup .central-text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-family: 'Aspira';
      font-weight: 900;
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #003256; }
    #cmloule-game3 .game-popup.select-category .contents {
      background: #8c9aae;
      width: 750px;
      height: 500px; }
    #cmloule-game3 .game-popup.select-category .background {
      position: absolute;
      top: -105px;
      bottom: 0;
      left: -70px;
      right: 0;
      margin: auto;
      width: 709px;
      height: 519px;
      background-image: url("../../assets/images/cmloule/game3/board/popup-category-background.png");
      background-repeat: no-repeat; }
    #cmloule-game3 .game-popup.select-category .central-text {
      font-family: 'Aspira';
      font-weight: normal;
      top: 0;
      left: 80px;
      right: 0;
      width: 200px;
      height: 75px;
      margin: auto;
      text-align: center;
      font-size: 1.9rem;
      line-height: 2.1rem;
      font-weight: bold;
      color: #333333; }
    #cmloule-game3 .game-popup.select-category .category {
      position: absolute;
      width: 300px;
      height: 140px;
      left: 0;
      top: 0;
      background-color: #00ff00;
      opacity: 0;
      z-index: 12;
      pointer-events: all;
      cursor: pointer; }
      #cmloule-game3 .game-popup.select-category .category .target {
        width: 100%;
        height: 100%;
        pointer-events: all; }
      #cmloule-game3 .game-popup.select-category .category#select-category0 {
        top: 150px;
        left: 75px; }
      #cmloule-game3 .game-popup.select-category .category#select-category1 {
        top: 150px;
        left: 380px; }
      #cmloule-game3 .game-popup.select-category .category#select-category2 {
        top: 310px;
        left: 75px; }
      #cmloule-game3 .game-popup.select-category .category#select-category3 {
        top: 310px;
        left: 380px; }
      #cmloule-game3 .game-popup.select-category .category#select-category4 {
        display: none; }
      #cmloule-game3 .game-popup.select-category .category#select-category5 {
        display: none; }
    #cmloule-game3 .game-popup.select-category .titles {
      position: relative;
      width: 100%;
      height: 100%; }
      #cmloule-game3 .game-popup.select-category .titles .category-title {
        position: absolute;
        font-family: 'Aspira';
        font-weight: bold;
        text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
        font-size: 2.0rem;
        line-height: 2.8rem;
        color: #fff;
        z-index: 100;
        height: 75px;
        text-transform: uppercase;
        pointer-events: none;
        display: flex;
        align-items: center; }
        #cmloule-game3 .game-popup.select-category .titles .category-title:after {
          display: none; }
        #cmloule-game3 .game-popup.select-category .titles .category-title.hover {
          opacity: 0.8; }
        #cmloule-game3 .game-popup.select-category .titles .category-title#category-title0 {
          top: 178px;
          left: 90px;
          width: 130px;
          justify-content: flex-end;
          text-align: right; }
        #cmloule-game3 .game-popup.select-category .titles .category-title#category-title1 {
          top: 178px;
          left: 525px;
          width: 145px;
          justify-content: flex-start;
          text-align: left; }
        #cmloule-game3 .game-popup.select-category .titles .category-title#category-title2 {
          top: 346px;
          left: 90px;
          width: 130px;
          justify-content: flex-end;
          text-align: right; }
        #cmloule-game3 .game-popup.select-category .titles .category-title#category-title3 {
          top: 346px;
          left: 525px;
          width: 145px;
          justify-content: flex-start;
          text-align: left; }
        #cmloule-game3 .game-popup.select-category .titles .category-title#category-title4 {
          display: none; }
        #cmloule-game3 .game-popup.select-category .titles .category-title#category-title5 {
          display: none; }
    #cmloule-game3 .game-popup.select-difficulty .category-icon {
      position: absolute;
      top: 70px;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 100; }
    #cmloule-game3 .game-popup.select-difficulty .category-token {
      display: none; }
    #cmloule-game3 .game-popup.select-difficulty .category-name {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 70px;
      text-align: center;
      font-family: "Bemio";
      font-size: 2.7rem;
      padding-top: 20px;
      color: #6cbf6a;
      z-index: 10;
      text-transform: none; }
    #cmloule-game3 .game-popup.select-difficulty .central-text {
      align-items: flex-start;
      padding-top: 120px;
      word-wrap: normal; }
      #cmloule-game3 .game-popup.select-difficulty .central-text br {
        display: none; }
    #cmloule-game3 .game-popup.select-difficulty .options {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center; }
      #cmloule-game3 .game-popup.select-difficulty .options .difficulty {
        width: 50%;
        height: 100%;
        text-align: center;
        padding-top: 190px; }
        #cmloule-game3 .game-popup.select-difficulty .options .difficulty .difficulty-option {
          width: 180px;
          margin: auto;
          cursor: pointer; }
          #cmloule-game3 .game-popup.select-difficulty .options .difficulty .difficulty-option:hover .button-text {
            /*border-color: #fff;*/
            opacity: 0.8; }
        #cmloule-game3 .game-popup.select-difficulty .options .difficulty .icon {
          position: relative;
          display: inline-block;
          width: 125px;
          height: 71px;
          background-repeat: no-repeat;
          background-position: bottom center;
          margin-bottom: 0; }
        #cmloule-game3 .game-popup.select-difficulty .options .difficulty.easy .icon {
          background-image: url("../../assets/images/cmloule/game3/board/popup-difficulty-easy-icon.svg"); }
        #cmloule-game3 .game-popup.select-difficulty .options .difficulty .points {
          position: relative;
          font-family: 'Aspira';
          font-size: 5.1rem;
          color: #003256;
          margin-bottom: 10px; }
          #cmloule-game3 .game-popup.select-difficulty .options .difficulty .points span {
            font-size: 3.3rem; }
        #cmloule-game3 .game-popup.select-difficulty .options .difficulty .button-text {
          position: relative;
          display: inline-block;
          font-family: 'Aspira';
          background-color: #6cbf6a;
          color: #fff;
          font-size: 2.0rem;
          padding: 8px 40px;
          border-radius: 40px;
          user-select: none;
          border: 2px solid #6cbf6a;
          box-shadow: rgba(0, 0, 0, 0.1) 3px 8px 0 0;
          text-transform: uppercase; }
          #cmloule-game3 .game-popup.select-difficulty .options .difficulty .button-text:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 20px;
            box-shadow: #53a45c 3px 4px 0 0; }
        #cmloule-game3 .game-popup.select-difficulty .options .difficulty.hard {
          position: relative; }
          #cmloule-game3 .game-popup.select-difficulty .options .difficulty.hard:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 448px;
            height: 497px;
            background-image: url("../../assets/images/cmloule/game3/board/popup-difficulty-hard-background.svg");
            background-repeat: no-repeat;
            pointer-events: none; }
          #cmloule-game3 .game-popup.select-difficulty .options .difficulty.hard .icon {
            background-image: url("../../assets/images/cmloule/game3/board/popup-difficulty-hard-icon.svg"); }
    #cmloule-game3 .game-popup.ask-question.disabled {
      pointer-events: none; }
    #cmloule-game3 .game-popup.ask-question .contents {
      background-color: #8c9aae; }
    #cmloule-game3 .game-popup.ask-question .category-token {
      display: none; }
    #cmloule-game3 .game-popup.ask-question .category-name {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 360px;
      height: 95px;
      padding-top: 0;
      padding-left: 180px;
      text-align: center;
      font-family: 'Aspira';
      font-weight: bold;
      font-size: 3.2rem;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.9);
      color: #FFFFFF;
      text-transform: none;
      display: flex;
      justify-content: center;
      align-items: center; }
    #cmloule-game3 .game-popup.ask-question .difficulty {
      display: none; }
    #cmloule-game3 .game-popup.ask-question .output {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      flex-direction: column; }
      #cmloule-game3 .game-popup.ask-question .output.output-time .icon {
        position: absolute;
        top: -28px;
        right: -60px;
        width: 356px;
        height: 180px;
        background-image: url("../../assets/images/cmloule/game3/board/question-time.svg");
        background-repeat: no-repeat; }
      #cmloule-game3 .game-popup.ask-question .output.output-time .title {
        text-align: left;
        width: 290px;
        margin-top: 18px;
        margin-right: -40px; }
      #cmloule-game3 .game-popup.ask-question .output.output-time .details {
        text-align: left;
        width: 290px;
        margin-right: -40px; }
      #cmloule-game3 .game-popup.ask-question .output.output-correct .icon {
        position: absolute;
        top: -30px;
        right: -78px;
        width: 342px;
        height: 147px;
        background-image: url("../../assets/images/cmloule/game3/board/question-correct.svg");
        background-repeat: no-repeat; }
      #cmloule-game3 .game-popup.ask-question .output.output-correct .title {
        text-align: left;
        width: 165px;
        margin-top: 18px; }
      #cmloule-game3 .game-popup.ask-question .output.output-correct .details {
        text-align: left;
        width: 165px; }
      #cmloule-game3 .game-popup.ask-question .output.output-wrong .icon {
        position: absolute;
        top: -35px;
        right: -82px;
        width: 319px;
        height: 158px;
        background-image: url("../../assets/images/cmloule/game3/board/question-wrong.svg");
        background-repeat: no-repeat; }
      #cmloule-game3 .game-popup.ask-question .output.output-wrong .title {
        text-align: left;
        width: 155px;
        margin-top: 29px; }
      #cmloule-game3 .game-popup.ask-question .output.output-wrong .details {
        display: none; }
      #cmloule-game3 .game-popup.ask-question .output .title {
        position: relative;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 3.1rem;
        line-height: 3.3rem;
        color: #fff;
        text-shadow: 2px 2px rgba(0, 0, 0, 0.9); }
      #cmloule-game3 .game-popup.ask-question .output .details {
        position: relative;
        font-family: 'Aspira';
        font-size: 1.8rem;
        line-height: 1.8rem;
        font-weight: bold;
        color: #fff;
        text-shadow: 2px 2px rgba(0, 0, 0, 0.9); }
    #cmloule-game3 .game-popup.ask-question .question-timer {
      position: absolute;
      top: 2px;
      right: -16px;
      width: 227px;
      height: 110px;
      background-image: url("../../assets/images/cmloule/game3/board/question-timer.svg");
      background-repeat: no-repeat;
      text-align: center;
      padding-top: 15px;
      padding-left: 46px; }
      #cmloule-game3 .game-popup.ask-question .question-timer .title {
        font-family: 'Aspira';
        font-weight: bold;
        color: #question-counter;
        font-size: 1.2rem;
        display: block;
        padding-bottom: 0;
        color: #ffcb33;
        text-transform: uppercase; }
      #cmloule-game3 .game-popup.ask-question .question-timer #question-counter {
        font-family: 'Aspira';
        font-weight: bold;
        color: #fff;
        font-size: 4.0rem;
        display: block;
        letter-spacing: 1px; }
    #cmloule-game3 .game-popup.ask-question .question {
      position: absolute;
      top: 140px;
      left: 75px;
      width: 600px;
      height: 95px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      text-align: center;
      font-family: 'Aspira';
      font-weight: bold;
      font-size: 2.4rem;
      line-height: 2.8rem;
      color: #fff;
      transition: opacity 0.2s linear; }
    #cmloule-game3 .game-popup.ask-question .answers {
      position: absolute;
      top: 260px;
      left: 90px;
      width: 570px;
      height: 130px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      #cmloule-game3 .game-popup.ask-question .answers .answer {
        position: relative;
        flex-basis: calc(50% - 15px);
        height: 75px;
        margin-bottom: 25px;
        background-color: #fff;
        padding-left: 75px;
        padding-right: 12px;
        cursor: pointer;
        user-select: none;
        /*transition: background-color 0.2s linear;*/
        box-shadow: #1b252d 7px 6px 0 0; }
        #cmloule-game3 .game-popup.ask-question .answers .answer:after {
          content: "";
          position: absolute;
          left: 0;
          top: -10px;
          width: 100%;
          height: 10px;
          /*transition: background-color 0.2s linear;*/
          background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #fff 50%, #fff 100%); }
        #cmloule-game3 .game-popup.ask-question .answers .answer:before {
          content: "";
          position: absolute;
          top: 5px;
          left: 4px;
          width: 68px;
          height: 67px;
          background-image: url("../../assets/images/cmloule/game3/board/base-letra.svg");
          background-repeat: no-repeat; }
        #cmloule-game3 .game-popup.ask-question .answers .answer.correct {
          background-color: #30b457; }
          #cmloule-game3 .game-popup.ask-question .answers .answer.correct:after {
            background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #30b457 50%, #30b457 100%); }
          #cmloule-game3 .game-popup.ask-question .answers .answer.correct:before {
            background-image: url("../../assets/images/cmloule/game3/board/base-letra-cor.svg"); }
          #cmloule-game3 .game-popup.ask-question .answers .answer.correct .text {
            color: #FFFFFF; }
        #cmloule-game3 .game-popup.ask-question .answers .answer.wrong {
          background-color: #ef3e31; }
          #cmloule-game3 .game-popup.ask-question .answers .answer.wrong:after {
            background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #ef3e31 50%, #ef3e31 100%); }
          #cmloule-game3 .game-popup.ask-question .answers .answer.wrong:before {
            background-image: url("../../assets/images/cmloule/game3/board/base-letra-cor.svg"); }
          #cmloule-game3 .game-popup.ask-question .answers .answer.wrong .text {
            color: #FFFFFF; }
        #cmloule-game3 .game-popup.ask-question .answers .answer.selected, #cmloule-game3 .game-popup.ask-question .answers .answer:hover {
          /*border: 2px solid #fff;*/
          /*&:after {
							opacity: 1;
						}*/ }
        #cmloule-game3 .game-popup.ask-question .answers .answer .option {
          position: absolute;
          top: 8px;
          left: 10px;
          width: 50px;
          height: 61px;
          font-family: 'Aspira';
          font-weight: 900;
          font-size: 4.0rem;
          line-height: 61px;
          color: #ffcb33;
          text-shadow: 2px 2px rgba(0, 0, 0, 0.9);
          padding-left: 1px;
          text-align: center; }
        #cmloule-game3 .game-popup.ask-question .answers .answer .text {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 100%;
          height: 61px;
          margin-top: 7px;
          font-family: 'Aspira';
          font-weight: bold;
          font-size: 1.8rem;
          line-height: 1.8rem;
          color: #1b252d; }
    #cmloule-game3 .game-popup.ask-question.text-mode .question-image {
      display: none !important; }
    #cmloule-game3 .game-popup.ask-question.image-mode .contents {
      height: 610px;
      background-size: cover; }
    #cmloule-game3 .game-popup.ask-question.image-mode .question {
      width: 320px;
      height: 80px;
      top: 150px;
      left: 40px;
      text-align: left;
      justify-content: flex-start; }
    #cmloule-game3 .game-popup.ask-question.image-mode .question-image {
      display: block;
      position: absolute;
      top: 230px;
      left: 40px;
      width: 300px;
      height: 300px;
      margin-top: 15px; }
      #cmloule-game3 .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%; }
    #cmloule-game3 .game-popup.ask-question.image-mode .answers {
      top: 150px;
      left: 395px;
      width: 320px; }
      #cmloule-game3 .game-popup.ask-question.image-mode .answers .answer {
        flex-basis: 100%; }
    #cmloule-game3 .game-popup.suspend {
      text-align: center;
      padding-top: 40px; }
      #cmloule-game3 .game-popup.suspend .contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #8c9aae; }
      #cmloule-game3 .game-popup.suspend .icon {
        position: absolute;
        top: 0;
        left: -22px;
        right: 0;
        margin: auto;
        width: 557px;
        height: 280px;
        background-image: url("../../assets/images/cmloule/game3/board/popup-suspend-icon.png");
        background-repeat: no-repeat;
        text-align: center; }
      #cmloule-game3 .game-popup.suspend .title {
        position: relative;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #FFFFFF;
        padding-top: 60px;
        text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
        text-transform: uppercase; }
      #cmloule-game3 .game-popup.suspend .text {
        position: relative;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #FFFFFF;
        max-width: 550px;
        margin: 20px auto 0 auto; }
        #cmloule-game3 .game-popup.suspend .text span {
          display: block;
          color: #1b252d;
          font-size: 2.2rem;
          padding-top: 10px; }
      #cmloule-game3 .game-popup.suspend .buttons-group {
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center; }
        #cmloule-game3 .game-popup.suspend .buttons-group .button {
          position: relative;
          display: inline-block;
          margin: 0 50px;
          width: 190px;
          padding: 0;
          background-color: #29abe2;
          font-size: 1.4rem;
          font-weight: bold;
          text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
          padding: 8px 0;
          text-transform: uppercase; }
          #cmloule-game3 .game-popup.suspend .buttons-group .button.confirm {
            background-color: #6cbf6a;
            padding-left: 40px; }
            #cmloule-game3 .game-popup.suspend .buttons-group .button.confirm .suspend-icon {
              position: absolute;
              top: -2px;
              left: 10px;
              width: 56px;
              height: 39px;
              background-image: url("../../assets/images/cmloule/game3/board/popup-suspend-pause-icon.svg");
              background-repeat: no-repeat; }
    #cmloule-game3 .game-popup.time-over {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #cmloule-game3 .game-popup.time-over .contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #8c9aae; }
      #cmloule-game3 .game-popup.time-over .icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 553px;
        height: 235px;
        background-image: url("../../assets/images/cmloule/game3/board/popup-time-over.png");
        background-repeat: no-repeat;
        text-align: center; }
      #cmloule-game3 .game-popup.time-over .title {
        position: relative;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #FFFFFF;
        padding-top: 60px;
        text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
        text-transform: uppercase; }
      #cmloule-game3 .game-popup.time-over .text {
        position: relative;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #FFFFFF;
        max-width: 550px;
        margin: 40px auto 0 auto; }
      #cmloule-game3 .game-popup.time-over .button {
        position: relative;
        display: inline-block;
        margin: 100px 50px 0 50px;
        width: 190px;
        padding: 0;
        background-color: #6cbf6a;
        font-size: 1.4rem;
        font-weight: bold;
        text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
        padding: 8px 0;
        text-transform: uppercase; }
    #cmloule-game3 .game-popup.error .contents {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: auto;
      min-height: 375px;
      background-size: cover; }
    #cmloule-game3 .game-popup.error .icon {
      display: inline-block;
      width: 170px;
      height: 138px;
      margin-left: 50px;
      margin-top: -50px;
      background-image: url("../../assets/images/cmloule/game3/board/popup-error-icon.svg");
      background-repeat: no-repeat;
      text-align: center; }
    #cmloule-game3 .game-popup.error .title {
      font-family: 'Aspira';
      font-weight: 600;
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: #333333;
      margin-top: 20px; }
    #cmloule-game3 .game-popup.error .text {
      font-family: 'Aspira';
      font-weight: bold;
      font-weight: 900;
      font-size: 1.6rem;
      line-height: 2.0rem;
      color: #333333;
      max-width: 550px;
      margin: 20px auto 0 auto; }
    #cmloule-game3 .game-popup.help-detail .contents {
      position: relative;
      width: 100%;
      max-width: 950px;
      height: auto;
      background-size: cover;
      padding: 40px 60px 30px 60px;
      text-align: center;
      background-size: cover; }
      #cmloule-game3 .game-popup.help-detail .contents:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 100%;
        background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #e2e7eb 50%, #e2e7eb 100%); }
      #cmloule-game3 .game-popup.help-detail .contents:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 17px;
        background-color: #e2e7eb; }
    #cmloule-game3 .game-popup.help-detail .icon {
      display: none;
      position: absolute;
      top: -30px;
      left: 15px;
      width: 75px;
      height: 88px;
      /*background-image: url('../../assets/images/cmloule/game3/board/popup-suspend-icon.svg');*/
      background-repeat: no-repeat;
      text-align: center; }
    #cmloule-game3 .game-popup.help-detail .title {
      display: inline-block;
      position: relative;
      font-family: 'Aspira';
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: #333333;
      padding-left: 0;
      text-align: center;
      text-transform: uppercase; }
      #cmloule-game3 .game-popup.help-detail .title:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        width: 100%;
        border-bottom: 4px solid #ffcc33; }
    #cmloule-game3 .game-popup.help-detail .text {
      font-family: 'Aspira';
      font-size: 1.6rem;
      line-height: 1.9rem;
      color: #333333;
      margin: 29px auto 0 auto;
      text-align: left; }
      #cmloule-game3 .game-popup.help-detail .text b,
      #cmloule-game3 .game-popup.help-detail .text strong {
        font-weight: 900; }
      #cmloule-game3 .game-popup.help-detail .text p {
        margin-bottom: 15px; }
    #cmloule-game3 .game-popup.next-play:before {
      background-color: rgba(15, 25, 33, 0.45); }
    #cmloule-game3 .game-popup.next-play .button {
      position: relative;
      padding: 10px 45px 10px 45px;
      background-color: #6CBF6A;
      font-size: 1.7rem;
      font-weight: bold;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
      display: inline;
      text-transform: uppercase; }
      #cmloule-game3 .game-popup.next-play .button:after {
        content: "";
        position: absolute;
        top: -115px;
        right: 0;
        left: 0;
        margin: auto;
        width: 120px;
        height: 105px;
        background-image: url("../../assets/images/cmloule/game3/board/dice/static.svg");
        background-repeat: no-repeat; }
    #cmloule-game3 .game-popup.next-play .options {
      display: flex;
      justify-content: center;
      margin-top: 60px;
      margin-left: 0; }
      #cmloule-game3 .game-popup.next-play .options .option-button {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0;
        text-align: center;
        width: 100px;
        line-height: 38px;
        padding-top: 32px;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.4rem;
        color: #fff;
        text-transform: uppercase; }
      #cmloule-game3 .game-popup.next-play .options .help {
        background-position: top center;
        background-size: 60px 38px;
        background-image: url("../../assets/images/cmloule/game3/board/help-single.svg"); }
      #cmloule-game3 .game-popup.next-play .options .pause {
        background-position: top center;
        background-size: 60px 38px;
        background-image: url("../../assets/images/cmloule/game3/board/pause-single.svg"); }
    #cmloule-game3 .game-popup .close {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 26px;
      height: 26px;
      background-image: url("../../assets/images/cmloule/game3/board/popup-close-button.svg");
      background-repeat: no-repeat;
      cursor: pointer;
      pointer-events: all; }

.page-game {
  display: none; }

#cmloule-game4 {
  overflow: hidden;
  min-width: 1020px;
  min-height: 660px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/cmloule/game3/background.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x; }
  #cmloule-game4 .header {
    position: relative;
    z-index: 9;
    pointer-events: none; }
    #cmloule-game4 .header:before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 199px;
      background-image: url("../../assets/images/cmloule/game4/board/header-board.png");
      background-position: top center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1320px) {
        #cmloule-game4 .header:before {
          background-image: url("../../assets/images/cmloule/game4/board/header-board-empty2.png");
          background-position: top left; } }
    #cmloule-game4 .header:after {
      content: "";
      position: absolute;
      top: 140px;
      left: 50%;
      margin-left: -600px;
      width: 96px;
      height: 112px;
      background-image: url("../../assets/images/cmloule/game4/board/top-effect-left.svg");
      background-repeat: no-repeat; }
      @media screen and (max-width: 1320px) {
        #cmloule-game4 .header:after {
          left: 50px;
          margin-left: 0; } }
      @media screen and (max-height: 700px) {
        #cmloule-game4 .header:after {
          display: none; } }
    #cmloule-game4 .header .logotype {
      display: none;
      width: 528px;
      height: 124px;
      background-image: url("../../assets/images/cmloule/game3/title.svg"); }
      #cmloule-game4 .header .logotype:after {
        display: none; }
      @media screen and (max-width: 1340px) {
        #cmloule-game4 .header .logotype {
          margin-left: -110px;
          top: 5px; } }
    #cmloule-game4 .header .menu-button {
      display: none; }
    #cmloule-game4 .header .team {
      left: 0;
      right: 0;
      width: 100%;
      max-width: 1260px;
      margin: auto; }
      @media screen and (max-width: 1320px) {
        #cmloule-game4 .header .team {
          left: 20px; } }
      #cmloule-game4 .header .team .text {
        position: relative;
        max-width: 200px; }
        #cmloule-game4 .header .team .text:before {
          content: "";
          position: absolute;
          top: -14px;
          left: -72px;
          width: 310px;
          height: 144px;
          background-image: url("../../assets/images/cmloule/game4/board/header-board-team.svg"); }
          @media screen and (max-width: 1020px) {
            #cmloule-game4 .header .team .text:before {
              top: -25px; } }
        #cmloule-game4 .header .team .text .username {
          position: relative;
          color: #333333; }
        #cmloule-game4 .header .team .text .overall-points {
          position: relative; }
        #cmloule-game4 .header .team .text .team-name {
          position: relative;
          color: #333333; }
        #cmloule-game4 .header .team .text .group-name {
          position: relative;
          color: #333333; }
  #cmloule-game4.blocked {
    pointer-events: none !important; }
  #cmloule-game4 .board-title {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1260px;
    margin: auto;
    z-index: 10;
    pointer-events: none; }
    @media screen and (max-width: 1320px) {
      #cmloule-game4 .board-title {
        left: 0px; } }
    #cmloule-game4 .board-title .icon {
      margin-top: -15px;
      margin-left: 325px;
      width: 528px;
      height: 124px;
      background-image: url("../../assets/images/cmloule/game4/board/board-title.png");
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (max-width: 1150px) {
        #cmloule-game4 .board-title .icon {
          margin-top: -5px;
          width: 400px; } }
  #cmloule-game4 .pawn {
    position: absolute;
    width: 48px;
    height: 73px;
    background-repeat: no-repeat;
    transform-origin: bottom center; }
    #cmloule-game4 .pawn.pawn0 {
      background-image: url("../../assets/images/cmloule/game4/pawns/player-icon0.svg"); }
    #cmloule-game4 .pawn.pawn1 {
      background-image: url("../../assets/images/cmloule/game4/pawns/player-icon1.svg"); }
    #cmloule-game4 .pawn.pawn2 {
      background-image: url("../../assets/images/cmloule/game4/pawns/player-icon2.svg"); }
    #cmloule-game4 .pawn.pawn3 {
      background-image: url("../../assets/images/cmloule/game4/pawns/player-icon3.svg"); }
    #cmloule-game4 .pawn.pawn4 {
      background-image: url("../../assets/images/cmloule/game4/pawns/player-icon4.svg"); }
    #cmloule-game4 .pawn.pawn5 {
      background-image: url("../../assets/images/cmloule/game4/pawns/player-icon5.svg"); }
  #cmloule-game4 .playing .pawn {
    width: 70px;
    height: 85px; }
    #cmloule-game4 .playing .pawn.pawn0 {
      background-image: url("../../assets/images/cmloule/game4/pawns/player-icon0-active.svg"); }
    #cmloule-game4 .playing .pawn.pawn1 {
      background-image: url("../../assets/images/cmloule/game4/pawns/player-icon1-active.svg"); }
    #cmloule-game4 .playing .pawn.pawn2 {
      background-image: url("../../assets/images/cmloule/game4/pawns/player-icon2-active.svg"); }
    #cmloule-game4 .playing .pawn.pawn3 {
      background-image: url("../../assets/images/cmloule/game4/pawns/player-icon3-active.svg"); }
    #cmloule-game4 .playing .pawn.pawn4 {
      background-image: url("../../assets/images/cmloule/game4/pawns/player-icon4-active.svg"); }
    #cmloule-game4 .playing .pawn.pawn5 {
      background-image: url("../../assets/images/cmloule/game4/pawns/player-icon5-active.svg"); }
  #cmloule-game4 .help {
    position: absolute;
    z-index: 12;
    top: 110px;
    left: calc(50% - 450px);
    width: 111px;
    height: 84px;
    background-image: url("../../assets/images/cmloule/game4/board/help.svg");
    background-repeat: no-repeat; }
    @media screen and (max-width: 1320px) {
      #cmloule-game4 .help {
        left: 192px; } }
    #cmloule-game4 .help.disabled {
      pointer-events: none; }
  #cmloule-game4 .timer {
    position: absolute;
    top: 25px;
    left: calc(50% + 360px);
    width: 267px;
    height: 117px;
    z-index: 11;
    background-image: url("../../assets/images/cmloule/game4/board/timer.svg");
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 20px;
    padding-left: 100px; }
    @media screen and (max-width: 1320px) {
      #cmloule-game4 .timer {
        left: auto;
        right: 35px; } }
    #cmloule-game4 .timer .title {
      font-family: 'Aspira';
      font-weight: bold;
      color: #ffcb33;
      font-size: 1.2rem;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
      display: block;
      padding-bottom: 0px;
      text-transform: uppercase; }
    #cmloule-game4 .timer #counter {
      font-family: 'Aspira';
      font-weight: 900;
      color: #FFFFFF;
      font-size: 4.0rem;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
      display: block;
      letter-spacing: 1px; }
  #cmloule-game4 .pause {
    position: absolute;
    z-index: 10;
    top: 95px;
    left: calc(50% + 480px);
    width: 142px;
    height: 44px;
    background-image: url("../../assets/images/cmloule/game4/board/pause.svg");
    background-repeat: no-repeat;
    cursor: pointer; }
    #cmloule-game4 .pause.disabled {
      pointer-events: none; }
    @media screen and (max-width: 1320px) {
      #cmloule-game4 .pause {
        left: auto;
        right: 35px; } }
  #cmloule-game4 .players {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
    @media screen and (max-height: 750px) {
      #cmloule-game4 .players {
        top: 100px; } }
    #cmloule-game4 .players .item {
      position: relative;
      width: 218px;
      height: 76px;
      background-image: url("../../assets/images/cmloule/game4/board/player.svg");
      background-repeat: no-repeat;
      margin: 2px 0;
      padding: 21px 0 0 70px;
      transition: all 0.2s linear; }
      #cmloule-game4 .players .item .pawn {
        position: absolute;
        top: -5px;
        left: 15px;
        transform: scale(1); }
      #cmloule-game4 .players .item .player {
        display: none; }
      #cmloule-game4 .players .item .name {
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #333333;
        display: block;
        padding-bottom: 0px; }
      #cmloule-game4 .players .item .points {
        font-family: 'Aspira';
        font-weight: 900;
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #41566b;
        display: inline-block; }
      #cmloule-game4 .players .item .time {
        opacity: 0;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.2rem;
        line-height: 1.7rem;
        color: #ffffff;
        background-color: #41566b;
        padding: 0 6px;
        display: inline-block;
        margin-left: 5px;
        transition: opacity 0.2s linear; }
      #cmloule-game4 .players .item.active {
        width: 255px;
        height: 85px;
        background-image: url("../../assets/images/cmloule/game4/board/player-active.svg");
        padding: 30px 0 0 100px;
        margin-top: -7px;
        margin-bottom: -2px; }
        #cmloule-game4 .players .item.active .pawn {
          top: -5px;
          left: 25px;
          width: 70px;
          height: 80px; }
          #cmloule-game4 .players .item.active .pawn.pawn0 {
            background-image: url("../../assets/images/cmloule/game4/pawns/player-icon0-active.svg"); }
          #cmloule-game4 .players .item.active .pawn.pawn1 {
            background-image: url("../../assets/images/cmloule/game4/pawns/player-icon1-active.svg"); }
          #cmloule-game4 .players .item.active .pawn.pawn2 {
            background-image: url("../../assets/images/cmloule/game4/pawns/player-icon2-active.svg"); }
          #cmloule-game4 .players .item.active .pawn.pawn3 {
            background-image: url("../../assets/images/cmloule/game4/pawns/player-icon3-active.svg"); }
          #cmloule-game4 .players .item.active .pawn.pawn4 {
            background-image: url("../../assets/images/cmloule/game4/pawns/player-icon4-active.svg"); }
          #cmloule-game4 .players .item.active .pawn.pawn5 {
            background-image: url("../../assets/images/cmloule/game4/pawns/player-icon5-active.svg"); }
        #cmloule-game4 .players .item.active .player {
          display: block;
          position: absolute;
          top: 9px;
          left: 112px;
          font-family: 'Aspira';
          font-weight: 900;
          font-size: 1.1rem;
          color: #333333;
          text-transform: uppercase; }
      #cmloule-game4 .players .item:hover .time {
        opacity: 1; }
    @media screen and (max-width: 1260px) {
      #cmloule-game4 .players {
        top: 175px;
        bottom: auto;
        right: -280px;
        transition: right 0.4s linear; }
        #cmloule-game4 .players .collapsed {
          position: absolute;
          top: -11px;
          left: -60px;
          width: 297px;
          height: 429px;
          background: url("../../assets/images/cmloule/game4/board/players-base5.svg") 50% 50% no-repeat; }
          #cmloule-game4 .players .collapsed .arrow {
            position: absolute;
            top: 25px;
            left: 31px; }
            #cmloule-game4 .players .collapsed .arrow:after, #cmloule-game4 .players .collapsed .arrow:before {
              position: absolute;
              top: 23px;
              content: "";
              width: 7px;
              height: 2px;
              background-color: #35c6f4;
              transition: all 250ms linear; }
            #cmloule-game4 .players .collapsed .arrow:after {
              right: 4px;
              transform: rotate(45deg); }
            #cmloule-game4 .players .collapsed .arrow:before {
              right: 4px;
              top: 19px;
              transform: rotate(-45deg); }
          #cmloule-game4 .players .collapsed.players4 {
            width: 297px;
            height: 344px;
            background-image: url("../../assets/images/cmloule/game4/board/players-base4.svg"); }
          #cmloule-game4 .players .collapsed.players3 {
            width: 295px;
            height: 266px;
            background-image: url("../../assets/images/cmloule/game4/board/players-base3.svg"); }
          #cmloule-game4 .players .collapsed.players2 {
            width: 298px;
            height: 189px;
            background-image: url("../../assets/images/cmloule/game4/board/players-base2.svg"); }
          #cmloule-game4 .players .collapsed .collapsed-icon {
            position: absolute;
            top: -25px;
            left: -52px;
            width: 94px;
            height: 64px;
            background: url("../../assets/images/cmloule/game4/board/players-collapsed.svg") 50% 50% no-repeat;
            transition: all 0.2s linear;
            transition-delay: 0.4s; }
          #cmloule-game4 .players .collapsed .hit-area {
            position: absolute;
            top: -10px;
            left: -15px;
            width: 75px;
            height: 200px;
            background-color: rgba(255, 0, 0, 0); }
        #cmloule-game4 .players.open {
          right: -25px; }
          #cmloule-game4 .players.open .collapsed {
            left: -34px; }
            #cmloule-game4 .players.open .collapsed .arrow {
              top: 14px; }
              #cmloule-game4 .players.open .collapsed .arrow:after {
                transform: rotate(135deg); }
              #cmloule-game4 .players.open .collapsed .arrow:before {
                transform: rotate(45deg); }
            #cmloule-game4 .players.open .collapsed .collapsed-icon {
              transition-delay: 0s;
              opacity: 0; }
            #cmloule-game4 .players.open .collapsed .hit-area {
              position: absolute;
              top: 0;
              left: 0;
              width: 100px;
              height: 200px; } }
  #cmloule-game4 .board {
    position: absolute;
    top: 130px;
    bottom: 0;
    left: -10px;
    right: 0;
    margin: auto;
    width: 884px;
    height: 500px;
    background-image: url("../../assets/images/cmloule/game4/board/board.svg?v=1");
    background-repeat: no-repeat; }
    @media screen and (max-width: 1260px) {
      #cmloule-game4 .board {
        left: calc((100vw - 1100px) / 2); } }
    @media screen and (max-width: 1120px) {
      #cmloule-game4 .board {
        left: calc((100vw - 850px) / 2); } }
    #cmloule-game4 .board:before {
      content: "";
      position: absolute;
      top: 90px;
      left: -85px;
      width: 152px;
      height: 104px;
      background-image: url("../../assets/images/cmloule/game4/board/board-start.svg");
      background-repeat: no-repeat; }
    #cmloule-game4 .board .player {
      position: absolute;
      top: 0;
      left: 0; }
      #cmloule-game4 .board .player .pawn {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -24px;
        margin-top: -62px;
        transform: scale(1); }
      #cmloule-game4 .board .player.playing {
        z-index: 10; }
        #cmloule-game4 .board .player.playing .pawn {
          margin-left: -40px;
          margin-top: -72px;
          transform: scale(0.95); }
  #cmloule-game4 .footer-effects {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    #cmloule-game4 .footer-effects:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: -60px;
      width: 640px;
      height: 238px;
      background-image: url("../../assets/images/cmloule/game4/board/bottom-effect-left.png");
      background-repeat: no-repeat;
      background-size: contain; }
    #cmloule-game4 .footer-effects:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 714px;
      height: 178px;
      background-image: url("../../assets/images/cmloule/game4/board/bottom-effect-right.png");
      background-repeat: no-repeat;
      background-size: contain; }

@media screen and (max-width: 1320px) and (max-height: 800px) {
  #cmloule-game4 .footer-effects {
    display: none; } }
    @media screen and (max-width: 1060px) {
      #cmloule-game4 .footer-effects {
        display: none; } }
  #cmloule-game4 .dice {
    visibility: hidden;
    opacity: 0;
    display: flex;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s linear; }
    #cmloule-game4 .dice:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(15, 25, 33, 0.9); }
    #cmloule-game4 .dice .anim {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 135px;
      height: 150px;
      background-image: url("../../assets/images/cmloule/game3/board/dice/anim.png");
      background-position: 0 0;
      background-repeat: no-repeat; }
    #cmloule-game4 .dice .output {
      opacity: 0;
      position: relative;
      width: 112px;
      height: 112px;
      text-align: center;
      background-size: cover;
      background-repeat: no-repeat; }
      #cmloule-game4 .dice .output.face1 {
        background-image: url("../../assets/images/cmloule/game3/board/dice/face1.svg"); }
      #cmloule-game4 .dice .output.face2 {
        background-image: url("../../assets/images/cmloule/game3/board/dice/face2.svg"); }
      #cmloule-game4 .dice .output.face3 {
        background-image: url("../../assets/images/cmloule/game3/board/dice/face3.svg"); }
      #cmloule-game4 .dice .output.face4 {
        background-image: url("../../assets/images/cmloule/game3/board/dice/face4.svg"); }
      #cmloule-game4 .dice .output.face5 {
        background-image: url("../../assets/images/cmloule/game3/board/dice/face5.svg"); }
      #cmloule-game4 .dice .output.face6 {
        background-image: url("../../assets/images/cmloule/game3/board/dice/face6.svg"); }
  #cmloule-game4 .game-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    #cmloule-game4 .game-popup .contents {
      position: relative;
      width: 754px;
      height: 497px;
      /*background-image: url('../../assets/images/cmloule/game3/board/popup-background.svg');*/
      background-color: #fff; }
    #cmloule-game4 .game-popup.active {
      display: block; }
    #cmloule-game4 .game-popup:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(15, 25, 33, 0.9); }
    #cmloule-game4 .game-popup .category-icon {
      position: absolute;
      top: -23px;
      left: -1px;
      width: 758px;
      height: 156px;
      background-repeat: no-repeat; }
      #cmloule-game4 .game-popup .category-icon.icon0 {
        background-image: url("../../assets/images/cmloule/game4/board/category/question-header0.svg"); }
      #cmloule-game4 .game-popup .category-icon.icon1 {
        top: -25px;
        background-image: url("../../assets/images/cmloule/game4/board/category/question-header1.svg"); }
      #cmloule-game4 .game-popup .category-icon.icon2 {
        background-image: url("../../assets/images/cmloule/game4/board/category/question-header2.svg"); }
      #cmloule-game4 .game-popup .category-icon.icon3 {
        top: -15px;
        background-image: url("../../assets/images/cmloule/game4/board/category/question-header3.svg"); }
    #cmloule-game4 .game-popup .category-token {
      position: absolute;
      top: 35px;
      left: 125px;
      font-family: 'FredokaOne-Regular';
      font-size: 1.2rem;
      color: #fff; }
    #cmloule-game4 .game-popup .category-name {
      position: absolute;
      top: 54px;
      left: 125px;
      font-family: 'FredokaOne-Regular';
      font-size: 2.7rem;
      line-height: 2.9rem;
      color: #fff;
      text-transform: uppercase; }
      #cmloule-game4 .game-popup .category-name.max-width {
        width: 190px; }
    #cmloule-game4 .game-popup .player-info {
      position: absolute;
      bottom: -30px;
      right: -24px;
      width: 205px;
      height: 73px;
      background-image: url("../../assets/images/cmloule/game4/board/player-popup-info.svg");
      background-repeat: no-repeat;
      padding-left: 85px;
      padding-right: 10px;
      padding-top: 22px;
      z-index: 11; }
      #cmloule-game4 .game-popup .player-info .pawn {
        top: -15px;
        left: 10px;
        width: 70px;
        height: 80px; }
        #cmloule-game4 .game-popup .player-info .pawn.pawn0 {
          background-image: url("../../assets/images/cmloule/game4/pawns/player-icon0-active.svg"); }
        #cmloule-game4 .game-popup .player-info .pawn.pawn1 {
          background-image: url("../../assets/images/cmloule/game4/pawns/player-icon1-active.svg"); }
        #cmloule-game4 .game-popup .player-info .pawn.pawn2 {
          background-image: url("../../assets/images/cmloule/game4/pawns/player-icon2-active.svg"); }
        #cmloule-game4 .game-popup .player-info .pawn.pawn3 {
          background-image: url("../../assets/images/cmloule/game4/pawns/player-icon3-active.svg"); }
        #cmloule-game4 .game-popup .player-info .pawn.pawn4 {
          background-image: url("../../assets/images/cmloule/game4/pawns/player-icon4-active.svg"); }
        #cmloule-game4 .game-popup .player-info .pawn.pawn5 {
          background-image: url("../../assets/images/cmloule/game4/pawns/player-icon5-active.svg"); }
      #cmloule-game4 .game-popup .player-info .name {
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #333333;
        display: block;
        padding-bottom: 2px; }
      #cmloule-game4 .game-popup .player-info .points {
        font-family: 'Aspira';
        font-weight: 900;
        font-size: 1.4rem;
        line-height: 1.4rem;
        color: #41566b;
        display: inline-block; }
    #cmloule-game4 .game-popup .central-text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-family: 'Aspira';
      font-weight: 900;
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #003256; }
    #cmloule-game4 .game-popup.select-category .contents {
      background: #41566b;
      width: 750px;
      height: 500px;
      border: 2px solid #000; }
    #cmloule-game4 .game-popup.select-category .background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 686px;
      height: 452px;
      background-image: url("../../assets/images/cmloule/game4/board/popup-category-background.svg");
      background-repeat: no-repeat; }
    #cmloule-game4 .game-popup.select-category .central-text {
      font-family: 'Aspira';
      font-weight: normal;
      top: 0;
      left: 10px;
      right: 0;
      width: 200px;
      height: 75px;
      margin: auto;
      text-align: center;
      font-size: 1.9rem;
      line-height: 2.1rem;
      font-weight: bold;
      color: #333333; }
    #cmloule-game4 .game-popup.select-category .category {
      position: absolute;
      width: 320px;
      height: 180px;
      left: 0;
      top: 0;
      background-color: #00ff00;
      opacity: 0;
      z-index: 12;
      pointer-events: all;
      cursor: pointer; }
      #cmloule-game4 .game-popup.select-category .category .target {
        width: 100%;
        height: 100%;
        pointer-events: all; }
      #cmloule-game4 .game-popup.select-category .category#select-category0 {
        top: 65px;
        left: 45px; }
      #cmloule-game4 .game-popup.select-category .category#select-category1 {
        top: 65px;
        left: 375px; }
      #cmloule-game4 .game-popup.select-category .category#select-category2 {
        top: 255px;
        left: 45px; }
      #cmloule-game4 .game-popup.select-category .category#select-category3 {
        top: 255px;
        left: 375px; }
      #cmloule-game4 .game-popup.select-category .category#select-category4 {
        display: none; }
      #cmloule-game4 .game-popup.select-category .category#select-category5 {
        display: none; }
    #cmloule-game4 .game-popup.select-category .titles {
      position: relative;
      width: 100%;
      height: 100%; }
      #cmloule-game4 .game-popup.select-category .titles .category-title {
        position: absolute;
        font-family: 'Aspira';
        font-weight: bold;
        text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
        font-size: 1.8rem;
        line-height: 2.4rem;
        color: #fff;
        z-index: 100;
        height: 75px;
        text-transform: uppercase;
        pointer-events: none;
        display: flex;
        align-items: center; }
        #cmloule-game4 .game-popup.select-category .titles .category-title:after {
          display: none; }
        #cmloule-game4 .game-popup.select-category .titles .category-title.hover {
          opacity: 0.8; }
        #cmloule-game4 .game-popup.select-category .titles .category-title#category-title0 {
          top: 135px;
          left: 235px;
          width: 120px;
          justify-content: flex-end;
          text-align: left; }
        #cmloule-game4 .game-popup.select-category .titles .category-title#category-title1 {
          top: 135px;
          left: 385px;
          width: 145px;
          justify-content: flex-start;
          text-align: right; }
        #cmloule-game4 .game-popup.select-category .titles .category-title#category-title2 {
          top: 300px;
          left: 230px;
          width: 80px;
          justify-content: flex-end;
          text-align: left; }
        #cmloule-game4 .game-popup.select-category .titles .category-title#category-title3 {
          top: 295px;
          left: 360px;
          width: 170px;
          justify-content: flex-start;
          text-align: right; }
        #cmloule-game4 .game-popup.select-category .titles .category-title#category-title4 {
          display: none; }
        #cmloule-game4 .game-popup.select-category .titles .category-title#category-title5 {
          display: none; }
    #cmloule-game4 .game-popup.select-difficulty .contents {
      background-color: #41566b;
      border: 2px solid #000; }
    #cmloule-game4 .game-popup.select-difficulty .category-icon {
      z-index: 10; }
    #cmloule-game4 .game-popup.select-difficulty .category-token {
      display: none; }
    #cmloule-game4 .game-popup.select-difficulty .category-name {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 500px;
      height: 95px;
      padding-top: 0;
      padding-left: 210px;
      text-align: left;
      font-family: 'Aspira';
      font-weight: bold;
      font-size: 3.2rem;
      line-height: 3.6rem;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.9);
      color: #FFFFFF;
      text-transform: uppercase;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      z-index: 11; }
    #cmloule-game4 .game-popup.select-difficulty .central-text {
      align-items: flex-start;
      padding-top: 150px;
      word-wrap: normal;
      color: #fff; }
      #cmloule-game4 .game-popup.select-difficulty .central-text br {
        display: none; }
    #cmloule-game4 .game-popup.select-difficulty .options {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center; }
      #cmloule-game4 .game-popup.select-difficulty .options .difficulty {
        width: 50%;
        height: 100%;
        text-align: center;
        padding-top: 200px; }
        #cmloule-game4 .game-popup.select-difficulty .options .difficulty .difficulty-option {
          width: 180px;
          margin: auto;
          cursor: pointer; }
          #cmloule-game4 .game-popup.select-difficulty .options .difficulty .difficulty-option:hover .button-text {
            /*border-color: #fff;*/
            opacity: 0.8; }
        #cmloule-game4 .game-popup.select-difficulty .options .difficulty .icon {
          position: relative;
          display: inline-block;
          width: 125px;
          height: 71px;
          background-repeat: no-repeat;
          background-position: bottom center;
          margin-bottom: 0; }
        #cmloule-game4 .game-popup.select-difficulty .options .difficulty.easy:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 448px;
          height: 497px;
          background-image: url("../../assets/images/cmloule/game4/board/popup-difficulty-hard-background.svg");
          background-repeat: no-repeat;
          pointer-events: none; }
        #cmloule-game4 .game-popup.select-difficulty .options .difficulty.easy .icon {
          background-image: url("../../assets/images/cmloule/game4/board/popup-difficulty-easy-icon.svg"); }
        #cmloule-game4 .game-popup.select-difficulty .options .difficulty .points {
          position: relative;
          font-family: 'Aspira';
          font-size: 5.1rem;
          font-weight: 900;
          color: #fff;
          margin-bottom: 10px; }
          #cmloule-game4 .game-popup.select-difficulty .options .difficulty .points span {
            font-size: 3.3rem; }
        #cmloule-game4 .game-popup.select-difficulty .options .difficulty .button-text {
          position: relative;
          display: inline-block;
          font-family: 'Aspira';
          background-color: #30b457;
          color: #fff;
          font-size: 1.5rem;
          font-weight: bold;
          text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
          padding: 8px 40px;
          user-select: none;
          border: 2px solid #000;
          box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 0 0;
          text-transform: uppercase; }
        #cmloule-game4 .game-popup.select-difficulty .options .difficulty.hard {
          position: relative; }
          #cmloule-game4 .game-popup.select-difficulty .options .difficulty.hard .icon {
            background-image: url("../../assets/images/cmloule/game4/board/popup-difficulty-hard-icon.svg"); }
    #cmloule-game4 .game-popup.ask-question.disabled {
      pointer-events: none; }
    #cmloule-game4 .game-popup.ask-question .contents {
      background-color: #FFFFFF; }
    #cmloule-game4 .game-popup.ask-question .category-token {
      display: none; }
    #cmloule-game4 .game-popup.ask-question .category-name {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 400px;
      height: 95px;
      padding-top: 0;
      padding-left: 210px;
      text-align: left;
      font-family: 'Aspira';
      font-weight: bold;
      font-size: 3.2rem;
      line-height: 3.6rem;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.9);
      color: #FFFFFF;
      text-transform: uppercase;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    #cmloule-game4 .game-popup.ask-question .difficulty {
      display: none; }
    #cmloule-game4 .game-popup.ask-question .output {
      position: absolute;
      top: 6px;
      right: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      flex-direction: column; }
      #cmloule-game4 .game-popup.ask-question .output.output-time {
        right: -5px; }
        #cmloule-game4 .game-popup.ask-question .output.output-time .icon {
          position: absolute;
          top: -28px;
          right: -60px;
          width: 356px;
          height: 180px;
          background-image: url("../../assets/images/cmloule/game4/board/question-time.svg");
          background-repeat: no-repeat; }
        #cmloule-game4 .game-popup.ask-question .output.output-time .title {
          text-align: left;
          width: 290px;
          margin-top: 20px;
          margin-right: -28px; }
        #cmloule-game4 .game-popup.ask-question .output.output-time .details {
          text-align: left;
          width: 290px;
          margin-right: -28px; }
      #cmloule-game4 .game-popup.ask-question .output.output-correct .icon {
        position: absolute;
        top: -30px;
        right: -78px;
        width: 342px;
        height: 147px;
        background-image: url("../../assets/images/cmloule/game4/board/question-correct.svg");
        background-repeat: no-repeat; }
      #cmloule-game4 .game-popup.ask-question .output.output-correct .title {
        text-align: left;
        width: 165px;
        margin-top: 18px; }
      #cmloule-game4 .game-popup.ask-question .output.output-correct .details {
        text-align: left;
        width: 165px; }
      #cmloule-game4 .game-popup.ask-question .output.output-wrong .icon {
        position: absolute;
        top: -35px;
        right: -82px;
        width: 319px;
        height: 158px;
        background-image: url("../../assets/images/cmloule/game4/board/question-wrong.svg");
        background-repeat: no-repeat; }
      #cmloule-game4 .game-popup.ask-question .output.output-wrong .title {
        text-align: left;
        width: 155px;
        margin-top: 29px; }
      #cmloule-game4 .game-popup.ask-question .output.output-wrong .details {
        display: none; }
      #cmloule-game4 .game-popup.ask-question .output .title {
        position: relative;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 3.1rem;
        line-height: 3.3rem;
        color: #fff;
        text-shadow: 2px 2px rgba(0, 0, 0, 0.9); }
      #cmloule-game4 .game-popup.ask-question .output .details {
        position: relative;
        font-family: 'Aspira';
        font-size: 1.8rem;
        line-height: 1.8rem;
        font-weight: bold;
        color: #fff;
        text-shadow: 2px 2px rgba(0, 0, 0, 0.9); }
    #cmloule-game4 .game-popup.ask-question .question-timer {
      position: absolute;
      top: 2px;
      right: -16px;
      width: 227px;
      height: 110px;
      background-image: url("../../assets/images/cmloule/game4/board/question-timer.svg");
      background-repeat: no-repeat;
      text-align: center;
      padding-top: 15px;
      padding-left: 46px; }
      #cmloule-game4 .game-popup.ask-question .question-timer .title {
        font-family: 'Aspira';
        font-weight: bold;
        color: #question-counter;
        font-size: 1.2rem;
        display: block;
        padding-bottom: 0;
        color: #ffcb33;
        text-transform: uppercase; }
      #cmloule-game4 .game-popup.ask-question .question-timer #question-counter {
        font-family: 'Aspira';
        font-weight: bold;
        color: #fff;
        font-size: 4.0rem;
        display: block;
        letter-spacing: 1px; }
    #cmloule-game4 .game-popup.ask-question .question {
      position: absolute;
      top: 140px;
      left: 75px;
      width: 600px;
      height: 95px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      text-align: center;
      font-family: 'Aspira';
      font-weight: bold;
      font-size: 2.4rem;
      line-height: 2.8rem;
      color: #000;
      transition: opacity 0.2s linear; }
    #cmloule-game4 .game-popup.ask-question .answers {
      position: absolute;
      top: 260px;
      left: 90px;
      width: 570px;
      height: 130px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      #cmloule-game4 .game-popup.ask-question .answers .answer {
        position: relative;
        flex-basis: calc(50% - 15px);
        height: 80px;
        margin-bottom: 15px;
        background-color: #41566b;
        padding-left: 75px;
        padding-right: 12px;
        cursor: pointer;
        user-select: none;
        /*transition: background-color 0.2s linear;*/
        border: 2px solid #000;
        box-shadow: rgba(0, 0, 0, 0.2) 7px 5px 0 0; }
        #cmloule-game4 .game-popup.ask-question .answers .answer:after {
          content: "";
          position: absolute;
          left: 0;
          top: -10px;
          width: 100%;
          height: 10px;
          /*transition: background-color 0.2s linear;*/
          /*background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #fff 50%, #fff 100%);*/ }
        #cmloule-game4 .game-popup.ask-question .answers .answer:before {
          content: "";
          position: absolute;
          top: 5px;
          left: 4px;
          width: 68px;
          height: 67px;
          background-image: url("../../assets/images/cmloule/game4/board/base-letra.svg");
          background-repeat: no-repeat; }
        #cmloule-game4 .game-popup.ask-question .answers .answer.correct {
          background-color: #30b457;
          /*&:after {
							background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #30b457 50%, #30b457 100%);
						}*/ }
          #cmloule-game4 .game-popup.ask-question .answers .answer.correct:before {
            background-image: url("../../assets/images/cmloule/game4/board/base-letra-cor.svg"); }
          #cmloule-game4 .game-popup.ask-question .answers .answer.correct .text {
            color: #FFFFFF; }
        #cmloule-game4 .game-popup.ask-question .answers .answer.wrong {
          background-color: #ef3e31;
          /*&:after {
							background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #ef3e31 50%, #ef3e31 100%);
						}*/ }
          #cmloule-game4 .game-popup.ask-question .answers .answer.wrong:before {
            background-image: url("../../assets/images/cmloule/game3/board/base-letra-cor.svg"); }
          #cmloule-game4 .game-popup.ask-question .answers .answer.wrong .text {
            color: #FFFFFF; }
        #cmloule-game4 .game-popup.ask-question .answers .answer.selected, #cmloule-game4 .game-popup.ask-question .answers .answer:hover {
          /*border: 2px solid #fff;*/
          /*&:after {
							opacity: 1;
						}*/ }
        #cmloule-game4 .game-popup.ask-question .answers .answer .option {
          position: absolute;
          top: 8px;
          left: 10px;
          width: 50px;
          height: 70px;
          font-family: 'Aspira';
          font-weight: 900;
          font-size: 4.0rem;
          line-height: 60px;
          color: #ffcb33;
          text-shadow: 2px 2px rgba(0, 0, 0, 0.9);
          padding-left: 1px;
          text-align: center; }
        #cmloule-game4 .game-popup.ask-question .answers .answer .text {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 100%;
          height: 70px;
          margin-top: 2px;
          font-family: 'Aspira';
          font-weight: bold;
          font-size: 1.8rem;
          line-height: 1.8rem;
          color: #fff; }
    #cmloule-game4 .game-popup.ask-question.text-mode .question-image {
      display: none !important; }
    #cmloule-game4 .game-popup.ask-question.image-mode .contents {
      height: 610px;
      background-size: cover; }
    #cmloule-game4 .game-popup.ask-question.image-mode .question {
      width: 320px;
      height: 80px;
      top: 150px;
      left: 40px;
      text-align: left;
      justify-content: flex-start; }
    #cmloule-game4 .game-popup.ask-question.image-mode .question-image {
      display: block;
      position: absolute;
      top: 230px;
      left: 40px;
      width: 300px;
      height: 300px;
      margin-top: 15px; }
      #cmloule-game4 .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%; }
    #cmloule-game4 .game-popup.ask-question.image-mode .answers {
      top: 150px;
      left: 395px;
      width: 320px; }
      #cmloule-game4 .game-popup.ask-question.image-mode .answers .answer {
        flex-basis: 100%; }
    #cmloule-game4 .game-popup.suspend {
      text-align: center;
      padding-top: 40px; }
      #cmloule-game4 .game-popup.suspend .contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #41566b;
        border: 2px solid #000; }
      #cmloule-game4 .game-popup.suspend .icon {
        position: absolute;
        top: 0;
        left: -22px;
        right: 0;
        margin: auto;
        width: 557px;
        height: 280px;
        background-image: url("../../assets/images/cmloule/game4/board/popup-suspend-icon.png");
        background-repeat: no-repeat;
        text-align: center; }
      #cmloule-game4 .game-popup.suspend .title {
        position: relative;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #FFFFFF;
        padding-top: 60px;
        text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
        text-transform: uppercase; }
      #cmloule-game4 .game-popup.suspend .text {
        position: relative;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #FFFFFF;
        max-width: 550px;
        margin: 20px auto 0 auto; }
        #cmloule-game4 .game-popup.suspend .text span {
          display: block;
          color: #35c6f4;
          font-size: 2.2rem;
          padding-top: 10px; }
      #cmloule-game4 .game-popup.suspend .buttons-group {
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center; }
        #cmloule-game4 .game-popup.suspend .buttons-group .button {
          position: relative;
          display: inline-block;
          margin: 0 50px;
          width: 190px;
          padding: 0;
          background-color: #29abe2;
          font-size: 1.4rem;
          font-weight: bold;
          text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
          padding: 8px 0;
          text-transform: uppercase; }
          #cmloule-game4 .game-popup.suspend .buttons-group .button.confirm {
            background-color: #30b457;
            padding-left: 40px; }
            #cmloule-game4 .game-popup.suspend .buttons-group .button.confirm .suspend-icon {
              position: absolute;
              top: -2px;
              left: 10px;
              width: 56px;
              height: 39px;
              background-image: url("../../assets/images/cmloule/game3/board/popup-suspend-pause-icon.svg");
              background-repeat: no-repeat; }
    #cmloule-game4 .game-popup.time-over {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #cmloule-game4 .game-popup.time-over .contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #41566b;
        border: 2px solid #000; }
      #cmloule-game4 .game-popup.time-over .icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 553px;
        height: 235px;
        background-image: url("../../assets/images/cmloule/game4/board/popup-time-over.png");
        background-repeat: no-repeat;
        text-align: center; }
      #cmloule-game4 .game-popup.time-over .title {
        position: relative;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #FFFFFF;
        padding-top: 60px;
        text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
        text-transform: uppercase; }
      #cmloule-game4 .game-popup.time-over .text {
        position: relative;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #FFFFFF;
        max-width: 550px;
        margin: 40px auto 0 auto; }
      #cmloule-game4 .game-popup.time-over .button {
        position: relative;
        display: inline-block;
        margin: 100px 50px 0 50px;
        width: 190px;
        padding: 0;
        background-color: #30b457;
        font-size: 1.4rem;
        font-weight: bold;
        text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
        padding: 8px 0;
        text-transform: uppercase; }
    #cmloule-game4 .game-popup.error .contents {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: auto;
      min-height: 375px;
      background-size: cover;
      border: 2px solid #000; }
    #cmloule-game4 .game-popup.error .icon {
      display: inline-block;
      width: 222px;
      height: 138px;
      margin-left: -20px;
      margin-top: -50px;
      background-image: url("../../assets/images/cmloule/game4/board/popup-error-icon.svg");
      background-repeat: no-repeat;
      text-align: center; }
    #cmloule-game4 .game-popup.error .title {
      font-family: 'Aspira';
      font-weight: 600;
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: #333333;
      margin-top: 20px; }
    #cmloule-game4 .game-popup.error .text {
      font-family: 'Aspira';
      font-weight: bold;
      font-weight: 900;
      font-size: 1.6rem;
      line-height: 2.0rem;
      color: #333333;
      max-width: 550px;
      margin: 20px auto 0 auto; }
    #cmloule-game4 .game-popup.help-detail .contents {
      position: relative;
      width: 100%;
      max-width: 950px;
      height: auto;
      background-size: cover;
      padding: 40px 60px 30px 60px;
      text-align: center;
      background-size: cover; }
      #cmloule-game4 .game-popup.help-detail .contents:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 100%;
        background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #e2e7eb 50%, #e2e7eb 100%); }
      #cmloule-game4 .game-popup.help-detail .contents:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 17px;
        background-color: #e2e7eb; }
    #cmloule-game4 .game-popup.help-detail .icon {
      display: none;
      position: absolute;
      top: -30px;
      left: 15px;
      width: 75px;
      height: 88px;
      /*background-image: url('../../assets/images/cmloule/game3/board/popup-suspend-icon.svg');*/
      background-repeat: no-repeat;
      text-align: center; }
    #cmloule-game4 .game-popup.help-detail .title {
      display: inline-block;
      position: relative;
      font-family: 'Aspira';
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: #333333;
      padding-left: 0;
      text-align: center;
      text-transform: uppercase; }
      #cmloule-game4 .game-popup.help-detail .title:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        width: 100%;
        border-bottom: 4px solid #ffcc33; }
    #cmloule-game4 .game-popup.help-detail .text {
      font-family: 'Aspira';
      font-size: 1.6rem;
      line-height: 1.9rem;
      color: #333333;
      margin: 29px auto 0 auto;
      text-align: left; }
      #cmloule-game4 .game-popup.help-detail .text b,
      #cmloule-game4 .game-popup.help-detail .text strong {
        font-weight: 900; }
      #cmloule-game4 .game-popup.help-detail .text p {
        margin-bottom: 15px; }
    #cmloule-game4 .game-popup.next-play:before {
      background-color: rgba(15, 25, 33, 0.45); }
    #cmloule-game4 .game-popup.next-play .button {
      position: relative;
      padding: 10px 45px 10px 45px;
      background-color: #30b457;
      font-size: 1.7rem;
      font-weight: bold;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
      display: inline;
      text-transform: uppercase; }
      #cmloule-game4 .game-popup.next-play .button:after {
        content: "";
        position: absolute;
        top: -115px;
        right: 0;
        left: 0;
        margin: auto;
        width: 120px;
        height: 105px;
        background-image: url("../../assets/images/cmloule/game3/board/dice/static.svg");
        background-repeat: no-repeat; }
    #cmloule-game4 .game-popup.next-play .options {
      display: flex;
      justify-content: center;
      margin-top: 60px;
      margin-left: 0; }
      #cmloule-game4 .game-popup.next-play .options .option-button {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0;
        text-align: center;
        width: 100px;
        line-height: 38px;
        padding-top: 32px;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.4rem;
        color: #fff;
        text-transform: uppercase; }
      #cmloule-game4 .game-popup.next-play .options .help {
        background-position: top center;
        background-size: 60px 38px;
        background-image: url("../../assets/images/cmloule/game4/board/help-single.svg"); }
      #cmloule-game4 .game-popup.next-play .options .pause {
        background-position: top center;
        background-size: 60px 38px;
        background-image: url("../../assets/images/cmloule/game4/board/pause-single.svg"); }
    #cmloule-game4 .game-popup .close {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 26px;
      height: 26px;
      background-image: url("../../assets/images/cmloule/game3/board/popup-close-button.svg");
      background-repeat: no-repeat;
      cursor: pointer;
      pointer-events: all; }

#page-login {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 140px; }
  @media screen and (max-width: 767px) {
    #page-login {
      padding-top: 130px;
      padding-bottom: 110px; } }
  #page-login .client-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1120px;
    margin: auto; }
    #page-login .client-logo:before {
      content: "";
      position: absolute;
      z-index: 100;
      top: -2px;
      left: -225px;
      width: 368px;
      height: 221px;
      background: url("../../assets/images/cmloule/game3/client-logo-bg.svg") 50% 50% no-repeat; }
    #page-login .client-logo:after {
      content: "";
      position: absolute;
      z-index: 100;
      top: 20px;
      left: -95px;
      width: 125px;
      height: 131px;
      background-image: url("../../assets/images/cmloule/game3/client-logo.png");
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 1350px) {
        #page-login .client-logo:after {
          left: -70px; } }
      @media screen and (max-width: 1280px) {
        #page-login .client-logo:after {
          left: -50px; } }
    @media screen and (max-width: 1240px) {
      #page-login .client-logo {
        display: none; } }
  @media screen and (max-width: 767px) {
    #page-login .logotype .logo-container:before {
      background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #e2e7eb 50%, #e2e7eb 100%); } }
  @media screen and (min-width: 768px) {
    #page-login .logotype {
      top: 20px;
      width: 980px; }
      #page-login .logotype .logo-container {
        position: relative;
        left: -42px; } }
    @media screen and (min-width: 768px) and (max-width: 1240px) {
      #page-login .logotype .logo-container {
        left: 0; } }
  @media screen and (min-width: 768px) {
        #page-login .logotype .logo-container .icon {
          width: 800px;
          height: 219px;
          top: 0;
          margin-left: -140px;
          z-index: 20; } }
      @media screen and (min-width: 768px) and (max-width: 1020px) {
        #page-login .logotype .logo-container .icon {
          width: 600px;
          margin-left: 0;
          top: -20px; } }
  @media screen and (min-width: 768px) {
        #page-login .logotype .logo-container:before {
          position: absolute;
          z-index: 1;
          left: 42px;
          bottom: 44px;
          content: "";
          width: calc(100% - 42px);
          height: 108px;
          background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #fff 50%, #fff 100%); } }
      @media screen and (min-width: 768px) and (max-width: 1020px) {
        #page-login .logotype .logo-container:before {
          bottom: 60px; } }
  #page-login .group-container {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 980px;
    margin: auto;
    left: -42px;
    background-color: #fff; }
    @media screen and (max-width: 1240px) {
      #page-login .group-container {
        left: 0;
        width: 90%; } }
    @media screen and (max-width: 767px) {
      #page-login .group-container {
        flex-direction: column; } }
    #page-login .group-container .login-effects {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 15;
      pointer-events: none; }
      #page-login .group-container .login-effects:before {
        content: "";
        position: absolute;
        top: 225px;
        left: -85px;
        width: 202px;
        height: 48px;
        background: url("../../assets/images/cmloule/game3/asset-left.svg") 50% 50% no-repeat; }
        @media screen and (max-width: 1240px) {
          #page-login .group-container .login-effects:before {
            left: -40px;
            top: auto;
            bottom: 20px; } }
        @media screen and (max-width: 767px) {
          #page-login .group-container .login-effects:before {
            width: 110px;
            top: 228px;
            bottom: auto;
            left: -3%; } }
      #page-login .group-container .login-effects:after {
        content: "";
        position: absolute;
        top: 180px;
        right: -140px;
        width: 156px;
        height: 34px;
        background: url("../../assets/images/cmloule/game3/asset-right.svg") 50% 50% no-repeat; }
        @media screen and (max-width: 1240px) {
          #page-login .group-container .login-effects:after {
            right: -35px;
            top: 250px; } }
        @media screen and (max-width: 767px) {
          #page-login .group-container .login-effects:after {
            width: 110px;
            top: -5px;
            right: -3%; } }
    #page-login .group-container:after {
      position: absolute;
      left: 100%;
      top: -39px;
      content: "";
      width: 95px;
      height: calc(100% + 39px);
      background: linear-gradient(to bottom left, transparent 0%, transparent calc(50% - 1px), #fff 50%, #fff 100%); }
      @media screen and (max-width: 1240px) {
        #page-login .group-container:after {
          display: none; } }
    #page-login .group-container .group-intro, #page-login .group-container .login-group {
      padding: 110px 100px 10px 160px;
      width: 50%; }
      @media screen and (max-width: 1240px) {
        #page-login .group-container .group-intro, #page-login .group-container .login-group {
          padding-left: 110px; } }
      @media screen and (max-width: 767px) {
        #page-login .group-container .group-intro, #page-login .group-container .login-group {
          width: 100%; } }
    #page-login .group-container .group-intro {
      padding: 150px 40px 200px 120px;
      position: relative;
      text-align: left;
      background-color: #e2e7eb; }
      @media screen and (max-width: 1020px) {
        #page-login .group-container .group-intro {
          padding-top: 100px;
          padding-left: 5%;
          padding-right: 5%; } }
      @media screen and (max-width: 767px) {
        #page-login .group-container .group-intro {
          padding-top: 40px;
          padding-bottom: 120px; } }
      #page-login .group-container .group-intro:before {
        content: "";
        position: absolute;
        z-index: 10;
        top: 50px;
        right: 0;
        width: 200px;
        height: 20px;
        background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #e2e7eb 50%, #e2e7eb 100%); }
        @media screen and (max-width: 1020px) {
          #page-login .group-container .group-intro:before {
            top: 20px;
            height: 35px;
            width: 100%;
            background: #e2e7eb; } }
        @media screen and (max-width: 767px) {
          #page-login .group-container .group-intro:before {
            display: none; } }
      #page-login .group-container .group-intro:after {
        position: absolute;
        left: 100%;
        top: 40px;
        z-index: 10;
        content: "";
        width: 25px;
        height: calc(100% - 40px);
        background: linear-gradient(to bottom left, transparent 0%, transparent calc(50% - 1px), #e2e7eb 50%, #e2e7eb 100%); }
        @media screen and (max-width: 1020px) {
          #page-login .group-container .group-intro:after {
            top: 20px;
            height: calc(100% - 20px); } }
        @media screen and (max-width: 767px) {
          #page-login .group-container .group-intro:after {
            display: none; } }
  #page-login .welcome {
    font-size: 3.6rem;
    font-family: 'Aspira';
    font-weight: 600;
    color: #17222b;
    padding-bottom: 15px; }
    @media screen and (max-width: 767px) {
      #page-login .welcome {
        font-size: 3.0rem;
        max-width: 300px;
        text-align: center;
        margin: auto; } }
  #page-login .intro-text {
    font-size: 1.6rem;
    line-height: 2.0rem;
    font-family: 'Aspira';
    color: #17222b;
    padding-bottom: 20px;
    max-width: 400px;
    margin: auto; }
    #page-login .intro-text:after {
      display: none; }
    @media screen and (max-width: 1020px) {
      #page-login .intro-text {
        max-width: none;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      #page-login .intro-text {
        display: block;
        max-width: 300px;
        width: 100%;
        text-align: center; } }
  #page-login .group-container .login-group {
    position: relative; }
    @media screen and (max-width: 1020px) {
      #page-login .group-container .login-group {
        padding-top: 90px;
        padding-left: 5%;
        padding-right: 5%; } }
    @media screen and (max-width: 767px) {
      #page-login .group-container .login-group {
        padding-top: 40px;
        padding-bottom: 20px; } }
    #page-login .group-container .login-group .asset {
      width: 125px;
      height: 131px;
      background: url("../../assets/images/cmloule/game3/home-rules-action-left.svg") 50% 50% no-repeat;
      position: absolute;
      top: 30px;
      right: -85px;
      z-index: 10; }
      @media screen and (max-width: 1240px) {
        #page-login .group-container .login-group .asset {
          right: -35px; } }
      @media screen and (max-width: 1020px) {
        #page-login .group-container .login-group .asset {
          top: -40px; } }
      @media screen and (max-width: 767px) {
        #page-login .group-container .login-group .asset {
          display: none; } }
    #page-login .group-container .login-group h2 {
      font-family: 'Aspira';
      color: #17222b;
      font-weight: 900;
      font-size: 2.0rem;
      padding-bottom: 17px;
      text-transform: uppercase; }
    #page-login .group-container .login-group input {
      margin-bottom: 17px;
      font-size: 1.4rem;
      line-height: 36px;
      height: 36px;
      padding: 0 20px;
      font-family: 'Aspira';
      text-align: center; }
      @media screen and (max-width: 767px) {
        #page-login .group-container .login-group input {
          padding-bottom: 10px; } }
    #page-login .group-container .login-group .forgot-password {
      color: #333333;
      font-family: 'Aspira';
      font-size: 1.3rem;
      padding-bottom: 45px;
      display: block;
      text-decoration: underline; }
  #page-login .form-container {
    width: 240px;
    margin: auto; }
    #page-login .form-container .button-login {
      width: 160px;
      margin: 0 auto;
      padding: 8px 10px; }
      #page-login .form-container .button-login span {
        font-size: 1.8rem; }
  #page-login .group-not-registered {
    position: absolute;
    top: 275px;
    left: 120px;
    text-align: left; }
    @media screen and (max-width: 1020px) {
      #page-login .group-not-registered {
        left: 5%;
        top: 240px; } }
    @media screen and (max-width: 767px) {
      #page-login .group-not-registered {
        left: 0;
        right: 0;
        top: 145px;
        margin: auto;
        text-align: center; } }
  #page-login .not-registered {
    color: #17222b;
    font-family: 'Aspira';
    font-weight: normal;
    font-size: 1.6rem;
    padding-top: 10px;
    display: block; }
  #page-login .button-group {
    justify-content: flex-start; }
    @media screen and (max-width: 767px) {
      #page-login .button-group {
        justify-content: center; } }
    #page-login .button-group .button {
      margin: 0;
      padding: 0;
      height: auto;
      border: none;
      box-shadow: none;
      background-color: transparent;
      text-align: left; }
      @media screen and (max-width: 767px) {
        #page-login .button-group .button {
          text-align: center; } }
      #page-login .button-group .button span {
        position: relative;
        padding: 0;
        width: 100%;
        height: auto;
        background-color: transparent;
        color: #333333;
        font-size: 1.9rem;
        font-weight: 700; }
        #page-login .button-group .button span:after {
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 100%;
          content: "";
          border-bottom: 2px solid #333333; }
  #page-login .button {
    max-width: 240px;
    width: 220px; }
  #page-login .form-message {
    padding-top: 20px;
    padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    #page-login .legal-logos {
      bottom: 45px; } }
  #page-login .footer-links {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 1.2rem;
    color: #FFFFFF;
    font-family: 'Aspira';
    font-weight: bold;
    z-index: 1000; }
    #page-login .footer-links .link {
      transition: all 300ms ease;
      padding: 0 10px; }
      @media screen and (max-width: 1020px) {
        #page-login .footer-links .link {
          padding: 0 8px; } }
      #page-login .footer-links .link:hover {
        opacity: 0.6; }
      #page-login .footer-links .link:first-child {
        margin-left: 180px; }
        @media screen and (max-width: 1020px) {
          #page-login .footer-links .link:first-child {
            margin-left: 0; } }
  #page-login .legal-logos {
    display: flex; }

#page-new-account {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1020px) {
    #page-new-account {
      padding-top: 150px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #page-new-account {
      padding-top: 132px;
      padding-bottom: 70px; } }
  #page-new-account h1 {
    display: inline-block;
    position: relative;
    color: #17222b;
    font-size: 3.8rem;
    padding-bottom: 25px;
    font-weight: 600; }
    #page-new-account h1:after {
      content: "";
      position: absolute;
      bottom: 17px;
      left: 0;
      width: 100%;
      border-bottom: 4px solid #ffcc33; }
  #page-new-account h2 {
    font-family: 'Aspira';
    font-weight: bold;
    color: #17222b;
    font-size: 1.6rem; }
  #page-new-account .decorative-asset {
    display: none; }
  #page-new-account .form-container {
    text-align: left; }
    @media screen and (max-width: 767px) {
      #page-new-account .form-container {
        width: 100%; } }
    #page-new-account .form-container .form-group {
      position: relative;
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
      width: 720px;
      margin: auto;
      padding-bottom: 15px; }
      @media screen and (max-width: 767px) {
        #page-new-account .form-container .form-group {
          flex-direction: column;
          width: 100%;
          padding-bottom: 8px; } }
      #page-new-account .form-container .form-group .form-label {
        width: 230px;
        text-align: right;
        padding-right: 8px;
        color: #17222b;
        font-size: 1.5rem;
        font-family: 'Aspira';
        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: 8px; } }
        #page-new-account .form-container .form-group .form-label a {
          text-decoration: underline; }
      #page-new-account .form-container .form-group .form-input {
        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: 250px;
        font-size: 1.3rem;
        text-align: left; }
      #page-new-account .form-container .form-group .info {
        position: absolute;
        top: 0;
        left: 500px;
        width: 250px;
        font-family: 'Aspira';
        font-size: 1.3rem;
        color: #17222b; }
        @media screen and (max-width: 880px) {
          #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: 25px; } }
    #page-new-account .form-container .form-message {
      text-align: center; }
  #page-new-account .button {
    width: 250px;
    margin-left: 230px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #page-new-account .button {
        margin: 10px auto; } }
  #page-new-account .button-cancel {
    text-transform: uppercase; }
  #page-new-account .middle-bar {
    margin-bottom: 0;
    background-color: #fff; }
    #page-new-account .middle-bar .type-group {
      padding-left: 188px; }
      #page-new-account .middle-bar .type-group .form-label {
        width: 400px; }
      @media screen and (max-width: 767px) {
        #page-new-account .middle-bar .type-group {
          padding-left: 0;
          width: 260px;
          margin: auto; }
          #page-new-account .middle-bar .type-group .form-label {
            width: 210px;
            margin-top: 2px; } }
  #page-new-account .form-content {
    background-color: #e2e7eb;
    padding-top: 35px;
    padding-bottom: 5px; }
  #page-new-account .high {
    font-size: 1.8rem;
    font-weight: 900; }
  #page-new-account .help {
    font-size: 1.4rem;
    font-weight: normal; }
  #page-new-account.teacher-form .city-id-group.form-city, #page-new-account.student-form .city-id-group.form-city {
    display: none !important; }

#page-new-account-ok {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1020px) {
    #page-new-account-ok {
      padding-top: 150px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #page-new-account-ok {
      padding-top: 132px;
      padding-bottom: 70px; } }
  #page-new-account-ok .page-contents-group {
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 125px;
    padding-right: 125px; }
    @media screen and (max-width: 1020px) {
      #page-new-account-ok .page-contents-group {
        padding-left: 50px;
        padding-right: 50px; } }
    @media screen and (max-width: 767px) {
      #page-new-account-ok .page-contents-group {
        padding-left: 25px;
        padding-right: 25px; } }
  #page-new-account-ok .middle-bar {
    background-color: #fff; }
    #page-new-account-ok .middle-bar .icon {
      background: url("../../assets/images/cmloule/game3/email.svg") 50% 50% no-repeat;
      width: 86px;
      height: 44px;
      margin-lefT: -43px; }
  #page-new-account-ok .button {
    width: 250px;
    margin: 50px auto 0 auto;
    background-color: #29abe2;
    text-transform: uppercase; }
    @media screen and (max-width: 1020px) {
      #page-new-account-ok .button {
        width: 200px; } }

#page-user-home {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1020px) {
    #page-user-home {
      padding-top: 150px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #page-user-home {
      padding-top: 132px;
      padding-bottom: 70px; } }
  #page-user-home .page-contents-group {
    min-height: 400px; }
    #page-user-home .page-contents-group:before {
      top: 300px; }
    #page-user-home .page-contents-group.teacher-mode:before {
      display: none; }
    @media screen and (max-width: 767px) {
      #page-user-home .page-contents-group.teacher-mode {
        padding-bottom: 5px; } }
  #page-user-home .prize-action-call {
    background: url("../../assets/images/cmloule/game3/prize-action-call.svg") 50% 50% no-repeat;
    position: absolute;
    z-index: 10;
    top: -20px;
    left: -50px;
    width: 142px;
    height: 136px; }
    @media screen and (max-width: 1340px) {
      #page-user-home .prize-action-call {
        left: -25px; } }
    @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.2rem;
    color: #17222b;
    font-family: "Aspira";
    font-weight: bold;
    position: absolute;
    top: 165px;
    left: 50%;
    margin-left: -525px;
    text-align: left;
    background: url("../../assets/images/cmloule/game3/teacher-pdf.svg") 0% 50% no-repeat;
    background-size: 54px 54px;
    height: 65px;
    padding: 19px 0 0 60px;
    text-transform: uppercase;
    z-index: 10; }
    @media screen and (max-width: 1340px) {
      #page-user-home .teacher-pdf,
      #page-user-home .question-add {
        left: 2.5%;
        margin-left: 0; } }
    @media screen and (max-width: 1020px) {
      #page-user-home .teacher-pdf,
      #page-user-home .question-add {
        display: none; } }
  #page-user-home .question-add {
    display: block;
    background: url("../../assets/images/cmloule/game3/add-question.svg") 0% 50% no-repeat;
    background-size: 50px 50px;
    top: 235px; }
  #page-user-home .welcome-msg {
    font-size: 3.6rem;
    color: #17222b;
    font-family: "Aspira";
    font-weight: 600;
    padding-bottom: 10px;
    pointer-events: none;
    position: relative;
    z-index: 9; }
  #page-user-home .points {
    font-size: 2rem;
    color: #ffcc33;
    font-family: "Aspira";
    font-weight: 800; }
  #page-user-home .text1 {
    padding: 20px 10px 10px 10px;
    font-family: "Aspira";
    font-weight: bold; }
    @media screen and (max-width: 1340px) {
      #page-user-home .text1 {
        padding-left: 125px;
        padding-right: 125px; } }
    @media screen and (max-width: 767px) {
      #page-user-home .text1 {
        padding-left: 25px;
        padding-right: 25px; } }
  #page-user-home .text2 {
    font-weight: normal; }
    @media screen and (max-width: 1340px) {
      #page-user-home .text2 {
        padding-left: 125px;
        padding-right: 125px; } }
    @media screen and (max-width: 767px) {
      #page-user-home .text2 {
        padding-left: 25px;
        padding-right: 25px; } }
  #page-user-home .group {
    display: flex;
    justify-content: center;
    padding-top: 40px; }
    @media screen and (max-width: 767px) {
      #page-user-home .group {
        flex-direction: column;
        align-items: center; } }
    #page-user-home .group .game-init-button {
      width: 166px;
      height: 50px;
      display: block;
      color: #FFFFFF;
      font-size: 1.8rem;
      font-family: "Aspira";
      font-weight: bold;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      padding-top: 16px;
      position: relative;
      border: 2px solid #333333;
      background-color: #29abe2;
      box-shadow: 5px 5px 1px 0px rgba(0, 0, 0, 0.1); }
      #page-user-home .group .game-init-button .icon {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 25px;
        margin: auto; }
    #page-user-home .group .new-board-game {
      margin: 0 50px;
      background-color: #6cbf6a; }
      @media screen and (max-width: 1020px) {
        #page-user-home .group .new-board-game {
          opacity: 0.2;
          pointer-events: none; } }
      @media screen and (max-width: 767px) {
        #page-user-home .group .new-board-game {
          margin-bottom: 20px; } }
      #page-user-home .group .new-board-game .icon {
        background: url("../../assets/images/cmloule/game3/board-icon.svg") 50% 50% no-repeat;
        width: 67px;
        height: 60px; }
    #page-user-home .group .schedule-board-game {
      margin: 0 50px; }
      @media screen and (max-width: 1020px) {
        #page-user-home .group .schedule-board-game {
          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/cmloule/game3/prepare-games.svg") 50% 50% no-repeat;
        width: 60px;
        height: 60px; }
        @media screen and (max-width: 767px) {
          #page-user-home .group .schedule-board-game .icon {
            width: 40px;
            top: -25px; } }
    #page-user-home .group .new-battle-game {
      margin: 0 50px; }
      @media screen and (max-width: 767px) {
        #page-user-home .group .new-battle-game {
          margin-top: 10px; } }
      #page-user-home .group .new-battle-game .icon {
        background: url("../../assets/images/cmloule/game3/battle-icon.svg") 50% 50% no-repeat;
        width: 73px;
        height: 67px; }
        @media screen and (max-width: 767px) {
          #page-user-home .group .new-battle-game .icon {
            width: 50px;
            top: -25px; } }
  #page-user-home h2 {
    font-family: "Aspira";
    font-weight: bold;
    font-size: 1.6rem;
    color: #17222b;
    padding-bottom: 25px; }
  #page-user-home .user-details {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      #page-user-home .user-details {
        margin-top: 40px; } }
    #page-user-home .user-details .games-list {
      background: #e2e7eb; }
      #page-user-home .user-details .games-list:nth-child(odd) {
        background: #41566b; }
        #page-user-home .user-details .games-list:nth-child(odd) h2 {
          color: #fff; }
    #page-user-home .user-details .teacher-games h2 {
      position: relative; }
      #page-user-home .user-details .teacher-games h2:before {
        content: "";
        position: absolute;
        top: -56px;
        left: 0;
        right: 0;
        margin: auto;
        width: 71px;
        height: 54px;
        background-image: url("../../assets/images/cmloule/game3/top-scores/teachers.svg");
        background-position: 50% 50%; }
    #page-user-home .user-details .last-battles h2 {
      text-transform: none; }
  #page-user-home .legal-logos {
    display: flex; }

#page-top-scores {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1020px) {
    #page-top-scores {
      padding-top: 150px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #page-top-scores {
      padding-top: 132px;
      padding-bottom: 70px; } }
  @media screen and (max-width: 767px) {
    #page-top-scores {
      /*padding-top: 150px;*/ } }
  #page-top-scores .page-contents-group:after {
    display: none; }
  #page-top-scores .page-contents-group:before {
    display: none; }
  #page-top-scores h1 {
    margin-bottom: 60px;
    text-transform: uppercase; }
  #page-top-scores h2 {
    font-family: "Aspira";
    font-weight: bold;
    font-size: 2rem;
    color: #17222b;
    text-transform: uppercase;
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
      #page-top-scores h2 {
        margin-bottom: 40px;
        font-size: 1.8rem; } }
  #page-top-scores .scores {
    position: relative;
    padding-top: 30px;
    padding-bottom: 80px; }
    #page-top-scores .scores h2 {
      font-family: "Aspira";
      margin-bottom: 20px; }
    #page-top-scores .scores .scores-icon {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-repeat: no-repeat; }
    #page-top-scores .scores .score-list {
      max-width: 740px;
      margin: 30px auto 0 auto; }
      @media screen and (max-width: 767px) {
        #page-top-scores .scores .score-list {
          padding: 0 5px; } }
      #page-top-scores .scores .score-list h3 {
        padding-bottom: 5px; }
      #page-top-scores .scores .score-list .item {
        position: relative;
        width: 100%;
        height: 58px;
        margin-top: 16px;
        background: #fff;
        color: #17222b;
        border: 2px solid #333333;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 1020px) {
          #page-top-scores .scores .score-list .item {
            width: 80%; } }
        #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 60px;
          height: 58px; }
          @media screen and (max-width: 767px) {
            #page-top-scores .scores .score-list .item .contents {
              /*height: 60px;*/ } }
          #page-top-scores .scores .score-list .item .contents .position {
            position: absolute;
            bottom: -4px;
            left: -22px;
            width: 45px;
            height: 75px;
            background: url("../../assets/images/cmloule/game3/top-scores/positionX.svg") 50% 50% no-repeat;
            text-align: center;
            font-family: "Aspira";
            font-size: 2.4rem;
            font-weight: bold;
            line-height: 105px;
            color: #333333; }
            @media screen and (max-width: 767px) {
              #page-top-scores .scores .score-list .item .contents .position {
                /*width: 56px;
              height: 56px;
              line-height: 56px;
              left: 5px;
              font-size: 4rem;*/ } }
          #page-top-scores .scores .score-list .item .contents .name {
            text-align: left;
            font-family: "Aspira";
            font-weight: bold;
            font-size: 1.6rem;
            line-height: 2rem;
            color: #17222b; }
            @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-family: "Aspira";
            font-size: 2rem;
            font-weight: bold;
            line-height: 2.2rem;
            min-width: 140px;
            color: #29abe2; }
            @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: #41566b; }
          #page-top-scores .scores .score-list .item.pos1 .name {
            color: #FFFFFF; }
          #page-top-scores .scores .score-list .item.pos1 .position {
            top: auto;
            left: -50px;
            bottom: 2px;
            width: 102px;
            height: 68px;
            background: url("../../assets/images/cmloule/game3/top-scores/position1.svg") 50% 50% no-repeat;
            font-size: 0; }
            @media screen and (max-width: 767px) {
              #page-top-scores .scores .score-list .item.pos1 .position {
                /*width: 70px;
              height: 58px;*/ } }
    #page-top-scores .scores .double-score-list {
      display: flex;
      max-width: 980px;
      margin: 10px auto 0 auto;
      justify-content: space-around;
      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: 40%;
        margin: 0; }
        @media screen and (max-width: 1020px) {
          #page-top-scores .scores .double-score-list .score-list {
            width: calc(50% - 30px); } }
        @media screen and (max-width: 767px) {
          #page-top-scores .scores .double-score-list .score-list {
            width: 100%;
            margin-bottom: 30px; } }
        #page-top-scores .scores .double-score-list .score-list h3 {
          font-family: "Aspira";
          font-weight: bold;
          font-size: 1.5rem;
          color: #576f93; }
        #page-top-scores .scores .double-score-list .score-list .item.pos2, #page-top-scores .scores .double-score-list .score-list .item.pos3 {
          background: #41566b; }
          #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: -50px;
            bottom: 2px;
            width: 102px;
            height: 68px;
            background-image: url("../../assets/images/cmloule/game3/top-scores/position2.svg"); }
            @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/cmloule/game3/top-scores/position3.svg"); }
    #page-top-scores .scores.students {
      background-color: #e2e7eb; }
      #page-top-scores .scores.students .scores-icon {
        top: -35px;
        width: 53px;
        height: 58px;
        background-image: url("../../assets/images/cmloule/game3/top-scores/students.svg");
        background-position: 50% 50%; }
        @media screen and (max-width: 767px) {
          #page-top-scores .scores.students .scores-icon {
            width: 100px;
            height: 70px;
            top: -20px; } }
    #page-top-scores .scores.schools {
      position: relative;
      background-color: #41566b;
      /*.asset {
        position: absolute;
        top: -33px;
        left: -900px;
        right: 0;
        margin: auto;
        width: 97px;
        height: 87px;
        background: url("../../assets/images/cmloule/game3/generic-asset1.svg") 50% 50% no-repeat;

        @media screen and (max-width: $vpad-devices-breakpoint) {
          left: -600px;
        }
      }*/ }
      #page-top-scores .scores.schools:before {
        content: "";
        position: absolute;
        top: 25px;
        left: -85px;
        width: 202px;
        height: 48px;
        background: url("../../assets/images/cmloule/game3/asset-left.svg") 50% 50% no-repeat;
        z-index: 20; }
        @media screen and (max-width: 1260px) {
          #page-top-scores .scores.schools:before {
            display: none; } }
      #page-top-scores .scores.schools:after {
        content: "";
        position: absolute;
        bottom: 120px;
        right: -50px;
        width: 156px;
        height: 34px;
        background: url("../../assets/images/cmloule/game3/asset-right.svg") 50% 50% no-repeat;
        z-index: 20; }
        @media screen and (max-width: 1260px) {
          #page-top-scores .scores.schools:after {
            display: none; } }
      #page-top-scores .scores.schools h2 {
        color: #FFFFFF; }
      #page-top-scores .scores.schools .scores-icon {
        top: -50px;
        width: 84px;
        height: 69px;
        background-image: url("../../assets/images/cmloule/game3/top-scores/schools.svg");
        background-position: 50% 50%;
        left: -15px; }
        @media screen and (max-width: 767px) {
          #page-top-scores .scores.schools .scores-icon {
            /*width: 100px;
          height: 70px;
          top: -20px;*/ } }
    #page-top-scores .scores.teachers {
      padding-top: 35px;
      padding-bottom: 0;
      background-color: #e2e7eb; }
      #page-top-scores .scores.teachers .scores-icon {
        top: -25px;
        width: 71px;
        height: 54px;
        background-image: url("../../assets/images/cmloule/game3/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; }

.button-container {
  display: block;
  padding-bottom: 60px; }

.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 {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1020px) {
    #page-my-profile {
      padding-top: 150px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #page-my-profile {
      padding-top: 132px;
      padding-bottom: 70px; } }
  #page-my-profile h2 {
    font-family: "Aspira";
    font-weight: bold;
    font-size: 1.6rem;
    color: #17222b;
    padding-bottom: 25px;
    text-transform: uppercase; }
  #page-my-profile .notification-control .form-label {
    font-family: "Aspira";
    line-height: 1.8rem; }
  #page-my-profile .points {
    font-family: "Aspira";
    font-weight: 800;
    font-size: 2.1rem;
    font-size: 800;
    color: #333333;
    padding-bottom: 25px; }
  #page-my-profile .user-details .games-list {
    background: #e2e7eb; }
    #page-my-profile .user-details .games-list:nth-child(odd) {
      background-color: #41566b; }
      #page-my-profile .user-details .games-list:nth-child(odd) h2 {
        color: #fff; }
  #page-my-profile .user-info {
    padding: 30px 0; }
    #page-my-profile .user-info.extra-padding {
      padding-bottom: 70px; }
    #page-my-profile .user-info .text {
      font-family: "Aspira";
      font-weight: 800;
      font-size: 1.8rem;
      line-height: 3rem;
      color: #17222b;
      margin-bottom: 15px; }
    #page-my-profile .user-info .button-group {
      max-width: 520px;
      margin: auto; }
      @media screen and (max-width: 767px) {
        #page-my-profile .user-info .button-group {
          max-width: 100%;
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
    #page-my-profile .user-info .button {
      flex-grow: 1;
      width: 50%; }
      @media screen and (max-width: 767px) {
        #page-my-profile .user-info .button {
          width: 80%;
          max-width: 200px;
          margin-bottom: 10px; } }
    #page-my-profile .user-info .button-close {
      width: 40%;
      margin-top: 30px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        #page-my-profile .user-info .button-close {
          width: 80%; } }
  #page-my-profile .invites {
    position: relative;
    padding-top: 70px;
    padding-bottom: 60px;
    text-align: center; }
    #page-my-profile .invites .icon {
      position: absolute;
      top: -58px;
      left: 0;
      right: 0;
      margin: auto;
      width: 149px;
      height: 116px;
      background: url("../../assets/images/cmloule/game3/my-profile/email-icon.svg") 50% 50% no-repeat;
      margin-bottom: 10px; }
    #page-my-profile .invites h2 {
      padding-bottom: 8px;
      font-family: "Aspira";
      font-weight: 800; }
    #page-my-profile .invites .intro {
      font-family: "Aspira";
      font-size: 1.7rem;
      color: #17222b;
      max-width: 720px;
      margin: 0 auto 40px auto; }
    #page-my-profile .invites .form {
      display: flex;
      margin: auto;
      justify-content: center;
      align-items: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        #page-my-profile .invites .form {
          width: 100%;
          flex-wrap: wrap; } }
      #page-my-profile .invites .form span {
        font-family: "Aspira";
        font-size: 1.5rem;
        color: #17222b;
        margin-right: 15px; }
        @media screen and (max-width: 767px) {
          #page-my-profile .invites .form span {
            padding-bottom: 10px; } }
      #page-my-profile .invites .form .input-container {
        position: relative; }
        #page-my-profile .invites .form .input-container input {
          font-family: "Aspira";
          font-size: 1.5rem;
          line-height: 1.5rem;
          height: 32px;
          color: #17222b;
          border: none;
          width: 240px;
          padding: 3px 20px 0 15px;
          border-radius: 16px 0 0 16px;
          margin-right: -12px; }
          @media screen and (max-width: 767px) {
            #page-my-profile .invites .form .input-container input {
              width: 180px;
              border-radius: 16px;
              margin-bottom: 15px; } }
        #page-my-profile .invites .form .input-container .output {
          position: absolute;
          top: 100%;
          left: 15px;
          font-family: "Aspira";
          padding-top: 6px;
          font-size: 1.3rem;
          color: red; }
      #page-my-profile .invites .form .button {
        font-size: 1.4rem;
        padding-left: 25px;
        padding-right: 25px; }
    #page-my-profile .invites .sent {
      display: inline-block;
      margin: 0 auto;
      text-align: left; }
      #page-my-profile .invites .sent h2 {
        padding-bottom: 12px; }
      #page-my-profile .invites .sent .item {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        #page-my-profile .invites .sent .item .email {
          font-family: "Aspira";
          font-size: 1.5rem;
          line-height: 24px;
          color: #17222b; }
          #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/adp/game1/my-profile/checked-icon.svg") 50% 50% no-repeat; }

#page-game-results {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1020px) {
    #page-game-results {
      padding-top: 150px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #page-game-results {
      padding-top: 132px;
      padding-bottom: 70px; } }
  #page-game-results h1 br {
    display: none; }
  #page-game-results .podium-group {
    margin: auto;
    width: 588px;
    margin-top: 0;
    padding-top: 120px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #page-game-results .podium-group {
        width: 100%;
        padding-top: 0px; } }
  #page-game-results .podium {
    position: relative;
    width: 588px;
    height: 170px;
    background: url("../../assets/images/cmloule/game3/results/podium.svg") 50% 50% no-repeat; }
    @media screen and (max-width: 767px) {
      #page-game-results .podium {
        display: none; } }
  #page-game-results .medal1 {
    width: 101px;
    height: 105px;
    background: url("../../assets/images/cmloule/game3/results/medal1.svg") 50% 50% no-repeat;
    top: -119px;
    left: 57px; }
  #page-game-results .medal2 {
    width: 71px;
    height: 77px;
    background: url("../../assets/images/cmloule/game3/results/medal2.svg") 50% 50% no-repeat;
    top: -110px;
    left: 60px; }
  #page-game-results .medal3 {
    width: 74px;
    height: 78px;
    background: url("../../assets/images/cmloule/game3/results/medal3.svg") 50% 50% no-repeat;
    top: -103px;
    left: 58px; }
  #page-game-results .medals {
    position: absolute;
    height: 100px; }
    @media screen and (max-width: 767px) {
      #page-game-results .medals {
        position: static;
        margin: 10px auto 0 auto; } }
  #page-game-results .button-show-global-scores {
    display: inline-block;
    width: 240px;
    padding: 4px 10px;
    line-height: 28px;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1); }
  #page-game-results .player {
    font-size: 1.7rem;
    font-family: 'Aspira';
    position: absolute;
    width: 190px; }
    @media screen and (max-width: 767px) {
      #page-game-results .player {
        position: static;
        margin: 0 auto 15px auto; } }
    #page-game-results .player .pawn {
      position: absolute;
      height: 82px;
      width: 85px;
      background-repeat: no-repeat;
      background-position: center;
      margin: auto; }
      @media screen and (max-width: 767px) {
        #page-game-results .player .pawn {
          display: none; } }
    #page-game-results .player .username {
      font-size: 1.8rem;
      font-weight: bold;
      color: #FFFFFF;
      padding-top: 12px; }
      @media screen and (max-width: 767px) {
        #page-game-results .player .username {
          color: #17222b;
          padding-top: 5px; } }
    #page-game-results .player .points {
      padding-top: 1px;
      font-size: 1.4rem;
      line-height: 2rem;
      font-family: 'Aspira';
      font-weight: 900;
      color: #ffcc33; }
    #page-game-results .player .secs {
      color: #333333;
      background: #ffcc33;
      padding: 0 8px;
      display: none;
      transition: all 300ms ease;
      margin-top: 0;
      width: auto;
      font-size: 1.4rem;
      line-height: 2rem; }
    #page-game-results .player:hover .secs {
      display: inline-block; }
  #page-game-results .player2 {
    top: 180px;
    left: 20px; }
    #page-game-results .player2 .pawn {
      top: -102px; }
  #page-game-results .player1 {
    top: 150px;
    left: 200px; }
    #page-game-results .player1 .pawn {
      top: -102px; }
    @media screen and (max-width: 767px) {
      #page-game-results .player1 .medals {
        margin-left: 58px; } }
  #page-game-results .player3 {
    top: 193px;
    left: 379px; }
    #page-game-results .player3 .pawn {
      top: -95px; }
  #page-game-results .outside-podium-group {
    background-color: #41566b;
    margin-top: -70px;
    padding-top: 115px;
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      #page-game-results .outside-podium-group {
        width: 100%;
        margin-top: 30px;
        padding-top: 40px;
        padding-bottom: 20px; } }
  #page-game-results .item-outside-podium {
    height: 64px;
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
    display: flex;
    font-size: 1.8rem;
    font-family: 'Aspira';
    font-weight: bold;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    background-color: #333333; }
    @media screen and (max-width: 767px) {
      #page-game-results .item-outside-podium {
        max-width: 0;
        background-color: transparent; } }
    #page-game-results .item-outside-podium:before {
      content: "";
      position: absolute;
      top: -10px;
      left: 0;
      width: 100%;
      height: 10px;
      background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #333333 50%, #333333 100%); }
      @media screen and (max-width: 767px) {
        #page-game-results .item-outside-podium:before {
          display: none; } }
    #page-game-results .item-outside-podium .bg {
      background-color: #dce1e7;
      width: calc(100% - 4px);
      height: 60px;
      position: absolute;
      top: 2px;
      left: 2px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        #page-game-results .item-outside-podium .bg {
          display: none; } }
      #page-game-results .item-outside-podium .bg:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #dce1e7 50%, #dce1e7 100%); }
    #page-game-results .item-outside-podium .medal {
      position: absolute;
      top: -8px;
      left: -38px;
      width: 76px;
      height: 78px;
      z-index: 2; }
    #page-game-results .item-outside-podium .player4 {
      background: url("../../assets/images/cmloule/game3/results/medal4.svg") 50% 50% no-repeat; }
    #page-game-results .item-outside-podium .player5 {
      background: url("../../assets/images/cmloule/game3/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: 12px; }
    #page-game-results .item-outside-podium .username {
      color: #333333; }
      @media screen and (max-width: 767px) {
        #page-game-results .item-outside-podium .username {
          color: #FFFFFF; } }
    #page-game-results .item-outside-podium .points {
      font-family: 'Aspira';
      font-weight: 900;
      font-size: 1.4rem;
      line-height: 2rem;
      color: #41566b; }
      @media screen and (max-width: 767px) {
        #page-game-results .item-outside-podium .points {
          color: #ffcc33; } }
    #page-game-results .item-outside-podium .secs {
      color: #000;
      background: #ffcc33;
      padding: 0 8px;
      display: none;
      transition: all 300ms ease;
      font-size: 1.4rem;
      line-height: 2rem; }
    #page-game-results .item-outside-podium .pawn {
      position: absolute;
      bottom: 0;
      right: -16px;
      height: 82px;
      width: 85px;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 4; }
      @media screen and (max-width: 767px) {
        #page-game-results .item-outside-podium .pawn {
          display: none; } }
    #page-game-results .item-outside-podium:hover .secs {
      display: inline-block; }
  #page-game-results .close-button {
    margin: 20px auto 0 auto;
    width: 200px;
    padding: 4px 10px;
    line-height: 28px;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1); }
  #page-game-results .button-container {
    background-color: #41566b; }

#page-confirm-email {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1020px) {
    #page-confirm-email {
      padding-top: 150px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #page-confirm-email {
      padding-top: 132px;
      padding-bottom: 70px; } }
  #page-confirm-email .logotype {
    display: none; }
  #page-confirm-email .header .logotype {
    display: block; }
  #page-confirm-email .page-contents-group {
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 125px;
    padding-right: 125px; }
    @media screen and (max-width: 1020px) {
      #page-confirm-email .page-contents-group {
        padding-left: 50px;
        padding-right: 50px; } }
    @media screen and (max-width: 767px) {
      #page-confirm-email .page-contents-group {
        padding-left: 25px;
        padding-right: 25px; } }
  #page-confirm-email .middle-bar {
    background-color: #fff; }
    #page-confirm-email .middle-bar .icon {
      background: url("../../assets/images/cmloule/game3/conta-ativa.svg") 50% 50% no-repeat;
      width: 71px;
      height: 67px;
      margin-lefT: -35px; }
  #page-confirm-email .button {
    width: 250px;
    margin: 50px auto 0 auto;
    background-color: #29abe2;
    text-transform: uppercase; }
    @media screen and (max-width: 1020px) {
      #page-confirm-email .button {
        width: 200px; } }

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

#page-legal-page {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px;
  /*&.schema-Scope {
    .logotype {
      .icon {
        background: url("../assets/images/adp/game1/login/icon-logo.svg") 50% 50% no-repeat;
        width: 370px;
        height: 200px;
        position: absolute;
        top: 0px;
        left: -160px;

        @media screen and (max-width: $vpad-devices-breakpoint) {
          width: 250px;
          left: -80px;
          top: -20px;
        }

        @media screen and (max-width: $low-devices-breakpoint) {
          width: 220px;
          left: 50%;
          margin-left: -110px;
          top: -10px;
        }
      }
    }
  }*/ }
  @media screen and (max-width: 1020px) {
    #page-legal-page {
      padding-top: 150px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #page-legal-page {
      padding-top: 132px;
      padding-bottom: 70px; } }
  #page-legal-page .long-text {
    max-width: 800px;
    margin: auto;
    text-align: left; }
    @media screen and (max-width: 1020px) {
      #page-legal-page .long-text {
        padding: 0 20px; } }
  #page-legal-page .button-container {
    display: block;
    padding-bottom: 60px; }
  #page-legal-page .button {
    max-width: 200px;
    margin: 30px auto 0 auto;
    background-color: #29abe2; }
  #page-legal-page .button-close {
    text-transform: uppercase; }

#page-create-game {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1020px) {
    #page-create-game {
      padding-top: 150px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #page-create-game {
      padding-top: 132px;
      padding-bottom: 70px; } }
  #page-create-game .page-contents-group {
    display: flex;
    flex-direction: column; }
    #page-create-game .page-contents-group:before {
      top: 300px; }
  #page-create-game h1 {
    padding-top: 35px; }
    #page-create-game h1:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -20px;
      margin: auto;
      width: 67px;
      height: 60px;
      background: url(../../assets/images/cmloule/game3/board-icon.svg) center center no-repeat; }
  #page-create-game .text1 {
    font-size: 1.6rem;
    font-weight: bold; }
  #page-create-game .text2 {
    font-size: 1.6rem;
    font-weight: normal; }
  #page-create-game.preparate-game h1:before {
    width: 60px;
    height: 48px;
    z-index: 10;
    background: url("../../assets/images/cmloule/game3/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 .user-search-group {
    width: 400px;
    margin: auto;
    padding-bottom: 30px; }
    #page-create-game .user-search-group .select2.select2-container.select2-container--default {
      width: 100% !important; }
    @media screen and (max-width: 767px) {
      #page-create-game .user-search-group {
        width: 90%;
        max-width: 320px; } }
    #page-create-game .user-search-group .form-group {
      position: relative; }
    #page-create-game .user-search-group .icon-search {
      width: 50px;
      height: 49px;
      background-image: url("../../assets/images/cmloule/game3/create-game/search-icon.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      right: -6px;
      top: -6px; }
    #page-create-game .user-search-group .group-button {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    #page-create-game .user-search-group .button {
      width: 200px; }
    #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: #1a8dbe; }
      #page-create-game .user-search-group .button-family span {
        background: #29abe2; }
    #page-create-game .user-search-group .button-regist-student {
      background: #29abe2;
      font-size: 1.4rem; }
      #page-create-game .user-search-group .button-regist-student span {
        background-color: transparent; }
  #page-create-game .user-list {
    background: #41566b;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 0 50px 0; }
    #page-create-game .user-list .center {
      width: 510px; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-list .center {
          width: 90%; } }
  #page-create-game.resume-game {
    /*.user-list {
      background: transparent;
    }*/ }
    #page-create-game.resume-game h1 {
      margin-bottom: 30px; }
  #page-create-game .user-item {
    height: 74px;
    width: 100%;
    padding: 0 40px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Aspira';
    position: relative;
    margin: 14px 0;
    background: #FFFFFF;
    border: 2px solid #333333; }
    @media screen and (max-width: 767px) {
      #page-create-game .user-item {
        max-width: 320px;
        padding: 10px 20px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start; } }
    #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.6rem;
      color: #17222b;
      position: absolute;
      width: 200px;
      left: 50%;
      margin-left: -100px;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-item.preparate-game .user-fullname {
          position: relative;
          left: 0;
          margin-left: 0;
          width: 100%;
          text-align: left; } }
    #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 {
          flex-grow: 0;
          margin: 0 0 10px 0; } }
      #page-create-game .user-item .user-info-group .username {
        font-size: 1.6rem;
        font-weight: bold;
        color: #17222b;
        font-family: 'Aspira'; }
      #page-create-game .user-item .user-info-group .points {
        margin-top: 2px;
        font-size: 1.3rem;
        color: #29abe2;
        font-family: 'Aspira';
        font-weight: bold; }
    #page-create-game .user-item .user-login {
      width: 280px;
      display: flex;
      position: relative; }
      #page-create-game .user-item .user-login input {
        width: 175px;
        border: solid 1px #17222b;
        margin-right: 5px; }
        @media screen and (max-width: 767px) {
          #page-create-game .user-item .user-login input {
            width: 150px; } }
        #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.5rem;
      font-weight: bold;
      flex-grow: 0;
      display: none;
      background-color: #6cbf6a;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
      height: 40px;
      padding: 4px 48px 4px 10px; }
      #page-create-game .user-item .pick-pawn:after {
        content: "";
        position: absolute;
        top: -30px;
        right: -5px;
        width: 48px;
        height: 62px;
        background: url("../../assets/images/cmloule/game3/pawns/player-icon0.svg") 50% 50% no-repeat; }
    #page-create-game .user-item .delete {
      width: 36px;
      height: 36px;
      background: url("../../assets/images/cmloule/game3/create-game/remove-icon.svg") 50% 50% no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -18px;
      right: -20px;
      cursor: pointer; }
    #page-create-game .user-item .pawn {
      width: 70px;
      height: 60px;
      border: solid 1px #FFFFFF;
      position: relative;
      display: none;
      background-repeat: no-repeat;
      background-position: center; }
  #page-create-game .pawn-picker {
    background-color: #e2e7eb;
    height: 85px;
    position: absolute;
    display: flex;
    padding: 8px 8px;
    right: 50%;
    margin-right: -238px;
    border: 2px solid #333333;
    box-shadow: 5px 5px 1px 0px rgba(0, 0, 0, 0.1); }
    #page-create-game .pawn-picker:after, #page-create-game .pawn-picker:before {
      bottom: 100%;
      right: 30px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    #page-create-game .pawn-picker:after {
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #e2e7eb;
      border-width: 12px;
      margin-left: -12px; }
    #page-create-game .pawn-picker:before {
      border-color: rgba(194, 225, 245, 0);
      border-bottom-color: #333333;
      border-width: 15px;
      margin-right: -3px; }
    #page-create-game .pawn-picker .pawn {
      width: 60px;
      margin: 0 2px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 80%;
      cursor: pointer;
      transition: all 300ms ease; }
      #page-create-game .pawn-picker .pawn:hover {
        opacity: 0.6; }
  #page-create-game .check {
    background: url("../../assets/images/cmloule/game3/create-game/check-icon.svg") 50% 50% no-repeat;
    position: relative;
    width: 38px;
    height: 33px;
    margin-right: 130px;
    display: none; }
  #page-create-game .button-start-game {
    display: inline-block;
    margin-top: 20px;
    width: 200px;
    font-size: 0; }
    #page-create-game .button-start-game span {
      font-size: 1.8rem;
      height: 38px;
      line-height: 38px; }

.quiz4 .pick-pawn:after {
  background: url("../../assets/images/cmloule/game4/pawns/player-icon0.svg") 50% 50% no-repeat !important; }

.page-battle {
  padding-top: 85px;
  padding-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page-battle {
      padding-top: 60px;
      overflow: hidden; } }
  .page-battle.blocked {
    pointer-events: none !important; }
  .page-battle .logo-container {
    display: none; }
  .page-battle .header .icon {
    display: none; }
  .page-battle .page-contents-group {
    padding-bottom: 0; }
    .page-battle .page-contents-group:before {
      top: auto;
      bottom: 50px; }
    .page-battle .page-contents-group:after {
      top: 125px; }
  .page-battle .battle-contents {
    display: none; }
  .page-battle .question-progress {
    position: relative;
    display: inline-block;
    margin-top: 150px;
    font-family: 'Aspira';
    font-size: 1.5rem;
    color: #193159; }
    @media screen and (max-width: 767px) {
      .page-battle .question-progress {
        margin-top: 120px; } }
    .page-battle .question-progress span {
      font-weight: 800; }
    .page-battle .question-progress:after {
      content: "";
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 100%;
      border-bottom: 3px solid #ffcc33; }
  .page-battle .question-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .page-battle .question-info .question-timer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 95px;
      background-color: #3b5672;
      padding-top: 35px; }
      @media screen and (max-width: 767px) {
        .page-battle .question-info .question-timer {
          left: -6%;
          width: 112%; } }
      .page-battle .question-info .question-timer:before {
        content: "";
        position: absolute;
        bottom: -55px;
        left: 0;
        width: 100%;
        height: 55px;
        background: linear-gradient(to top left, transparent 0%, transparent calc(50% - 1px), #000 50%, #000 100%); }
        @media screen and (max-width: 767px) {
          .page-battle .question-info .question-timer:before {
            left: -6%;
            width: 112%;
            bottom: -35px;
            height: 35px; } }
      .page-battle .question-info .question-timer:after {
        content: "";
        position: absolute;
        bottom: -53px;
        left: 0;
        width: 100%;
        height: 55px;
        background: linear-gradient(to top left, transparent 0%, transparent calc(50% - 1px), #3b5672 50%, #3b5672 100%); }
        @media screen and (max-width: 767px) {
          .page-battle .question-info .question-timer:after {
            left: -6%;
            width: 112%;
            bottom: -33px;
            height: 35px; } }
      .page-battle .question-info .question-timer .title {
        position: relative;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.2rem;
        color: #ffcb33;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
        display: block;
        padding-bottom: 0; }
        .page-battle .question-info .question-timer .title:before {
          content: "";
          position: absolute;
          top: -10px;
          left: 50%;
          margin-left: -135px;
          width: 92px;
          height: 106px;
          background: url("../../assets/images/cmloule/game3/battle/question-timer.svg") 50% 50% no-repeat;
          z-index: 10; }
      .page-battle .question-info .question-timer #question-counter {
        font-family: 'Aspira';
        font-weight: 900;
        color: #fff;
        font-size: 4.0rem;
        text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
        display: block;
        letter-spacing: 1px; }
    .page-battle .question-info .output {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 95px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media screen and (max-width: 767px) {
        .page-battle .question-info .output {
          left: -6%;
          width: 112%; } }
      .page-battle .question-info .output:before {
        content: "";
        position: absolute;
        bottom: -55px;
        left: 0;
        width: 100%;
        height: 55px;
        background: linear-gradient(to top left, transparent 0%, transparent calc(50% - 1px), #000 50%, #000 100%); }
        @media screen and (max-width: 767px) {
          .page-battle .question-info .output:before {
            left: -6%;
            width: 112%;
            bottom: -35px;
            height: 35px; } }
      .page-battle .question-info .output:after {
        content: "";
        position: absolute;
        bottom: -53px;
        left: 0;
        width: 100%;
        height: 55px; }
        @media screen and (max-width: 767px) {
          .page-battle .question-info .output:after {
            left: -6%;
            width: 112%;
            bottom: -33px;
            height: 35px; } }
      .page-battle .question-info .output.output-time {
        background-color: #f39900; }
        .page-battle .question-info .output.output-time:after {
          background: linear-gradient(to top left, transparent 0%, transparent calc(50% - 1px), #f39900 50%, #f39900 100%); }
        .page-battle .question-info .output.output-time .icon {
          position: absolute;
          top: 22px;
          right: 50%;
          margin-right: -210px;
          width: 33px;
          height: 34px;
          background-image: url("../../assets/images/cmloule/game3/battle/question-time.svg");
          background-repeat: no-repeat; }
          @media screen and (max-width: 767px) {
            .page-battle .question-info .output.output-time .icon {
              width: 25px;
              top: 30px;
              margin-right: -160px; } }
        .page-battle .question-info .output.output-time .title {
          font-size: 3.6rem;
          line-height: 3.8rem; }
          @media screen and (max-width: 767px) {
            .page-battle .question-info .output.output-time .title {
              font-size: 3.2rem;
              line-height: 3.4rem; } }
      .page-battle .question-info .output.output-correct {
        background-color: #30b457; }
        .page-battle .question-info .output.output-correct:after {
          background: linear-gradient(to top left, transparent 0%, transparent calc(50% - 1px), #30b457 50%, #30b457 100%); }
        .page-battle .question-info .output.output-correct .icon {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 325px;
          height: 79px;
          background-image: url("../../assets/images/cmloule/game3/battle/question-correct.svg");
          background-repeat: no-repeat;
          z-index: 10; }
      .page-battle .question-info .output.output-wrong {
        background-color: #ef3e31; }
        .page-battle .question-info .output.output-wrong:after {
          background: linear-gradient(to top left, transparent 0%, transparent calc(50% - 1px), #ef3e31 50%, #ef3e31 100%); }
        .page-battle .question-info .output.output-wrong .icon {
          position: absolute;
          top: 10px;
          left: 0;
          right: 0;
          margin: auto;
          width: 327px;
          height: 107px;
          background-image: url("../../assets/images/cmloule/game3/battle/question-wrong.svg");
          background-repeat: no-repeat;
          z-index: 10; }
      .page-battle .question-info .output .title {
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 4.0rem;
        color: #fff;
        text-shadow: 2px 2px rgba(0, 0, 0, 0.7);
        padding-top: 20px; }
      .page-battle .question-info .output .details {
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.8rem;
        color: #fff;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.7); }
  .page-battle .ask-question {
    padding-top: 40px;
    padding-bottom: 0;
    width: 100%; }
    .page-battle .ask-question.disabled {
      pointer-events: none; }
    .page-battle .ask-question .question {
      top: 145px;
      left: 90px;
      max-width: 600px;
      height: auto;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      text-align: center;
      font-family: 'Aspira';
      font-weight: bold;
      font-size: 2.4rem;
      line-height: 2.8rem;
      color: #17222b;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .page-battle .ask-question .question {
          width: 85%;
          font-size: 2.2rem;
          line-height: 2.5rem; } }
    .page-battle .ask-question .answers-container {
      background-color: #e2e7eb;
      padding-top: 50px;
      padding-bottom: 40px; }
    .page-battle .ask-question .answers {
      margin: 0 auto;
      max-width: 430px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .page-battle .ask-question .answers {
          width: 90%;
          max-width: 400px; } }
      .page-battle .ask-question .answers .answer {
        position: relative;
        width: 100%;
        height: 70px;
        margin-bottom: 20px;
        background-color: #FFFFFF;
        padding-left: 75px;
        padding-right: 5px;
        border: 2px solid #333333;
        box-shadow: 5px 5px 1px 0px rgba(0, 0, 0, 0.1);
        transition: all 0.2s linear;
        cursor: pointer;
        user-select: none; }
        .page-battle .ask-question .answers .answer:before {
          content: "";
          position: absolute;
          top: 0;
          left: 1px;
          width: 68px;
          height: 67px;
          background-image: url("../../assets/images/cmloule/game3/battle/base-letra.svg");
          background-repeat: no-repeat; }
        .page-battle .ask-question .answers .answer.correct {
          background-color: #30b457; }
          .page-battle .ask-question .answers .answer.correct:before {
            background-image: url("../../assets/images/cmloule/game3/battle/base-letra-cor.svg"); }
          .page-battle .ask-question .answers .answer.correct .text {
            color: #FFFFFF; }
        .page-battle .ask-question .answers .answer.wrong {
          background-color: #ef3e31; }
          .page-battle .ask-question .answers .answer.wrong:before {
            background-image: url("../../assets/images/cmloule/game3/battle/base-letra-cor.svg"); }
          .page-battle .ask-question .answers .answer.wrong .text {
            color: #FFFFFF; }
        .page-battle .ask-question .answers .answer .option {
          position: absolute;
          top: 11px;
          left: 0;
          width: 66px;
          height: 44px;
          font-family: 'Aspira';
          font-weight: 900;
          font-size: 4.0rem;
          line-height: 44px;
          text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
          color: #ffcb33;
          padding-left: 1px;
          text-align: center; }
        .page-battle .ask-question .answers .answer .text {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 100%;
          height: 59px;
          margin-top: 1px;
          font-family: 'Aspira';
          font-weight: bold;
          font-size: 1.8rem;
          line-height: 1.8rem;
          color: #333333; }
  .page-battle .continue-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 25, 33, 0.9);
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-battle .continue-container .continue {
      width: 225px;
      padding: 0;
      pointer-events: all; }
      .page-battle .continue-container .continue span {
        font-size: 1.8rem;
        height: 45px;
        line-height: 45px; }
      .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/cmloule/game3/board/popup-background.svg") 50% 50% no-repeat; }
    .page-battle .game-popup .close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 28px;
      height: 28px;
      background-image: url("../../assets/images/cmloule/game3/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: 130px;
      height: 144px;
      background-image: url("../../assets/images/cmloule/game3/board/popup-error-icon.svg");
      background-repeat: no-repeat;
      text-align: center; }
    .page-battle .game-popup.error .title {
      font-family: 'Aspira';
      font-size: 3.9rem;
      line-height: 3.9rem;
      color: #fff;
      margin-top: 20px; }
    .page-battle .game-popup.error .text {
      font-family: 'Aspira';
      font-size: 2.2rem;
      line-height: 2.5rem;
      color: #29abe2;
      max-width: 550px;
      margin: 20px auto 0 auto; }

.page-battle-results {
  padding-top: 85px;
  padding-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page-battle-results {
      padding-top: 60px;
      overflow: hidden; } }
  .page-battle-results .logo-container {
    display: none; }
  .page-battle-results .header .icon {
    display: none; }
  .page-battle-results .page-contents-group {
    padding-top: 0; }
    .page-battle-results .page-contents-group:before {
      display: none; }
    .page-battle-results .page-contents-group:after {
      top: 240px; }
  .page-battle-results .battle-status {
    position: relative;
    display: inline-block;
    margin-top: 75px;
    font-family: 'Aspira';
    font-size: 3.6rem;
    font-weight: 600;
    color: #17222b; }
    @media screen and (max-width: 767px) {
      .page-battle-results .battle-status {
        margin-top: 50px; } }
    .page-battle-results .battle-status:after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 140px;
      margin: auto;
      border-bottom: 4px solid #ffcc33; }
      @media screen and (max-width: 1020px) {
        .page-battle-results .battle-status:after:after {
          bottom: 13px;
          max-width: 130px;
          border-bottom-width: 3px; } }
      @media screen and (max-width: 767px) {
        .page-battle-results .battle-status:after:after {
          max-width: 120px;
          border-bottom-width: 3px; } }
    .page-battle-results .battle-status.winner:before {
      content: "";
      position: absolute;
      top: -40px;
      right: -55px;
      width: 55px;
      height: 52px;
      background: url("../../assets/images/cmloule/game3/battle/position1.svg") 50% 50% no-repeat; }
  .page-battle-results .battle-info {
    font-family: 'Aspira';
    font-size: 1.8rem;
    color: #17222b;
    padding: 15px 15px 25px 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 {
    display: flex;
    width: 100%;
    height: 95px;
    background-color: #3b5672;
    padding-top: 25px; }
    @media screen and (max-width: 767px) {
      .page-battle-results .versus {
        left: -6%;
        width: 112%; } }
    .page-battle-results .versus .icon {
      top: 20px; }
    .page-battle-results .versus:before {
      content: "";
      position: absolute;
      bottom: -55px;
      left: 0;
      width: 100%;
      height: 55px;
      background: linear-gradient(to top left, transparent 0%, transparent calc(50% - 1px), #000 50%, #000 100%); }
      @media screen and (max-width: 767px) {
        .page-battle-results .versus:before {
          left: -6%;
          width: 112%;
          bottom: -35px;
          height: 35px; } }
    .page-battle-results .versus:after {
      content: "";
      position: absolute;
      bottom: -53px;
      left: 0;
      width: 100%;
      height: 55px;
      background: linear-gradient(to top left, transparent 0%, transparent calc(50% - 1px), #3b5672 50%, #3b5672 100%); }
      @media screen and (max-width: 767px) {
        .page-battle-results .versus:after {
          left: -6%;
          width: 112%;
          bottom: -33px;
          height: 35px; } }
    .page-battle-results .versus.draw-points .player .time {
      opacity: 1; }
  .page-battle-results .summary {
    background-color: #e2e7eb;
    padding: 30px 0 40px 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: 90%;
          max-width: 340px; } }
      .page-battle-results .summary table thead {
        text-align: center;
        color: #17222b; }
        .page-battle-results .summary table thead tr {
          line-height: 40px; }
        .page-battle-results .summary table thead td {
          border-bottom: 2px solid #17222b; }
      .page-battle-results .summary table tbody {
        text-transform: uppercase; }
        .page-battle-results .summary table tbody tr {
          line-height: 45px; }
          .page-battle-results .summary table tbody tr:nth-child(even) {
            background-color: #c8d0d9; }
        .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/cmloule/game3/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/cmloule/game3/battle/answer-wrong.svg") 50% 50% no-repeat; }
      .page-battle-results .summary table .question {
        text-align: left;
        padding-left: 20px;
        width: 50%;
        font-family: 'Aspira';
        font-weight: 900;
        font-size: 1.8rem; }
      .page-battle-results .summary table .user {
        width: 25%;
        font-family: 'Aspira';
        font-weight: bold;
        font-size: 1.8rem; }
        @media screen and (max-width: 767px) {
          .page-battle-results .summary table .user {
            font-size: 1.5rem; } }
    .page-battle-results .summary .options {
      width: 480px;
      margin: 40px auto 0 auto;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .page-battle-results .summary .options {
          width: 100%;
          max-width: 300px;
          flex-wrap: wrap; } }
      .page-battle-results .summary .options .button {
        min-width: 225px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 1.4rem; }
        @media screen and (max-width: 767px) {
          .page-battle-results .summary .options .button {
            width: 80%;
            max-width: 225px;
            margin: 10px auto; } }

#page-create-battle {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1020px) {
    #page-create-battle {
      padding-top: 150px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #page-create-battle {
      padding-top: 132px;
      padding-bottom: 70px; } }
  #page-create-battle .page-contents-group:before {
    top: 250px; }
  #page-create-battle h1 {
    padding-top: 35px;
    text-transform: uppercase; }
    #page-create-battle h1:before {
      content: "";
      position: absolute;
      top: -40px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 10;
      width: 83px;
      height: 77px;
      background-image: url("../../assets/images/cmloule/game3/battle/battle-icon.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1020px) {
        #page-create-battle h1:before {
          width: 72px;
          top: -35px; } }
      @media screen and (max-width: 1020px) {
        #page-create-battle h1:before {
          width: 62px;
          top: -30px; } }
  #page-create-battle h2 {
    font-size: 1.6rem;
    color: #17222b;
    padding: 0 10px 10px 10px;
    font-family: 'Aspira';
    font-weight: bold; }
  #page-create-battle h3 {
    font-size: 1.6rem;
    color: #17222b;
    padding: 0 10px;
    font-family: 'Aspira';
    font-weight: normal; }
  #page-create-battle .user-search-group {
    width: 400px;
    margin: 20px auto 30px auto; }
    #page-create-battle .user-search-group .select2.select2-container.select2-container--default {
      width: 100% !important; }
    @media screen and (max-width: 767px) {
      #page-create-battle .user-search-group {
        width: 90%;
        max-width: 320px; } }
    #page-create-battle .user-search-group .form-group {
      position: relative; }
    #page-create-battle .user-search-group .icon-search {
      width: 50px;
      height: 49px;
      background-image: url("../../assets/images/cmloule/game3/create-game/search-icon.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      right: -6px;
      top: -6px; }
  #page-create-battle .user-list {
    background: #41566b;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 0; }
    #page-create-battle .user-list .center {
      width: 400px; }
      @media screen and (max-width: 767px) {
        #page-create-battle .user-list .center {
          width: 90%;
          max-width: 300px;
          margin: auto; } }
  #page-create-battle .user-item {
    height: 74px;
    width: 100%;
    padding: 0 40px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Aspira';
    position: relative;
    margin: 14px 0;
    background: #FFFFFF;
    border: 2px solid #333333; }
    @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; }
      @media screen and (max-width: 767px) {
        #page-create-battle .user-item .user-info-group {
          width: 50%; } }
      #page-create-battle .user-item .user-info-group .username {
        font-size: 1.6rem;
        font-weight: bold;
        color: #17222b;
        font-family: 'Aspira'; }
      #page-create-battle .user-item .user-info-group .points {
        margin-top: 2px;
        font-size: 1.3rem;
        color: #29abe2;
        font-family: 'Aspira';
        font-weight: bold; }
    #page-create-battle .user-item .invite-button {
      position: relative;
      z-index: 3;
      background-color: #6cbf6a;
      padding-left: 20px;
      padding-right: 20px;
      width: 140px; }
      @media screen and (max-width: 767px) {
        #page-create-battle .user-item .invite-button {
          width: 50%; } }
    #page-create-battle .user-item .delete {
      width: 40px;
      height: 40px;
      background: url("../../assets/images/cmloule/game3/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 {
    padding-top: 40px;
    background-color: #e2e7eb; }
  #page-create-battle .button-mistery-player {
    margin: 0 auto;
    background-color: #29abe2; }
    #page-create-battle .button-mistery-player span {
      background-color: transparent; }
  #page-create-battle .stores {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px; }
    #page-create-battle .stores .text {
      font-size: 1.4rem;
      color: #333333;
      font-family: 'Aspira'; }
    #page-create-battle .stores .store-ios {
      background: url("../../assets/images/cmloule/game3/store-ios.svg") 50% 50% no-repeat;
      width: 128px;
      height: 42px;
      margin: 20px 10px; }
    #page-create-battle .stores .store-android {
      background: url("../../assets/images/cmloule/game3/store-android.svg") 50% 50% no-repeat;
      width: 125px;
      height: 42px;
      margin: 20px 10px; }

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

#page-rules {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1020px) {
    #page-rules {
      padding-top: 150px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #page-rules {
      padding-top: 132px;
      padding-bottom: 70px; } }
  @media screen and (max-width: 767px) {
    #page-rules {
      /*padding-top: 190px;
    padding-bottom: 120px;*/ } }
  #page-rules .page-contents-group:before {
    top: -25px; }
  #page-rules .page-contents-group .icon {
    margin: auto;
    background-position: bottom center !important; }
  #page-rules h1 {
    padding-top: 45px;
    text-transform: uppercase; }
    #page-rules h1:before {
      content: "";
      position: absolute;
      top: -5px;
      left: 0;
      right: 0;
      margin: auto;
      background: url("../../assets/images/cmloule/game3/regras-jogo.svg") 50% 50% no-repeat;
      background-position: bottom center;
      width: 67px;
      height: 46px; }
  #page-rules h2 {
    position: relative;
    font-size: 3.8rem;
    font-family: 'Aspira';
    font-weight: 600;
    color: #17222b;
    padding-bottom: 25px;
    text-transform: uppercase;
    padding-top: 40px; }
    #page-rules h2:before {
      content: "";
      position: absolute;
      top: -15px;
      left: 0;
      right: 0;
      margin: auto;
      background: url("../../assets/images/cmloule/game3/pontuacao.svg") 50% 50% no-repeat;
      background-position: bottom center;
      width: 54px;
      height: 51px; }
    #page-rules h2:after {
      content: "";
      position: absolute;
      bottom: 17px;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 140px;
      border-bottom: 4px solid #ffcc33; }
      @media screen and (max-width: 1020px) {
        #page-rules h2:after:after {
          bottom: 13px;
          max-width: 130px;
          border-bottom-width: 3px; } }
      @media screen and (max-width: 767px) {
        #page-rules h2:after:after {
          max-width: 120px;
          border-bottom-width: 3px; } }
  #page-rules h3 {
    font-size: 2.0rem;
    font-family: 'Aspira';
    font-weight: bold;
    color: #17222b;
    padding-bottom: 25px;
    padding-top: 10px;
    text-transform: uppercase; }
  #page-rules h4 {
    color: #194170;
    font-size: 1.6rem;
    font-family: 'Poppins-Regular';
    font-weight: bold;
    padding-bottom: 30px; }
  #page-rules .center-contents {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0; }
    #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: transparent;
    padding: 34px 0;
    color: #17222b; }
    #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: #41566b;
      color: #FFFFFF; }
    #page-rules .block .title {
      font-size: 2.3rem;
      font-family: 'Aspira';
      font-weight: bold;
      padding-bottom: 18px;
      text-transform: uppercase; }
      #page-rules .block .title:empty {
        padding-bottom: 0px; }
    #page-rules .block .text {
      font-size: 1.6rem;
      font-family: 'Aspira'; }
      #page-rules .block .text p {
        font-size: 1.6rem;
        font-family: 'Aspira'; }
    #page-rules .block img {
      margin: 30px 0; }
  #page-rules .pontuation {
    background-color: transparent;
    padding: 44px 0 44px 0;
    position: relative; }
    #page-rules .pontuation .text {
      text-align: left;
      font-size: 1.6rem;
      font-family: 'Aspira'; }
      #page-rules .pontuation .text p {
        font-size: 1.6rem;
        font-family: 'Aspira'; }
    #page-rules .pontuation .subtitle {
      max-width: 750px;
      margin: auto;
      padding: 5px 20px 30px 20px;
      font-family: 'Aspira'; }
    #page-rules .pontuation .col {
      padding: 0 34px; }
      @media screen and (max-width: 767px) {
        #page-rules .pontuation .col {
          padding: 20px 34px; } }
  #page-rules .icon-students {
    background: url("../../assets/images/cmloule/game3/top-scores/students.svg") 50% 50% no-repeat;
    width: 53px;
    height: 69px; }
  #page-rules .icon-teachers {
    background: url("../../assets/images/cmloule/game3/top-scores/teachers.svg") 50% 50% no-repeat;
    width: 71px;
    height: 69px; }
  #page-rules .icon-schools {
    background: url("../../assets/images/cmloule/game3/top-scores/schools.svg") 50% 50% no-repeat;
    width: 84px;
    height: 69px; }
  #page-rules .icon-pontuation {
    display: none; }
  #page-rules .icon-prize {
    background: url("../../assets/images/cmloule/game3/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-container {
    display: block;
    padding-bottom: 60px; }
  #page-rules .button-close {
    margin-top: 0;
    background-color: #29abe2;
    text-transform: uppercase; }

#page-prizes {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1020px) {
    #page-prizes {
      padding-top: 150px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #page-prizes {
      padding-top: 132px;
      padding-bottom: 70px; } }
  #page-prizes .page-contents-group:before {
    top: 200px; }
  #page-prizes .page-contents-group:after {
    top: auto;
    bottom: 150px; }
  #page-prizes .page-contents-group .icon {
    margin: auto; }
  #page-prizes h2 {
    font-size: 1.6rem;
    font-family: 'Aspira';
    font-weight: normal;
    color: #17222b;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px; }
    @media screen and (max-width: 767px) {
      #page-prizes h2 {
        font-size: 2rem; } }
  #page-prizes h3 {
    font-size: 2.1rem;
    font-family: 'Aspira';
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 15px;
    padding-top: 10px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      #page-prizes h3 {
        font-size: 2rem; } }
  #page-prizes h4 {
    color: #FFFFFF;
    font-size: 1.6rem;
    font-family: 'Aspira';
    font-weight: bold;
    padding-bottom: 30px;
    color: #ffcc33; }
  #page-prizes .center-contents {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    #page-prizes .center-contents .col {
      width: 33.3%;
      padding: 0 10px; }
      @media screen and (max-width: 767px) {
        #page-prizes .center-contents .col {
          width: 100%;
          padding-bottom: 20px; } }
  #page-prizes .prizes {
    background: #41566b;
    padding: 84px 0 44px 0;
    position: relative;
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      #page-prizes .prizes {
        padding: 44px 0 24px 0;
        margin-top: 0; } }
    #page-prizes .prizes .center-contents {
      margin-top: -122px;
      margin-left: 0;
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        #page-prizes .prizes .center-contents {
          margin-top: 0; } }
  #page-prizes .icon-students {
    background: url("../../assets/images/cmloule/game3/top-scores/students.svg") 50% 50% no-repeat;
    width: 53px;
    height: 69px; }
  #page-prizes .icon-teachers {
    background: url("../../assets/images/cmloule/game3/top-scores/teachers.svg") 50% 50% no-repeat;
    width: 71px;
    height: 69px; }
    @media screen and (max-width: 767px) {
      #page-prizes .icon-teachers {
        /*width: 95px;*/ } }
  #page-prizes .icon-schools {
    background: url("../../assets/images/cmloule/game3/top-scores/schools.svg") 50% 50% no-repeat;
    width: 84px;
    height: 69px; }
    @media screen and (max-width: 767px) {
      #page-prizes .icon-schools {
        /*width: 95px;*/ } }
  #page-prizes .icon-pontuation {
    background: url("../../assets/images/cmloule/game3/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/cmloule/game3/internal-page-logo-icon.svg") 50% 50% no-repeat;
    width: 140px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -70px; }
  #page-prizes .places {
    text-align: left; }
    #page-prizes .places .item {
      display: flex;
      align-items: center;
      color: #17222b;
      font-size: 1.6rem;
      margin: 0 auto 20px auto;
      max-width: 260px; }
    #page-prizes .places .icon {
      flex-grow: 0;
      flex-shrink: 0; }
    #page-prizes .places .place1 {
      width: 74px;
      height: 51px;
      background: url("../../assets/images/cmloule/game3/rules/medal1.svg") 50% 50% no-repeat; }
    #page-prizes .places .place2 {
      width: 74px;
      height: 51px;
      background: url("../../assets/images/cmloule/game3/rules/medal2.svg") 50% 50% no-repeat; }
    #page-prizes .places .place3 {
      width: 74px;
      height: 51px;
      background: url("../../assets/images/cmloule/game3/rules/medal3.svg") 50% 50% no-repeat; }
    #page-prizes .places .medal {
      width: 37px;
      height: 64px;
      background: url("../../assets/images/cmloule/game3/rules/prize-medal.svg") 50% 50% no-repeat; }
    #page-prizes .places .text-group {
      flex-grow: 1;
      padding-left: 20px;
      padding-top: 7px; }
      #page-prizes .places .text-group .pos {
        font-family: 'Aspira';
        font-weight: 900;
        line-height: 1.7em;
        color: #FFFFFF; }
      #page-prizes .places .text-group .prize-desc {
        font-family: 'Aspira';
        line-height: 1.7em;
        font-weight: normal;
        color: #FFFFFF;
        margin-top: -2px; }
  #page-prizes .button-container {
    display: block;
    background-color: #41566b;
    padding-bottom: 60px; }
  #page-prizes .button-close {
    margin-top: 0;
    text-transform: uppercase; }

#page-change-user .middle-bar {
  background-color: transparent; }

#page-change-user .form-container .form-group .form-label {
  color: #17222b;
  font-family: 'Aspira'; }

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

#page-add-question {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1020px) {
    #page-add-question {
      padding-top: 150px;
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-add-question {
      padding-top: 132px;
      padding-bottom: 70px; } }
  @media screen and (max-width: 767px) {
    #page-add-question h1 {
      font-size: 22px; } }
  #page-add-question h2 {
    font-family: "Aspira";
    font-size: 1.8rem;
    padding: 0 20px;
    max-width: 800px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      #page-add-question h2 {
        font-size: 15px; } }
  #page-add-question .page-contents-group {
    padding-bottom: 10px;
    padding-top: 30px;
    background: #ffffff; }
  #page-add-question .form-container {
    max-width: 800px;
    margin: 40px auto; }
    @media screen and (max-width: 1020px) {
      #page-add-question .form-container {
        max-width: 100%;
        padding: 0 30px; } }
    #page-add-question .form-container .form-group {
      flex-direction: row;
      align-items: center;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        #page-add-question .form-container .form-group {
          flex-direction: column; } }
      #page-add-question .form-container .form-group .form-label {
        width: 150px;
        font-weight: bold;
        color: #17222b;
        flex-grow: 0;
        flex-shrink: 0;
        text-align: right;
        padding-right: 20px;
        font-family: "Aspira"; }
        @media screen and (max-width: 767px) {
          #page-add-question .form-container .form-group .form-label {
            padding-right: 0;
            text-align: left;
            width: 100%; } }
      #page-add-question .form-container .form-group .form-input {
        border: solid 1px #17222b;
        background: transparent; }
      #page-add-question .form-container .form-group .note {
        font-size: 1rem; }
  #page-add-question .form-buttons {
    justify-content: center; }
    #page-add-question .form-buttons .button {
      margin: 0 20px 5px 20px;
      min-width: 150px; }
  #page-add-question .form-message {
    position: static;
    margin-bottom: 20px;
    font-size: 20px; }
  #page-add-question .select2-container--default .select2-selection--single {
    border: solid 1px #17222b;
    background: #ffffff;
    text-align: left; }
