@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: 'troika';
@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;
}

// Targets vi_VN
// We apply it to the universal selector (*) to ensure it hits every element
:lang(vi_VN) *,
[lang="vi_VN"] * {
  font-family: 'Arial', sans-serif !important;
}

.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;
}

.replay-button {
      color: #a3a3a3 !important;
      font: normal normal normal 24px / 1 FontAwesome !important;
}

.searchButton {
      color: #a3a3a3 !important;
      font: normal normal normal 24px / 1 FontAwesome !important;
}

.gameUI {

  .search-unblock {
    pointer-events: none;
  }

  .paylines {
    display: inline-block;
    width: 600px;
    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,
    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 {
        display: list-item;
        margin: 4px 0;
      }
    }

    .symbol-group-payout {
      width: 800px;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      line-height: 100%;

    }

    .symbol-payout-H1,
    .symbol-payout-L5 {
      span {
        color: #de0a0a
      }
    }

    .symbol-payout-H2,
    .symbol-payout-L6 {
      span {
        color: #ec9102
      }
    }

    .symbol-payout-H3,
    .symbol-payout-L7 {
      span {
        color: #35c03e
      }
    }

    .symbol-payout-H4,
    .symbol-payout-L8 {
      span {
        color: #48b1cd
      }
    }

    .symbol-payout {
      img {
        max-width: 110px;
        max-height: 110px;
        margin: 15px;
        margin-top: 40px;
        margin-bottom: 5px;

      }

      font-size: 0.9rem;
    }

  }
}