@mobile: ~"only screen and (max-width: 900px)";
@landscape: ~"only screen and (orientation: landscape)";
@portrait: ~"only screen and (orientation: portrait)";
@tabs-width: 250px;
@font-family: 'hiphopper';
@import "./info.less";
@import "./rules.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 {
    display: inline-block;
    width: 900px;
    max-width: 100%;

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

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

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

  .settings {

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

    h1 {
      font-size: 28px;
      margin: 5px 0;
    }

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

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

    .subtitle {
      color: lightgray;
    }

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

      li {
        margin: 4px 0;
      }
    }

    .symbol-group-payout {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .symbol-payout {
      img {
        max-width: 150px;
        max-height: 150px;
      }

    }
  }

}