@mobile: ~"only screen and (max-width: 900px), only screen and (pointer: coarse)";
@landscape: ~"only screen and (orientation: landscape)";
@portrait: ~"only screen and (orientation: portrait)";
@tabs-width: 250px;
@font-family: 'gulkave';
@orange: #F3B927;
@blue: #181F5C;

@import "./loading.less";
@import "./splash.less";
@import "./paytable.less";

/* 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 .flex-container {
    display: inline-block;
  }
  
  .paylines .square {
    display: inline-flex;
  }

  .sprite {
    display: inline-block;
    overflow: hidden;
    // background-color: transparent;
    // background-image: url('../assets/ui/spritesheet.png');
    // background-repeat: no-repeat;
  }

  .keypadUI {
    border-top: none;
    // background-image: url('../assets/ui/bar.png');
    // background-position: center;
    // background-repeat: no-repeat;
    // background-size: cover;
  }

  .gameControls {
    &:before {
      // background-image: url('../assets/ui/spritesheet.png');
    }
    .spin-area {
      &:before {
        // background-image: url('../assets/ui/spritesheet.png');
      }
    }
  }

  .bet {
    @media @mobile {
      .increase, .decrease {
        display: none;
      }
    }
  }

  .spin-area .auto-play span.text {
    // color: #F9D99F !important;
  }

  .replay {
    justify-content: center;
  }

}
