@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
@font-face {
  font-family: "uph";
  src: url("./font/uph.eot?19466262");
  src: url("./font/uph.eot?19466262#iefix") format("embedded-opentype"), url("./font/uph.woff2?19466262") format("woff2"), url("./font/uph.woff?19466262") format("woff"), url("./font/uph.ttf?19466262") format("truetype"), url("./font/uph.svg?19466262#uph") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* **************************** */
@-webkit-keyframes _uph_anim-lowbalance {
  0% {
    top: -100%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: 0%;
  }
  90% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes _uph_anim-lowbalance {
  0% {
    top: -100%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: 0%;
  }
  90% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes _uph_unread-messages {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  2% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  4% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  5.5% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  7% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  8.5% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  10% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
@keyframes _uph_unread-messages {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  2% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  4% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  5.5% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  7% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  8.5% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  10% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
@-webkit-keyframes _uph_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _uph_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* **************************** */
header#uph { /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  background-color: #666;
  z-index: 10001;
  font-size: 14px;
}
header#uph *, header#uph :before, header#uph :after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}
header#uph [class^=icon-]:before, header#uph [class*=" icon-"]:before {
  font-family: "uph";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header#uph .icon-menu:before {
  content: "\e802";
}
header#uph .icon-logout:before {
  content: "\e804";
}
header#uph .icon-message:before {
  content: "\e807";
}
header#uph .icon-cancel:before {
  content: "\e80a";
}
header#uph .icon-down-open:before {
  content: "\e80b";
}
header#uph .icon-up-open:before {
  content: "\e80c";
}
header#uph .icon-star:before {
  content: "\e810";
}
header#uph .icon-promos:before {
  content: "\e811";
}
header#uph .icon-cashier:before {
  content: "\e813";
}
header#uph .icon-contact:before {
  content: "\e814";
}
header#uph .icon-comp:before {
  content: "\e821";
}
header#uph .icon-spin:before {
  content: "\e838";
}
header#uph .icon-terms:before {
  content: "\f0f6";
}
header#uph .icon-lobby:before {
  content: "\f19c";
}
header#uph .icon-profile:before {
  content: "\f2bc";
}
header#uph .icon-user:before {
  content: "\f2be";
}
header#uph .desktop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  header#uph .desktop {
    display: initial !important;
  }
}
@media screen and (min-width: 1024px) {
  header#uph .mobile {
    display: none;
  }
}
header#uph .hidden {
  display: none !important;
}
header#uph .primary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header#uph .brand {
  margin-left: 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
header#uph .brand a {
  display: inline-block;
  width: 100%;
  max-width: 104px;
  max-height: 64px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
header#uph .brand img {
  display: block;
  width: 100%;
}
header#uph .brand .cryptoticker {
  display: none;
}
@media screen and (min-width: 768px) {
  header#uph .brand .cryptoticker {
    display: block;
  }
}
header#uph .button {
  font-size: 1em;
  border: none;
  border-radius: 4px;
  background: #CCC;
  color: #333;
  display: block;
  line-height: 40px;
  padding: 0 1em;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
header#uph .button:hover {
  cursor: pointer;
}
header#uph .topButtons {
  margin: 12px 1em 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  gap: 9px;
}
header#uph .topButtons > .button {
  min-width: 112px;
  margin: 0;
  white-space: nowrap;
  padding: 0 0.5em;
  font-size: 0.9em;
}
@media screen and (min-width: 568px) {
  header#uph .topButtons > .button {
    padding: 0 1em;
    font-size: 1em;
  }
}
header#uph .topButtons > .messages {
  position: relative;
  height: 40px;
  border: 1px solid #DDD;
  border-radius: 4px;
  color: #FFF;
}
header#uph .topButtons > .messages i {
  font-size: 1.5em;
  line-height: 38px;
  height: 40px;
  width: 40px;
  display: block;
}
header#uph .topButtons > .messages i:before {
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 40px;
}
header#uph .topButtons > .messages .messages-counter {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header#uph .topButtons > .messages.messages--unread i {
  -webkit-animation: _uph_unread-messages 10s;
          animation: _uph_unread-messages 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
header#uph .topButtons > .gotoCashier {
  background: #A4D141;
  font-weight: 700;
  color: #FFF;
  font-size: 16px;
  padding: 0 1em;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 0.5em;
  width: 100%;
}
@media screen and (min-width: 414px) {
  header#uph .topButtons > .gotoCashier {
    margin: 0 1em;
  }
}
@media screen and (min-width: 568px) {
  header#uph .topButtons > .gotoCashier {
    width: inherit;
  }
}
header#uph .topButtons > .gotoCashier.lowbalance:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #FFCD00;
  color: #000;
  font-weight: 700;
  -webkit-animation: _uph_anim-lowbalance 5s linear infinite;
          animation: _uph_anim-lowbalance 5s linear infinite;
  white-space: break-spaces;
}
header#uph .topButtons > .gotoCashier.lowbalance--en:before {
  content: "Deposit Now!";
  font-size: 14px;
  height: 40px;
  line-height: 15px;
  padding: 5px 1em 0 1em;
}
header#uph .topButtons > .gotoCashier.lowbalance--fr:before {
  content: "Déposer maintenant!";
  font-size: 12px;
  height: 40px;
  line-height: 15px;
  padding-top: 5px;
}
header#uph .topButtons > .gotoCashier.lowbalance--it:before {
  content: "Deposito ora!";
  font-size: 15px;
}
header#uph .topButtons > .gotoCashier.lowbalance--de:before {
  content: "Jetzt einzahlen!";
  font-size: 15px;
  height: 40px;
  line-height: 16px;
  padding-top: 3px;
}
header#uph .topButtons > .button--games {
  white-space: break-spaces;
  font-size: 12px;
  height: 40px;
  line-height: 15px;
  padding: 5px;
  max-width: 100px;
  min-width: 80px;
}
@media screen and (min-width: 568px) {
  header#uph .topButtons > .button--games {
    padding: 0 1em;
    font-size: 0.9em;
    white-space: nowrap;
    line-height: 40px;
    max-width: none;
  }
}
header#uph .topButtons > .player {
  background: #FFF;
  font-size: 1em;
  border: none;
  border-radius: 4px;
  color: #333;
  display: inline-block;
  line-height: 40px;
  padding: 0 0.5em 0 1em;
}
header#uph .topButtons > .player i {
  font-size: 1.5em;
  vertical-align: top;
}
header#uph .topButtons > .player:hover {
  cursor: pointer;
}
header#uph .icon-menu {
  margin: 0;
  width: 40px;
  height: 40px;
  font-size: 1.5em;
}
header#uph .icon-menu:before {
  width: 100%;
  line-height: 40px;
}
header#uph .mainnav {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 90%;
  background-color: #666;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  padding-top: 35px;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
}
header#uph .mainnav.open {
  right: 0;
}
header#uph .mainnav .icon-cancel {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  font-size: 2em;
}
header#uph .mainnav .icon-cancel:before {
  width: 100%;
  line-height: 35px;
}
header#uph .mainnav .playerinfo {
  background-color: #FFF;
  padding: 1em;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header#uph .mainnav .playerinfo p {
  margin: 0;
}
header#uph .mainnav .playerinfo .info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header#uph .mainnav .playerinfo .icon-user {
  font-size: 2em;
}
header#uph .mainnav .playerinfo .pname {
  font-weight: 700;
  font-size: 1.3em;
}
header#uph .mainnav .playerinfo .pbalance {
  margin-top: 0.5em;
  display: none;
}
header#uph .mainnav .playerinfo .pbalance.show {
  display: block;
  -webkit-animation: _uph_fadein 1s;
          animation: _uph_fadein 1s;
}
header#uph .mainnav .playerinfo .pbalance p {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  overflow-x: hidden;
}
header#uph .mainnav .playerinfo .pbalance p::before {
  border-bottom: 1px dotted #ccc;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 3px;
}
header#uph .mainnav .playerinfo .pbalance p span {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (orientation: landscape) {
  header#uph .mainnav .playerinfo .pbalance {
    display: none;
  }
}
header#uph .mainnav .playerinfo .btn {
  background-color: #666;
  color: #FFF;
  font-weight: 500;
  text-decoration: none;
  padding: 0 1em;
  line-height: 2em;
  border-radius: 4px;
  -ms-grid-column-align: right;
      justify-self: right;
  display: inline-block;
  float: right;
  margin: 0.6em 0 0 0;
}
header#uph .mainnav .pclass {
  padding: 0 1em;
  color: #333;
  margin: 0;
  line-height: 3em;
  border-bottom: 2px solid #333;
}
header#uph .mainnav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  height: calc(100vh - 35px);
  overflow: auto;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
header#uph .mainnav nav > a {
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1em;
  line-height: 4em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
header#uph .mainnav nav > a i {
  opacity: 0.5;
  margin-right: 1em;
}
header#uph .mainnav nav > a.active {
  display: none;
}
header#uph .mainnav nav > a:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
header#uph .mainnav nav > a:hover i {
  opacity: 1;
}
header#uph .mainnav nav > a .messages-counter {
  margin-left: 5px;
}
@media screen and (orientation: landscape) and (max-height: 414px) {
  header#uph .mainnav nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header#uph .mainnav nav a {
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 768px) {
  header#uph .mainnav {
    max-width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  header#uph .mainnav {
    right: 1em;
    height: auto;
    width: auto;
    background-color: #FFF;
    padding-top: 0;
    top: 64px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header#uph .mainnav .playerinfo {
    display: none;
  }
  header#uph .mainnav nav {
    height: 0;
    overflow: hidden;
  }
  header#uph .mainnav nav > a {
    color: #333;
  }
  header#uph .mainnav nav > a:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0.05);
  }
  header#uph .mainnav nav > a:last-child {
    border-bottom: none;
  }
  header#uph .mainnav.open {
    right: 1em;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
  }
  header#uph .mainnav.open nav {
    height: 483px;
  }
}
header#uph .mainnav.loggedIn nav > a {
  line-height: 2.3em;
}
@media screen and (min-height: 640px) {
  header#uph .mainnav.loggedIn nav > a {
    line-height: 3em;
  }
}

.messages-counter {
  background: #00B0FF;
  color: #FFF;
  width: 20px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

header#uph.uph--fr .topButtons .button--games {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  header#uph.uph--fr .topButtons .button--games {
    font-size: 0.9em;
  }
}

header#uph {
  background-color: #15003b;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
}
header#uph * {
  font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 865px) {
  header#uph {
    min-height: 75px;
    padding: 0 1em 0 0 !important;
  }
}
header#uph .primary {
  min-height: 64px;
}
header#uph .brand a {
  vertical-align: middle;
  outline: none;
}
header#uph .brand img {
  width: auto;
  max-width: 160px;
  max-height: 40px;
}
@media only screen and (min-width: 414px) {
  header#uph .brand img {
    width: auto;
    max-height: 45px;
  }
}
@media only screen and (min-width: 865px) {
  header#uph .brand img {
    width: 100%;
    max-height: unset;
  }
}
header#uph .icon-menu {
  color: #fff;
}
header#uph .button {
  border-radius: 5px;
  font-weight: 700;
  background-color: #6c18ff;
  color: #ffffff;
  font-size: 16px;
}
header#uph .button.lmbtn_login, header#uph .button.button--login {
  background: #a100ae;
  color: #ffffff;
}
header#uph .button.button--login {
  margin-right: 1em;
}
header#uph .mainnav {
  background-color: #a39653;
}
header#uph .mainnav .pclass {
  color: #fff;
  border-bottom: 2px solid #fff;
}
header#uph .mainnav .playerinfo .btn {
  border-radius: 1.3em;
  font-weight: 700;
}
header#uph .mainnav nav > a {
  border: none;
  font-weight: 700;
}
header#uph .mainnav nav > a:nth-child(1) {
  background-color: #43340d;
}
header#uph .mainnav nav > a:nth-child(2) {
  background-color: #4d3e14;
}
header#uph .mainnav nav > a:nth-child(3) {
  background-color: #56481b;
}
header#uph .mainnav nav > a:nth-child(4) {
  background-color: #605122;
}
header#uph .mainnav nav > a:nth-child(5) {
  background-color: #695b29;
}
header#uph .mainnav nav > a:nth-child(6) {
  background-color: #736530;
}
header#uph .mainnav nav > a:nth-child(7) {
  background-color: #7d6f37;
}
header#uph .mainnav nav > a:nth-child(8) {
  background-color: #86793e;
}
header#uph .mainnav nav > a:nth-child(9) {
  background-color: #908245;
}
header#uph .mainnav nav > a:nth-child(10) {
  background-color: #998c4c;
}
header#uph .mainnav nav > a i {
  font-size: 1.5em;
  opacity: 1;
  margin-right: 0.5em;
  vertical-align: middle;
  font-weight: 400;
}
header#uph .mainnav.loggedIn nav > a {
  line-height: 2.6em;
}
@media screen and (min-width: 1024px) {
  header#uph .mainnav.loggedIn nav > a {
    color: #fff;
    line-height: 3em;
  }
  header#uph .mainnav.loggedIn nav > a:hover:nth-child(1) {
    background-color: #2e2309;
  }
  header#uph .mainnav.loggedIn nav > a:hover:nth-child(2) {
    background-color: #392e0f;
  }
  header#uph .mainnav.loggedIn nav > a:hover:nth-child(3) {
    background-color: #433815;
  }
  header#uph .mainnav.loggedIn nav > a:hover:nth-child(4) {
    background-color: #4d411b;
  }
  header#uph .mainnav.loggedIn nav > a:hover:nth-child(5) {
    background-color: #574b22;
  }
  header#uph .mainnav.loggedIn nav > a:hover:nth-child(6) {
    background-color: #615528;
  }
  header#uph .mainnav.loggedIn nav > a:hover:nth-child(7) {
    background-color: #6b5f2f;
  }
  header#uph .mainnav.loggedIn nav > a:hover:nth-child(8) {
    background-color: #756936;
  }
  header#uph .mainnav.loggedIn nav > a:hover:nth-child(9) {
    background-color: #7f723d;
  }
  header#uph .mainnav.loggedIn nav > a:hover:nth-child(10) {
    background-color: #887c44;
  }
}
header#uph .topButtons > .messages {
  color: #fff;
  display: none;
}
header#uph .topButtons > .gotoCashier {
  display: inline-block;
  line-height: 40px;
  padding: 0 1em;
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 568px) {
  header#uph .primary {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  header#uph .brand img {
    max-width: 180px;
  }
}

header#uph.uph--fr .topButtons > .button--login {
  width: 140px;
}

#cashier .main-nav-tabs .balances .balance-box.balance-comp {
  display: none;
}