@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
@import '/app/shared/assets/css/commonheader.css';
@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;
  }
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@-webkit-keyframes epp_showup {
  0% {
    -webkit-transform: scale(0) translateY(-100%);
            transform: scale(0) translateY(-100%);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes epp_showup {
  0% {
    -webkit-transform: scale(0) translateY(-100%);
            transform: scale(0) translateY(-100%);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article {
  padding: 64px 0.3em;
  min-height: 100vh;
}
article h1 {
  font-size: 1.1em;
  color: #FFF;
  margin: 1em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  article {
    padding: 64px 1em;
  }
  article h1 {
    font-size: 1.5em;
  }
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.popup.show {
  display: block;
}

.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 450px;
  position: relative;
  margin: 5% auto;
  z-index: 10;
  text-align: center;
  padding: 30px 10px;
  background: #fff;
  font-family: lato, sans-serif;
  font-weight: 400;
  border-radius: 5px;
  background: #000000;
}
.contentBox .imgBx {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentBox .imgBx img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.contentBox .content {
  position: relative;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.contentBox .content p {
  display: block;
  width: 100%;
  margin: 10px auto 20px auto !important;
  text-transform: uppercase;
  color: #ffffff !important;
  font-family: relative;
  font-family: "Lato", sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-wrap: balance;
}
.contentBox .content a {
  display: block;
  width: 100%;
  max-width: 230px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  margin: 0 auto;
  background: #F9453D;
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 1px;
  font-style: normal !important;
  font-size: 1em;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contentBox .content a:hover {
  background: #f7160c;
  color: #ffffff;
}

.popup .close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -60px;
  top: 0px;
  z-index: 99;
  opacity: 1;
  cursor: pointer;
  background: url(../images/popups/icon-50x50-close.svg) 50% 50% no-repeat #F9453D;
  background-size: 100%;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.popup .close:hover {
  background-color: #f7160c;
}

@media (max-width: 767px) {
  .contentBox {
    width: 90%;
    height: auto;
    max-height: calc(90vh - 15%);
    top: 10%;
  }
  .contentBox .content {
    height: auto;
    text-align: center;
  }
  .contentBox .content p {
    font-size: 1em;
    line-height: 1em;
  }
  .popup .close {
    width: 45px;
    height: 45px;
    right: -10px;
    top: -25px;
  }
}
#custom_promos {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 1em auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#custom_promos > .custom_slide > div {
  display: none;
}

#promos {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  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: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.promobox {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.promobox .expiration {
  margin-top: 3px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promobox .expiration .expdiv {
  margin: 0 auto;
  padding: 0.5em;
}
.promobox .expiration .expdiv .expiration__countdown {
  display: inline-block;
  letter-spacing: -1px;
}
.promobox .expiration .expdiv .expiration__countdown .countdown__digit {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0.3em;
}
@media (min-width: 320px) {
  .promobox .expiration .expdiv .expiration__countdown .countdown__digit {
    font-size: 17px;
  }
}
@media (min-width: 375px) {
  .promobox .expiration .expdiv .expiration__countdown .countdown__digit {
    font-size: 20px;
  }
}
.promobox .expiration .expdiv .expiration__countdown .countdown_date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (min-width: 320px) {
  .promobox .expiration .expdiv .expiration__countdown .countdown_date {
    font-size: 14px;
  }
}
@media (min-width: 375px) {
  .promobox .expiration .expdiv .expiration__countdown .countdown_date {
    font-size: 16px;
  }
}
.promobox .expiration .expdiv .expiration__title {
  margin: 0 1em 0 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media (min-width: 320px) {
  .promobox .expiration .expdiv .expiration__title {
    font-size: 14px;
  }
}
@media (min-width: 375px) {
  .promobox .expiration .expdiv .expiration__title {
    font-size: 1em;
  }
}
@media (min-width: 320px) {
  .promobox .expiration .expdiv {
    height: auto;
  }
}
@media (min-width: 375px) {
  .promobox .expiration .expdiv {
    height: 40px;
  }
}
.promobox .promoinfo {
  background: #fff;
  font-size: 13px;
  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;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.promobox .promoinfo img {
  width: 40%;
  height: 100%;
  max-width: 172px;
}
.promobox .promoinfo .content {
  padding: 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.promobox .promoinfo h2 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}
.promobox .promoinfo p {
  margin: 0;
  text-align: left;
}
.promobox .promoinfo .redeembtn {
  background-color: #666;
  color: #FFF;
  line-height: 2em;
  padding: 0 1em;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  margin: 1em 0 0 0;
}
.promobox .promoinfo .expiration {
  margin-top: 1em;
}
.promobox .promoinfo .expiration__title {
  margin: 0;
  font-size: 1em;
  font-weight: 700;
}
@media screen and (min-width: 568px) {
  .promobox .promoinfo {
    font-size: 14px;
  }
  .promobox .promoinfo h2 {
    margin: 0 0 1em 0;
  }
}
@media screen and (min-width: 1024px) {
  .promobox .promoinfo {
    font-size: 16px;
  }
}
.promobox .terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -120%;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
.promobox .terms.show {
  top: 0;
  bottom: 0;
  opacity: 1;
}
.promobox .terms span {
  text-align: center;
  padding: 2em;
}
.promobox .bottombar {
  background-color: #666;
  color: #FFF;
  border-radius: 4px;
  margin: 3px 0 0 0;
  padding: 3px 0.5em;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.promobox .bottombar svg {
  display: inline-block;
  margin: 0;
}
.promobox .bottombar span {
  display: inherit;
}
.promobox .bottombar .mindep svg {
  margin: 0 0.5em 0 0;
}
.promobox .bottombar .info:hover {
  cursor: pointer;
}
@media screen and (min-width: 568px) {
  .promobox {
    width: 48.5%;
    margin-bottom: 1em;
  }
}

.wildcardbonus {
  width: 48.5%;
  border-radius: 4px;
  overflow: hidden;
  height: 219px;
  background: url("/app/shared/images/bgkwildcard.jpg") no-repeat center;
  background-size: 100% 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wildcardbonus > img {
  display: block;
  width: 90%;
  max-width: 547px;
}
@media screen and (min-width: 568px) {
  .wildcardbonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #000;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .button {
  line-height: 2.5em;
  padding: 0 1em;
  background-color: #CCC;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 1em;
  border-radius: 4px;
}
footer .button:hover {
  cursor: pointer;
}
footer .button.long {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#loader {
  margin: 1em auto;
  width: 50px;
  height: 40px;
  text-align: center;
}
#loader div {
  background-color: #CCC;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
#loader .b2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#loader .b3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#loader .b4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#loader .b5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

#keepplaying {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  width: 100%;
  max-width: 1300px;
  padding: 0.5em;
  margin: 0 auto 1em auto;
  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: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
}
#keepplaying .gamebox {
  -webkit-transform: scale(0);
          transform: scale(0);
}
#keepplaying.show {
  background-color: #FFF;
}
#keepplaying.show .gamebox {
  -webkit-animation: epp_showup 0.5s;
          animation: epp_showup 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#keepplaying.show .gamebox:nth-child(1) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
#keepplaying.show .gamebox:nth-child(2) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
#keepplaying.show .gamebox:nth-child(3) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
#keepplaying.show .gamebox:nth-child(4) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
#keepplaying h2 {
  margin: 0 0 0.5em 0;
  font-size: 1.1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #keepplaying {
    padding: 1em;
  }
  #keepplaying .gameslist {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#last {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 1em auto;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#last > div {
  padding: 0.5em;
  border-radius: 5px;
  background-color: #FFF;
}
#last > div h2 {
  margin: 0 0 0.5em 0;
  font-size: 1.1em;
  width: 100%;
}
#last.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: epp_showup 0.5s;
          animation: epp_showup 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#recommended {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #recommended {
    width: 60%;
  }
}

#howtoredeemvdo {
  width: 100%;
  margin-top: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
#howtoredeemvdo video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #howtoredeemvdo {
    margin-top: 0;
    margin-left: 1em;
    width: 25%;
  }
  #howtoredeemvdo:hover {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.gameslist {
  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: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gameslist .gamebox {
  width: 49%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gameslist .gamebox:nth-child(n+3) {
  display: none;
}
.gameslist .gamebox p {
  margin: 0;
}
.gameslist .gamebox .category {
  color: #666;
  font-size: 13px;
}
.gameslist .gamebox img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
.gameslist .gamebox img:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.gameslist:hover .gamebox img {
  opacity: 0.6;
}
.gameslist:hover .gamebox:hover img {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .gameslist .gamebox {
    width: 24%;
  }
  .gameslist .gamebox:nth-child(n+3) {
    display: block;
  }
}

.sidebar .top .profile {
  background-color: #e3173d !important;
}

#commonHeader .button--cashout {
  background-color: #e3173d !important;
}

#commonHeader .sidebar .player {
  background-color: #232528;
  color: #ffffff;
}
#commonHeader .sidebar nav {
  background: #232528;
}
#commonHeader .sidebar nav a {
  color: #e1e1e1;
}
#commonHeader .sidebar nav a:hover {
  color: #ffffff;
}
#commonHeader .sidebar nav a svg {
  fill: #ffffff;
}
#commonHeader .quickbuttons .lmbtn_login {
  background-color: #C8C0BB !important;
  text-transform: uppercase;
}
#commonHeader .quickbuttons .signup-notloggedin {
  background-color: #E3173D;
  color: black;
  text-transform: uppercase;
}

#commonHeader .sidebar .closepanel {
  background-color: #232528;
}
#commonHeader .sidebar .closepanel .icon {
  color: #fff;
}

header#commonHeader .main {
  background-color: #232528;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
}

#CH_stickybanner {
  display: none;
}

header#uph {
  background: rgba(0, 0, 0, 0.85);
}
header#uph .fullbar .desktop .button {
  color: #ffffff;
  background-color: #E3173D;
  border: 2px solid #E3173D;
  border-radius: 20px;
  line-height: 36px;
  padding: 0 3em;
}
header#uph .fullbar .desktop .button.lmbtn_login {
  color: #000000;
  background-color: #C8C0BB;
  border: 2px solid #C8C0BB;
}

#commonHeader #WPC2Widget .WPC2widgetmodal #main_widget {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
@media (min-width: 568px) {
  #commonHeader #WPC2Widget .WPC2widgetmodal #main_widget {
    max-height: calc(100vh - 90px);
  }
}
/*# sourceMappingURL=custom_style.css.map */