@mobile: ~"only screen and (max-width: 900px)";
@landscape: ~"only screen and (orientation: landscape)";
@portrait: ~"only screen and (orientation: portrait)";
@assetPath: ~"../assets";
@color-primary: #239afe !important;
@color-title-1: #f8c130;
@color-title-2: #f5822f;

@font-face {
  font-family: Ethnocentric;
  src: url("@{assetPath}/common/fonts/ethnocentric_rg.ttf");
}

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

.center-text {
  text-align: center;
}

.menu {
  z-index: 100;
}

.settings .content {
  .replay {
    justify-content: center;

    .replay-header,
    .replay-button {
      padding: 40px 0;
      font-size: 25px !important;
      display: flex;
      color: @color-title-1  !important;

      &.replay-header {
        font-family: Ethnocentric, sans-serif;
        font-weight: bold;
      }
    }
  }

  .submenu-header,
  h1 {
    background: -webkit-linear-gradient(@color-title-1, @color-title-2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Ethnocentric, sans-serif;
    font-weight: bold;
    word-break: break-word;
    font-size: 1.7em;

    &.submenu-header {
      padding-top: 20px;
    }
  }

  .content-block .divider {
    height: 2px;
    background: -webkit-gradient(linear,
        0 0,
        100% 0,
        from(transparent),
        to(transparent),
        color-stop(50%, #6a8ff9));
  }

  .game-settings {
    margin-top: -10px;
  }
}

.title-currency {
  padding: 10px;
  font-size: 18px;
  font-family: Ethnocentric, sans-serif;
  font-weight: bold;
  color: #cef8fc;
  text-shadow: 0 0 8px #568df0;
}

.section-title {
  width: 100%;
  margin: 20px 0 10px 0;
  text-align: center;

  h1 {
    padding: 10px 0 20px 0;
  }
}

.introPromptText,
.introVideoSkip {
  font-style: normal;
  font-family: Ethnocentric, sans-serif;
  font-weight: bold;
  font-size: 4vmin;
  color: #39b3f9;
  text-shadow: 0 0.4vmin 0.2vmin #1b309b;
  text-align: center;
  cursor: pointer;
  bottom: 8vh;
}

#info {
  top: 0;
  left: 9vw;
  right: 0;
  bottom: 0;
  overflow-y: auto;

  @media @portrait {
    left: 0;
    top: 10vh;
  }
}

#rules {
  top: 0;
  left: 9vw;
  right: 0;
  bottom: 0;
  overflow-y: auto;

  @media @portrait {
    left: 0;
    top: 10vh;
  }
}

.centralized {

  #info,
  #rules {
    right: 9vw;
  }
}

// partially supported languages
.vi_VN {

  #splash-screen p,
  #splash-screen .continue,
  .current-bet,
  .title-currency,
  .submenu-header,
  .advanced-slider,
  .toggle,
  .replay-header,
  h1,
  h2 {
    font-family: sans-serif !important;
  }
}