@mobile: ~"only screen and (max-width: 900px), only screen and (pointer: coarse)";
@desktop: ~"only screen and (min-width: 900.01px) and (pointer: fine)";
@portrait: ~"only screen and (orientation: portrait)";
@landscape: ~"only screen and (orientation: landscape)";
@mobilePortrait: ~"only screen and (max-width: 900px) and (orientation: portrait), only screen and (pointer: coarse) and (orientation: portrait)";
@mobileLandscape: ~"only screen and (max-width: 900px) and (orientation: landscape), only screen and (pointer: coarse) and (orientation: landscape)";
@tabs-width: 250px;
@main-font-family: 'Ultra-Regular','sans-serif', 'Arial', 'Helvetica';
@plain-font-family: 'sans-serif', 'Arial', 'Helvetica';
@main-font-color: #ffeea0;
@light-font-color: #fff5dd;
// , 'sans-serif', 'Arial', 'Helvetica'
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.noselect,
div,
span,
a,
p,
h1,
h2,
h3,
h4 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gameUI {

  .game-divider {
    width: 100%;
    margin-top: 20px;
    margin-bottom: -15px;

    img {
      width: 100%;
      max-height: 9px;
      max-width: 93% !important;
    }
  }

  .highlightText {
    color: @main-font-color;
  }

  .replay {
    justify-content: center;
    font-size: 28px !important;
    margin-top: 30px !important;
  }

  .settings {

    h1,
    h2,
    h3,
    h4,
    p {
      color: @light-font-color;
      width: 90%;
      font-family: @plain-font-family;
      margin: 3px 0;
      max-width: 700px;
      @media @mobilePortrait {
        font-size: 4vw;
      }

      @media @mobileLandscape {
        font-size: 4vh;
      }
    }

    h1 {
      font-family: @main-font-family;
      text-transform: uppercase;
      font-size: 36px;
      margin-top: 20px;
      margin-bottom: 20px;
      font-weight: 500;
      background-color: @main-font-color;
      color: #fff179;
      // background-image: linear-gradient(180deg, #ffe59e, #e58c34, #fff179, #fff494);
      background-size: 100% 38px;
      background-clip: text;
      // -webkit-background-clip: text;
      // -moz-background-clip: text;
      // -webkit-text-fill-color: transparent;
      // -moz-text-fill-color: transparent;

      @media @mobilePortrait {
        font-size: 7vw;
        background-size: 100% 7.5vw;
      }

      @media @mobileLandscape {
        font-size: 7vh;
        background-size: 100% 7.5vh;
      }
    }

    h2 {
      font-size: 30px;
      font-weight: 500;
      font-family: @main-font-family;
      color: @main-font-color;
      margin-top: 10px;
      margin-bottom: 10px;

      @media @mobilePortrait {
        font-size: 6vw;
      }

      @media @mobileLandscape {
        font-size: 6vh;
      }
    }

    h3 {
      font-size: 24px;
      margin: 3px 0;

      @media @mobilePortrait {
        font-size: 5.5vw;
      }

      @media @mobileLandscape {
        font-size: 5.5vh;
      }
    }

    .subtitle {
      color: @light-font-color;
      margin-top: -15px;
      
      @media @mobilePortrait {
        font-size: 5.5vw;
      }

      @media @mobileLandscape {
        font-size: 5.5vh;
      }
    }

    img {
      max-width: 90%;
      margin-bottom: 10px;
    }

    .winUpToImg {
      margin-top: -20px;
      width: 50%;
      max-width: 450px;
    }

    .scattePaysImg {
      margin-top: -10px;
      width: 90%;
      max-width: 570px;
    }

    ul {
      width: 600px;
      max-width: 90%;
      text-align: left;
      font-style: 18px;
      color: @light-font-color;

      li {
        margin: 4px 0;
        @media @mobilePortrait {
          font-size: 4vw;
        }
  
        @media @mobileLandscape {
          font-size: 4vh;
        }
      }
    }

    .logo {
      width: 600px;
      max-width: 90%;
      margin: 20px;

      // @media @mobileLandscape {
      //   max-width: 65%;
      // }

      // @media @mobilePortrait {
      //   max-width: 84%;
      // }
    }

    .symbol-group-payout {
      width: 650px;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .symbol-payout {
      display: flex;
      flex-direction: column;
      align-items: center;
      min-width: 120px;

      img {
        max-width: 100px;
        margin: 30px;
        margin-bottom: 5px;
      }

      table {
        font-size: 14px;
        font-weight: 600;
        max-width: 155px;
        border-collapse: collapse;
        border-width: 0;
      }

      .symcount {
        padding-bottom: 2px;
        color: @main-font-color;
        text-align: right;
      }

      .symvalue {
        padding-bottom: 2px;
        color: @light-font-color;
        text-align: left;
      }

    }

    #block-symbols {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 20px;
      align-items: center;
      max-width: 650px;
    }

    .blockImg {
      width: 25%;
      max-width: 90px;
      margin: 8px;
      margin-left: 20px;
      margin-right: 20px;

      @media @mobile {
        max-width: 20%;
      }
    }

    .blockDesc {
      width: 65%;
      max-width: 520px;
      text-align: left;
      margin: 8px;
      margin-left: 20px;
      margin-right: 20px;

      @media @mobilePortrait {
        text-align: center;
      }

      @media @mobile {
        max-width: 50%;
      }
    }

    .blockerTitle {
      font-size: 18px;
      padding-bottom: 5px;
      display: inline-block;
      color: @main-font-color;
    }

    .buy-feature-button {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      width: auto;
      margin: -20px !important;
      transform: scale(1.2) !important;
      pointer-events: none;

      .svg-container {
        position: relative;
      }

      .svg-icon {
        position: relative;
        width: 100px;
        height: 100px;
      }

      .enable-pointer-events {
        pointer-events: none !important;
      }
    }

  }

}