  /***********************************************
    Header Container
  ************************************************/
  /***********************************************
    Footer Container
  ************************************************/
  .lContainer.play {
    background-image: url(../img/play/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%; }

  @media screen and (min-width: 840px) {
    .lContainer.play {
      height: 100vh; } }

  .lContainer.play .container {
    max-width: 1500px;
    padding: 0 2rem; }

  @media screen and (max-width: 1280px) {
    .lContainer.play .container {
      padding-left: 2rem;
      padding-right: 2rem; } }

  @media screen and (max-width: 500px) {
    .lContainer.play .container {
      position: relative; } }

  .lContainer.play .money {
    background-color: #1c3bac;
    width: 180px;
    border: 3px solid #c3790c;
    border-radius: 10px;
    position: absolute;
    display: none;
    z-index: 9;
    left: auto;
    top: 95px; }

  @media screen and (max-width: 500px) {
    .lContainer.play .money {
      z-index: 999999;
      width: 150px; } }

  .lContainer.play .money .moneyList {
    padding: 0.8rem; }

  .lContainer.play .money .moneyList__item {
    padding: 0.4rem 0.8rem;
    color: #ffde20;
    font-weight: bold;
    font-size: 14px; }
    
  @media screen and (max-width: 500px) {
    .lContainer.play .money .moneyList__item {
      padding: 0.3rem 0.6rem;
      font-size: 12px; } }

  .lContainer.play .money .moneyList__item.active {
    background-color: #c3790c !important; }

  .lContainer.play .money .moneyList__item.active .number {
    color: #fff; }

  .lContainer.play .money .moneyList__item:hover {
    background-color: #c3790c !important; }

  .lContainer.play .money .moneyList__item:hover .number {
    color: #fff; }

  .lContainer.play .money .text-white {
    color: #fff; }

  .lContainer.play .content {
    padding: 5rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .lContainer.play .content .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-bottom: 2rem; }

  .lContainer.play .content .logo__img {
    width: 200px;
    height: 200px; }

  .lContainer.play .content .group {
    min-width: 900px;
    max-width: 900px;
    margin: 0 auto; }

  .lContainer.play .content .group .fix {
    position: relative; }

  @media screen and (max-width: 930px) {
    .lContainer.play .content .group {
      min-width: 100%;
      max-width: 900px; } }

  .lContainer.play .content .group .question {
    background-color: #1c3bac;
    border: 3px solid #c3790c;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: 100px;
    margin: 2rem auto;
    width: 100%;
    position: relative; }
    
  @media screen and (max-width: 720px) {
    .lContainer.play .content .group .question {
      font-size: 14px;
      padding: 1.5rem 1rem;
      border-radius: 30px; } }

  @media screen and (max-width: 500px) {
    .lContainer.play .content .group .question {
      border-radius: 30px; } }

  .lContainer.play .content .group .question:before {
    background-color: #c3790c;
    width: 100%;
    position: absolute;
    height: 3px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }

  .lContainer.play .content .group .answer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2rem; }

  .lContainer.play .content .group .answer:last-child {
    margin-bottom: 0; }

  @media screen and (max-width: 720px) {
    .lContainer.play .content .group .answer {
      display: block;
      margin-bottom: 0; } }

  .lContainer.play .content .group .answer .option {
    width: 50%;
    margin-right: 2rem;
    padding: 0.8rem 1.5rem;
    background-color: #1c3bac;
    border: 3px solid #c3790c;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    outline: none;
    font-size: 16px; }
    
  @media screen and (max-width: 720px) {
    .lContainer.play .content .group .answer .option {
      padding: 0.6rem 1rem;
      font-size: 14px;
      border-radius: 30px; } }

  .lContainer.play .content .group .answer .option:hover {
    background-color: #c3790c;
    border: 3px solid #1c3bac; }

  @media screen and (max-width: 720px) {
    .lContainer.play .content .group .answer .option {
      margin-bottom: 1rem;
      width: 100%; } }

  .lContainer.play .content .group .answer .option:last-child {
    margin-right: 0; }

  @media screen and (max-width: 720px) {
    .lContainer.play .content .group .answer .option {
      margin-right: 0; } }

  /* Timer Styles */
  .lContainer.play .content .group .game-timer {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
  }

  .lContainer.play .content .group .timer-circle {
    width: 100px;
    height: 100px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1c3bac;
    border: 3px solid #c3790c;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(28, 59, 172, 0.5);
  }

  .lContainer.play .content .group .timer-text {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: relative;
  }

  .lContainer.play .content .group .timer-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .lContainer.play .content .group .timer-ring-circle {
    fill: none;
    stroke: #4caf50;
    stroke-width: 6;
    stroke-dasharray: 283;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s linear, stroke 0.3s ease;
  }

  .lContainer.play .content .group .timer-ring-circle.warning {
    stroke: #ffde20;
  }

  .lContainer.play .content .group .timer-ring-circle.danger {
    stroke: #f44336;
  }

  @media screen and (max-width: 768px) {
    .lContainer.play .content .group .game-timer {
      bottom: 20px;
      right: 20px;
    }
    
    .lContainer.play .content .group .timer-circle {
      width: 80px;
      height: 80px;
      background: #1c3bac;
      border: 3px solid #c3790c;
      border-radius: 50%;
      box-shadow: 0 0 20px rgba(28, 59, 172, 0.5);
    }
    
    .lContainer.play .content .group .timer-text {
      font-size: 28px;
    }
    
    .lContainer.play .content .group .timer-ring-circle {
      stroke: #4caf50;
      stroke-width: 5;
      stroke-dasharray: 226;
    }
  }

  .value {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #1c3bac;
    border: 3px solid #f49236;
    text-align: center;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 8px; }

  .value .heading {
    font-size: 2rem; }

  .value .title {
    margin-bottom: 1rem;
    font-size: 14px; }

  .value a:link,
  .value a:visited {
    background-color: #1c3bac;
    border: 2px solid #f49236;
    border-radius: 100px;
    color: white;
    padding: 6px 14px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    display: inline-block; }

  @media screen and (max-width: 720px) {
    .value a:link,
    .value a:visited {
      padding: 5px 10px;
      font-size: 11px;
      border-radius: 20px; } }

  .value a:link:hover, .value a:link:active,
  .value a:visited:hover,
  .value a:visited:active {
    background-color: #f49236;
    border: 3px solid #1c3bac; }

  .modal,
  #modal1,
  #modal2,
  #modal3,
  #modal4 {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* Full width */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */ }

  #modal4 {
    background-color: transparent;
    height: auto;
    width: auto;
    left: auto;
    right: 20px;
    top: 130%;
    z-index: 9; }

  @media screen and (max-width: 500px) {
    #modal4 {
      width: 100%;
      right: 0; } }

  #modal4 .value {
    width: 100%;
    min-width: 300px;
    min-height: 180px; }

  @media screen and (max-width: 500px) {
    #modal4 .value {
      min-width: auto; } }

  .listAnsCtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  .listAnsCtn .listAns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }

  .listAnsCtn .listAns__item {
    width: 25%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .listAnsCtn .listAns__txt {
    height: 20px;
    margin-top: 10px; }

  .listAnsCtn .listAns__row {
    width: 30px;
    background-color: #c3790c;
    height: calc(100% - 20px); }

  .listAnsCtn .listAns__row.r50 {
    margin-top: 60px; }

  .listAnsCtn .listAns__row.r30 {
    margin-top: 95px; }

  .listAnsCtn .listAns__row.r10 {
    margin-top: 120px; }

  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; }

  .time {
    display: none;
    position: absolute;
    z-index: 99;
    background: #1c3bac;
    border: 3px solid #f49236;
    border-radius: 30px;
    padding: 1rem 1.5rem;
    color: #fff;
    font-weight: bold;
    top: -30px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    text-align: center;
    min-width: 53px; }

  #timer_container > #time {
    margin: 0;
    color: #fff;
    position: relative;
    font-family: arial;
    font-size: 50px;
    font-weight: bold;
    top: 26%;
    left: 5%;
    text-align: center; }

  #timer_container {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    top: 45%;
    left: 45%;
    margin: 0 auto; }

  #timer_container > div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 10px;
    background-color: rgba(225, 225, 225, 0.5); }

  .lContainer.help {
    background-image: url(../img/common/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%; }

  @media screen and (min-width: 1020px) {
    .lContainer.help {
      height: 100vh; } }

  .lContainer.help .container {
    max-width: 1500px;
    padding: 2rem; }

  @media screen and (max-width: 1280px) {
    .lContainer.help .container {
      padding-left: 2rem;
      padding-right: 2rem; } }

  .lContainer.help .container .content {
    max-width: 95%;
    width: 100%;
    margin: 1rem auto;
    background: #1c3bac;
    border: 3px solid #c3790c;
    border-radius: 10px;
    padding: 1.5rem;
    color: #fff; }

  @media screen and (max-width: 840px) {
    .lContainer.help .container .content {
      margin: 0 auto; } }

  .lContainer.help .container .content .instructions .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 1.5rem; }

  .lContainer.help .container .content .instructions .heading img {
    width: 60px;
    margin-right: 1rem; }

  .lContainer.help .container .content .instructions .heading .title {
    font-size: 1.5rem; }

  .lContainer.help .container .content .instructions .box {
    margin: 1.5rem 0; }

  .lContainer.help .container .content .instructions .box__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem; }

  .lContainer.help .container .content .instructions .box__item:last-child {
    margin-bottom: 0; }

  .lContainer.help .container .content .instructions .box__item .icon {
    background-color: #c3790c;
    border-radius: 100px;
    height: 50px;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    min-width: 100px;
    font-size: 1.5rem;
    margin-right: 2rem; }
    
  @media screen and (max-width: 720px) {
    .lContainer.help .container .content .instructions .box__item .icon {
      height: 40px;
      padding: 8px 12px;
      min-width: 80px;
      font-size: 1.2rem;
      margin-right: 1rem; } }

  .lContainer.help .container .content .instructions .box__item .text-yellow {
    color: #c3790c;
    font-weight: bold; }

  @font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

  @font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg"); }

  @font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

  @font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

  /**
  * TOP PAGE
  */
  .lContainer.top {
    background-image: url(../../assets/img/common/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    padding: 15rem 0 20rem; }

  @media screen and (min-width: 1020px) {
    .lContainer.top {
      height: 100vh;
      padding: 0; } }

  .lContainer.top .container {
    max-width: 1500px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  @media screen and (max-width: 1280px) {
    .lContainer.top .container {
      padding-left: 2rem;
      padding-right: 2rem; } }

  .lContainer.top .container .logo {
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

  .lContainer.top .container .logo__img {
    width: 500px;
    height: 500px;
    -webkit-animation: spin 60s linear infinite;
    animation: spin 60s linear infinite; }

  @media screen and (max-width: 720px) {
    .lContainer.top .container .logo__img {
      width: 200px;
      height: 200px; } }

  .lContainer .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

  .lContainer .btnSide {
    margin-right: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

  .lContainer .btnSide:last-child {
    margin-right: 0; }

  @media screen and (max-width: 720px) {
    .lContainer .btnSide {
      margin-right: 0.5rem; } }

  .lContainer .btn a:link,
  .lContainer .btn a:visited {
    background-color: #f44336;
    border-radius: 30px;
    color: white;
    padding: 14px 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 3px solid #1c3bac;
    font-weight: 700; }

  @media screen and (max-width: 720px) {
    .lContainer .btn a:link,
    .lContainer .btn a:visited {
      padding: 10px 30px;
      font-size: 14px;
      border-radius: 20px; } }

  .lContainer .btn a:hover,
  .lContainer .btn a:active {
    background-color: #1c3bac;
    border: 3px solid #f44336; }

  .lContainer .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 1.5rem 0; }

  @media screen and (max-width: 500px) {
    .lContainer .menu {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 1rem 0; } }

  .lContainer .menu__left {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  @media screen and (max-width: 500px) {
    .lContainer .menu__left {
      width: 100%;
      margin-bottom: 1rem; } }

  .lContainer .menu__left a {
    margin-right: 1rem; }

  .lContainer .menu__left a:last-child {
    margin-right: 0; }

  @media screen and (max-width: 720px) {
    .lContainer .menu__left a {
      margin-right: 0.5rem; } }

  .lContainer .menu__center {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    align-items: center; }

  @media screen and (max-width: 500px) {
    .lContainer .menu__center {
      width: 100%;
      margin-bottom: 1rem; } }

/* Make all menu buttons more compact */
.lContainer.play .menu .btn {
  padding: 8px 20px;
  font-size: 13px;
  min-width: auto;
  border-radius: 20px;
  white-space: nowrap;
}

.lContainer.play .menu .btn .btn-text {
  font-size: 13px;
}

.lContainer.play .menu__center .btn {
  padding: 8px 18px;
  font-size: 13px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Game Timer - Desktop: Right Middle */
.game-timer {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 60px;
  height: 60px;
}

.timer-circle {
  width: 60px;
  height: 60px;
}

.timer-text {
  font-size: 20px;
}

  .lContainer .menu__right {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    gap: 0.5rem; }

  @media screen and (max-width: 500px) {
    .lContainer .menu__right {
      width: 100%;
      justify-content: center; } }

  .lContainer .menu__right a {
    margin-right: 1rem;
    min-width: 90px; }

  @media screen and (max-width: 500px) {
    .lContainer .menu__right a {
      min-width: 50px;
      padding: 5px 8px;
      font-size: 12px;
      margin-right: 0.5rem; } }

  /* Hide text on mobile for game page buttons */
  @media screen and (max-width: 720px) {
    .lContainer.play .menu__left .btn-text,
    .lContainer.play .menu__right .btn-text {
      display: none; }
    
    .lContainer.play .menu__left a,
    .lContainer.play .menu__right a {
      padding: 8px 12px;
      min-width: 44px;
      justify-content: center; } }

  .lContainer .menu__right a:last-child {
    margin-right: 0; }

  @media screen and (max-width: 720px) {
    .lContainer .menu__right a {
      margin-right: 0.5rem; } }

  .lContainer .menu__right a.delete {
    position: relative;
    display: none; }

  .lContainer .menu__right a.delete:hover {
    background-color: #1c3bac;
    border: 3px solid #c3790c; }

  .lContainer .menu__right a.delete:before {
    content: "";
    width: 5px;
    height: 150%;
    background-color: red;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(62deg);
    transform: translate(-50%, -50%) rotate(62deg);
    top: 50%;
    bottom: auto;
    left: 50%; }

  .lContainer .menu__right a.delete:after {
    content: "";
    width: 5px;
    height: 150%;
    background-color: red;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(-62deg);
    transform: translate(-50%, -50%) rotate(-62deg);
    top: 50%;
    bottom: auto;
    left: 50%; }

  .lContainer .menu a:link,
  .lContainer .menu a:visited {
    background-color: #1c3bac;
    border: 3px solid #f49236;
    border-radius: 100px;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    display: inline-block; }

  @media screen and (max-width: 720px) {
    .lContainer .menu a:link,
    .lContainer .menu a:visited {
      padding: 5px 10px;
      font-size: 12px; } }

  .lContainer .menu a:hover {
    background-color: #f49236;
    border: 3px solid #1c3bac; }

  .active {
    background-color: #f49236 !important; }

  .active .number {
    color: #fff; }

  @-webkit-keyframes color-animation {
    0% {
      background: #f49236; }
    100% {
      background: #f44336; } }

  @keyframes color-animation {
    0% {
      background: #f49236; }
    100% {
      background: #f44336; } }

  .text-yellow {
    color: #f49236;
    font-weight: bold;
    font-size: 2rem;
    margin-right: 1rem; }

  /* ===== GAME MODALS ===== */
  .game-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.95) !important;
    display: none !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 999999 !important;
  }

  .game-modal.active {
    display: flex !important;
  }

  .game-modal-content {
    background: linear-gradient(135deg, #1c3bac 0%, #0d1f5c 100%) !important;
    border: 3px solid #c3790c !important;
    border-radius: 20px !important;
    padding: 40px !important;
    max-width: 600px !important;
    width: 90% !important;
    text-align: center !important;
    position: relative !important;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5) !important;
    margin: auto !important;
  }

  .game-modal-content h2 {
    color: #ffde20 !important;
    font-size: 32px !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: bold !important;
  }

  .game-modal-content p {
    color: #fff !important;
    font-size: 18px !important;
    margin-bottom: 30px !important;
    line-height: 1.6 !important;
  }

  .game-modal-buttons {
    display: flex !important;
    gap: 20px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }

  .game-modal-btn {
    padding: 15px 40px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
  }

  .game-modal-btn-primary {
    background: linear-gradient(135deg, #ffde20 0%, #ffb800 100%) !important;
    color: #1c3bac !important;
  }

  .game-modal-btn-primary:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 20px rgba(255, 222, 32, 0.4) !important;
  }

  .game-modal-btn-secondary {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%) !important;
    color: #fff !important;
  }

  .game-modal-btn-secondary:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 20px rgba(74, 144, 226, 0.4) !important;
  }

  .game-modal-btn-danger {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%) !important;
    color: #fff !important;
  }

  .game-modal-btn-danger:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 20px rgba(231, 76, 60, 0.4) !important;
  }

  .intro-form {
    text-align: left !important;
  }

  .intro-form label {
    display: block !important;
    color: #ffde20 !important;
    font-size: 16px !important;
    margin-bottom: 8px !important;
    font-weight: bold !important;
  }

  .intro-form input {
    width: 100% !important;
    padding: 12px !important;
    font-size: 16px !important;
    border: 2px solid #4a90e2 !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
  }

  .intro-form input:focus {
    outline: none !important;
    border-color: #ffde20 !important;
    background: rgba(255, 255, 255, 0.15) !important;
  }

  .intro-form input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }

  .result-info {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 15px !important;
    padding: 30px !important;
    margin: 30px 0 !important;
  }

  .result-info h3 {
    color: #ffde20 !important;
    font-size: 28px !important;
    margin-bottom: 15px !important;
  }

  .result-info p {
    color: #fff !important;
    font-size: 20px !important;
    margin: 10px 0 !important;
  }

  .reward-info {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 15px !important;
    padding: 30px !important;
    margin: 20px 0 !important;
    text-align: left !important;
  }

  .reward-info-item {
    display: flex !important;
    justify-content: space-between !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .reward-info-item:last-child {
    border-bottom: none !important;
  }

  .reward-info-label {
    color: #ffde20 !important;
    font-size: 18px !important;
    font-weight: bold !important;
  }

  .reward-info-value {
    color: #fff !important;
    font-size: 18px !important;
  }
