@mobile: ~"only screen and (max-width: 900px)";
@landscape: ~"only screen and (orientation: landscape)";
@portrait: ~"only screen and (orientation: portrait)";
@tabs-width: 250px;
@font-family: "bork-regular";

@import "./loading.less";
@import "./splash.less";
@import "./rules.less";
@import "./info.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;
  }

  .keypadUI {
    border-top: none;
  }


  .bet {
    @media @mobile {

      .increase,
      .decrease {
        display: none;
      }
    }
  }

  .replay {
    justify-content: center;
  }
}