@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: #000;
  -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: "Helvetica Neue LT Std", sans-serif;
}
header#uph .primary {
  min-height: 64px;
}
header#uph .brand a {
  vertical-align: middle;
}
header#uph .brand img {
  max-width: 160px;
  max-height: unset;
}
header#uph .icon-menu {
  color: #fff;
}
header#uph .button {
  border-radius: 5px;
  font-weight: 700;
  background: #E3173D;
  color: #000;
}
header#uph .button.lmbtn_login, header#uph .button.button--login {
  background: #E3173D;
  color: #000;
}
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: "Helvetica Neue LT Std", 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;
}

@-webkit-keyframes lm_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lm_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lm_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lm_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lm_entrance {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes lm_entrance {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.lmbtn_login * {
  pointer-events: none;
}

#lmModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  font-size: 14px;
  z-index: 10000000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /***/
}
#lmModalOverlay * {
  font-family: "Lato", sans-serif;
}
#lmModalOverlay.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: lm_fadeIn 1s;
          animation: lm_fadeIn 1s;
}
#lmModalOverlay.hide {
  -webkit-animation: lm_fadeOut 0.3s;
          animation: lm_fadeOut 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#lmModalOverlay .closelmmodal {
  background: #FFF;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: -10px;
  right: -10px;
}
#lmModalOverlay .closelmmodal:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
}
#lmModalOverlay .activesession {
  text-align: center;
}
#lmModalOverlay .modalwrapper {
  position: relative;
  min-width: 280px;
  max-width: 95%;
  min-height: 100px;
  max-height: 90vh;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-animation: lm_entrance 0.5s;
          animation: lm_entrance 0.5s;
  background-color: #FFF;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 1em;
}
#lmModalOverlay input {
  line-height: 3em;
  padding: 0 1em;
  border-radius: 3px;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lmModalOverlay .loginform {
  width: 100%;
}
#lmModalOverlay .loginform form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#lmModalOverlay .loginform .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1em;
}
#lmModalOverlay .loginform .row2col {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#lmModalOverlay .loginform .col {
  width: 50%;
}
#lmModalOverlay .loginform .options label {
  margin-bottom: 0.7em;
  display: block;
}
#lmModalOverlay .loginform .options label:hover {
  cursor: pointer;
}
#lmModalOverlay .loginform .options input {
  width: auto;
  margin: 0;
}
#lmModalOverlay .loginform .options a {
  font-size: 0.85em;
  text-decoration: underline;
}
#lmModalOverlay .loginform .options a:hover {
  cursor: pointer;
}
#lmModalOverlay .loginform .loginerror {
  margin-bottom: 5px;
}
#lmModalOverlay .error,
#lmModalOverlay .loginerror {
  font-size: 12px;
  color: red;
}
#lmModalOverlay .hidden {
  display: none !important;
}
#lmModalOverlay .btn {
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  margin: 1em 0;
  display: block;
  font-weight: 700;
  border-radius: 4px;
  background-color: #666;
  color: #FFF;
  line-height: 3em;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lmModalOverlay .btn:hover {
  cursor: pointer;
}
#lmModalOverlay .signup-invitation {
  text-align: center;
}
#lmModalOverlay .signup-invitation h3 {
  margin: 0;
}
#lmModalOverlay .signup-invitation p {
  margin: 0;
}
#lmModalOverlay .signup-invitation .slogan {
  margin-bottom: 5px;
}
#lmModalOverlay .signup-invitation .btn {
  margin-bottom: 5px;
}
#lmModalOverlay .signup-invitation .or {
  position: relative;
  margin-bottom: 5px;
}
#lmModalOverlay .signup-invitation .or:before, #lmModalOverlay .signup-invitation .or:after {
  position: absolute;
  top: 8px;
  content: "";
  border: 1px solid #CCC;
  width: 40%;
}
#lmModalOverlay .signup-invitation .or:before {
  left: 0;
}
#lmModalOverlay .signup-invitation .or:after {
  right: 0;
}
#lmModalOverlay .logoutconfirm {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#lmModalOverlay .logoutconfirm p {
  width: 100%;
  text-align: center;
  margin: 0;
}
#lmModalOverlay .logoutconfirm button {
  margin: 1em 5px;
  text-transform: initial;
  width: 40%;
  max-width: 250px;
}
#lmModalOverlay .logoutconfirm button.yes {
  background-color: green;
}
#lmModalOverlay .requestPasswform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 300px;
}
#lmModalOverlay .requestPasswform h3 {
  margin-top: 0;
}
#lmModalOverlay .requestPasswform a {
  text-decoration: underline;
}
#lmModalOverlay .requestPasswform a:hover {
  cursor: pointer;
}
#lmModalOverlay .requestPasswform p {
  margin: 0;
  font-size: 13px;
}
#lmModalOverlay .requestPasswform input {
  margin-top: 5px;
}
#lmModalOverlay .confirmationRequestPassword {
  width: 100%;
  max-width: 300px;
}
#lmModalOverlay .changepasswordform {
  width: 100%;
  max-width: 300px;
}
#lmModalOverlay .changepasswordform input {
  margin-top: 5px;
}
#lmModalOverlay .sso_wrapper a {
  background: linear-gradient(85.44deg, #1E30EE 9.41%, #0094FF 95.83%);
  color: #fff;
  height: 55px;
  width: 100%;
  max-width: 300px;
  border-radius: 100px;
  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;
  border: 1px solid #1e30ee;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
#lmModalOverlay .sso_wrapper a:hover {
  border-color: #0094ff;
  background: none;
  -webkit-transform: translateX(1px) translateY(1px);
          transform: translateX(1px) translateY(1px);
  color: #0094ff;
}
#lmModalOverlay .sso_wrapper img {
  max-height: 35px;
  margin-right: 1em;
}

/**
spinner animation
*/
.lds-spinner {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 1em auto;
}
.lds-spinner.loading {
  display: block;
}
.lds-spinner div {
  -webkit-transform-origin: 20px 20px;
          transform-origin: 20px 20px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 18px;
  width: 3px;
  height: 9px;
  border-radius: 2px;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#lmModalOverlay {
  color: #ffffff;
}
#lmModalOverlay.show {
  background: rgba(0, 0, 0, 0.52);
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(8.5px);
          backdrop-filter: blur(8.5px);
}
#lmModalOverlay .modalwrapper {
  background: #282C35;
  border: 1px solid #282C35;
  -webkit-box-shadow: -14px 10px 4px rgba(0, 0, 0, 0.3);
          box-shadow: -14px 10px 4px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
#lmModalOverlay .modalwrapper input {
  border-radius: 15px;
}
#lmModalOverlay .closelmmodal {
  background-color: #000000;
}
#lmModalOverlay .logoutconfirm button {
  border: none;
  background-color: #282C35;
}
#lmModalOverlay .logoutconfirm button.yes {
  background-color: #E3173D;
  color: #000000;
}
#lmModalOverlay .lds-spinner {
  background-color: #ffffff;
  border-radius: 50%;
}
#lmModalOverlay h3 {
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 2em 0 1em 0;
  color: #E3173D;
}
#lmModalOverlay h3 strong {
  font-weight: 900;
}
#lmModalOverlay a {
  color: #E3173D;
}
#lmModalOverlay .btn.btn_submit_login {
  background-color: #E3173D;
  color: #ffffff;
}
#lmModalOverlay .btn {
  background-color: #ffffff;
  color: #E3173D;
}

@media screen and (max-width: 568px) {
  body.fr #lmModalOverlay .logoutconfirm button {
    width: 40%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  body.fr #lmModalOverlay .logoutconfirm button.yes {
    width: 35%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

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

#CH_stickybanner {
  display: none;
}

body #Customheaderwrapper header#uph {
  top: 0px;
}

body #cashier article {
  padding-top: 0px;
}