@mobile: ~"only screen and (max-width: 926px)";
@landscape: ~"only screen and (orientation: landscape)";
@portrait: ~"only screen and (orientation: portrait)";

@smartPortrait: ~"only screen and (max-width: 926px) and (orientation: portrait)";
@smartLandscape: ~"only screen and (max-width: 926px) and (orientation: landscape)";
@mobileDevice: ~"and (pointer: coarse)";

@tabletPortrait: ~"only screen and (min-width: 768px) and (max-width: 1080px) and (orientation: portrait) @{mobileDevice}";
@tabletLandscape: ~"only screen and (max-width: 1080px) and (orientation: landscape) @{mobileDevice}";

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

.buy-feature-button {
  font-family: 'robotoblack', sans-serif;
  .bf-buy-text {
    transform: translateY(5px);
  }
  @media @portrait {
    left: 6% !important;
  }
  @media only screen and (pointer: coarse) and (orientation: landscape) {
    left: auto !important;
    right: 10% !important;
    top: auto !important;
    bottom: 15% !important;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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 {
  box-sizing: border-box;

  font-size: min(2.75dvmin, 1.55dvmax);

  --font-size-normal: 1em;

  --title-font-family: bebasneueregular, robotobold, Roboto, Arial, sans-serif;
  --default-font-family--regular: Roboto, Arial, sans-serif;
  --default-font-family--bold: robotobold, Roboto, Arial, sans-serif;
  --default-font-family--black: robotoblack, Roboto, Arial, sans-serif;

  --title-color: linear-gradient(180deg,rgba(255, 225, 77, 1) 11%, rgba(255, 171, 46, 1) 56%, rgba(209, 123, 26, 1) 100%);
  --text-color: #d9e4fa;
  --paylines-number-color: #ffc432;

  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }

  .bet-grid {
    button {
      box-sizing: border-box;
    }
  }

  ::-webkit-scrollbar {
    width: 0.3em;
  }

  ::-webkit-scrollbar-track {
    background: #5a5b59;
    border-radius: 0.15em;
  }

  ::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 0.15em;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #dfdfdf;
  }
}

@media @smartPortrait, @smartLandscape, @tabletPortrait, @tabletLandscape {
  .gameUI {
    --font-size-normal: 1.5em;
  }
}

body.vi_vn {
  .gameUI {
    --title-font-family: 'robotoslabblack', Roboto, Arial, sans-serif;
  }
  .buy-feature-button {
    font-family: 'robotoslabblack', sans-serif;
  }
}
