@charset "UTF-8";
@font-face {
  font-family: "Muli";
  src: url("../../assets/fonts/edia/muli-bold-webfont.woff2") format("woff2"), url("../../assets/fonts/edia/muli-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

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

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

#app {
  height: 100%; }
  #app:after {
    content: "";
    background: url("../../assets/images/edia/game10/bird.svg") 50% 50% no-repeat;
    position: absolute;
    right: 0px;
    top: 90px;
    width: 130px;
    height: 130px; }
    @media screen and (max-width: 767px) {
      #app:after {
        width: 90px;
        height: 90px; } }

main {
  /*background-image: url('../../assets/images/edia/game10/background.png');
  background-repeat: repeat;*/
  position: relative;
  background-color: #d3dcc9;
  min-height: 100%; }
  main:before, main:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 80px;
    background-image: url("../../assets/images/edia/game10/main-effect.svg");
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      main:before, main:after {
        display: none; } }
  main:before {
    top: 25px;
    right: 25px;
    z-index: 0; }
  main:after {
    top: 95px;
    left: 5%;
    z-index: 0;
    background-image: url("../../assets/images/edia/game10/main-effect2.svg"); }
  main h1 {
    font-size: 3.2rem;
    font-family: "Bison-Bold";
    color: #1263a1;
    padding-bottom: 25px;
    padding-top: 20px; }
    @media screen and (max-width: 1020px) {
      main h1 {
        font-size: 3rem;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      main h1 {
        font-size: 2.8rem; } }
  main .text1 {
    color: #1263a1;
    font-size: 2rem;
    font-family: "Muli";
    padding-bottom: 10px; }
    @media screen and (max-width: 1020px) {
      main .text1 {
        font-size: 1.8rem;
        padding-left: 20px;
        padding-right: 20px; } }
  main .text2 {
    color: #1263a1;
    font-size: 1.7rem;
    font-family: "Muli";
    padding-bottom: 30px;
    font-weight: bold; }
    @media screen and (max-width: 1020px) {
      main .text2 {
        font-size: 1.6rem;
        padding-left: 20px;
        padding-right: 20px; } }
  main .page-contents-group {
    position: relative;
    z-index: 20; }
  main .legal-logos {
    display: block;
    z-index: 10; }
    main .legal-logos .legal-logo {
      display: none; }
  main .footer {
    z-index: 25; }

.header .team {
  top: 10px;
  left: 20px;
  position: absolute;
  font-family: "Muli";
  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: 2rem;
    color: #1263a1;
    font-family: "Bison-Bold";
    font-weight: normal; }
  .header .text .overall-points {
    font-size: 2rem;
    color: #ff5a47;
    font-family: "Bison-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: #616a6f;
    font-size: 1.1rem;
    padding: 1px 0;
    color: #333333;
    font-family: "Muli";
    max-width: 200px; }
    @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/edia/game10/menu.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .header .menu-button {
      width: 34px;
      position: fixed;
      z-index: 100; } }

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

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .footer {
      overflow: hidden;
      height: 180px; } }
  .footer:before {
    content: "";
    position: absolute;
    width: 370px;
    height: 224px;
    bottom: 0;
    left: 0;
    background-image: url("../../assets/images/edia/game10/board/footer-left.svg");
    background-repeat: no-repeat;
    background-position: 0 100%; }
    @media screen and (max-width: 1020px) {
      .footer:before {
        width: 300px; } }
    @media screen and (max-width: 767px) {
      .footer:before {
        display: none; } }
  .footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 523px;
    height: 172px;
    background-image: url("../../assets/images/edia/game10/board/footer-right.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%; }
    @media screen and (max-width: 1020px) {
      .footer:after {
        width: 380px; } }
    @media screen and (max-width: 767px) {
      .footer:after {
        left: 0;
        margin: auto;
        width: 100%;
        max-width: 523px;
        background-size: cover;
        background-position: bottom center; } }

/* The emerging W3C standard
   that is currently Firefox-only */
@media screen and (min-width: 1020px) {
  body,
  html {
    scrollbar-width: auto;
    scrollbar-color: #d3dcc9 #bcd5a6;
    /* Works on Chrome/Edge/Safari */ }
    body::-webkit-scrollbar,
    html::-webkit-scrollbar {
      width: 20px; }
    body::-webkit-scrollbar-track,
    html::-webkit-scrollbar-track {
      background: #d3dcc9; }
    body::-webkit-scrollbar-thumb,
    html::-webkit-scrollbar-thumb {
      background-color: #bcd5a6;
      border-radius: 20px;
      border: 3px solid #bcd5a6; } }

body.full,
html.full {
  overflow: hidden !important; }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-15px); }
  100% {
    transform: translatey(0px); } }

.button {
  color: #FFFFFF;
  font-size: 1.9rem;
  font-family: "Bison-Bold";
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 300ms ease;
  border-radius: 38px;
  position: relative;
  padding: 8px 10px;
  background-color: #1263a1; }
  .button span {
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .button.secondary {
    background-color: #1263a1;
    border: solid 2px #1263a1; }
  .button.light {
    background-color: #333333; }
  .button.dark {
    background-color: #1263a1; }
  .button:hover {
    opacity: 0.92; }
  .button.button-close {
    max-width: 200px;
    margin: auto;
    background-color: transparent;
    border: solid 2px #1263a1;
    color: #1263a1; }
  .button.button-cancel {
    background-color: transparent;
    border: solid 2px #1263a1;
    color: #1263a1; }

.logotype {
  background: url("../../assets/images/edia/game10/title.svg") 50% 50% no-repeat;
  width: 508px;
  height: 170px;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -254px; }
  @media screen and (max-width: 767px) {
    .logotype {
      width: 350px;
      height: 132px;
      margin-left: -175px;
      top: 10px; } }

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

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

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

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

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

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

.middle-bar {
  width: 100%;
  padding: 90px 0 100px 0;
  text-align: center;
  position: relative; }
  .middle-bar .icon {
    position: absolute;
    top: 0;
    left: 50%; }
  .middle-bar .title {
    font-size: 2.2rem;
    font-family: "Bison-Bold";
    color: #1263a1;
    padding-bottom: 15px; }
  .middle-bar .subtitle {
    font-size: 1.8rem;
    font-family: "Muli";
    color: #1263a1; }

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

.game-icon {
  position: absolute;
  top: 10px;
  left: -35px;
  width: 74px;
  height: 70px;
  background: url("../../assets/images/edia/game10/my-profile/game-icon.svg") 50% 50% no-repeat; }
  @media screen and (max-width: 767px) {
    .game-icon {
      display: none; } }

.battle-icon {
  position: absolute;
  top: 10px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: url("../../assets/images/edia/game10/my-profile/battle-icon.svg") 50% 50% no-repeat; }
  @media screen and (max-width: 767px) {
    .battle-icon {
      display: none; } }

section.games-list {
  color: #00ff00; }
  @media screen and (max-width: 767px) {
    section.games-list:nth-of-type(odd) {
      background-color: #bcd5a6; } }

.games-list {
  padding: 40px 0 50px 0; }
  .games-list:nth-child(odd) {
    background-color: #bcd5a6; }
  @media screen and (max-width: 767px) {
    .games-list:nth-child(odd) {
      background-color: transparent; } }
  .games-list .list {
    max-width: 720px;
    padding-left: 15px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .games-list .list {
        width: 320px;
        padding: 0; } }
    .games-list .list .item {
      position: relative;
      perspective: 1200px;
      margin-bottom: 15px;
      margin-left: 0;
      height: 86px; }
      @media screen and (max-width: 767px) {
        .games-list .list .item {
          height: 102px; } }
      .games-list .list .item .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        border-radius: 14px; }
        @media screen and (max-width: 767px) {
          .games-list .list .item .background {
            border-radius: 16px;
            padding: 5px 10px; } }
      .games-list .list .item .contents {
        position: relative;
        width: 100%;
        height: 100%;
        padding-left: 35px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .games-list .list .item .contents {
            padding-left: 10px;
            padding-right: 10px;
            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%;
              text-align: left; } }
          .games-list .list .item .contents .info .game-name {
            font-family: "Bison-Bold";
            font-size: 1.5rem;
            color: #fff;
            padding-bottom: 2px;
            text-transform: uppercase;
            color: #1263a1; }
          .games-list .list .item .contents .info .game-players {
            font-family: "Muli";
            font-size: 1.5rem;
            color: #1263a1; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .info .game-players {
                padding-top: 2px; } }
        .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: flex-start;
              width: 100%;
              padding-top: 5px; } }
          .games-list .list .item .contents .duel .id {
            font-family: "Muli";
            font-weight: 800;
            font-size: 1.7rem;
            color: #1263a1;
            margin-right: 15px; }
          .games-list .list .item .contents .duel .player {
            font-family: "Bison-Bold";
            font-size: 1.7rem;
            color: #1263a1; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .duel .player {
                max-width: 100px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; } }
          .games-list .list .item .contents .duel .vs {
            width: 51px;
            height: 48px;
            background: url("../../assets/images/edia/game10/my-profile/battle-vs.svg") 50% 50% no-repeat; }
        .games-list .list .item .contents .other {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .games-list .list .item .contents .other {
              width: 100%;
              justify-content: space-between; } }
          .games-list .list .item .contents .other .time {
            position: relative;
            margin-right: 25px;
            padding-left: 50px;
            text-align: left; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .time {
                padding-left: 40px; } }
            .games-list .list .item .contents .other .time .time-icon {
              position: absolute;
              top: -10px;
              left: 0px;
              width: 37px;
              height: 49px;
              background: url("../../assets/images/edia/game10/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: "Bison-Bold";
              font-size: 2.5rem;
              color: #1263a1; }
          .games-list .list .item .contents .other .button {
            display: inline-block;
            margin-right: 20px;
            font-size: 1.8rem;
            min-width: 120px; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .button {
                margin-right: 0; } }
          .games-list .list .item .contents .other .date {
            font-family: "Bison-Bold";
            font-size: 1.5rem;
            color: #1263a1;
            padding-right: 200px; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .date {
                padding-left: 0;
                text-align: left; } }
          .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: "Bison-Bold";
            font-size: 2rem;
            color: #50be58;
            padding-right: 0;
            flex-grow: 0;
            flex-shrink: 0;
            min-width: 120px;
            margin-right: 20px; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .won,
              .games-list .list .item .contents .other .lost,
              .games-list .list .item .contents .other .incomplete,
              .games-list .list .item .contents .other .waiting,
              .games-list .list .item .contents .other .tied-game {
                padding-right: 0px;
                width: 130px;
                text-align: center; } }
          .games-list .list .item .contents .other .incomplete,
          .games-list .list .item .contents .other .waiting,
          .games-list .list .item .contents .other .tied-game {
            color: #1263a1; }
          .games-list .list .item .contents .other .incomplete .button {
            min-width: 120px; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .incomplete .button {
                width: 100%;
                margin-top: -5px; } }
          .games-list .list .item .contents .other .won-icon {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 20px;
            margin: auto;
            width: 91px;
            height: 79px;
            background: url("../../assets/images/edia/game10/my-profile/battle-won.svg") 50% 50% no-repeat;
            display: none; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .won-icon {
                display: none; } }
          .games-list .list .item .contents .other .lost-icon {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 14px;
            margin: auto;
            width: 97px;
            height: 72px;
            background: url("../../assets/images/edia/game10/my-profile/battle-lost.svg") 50% 50% no-repeat;
            display: none; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .lost-icon {
                display: none; } }
          .games-list .list .item .contents .other .lost {
            color: #f17070; }
          .games-list .list .item .contents .other .position {
            position: absolute;
            top: 0;
            bottom: 2px;
            right: 17px;
            margin: auto;
            width: 55px;
            height: 70px;
            background: url("../../assets/images/edia/game10/top-scores/positionX.svg") 50% 50% no-repeat;
            text-align: center;
            font-family: "Bison-Bold";
            font-weight: 800;
            font-size: 3.5rem;
            line-height: 48px;
            color: #e5ad1d;
            text-shadow: 1px 1px #b98c20; }
            @media screen and (max-width: 767px) {
              .games-list .list .item .contents .other .position {
                right: 12px;
                bottom: -3px; } }
            .games-list .list .item .contents .other .position.position1 {
              right: 11px;
              bottom: 15px;
              width: 69px;
              height: 88px;
              background: url("../../assets/images/edia/game10/top-scores/position1.svg") 50% 50% no-repeat;
              padding-left: 6px;
              font-size: 0; }
              @media screen and (max-width: 767px) {
                .games-list .list .item .contents .other .position.position1 {
                  right: 6px;
                  bottom: 10px; } }
            .games-list .list .item .contents .other .position.position2 {
              right: 11px;
              bottom: -10px;
              width: 69px;
              height: 63px;
              background-image: url("../../assets/images/edia/game10/top-scores/position2.svg");
              padding-left: 2px;
              font-size: 0; }
              @media screen and (max-width: 767px) {
                .games-list .list .item .contents .other .position.position2 {
                  right: 6px;
                  bottom: -15px; } }
            .games-list .list .item .contents .other .position.position3 {
              right: 11px;
              bottom: -10px;
              width: 69px;
              height: 63px;
              background-image: url("../../assets/images/edia/game10/top-scores/position3.svg");
              padding-left: 2px;
              font-size: 0; }
              @media screen and (max-width: 767px) {
                .games-list .list .item .contents .other .position.position3 {
                  right: 6px;
                  bottom: -15px; } }
  .games-list .button.more {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 10px;
    width: 150px; }
  @media screen and (max-width: 767px) {
    .games-list.last-battles {
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    .games-list.last-battles .list .item .contents .other {
      justify-content: space-between; } }
  .games-list.last-battles .list .item .contents .other .date {
    color: #1263a1;
    padding-right: 20px;
    padding-top: 2px; }
    @media screen and (max-width: 767px) {
      .games-list.last-battles .list .item .contents .other .date {
        padding-right: 10px;
        width: 170px;
        flex-shrink: 0;
        text-align: left; } }
  @media screen and (max-width: 767px) {
    .games-list.teacher-games {
      display: none; } }
  .games-list.teacher-games .icon {
    display: inline-block;
    width: 89px;
    height: 67px;
    background: url("../../assets/images/edia/game10/top-scores/teachers.svg") 50% 50% no-repeat;
    margin-bottom: 0; }
  .games-list.teacher-games .list .item .info {
    padding-left: 148px; }
  .games-list.teacher-games .list .item .date-created {
    font-size: 1.3rem;
    padding-left: 0;
    display: block;
    font-family: "Bison-Bold"; }
  .games-list.teacher-games .list .item .contents .time {
    display: none; }
  .games-list.teacher-games .list .item .contents .button-restart {
    display: none; }
  .games-list.teacher-games .list .item .teacher-tag {
    position: absolute;
    top: 0;
    color: #1263a1;
    width: 132px;
    height: 100%;
    font-size: 1.4rem;
    font-family: "Bison-Bold";
    font-weight: bold; }
    .games-list.teacher-games .list .item .teacher-tag span {
      position: relative;
      padding: 10px 12px 0 12px;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      transform-origin: center center;
      transform: rotate(-6deg); }
    .games-list.teacher-games .list .item .teacher-tag:before {
      content: "";
      width: 132px;
      height: 77px;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../../assets/images/edia/game10/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: #333333; }
  .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 .icon {
    display: inline-block;
    width: 65px;
    height: 45px;
    background: url("../../assets/images/edia/game10/my-profile/pause-icon.svg") 50% 50% no-repeat;
    margin-bottom: 0;
    margin-top: -39px; }
  .games-list.utype-1 .list .teacher-tag {
    display: none; }

.teacher-mode .games-list.teacher-games .item .contents .info {
  padding-left: 0; }

.legal-logos {
  width: 100%;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 100; }
  .legal-logos .legal-logo {
    position: relative;
    margin: 0 15px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .legal-logos .legal-logo {
        width: auto !important;
        margin-bottom: 25px; } }
    .legal-logos .legal-logo:nth-child(2):after {
      content: "COFINANCIADO POR:";
      position: absolute;
      top: -12px;
      left: 0;
      font-size: 1.1rem;
      color: #333333;
      font-family: "Bison-Bold";
      letter-spacing: 0.5px; }
      @media screen and (max-width: 767px) {
        .legal-logos .legal-logo:nth-child(2):after {
          font-size: 1rem; } }
    .legal-logos .legal-logo img {
      height: 24px; }
      @media screen and (max-width: 767px) {
        .legal-logos .legal-logo img {
          height: 20px; } }
      @media screen and (max-width: 500px) {
        .legal-logos .legal-logo img {
          height: 18px; } }
    .legal-logos .legal-logo:nth-child(1) img, .legal-logos .legal-logo:nth-child(2) img {
      height: 48px; }
      @media screen and (max-width: 767px) {
        .legal-logos .legal-logo:nth-child(1) img, .legal-logos .legal-logo:nth-child(2) img {
          height: 40px; } }
      @media screen and (max-width: 500px) {
        .legal-logos .legal-logo:nth-child(1) img, .legal-logos .legal-logo:nth-child(2) img {
          height: 36px; } }

.versus {
  position: relative;
  display: flex;
  justify-content: center;
  display: none; }
  .versus .player {
    position: relative;
    width: 200px;
    height: 70px;
    margin: 0 45px;
    perspective: 800px; }
    @media screen and (max-width: 767px) {
      .versus .player {
        margin: 0 10px; } }
    .versus .player .background {
      position: absolute;
      top: 0;
      left: -2%;
      width: 100%;
      height: 100%;
      background-color: #0066b0;
      transform: rotate3d(0, 1, 0, -12deg); }
    .versus .player .contents {
      position: relative;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 6px 0 20px;
      width: 100%;
      height: 100%; }
      .versus .player .contents .name {
        font-family: "Bison-Bold";
        font-size: 1.7rem;
        color: #fff; }
      .versus .player .contents .points {
        padding-top: 2px;
        font-family: "Bison-Bold";
        font-size: 1.7rem;
        color: #35c6f4; }
    .versus .player.player-left .background {
      left: 0;
      width: 101%;
      transform: rotate3d(0, 1, 0, 12deg); }
    @media screen and (max-width: 767px) {
      .versus .player.player-right .contents {
        text-align: right; } }
    .versus .player.winner .contents {
      padding-left: 70px !important; }
    .versus .player.winner .winner-icon {
      position: absolute;
      bottom: 0;
      left: -10px;
      width: 69px;
      height: 88px;
      background: url("../../assets/images/edia/game10/top-scores/position1.svg") 50% 50% no-repeat; }
      @media screen and (max-width: 767px) {
        .versus .player.winner .winner-icon {
          width: 55px;
          height: 48px; } }
    @media screen and (max-width: 767px) {
      .versus .player.winner.player-left .contents {
        padding-left: 54px !important; } }
    @media screen and (max-width: 767px) {
      .versus .player.winner.player-right .contents {
        padding-left: 0 !important;
        padding-right: 54px; } }
    @media screen and (max-width: 767px) {
      .versus .player.winner.player-right .winner-icon {
        left: auto;
        right: -8px; } }
    .versus .player.inactive {
      opacity: 0.6; }
  .versus .icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    height: 75px;
    background: url("../../assets/images/edia/game10/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 .incomplete-game .button {
  margin-right: 0 !important; }

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

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

#game-toggle {
  display: none; }

.game-init-button {
  width: 200px;
  height: 110px;
  display: block;
  color: #FFFFFF;
  font-size: 2rem;
  font-family: "Bison-Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  padding-top: 66px;
  position: relative;
  letter-spacing: 0;
  background-position: bottom center; }
  .game-init-button br {
    content: "";
    margin-right: 5px; }
  .game-init-button .icon {
    display: none; }

.form-container input[type="text"],
.form-container input[type="password"],
.form-container input[type="email"],
.form-container select {
  font-family: "Muli";
  font-size: 1.4rem;
  border-radius: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  color: #333333; }

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

.form-container .select2-container--default .select2-selection--single {
  height: 34px;
  border-radius: 20px;
  background-color: #ffffff; }

.form-container .select2-selection__rendered {
  color: #333 !important; }

.form-container .radio {
  width: 100%; }
  .form-container .radio .form-input {
    width: 34px !important;
    flex-grow: 0;
    flex-shrink: 0; }
    .form-container .radio .form-input:checked + .form-label:before {
      background-color: #1263a1; }
  .form-container .radio .form-label {
    text-align: left !important; }

.form-container .checkbox .form-input {
  width: 34px !important;
  flex-grow: 0;
  flex-shrink: 0; }
  .form-container .checkbox .form-input:checked + .form-label:after {
    content: "✔";
    background: #FFFFFF;
    color: #1263a1;
    font-size: 2.2rem;
    line-height: 32px;
    padding-top: 0 !important; }

.form-container .form-message {
  color: red;
  font-size: 1.4rem;
  font-family: "Muli";
  font-weight: bold; }

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

.select2-results__option {
  font-family: "Muli";
  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; }

#edia-game10 {
  overflow: hidden;
  /*min-width: 1020px;
  min-height: 660px;*/
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d3dcc9;
  background-image: none; }
  #edia-game10:before {
    content: "";
    position: absolute;
    top: 150px;
    right: 0;
    width: 146px;
    height: 80px;
    background-image: url("../../assets/images/edia/game10/board/footer-cloud.svg"); }
  #edia-game10:after {
    display: none; }
  #edia-game10 .header {
    position: relative;
    z-index: 9; }
    #edia-game10 .header .logotype {
      width: 287px;
      height: 155px;
      margin-left: -143px;
      background-image: url("../../assets/images/edia/game10/title.svg");
      background-repeat: no-repeat; }
      @media screen and (max-width: 1340px) {
        #edia-game10 .header .logotype {
          top: -5px; } }
      @media screen and (max-width: 767px) {
        #edia-game10 .header .logotype {
          display: none; } }
    #edia-game10 .header .menu-button {
      display: none; }
  #edia-game10.blocked {
    pointer-events: none !important; }
  #edia-game10 .pawn {
    position: absolute;
    width: 47px;
    height: 64px;
    background-repeat: no-repeat;
    transform-origin: center; }
    #edia-game10 .pawn.pawn0 {
      background-image: url("../../assets/images/edia/game10/pawns/player-icon0.svg"); }
    #edia-game10 .pawn.pawn1 {
      background-image: url("../../assets/images/edia/game10/pawns/player-icon1.svg"); }
    #edia-game10 .pawn.pawn2 {
      background-image: url("../../assets/images/edia/game10/pawns/player-icon2.svg"); }
    #edia-game10 .pawn.pawn3 {
      background-image: url("../../assets/images/edia/game10/pawns/player-icon3.svg"); }
    #edia-game10 .pawn.pawn4 {
      background-image: url("../../assets/images/edia/game10/pawns/player-icon4.svg"); }
    #edia-game10 .pawn.pawn5 {
      background-image: url("../../assets/images/edia/game10/pawns/player-icon5.svg"); }
  #edia-game10 .playing .pawn {
    width: 58px;
    height: 76px; }
    #edia-game10 .playing .pawn.pawn0 {
      background-image: url("../../assets/images/edia/game10/pawns/player-icon0-active.svg"); }
    #edia-game10 .playing .pawn.pawn1 {
      background-image: url("../../assets/images/edia/game10/pawns/player-icon1-active.svg"); }
    #edia-game10 .playing .pawn.pawn2 {
      background-image: url("../../assets/images/edia/game10/pawns/player-icon2-active.svg"); }
    #edia-game10 .playing .pawn.pawn3 {
      background-image: url("../../assets/images/edia/game10/pawns/player-icon3-active.svg"); }
    #edia-game10 .playing .pawn.pawn4 {
      background-image: url("../../assets/images/edia/game10/pawns/player-icon4-active.svg"); }
    #edia-game10 .playing .pawn.pawn5 {
      background-image: url("../../assets/images/edia/game10/pawns/player-icon5-active.svg"); }
  #edia-game10 .help {
    position: absolute;
    top: 25px;
    left: 175px;
    width: 191px;
    height: 111px;
    background-image: url("../../assets/images/edia/game10/board/help.svg");
    background-repeat: no-repeat; }
    @media screen and (max-width: 1020px) {
      #edia-game10 .help {
        top: 50px;
        left: 80px;
        width: 182px;
        height: 105px; } }
    @media screen and (max-width: 767px) {
      #edia-game10 .help {
        top: 50px;
        left: 25px;
        width: 172px;
        height: 100px; } }
    #edia-game10 .help.no-header {
      top: 15px; }
      @media screen and (max-width: 1020px) {
        #edia-game10 .help.no-header {
          top: 12px; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .help.no-header {
          top: 10px; } }
    #edia-game10 .help.disabled {
      pointer-events: none; }
  #edia-game10 .timer {
    position: absolute;
    top: -1px;
    right: -2px;
    width: 252px;
    height: 133px;
    background-image: url("../../assets/images/edia/game10/board/timer.svg");
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 10px;
    padding-right: 60px;
    z-index: 50; }
    @media screen and (max-width: 1020px) {
      #edia-game10 .timer {
        width: 239px;
        height: 126px;
        right: -2px;
        padding-top: 12px; } }
    @media screen and (max-width: 830px) {
      #edia-game10 .timer {
        width: 226px;
        height: 120px;
        right: -2px;
        padding-top: 12px; } }
    #edia-game10 .timer .title {
      font-family: "Muli";
      font-weight: bold;
      color: #f5c742;
      font-size: 1rem;
      display: block;
      padding-bottom: 0px;
      text-transform: uppercase; }
    #edia-game10 .timer #counter {
      font-family: "Bison-Bold";
      color: #fff;
      font-size: 5rem;
      line-height: 5rem;
      display: block;
      letter-spacing: 0; }
      @media screen and (max-width: 1020px) {
        #edia-game10 .timer #counter {
          font-size: 4.8rem;
          line-height: 4.8rem; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .timer #counter {
          font-size: 4.6rem;
          line-height: 4.6rem; } }
  #edia-game10 .pause {
    position: absolute;
    z-index: 51;
    top: 78px;
    right: 10px;
    width: 174px;
    height: 42px;
    background-image: url("../../assets/images/edia/game10/board/pause.svg");
    background-repeat: no-repeat;
    cursor: pointer; }
    @media screen and (max-width: 1020px) {
      #edia-game10 .pause.main {
        /*display: none !important;*/
        top: 74px;
        right: 10px;
        width: 165px;
        height: 40px; } }
    @media screen and (max-width: 830px) {
      #edia-game10 .pause.main {
        display: none !important;
        top: 68px;
        right: 5px; } }
    #edia-game10 .pause.disabled {
      pointer-events: none; }
  #edia-game10 .players {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
    #edia-game10 .players .item {
      position: relative;
      width: 218px;
      height: 72px;
      background-image: url("../../assets/images/edia/game10/board/player.svg");
      background-repeat: no-repeat;
      margin: 3px 0;
      padding: 15px 0 0 98px;
      transition: all 0.2s linear; }
      #edia-game10 .players .item.online {
        opacity: 1; }
        #edia-game10 .players .item.online:after {
          content: "";
          position: absolute;
          top: 12px;
          left: 26px;
          width: 16px;
          height: 16px;
          border-radius: 8px;
          background-color: #58a947; }
      #edia-game10 .players .item.offline {
        opacity: 0.5; }
        #edia-game10 .players .item.offline:after {
          content: "";
          position: absolute;
          top: 12px;
          left: 26px;
          width: 16px;
          height: 16px;
          border-radius: 8px;
          background-color: #ee283d; }
      #edia-game10 .players .item.active:after {
        top: 23px;
        left: 27px;
        width: 20px;
        height: 20px;
        border-radius: 10px; }
      #edia-game10 .players .item .pawn {
        position: absolute;
        top: -2px;
        left: 35px;
        transform: scale(1); }
      #edia-game10 .players .item .player {
        display: none; }
      #edia-game10 .players .item .name {
        font-family: "Bison-Bold";
        font-size: 2rem;
        line-height: 2rem;
        color: #1263a1;
        display: block;
        padding-bottom: 2px;
        max-width: 115px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      #edia-game10 .players .item .points {
        font-family: "Muli";
        font-size: 1.6rem;
        line-height: 2rem;
        font-weight: bold;
        color: #363b4f;
        display: inline-block; }
      #edia-game10 .players .item .time {
        opacity: 0;
        font-family: "Muli";
        font-size: 1.4rem;
        line-height: 2.1rem;
        color: #ffffff;
        background-color: #363b4f;
        padding: 0 6px;
        display: inline-block;
        margin-left: 5px;
        transition: opacity 0.2s linear; }
      #edia-game10 .players .item.active {
        width: 255px;
        height: 85px;
        background-image: url("../../assets/images/edia/game10/board/player-active.svg");
        padding: 30px 0 0 102px; }
        #edia-game10 .players .item.active .pawn {
          top: 8px;
          left: 41px; }
        #edia-game10 .players .item.active .player {
          display: block;
          position: absolute;
          top: 8px;
          left: 88px;
          font-family: "Muli";
          font-size: 1.1rem;
          font-size: 0;
          color: #fff;
          text-transform: uppercase; }
        #edia-game10 .players .item.active .name,
        #edia-game10 .players .item.active .points {
          color: #fff; }
      #edia-game10 .players .item:hover .time {
        opacity: 1; }
    @media screen and (max-width: 1260px) {
      #edia-game10 .players {
        top: 180px;
        bottom: auto;
        right: -280px;
        transition: right 0.4s linear; }
        #edia-game10 .players .collapsed {
          position: absolute;
          top: 0;
          left: -60px;
          width: 285px;
          height: 429px;
          background: url("../../assets/images/edia/game10/board/players-base5.svg") 50% 50% no-repeat; }
          #edia-game10 .players .collapsed .arrow {
            position: absolute;
            top: 25px;
            left: 31px; }
            #edia-game10 .players .collapsed .arrow:after, #edia-game10 .players .collapsed .arrow:before {
              position: absolute;
              top: 23px;
              content: "";
              width: 7px;
              height: 2px;
              background-color: #35c6f4;
              transition: all 250ms linear; }
            #edia-game10 .players .collapsed .arrow:after {
              right: 4px;
              transform: rotate(45deg); }
            #edia-game10 .players .collapsed .arrow:before {
              right: 4px;
              top: 19px;
              transform: rotate(-45deg); }
          #edia-game10 .players .collapsed.players4 {
            width: 285px;
            height: 344px;
            background-image: url("../../assets/images/edia/game10/board/players-base4.svg"); }
          #edia-game10 .players .collapsed.players3 {
            width: 285px;
            height: 266px;
            background-image: url("../../assets/images/edia/game10/board/players-base3.svg"); }
          #edia-game10 .players .collapsed.players2 {
            width: 285px;
            height: 189px;
            background-image: url("../../assets/images/edia/game10/board/players-base2.svg"); }
          #edia-game10 .players .collapsed .collapsed-icon {
            position: absolute;
            top: -49px;
            left: -65px;
            width: 108px;
            height: 64px;
            background: url("../../assets/images/edia/game10/board/players-collapsed.svg") 50% 50% no-repeat;
            transition: all 0.2s linear;
            transition-delay: 0.4s; }
          #edia-game10 .players .collapsed .hit-area {
            position: absolute;
            top: -10px;
            left: -15px;
            width: 75px;
            height: 200px;
            background-color: rgba(255, 0, 0, 0); }
        #edia-game10 .players.open {
          right: -25px; }
          #edia-game10 .players.open .collapsed {
            left: -54px; }
            #edia-game10 .players.open .collapsed .arrow {
              top: 14px; }
              #edia-game10 .players.open .collapsed .arrow:after {
                transform: rotate(135deg); }
              #edia-game10 .players.open .collapsed .arrow:before {
                transform: rotate(45deg); }
            #edia-game10 .players.open .collapsed .collapsed-icon {
              transition-delay: 0s;
              opacity: 0; }
            #edia-game10 .players.open .collapsed .hit-area {
              position: absolute;
              top: 0;
              left: 0;
              width: 100px;
              height: 200px; } }
    @media screen and (max-width: 1020px) {
      #edia-game10 .players {
        top: 160px;
        transition: all 0.4s linear;
        transform-origin: top left;
        transform: scale(0.9);
        right: -275px; }
        #edia-game10 .players.open {
          right: -50px; } }
    @media screen and (max-width: 830px) {
      #edia-game10 .players {
        top: 135px;
        right: -270px;
        transform-origin: top left;
        transform: scale(0.7); }
        #edia-game10 .players.open {
          right: -95px; } }
    @media screen and (max-height: 400px) {
      #edia-game10 .players {
        top: 82px;
        right: -270px;
        transform-origin: top left;
        transform: scale(0.6); }
        #edia-game10 .players.open {
          top: 75px;
          right: -118px; } }
  #edia-game10 .board {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -240px;
    right: 0;
    margin: auto;
    width: 1125px;
    height: 686px;
    background-image: url("../../assets/images/edia/game10/board/board.svg?v=2");
    background-repeat: no-repeat;
    /*&:before {
			content: "";
			position: absolute;
			top: 170px;
			left: 70px;
			width: 115px;
			height: 127px;
			background-image: url('../../assets/images/edia/game10/board/board-start.svg');
			background-repeat: no-repeat;
		}*/ }
    #edia-game10 .board.block-css-transitions {
      transition: none; }
    @media screen and (min-width: 1020px) {
      #edia-game10 .board {
        top: 0 !important;
        bottom: 0 !important;
        left: calc((100vw - 1125px + 85px) / 2) !important;
        right: 0 !important; } }
    @media screen and (max-width: 1020px) {
      #edia-game10 .board {
        top: 0;
        bottom: 0;
        left: calc((100vw - 1125px + 85px) / 2);
        right: 0; } }
    @media screen and (min-width: 1120px) {
      #edia-game10 .board {
        left: 40px !important; } }
    @media screen and (min-width: 1260px) {
      #edia-game10 .board {
        left: -140px !important; } }
    #edia-game10 .board .player {
      position: absolute;
      top: 0;
      left: 0; }
      #edia-game10 .board .player .pawn {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -23px;
        margin-top: -32px;
        transform: scale(0.8); }
      #edia-game10 .board .player.playing {
        z-index: 10; }
        #edia-game10 .board .player.playing .pawn {
          margin-left: -29px;
          margin-top: -38px;
          transform: scale(1); }
  #edia-game10 .footer-effects {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; }
    @media screen and (max-height: 750px) {
      #edia-game10 .footer-effects {
        display: none; } }
    @media screen and (max-width: 1020px) {
      #edia-game10 .footer-effects {
        display: none; } }
    #edia-game10 .footer-effects:before {
      content: "";
      position: absolute;
      width: 431px;
      height: 145px;
      bottom: 0;
      left: 0;
      background-image: url("../../assets/images/edia/game10/board/footer-left.svg");
      background-repeat: no-repeat; }
      @media screen and (max-height: 925px) {
        #edia-game10 .footer-effects:before {
          width: 388px;
          height: 130px; } }
      @media screen and (max-height: 850px) {
        #edia-game10 .footer-effects:before {
          width: 345px;
          height: 116px; } }
    #edia-game10 .footer-effects:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 542px;
      height: 204px;
      background-image: url("../../assets/images/edia/game10/board/footer-right.svg");
      background-repeat: no-repeat; }
      @media screen and (max-height: 925px) {
        #edia-game10 .footer-effects:after {
          width: 488px;
          height: 184px; } }
      @media screen and (max-height: 850px) {
        #edia-game10 .footer-effects:after {
          width: 434px;
          height: 163px; } }
  #edia-game10 .dice {
    visibility: hidden;
    opacity: 0;
    display: flex;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s linear; }
    #edia-game10 .dice:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75); }
    #edia-game10 .dice .anim {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 135px;
      height: 150px;
      background-image: url("../../assets/images/edia/game10/board/dice/anim.png");
      background-position: 0 0;
      background-repeat: no-repeat; }
    #edia-game10 .dice .output {
      opacity: 0;
      position: relative;
      width: 112px;
      height: 112px;
      text-align: center;
      background-size: cover;
      background-repeat: no-repeat; }
      #edia-game10 .dice .output.face1 {
        background-image: url("../../assets/images/edia/game10/board/dice/face1.svg"); }
      #edia-game10 .dice .output.face2 {
        background-image: url("../../assets/images/edia/game10/board/dice/face2.svg"); }
      #edia-game10 .dice .output.face3 {
        background-image: url("../../assets/images/edia/game10/board/dice/face3.svg"); }
      #edia-game10 .dice .output.face4 {
        background-image: url("../../assets/images/edia/game10/board/dice/face4.svg"); }
      #edia-game10 .dice .output.face5 {
        background-image: url("../../assets/images/edia/game10/board/dice/face5.svg"); }
      #edia-game10 .dice .output.face6 {
        background-image: url("../../assets/images/edia/game10/board/dice/face6.svg"); }
  #edia-game10 .game-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    #edia-game10 .game-popup .contents {
      position: relative;
      width: 755px;
      height: 497px;
      background-color: #d4e9f8;
      border-radius: 20px; }
      @media screen and (max-width: 1020px) {
        #edia-game10 .game-popup .contents {
          width: 90%;
          max-width: 750px;
          height: 90%;
          max-height: 500px; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .game-popup .contents {
          width: calc(100% - 25px);
          max-width: 750px;
          height: calc(100% - 25px);
          max-height: 500px; } }
      #edia-game10 .game-popup .contents.scale-mode {
        width: 100%;
        height: 100%;
        transform-origin: center center; }
      #edia-game10 .game-popup .contents .remote-counter {
        position: absolute;
        top: 12px;
        right: 15px;
        font-family: "Bison-Bold";
        font-size: 2.8rem;
        color: #1263a1;
        z-index: 20; }
      #edia-game10 .game-popup .contents.category0:before {
        background-color: #4763dc;
        background: linear-gradient(to right, #4790fa, #475dd8); }
      #edia-game10 .game-popup .contents.category1:before {
        background-color: #6fa03c;
        background: linear-gradient(to right, #428b32, #9ab445); }
      #edia-game10 .game-popup .contents.category2:before {
        background-color: #8c62e7;
        background: linear-gradient(to right, #853ffb, #917ada); }
      #edia-game10 .game-popup .contents.category3:before {
        background-color: #f8b42b;
        background: linear-gradient(to right, #f3c541, #fd980a); }
      #edia-game10 .game-popup .contents.category4:before {
        background-color: #2791da;
        background: linear-gradient(to right, #2d6ec5, #22b0ee); }
      #edia-game10 .game-popup .contents.category5:before {
        background-color: #f72928;
        background: linear-gradient(to right, #ff1f1f, #f04e4c); }
    #edia-game10 .game-popup.active {
      display: block; }
    #edia-game10 .game-popup:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 51, 71, 0.8); }
    #edia-game10 .game-popup .category-icon {
      position: absolute;
      bottom: calc(100% - 145px);
      left: -15px;
      width: 325px;
      height: 250px;
      background-repeat: no-repeat;
      transform-origin: bottom left; }
      @media screen and (max-width: 1020px) {
        #edia-game10 .game-popup .category-icon {
          transform: scale(0.85);
          bottom: calc(100% - 140px);
          left: -13px; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .game-popup .category-icon {
          transform: scale(0.5);
          bottom: calc(100% - 85px);
          left: -10px; } }
      #edia-game10 .game-popup .category-icon.icon0 {
        background-image: url("../../assets/images/edia/game10/board/category/icon0.svg");
        width: 325px;
        height: 211px;
        left: -75px; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup .category-icon.icon0 {
            left: -65px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup .category-icon.icon0 {
            left: -42px; } }
      #edia-game10 .game-popup .category-icon.icon1 {
        background-image: url("../../assets/images/edia/game10/board/category/icon1.svg");
        width: 240px;
        height: 228px; }
      #edia-game10 .game-popup .category-icon.icon2 {
        background-image: url("../../assets/images/edia/game10/board/category/icon2.svg");
        width: 247px;
        height: 250px; }
      #edia-game10 .game-popup .category-icon.icon3 {
        background-image: url("../../assets/images/edia/game10/board/category/icon3.svg");
        width: 246px;
        height: 214px; }
      #edia-game10 .game-popup .category-icon.icon4 {
        background-image: url("../../assets/images/edia/game10/board/category/icon4.svg");
        width: 214px;
        height: 223px;
        left: -28px; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup .category-icon.icon4 {
            left: -24px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup .category-icon.icon4 {
            left: -15px; } }
      #edia-game10 .game-popup .category-icon.icon5 {
        background-image: url("../../assets/images/edia/game10/board/category/icon5.svg");
        width: 284px;
        height: 247px;
        left: -58px; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup .category-icon.icon5 {
            left: -51px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup .category-icon.icon5 {
            left: -30px; } }
    #edia-game10 .game-popup .category-token {
      position: absolute;
      top: 35px;
      left: 125px;
      font-family: "Muli";
      font-size: 1.2rem;
      color: #fff; }
      @media screen and (max-width: 1020px) {
        #edia-game10 .game-popup .category-token {
          top: 30px;
          left: 125px; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .game-popup .category-token {
          top: 20px;
          left: 90px; } }
    #edia-game10 .game-popup .category-name {
      position: absolute;
      top: 54px;
      left: 125px;
      font-family: "Muli";
      font-size: 2.7rem;
      line-height: 2.9rem;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (max-width: 660px) {
        #edia-game10 .game-popup .category-name.max-width {
          width: 250px !important;
          text-align: left !important;
          padding-left: 30px; } }
      @media screen and (max-width: 1020px) {
        #edia-game10 .game-popup .category-name {
          top: 45px;
          left: 125px;
          font-size: 2.5rem;
          line-height: 2.7rem; }
          #edia-game10 .game-popup .category-name.max-width {
            width: 100%; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .game-popup .category-name {
          font-size: 2.2rem;
          line-height: 2.4rem;
          top: 35px;
          left: 90px; } }
    #edia-game10 .game-popup .player-info {
      position: absolute;
      bottom: -20px;
      right: -20px;
      width: 218px;
      height: 75px;
      background-image: url("../../assets/images/edia/game10/board/player-popup-info.svg?v=1");
      background-repeat: no-repeat;
      padding-left: 85px;
      padding-top: 18px;
      z-index: 11; }
      @media screen and (max-height: 540px) {
        #edia-game10 .game-popup .player-info {
          display: none; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .game-popup .player-info {
          display: none; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .game-popup .player-info.user-playing {
          display: none; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .game-popup .player-info.other-playing {
          display: block;
          top: -20px;
          right: -35px;
          transform: scale(0.8); } }
      #edia-game10 .game-popup .player-info .pawn {
        top: -5px;
        left: 26px;
        height: 70px; }
      #edia-game10 .game-popup .player-info .name {
        font-family: "Bison-Bold";
        font-weight: normal;
        font-size: 2rem;
        line-height: 2rem;
        color: #fff;
        display: block;
        padding-bottom: 2px; }
      #edia-game10 .game-popup .player-info .points {
        font-family: "Muli";
        font-weight: normal;
        font-size: 1.7rem;
        line-height: 1.7rem;
        color: #fff;
        display: inline-block; }
    #edia-game10 .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: "Bison-Bold";
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #4e5961; }
    #edia-game10 .game-popup.select-category {
      z-index: 51; }
      #edia-game10 .game-popup.select-category .background {
        position: absolute;
        top: -20px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 396px;
        height: 411px;
        background-image: url("../../assets/images/edia/game10/board/popup-category-background.svg");
        background-repeat: no-repeat; }
        @media screen and (max-width: 830px), screen and (max-height: 530px) {
          #edia-game10 .game-popup.select-category .background {
            width: 300px;
            height: 308px;
            top: 20px;
            left: 0; } }
      #edia-game10 .game-popup.select-category .central-text {
        position: absolute;
        top: -60px;
        left: 40px;
        font-family: "Bison-Bold";
        font-size: 3.1rem;
        line-height: 3.1rem;
        letter-spacing: 1px;
        color: #1263a1;
        width: 190px;
        height: 128px;
        padding: 20px 40px 0 40px;
        text-align: center;
        /*@media screen and (max-height: 350px) {
          left: -20px;
          top: -30px;
          width: 208px;
          height: 102px;
          font-size: 1.8rem;
          line-height: 2rem;
        }*/ }
        @media screen and (max-width: 830px), screen and (max-height: 530px) {
          #edia-game10 .game-popup.select-category .central-text {
            left: 0;
            top: -30px;
            width: 171px;
            height: 115px;
            font-size: 2.4rem;
            line-height: 2.4rem;
            padding: 5px 60px 0 40px; } }
        #edia-game10 .game-popup.select-category .central-text span {
          position: relative;
          margin-top: -25px; }
        #edia-game10 .game-popup.select-category .central-text span {
          position: relative;
          margin-top: -25px;
          /*@media screen and (max-height: 350px) {
            margin-top: 0;
          }*/ }
        #edia-game10 .game-popup.select-category .central-text br {
          content: "";
          display: none; }
        #edia-game10 .game-popup.select-category .central-text:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 190px;
          height: 128px;
          background-image: url("../../assets/images/edia/game10/board/popup-category-baloon.svg");
          background-repeat: no-repeat; }
          @media screen and (max-width: 830px), screen and (max-height: 530px) {
            #edia-game10 .game-popup.select-category .central-text:before {
              width: 208px;
              height: 102px; } }
      #edia-game10 .game-popup.select-category .categories {
        position: absolute;
        top: 50px;
        left: 50px;
        width: 655px;
        height: 427px;
        overflow: hidden; }
        @media screen and (max-width: 830px), screen and (max-height: 530px) {
          #edia-game10 .game-popup.select-category .categories {
            width: 100%;
            height: 100%;
            top: 20px;
            left: 0px; } }
      #edia-game10 .game-popup.select-category .category {
        position: absolute;
        cursor: auto;
        width: 300px;
        height: 300px;
        left: 330px;
        top: 200px;
        transform-origin: 0 0;
        background-color: #000;
        opacity: 0;
        z-index: 12;
        pointer-events: none; }
        @media screen and (max-width: 830px), screen and (max-height: 530px) {
          #edia-game10 .game-popup.select-category .category {
            top: 50%;
            left: 50%; } }
        #edia-game10 .game-popup.select-category .category .target {
          cursor: pointer;
          transform-origin: 50% 50%;
          width: 100%;
          height: 100%;
          pointer-events: auto; }
        #edia-game10 .game-popup.select-category .category#select-category0 {
          transform: rotate(234.5deg) skewX(-4deg) skewY(33deg) scale(1.1); }
        #edia-game10 .game-popup.select-category .category#select-category1 {
          transform: rotate(-245deg) skewX(-4deg) skewY(33deg) scale(1.1); }
        #edia-game10 .game-popup.select-category .category#select-category2 {
          transform: rotate(296deg) skewX(-4deg) skewY(33deg) scale(1.1); }
        #edia-game10 .game-popup.select-category .category#select-category3 {
          transform: rotate(-304deg) skewX(-4deg) skewY(33deg) scale(1.1); }
        #edia-game10 .game-popup.select-category .category#select-category4 {
          transform: rotate(357deg) skewX(-4deg) skewY(33deg) scale(1.1); }
        #edia-game10 .game-popup.select-category .category#select-category5 {
          transform: rotate(175deg) skewX(-4deg) skewY(33deg) scale(1.1); }
      #edia-game10 .game-popup.select-category .titles {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 10; }
        #edia-game10 .game-popup.select-category .titles .category-title {
          position: absolute;
          font-family: "Bison-Bold";
          font-size: 2rem;
          line-height: 2rem;
          letter-spacing: 1px;
          color: #363b4f;
          text-align: left;
          width: auto; }
          #edia-game10 .game-popup.select-category .titles .category-title:after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            width: 100%;
            max-width: 120px;
            margin: auto;
            border-bottom: 5px solid #000; }
            @media screen and (max-width: 830px), screen and (max-height: 530px) {
              #edia-game10 .game-popup.select-category .titles .category-title:after {
                max-width: 100px; } }
          #edia-game10 .game-popup.select-category .titles .category-title.hover {
            opacity: 0.8; }
          #edia-game10 .game-popup.select-category .titles .category-title#category-title0 {
            top: 80px;
            left: 50%;
            margin-left: 200px;
            text-align: left;
            width: 110px; }
            #edia-game10 .game-popup.select-category .titles .category-title#category-title0:after {
              right: auto;
              border-color: #96a7e6; }
            @media screen and (max-width: 830px), screen and (max-height: 530px) {
              #edia-game10 .game-popup.select-category .titles .category-title#category-title0 {
                top: 30%;
                margin-top: -70px;
                margin-left: 50px;
                width: auto; } }
          #edia-game10 .game-popup.select-category .titles .category-title#category-title1 {
            top: 240px;
            right: 50%;
            margin-right: 190px;
            text-align: right; }
            #edia-game10 .game-popup.select-category .titles .category-title#category-title1:after {
              right: 0;
              left: auto;
              border-color: #50be58; }
            @media screen and (max-width: 830px), screen and (max-height: 530px) {
              #edia-game10 .game-popup.select-category .titles .category-title#category-title1 {
                top: 50%;
                margin-top: 0;
                margin-right: 140px; } }
          #edia-game10 .game-popup.select-category .titles .category-title#category-title2 {
            top: 235px;
            left: 50%;
            margin-left: 190px;
            text-align: left;
            width: 110px; }
            #edia-game10 .game-popup.select-category .titles .category-title#category-title2:after {
              right: auto;
              border-color: #9b4acb; }
            @media screen and (max-width: 830px), screen and (max-height: 530px) {
              #edia-game10 .game-popup.select-category .titles .category-title#category-title2 {
                top: 50%;
                margin-top: 0;
                margin-left: 140px; } }
          #edia-game10 .game-popup.select-category .titles .category-title#category-title3 {
            top: 390px;
            right: 50%;
            margin-right: 120px;
            text-align: left; }
            #edia-game10 .game-popup.select-category .titles .category-title#category-title3:after {
              left: auto;
              border-color: #f4c642; }
            @media screen and (max-width: 830px), screen and (max-height: 530px) {
              #edia-game10 .game-popup.select-category .titles .category-title#category-title3 {
                top: 50%;
                margin-top: 120px;
                margin-right: 90px; } }
          #edia-game10 .game-popup.select-category .titles .category-title#category-title4 {
            top: 390px;
            left: 50%;
            margin-left: 125px;
            width: auto;
            text-align: left; }
            #edia-game10 .game-popup.select-category .titles .category-title#category-title4:after {
              right: auto;
              border-color: #1ecbff; }
            @media screen and (max-width: 830px), screen and (max-height: 530px) {
              #edia-game10 .game-popup.select-category .titles .category-title#category-title4 {
                top: 50%;
                margin-top: 110px;
                margin-left: 100px; } }
          #edia-game10 .game-popup.select-category .titles .category-title#category-title5 {
            top: 105px;
            right: 50%;
            margin-right: 150px;
            text-align: left; }
            #edia-game10 .game-popup.select-category .titles .category-title#category-title5:after {
              left: auto;
              border-color: #ff5a47; }
            @media screen and (max-width: 830px), screen and (max-height: 530px) {
              #edia-game10 .game-popup.select-category .titles .category-title#category-title5 {
                top: 50%;
                margin-top: -90px;
                margin-right: 110px; } }
    #edia-game10 .game-popup.select-difficulty {
      z-index: 51; }
      #edia-game10 .game-popup.select-difficulty .contents {
        position: relative; }
        #edia-game10 .game-popup.select-difficulty .contents:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 80px;
          z-index: 1;
          border-radius: 16px 16px 0 0; }
          @media screen and (max-width: 1020px) {
            #edia-game10 .game-popup.select-difficulty .contents:before {
              height: 70px; } }
          @media screen and (max-width: 830px) {
            #edia-game10 .game-popup.select-difficulty .contents:before {
              height: 60px; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .game-popup.select-difficulty .player-info {
          display: none; } }
      #edia-game10 .game-popup.select-difficulty .category-icon {
        position: absolute;
        margin: auto;
        z-index: 9; }
        @media screen and (max-width: 660px) {
          #edia-game10 .game-popup.select-difficulty .category-icon {
            display: none; } }
      #edia-game10 .game-popup.select-difficulty .category-token {
        display: none; }
      #edia-game10 .game-popup.select-difficulty .category-name {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        text-align: center;
        font-family: "Bison-Bold";
        font-size: 3rem;
        padding-top: 25px;
        color: #fff;
        background-color: transparent;
        /* #f5c742; */
        z-index: 10;
        border-radius: 16px 16px 0 0;
        text-transform: none; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.select-difficulty .category-name {
            height: 70px;
            padding-top: 22px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.select-difficulty .category-name {
            height: 60px;
            padding-top: 20px; } }
      #edia-game10 .game-popup.select-difficulty .central-text {
        font-family: "Muli";
        align-items: flex-start;
        padding-top: 120px;
        word-wrap: normal;
        font-size: 1.7rem;
        line-height: 1.7rem;
        color: #1263a1; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.select-difficulty .central-text {
            padding-top: 120px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.select-difficulty .central-text {
            padding-top: 100px; } }
        @media screen and (max-height: 400px) {
          #edia-game10 .game-popup.select-difficulty .central-text {
            padding-top: 80px; } }
        #edia-game10 .game-popup.select-difficulty .central-text br {
          display: none; }
      #edia-game10 .game-popup.select-difficulty .options {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        #edia-game10 .game-popup.select-difficulty .options .difficulty {
          width: 300px;
          height: 170px;
          margin: 120px 25px 0 25px;
          border-radius: 20px;
          text-align: center;
          background-color: #fff; }
          @media screen and (max-width: 1020px) {
            #edia-game10 .game-popup.select-difficulty .options .difficulty {
              width: 280px;
              height: 170px;
              margin: 120px 20px 0 20px; } }
          @media screen and (max-width: 830px) {
            #edia-game10 .game-popup.select-difficulty .options .difficulty {
              width: 260px;
              height: 170px;
              margin: 150px 15px 0 15px; } }
          #edia-game10 .game-popup.select-difficulty .options .difficulty .difficulty-option {
            position: relative;
            width: 180px;
            margin: auto;
            cursor: pointer; }
            #edia-game10 .game-popup.select-difficulty .options .difficulty .difficulty-option:hover .button-text {
              /*border-color: #fff;*/
              opacity: 0.8; }
          #edia-game10 .game-popup.select-difficulty .options .difficulty .icon {
            position: absolute;
            top: -46px;
            left: -50px;
            display: inline-block;
            width: 125px;
            height: 71px;
            background-repeat: no-repeat;
            background-position: bottom center;
            margin-bottom: 0; }
            #edia-game10 .game-popup.select-difficulty .options .difficulty .icon:after {
              content: "";
              position: absolute;
              top: 10;
              right: 0;
              background-repeat: no-repeat; }
          #edia-game10 .game-popup.select-difficulty .options .difficulty.easy .icon {
            background-image: url("../../assets/images/edia/game10/board/question-easy-icon.svg"); }
            #edia-game10 .game-popup.select-difficulty .options .difficulty.easy .icon:after {
              width: 100px;
              height: 66px;
              top: 18px;
              right: -140px;
              background-image: url("../../assets/images/edia/game10/board/popup-difficulty-easy-icon-2.svg"); }
          #edia-game10 .game-popup.select-difficulty .options .difficulty .points {
            position: relative;
            font-family: "Bison-Bold";
            font-size: 5.5rem;
            color: #1263a1;
            padding-top: 30px;
            padding-bottom: 10px; }
            #edia-game10 .game-popup.select-difficulty .options .difficulty .points span {
              font-family: "Muli";
              font-size: 3.6rem;
              font-weight: normal; }
          #edia-game10 .game-popup.select-difficulty .options .difficulty .button-text {
            position: relative;
            display: inline-block;
            width: 170px;
            height: 50px;
            line-height: 46px;
            border-radius: 30px;
            padding: 0;
            background-color: #50be58;
            border: 3px solid #1263a1;
            color: #fff;
            font-family: "Bison-Bold";
            font-size: 2rem;
            letter-spacing: 1px;
            text-transform: none; }
            @media screen and (max-width: 1020px) {
              #edia-game10 .game-popup.select-difficulty .options .difficulty .button-text {
                width: 160px;
                height: 46px;
                line-height: 42px;
                font-size: 1.9rem; } }
            @media screen and (max-width: 830px) {
              #edia-game10 .game-popup.select-difficulty .options .difficulty .button-text {
                width: 150px;
                height: 42px;
                line-height: 38px;
                font-size: 1.8rem; } }
          #edia-game10 .game-popup.select-difficulty .options .difficulty.hard {
            position: relative; }
            #edia-game10 .game-popup.select-difficulty .options .difficulty.hard .icon {
              background-image: url("../../assets/images/edia/game10/board/question-hard-icon.svg"); }
              #edia-game10 .game-popup.select-difficulty .options .difficulty.hard .icon:after {
                width: 118px;
                height: 68px;
                top: 14px;
                right: -150px;
                background-image: url("../../assets/images/edia/game10/board/popup-difficulty-hard-icon-2.svg"); }
    #edia-game10 .game-popup.ask-question {
      z-index: 51; }
      #edia-game10 .game-popup.ask-question.disabled {
        pointer-events: none; }
      #edia-game10 .game-popup.ask-question .contents {
        position: relative; }
        #edia-game10 .game-popup.ask-question .contents:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 80px;
          background-color: #f5c742;
          z-index: 1;
          border-radius: 16px 16px 0 0; }
          @media screen and (max-width: 1020px) {
            #edia-game10 .game-popup.ask-question .contents:before {
              height: 70px; } }
          @media screen and (max-width: 830px) {
            #edia-game10 .game-popup.ask-question .contents:before {
              height: 60px; } }
      #edia-game10 .game-popup.ask-question .category-icon {
        position: absolute;
        margin: auto;
        z-index: 9; }
        @media screen and (max-width: 660px) {
          #edia-game10 .game-popup.ask-question .category-icon {
            display: none; } }
      #edia-game10 .game-popup.ask-question .category-token {
        display: none; }
      #edia-game10 .game-popup.ask-question .category-name {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        text-align: center;
        font-family: "Bison-Bold";
        font-size: 3rem;
        padding-top: 25px;
        color: #fff;
        background-color: transparent;
        /* #f5c742; */
        z-index: 10;
        border-radius: 16px 16px 0 0;
        text-transform: none; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.ask-question .category-name {
            height: 70px;
            padding-top: 22px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.ask-question .category-name {
            height: 60px;
            padding-top: 20px; } }
      #edia-game10 .game-popup.ask-question .difficulty {
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        transition: opacity 0.2s linear;
        transform-origin: top center;
        transform: scale(0.88);
        z-index: 110; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.ask-question .difficulty {
            top: 68px; } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #edia-game10 .game-popup.ask-question .difficulty {
            top: 56px; } }
        #edia-game10 .game-popup.ask-question .difficulty .stars {
          display: inline-block;
          margin-bottom: 4px;
          width: 147px;
          height: 49px;
          background-repeat: no-repeat;
          background-position: bottom center; }
          @media screen and (max-width: 1020px) {
            #edia-game10 .game-popup.ask-question .difficulty .stars {
              width: 119px;
              height: 67px; } }
          @media screen and (max-width: 830px), screen and (max-height: 400px) {
            #edia-game10 .game-popup.ask-question .difficulty .stars {
              background-position: top center;
              width: 113px;
              height: 64px; } }
        #edia-game10 .game-popup.ask-question .difficulty .easy .stars {
          background-image: url("../../assets/images/edia/game10/board/question-easy-icon.svg");
          background-repeat: no-repeat; }
        #edia-game10 .game-popup.ask-question .difficulty .hard .stars {
          background-image: url("../../assets/images/edia/game10/board/question-hard-icon.svg");
          background-repeat: no-repeat; }
        #edia-game10 .game-popup.ask-question .difficulty .text {
          display: none;
          font-size: 1.9rem;
          color: #fff; }
          @media screen and (max-width: 1020px) {
            #edia-game10 .game-popup.ask-question .difficulty .text {
              font-size: 1.7rem; } }
          @media screen and (max-width: 830px) {
            #edia-game10 .game-popup.ask-question .difficulty .text {
              font-size: 1.5rem; } }
      #edia-game10 .game-popup.ask-question .output {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        z-index: 15; }
        #edia-game10 .game-popup.ask-question .output.output-time {
          text-align: center;
          flex-direction: column;
          width: 200px; }
          @media screen and (max-width: 1020px) {
            #edia-game10 .game-popup.ask-question .output.output-time {
              top: -3px;
              right: -8px;
              transform: scale(0.9); } }
          @media screen and (max-width: 830px), screen and (max-height: 400px) {
            #edia-game10 .game-popup.ask-question .output.output-time {
              top: -6px;
              right: -12px;
              transform: scale(0.8); } }
          #edia-game10 .game-popup.ask-question .output.output-time .icon {
            position: absolute;
            top: -51px;
            right: -65px;
            width: 290px;
            height: 171px;
            background-image: url("../../assets/images/edia/game10/board/question-time.svg");
            background-repeat: no-repeat; }
          #edia-game10 .game-popup.ask-question .output.output-time .title {
            font-family: "Bison-Bold";
            font-weight: normal;
            font-size: 3.3rem;
            line-height: 3.3rem;
            padding-top: 25px;
            padding-left: 30px;
            white-space: nowrap; }
          #edia-game10 .game-popup.ask-question .output.output-time .details {
            font-family: "Muli";
            font-weight: bold;
            font-size: 1.4rem;
            line-height: 1.4rem;
            margin-top: 0;
            padding-left: 30px;
            color: #1263a1; }
        #edia-game10 .game-popup.ask-question .output.output-correct {
          text-align: center;
          flex-direction: column;
          width: 132px; }
          @media screen and (max-width: 1020px) {
            #edia-game10 .game-popup.ask-question .output.output-correct {
              top: -3px;
              right: -4px;
              transform: scale(0.9); } }
          @media screen and (max-width: 830px), screen and (max-height: 400px) {
            #edia-game10 .game-popup.ask-question .output.output-correct {
              top: -6px;
              right: -4px;
              transform: scale(0.8); } }
          #edia-game10 .game-popup.ask-question .output.output-correct .icon {
            position: absolute;
            top: -60px;
            right: -78px;
            width: 291px;
            height: 174px;
            background-image: url("../../assets/images/edia/game10/board/question-correct.svg");
            background-repeat: no-repeat; }
          #edia-game10 .game-popup.ask-question .output.output-correct .title {
            padding-top: 15px; }
        #edia-game10 .game-popup.ask-question .output.output-wrong {
          text-align: center;
          width: 115px; }
          @media screen and (max-width: 1020px) {
            #edia-game10 .game-popup.ask-question .output.output-wrong {
              top: -3px;
              right: -4px;
              transform: scale(0.9); } }
          @media screen and (max-width: 830px), screen and (max-height: 400px) {
            #edia-game10 .game-popup.ask-question .output.output-wrong {
              top: -6px;
              right: 0px;
              transform: scale(0.8); } }
          #edia-game10 .game-popup.ask-question .output.output-wrong .icon {
            position: absolute;
            top: -42px;
            right: -85px;
            width: 290px;
            height: 155px;
            background-image: url("../../assets/images/edia/game10/board/question-wrong.svg");
            background-repeat: no-repeat; }
          #edia-game10 .game-popup.ask-question .output.output-wrong .title {
            padding-top: 20px; }
          #edia-game10 .game-popup.ask-question .output.output-wrong .details {
            display: none; }
        #edia-game10 .game-popup.ask-question .output .title {
          position: relative;
          font-family: "Bison-Bold";
          font-size: 4.5rem;
          line-height: 4.5rem;
          color: #fff; }
        #edia-game10 .game-popup.ask-question .output .details {
          position: relative;
          font-family: "Muli";
          font-weight: bold;
          font-size: 1.4rem;
          line-height: 1.4rem;
          margin-top: -2px;
          color: #1263a1; }
      #edia-game10 .game-popup.ask-question .question-timer {
        position: absolute;
        top: -18px;
        right: -32px;
        width: 201px;
        height: 139px;
        background-image: url("../../assets/images/edia/game10/board/question-timer.svg");
        background-repeat: no-repeat;
        text-align: center;
        padding-top: 30px;
        padding-left: 40px;
        z-index: 12;
        transform-origin: top right; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.ask-question .question-timer {
            right: -28px;
            transform: scale(0.9); } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #edia-game10 .game-popup.ask-question .question-timer {
            right: -18px;
            transform: scale(0.8); } }
        #edia-game10 .game-popup.ask-question .question-timer .title {
          font-family: "Muli";
          font-weight: normal;
          color: #1263a1;
          font-size: 1.1rem;
          display: block;
          padding-bottom: 0;
          text-transform: uppercase; }
        #edia-game10 .game-popup.ask-question .question-timer #question-counter {
          font-family: "Bison-Bold";
          color: #065382;
          font-size: 5.5rem;
          line-height: 5.5rem;
          display: block;
          letter-spacing: 0;
          margin-top: -2px; }
      #edia-game10 .game-popup.ask-question .question {
        position: absolute;
        top: 125px;
        left: 90px;
        width: 570px;
        height: 95px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: "Muli";
        font-weight: bold;
        font-size: 1.7rem;
        line-height: 2rem;
        color: #1263a1;
        transition: opacity 0.2s linear;
        text-transform: none; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.ask-question .question {
            left: 30px;
            top: 110px;
            width: calc(100% - 60px);
            height: 90px; } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #edia-game10 .game-popup.ask-question .question {
            font-size: 1.6rem;
            line-height: 1.6rem;
            left: 15px;
            top: 100px;
            width: calc(100% - 30px);
            height: 80px; } }
      #edia-game10 .game-popup.ask-question .answers {
        position: absolute;
        top: 230px;
        left: 30px;
        width: 690px;
        height: 130px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.ask-question .answers {
            left: 30px;
            top: 200px;
            width: calc(100% - 60px); } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #edia-game10 .game-popup.ask-question .answers {
            left: 15px;
            top: 185px;
            width: calc(100% - 30px);
            height: auto; } }
        #edia-game10 .game-popup.ask-question .answers .answer {
          position: relative;
          flex-basis: calc(50% - 10px);
          height: 90px;
          margin-bottom: 12px;
          background-color: #f7fbfe;
          padding-left: 80px;
          padding-right: 14px;
          cursor: pointer;
          user-select: none;
          transition: background-color 0.2s linear;
          border-radius: 15px; }
          @media screen and (max-width: 1020px) {
            #edia-game10 .game-popup.ask-question .answers .answer {
              height: 80px;
              flex-basis: calc(50% - 12px); } }
          @media screen and (max-width: 830px), screen and (max-height: 400px) {
            #edia-game10 .game-popup.ask-question .answers .answer {
              flex-basis: calc(50% -6px);
              height: 65px;
              margin-bottom: 12px; } }
          @media screen and (max-height: 400px) {
            #edia-game10 .game-popup.ask-question .answers .answer {
              margin-bottom: 4px; } }
          #edia-game10 .game-popup.ask-question .answers .answer:after {
            opacity: 0;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 4px solid #234e60;
            border-radius: 15px;
            pointer-events: none;
            transition: opacity 0.2s linear; }
          #edia-game10 .game-popup.ask-question .answers .answer:before {
            opacity: 0;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 15px;
            transition: opacity 0.2s linear; }
          #edia-game10 .game-popup.ask-question .answers .answer.correct {
            background-color: #50be58; }
            #edia-game10 .game-popup.ask-question .answers .answer.correct:before {
              opacity: 1;
              box-shadow: inset -10px -8px 0 #38c24d; }
          #edia-game10 .game-popup.ask-question .answers .answer.wrong {
            background-color: #ff5a47; }
            #edia-game10 .game-popup.ask-question .answers .answer.wrong:before {
              opacity: 1;
              box-shadow: inset -10px -8px 0 #e65241; }
          #edia-game10 .game-popup.ask-question .answers .answer.selected:after, #edia-game10 .game-popup.ask-question .answers .answer:hover:after {
            opacity: 1; }
          #edia-game10 .game-popup.ask-question .answers .answer.correct .option, #edia-game10 .game-popup.ask-question .answers .answer.wrong .option {
            color: #fff;
            border-color: #fff; }
          #edia-game10 .game-popup.ask-question .answers .answer .option {
            position: absolute;
            top: 20px;
            left: 0px;
            width: 66px;
            height: 50px;
            font-family: "Bison-Bold";
            font-size: 5.5rem;
            line-height: 5.3rem;
            color: #f6a811;
            border-right: 2px solid #f6a811;
            padding-left: 1px;
            text-align: center; }
            @media screen and (max-width: 1020px) {
              #edia-game10 .game-popup.ask-question .answers .answer .option {
                top: 18px;
                font-size: 4.2rem;
                line-height: 4.4rem;
                height: 45px; } }
            @media screen and (max-width: 830px), screen and (max-height: 400px) {
              #edia-game10 .game-popup.ask-question .answers .answer .option {
                top: 14px;
                font-size: 4rem;
                line-height: 3.8rem;
                height: 40px; } }
          #edia-game10 .game-popup.ask-question .answers .answer .text {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            height: 76px;
            margin-top: 7px;
            font-family: "Muli";
            font-weight: bold;
            font-size: 1.6rem;
            line-height: 1.6rem;
            color: #1263a1; }
            @media screen and (max-width: 1020px) {
              #edia-game10 .game-popup.ask-question .answers .answer .text {
                height: 66px;
                font-size: 1.6rem;
                line-height: 1.6rem; } }
            @media screen and (max-width: 830px), screen and (max-height: 400px) {
              #edia-game10 .game-popup.ask-question .answers .answer .text {
                height: 52px;
                font-size: 1.5rem;
                line-height: 1.5rem; } }
      #edia-game10 .game-popup.ask-question.text-mode .question-image {
        display: none !important; }
      #edia-game10 .game-popup.ask-question.text-mode .question-video {
        display: none !important; }
      #edia-game10 .game-popup.ask-question.video-mode .question-image {
        display: none !important; }
      #edia-game10 .game-popup.ask-question.video-mode .question-video {
        display: block;
        position: absolute;
        top: 130px;
        left: 60px;
        width: 630px;
        height: 300px;
        cursor: pointer; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.ask-question.video-mode .question-video {
            width: calc(100% - 120px);
            max-height: calc(100% - 160px); } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #edia-game10 .game-popup.ask-question.video-mode .question-video {
            left: 15px;
            top: 90px;
            width: calc(100% - 30px);
            max-height: calc(100% - 110px); } }
        #edia-game10 .game-popup.ask-question.video-mode .question-video:before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100px;
          height: 100px;
          margin: auto;
          opacity: 1;
          background-image: url("../../assets/images/edia/game10/board/play-video.png?v=1");
          background-size: contain;
          background-repeat: no-repeat;
          transition: all 0.2s linear; }
        #edia-game10 .game-popup.ask-question.video-mode .question-video:hover:before {
          opacity: 0.85; }
        #edia-game10 .game-popup.ask-question.video-mode .question-video.running {
          pointer-events: none; }
          #edia-game10 .game-popup.ask-question.video-mode .question-video.running:before {
            opacity: 0 !important; }
        #edia-game10 .game-popup.ask-question.video-mode .question-video video {
          width: 100%;
          height: 100%;
          pointer-events: none; }
        #edia-game10 .game-popup.ask-question.video-mode .question-video video::-webkit-media-controls {
          display: none; }
      #edia-game10 .game-popup.ask-question.image-mode .contents {
        width: 780px;
        height: 610px;
        background-size: cover;
        border-radius: 20px; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.ask-question.image-mode .contents {
            width: 90%;
            max-width: 750px;
            height: 90%;
            max-height: 500px; } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #edia-game10 .game-popup.ask-question.image-mode .contents {
            width: calc(100% - 25px);
            max-width: 750px;
            height: calc(100% - 25px);
            max-height: 500px; } }
      #edia-game10 .game-popup.ask-question.image-mode .question {
        width: 320px;
        height: 80px;
        top: 140px;
        left: 60px;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.ask-question.image-mode .question {
            top: 130px;
            left: 30px;
            width: calc(50% - 60px); } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #edia-game10 .game-popup.ask-question.image-mode .question {
            left: 15px;
            top: 110px;
            width: calc(50% - 30px);
            height: 60px; } }
      #edia-game10 .game-popup.ask-question.image-mode .question-image {
        display: block;
        position: absolute;
        top: 220px;
        left: 60px;
        width: 300px;
        height: 300px;
        margin-top: 20px; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.ask-question.image-mode .question-image {
            left: 30px;
            top: 210px;
            width: calc(50% - 60px);
            height: calc(100% - 300px);
            margin-top: 20px; } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #edia-game10 .game-popup.ask-question.image-mode .question-image {
            left: 15px;
            top: 180px;
            width: calc(50% - 30px);
            height: calc(100% - 205px);
            margin-top: 10px; } }
        #edia-game10 .game-popup.ask-question.image-mode .question-image img {
          border-radius: 20px;
          border: 3px solid #fff;
          -moz-box-sizing: content-box;
          -webkit-box-sizing: content-box;
          box-sizing: content-box;
          margin-left: -5px;
          margin-top: -5px;
          max-width: 100%;
          max-height: 100%; }
      #edia-game10 .game-popup.ask-question.image-mode .answers {
        top: 140px;
        left: 410px;
        width: 320px; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.ask-question.image-mode .answers {
            top: 130px;
            left: 50%;
            width: calc(50% - 15px); } }
        @media screen and (max-width: 830px), screen and (max-height: 400px) {
          #edia-game10 .game-popup.ask-question.image-mode .answers {
            top: 110px;
            left: 50%;
            width: calc(50% - 15px); } }
        #edia-game10 .game-popup.ask-question.image-mode .answers .answer {
          flex-basis: 100%; }
          @media screen and (max-width: 830px), screen and (max-height: 400px) {
            #edia-game10 .game-popup.ask-question.image-mode .answers .answer {
              margin-bottom: 10px;
              height: 51px; }
              #edia-game10 .game-popup.ask-question.image-mode .answers .answer .option {
                top: 6px; }
              #edia-game10 .game-popup.ask-question.image-mode .answers .answer .text {
                margin-top: 4px;
                height: 43px; } }
    #edia-game10 .game-popup.suspend {
      text-align: center;
      z-index: 51; }
      #edia-game10 .game-popup.suspend .contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px; }
      #edia-game10 .game-popup.suspend .icon {
        margin-top: 40px;
        display: inline-block;
        width: 191px;
        height: 88px;
        background-image: url("../../assets/images/edia/game10/board/popup-suspend-icon.svg?v=1");
        background-repeat: no-repeat;
        text-align: center; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.suspend .icon {
            margin-top: 30px;
            width: 181px;
            height: 84px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.suspend .icon {
            margin-top: 20px;
            width: 172x;
            height: 79px; } }
      #edia-game10 .game-popup.suspend .title {
        font-family: "Bison-Bold";
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: 1px;
        color: #1263a1;
        margin-top: 32px;
        text-transform: uppercase; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.suspend .title {
            font-size: 2.8rem;
            line-height: 2.8rem;
            margin-top: 25px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.suspend .title {
            font-size: 2.6rem;
            line-height: 2.6rem;
            margin-top: 15px; } }
      #edia-game10 .game-popup.suspend .text {
        font-family: "Muli";
        font-weight: normal;
        font-size: 1.7rem;
        line-height: 2rem;
        color: #363b4f;
        max-width: 550px;
        margin: 20px auto 0 auto; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.suspend .text {
            font-size: 1.6rem;
            line-height: 1.9rem; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.suspend .text {
            font-size: 1.5rem;
            line-height: 1.8rem; } }
        #edia-game10 .game-popup.suspend .text span {
          display: block;
          font-family: "Bison-Bold";
          font-size: 3rem;
          line-height: 3rem;
          letter-spacing: 1px;
          color: #1263a1;
          margin-top: 20px;
          font-size: 3rem; }
          @media screen and (max-width: 1020px) {
            #edia-game10 .game-popup.suspend .text span {
              margin-top: 15px;
              font-size: 2.8rem; } }
          @media screen and (max-width: 830px) {
            #edia-game10 .game-popup.suspend .text span {
              margin-top: 10px;
              font-size: 2.7rem; } }
      #edia-game10 .game-popup.suspend .buttons-group {
        margin-top: 65px;
        display: flex;
        flex-direction: row;
        justify-content: center; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.suspend .buttons-group {
            margin-top: 55px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.suspend .buttons-group {
            margin-top: 40px; } }
        @media screen and (max-width: 500px) {
          #edia-game10 .game-popup.suspend .buttons-group {
            margin-top: 10px;
            flex-direction: column; } }
        #edia-game10 .game-popup.suspend .buttons-group .button {
          position: relative;
          display: inline-block;
          margin: 0 20px;
          width: 170px;
          height: 50px;
          line-height: 46px;
          border-radius: 30px;
          padding: 0;
          background-color: #1263a1;
          border: 3px solid #1263a1;
          font-family: "Bison-Bold";
          font-size: 2rem;
          letter-spacing: 1px;
          text-transform: none; }
          @media screen and (max-width: 1020px) {
            #edia-game10 .game-popup.suspend .buttons-group .button {
              width: 160px;
              height: 46px;
              line-height: 42px;
              font-size: 1.9rem; } }
          @media screen and (max-width: 830px) {
            #edia-game10 .game-popup.suspend .buttons-group .button {
              width: 150px;
              height: 42px;
              line-height: 38px;
              font-size: 1.8rem; } }
          @media screen and (max-width: 500px) {
            #edia-game10 .game-popup.suspend .buttons-group .button {
              margin-top: 20px; } }
          #edia-game10 .game-popup.suspend .buttons-group .button.confirm {
            background-color: #50be58;
            /*padding-left: 48px;*/ }
            #edia-game10 .game-popup.suspend .buttons-group .button.confirm .suspend-icon {
              display: none;
              position: absolute;
              top: 2px;
              left: 12px;
              width: 48px;
              height: 40px;
              background-image: url("../../assets/images/edia/game10/board/pause-single.svg");
              background-repeat: no-repeat; }
    #edia-game10 .game-popup.time-over {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 51; }
      #edia-game10 .game-popup.time-over .contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px; }
      #edia-game10 .game-popup.time-over .icon {
        margin-top: 40px;
        display: inline-block;
        width: 210px;
        height: 168px;
        background-image: url("../../assets/images/edia/game10/board/popup-time-over.svg?v=1");
        background-repeat: no-repeat;
        text-align: center; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.time-over .icon {
            margin-top: 30px;
            width: 200px;
            height: 160px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.time-over .icon {
            margin-top: 20px;
            width: 189px;
            height: 151px; } }
      #edia-game10 .game-popup.time-over .title {
        font-family: "Bison-Bold";
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: 1px;
        color: #1263a1;
        margin-top: 20px; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.time-over .title {
            font-size: 2.8rem;
            line-height: 2.8rem; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.time-over .title {
            font-size: 2.6rem;
            line-height: 2.6rem; } }
      #edia-game10 .game-popup.time-over .text {
        font-family: "Muli";
        font-size: 1.7rem;
        line-height: 2rem;
        color: #363b4f;
        max-width: 550px;
        margin: 20px auto 0 auto; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.time-over .text {
            font-size: 1.6rem;
            line-height: 1.9rem; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.time-over .text {
            font-size: 1.5rem;
            line-height: 1.8rem; } }
      #edia-game10 .game-popup.time-over .button {
        position: relative;
        display: inline-block;
        width: 170px;
        height: 50px;
        margin: 50px 20px 0 20px;
        line-height: 46px;
        border-radius: 30px;
        padding: 0;
        background-color: #50be58;
        border: 3px solid #1263a1;
        font-family: "Bison-Bold";
        font-size: 2rem;
        letter-spacing: 1px;
        text-transform: none; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.time-over .button {
            margin-top: 40px;
            width: 160px;
            height: 46px;
            line-height: 42px;
            font-size: 1.9rem; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.time-over .button {
            margin-top: 30px;
            width: 150px;
            height: 42px;
            line-height: 38px;
            font-size: 1.8rem; } }
        @media screen and (max-width: 500px) {
          #edia-game10 .game-popup.time-over .button {
            margin-top: 20px; } }
    #edia-game10 .game-popup.error {
      z-index: 51; }
      #edia-game10 .game-popup.error .contents {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        min-height: 400px;
        background-size: cover;
        border-radius: 25px;
        padding: 20px; }
      #edia-game10 .game-popup.error .icon {
        display: inline-block;
        width: 424px;
        height: 183px;
        margin-top: -40px;
        background-image: url("../../assets/images/edia/game10/board/popup-error-icon.svg?v=1");
        background-repeat: no-repeat;
        text-align: center; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.error .icon {
            width: 403px;
            height: 174px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.error .icon {
            width: 382px;
            height: 165px; } }
      #edia-game10 .game-popup.error .title {
        font-family: "Bison-Bold";
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: 1px;
        color: #1263a1;
        margin-top: 20px; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.error .title {
            font-size: 2.8rem;
            line-height: 2.8rem; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.error .title {
            font-size: 2.6rem;
            line-height: 2.6rem; } }
      #edia-game10 .game-popup.error .text {
        font-family: "Muli";
        font-size: 1.7rem;
        line-height: 2rem;
        color: #363b4f;
        max-width: 550px;
        margin: 20px auto 0 auto; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.error .text {
            font-size: 1.6rem;
            line-height: 1.9rem; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.error .text {
            font-size: 1.5rem;
            line-height: 1.8rem; } }
    #edia-game10 .game-popup.help-detail {
      z-index: 51; }
      #edia-game10 .game-popup.help-detail .contents {
        width: 850px;
        height: auto;
        background-size: cover;
        padding: 55px 75px 45px 60px;
        text-align: left;
        background-size: cover;
        border-radius: 25px; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.help-detail .contents {
            width: 90%;
            max-width: 850px;
            height: 90%;
            max-height: 100%;
            padding: 50px 35px 20px 45px;
            overflow-y: scroll;
            scrollbar-width: initial;
            scrollbar-color: initial;
            /* Works on Chrome/Edge/Safari */ }
            #edia-game10 .game-popup.help-detail .contents::-webkit-scrollbar {
              width: auto; }
            #edia-game10 .game-popup.help-detail .contents::-webkit-scrollbar-track {
              -webkit-box-shadow: auto;
              -webkit-border-radius: auto;
              border-radius: auto;
              background: auto; }
            #edia-game10 .game-popup.help-detail .contents::-webkit-scrollbar-thumb {
              -webkit-border-radius: auto;
              border-radius: auto;
              background: auto;
              -webkit-box-shadow: auto; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.help-detail .contents {
            padding: 40px 25px 10px 25px; } }
      #edia-game10 .game-popup.help-detail .icon {
        position: absolute;
        top: 13px;
        left: 60px;
        width: calc(100% - 60px - 75px);
        height: 40px;
        background-image: url("../../assets/images/edia/game10/board/popup-help.svg?v=1");
        background-repeat: no-repeat;
        background-position: top center;
        text-align: center; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.help-detail .icon {
            left: 45px;
            width: calc(100% - 35px - 45px);
            height: 35px;
            top: 8px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.help-detail .icon {
            left: 25px;
            width: calc(100% - 25px - 25px);
            height: 30px;
            top: 5px; } }
      #edia-game10 .game-popup.help-detail .title {
        font-family: "Bison-Bold";
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: 1px;
        color: #1263a1;
        padding-left: 0;
        text-transform: uppercase;
        text-align: center; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.help-detail .title {
            font-size: 2.8rem;
            line-height: 2.8rem; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.help-detail .title {
            font-size: 2.6rem;
            line-height: 2.6rem; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .game-popup.help-detail .close {
          position: fixed;
          top: 7.5%;
          right: 7.5%; } }
      #edia-game10 .game-popup.help-detail .text {
        font-family: "Muli";
        font-size: 1.7rem;
        line-height: 1.9rem;
        color: #363b4f;
        margin: 18px auto 0 auto; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.help-detail .text {
            font-size: 1.6rem;
            line-height: 1.8rem; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.help-detail .text {
            font-size: 1.5rem;
            line-height: 1.7rem; } }
        #edia-game10 .game-popup.help-detail .text b,
        #edia-game10 .game-popup.help-detail .text strong {
          font-weight: bold; }
        #edia-game10 .game-popup.help-detail .text p {
          margin-bottom: 15px; }
    #edia-game10 .game-popup.wait {
      text-align: center;
      z-index: 51; }
      #edia-game10 .game-popup.wait .contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px; }
      #edia-game10 .game-popup.wait .icon {
        display: inline-block;
        width: 191px;
        height: 88px;
        background-image: url("../../assets/images/edia/game10/board/popup-suspend-icon.svg");
        background-repeat: no-repeat;
        text-align: center; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.wait .icon {
            width: 181px;
            height: 84px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.wait .icon {
            width: 172x;
            height: 79px; } }
      #edia-game10 .game-popup.wait .title {
        font-family: "Bison-Bold";
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: 1px;
        color: #1263a1;
        margin-top: 20px; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.wait .title {
            font-size: 2.8rem;
            line-height: 2.8rem; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.wait .title {
            font-size: 2.6rem;
            line-height: 2.6rem; } }
      #edia-game10 .game-popup.wait .text {
        font-family: "Muli";
        font-weight: bold;
        font-size: 1.7rem;
        line-height: 2rem;
        color: #363b4f;
        max-width: 550px;
        margin: 20px auto 0 auto; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .game-popup.wait .text {
            font-size: 1.6rem;
            line-height: 1.9rem; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .game-popup.wait .text {
            font-size: 1.5rem;
            line-height: 1.8rem; } }
        #edia-game10 .game-popup.wait .text span {
          color: #fff; }
    #edia-game10 .game-popup.next-play .contents-play {
      margin-top: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    #edia-game10 .game-popup.next-play .button {
      position: relative;
      display: inline-block;
      width: 170px;
      height: 50px;
      margin: 50px 20px 0 20px;
      line-height: 46px;
      border-radius: 30px;
      padding: 0;
      background-color: #50be58;
      border: 3px solid #1263a1;
      font-family: "Bison-Bold";
      font-size: 2rem;
      letter-spacing: 1px;
      text-transform: none; }
      @media screen and (max-width: 1020px) {
        #edia-game10 .game-popup.next-play .button {
          margin-top: 40px;
          width: 160px;
          height: 46px;
          line-height: 42px;
          font-size: 1.9rem; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .game-popup.next-play .button {
          margin-top: 30px;
          width: 150px;
          height: 42px;
          line-height: 38px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 500px) {
        #edia-game10 .game-popup.next-play .button {
          margin-top: 20px; } }
      #edia-game10 .game-popup.next-play .button:after {
        content: "";
        position: absolute;
        top: -90px;
        right: 0;
        left: 0;
        margin: auto;
        width: 62px;
        height: 72px;
        background-image: url("../../assets/images/edia/game10/board/dice/static.svg");
        background-repeat: no-repeat; }
    #edia-game10 .game-popup.next-play .options {
      display: flex;
      justify-content: center;
      margin-top: 60px; }
      @media screen and (max-width: 1020px) {
        #edia-game10 .game-popup.next-play .options {
          margin-top: 50px; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .game-popup.next-play .options {
          margin-top: 40px; } }
      #edia-game10 .game-popup.next-play .options .option-button {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 40px;
        text-align: center;
        width: 100px;
        line-height: 38px;
        padding-top: 40px;
        font-family: "Bison-Bold";
        font-size: 2.4rem;
        letter-spacing: 2px;
        color: #fff;
        text-transform: none; }
      #edia-game10 .game-popup.next-play .options .help {
        background-position: top center;
        background-size: 38px 38px;
        background-image: url("../../assets/images/edia/game10/board/help-single.svg"); }
      #edia-game10 .game-popup.next-play .options .pause {
        background-position: top center;
        background-size: 48px 40px;
        background-image: url("../../assets/images/edia/game10/board/pause-single.svg"); }
    #edia-game10 .game-popup .close {
      position: absolute;
      top: 30px;
      right: 30px;
      width: 26px;
      height: 26px;
      background-image: url("../../assets/images/edia/game10/board/popup-close-button.svg");
      background-repeat: no-repeat;
      cursor: pointer;
      pointer-events: all; }
  #edia-game10 .wait-player-remote {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 19;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75); }
    #edia-game10 .wait-player-remote .contents {
      position: relative;
      color: #fff;
      font-family: "Bison-Bold";
      font-size: 4.4rem;
      padding: 0 20px;
      text-align: center; }
      @media screen and (max-width: 1020px) {
        #edia-game10 .wait-player-remote .contents {
          font-size: 3.6rem; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .wait-player-remote .contents {
          font-size: 3.2rem; } }
      #edia-game10 .wait-player-remote .contents span {
        color: #1263a1; }
  #edia-game10 .rotate-screen {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); }
    #edia-game10 .rotate-screen .contents {
      position: relative;
      color: #fff;
      padding: 20px;
      text-align: center; }
      #edia-game10 .rotate-screen .contents .icon {
        display: inline-block;
        width: 200px;
        height: 200px;
        background-image: url("../../assets/images/edia/game10/board/rotate-screen.png");
        background-size: contain;
        background-repeat: no-repeat; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .rotate-screen .contents .icon {
            width: 190px;
            height: 190px; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .rotate-screen .contents .icon {
            width: 180px;
            height: 180px; } }
      #edia-game10 .rotate-screen .contents .title {
        margin-top: 10px;
        font-family: "Bison-Bold";
        font-size: 4.6rem; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .rotate-screen .contents .title {
            font-size: 3.6rem; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .rotate-screen .contents .title {
            font-size: 2.6rem; } }
  #edia-game10 .time-over-remote {
    visibility: hidden;
    opacity: 0;
    display: flex;
    bottom: 5px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 200;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
    text-align: center; }
    #edia-game10 .time-over-remote .contents {
      position: relative;
      color: #fff;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.75);
      border-radius: 15px;
      max-width: 95%; }
      @media screen and (max-width: 1020px) {
        #edia-game10 .time-over-remote .contents {
          padding: 8px 10px; } }
      @media screen and (max-width: 830px) {
        #edia-game10 .time-over-remote .contents {
          padding: 6px 10px; } }
      #edia-game10 .time-over-remote .contents .title {
        font-size: 2.4rem;
        font-weight: bold;
        font-family: "Bison-Bold"; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .time-over-remote .contents .title {
            font-size: 2.2rem; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .time-over-remote .contents .title {
            font-size: 2rem; } }
      #edia-game10 .time-over-remote .contents .text {
        padding-top: 4px;
        font-size: 1.7rem;
        font-family: "Muli"; }
        @media screen and (max-width: 1020px) {
          #edia-game10 .time-over-remote .contents .text {
            font-size: 1.6rem; } }
        @media screen and (max-width: 830px) {
          #edia-game10 .time-over-remote .contents .text {
            font-size: 1.5rem; } }
  #edia-game10 .block-all-transitions {
    transition: none !important; }

#page-login {
  position: relative;
  text-align: center;
  padding-top: 190px;
  padding-bottom: 140px; }
  @media screen and (max-width: 1120px) {
    #page-login {
      padding-bottom: 250px; } }
  @media screen and (max-width: 767px) {
    #page-login {
      padding-top: 150px;
      padding-bottom: 150px; } }
  #page-login .welcome {
    font-size: 4rem;
    font-family: "Bison-Bold";
    color: #1263a1;
    padding-bottom: 15px;
    text-transform: none;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px; }
    @media screen and (max-width: 767px) {
      #page-login .welcome {
        font-size: 2.3rem;
        padding-bottom: 10px;
        max-width: 400px; } }
  #page-login .intro-text {
    font-size: 1.4rem;
    font-family: "Muli";
    font-weight: bold;
    color: #333333;
    padding-bottom: 25px;
    max-width: 400px;
    margin: auto;
    color: #333333; }
    @media screen and (max-width: 767px) {
      #page-login .intro-text {
        padding-bottom: 10px; } }
  #page-login .login-group {
    padding: 20px 0 0 0;
    background-color: #bcd5a6;
    max-width: 670px;
    margin: 0 auto;
    border-radius: 25px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #page-login .login-group {
        background-color: transparent;
        border-radius: 0; } }
    #page-login .login-group .asset {
      position: relative;
      width: 190px;
      height: 95px;
      background: url("../../assets/images/edia/game10/home-rules-action.svg") 50% 50% no-repeat;
      position: absolute;
      top: -280px;
      left: 50%;
      margin-left: calc(-50vw + 30px);
      z-index: 10;
      animation: float 6s ease-in-out infinite; }
      @media screen and (max-width: 1340px) {
        #page-login .login-group .asset {
          left: 50%;
          margin-left: calc(-50vw + 30px); } }
      @media screen and (max-width: 1020px) {
        #page-login .login-group .asset {
          top: -320px;
          margin-left: calc(-50vw + 10px); } }
      @media screen and (max-width: 767px) {
        #page-login .login-group .asset {
          display: none; } }
    #page-login .login-group h2 {
      font-family: "Bison-Bold";
      color: #1263a1;
      font-size: 3rem;
      padding-bottom: 17px;
      text-transform: none;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        #page-login .login-group h2 {
          font-size: 2rem; } }
    #page-login .login-group input {
      margin-bottom: 17px;
      line-height: 38px;
      height: 38px;
      border-radius: 38px;
      padding: 0 20px;
      font-family: "Muli";
      color: #333333;
      background-color: #ebf2e4; }
      #page-login .login-group input::-webkit-input-placeholder {
        color: #000000; }
      #page-login .login-group input::-moz-placeholder {
        color: #000000; }
      #page-login .login-group input:-ms-input-placeholder {
        color: #000000; }
      #page-login .login-group input:-moz-placeholder {
        color: #000000; }
    #page-login .login-group .forgot-password {
      color: #333333;
      font-family: "Muli";
      font-size: 12px;
      padding-bottom: 15px;
      display: block; }
  #page-login .button-login {
    margin: 0 auto;
    background-color: #1263a1; }
  #page-login .form-container {
    width: 350px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      #page-login .form-container {
        width: 100%;
        max-width: 280px; } }
    #page-login .form-container .button {
      width: 100%; }
  #page-login .not-registered {
    color: #333333;
    font-family: "Muli";
    font-size: 1.4rem;
    padding-top: 24px;
    display: block; }
  #page-login .button-group {
    margin-top: 15px;
    margin-bottom: 40px; }
  #page-login .button.regist-here-button {
    color: #1263a1;
    font-family: "Bison-Bold";
    font-size: 2rem;
    padding-top: 0;
    padding-bottom: 25px;
    display: block;
    width: auto;
    max-width: none;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0; }
  #page-login .button {
    max-width: 160px;
    width: 160px; }
  #page-login .form-message {
    padding-top: 15px;
    padding-bottom: 15px; }
  #page-login .footer-links {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 1.1rem;
    color: #1263a1;
    font-family: "Muli";
    font-weight: 800;
    z-index: 1000; }
    @media screen and (max-width: 1120px) {
      #page-login .footer-links {
        bottom: 140px; } }
    @media screen and (max-width: 767px) {
      #page-login .footer-links {
        display: none; } }
    #page-login .footer-links .link {
      transition: all 300ms ease;
      padding: 0 10px; }
      #page-login .footer-links .link:hover {
        opacity: 0.6; }
  #page-login .legal-logos {
    display: flex; }
    #page-login .legal-logos .legal-logo {
      display: block; }

#page-new-account {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 0;
  /*&.teacher-form,
  &.student-form {
    .city-id-group.form-city {
      display: none !important;
    }
  }*/ }
  @media screen and (max-width: 767px) {
    #page-new-account {
      padding-top: 150px; } }
  #page-new-account h1 {
    color: #1263a1;
    font-size: 4rem;
    padding-bottom: 17px; }
    @media screen and (max-width: 767px) {
      #page-new-account h1 {
        font-size: 2.3rem;
        padding-bottom: 12px; } }
  #page-new-account h2 {
    font-family: "Muli";
    color: #333333;
    font-size: 1.4rem;
    padding-bottom: 20px; }
  #page-new-account input::-webkit-input-placeholder {
    color: #333333; }
  #page-new-account input::-moz-placeholder {
    color: #333333; }
  #page-new-account input:-ms-input-placeholder {
    color: #333333; }
  #page-new-account input:-moz-placeholder {
    color: #333333; }
  #page-new-account .decorative-asset {
    display: none; }
  #page-new-account .form-content {
    background-color: #bcd5a6;
    padding: 30px 0 160px 0; }
  #page-new-account .form-age {
    display: none !important; }
  #page-new-account .corner-asset {
    pointer-events: 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; }
      @media screen and (max-width: 767px) {
        #page-new-account .form-container .form-group {
          flex-direction: column;
          width: 100%;
          max-width: 420px;
          align-items: center;
          padding-left: 20px !important;
          padding-right: 20px !important; } }
      #page-new-account .form-container .form-group.type-group {
        padding-left: 140px;
        padding-right: 80px; }
        #page-new-account .form-container .form-group.type-group .form-label {
          width: 100%; }
      #page-new-account .form-container .form-group .form-label {
        width: 180px;
        text-align: right;
        padding-right: 15px;
        color: #333333;
        font-size: 1.4rem;
        font-family: "Muli";
        line-height: 1.4em; }
        @media screen and (max-width: 767px) {
          #page-new-account .form-container .form-group .form-label {
            width: 260px;
            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: 300px; }
      #page-new-account .form-container .form-group .select2-container {
        width: 300px !important; }
      #page-new-account .form-container .form-group .checkbox .form-input {
        width: 40px; }
      #page-new-account .form-container .form-group .checkbox .form-label {
        width: 300px;
        font-size: 1.1rem;
        text-align: left;
        padding-left: 15px;
        padding-right: 0; }
        @media screen and (max-width: 767px) {
          #page-new-account .form-container .form-group .checkbox .form-label {
            padding-left: 10px;
            width: 260px; } }
      #page-new-account .form-container .form-group .info {
        position: absolute;
        top: 0;
        left: 500px;
        width: 220px;
        font-family: "Muli";
        font-size: 1.4rem;
        color: #333333; }
        @media screen and (max-width: 767px) {
          #page-new-account .form-container .form-group .info {
            display: none; } }
    #page-new-account .form-container .agree-group {
      padding-left: 130px;
      margin: 15px 0; }
      @media screen and (max-width: 767px) {
        #page-new-account .form-container .agree-group {
          padding-left: 0px; }
          #page-new-account .form-container .agree-group .form-label {
            margin-top: 4px !important; } }
    #page-new-account .form-container .form-message {
      text-align: center;
      padding: 0 10px; }
  #page-new-account .button {
    width: 300px;
    margin-left: 180px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #page-new-account .button {
        margin: 10px auto; } }
  #page-new-account .button-cancel {
    text-transform: none; }
  #page-new-account .high {
    font-family: "Bison-Bold";
    font-size: 2.2rem;
    text-transform: none;
    color: #1263a1; }
  #page-new-account .help {
    color: #333333;
    font-size: 1.4rem;
    font-weight: normal; }

#page-new-account-ok {
  text-align: center;
  padding-top: 240px;
  padding-bottom: 120px; }
  @media screen and (max-width: 1020px) {
    #page-new-account-ok {
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-new-account-ok {
      padding-top: 200px;
      padding-bottom: 140px; } }
  #page-new-account-ok .middle-bar {
    background: transparent;
    padding-top: 80px; }
    #page-new-account-ok .middle-bar .icon {
      background: url("../../assets/images/edia/game10/email.svg") 50% 50% no-repeat;
      width: 128px;
      height: 65px;
      margin-left: -49px; }
    #page-new-account-ok .middle-bar .title {
      color: #333333;
      font-weight: 800;
      font-size: 1.6rem;
      padding-bottom: 10px;
      font-family: "Muli"; }
    #page-new-account-ok .middle-bar .subtitle {
      color: #333333;
      font-size: 1.6rem;
      font-family: "Muli"; }
  #page-new-account-ok .button {
    width: 150px;
    margin: 20px auto 0 auto; }

#page-user-home {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 240px; }
  @media screen and (max-width: 1020px) {
    #page-user-home {
      padding-bottom: 240px; } }
  @media screen and (max-width: 767px) {
    #page-user-home {
      padding-top: 150px;
      padding-bottom: 170px; } }
  #page-user-home .prize-action-call {
    background: url("../../assets/images/edia/game10/prize-action-call.svg") 50% 50% no-repeat;
    position: absolute;
    top: -100px;
    left: 25px;
    width: 160px;
    height: 92px;
    z-index: 50;
    animation: float 6s ease-in-out infinite; }
    @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.1rem;
    color: #333333;
    font-family: "Muli";
    font-weight: 800;
    position: absolute;
    left: 25px;
    /*left: 50%;
    margin-left: -600px;*/
    text-align: left;
    top: 135px;
    background: url("../../assets/images/edia/game10/teacher-pdf.svg") 10px 50% no-repeat;
    background-size: 54px 54px;
    height: 65px;
    padding: 19px 0 0 70px;
    text-transform: uppercase;
    z-index: 10; }
    @media screen and (max-width: 1340px) {
      #page-user-home .teacher-pdf,
      #page-user-home .question-add {
        margin-left: 0;
        left: 25px; } }
    @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/edia/game10/suggest-question.svg") 0% 50% no-repeat;
    background-size: contain;
    top: 195px;
    padding-top: 25px; }
    @media screen and (max-width: 1020px) {
      #page-user-home .question-add {
        display: none; } }
  #page-user-home .welcome-msg {
    font-size: 4rem;
    color: #1263a1;
    font-family: "Bison-Bold";
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 2px;
    pointer-events: none;
    position: relative; }
  #page-user-home .points {
    position: relative;
    font-size: 2rem;
    color: #FFFFFF;
    font-family: "Bison-Bold";
    font-weight: normal;
    width: 140px;
    height: 60px;
    background: url("../../assets/images/edia/game10/user-points.svg") center center no-repeat;
    margin: auto;
    padding-top: 16px;
    padding-left: 4px;
    padding-right: 8px; }
  #page-user-home .text1 {
    padding: 20px 10px 5px 10px;
    font-family: "Muli";
    font-size: 1.4rem;
    font-weight: 800;
    color: #333333; }
  #page-user-home .text2 {
    font-family: "Muli";
    font-size: 1.4rem;
    font-weight: normal;
    color: #333333;
    padding-bottom: 20px; }
  #page-user-home .group {
    display: flex;
    justify-content: center;
    padding-top: 0;
    align-items: baseline; }
    @media screen and (max-width: 767px) {
      #page-user-home .group {
        flex-direction: column;
        align-items: center; } }
    #page-user-home .group .new-board-game {
      background: url("../../assets/images/edia/game10/board-mode-bg.svg") center bottom no-repeat;
      background-size: 196px 85px;
      margin: 0 20px; }
      @media screen and (max-width: 767px) {
        #page-user-home .group .new-board-game {
          margin-bottom: 0px; } }
    #page-user-home .group .schedule-board-game {
      margin: 0 20px;
      background-color: #1263a1;
      border-radius: 20px;
      padding-top: 0;
      height: 46px;
      margin-top: 64px; }
      #page-user-home .group .schedule-board-game:before {
        content: "";
        position: absolute;
        top: -35px;
        left: 0;
        right: 0;
        margin: auto;
        width: 58px;
        height: 46px;
        background: url("../../assets/images/edia/game10/prepare-games.svg") center bottom no-repeat; }
      @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 .new-battle-game {
      background: url("../../assets/images/edia/game10/battle-mode-bg.svg") center bottom no-repeat;
      background-size: 199px 80px;
      margin: 0 20px; }
  #page-user-home h2 {
    font-family: "Bison-Bold";
    font-size: 3rem;
    color: #1263a1;
    padding-bottom: 20px; }
  #page-user-home .user-details {
    margin-top: 60px;
    padding-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #page-user-home .user-details {
        margin-top: 20px;
        padding-bottom: 50px; } }
    #page-user-home .user-details .suspended-games {
      margin-top: 0; }
    #page-user-home .user-details .last-battles h2 {
      text-transform: none; }

#page-top-scores {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 120px; }
  @media screen and (max-width: 1020px) {
    #page-top-scores {
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-top-scores {
      padding-top: 150px;
      padding-bottom: 160px; } }
  #page-top-scores h1 {
    text-transform: none;
    padding-bottom: 15px; }
  #page-top-scores h2 {
    font-family: "Muli";
    font-weight: 800;
    font-size: 2.8rem;
    color: #333333;
    text-transform: none;
    margin-bottom: 90px;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      #page-top-scores h2 {
        margin-bottom: 40px;
        font-size: 2.6rem; } }
    #page-top-scores h2.subtitle {
      font-size: 2.2rem;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        #page-top-scores h2.subtitle {
          margin-bottom: 60px;
          font-size: 2rem; } }
  #page-top-scores .scores {
    position: relative;
    padding-top: 50px;
    padding-bottom: 120px; }
    @media screen and (max-width: 767px) {
      #page-top-scores .scores {
        padding-bottom: 70px; } }
    #page-top-scores .scores h2 {
      font-family: "Bison-Bold";
      margin-bottom: 20px;
      margin-top: -10px;
      font-weight: normal;
      color: #1263a1; }
      @media screen and (max-width: 767px) {
        #page-top-scores .scores h2 {
          margin-bottom: 10px; } }
    #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;
      padding: 0 20px; }
      #page-top-scores .scores .score-list h3 {
        padding-bottom: 5px;
        font-family: "Muli";
        font-weight: bold; }
      #page-top-scores .scores .score-list .item {
        position: relative;
        width: 100%;
        height: 55px;
        margin-top: 16px;
        background: #FFFFFF;
        border-radius: 8px;
        color: #1263a1; }
        @media screen and (max-width: 767px) {
          #page-top-scores .scores .score-list .item {
            height: 60px; } }
        #page-top-scores .scores .score-list .item .background {
          display: none; }
        #page-top-scores .scores .score-list .item .contents {
          position: relative;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0 25px 0 60px;
          height: 55px; }
          @media screen and (max-width: 767px) {
            #page-top-scores .scores .score-list .item .contents {
              height: 60px;
              padding: 0 25px 0 52px; } }
          #page-top-scores .scores .score-list .item .contents .position {
            position: absolute;
            top: 0;
            bottom: -8px;
            left: -10px;
            margin: auto;
            width: 55px;
            height: 70px;
            background: url("../../assets/images/edia/game10/top-scores/positionX.svg") 50% 50% no-repeat;
            text-align: center;
            font-family: "Bison-Bold";
            font-size: 3.5rem;
            line-height: 1em;
            padding-top: 28px;
            color: #e5ad1d;
            text-shadow: 1px 1px #b98c20; }
          #page-top-scores .scores .score-list .item .contents .name {
            text-align: left;
            font-family: "Bison-Bold";
            font-size: 1.8rem;
            line-height: 2rem;
            color: #1263a1; }
            @media screen and (max-width: 1020px) {
              #page-top-scores .scores .score-list .item .contents .name {
                font-size: 1.7rem; } }
            @media screen and (max-width: 767px) {
              #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: "Bison-Bold";
            font-size: 1.8rem;
            line-height: 2.7rem;
            min-width: 140px;
            color: #ff5a47; }
            @media screen and (max-width: 1020px) {
              #page-top-scores .scores .score-list .item .contents .points {
                font-size: 1.7rem;
                min-width: 80px; } }
            @media screen and (max-width: 767px) {
              #page-top-scores .scores .score-list .item .contents .points {
                font-size: 1.6rem; } }
        #page-top-scores .scores .score-list .item.pos1 {
          background: #1263a1; }
          #page-top-scores .scores .score-list .item.pos1 .name {
            color: #FFFFFF; }
          #page-top-scores .scores .score-list .item.pos1 .position {
            top: auto;
            left: -23px;
            bottom: -4px;
            width: 75px;
            height: 88px;
            background: url("../../assets/images/edia/game10/top-scores/position1.svg") 50% 50% no-repeat;
            padding-left: 6px;
            line-height: 66px;
            font-size: 0; }
    #page-top-scores .scores .double-score-list {
      display: flex;
      max-width: 1080px;
      margin: 10px auto 0 auto;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 1340px) {
        #page-top-scores .scores .double-score-list {
          max-width: 1000px;
          margin: 10px auto 0 auto; } }
      @media screen and (max-width: 1020px) {
        #page-top-scores .scores .double-score-list {
          margin: 10px 1% 0 1%; } }
      #page-top-scores .scores .double-score-list .score-list {
        width: calc(50% - 20px);
        margin: 0; }
        @media screen and (max-width: 1020px) {
          #page-top-scores .scores .double-score-list .score-list {
            width: calc(50% - 0px); } }
        @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: "Muli";
          font-size: 1.6rem;
          color: #333333; }
        #page-top-scores .scores .double-score-list .score-list .item.pos2, #page-top-scores .scores .double-score-list .score-list .item.pos3 {
          background: #1263a1; }
          #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: -20px;
            bottom: -4px;
            width: 69px;
            height: 63px;
            background-image: url("../../assets/images/edia/game10/top-scores/position2.svg");
            padding-left: 2px;
            line-height: 56px; }
            @media screen and (max-width: 767px) {
              #page-top-scores .scores .double-score-list .score-list .item.pos2 .position, #page-top-scores .scores .double-score-list .score-list .item.pos3 .position {
                width: 70px;
                height: 58px; } }
        #page-top-scores .scores .double-score-list .score-list .item.pos3 .position {
          background-image: url("../../assets/images/edia/game10/top-scores/position3.svg"); }
    #page-top-scores .scores.students {
      background-color: #bcd5a6; }
      #page-top-scores .scores.students .scores-icon {
        top: -40px;
        width: 64px;
        height: 78px;
        background-image: url("../../assets/images/edia/game10/top-scores/students.svg");
        background-position: 50% 50%; }
    #page-top-scores .scores.schools .scores-icon {
      top: -55px;
      width: 90px;
      height: 85px;
      background-image: url("../../assets/images/edia/game10/top-scores/schools.svg");
      background-position: 50% 50%; }
    #page-top-scores .scores.teachers {
      background-color: #bcd5a6;
      padding-bottom: 70px;
      margin-bottom: 70px; }
      @media screen and (max-width: 767px) {
        #page-top-scores .scores.teachers {
          padding-bottom: 50px;
          margin-bottom: 50px; } }
      #page-top-scores .scores.teachers .scores-icon {
        top: -35px;
        width: 89px;
        height: 67px;
        background-image: url("../../assets/images/edia/game10/top-scores/teachers.svg");
        background-position: 50% 50%; }
      #page-top-scores .scores.teachers .score-list {
        padding-bottom: 0; }
  #page-top-scores .button-close {
    text-transform: none; }

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

  #page-top-scores .scores .score-list .item .background {
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
  }
}*/
#page-my-profile {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 120px; }
  @media screen and (max-width: 1020px) {
    #page-my-profile {
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-my-profile {
      padding-top: 150px;
      padding-bottom: 160px; } }
  #page-my-profile h1 {
    padding-bottom: 5px; }
  #page-my-profile h2 {
    font-family: "Bison-Bold";
    font-size: 3rem;
    color: #1263a1;
    padding-bottom: 20px;
    text-transform: none; }
  #page-my-profile .notification-control {
    padding-top: 0; }
    #page-my-profile .notification-control .form-label {
      font-family: "Muli"; }
      @media screen and (max-width: 767px) {
        #page-my-profile .notification-control .form-label {
          text-align: left;
          max-width: 400px; } }
  #page-my-profile .points {
    position: relative;
    font-size: 1.6rem;
    color: #FFFFFF;
    font-family: "Bison-Bold";
    font-weight: normal;
    width: 150px;
    height: 52px;
    background: url("../../assets/images/edia/game10/user-points.svg") center center no-repeat;
    margin: auto;
    padding-top: 15px;
    padding-left: 3px;
    padding-right: 8px; }
  #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: "Muli";
      font-weight: 800;
      font-size: 1.8rem;
      line-height: 2.6rem;
      color: #1263a1;
      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: none; }
      @media screen and (max-width: 767px) {
        #page-my-profile .user-info .button-close {
          width: 80%;
          margin-top: 20px; } }
  #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/edia/game10/my-profile/email-icon.svg") 50% 50% no-repeat;
      margin-bottom: 10px; }
    #page-my-profile .invites h2 {
      padding-bottom: 8px;
      font-family: "Bison-Bold";
      font-size: 3rem; }
    #page-my-profile .invites .intro {
      font-family: "Multi";
      font-size: 1.7rem;
      color: #1263a1;
      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: "Muli";
        font-size: 1.5rem;
        color: #1263a1;
        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: "Muli";
          font-size: 1.5rem;
          line-height: 1.5rem;
          height: 32px;
          color: #1263a1;
          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: "Muli";
          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: "Muli";
          font-size: 1.5rem;
          line-height: 24px;
          color: #1263a1; }
          #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-my-profile .user-details {
    margin-top: 40px;
    padding-bottom: 120px; }
    @media screen and (max-width: 767px) {
      #page-my-profile .user-details {
        margin-top: 10px;
        padding-bottom: 10px; } }

#page-game-results {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 120px; }
  @media screen and (max-width: 1020px) {
    #page-game-results {
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-game-results {
      padding-top: 150px;
      padding-bottom: 160px; } }
  #page-game-results .page-contents-group {
    position: relative; }
    #page-game-results .page-contents-group::after {
      content: "";
      content: "";
      background-color: #bcd5a6;
      pointer-events: none;
      position: absolute;
      top: 200px;
      left: 0;
      width: 100%;
      height: 732px;
      z-index: -1; }
  #page-game-results .footer::before, #page-game-results .footer::after {
    position: fixed; }
  #page-game-results h1 br {
    display: none; }
  @media screen and (max-width: 767px) {
    #page-game-results h1 {
      padding-bottom: 10px; } }
  #page-game-results .logotype .icon {
    background: url("../../assets/images/edia/game10/login/icon-logo.svg") 50% 50% no-repeat;
    width: 265px;
    height: 180px;
    position: absolute;
    top: 0px;
    left: -90px; }
    @media screen and (max-width: 1340px) {
      #page-game-results .logotype .icon {
        width: 215px;
        left: -70px; } }
    @media screen and (max-width: 767px) {
      #page-game-results .logotype .icon {
        width: 180px; } }
  #page-game-results .podium-group {
    margin: auto;
    width: 708px;
    margin-top: 40px;
    padding-top: 70px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #page-game-results .podium-group {
        width: 100%;
        padding-top: 0px;
        margin-top: 0; } }
  #page-game-results .podium {
    position: relative;
    width: 716px;
    height: 280px;
    background: url("../../assets/images/edia/game10/results/podium.svg") 50% 50% no-repeat; }
    @media screen and (max-width: 767px) {
      #page-game-results .podium {
        display: none; } }
  #page-game-results .medal1 {
    width: 160px;
    height: 170px;
    background: url("../../assets/images/edia/game10/results/medal1.svg") 50% 50% no-repeat;
    top: -190px;
    left: 50%;
    margin-left: -80px; }
  #page-game-results .medal2 {
    width: 121px;
    height: 111px;
    background: url("../../assets/images/edia/game10/results/medal2.svg") 50% 50% no-repeat;
    top: -136px;
    left: 40px; }
  #page-game-results .medal3 {
    width: 121px;
    height: 111px;
    background: url("../../assets/images/edia/game10/results/medal3.svg") 50% 50% no-repeat;
    top: -137px;
    right: 40px; }
  #page-game-results .medals {
    position: absolute; }
    @media screen and (max-width: 767px) {
      #page-game-results .medals {
        position: static;
        margin: 5px auto; } }
  #page-game-results .button-show-global-scores {
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    width: 200px;
    height: 38px; }
  #page-game-results .player {
    font-size: 1.7rem;
    font-family: "Bison-Bold";
    position: absolute;
    width: 200px; }
    #page-game-results .player:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 16px;
      margin: auto;
      width: 56px;
      height: 50px;
      background-color: #065382;
      border-radius: 64% 36% 63% 37% / 36% 57% 43% 64%;
      transform-origin: center center;
      transform: rotate(220deg); }
      @media screen and (max-width: 767px) {
        #page-game-results .player:before {
          display: none; } }
    @media screen and (max-width: 767px) {
      #page-game-results .player {
        position: static;
        margin: 0 auto 25px auto; } }
    #page-game-results .player .pawn {
      position: relative;
      width: 47px;
      height: 64px;
      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 {
      color: #fff;
      font-size: 1.8rem;
      padding-top: 8px; }
      @media screen and (max-width: 767px) {
        #page-game-results .player .username {
          padding-top: 0; } }
    #page-game-results .player .points {
      padding-top: 2px;
      font-size: 1.4rem;
      font-family: "Muli";
      font-weight: normal;
      color: #fff; }
    #page-game-results .player .secs {
      color: #ffffff;
      background-color: #ff5a47;
      padding: 2px 8px;
      display: none;
      transition: all 300ms ease;
      margin-top: 0;
      width: auto;
      font-size: 1.3rem; }
    #page-game-results .player:hover .secs {
      display: inline-block; }
  #page-game-results .player2 {
    top: 189px;
    left: 28px; }
  #page-game-results .player1 {
    top: 129px;
    left: 258px; }
  #page-game-results .player3 {
    top: 224px;
    left: 489px; }
  #page-game-results .outside-podium-group {
    perspective: 800px;
    margin: 35px auto;
    width: 480px; }
    @media screen and (max-width: 767px) {
      #page-game-results .outside-podium-group {
        width: 320px; } }
  #page-game-results .item-outside-podium {
    height: 70px;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-right: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 1.7rem;
    font-family: "Bison-Bold"; }
    #page-game-results .item-outside-podium .bg {
      background-color: #fff;
      width: 100%;
      height: 70px;
      position: absolute;
      border-radius: 8px;
      top: 0;
      left: 0;
      z-index: 1; }
    #page-game-results .item-outside-podium .medal {
      position: absolute;
      top: -8px;
      left: -20px;
      width: 70px;
      height: 85px;
      z-index: 2; }
    #page-game-results .item-outside-podium .player4 {
      background: url("../../assets/images/edia/game10/results/medal4.svg") 50% 50% no-repeat; }
    #page-game-results .item-outside-podium .player5 {
      background: url("../../assets/images/edia/game10/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: 6px; }
    #page-game-results .item-outside-podium .username {
      color: #1263a1;
      font-weight: normal;
      font-size: 1.8rem;
      padding-top: 8px; }
    #page-game-results .item-outside-podium .points {
      padding-top: 2px;
      font-size: 1.7rem;
      font-family: "Muli";
      font-weight: normal;
      color: #333333; }
    #page-game-results .item-outside-podium .secs {
      color: #ffffff;
      background-color: #616a6f;
      padding: 2px 8px;
      display: none;
      transition: all 300ms ease;
      margin-top: 0;
      width: auto;
      font-size: 1.3rem; }
    #page-game-results .item-outside-podium .pawn {
      width: 47px;
      height: 64px;
      position: relative;
      z-index: 4;
      margin-top: 3px; }
      @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 {
    width: 200px;
    margin: 20px auto 10px auto; }

#page-confirm-email {
  text-align: center;
  padding-top: 220px;
  padding-bottom: 120px; }
  @media screen and (max-width: 1020px) {
    #page-confirm-email {
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-confirm-email {
      padding-top: 180px;
      padding-bottom: 140px; } }
  #page-confirm-email .middle-bar {
    background: transparent;
    padding-top: 130px; }
    #page-confirm-email .middle-bar .icon {
      background: url("../../assets/images/edia/game10/conta-ativa.svg") 50% 50% no-repeat;
      width: 116px;
      height: 96px;
      margin-left: -58px; }
    #page-confirm-email .middle-bar .title {
      color: #333333;
      font-size: 3rem;
      padding-bottom: 10px; }
    #page-confirm-email .middle-bar .subtitle {
      color: #333333;
      font-size: 1.6rem; }
  #page-confirm-email .button {
    width: 150px;
    margin: 20px auto 0 auto; }
  #page-confirm-email .footer {
    display: none; }

#page-request-password {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 0; }
  #page-request-password .text2 {
    color: #333333;
    font-weight: normal;
    margin-top: -10px; }
  #page-request-password .middle-bar {
    padding: 50px 0 334px 0;
    background-color: #bcd5a6; }
    #page-request-password .middle-bar.no-background {
      padding-top: 10px;
      background-color: transparent; }
    @media screen and (max-width: 767px) {
      #page-request-password .middle-bar {
        padding: 40px 0 164px 0; } }
    #page-request-password .middle-bar .title {
      padding-bottom: 50px;
      display: none; }
      #page-request-password .middle-bar .title.active {
        display: block; }
  #page-request-password .form-message {
    padding-bottom: 0;
    padding-top: 0;
    display: none; }
    #page-request-password .form-message.active {
      display: block; }
  #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: #1263a1;
          font-size: 1.4rem;
          font-weight: bold;
          font-family: "Muli";
          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: none; }
  #page-request-password .button-close {
    margin: auto;
    background-color: #1263a1;
    margin-bottom: 50px;
    display: block; }
  #page-request-password .button-cancel {
    margin-top: -6px; }
    @media screen and (max-width: 767px) {
      #page-request-password .button-cancel {
        margin-top: -25px; } }
  #page-request-password .footer {
    position: fixed;
    pointer-events: none; }

#page-legal-page {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 120px; }
  @media screen and (max-width: 1020px) {
    #page-legal-page {
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-legal-page {
      padding-top: 150px;
      padding-bottom: 140px; } }
  #page-legal-page.schema-Scope .logotype .icon {
    background: url("../assets/images/edia/game10/login/icon-logo.svg") 50% 50% no-repeat;
    width: 370px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: -160px; }
    @media screen and (max-width: 1020px) {
      #page-legal-page.schema-Scope .logotype .icon {
        width: 250px;
        left: -80px;
        top: -20px; } }
    @media screen and (max-width: 767px) {
      #page-legal-page.schema-Scope .logotype .icon {
        width: 220px;
        left: 50%;
        margin-left: -110px;
        top: -10px; } }
  #page-legal-page .long-text {
    max-width: 800px;
    margin: auto;
    text-align: center; }
    @media screen and (max-width: 1020px) {
      #page-legal-page .long-text {
        padding: 0 40px; } }
  #page-legal-page .button {
    max-width: 200px;
    margin: 40px auto; }
  #page-legal-page .legal-logos {
    display: flex; }
    #page-legal-page .legal-logos .legal-logo {
      display: block; }

#page-create-game {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 225px;
  padding-bottom: 0; }
  @media screen and (max-width: 1020px) {
    #page-create-game {
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-create-game {
      padding-top: 185px;
      padding-bottom: 140px; } }
  #page-create-game #page-subtitle {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }
  #page-create-game .logotype .icon {
    width: 67px;
    height: 60px;
    background: url("../../assets/images/edia/game10/board-icon.svg") center center no-repeat;
    left: 50%;
    margin-left: -33px;
    top: 180px;
    position: absolute;
    transform-origin: center center; }
    @media screen and (max-width: 767px) {
      #page-create-game .logotype .icon {
        top: 125px;
        transform: scale(0.9); } }
  #page-create-game.preparate-game .logotype .icon {
    width: 58px;
    height: 46px;
    margin-left: -29px;
    top: 188px;
    background: url("../../assets/images/edia/game10/prepare-games.svg") center center no-repeat;
    transform-origin: center center;
    transform: scale(0.9); }
    @media screen and (max-width: 767px) {
      #page-create-game.preparate-game .logotype .icon {
        top: 133px;
        transform: scale(0.8); } }
  #page-create-game h1 {
    padding-bottom: 15px; }
  #page-create-game .text1 {
    padding: 0 10px 5px 10px;
    font-size: 1.4rem;
    font-weight: 800;
    color: #333333; }
  #page-create-game .text2 {
    font-size: 1.4rem;
    font-weight: normal;
    color: #333333;
    padding-bottom: 25px; }
  #page-create-game .user-search-group {
    max-width: 460px;
    margin: auto;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #page-create-game .user-search-group {
        width: 90%; } }
    #page-create-game .user-search-group .form-group {
      position: relative; }
    #page-create-game .user-search-group .select2-container {
      width: 100% !important; }
    #page-create-game .user-search-group .select2-container--default .select2-selection--single {
      height: 40px;
      border-radius: 20px;
      background-color: #fff; }
      #page-create-game .user-search-group .select2-container--default .select2-selection--single:after {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background-color: #fff; }
    #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/edia/game10/create-game/search-icon.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      right: 3px;
      top: 0px; }
    #page-create-game .user-search-group .group-button {
      display: flex;
      align-items: center;
      justify-content: center; }
    #page-create-game .user-search-group .button {
      width: 49%; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-search-group .button {
          width: 100%; } }
    #page-create-game .user-search-group .button-family {
      color: #FFFFFF;
      font-size: 1rem;
      text-decoration: underline;
      width: 50%;
      text-align: center;
      height: 34px;
      background-color: #0d4773; }
      #page-create-game .user-search-group .button-family span {
        background: #1263a1; }
    #page-create-game .user-search-group .button-regist-student {
      background: #1263a1 !important; }
  #page-create-game .user-list {
    margin-top: 30px;
    padding: 30px 0 250px 0;
    width: 100%;
    position: relative;
    background-color: #bcd5a6; }
    #page-create-game .user-list .center {
      width: 100%;
      margin: auto; }
    #page-create-game .user-list .user-list-container {
      width: 90%;
      max-width: 500px;
      margin: auto; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-list .user-list-container {
          max-width: 460px; } }
  #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: "Bison-Bold";
    position: relative;
    margin: 0 0 14px 0;
    border-radius: 20px;
    background: #fff;
    min-width: 500px; }
    #page-create-game .user-item .online-state {
      right: 6px !important;
      margin-top: 0 !important; }
    @media screen and (max-width: 767px) {
      #page-create-game .user-item {
        padding: 0 17px;
        min-width: 320px; } }
    #page-create-game .user-item:last-child {
      margin-bottom: 0; }
    #page-create-game .user-item.preparate-game .user-login,
    #page-create-game .user-item.preparate-game .pick-pawn {
      display: none !important; }
    #page-create-game .user-item.preparate-game .user-fullname {
      display: block;
      font-size: 1.8rem;
      color: #1263a1;
      width: 280px;
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-item.preparate-game .user-fullname {
          width: 170px; } }
    #page-create-game .user-item.preparate-game .delete {
      right: -15px; }
    #page-create-game .user-item.creator-item {
      /*border: solid 3px #343f53;*/ }
      #page-create-game .user-item.creator-item .delete,
      #page-create-game .user-item.creator-item .user-login {
        display: none; }
    #page-create-game .user-item.logged-item .user-login {
      display: none; }
    #page-create-game .user-item.logged-item .pick-pawn {
      display: block; }
    #page-create-game .user-item.pawn-picked .pawn,
    #page-create-game .user-item.pawn-picked .check {
      display: block; }
    #page-create-game .user-item.pawn-picked .pick-pawn,
    #page-create-game .user-item.pawn-picked .delete {
      display: none; }
    #page-create-game .user-item.pawn-picked:not(.logged-item) .pawn,
    #page-create-game .user-item.pawn-picked:not(.logged-item) .check {
      display: none; }
    #page-create-game .user-item .bg {
      display: none; }
    #page-create-game .user-item .user-info-group {
      width: 150px;
      text-align: left;
      font-size: 1.7rem;
      position: relative;
      flex-grow: 1;
      flex-shrink: 0; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-item .user-info-group {
          width: 100px; } }
      #page-create-game .user-item .user-info-group .username {
        color: #1263a1;
        font-family: "Bison-Bold";
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          #page-create-game .user-item .user-info-group .username {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }
      #page-create-game .user-item .user-info-group .points {
        color: #1263a1;
        font-family: "Bison-Bold";
        font-weight: 800; }
    #page-create-game .user-item .user-login {
      width: 250px;
      display: flex;
      position: relative;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-item .user-login {
          width: auto; } }
      #page-create-game .user-item .user-login input {
        width: 150px;
        height: 36px;
        font-size: 1.4rem;
        border: solid 2px #1263a1;
        margin-right: 5px;
        padding: 0 10px; }
        @media screen and (max-width: 767px) {
          #page-create-game .user-item .user-login input {
            width: 100px; } }
        #page-create-game .user-item .user-login input.error {
          border: solid 3px #C99; }
      #page-create-game .user-item .user-login .button {
        font-size: 1.8rem;
        padding: 8px 20px;
        background-color: #50be58;
        border: 3px solid #1263a1; }
    #page-create-game .user-item .pick-pawn {
      position: relative;
      font-size: 1.8rem;
      flex-grow: 0;
      display: none;
      padding: 8px 20px;
      background-color: #50be58;
      border: 3px solid #1263a1; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-item .pick-pawn {
          width: 60%;
          max-width: 180px; } }
    #page-create-game .user-item .delete {
      width: 36px;
      height: 36px;
      background: url("../../assets/images/edia/game10/create-game/remove-icon.svg") 50% 50% no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -19px;
      right: -15px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        #page-create-game .user-item .delete {
          right: -20px; } }
    #page-create-game .user-item .pawn {
      width: 42px;
      height: 58px;
      position: relative;
      display: none;
      background-repeat: no-repeat;
      background-size: contain; }
  #page-create-game .pawn-picker {
    background-color: #1263a1;
    height: 80px;
    position: absolute;
    display: flex;
    padding: 6px 6px;
    right: 50%;
    margin-right: -215px;
    border-radius: 24px;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      #page-create-game .pawn-picker {
        right: 50%;
        margin-right: -215px;
        transform-origin: top right;
        transform: scale(0.8); } }
    @media screen and (max-width: 540px) {
      #page-create-game .pawn-picker {
        right: 0;
        margin-right: 50px; } }
    #page-create-game .pawn-picker:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 15px 30px;
      border-color: transparent transparent #1263a1 transparent;
      position: absolute;
      top: -8px;
      right: 25px; }
    #page-create-game .pawn-picker .pawn {
      width: 55px;
      height: 66px;
      margin: 0 1px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 80%;
      cursor: pointer;
      transition: all 300ms ease;
      border-radius: 0; }
      #page-create-game .pawn-picker .pawn:hover {
        background-color: #88c455; }
  #page-create-game .check {
    background: url("../../assets/images/edia/game10/create-game/check-icon.svg") 50% 50% no-repeat;
    position: relative;
    width: 46px;
    height: 32px;
    margin-right: 20px;
    display: none; }
  #page-create-game .button-start-game,
  #page-create-game .button-prepare-game {
    height: 46px;
    line-height: 46px;
    padding: 0 50px;
    font-size: 1.8rem;
    display: inline-block;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 23px; }
    #page-create-game .button-start-game span,
    #page-create-game .button-prepare-game span {
      height: 46px;
      line-height: 46px;
      padding: 2px 0 0 0;
      border-radius: 23px; }
  #page-create-game .sharable-link {
    background: #fff;
    border-radius: 56px; }
    #page-create-game .sharable-link .button {
      padding-top: 9px;
      line-height: 1.6rem; }
  #page-create-game .sharable-link-help {
    font-family: "Muli";
    color: #1263a1; }
  #page-create-game #sharable-link {
    font-family: "Muli";
    color: #1263a1; }
  #page-create-game .message {
    font-family: "Muli";
    color: #1263a1;
    margin-top: 20px; }
  #page-create-game .game-type .remote-game,
  #page-create-game .game-type .local-game {
    background: url("../../assets/images/edia/game10/board-mode-bg.svg") center bottom no-repeat;
    margin: 0 20px;
    font-size: 1.7rem;
    padding-top: 65px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      #page-create-game .game-type .remote-game,
      #page-create-game .game-type .local-game {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
        font-size: 1.6rem; } }
  #page-create-game .game-type .remote-game {
    background: url("../../assets/images/edia/game10/remote-mode-bg.svg") center bottom no-repeat; }
  #page-create-game .game-type .local-game .icon {
    /*background: url("../../assets/images/edia/game10/board-icon.svg") 50% 50% no-repeat;*/
    width: 105px;
    height: 95px;
    margin-top: -8px;
    margin-left: -5px; }
    @media screen and (max-width: 767px) {
      #page-create-game .game-type .local-game .icon {
        width: 80px;
        margin-left: 25px; } }
  #page-create-game .game-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    #page-create-game .game-popup:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.55); }
    #page-create-game .game-popup .contents {
      position: relative;
      width: 750px;
      height: 500px;
      background-color: #d4e9f8;
      border-radius: 20px; }
    #page-create-game .game-popup .close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 28px;
      height: 28px;
      background-image: url("../../assets/images/edia/game10/board/popup-close-button.svg");
      background-repeat: no-repeat;
      cursor: pointer;
      pointer-events: all; }
    #page-create-game .game-popup.error .contents {
      position: relative;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: none;
      background-color: #d4e9f8;
      width: 100%;
      height: 100%; }
    #page-create-game .game-popup.error .icon {
      display: inline-block;
      width: 219px;
      height: 138px;
      background-image: url("../../assets/images/edia/game10/board/popup-error-icon.svg");
      background-repeat: no-repeat;
      text-align: center; }
    #page-create-game .game-popup.error .title {
      font-family: "Bison-Bold";
      font-size: 3.9rem;
      line-height: 3.9rem;
      color: #1263a1;
      margin-top: 20px; }
    #page-create-game .game-popup.error .text {
      font-family: "Bison-Bold";
      font-size: 2.2rem;
      line-height: 2.5rem;
      color: #1263a1;
      max-width: 550px;
      margin: 20px auto 0 auto; }

.page-battle {
  padding-top: 180px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page-battle {
      overflow: hidden;
      padding-top: 0; } }
  .page-battle.blocked {
    pointer-events: none !important; }
  @media screen and (max-width: 767px) {
    .page-battle .header {
      display: none; } }
  .page-battle .battle-contents {
    position: relative;
    display: none;
    padding-top: 110px; }
  .page-battle .question-progress-bg {
    position: absolute;
    top: 99px;
    left: 0;
    right: 0;
    margin: auto;
    width: 180px;
    height: 70px;
    background: url("../../assets/images/edia/game10/battle/question-number.svg") 50% 50% no-repeat;
    transition: opacity 0.2s linear; }
    .page-battle .question-progress-bg.might-hide {
      opacity: 0 !important; }
  .page-battle .question-progress {
    position: relative;
    font-family: "Bison-Bold";
    font-size: 2rem;
    color: #FFFFFF;
    transition: opacity 0.2s linear;
    padding-top: 10px; }
    .page-battle .question-progress.might-hide {
      opacity: 0 !important; }
  .page-battle .question-info {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 80px;
    margin-top: 0;
    background-color: #1263a1; }
    @media screen and (max-width: 767px) {
      .page-battle .question-info {
        top: 0; } }
    .page-battle .question-info .question-timer {
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      margin: auto;
      width: 172px;
      height: 60px;
      padding-top: 8px; }
      .page-battle .question-info .question-timer .title {
        font-family: "Bison-Bold";
        color: #fff;
        font-size: 1.5rem;
        display: block;
        padding-bottom: 0; }
      .page-battle .question-info .question-timer #question-counter {
        margin-top: -4px;
        font-family: "Bison-Bold";
        color: #fff;
        font-size: 3.4rem;
        display: block;
        letter-spacing: 0; }
    .page-battle .question-info .output {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0 25px; }
      @media screen and (max-width: 767px) {
        .page-battle .question-info .output {
          width: 100%; } }
      .page-battle .question-info .output.output-time {
        background-color: #1263a1;
        text-align: center;
        padding: 0; }
        .page-battle .question-info .output.output-time .icon {
          position: absolute;
          top: -4px;
          right: -20px;
          left: 0;
          margin: auto;
          width: 260px;
          height: 150px;
          background-image: url("../../assets/images/edia/game10/board/question-time.svg");
          background-repeat: no-repeat; }
        .page-battle .question-info .output.output-time .title {
          padding-top: 84px;
          font-size: 2.4rem;
          line-height: 2.8rem;
          max-width: 200px;
          padding-left: 12px; }
        .page-battle .question-info .output.output-time .details {
          padding-top: 3px;
          font-size: 1.5rem;
          line-height: 1em;
          font-weight: normal;
          padding-left: 10px; }
      .page-battle .question-info .output.output-correct {
        background-color: #1263a1;
        text-align: center;
        padding: 0; }
        .page-battle .question-info .output.output-correct .icon {
          position: absolute;
          top: -6px;
          right: -18px;
          left: 0;
          margin: auto;
          width: 235px;
          height: 148px;
          background-image: url("../../assets/images/edia/game10/board/question-correct.svg");
          background-repeat: no-repeat; }
        .page-battle .question-info .output.output-correct .title {
          padding-top: 75px; }
      .page-battle .question-info .output.output-wrong {
        background-color: #1263a1;
        text-align: center;
        padding: 0; }
        .page-battle .question-info .output.output-wrong .icon {
          position: absolute;
          top: 0;
          right: -20px;
          left: 0;
          margin: auto;
          width: 239px;
          height: 150px;
          background-image: url("../../assets/images/edia/game10/board/question-wrong.svg");
          background-repeat: no-repeat; }
      .page-battle .question-info .output .title {
        padding-top: 62px;
        position: relative;
        font-family: "Bison-Bold";
        font-size: 3.6rem;
        line-height: 2.8rem;
        color: #fff;
        padding-left: 18px; }
      .page-battle .question-info .output .details {
        position: relative;
        font-family: "Bison-Bold";
        font-weight: 900;
        font-size: 2.2rem;
        line-height: 2.2rem;
        color: #fff; }
  .page-battle .ask-question {
    padding-top: 40px;
    padding-bottom: 15px;
    width: 100%; }
    .page-battle .ask-question.disabled {
      pointer-events: none; }
    .page-battle .ask-question .question {
      top: 145px;
      left: 90px;
      max-width: 600px;
      padding: 0 20px;
      height: auto;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      text-align: center;
      font-family: "Muli";
      font-weight: 800;
      font-size: 2.4rem;
      line-height: 2.6rem;
      color: #1263a1; }
      @media screen and (max-width: 767px) {
        .page-battle .ask-question .question {
          width: 300px;
          font-size: 2rem;
          line-height: 2.2rem; } }
    .page-battle .ask-question .answers {
      max-width: 600px;
      padding: 0 20px;
      margin: 30px auto 0 auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      .page-battle .ask-question .answers .answer {
        position: relative;
        flex-basis: 100%;
        height: 90px;
        margin-bottom: 12px;
        background-color: #fff;
        padding-left: 80px;
        padding-right: 14px;
        cursor: pointer;
        user-select: none;
        transition: background-color 0.2s linear;
        border-radius: 15px; }
        @media screen and (max-width: 767px) {
          .page-battle .ask-question .answers .answer {
            padding-left: 65px;
            height: 70px; } }
        .page-battle .ask-question .answers .answer.correct {
          background-color: #35d158;
          border: solid 3px #1263a1; }
          .page-battle .ask-question .answers .answer.correct:before {
            opacity: 1; }
        .page-battle .ask-question .answers .answer.wrong {
          background-color: #ff5a47;
          border: solid 3px #1263a1; }
          .page-battle .ask-question .answers .answer.wrong:before {
            opacity: 1; }
        .page-battle .ask-question .answers .answer.selected:after, .page-battle .ask-question .answers .answer:hover:after {
          opacity: 1; }
        .page-battle .ask-question .answers .answer.correct .option, .page-battle .ask-question .answers .answer.wrong .option {
          color: #fff;
          border-color: #fff; }
        .page-battle .ask-question .answers .answer .option {
          position: absolute;
          top: 20px;
          left: 0px;
          width: 66px;
          height: 50px;
          font-family: "Bison-Bold";
          font-size: 4.3rem;
          line-height: 4.6rem;
          color: #f5c742;
          border-right: 2px solid #f5c742;
          padding-left: 1px;
          text-align: center; }
          @media screen and (max-width: 767px) {
            .page-battle .ask-question .answers .answer .option {
              top: 15px;
              width: 51px;
              height: 40px;
              font-size: 3.6rem;
              line-height: 4rem; } }
        .page-battle .ask-question .answers .answer .text {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          text-align: left;
          width: 100%;
          height: 76px;
          margin-top: 7px;
          font-family: "Muli";
          font-weight: bold;
          font-size: 1.6rem;
          line-height: 1.6rem;
          color: #333; }
          @media screen and (max-width: 767px) {
            .page-battle .ask-question .answers .answer .text {
              height: 56px;
              font-size: 1.5rem;
              line-height: 1.6rem; } }
  .page-battle .continue-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-battle .continue-container .continue {
      width: 225px;
      margin: 25px auto 0 auto;
      padding: 0;
      font-size: 3rem;
      pointer-events: all;
      border-radius: 25px;
      line-height: 50px;
      background-color: #50be58;
      border: 3px solid #1263a1; }
      .page-battle .continue-container .continue span {
        border-radius: 25px;
        line-height: 50px;
        padding: 0; }
      .page-battle .continue-container .continue:hover {
        opacity: 0.8 !important; }
      .page-battle .continue-container .continue.disabled {
        pointer-events: none; }
  .page-battle .game-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    .page-battle .game-popup:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.55); }
    .page-battle .game-popup .contents {
      position: relative;
      width: 750px;
      height: 500px;
      background-color: #d4e9f8;
      border-radius: 20px; }
    .page-battle .game-popup .close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 28px;
      height: 28px;
      background-image: url("../../assets/images/edia/game10/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;
      background: none;
      background-color: #d4e9f8;
      width: 100%;
      height: 100%; }
    .page-battle .game-popup.error .icon {
      display: inline-block;
      width: 219px;
      height: 138px;
      background-image: url("../../assets/images/edia/game10/board/popup-error-icon.svg");
      background-repeat: no-repeat;
      text-align: center; }
    .page-battle .game-popup.error .title {
      font-family: "Bison-Bold";
      font-size: 3.9rem;
      line-height: 3.9rem;
      color: #1263a1;
      margin-top: 20px; }
    .page-battle .game-popup.error .text {
      font-family: "Bison-Bold";
      font-size: 2.2rem;
      line-height: 2.5rem;
      color: #1263a1;
      max-width: 550px;
      margin: 20px auto 0 auto; }

.page-battle-results {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 0; }
  @media screen and (max-width: 1020px) {
    .page-battle-results {
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .page-battle-results {
      padding-top: 150px;
      padding-bottom: 0; } }
  .page-battle-results .battle-status {
    font-family: "Bison-Bold";
    font-size: 3.2rem;
    color: #1263a1; }
  .page-battle-results .battle-info {
    padding: 5px 10px 5px 10px;
    font-family: "Muli";
    font-size: 1.4rem;
    font-weight: 800;
    color: #333333; }
  .page-battle-results .player .time {
    color: #FFFFFF;
    background: #35c6f4;
    padding: 3px 5px;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .page-battle-results .player .time {
        display: none; } }
  .page-battle-results .player:hover .time {
    opacity: 1; }
  .page-battle-results .versus.draw-points .player .time {
    opacity: 1; }
  .page-battle-results .summary {
    margin-top: 20px;
    background-color: #bcd5a6;
    padding: 30px 0; }
    .page-battle-results .summary table {
      width: 480px;
      margin: 0 auto 0 auto;
      border: 0;
      border-collapse: separate;
      border-spacing: 0 0; }
      @media screen and (max-width: 767px) {
        .page-battle-results .summary table {
          width: 320px; } }
      .page-battle-results .summary table thead {
        text-align: center;
        color: #1263a1; }
        .page-battle-results .summary table thead tr {
          line-height: 40px; }
          @media screen and (max-width: 767px) {
            .page-battle-results .summary table thead tr {
              line-height: 35px; } }
        .page-battle-results .summary table thead td {
          border-bottom: 2px solid #c8e6fd; }
      .page-battle-results .summary table tbody {
        text-transform: uppercase; }
        .page-battle-results .summary table tbody tr {
          line-height: 45px; }
          @media screen and (max-width: 767px) {
            .page-battle-results .summary table tbody tr {
              line-height: 35px; } }
          .page-battle-results .summary table tbody tr:nth-child(odd) {
            background-color: transparent; }
          .page-battle-results .summary table tbody tr:nth-child(even) {
            background-color: rgba(255, 255, 255, 0.5); }
          .page-battle-results .summary table tbody tr:last-child {
            background-color: transparent; }
        .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/edia/game10/battle/answer-correct.svg") 50% 50% no-repeat; }
            @media screen and (max-width: 767px) {
              .page-battle-results .summary table tbody .answer.correct {
                margin-top: 6px; } }
          .page-battle-results .summary table tbody .answer.wrong {
            margin-top: 6px;
            width: 32px;
            height: 32px;
            background: url("../../assets/images/edia/game10/battle/answer-wrong.svg") 50% 50% no-repeat; }
            @media screen and (max-width: 767px) {
              .page-battle-results .summary table tbody .answer.wrong {
                margin-top: 2px; } }
      .page-battle-results .summary table .question {
        text-align: left;
        padding-left: 20px;
        width: 50%;
        font-family: "Muli";
        font-weight: bold;
        font-size: 1.7rem;
        text-transform: none; }
      .page-battle-results .summary table .user {
        width: 25%;
        font-family: "Bison-Bold";
        font-size: 1.8rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (max-width: 767px) {
          .page-battle-results .summary table .user {
            font-size: 1.4rem; } }
    .page-battle-results .summary .options {
      width: 480px;
      margin: 30px auto 0 auto;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .page-battle-results .summary .options {
          width: 100%;
          flex-wrap: wrap;
          margin-top: 15px; } }
      .page-battle-results .summary .options .button {
        min-width: 225px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 2rem;
        background-color: #1263a1; }
        @media screen and (max-width: 767px) {
          .page-battle-results .summary .options .button {
            width: 80%;
            max-width: 240px;
            margin: 10px auto; } }

#page-create-battle {
  text-align: center;
  padding-top: 225px;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    #page-create-battle {
      padding-top: 185px; } }
  #page-create-battle .logotype:after {
    display: none; }
  #page-create-battle .logotype .icon {
    width: 110px;
    height: 60px;
    background-image: url("../../assets/images/edia/game10/battle/battle-icon.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 50%;
    margin-left: -55px;
    position: absolute;
    top: 180px;
    transform-origin: center center; }
    @media screen and (max-width: 767px) {
      #page-create-battle .logotype .icon {
        top: 125px;
        transform: scale(0.9); } }
  #page-create-battle h1 {
    text-transform: none;
    padding-top: 35px; }
  #page-create-battle h2 {
    padding: 0 10px 5px 10px;
    font-family: "Muli";
    font-size: 1.4rem;
    font-weight: 800;
    color: #333333; }
  #page-create-battle h3 {
    font-family: "Muli";
    font-size: 1.4rem;
    font-weight: normal;
    color: #333333;
    padding-bottom: 25px; }
  #page-create-battle .user-search-group {
    max-width: 460px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
    #page-create-battle .user-search-group .select2-container {
      width: 100% !important; }
    #page-create-battle .user-search-group .select2-container--default .select2-selection--single {
      height: 40px;
      border-radius: 20px;
      background-color: #fff; }
      #page-create-battle .user-search-group .select2-container--default .select2-selection--single:after {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background-color: #fff; }
    #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/edia/game10/create-game/search-icon.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      right: 3px;
      top: 0px; }
  #page-create-battle .user-list {
    background: #bcd5a6;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 0 50px 0;
    margin-bottom: 0; }
    #page-create-battle .user-list .center {
      max-width: 510px; }
  #page-create-battle .other-section {
    padding-bottom: 220px;
    padding-top: 30px;
    background-color: #bcd5a6;
    z-index: 11; }
    @media screen and (max-width: 767px) {
      #page-create-battle .other-section {
        padding-bottom: 160px; } }
  #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: "Bison-Bold";
    position: relative;
    margin: 0 0 14px 0;
    border-radius: 20px;
    background: #fff;
    min-width: 500px; }
    @media screen and (max-width: 767px) {
      #page-create-battle .user-item {
        padding: 0 17px;
        min-width: 320px; } }
    #page-create-battle .user-item:last-child {
      margin-bottom: 0; }
    #page-create-battle .user-item .bg {
      display: none; }
    #page-create-battle .user-item .user-info-group {
      width: 150px;
      text-align: left;
      font-size: 1.7rem;
      position: relative;
      flex-grow: 1;
      flex-shrink: 0; }
      #page-create-battle .user-item .user-info-group .username {
        color: #1263a1;
        font-family: "Bison-Bold";
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          #page-create-battle .user-item .user-info-group .username {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }
      #page-create-battle .user-item .user-info-group .points {
        color: #1263a1;
        font-family: "Bison-Bold"; }
    #page-create-battle .user-item .invite-button {
      position: relative;
      font-size: 2rem;
      flex-grow: 0;
      padding: 8px 20px;
      background-color: #50be58;
      border: 3px solid #1263a1; }
    #page-create-battle .user-item .delete {
      width: 36px;
      height: 36px;
      background: url("../../assets/images/edia/game10/create-game/remove-icon.svg") 50% 50% no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -19px;
      right: -15px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        #page-create-battle .user-item .delete {
          right: -20px; } }
  #page-create-battle .button-mistery-player {
    margin-top: 0;
    background: #1263a1 !important; }
  #page-create-battle .stores {
    text-align: center;
    padding-top: 40px; }
    #page-create-battle .stores .text {
      font-size: 1.4rem;
      color: #333333;
      font-family: "Bison-Bold"; }
    #page-create-battle .stores .store-ios {
      background: url("../../assets/images/edia/game10/store-ios.svg") 50% 50% no-repeat;
      width: 128px;
      height: 42px;
      margin: 20px 10px; }
    #page-create-battle .stores .store-android {
      background: url("../../assets/images/edia/game10/store-android.svg") 50% 50% no-repeat;
      width: 125px;
      height: 42px;
      margin: 20px 10px; }

#page-rules {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 120px; }
  @media screen and (max-width: 1020px) {
    #page-rules {
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-rules {
      padding-top: 150px;
      padding-bottom: 160px; } }
  #page-rules h1 {
    text-transform: none;
    padding-top: 100px; }
    #page-rules h1::after {
      content: "";
      background: url("../../assets/images/edia/game10/rules/tree.svg") 50% 50% no-repeat;
      width: 90px;
      height: 100px;
      position: absolute;
      top: 0px;
      left: 50%;
      margin-left: -45px; }
  #page-rules h2 {
    font-size: 3.2rem;
    font-family: "Bison-Bold";
    color: #1263a1;
    padding-bottom: 25px;
    text-transform: none;
    padding-top: 10px;
    margin-top: 40px;
    position: relative; }
    #page-rules h2::after {
      content: "";
      background: url("../../assets/images/edia/game10/rules/pontuacao.svg") 50% 50% no-repeat;
      width: 100px;
      height: 60px;
      position: absolute;
      top: -55px;
      left: 50%;
      margin-left: -50px; }
  #page-rules h3 {
    font-size: 2.4rem;
    font-family: "Bison-Bold";
    color: #1263a1;
    padding-bottom: 25px;
    padding-top: 10px;
    text-transform: none; }
  #page-rules h4 {
    color: #194170;
    font-size: 1.6rem;
    font-family: "Muli";
    font-weight: bold;
    padding-bottom: 30px; }
  #page-rules .center-contents {
    display: flex;
    flex-wrap: wrap; }
    #page-rules .center-contents .col {
      width: 33.3%; }
      @media screen and (max-width: 767px) {
        #page-rules .center-contents .col {
          width: 100%;
          padding-bottom: 20px; } }
  #page-rules .block {
    background-color: #1263a1;
    padding: 34px 0;
    color: #fff; }
    #page-rules .block .right-side,
    #page-rules .block .left-side {
      width: 50%;
      padding: 0 45px;
      text-align: left; }
      @media screen and (max-width: 1020px) {
        #page-rules .block .right-side,
        #page-rules .block .left-side {
          padding: 0 25px; } }
      @media screen and (max-width: 767px) {
        #page-rules .block .right-side,
        #page-rules .block .left-side {
          width: 100%; } }
      #page-rules .block .right-side p,
      #page-rules .block .left-side p {
        line-height: 1.5em; }
    #page-rules .block:nth-child(odd) {
      background: transparent; }
      #page-rules .block:nth-child(odd) .title {
        color: #1263a1; }
      #page-rules .block:nth-child(odd) .text {
        color: #333; }
    #page-rules .block:last-child {
      background-color: #fff; }
    #page-rules .block .title {
      font-size: 2.2rem;
      font-family: "Bison-Bold";
      padding-bottom: 18px;
      text-transform: uppercase; }
      #page-rules .block .title:empty {
        padding-bottom: 0px; }
    #page-rules .block .text {
      font-size: 1.5rem;
      color: #fff;
      font-family: "Muli"; }
      #page-rules .block .text p {
        font-size: 1.5rem;
        font-family: "Muli"; }
    #page-rules .block img {
      margin: 30px 0; }
  #page-rules .pontuation {
    background-color: transparent;
    padding: 44px 0 44px 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      #page-rules .pontuation {
        padding-bottom: 10px; } }
    #page-rules .pontuation .text {
      text-align: left;
      font-size: 1.5rem;
      font-family: "Muli"; }
      #page-rules .pontuation .text p {
        font-size: 1.5rem;
        font-family: "Muli"; }
    #page-rules .pontuation .subtitle {
      padding: 0px 20px 30px 20px;
      font-family: "Muli"; }
    #page-rules .pontuation .col {
      padding: 0 34px; }
      @media screen and (max-width: 767px) {
        #page-rules .pontuation .col {
          padding: 20px 25px; } }
  #page-rules .icon {
    margin: auto; }
  #page-rules .icon-students {
    background: url("../../assets/images/edia/game10/top-scores/students.svg") 50% 100% no-repeat;
    width: 64px;
    height: 85px; }
    @media screen and (max-width: 767px) {
      #page-rules .icon-students {
        height: 78px; } }
  #page-rules .icon-teachers {
    background: url("../../assets/images/edia/game10/top-scores/teachers.svg") 50% 100% no-repeat;
    width: 89px;
    height: 85px; }
    @media screen and (max-width: 767px) {
      #page-rules .icon-teachers {
        height: 67px; } }
  #page-rules .icon-schools {
    background: url("../../assets/images/edia/game10/top-scores/schools.svg") 50% 100% no-repeat;
    width: 90px;
    height: 85px; }
  #page-rules .icon-pontuation {
    display: none; }
  #page-rules .icon-prize {
    background: url("../../assets/images/edia/game10/internal-page-logo-icon.svg") 50% 50% no-repeat;
    width: 140px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -70px; }
  #page-rules .button-close {
    margin-top: 30px; }

#page-prizes {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    #page-prizes {
      padding-top: 150px; } }
  #page-prizes h1 {
    padding-bottom: 15px;
    text-transform: none; }
  #page-prizes h2 {
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: none;
    font-family: "Muli"; }
    @media screen and (max-width: 767px) {
      #page-prizes h2 {
        font-size: 2rem;
        padding-bottom: 40px; } }
  #page-prizes h3 {
    font-size: 2.8rem;
    font-family: "Bison-Bold";
    color: #1263a1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-transform: none; }
    @media screen and (max-width: 767px) {
      #page-prizes h3 {
        font-size: 2rem; } }
  #page-prizes h4 {
    color: #333333;
    font-size: 1.6rem;
    font-family: "Muli";
    padding-bottom: 50px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      #page-prizes h4 {
        padding-bottom: 30px; } }
  #page-prizes .center-contents {
    display: flex;
    flex-wrap: wrap; }
    #page-prizes .center-contents .col {
      width: 33.3%;
      position: relative; }
      @media screen and (max-width: 767px) {
        #page-prizes .center-contents .col {
          width: 100%;
          padding-bottom: 20px; } }
  #page-prizes .prizes {
    background: #bcd5a6;
    padding: 44px 0 250px 0;
    position: relative;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      #page-prizes .prizes {
        padding: 30px 0 230px 0;
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      #page-prizes .prizes .center-contents {
        margin-top: 0; } }
  #page-prizes .icon {
    margin: auto; }
  #page-prizes .icon-students {
    position: absolute;
    top: -84px;
    left: 0;
    right: 0;
    background: url("../../assets/images/edia/game10/top-scores/students.svg") 50% 50% no-repeat;
    width: 64px;
    height: 78px; }
    @media screen and (max-width: 767px) {
      #page-prizes .icon-students {
        position: relative;
        top: auto;
        left: auto;
        right: auto; } }
  #page-prizes .icon-teachers {
    position: absolute;
    top: -84px;
    left: 0;
    right: 0;
    background: url("../../assets/images/edia/game10/top-scores/teachers.svg") 50% 50% no-repeat;
    width: 130px;
    height: 80px; }
    @media screen and (max-width: 767px) {
      #page-prizes .icon-teachers {
        position: relative;
        top: auto;
        left: auto;
        right: auto; } }
  #page-prizes .icon-schools {
    position: absolute;
    top: -99px;
    left: 0;
    right: 0;
    background: url("../../assets/images/edia/game10/top-scores/schools.svg") 50% 50% no-repeat;
    width: 90px;
    height: 85px; }
    @media screen and (max-width: 767px) {
      #page-prizes .icon-schools {
        position: relative;
        top: auto;
        left: auto;
        right: auto; } }
  #page-prizes .icon-pontuation {
    background: url("../../assets/images/edia/game10/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/edia/game10/internal-page-logo-icon.svg") 50% 50% no-repeat;
    width: 140px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -70px; }
  #page-prizes .places {
    text-align: left; }
    #page-prizes .places .item {
      display: flex;
      align-items: flex-start;
      color: #1263a1;
      font-size: 1.6rem;
      margin: 0 auto 20px auto;
      max-width: 300px; }
    #page-prizes .places .icon {
      flex-grow: 0;
      flex-shrink: 0; }
    #page-prizes .places .place1 {
      margin: 0;
      width: 80px;
      height: 96px;
      background: url("../../assets/images/edia/game10/rules/medal1.svg") 50% 50% no-repeat;
      margin-top: -25px; }
    #page-prizes .places .place2 {
      margin: 0;
      width: 80px;
      height: 74px;
      background: url("../../assets/images/edia/game10/rules/medal2.svg") 50% 50% no-repeat; }
    #page-prizes .places .place3 {
      margin: 0;
      width: 80px;
      height: 74px;
      background: url("../../assets/images/edia/game10/rules/medal3.svg") 50% 50% no-repeat; }
    #page-prizes .places .medal {
      margin: 0;
      width: 80px;
      height: 88px;
      background: url("../../assets/images/edia/game10/rules/prize-medal.svg") 50% 50% no-repeat; }
    #page-prizes .places .text-group {
      flex-grow: 1;
      padding-left: 16px;
      padding-top: 0;
      font-family: "Muli";
      color: #333333; }
      #page-prizes .places .text-group .pos {
        font-weight: 800;
        font-size: 1.7rem; }
      #page-prizes .places .text-group .prize-desc {
        margin-top: 4px;
        font-weight: normal;
        font-size: 1.5rem; }
  #page-prizes .button-close {
    margin-top: 70px;
    text-transform: none;
    position: absolute;
    left: 50%;
    bottom: 100px;
    margin-left: -40px; }
    @media screen and (max-width: 767px) {
      #page-prizes .button-close {
        margin-top: 10px;
        bottom: 190px; } }
  #page-prizes .footer {
    position: fixed;
    pointer-events: none; }

#page-change-user {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    #page-change-user {
      padding-top: 150px; } }
  #page-change-user .middle-bar {
    padding: 50px 0 280px 0;
    background-color: #bcd5a6; }
    @media screen and (max-width: 767px) {
      #page-change-user .middle-bar {
        padding-bottom: 150px; } }
  #page-change-user .form-message {
    padding-bottom: 0;
    padding-top: 0;
    display: none; }
    #page-change-user .form-message.active {
      display: block; }
  #page-change-user .form-container {
    width: 300px;
    margin: auto; }
    #page-change-user .form-container .form-group {
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #page-change-user .form-container .form-group {
          flex-direction: column; } }
      #page-change-user .form-container .form-group .button {
        width: 220px; }
      #page-change-user .form-container .form-group .form-label {
        width: 100px;
        text-align: right;
        padding-right: 8px;
        color: #1263a1;
        font-size: 1.4rem;
        font-weight: bold;
        font-family: "Muli";
        line-height: 1em; }
        @media screen and (max-width: 767px) {
          #page-change-user .form-container .form-group .form-label {
            width: 220px;
            text-align: center;
            padding-bottom: 14px;
            margin-top: 10px; } }
      #page-change-user .form-container .form-group .form-input {
        width: 165px; }
        @media screen and (max-width: 767px) {
          #page-change-user .form-container .form-group .form-input {
            width: 220px; } }
  #page-change-user .button {
    margin: 6px 0;
    text-transform: none; }
  #page-change-user .button-cancel {
    margin-top: -6px; }
    @media screen and (max-width: 767px) {
      #page-change-user .button-cancel {
        margin-top: -25px; } }
  #page-change-user .footer {
    position: fixed; }

#page-add-question {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 120px; }
  @media screen and (max-width: 1020px) {
    #page-add-question {
      padding-bottom: 140px; } }
  @media screen and (max-width: 767px) {
    #page-add-question {
      padding-top: 150px;
      padding-bottom: 160px; } }
  #page-add-question .page-contents-group .logotype {
    display: none; }
  #page-add-question h2 {
    text-align: center;
    font-size: 1.6rem;
    font-family: "Muli";
    color: #333333;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      #page-add-question h2 {
        max-width: 400px;
        margin: auto; } }
  #page-add-question .form-container {
    max-width: 760px;
    margin: 40px auto;
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      #page-add-question .form-container {
        max-width: 320px;
        padding: 0;
        margin: 30px auto 0 auto; } }
    #page-add-question .form-container .form-group {
      flex-direction: row;
      align-items: center;
      margin-bottom: 15px;
      text-align: right; }
      @media screen and (max-width: 767px) {
        #page-add-question .form-container .form-group {
          flex-direction: column;
          text-align: left; } }
      #page-add-question .form-container .form-group .form-label {
        font-family: "Muli";
        width: 150px;
        font-size: 1.4rem;
        font-weight: 800;
        color: #333333;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 15px; }
        @media screen and (max-width: 767px) {
          #page-add-question .form-container .form-group .form-label {
            width: 320px;
            padding-bottom: 5px;
            padding-left: 15px; } }
      @media screen and (max-width: 767px) {
        #page-add-question .form-container .form-group .form-input {
          width: 320px; } }
      #page-add-question .form-container .form-group .note {
        font-size: 1rem;
        display: block; }
        @media screen and (max-width: 767px) {
          #page-add-question .form-container .form-group .note {
            display: inline; } }
  #page-add-question .form-buttons {
    justify-content: center; }
    #page-add-question .form-buttons .button {
      margin: 0 20px;
      min-width: 150px; }
      @media screen and (max-width: 767px) {
        #page-add-question .form-buttons .button {
          margin-top: 20px; } }
  #page-add-question .form-message {
    padding-bottom: 25px;
    padding-top: 0;
    display: none; }
    @media screen and (max-width: 767px) {
      #page-add-question .form-message {
        padding-bottom: 0; } }
    #page-add-question .form-message.active {
      display: block; }

#app[data-page="game"]:after {
  display: none; }
/*# sourceMappingURL=style.css.map */
