@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;
@font-family:'notosans', 'Roboto';
@main-font-family: 'notosans';
@main-font-color: #7fb903;
@goldFont: #fbdf39;
@lightYellowFont: #FEF1CF;

/* 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 {

  .paylines {
    display: inline-block;
    max-width: 90%;

    .flex-container {
      display: inline-block;
      margin: 15px;
    }
  }

  .paylines .square {
    display: inline-flex;
  }

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

  .settings {

    h1,
    h2,
    h3,
    h4,
    h5,
    p {
      font-family: 'Roboto', 'Segoe UI', 'Helvetica', sans-serif;
      font-weight: bold;
      margin: -5px 0;
    }

    h1 {
      font-family: @font-family !important;
      text-transform: uppercase;
      font-size: 48px;
      margin-top: 20px;
      margin-bottom: 20px;
      font-weight: 500;
      color: #7fb903;
      background-color: #7fb903;
      background-image: linear-gradient(180deg, #7fb903, #a5f769);
      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;
      }

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

    h2 {
      font-size: 24px;
      margin: 4px 0;
    }

    h3 {
      font-size: 20px;
      margin: 3px 0;
    }

    .subtitle {
      color: lightgray;
    }

    .current-bet {
      color: @goldFont;
  }

    p,
    p.desc-text,
    .betamount,
    li {
        font-size: 20px;
        color: @lightYellowFont; //payout right value
        line-height: 1.8rem;
        max-width: 1035px;
        &.desc-long{
            max-width: 900px;
            margin: 10px 0 10px;
        }
        &.md{
          max-width: 750px;
      }
        @media @portrait {
            font-size: 16px;
        }   
    }
    .betamount{
      margin-bottom: 12px;
    }
    ul {
      max-width: 90%;
      text-align: left;
      font-style: 18px;
      color: #fffe89;
      width: 100%;
     
// game rules
      li {
        margin: 2px 0;
        color: #fffe89;
        
      }
    }

    .symbol-group-payout {
      max-width: 90%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      // margin: 50px 20px;
      margin-top: 15px;
    }

    .symbol-payout {
      margin: 10px 25px;
   }
   .symcount {
    padding-bottom: 2px;
    color: #8cce35;
    text-align: right;
    
  }
  .symbetdiv 
  {
    margin-top: 15px;
   
  }
  .symbetdiv 
  {
    margin-top: 15px;
  }

    ul {
      max-width: 90%;
      text-align: left;
      font-style: 18px;
      color: lightgray;
     
 //paytable game rules list
      li {
        color: #ffe65e;
        margin: 4px 0;
        font-style: 12px;
        font-weight: bold;
      }
    }

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

    .symbol-payout {
      .payout-image {
        max-width: 240px;
        max-height: 240px;
        // margin: -60px;
        // margin-bottom: -25px;
        // margin-top: -5px;
        // height: 100%;
        width: 100%;
        height: auto;
      }
      .payout-image-low {
        max-width: 240px;
        max-height: 240px;

        // margin: -60px;
        // margin-bottom: -55px;
        // margin-top: -25px;
        // height: 100%;
        width: 100%;
        height: auto;
      }

      .symbol-title {
       display: block;
       text-align: center;
       margin-bottom: 10px;
       font-size: 30px;
       font-weight: 800;
       color: #fbdf39;
       letter-spacing: 1px;
      }     
    }

    .paytable-image {
      max-width: 60% !important;
      max-height: fit-content !important;
      margin-top: -20px;
      &.bf{
        margin-top: 0px;
    }
    @media @mobilePortrait {
      margin-top: 20px;
    }
    }

    .paytable-image-big {
      max-width: 80% !important;
      max-height: fit-content !important;
      margin-top: -10px;
      margin-bottom: -30px;
      @media @mobilePortrait {
        margin-top: 20px;
      }
    }

    .paytable-image-dd {
      max-width: 40% !important;
      max-height: fit-content !important;
      margin-top: -32px;
    }

    .img-divider {
      width: 100%;
      margin-top: 4vh;
      margin-bottom: 4vh;
    }
    .paytable-title {
      pointer-events: none;
      font-family: @font-family !important;
      text-transform: uppercase;
      font-size: 36px;
      margin-top: -20px;
      margin-bottom: 20px;
      font-weight: 500;
      max-width: 100%;
      word-wrap: break-word;
      color: #7fb903;
      background-color: #7fb903;
      background-image: linear-gradient(180deg, #7fb903, #a5f769);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;

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

      @media @mobileLandscape {
        margin-top: 0px;
        font-size: 7vh;
      }
    }

    .paytable-no-notosans {
      font-family:  inherit !important
    }

    .rulesTitle{
      pointer-events: none;
      font-family: @main-font-family;
      text-transform: uppercase;
      font-size: 36px;
      margin-top: 10px;
      margin-bottom: 10px;
      font-weight: 500;
      max-width: 100%;
      word-wrap: break-word;
      color: #ffe65e;

      &.features{
        margin-top: 30px;
        font-size: 20px;
        @media @mobilePortrait {
          font-size: 4.5vw;
        }
    }

      @media @mobilePortrait {
        font-size: 7vw;
        left: -31%;
      }

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

    .paytable-description {
      pointer-events: none;
      width: 100%;
      max-width: 90%;
      padding-top: 3vh;
      color: #ffe65e;
      font-size: 18px;
      &.desc-long{
        max-width: 900px;
        margin: 50px 0 0px;
        @media @mobileLandscape {
          margin-top: 30px;
        }
    }
    &.dd{
      max-width: 900px;
  }
  @media @mobilePortrait {
    margin-top: 10px;
  }
    }

  }

}