@mobile: ~"only screen and (max-width: 900px)";
@landscape: ~"only screen and (orientation: landscape)";
@portrait: ~"only screen and (orientation: portrait)";
@tabs-width: 250px;
@font-family: "Roboto";
@blue:  #3ecbff;
@orange: #efad00;


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

h1, .header-description {
  color: @blue;
  font-family: troika;
}
.replay {
  .replay-header {
    color: @blue;
    font-family: troika;
  }
  .replay-button::before {
    color: @blue;
  }
}

.version+.divider {
  display: none !important;
}

.separator {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position-x: 50% !important;
  background-position-y: 50% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  @media @portrait {
    width: 80vw !important;
    height: 8vw !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 800px !important
  }
  @media @landscape {
    width: 55vw !important;
    height: 7vw !important;
    margin-top: -1vw !important;
    margin-bottom: -1vw !important;
    max-width: 1000px !important
  }
}

.section-title {
  color: @blue;
  font-family: troika;
}

// partially supported languages
.vi_VN, .el_GR {
  #splash-screen .continue,
  .current-bet,
  .submenu-header,
  ul,
  h1,
  h2 {
    font-family: sans-serif, Arial, Helvetica !important;
    font-weight: bold !important
  }
}