/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.2;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

#popup .paytablePaylines .caption {
  display: none; }

.browserIcons a {
  text-decoration: none;
  display: inline-block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, input, select, textarea {
  color: black;
  background-color: white;
  font-size: 16px;
  font-family: Montserrat-Light, "Trebuchet MS", Helvetica, Sans-Serif;
  letter-spacing: 0.025em; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }

canvas {
  position: fixed; }

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */ }

button {
  outline: none;
  border: none; }

.fullscreen {
  position: fixed;
  left: 50%;
  margin-left: -84px;
  bottom: 0;
  z-index: 50000;
  pointer-events: none; }

#preloadedSpritesheet,
#preloadedSpritesheet div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  pointer-events: none;
  position: absolute;
  opacity: 0.01;
  z-index: -1; }

.aplaBg,
.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0;
  position: fixed;
  transition: opacity 0.5s; }

.overlayShow {
  opacity: 0.2; }

.aplaBg {
  height: 400%; }

h1, h2 {
  font-weight: normal; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.2em; }

.icon,
.image,
.number {
  display: inline-block; }

.icon {
  vertical-align: middle; }

#popupCloseButton {
  background: none;
  border: solid 3px white;
  color: white;
  border-radius: 100%;
  right: 1em;
  top: 1em;
  z-index: 2;
  position: fixed;
  cursor: pointer; }
  #popupCloseButton .mobile_close_icon {
    position: relative;
    top: -3px;
    left: -3px; }

.positionAbsolute, .balance-label, .balance-value, .balance-value-mobile, .lucky .sideBetWinningAnimation .wonTypeText, .lucky .sideBetWinningAnimation .wonAmountText, .johncarew .sideBetWinningAnimation .wonTypeText, .johncarew .sideBetWinningAnimation .wonAmountText {
  position: absolute; }

.fullSize {
  width: 100%;
  height: 100%; }

.hidden {
  display: none; }

.hiddenLayerRoot {
  opacity: 0;
  visibility: hidden; }

.invisible {
  opacity: 0; }

.positionFixed, .area-gameplay-buttons, .area-menu {
  position: fixed; }

.positionRelative {
  position: relative; }

.textArea, .balance-label, .balance-value, .balance-value-mobile {
  user-select: none;
  overflow: hidden;
  pointer-events: none; }

.noWrap, .balance-label, .balance-value, .balance-value-mobile {
  white-space: nowrap; }

.anchor-center {
  transform: translate(-50%, -50%); }

.disable-pointer {
  pointer-events: none;
  cursor: auto; }

.transform-origin-center {
  transform-origin: -50% -50%; }

.overlayFlash {
  opacity: 1; }

.configSections {
  display: flex;
  flex-direction: column; }

.config {
  position: fixed;
  font-family: Montserrat-Light;
  background: white;
  color: black;
  height: 100%;
  overflow: auto; }
  .config .section {
    position: relative;
    width: 98%;
    margin-left: auto;
    margin-top: 2px;
    border-left: #d0d0d0 solid thin; }
  .config .title {
    text-align: center;
    font-size: 2em;
    margin: 10px; }
  .config .sectionTitle {
    margin: 0;
    padding: 5px;
    background: #ececec;
    color: #555555; }
  .config .sectionTitle0 {
    background: #ececec; }
  .config .sectionTitle1 {
    background: #dadada; }
  .config .sectionTitle2 {
    background: #c8c8c8; }
  .config .sectionTitle3 {
    background: #b6b6b6; }
  .config .sectionTitle4 {
    background: #a5a5a5; }
  .config .sectionTitle5 {
    background: #939393; }
  .config .sectionTitle6 {
    background: #818181; }
  .config .sectionTitle7 {
    background: #6f6f6f; }
  .config .sectionTitle8 {
    background: #5d5d5d; }
  .config .sectionTitle9 {
    background: #4b4b4b; }
  .config .sectionTitle10 {
    background: #3a3a3a; }
  .config .sectionTitle:hover {
    background: #dfdfdf;
    cursor: pointer; }
  .config .cardsSet {
    margin: 10px; }
  .config .cardButton {
    height: 30px;
    border: solid #c9cfd2 1px;
    border-radius: 5px; }
  .config .cheatsButton:hover {
    background: #eaeaea;
    cursor: pointer; }
  .config .cheatsButton:active {
    background: #ffffff; }
  .config .cheatsButton {
    height: 30px;
    min-width: 130px;
    border: solid #a6a6a6 1px;
    border-radius: 5px;
    background: #f6f6f6;
    font-size: 16px;
    margin: 1px; }
  .config .startGameButton {
    display: table;
    margin: 1% auto 1% auto; }
  .config .cheatsContent {
    position: fixed;
    width: 90%;
    max-height: 90%;
    background: #f6f6f6;
    overflow: auto;
    margin: 0 5%;
    transition: 0.5s; }
  .config.collapse {
    width: 240px;
    margin: 0 0; }
  .config .inactive {
    opacity: 0.2;
    pointer-events: none; }
  .config .hidden {
    display: none; }
  .config .sectionContent:hover {
    background: white; }
  .config .sectionContent {
    max-height: 3000px;
    transition: max-height 0.5s ease-in;
    overflow: hidden;
    border-bottom: #d0d0d0 solid thin; }
  .config .sectionRow:after {
    clear: both;
    content: "";
    display: table; }
  .config .sectionContentHidden {
    max-height: 0;
    transition: max-height 0.5s ease-out -0.3s; }
  .config .sectionRow {
    margin: 5px; }
  .config .inputRange {
    float: right; }
  .config .input {
    float: right;
    height: 30px;
    width: 50%;
    font-size: 16px; }
  .config .input option {
    height: 30px; }
  .config .cheatsCardButton {
    display: inline-block;
    width: 35px;
    height: 50px;
    border-radius: 6px;
    background-color: #ececec;
    border: #929292 solid 3px;
    text-align: center;
    line-height: 50px;
    margin: 2px; }
  .config .cheatsCardButton:hover {
    cursor: pointer;
    background-color: white; }
  .config input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 30px;
    background: transparent; }
  .config input[type=range]:focus {
    outline: none; }
  .config input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #555;
    border-radius: 0px; }
  .config input[type=range]::-webkit-slider-thumb {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background: #ff7713;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -13.5px; }
  .config input[type=range]:focus::-webkit-slider-runnable-track {
    background: #555; }
  .config input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #555;
    border-radius: 0; }
  .config input[type=range]::-moz-range-thumb {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background: #ff7713;
    cursor: pointer; }
  .config input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .config input[type=range]::-ms-thumb {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background: #ff7713;
    cursor: pointer;
    height: 3px; }
  .config .inputCheckbox label {
    color: #c9cfd2;
    line-height: 30px; }
  .config .inputCheckbox div {
    float: right;
    width: 60px;
    height: 30px;
    background: #c9cfd2;
    position: relative;
    border-radius: 15px;
    transition: all .3s ease; }
  .config .inputCheckbox div label {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #ffffff; }
  .config .inputCheckbox input[type=checkbox]:checked + label {
    color: #0a0a0a; }
  .config .inputCheckbox input[type=checkbox]:checked ~ div label {
    left: 30px; }
  .config .inputCheckbox input[type=checkbox]:checked ~ div {
    background: #ff7713; }
  .config .inputCheckbox input[type=checkbox] {
    display: none; }
  .config .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; }
  .config .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 10px;
    position: absolute;
    z-index: 1;
    left: 110%; }
  .config .tooltip:hover .tooltiptext {
    visibility: visible; }

.parsed {
  color: white; }

.debugLayer {
  font-size: 16px; }
  .debugLayer .cardsInput {
    position: absolute;
    top: 10px;
    left: 65px; }
    .debugLayer .cardsInput .cardsQueueInput {
      outline: none;
      background-color: rgba(0, 0, 0, 0);
      color: white;
      border: 1px solid #000000;
      font-size: 20px; }
      .debugLayer .cardsInput .cardsQueueInput.inactive {
        border: none;
        pointer-events: none; }

.mobile .cardsInput {
  left: 65px;
  top: 25px; }

.tableConfig {
  order: -1; }

#messageContainer {
  position: absolute;
  text-align: center;
  top: 10%;
  width: 100%; }

.debugMessage {
  font-size: 40px;
  color: white; }

html,
body {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: black;
  overflow: hidden; }

@font-face {
  font-family: Montserrat-Bold;
  src: url("../assets/ui/fonts/Montserrat-Bold-b94c30a0.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Montserrat-Light;
  src: url("../assets/ui/fonts/Montserrat-Light-f4a40009.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Montserrat;
  src: url("../assets/ui/fonts/Montserrat-Regular-8b85a843.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../assets/ui/fonts/Montserrat-SemiBold-558c0c68.otf");
  font-weight: normal;
  font-style: normal; }

#game {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s; }

::-webkit-scrollbar {
  -webkit-appearance: none; }

::-webkit-scrollbar:vertical {
  width: 4px; }

::-webkit-scrollbar:horizontal {
  height: 4px; }

::-webkit-scrollbar-thumb {
  background-color: #FA6432;
  border-radius: 4px; }

.messageWindowLayer {
  width: 100%;
  height: 100%; }

#burgerPageContent td, #burgerPageContent th {
  padding: 4px 33px 4px 0; }

.pointer {
  cursor: pointer; }

.balance-label {
  padding-top: 12px;
  font-size: 20px;
  color: #b7b7b7; }

.balance-value {
  padding-top: 34px;
  font-size: 20px;
  color: #dcdcdc; }

.balance-value-mobile {
  font-size: 40px;
  color: #dcdcdc;
  line-height: 70px; }

.hud {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transition: top left;
  transform-origin: top left; }
  .hud .box {
    position: relative;
    height: 72px;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.6);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 15px; }
  .hud .burgerMenuButton {
    width: 72px;
    border-radius: 50%;
    cursor: pointer;
    left: 0;
    margin-top: 15px;
    margin-bottom: 15px; }
  .hud .iconContainer {
    margin: 10px; }
  .hud .hudFieldsContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .hud .balanceContainer {
    justify-content: flex-start;
    min-width: 240px; }
    .hud .balanceContainer .icon2 {
      display: none; }
  .hud .betContainer, .hud .winContainer, .mobile .hud .hudFieldsContainer .winContainer {
    min-width: 240px;
    justify-content: flex-start; }
  .hud .title {
    font-size: 20px;
    color: white; }
  .hud .text {
    font-size: 20px;
    color: #dcdcdc;
    white-space: nowrap; }

.big-font .title {
  font-size: 28px; }

.mobile .hud {
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transition: top left;
  transform-origin: top left; }
  .mobile .hud .box {
    position: relative;
    height: 72px;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.6);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 15px; }
  .mobile .hud .hudFieldsContainer {
    display: flex;
    flex-direction: column; }
    .mobile .hud .hudFieldsContainer .balanceContainer {
      padding: 0 33px 0 13px;
      min-width: 300px;
      justify-content: flex-start; }
      .mobile .hud .hudFieldsContainer .balanceContainer .icon2 {
        display: block;
        position: absolute;
        top: -1px;
        right: -17px; }
    .mobile .hud .hudFieldsContainer .betContainer, .mobile .hud .hudFieldsContainer .winContainer {
      padding: 0 20px 0 13px;
      justify-content: flex-start; }
  .mobile .hud .betContainer, .mobile .hud .winContainer, .mobile .hud .hudFieldsContainer .winContainer {
    padding: 0 13px; }
  .mobile .hud .title {
    display: none; }

.mobile .text {
  font-size: 30px; }

.landscape .hud {
  top: 10px; }
  .landscape .hud .hudFieldsContainer {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transition: top left;
    transform-origin: top left; }
  .landscape .hud .burgerMenuButton {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transition: bottom left;
    transform-origin: bottom left;
    margin-bottom: 5px; }

.portrait .hud {
  top: 0;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transition: top left;
  transform-origin: top left;
  flex-direction: column;
  display: flex;
  align-items: left; }
  .portrait .hud .box {
    margin-left: 17px;
    margin-top: 17px;
    margin-bottom: 0; }
  .portrait .hud .hudFieldsContainer {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transition: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transition: top left;
    transform-origin: top left;
    margin: 0 0 7px 10px; }

.busyIndicator {
  position: relative;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .busyIndicator.show {
    opacity: 1; }

@-webkit-keyframes labelKeyFrames {
  0% {
    color: #dcdcdc; }
  50% {
    color: #ffffff; }
  100% {
    color: #dcdcdc; } }

@-moz-keyframes labelKeyFrames {
  0% {
    color: #dcdcdc; }
  50% {
    color: #ffffff; }
  100% {
    color: #dcdcdc; } }

@-o-keyframes labelKeyFrames {
  0% {
    color: #dcdcdc; }
  50% {
    color: #ffffff; }
  100% {
    color: #dcdcdc; } }

@keyframes labelKeyFrames {
  0% {
    color: #dcdcdc; }
  50% {
    color: #ffffff; }
  100% {
    color: #dcdcdc; } }

@-webkit-keyframes winLabelKeyFrames {
  0% {
    color: #dcdcdc;
    letter-spacing: 0; }
  50% {
    color: #ffffff;
    letter-spacing: 3px; }
  100% {
    color: #dcdcdc;
    letter-spacing: 0; } }

@-moz-keyframes winLabelKeyFrames {
  0% {
    color: #dcdcdc;
    letter-spacing: 0; }
  50% {
    color: #ffffff;
    letter-spacing: 3px; }
  100% {
    color: #dcdcdc;
    letter-spacing: 0; } }

@-o-keyframes winLabelKeyFrames {
  0% {
    color: #dcdcdc;
    letter-spacing: 0; }
  50% {
    color: #ffffff;
    letter-spacing: 3px; }
  100% {
    color: #dcdcdc;
    letter-spacing: 0; } }

@keyframes winLabelKeyFrames {
  0% {
    color: #dcdcdc;
    letter-spacing: 0; }
  50% {
    color: #ffffff;
    letter-spacing: 3px; }
  100% {
    color: #dcdcdc;
    letter-spacing: 0; } }

.onChange .labelContainer .text {
  -webkit-animation: labelKeyFrames .5s 1;
  -moz-animation: labelKeyFrames .5s 1;
  -o-animation: labelKeyFrames .5s 1;
  animation: labelKeyFrames .5s 1; }

.winContainer.onChange .labelContainer .text {
  -webkit-animation: winLabelKeyFrames .5s 1;
  -moz-animation: winLabelKeyFrames .5s 1;
  -o-animation: winLabelKeyFrames .5s 1;
  animation: winLabelKeyFrames .5s 1; }

.replayOn .main {
  pointer-events: none; }
  .replayOn .main .hud {
    display: none; }

.item {
  position: absolute;
  left: 30px;
  top: 20px;
  background-color: red;
  border: 10px green solid; }

.item-a {
  position: absolute;
  right: 30px;
  top: 20px;
  background-color: red;
  border: 10px green solid; }

.ui-layer {
  z-index: 9999; }

#replay {
  filter: sepia(50%); }

.ui-container {
  width: 100%;
  height: 100%; }

.area-gameplay-buttons {
  width: 100%;
  bottom: 20%;
  justify-content: center;
  display: flex; }

.area-menu {
  width: 10%;
  height: 10%;
  background: red;
  left: 2%;
  bottom: 2%;
  justify-content: center;
  display: flex; }

.btn {
  padding: 10px; }

.gameplay-button {
  position: absolute;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transition: top left;
  transform-origin: top left;
  transition: opacity 0.3s; }

.gameplay-button-background {
  position: absolute;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transition: top left;
  transform-origin: top left;
  transition: transform 0.3s;
  pointer-events: none; }

.gameplay-btn-label {
  position: absolute;
  left: 0;
  text-align: center;
  transform: translate(-50%);
  color: #eaeaea;
  font-size: 19px;
  text-shadow: rgba(0, 0, 0, 0.498039) 2px 2px 5px; }

.big-font .gameplay-btn-label {
  font-size: 26px; }

.gameplay-button-icon {
  position: absolute;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transition: 50%;
  transform-origin: 50%;
  transition: transform 0.3s; }

.gameplay-button-relative {
  position: absolute;
  transition: opacity 0.3s; }

.gameplay-button-background-relative {
  position: absolute;
  transition: transform 0.3s;
  pointer-events: none; }

.gameplay-btn-label-relative {
  width: 0;
  left: 0;
  text-align: center;
  color: #eaeaea;
  font-size: 14px;
  text-shadow: rgba(0, 0, 0, 0.498039) 2px 2px 5px; }

.gameplay-button-icon-relative {
  position: absolute;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transition: 50%;
  transform-origin: 50%;
  transition: transform 0.3s; }

.disabled {
  opacity: 0.3; }

.disabled-selected {
  opacity: 0.8; }

.othersPredecision.disabled {
  opacity: 1; }

.msgWindowRoot:not(:last-child) {
  display: none; }

.messageWindowContentWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.landscape .messageWindowBkg {
  width: calc(100% - 8em); }

.portrait .messageWindowBkg {
  width: calc(100% - 0.6em);
  min-height: calc(50% - 0.6em); }

.messageWindowBkg {
  font-family: Montserrat, serif;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  border-radius: 45px;
  background: rgba(9, 14, 27, 0.8);
  min-height: calc(50% - 0.3em);
  margin-left: auto;
  margin-right: auto;
  bottom: -150%;
  transition: 0.3s;
  border: 2px solid #FA6432;
  transform: translateX(-50%);
  left: 50%;
  padding: 0.5em;
  color: #ffffff;
  font-size: 20px; }

.replayOn .realityCheck {
  display: none; }

.replayOn .messageWindowBkg {
  display: none; }

.iPhone5 .messageWindowBkg {
  display: initial; }

.messageWindowShow:last-child {
  bottom: 0.3em; }

.messageWindowTitle {
  width: 100%;
  font-family: Montserrat;
  font-size: 24px;
  text-align: center;
  margin-bottom: 1em; }

.messageWindowContent {
  width: 100%;
  font-family: Montserrat;
  font-weight: lighter;
  font-size: 20px;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1em; }

.messageWindowButtons {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.messageWindowButton {
  margin: 0 10px 20px;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transition: top left;
  transform-origin: top left; }

.messageWindowWithArrow, .placeYourMainBet, .areYouSureHitPre, .areYouSureHit, .areYouSureStand, .areYouSureStandPre {
  position: absolute;
  background: #090e1b;
  border: 2px solid #fc7914;
  box-shadow: 0 0 8px #000000;
  font-family: Montserrat, serif;
  border-radius: 30px;
  width: 300px;
  text-align: center;
  left: calc(50% - 150px);
  font-size: 16px;
  padding: 15px 30px;
  transform-origin: right bottom; }

.replayOn .messageWindowWithArrow, .replayOn .placeYourMainBet, .replayOn .areYouSureHitPre, .replayOn .areYouSureHit, .replayOn .areYouSureStand, .replayOn .areYouSureStandPre {
  display: none; }

.messageWindowWithArrowTitle {
  font-size: 18px;
  color: #fc7914; }

.messageWindowWithArrowDescription {
  color: #ffffff;
  margin-top: 15px; }

.messageWindowWithArrowInputContainer {
  font-size: 13px;
  color: #666c8d;
  margin-top: 10px;
  cursor: pointer; }

.messageWindowWithArrowInput {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #666c8d;
  display: inline-block;
  border-radius: 9px;
  right: 7px;
  top: 8px; }

.messageWindowWithArrowInputAsset {
  position: absolute;
  top: 4px;
  left: 1px;
  opacity: 0;
  transition: opacity .4s; }
  .messageWindowWithArrowInputAsset.selected {
    opacity: 1; }

.messageWindowArrow {
  position: absolute;
  bottom: -40px; }

.placeYourMainBet {
  width: 280px;
  font-size: 26px;
  padding: 20px 40px;
  left: calc(50% - 140px);
  border-radius: 70px; }
  .placeYourMainBet .messageWindowArrow {
    left: calc(50% - 26px); }
  .placeYourMainBet .messageWindowWithArrowTitle {
    font-size: 26px;
    color: #fff; }
    .placeYourMainBet .messageWindowWithArrowTitle span {
      color: #fc7914; }

.areYouSureHitPre, .areYouSureHit, .areYouSureStand, .areYouSureStandPre {
  transform-origin: center bottom; }

.areYouSureCloseButton {
  position: absolute;
  right: 0;
  top: 0; }

.mobile .areYouSureStand .messageWindowArrow {
  right: 82px; }

.mobile .areYouSureStandPre .messageWindowArrow {
  right: 95px; }

.mobile .areYouSureHit .messageWindowArrow {
  left: 82px; }

.mobile .areYouSureHitPre .messageWindowArrow {
  left: 95px; }

.messageWindowTimer {
  position: relative;
  margin: 5px;
  padding: 2px;
  width: 80%;
  height: 20px;
  border-radius: 10px;
  border: 3px solid #264466;
  overflow: hidden; }

@media only screen and (min-width: 500px) {
  .areYouSureHitPre, .areYouSureHit, .areYouSureStand, .areYouSureStandPre {
    transform-origin: center bottom;
    width: 500px;
    font-size: 26px;
    padding: 25px 70px;
    left: calc(50% - 250px); }
    .areYouSureHitPre .messageWindowWithArrowTitle, .areYouSureHit .messageWindowWithArrowTitle, .areYouSureStand .messageWindowWithArrowTitle, .areYouSureStandPre .messageWindowWithArrowTitle {
      font-size: 30px; }
  .areYouSureHit .messageWindowArrow {
    left: 190px; }
  .areYouSureStand .messageWindowArrow {
    left: 260px; }
  .areYouSureStandPre .messageWindowArrow {
    right: 198px; }
  .areYouSureHitPre .messageWindowArrow {
    left: 199px; }
  .messageWindowWithArrowInputContainer {
    font-size: 18px; } }

@media (orientation: landscape) {
  .messageWindowBkg {
    flex-direction: column; }
  .messageWindowButtons {
    width: 100%;
    flex-direction: row; }
  .mobile .areYouSureHit, .mobile .areYouSureStand {
    transform-origin: right top;
    transform: scale(0.7);
    right: 160px;
    left: auto; }
  .mobile .areYouSureHitPre, .mobile .areYouSureStandPre {
    transform-origin: center bottom;
    transform: translate(-50%, -100%) scale(0.7);
    left: 50%; }
  .mobile .areYouSureHit .messageWindowArrow {
    transform: rotate(-90deg);
    left: auto;
    right: -50px;
    top: 25px;
    bottom: auto; }
  .mobile .areYouSureStand .messageWindowArrow {
    transform: rotate(-90deg);
    left: auto;
    right: -50px;
    bottom: 25px;
    top: auto; }
  .mobile .areYouSureHitPre .messageWindowArrow {
    left: 186px;
    right: auto; }
  .mobile .areYouSureStandPre .messageWindowArrow {
    right: 186px;
    left: auto; } }

@media only screen and (min-width: 1024px) {
  .messageWindowBkg {
    width: 50%;
    min-height: 30%; }
  .messageWindowBkg {
    flex-direction: column; }
  .messageWindowButtons {
    width: 100%;
    flex-direction: row; }
  .messageWindowTimer {
    width: 300px; } }

@media only screen and (min-width: 1024px) and (max-height: 650px) {
  .messageWindowButton {
    transform: scale(0.7);
    width: 56px;
    height: 56px; } }

@media only screen and (min-width: 1024px) and (max-height: 520px) {
  .messageWindowButton {
    width: 40px;
    height: 40px;
    transform: scale(0.5); } }

@media (max-width: 1024px) and (max-height: 430px) and (orientation: landscape) {
  .messageWindowButton {
    transform: scale(0.8);
    width: 64px;
    height: 64px; } }

@media (max-width: 1024px) and (max-height: 330px) and (orientation: landscape) {
  .messageWindowButton {
    transform: scale(0.6);
    width: 48px;
    height: 48px; } }

@media (max-height: 600px) and (orientation: portrait) {
  .messageWindowButton {
    width: 64px;
    height: 64px;
    transform: scale(0.8); } }

@media (max-height: 525px) and (orientation: portrait) {
  .messageWindowButton {
    width: 48px;
    height: 48px;
    transform: scale(0.6); } }

.historyBtnWrapper {
  transform: scale(0.5);
  height: 80px; }

.lobby-root {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  overflow-y: scroll;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  justify-content: center;
  font-size: 16px; }
  .lobby-root .lobby-container {
    padding-top: 117px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px; }
  .lobby-root .lobby-item {
    background: #929292;
    margin: 10px;
    padding: 10px; }
  .lobby-root .lobby-item:hover {
    cursor: pointer;
    background: #ff9f3b; }
  .lobby-root .lobby-title {
    background: #f26522;
    width: 100%;
    margin: 10px;
    text-align: center;
    color: #fff; }
  .lobby-root .lobby-item-table-id {
    font-size: 20px;
    color: white;
    float: left;
    margin-right: 10px; }
  .lobby-root .lobby-counter {
    padding-top: 7px;
    color: white;
    font-size: 12px;
    text-align: center; }

.in-game-deposit {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center; }
  .in-game-deposit .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #152133;
    box-shadow: 0 0 80px 40px rgba(170, 160, 143, 0.3);
    width: calc(90% - 0.6em);
    height: calc(50% - 0.3em); }
  .in-game-deposit .iframe {
    width: calc(100% - 2em);
    height: calc(100% - 2em); }

.in-game-deposit-bkg {
  top: 5%;
  height: 90%; }

.clock {
  position: fixed;
  right: 10px;
  top: 25px;
  padding: 2px 6px;
  font-size: 12px;
  color: white;
  text-shadow: 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black;
  display: none; }
  .clock.active {
    display: block; }

.chipsPanel {
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transition: center;
  transform-origin: center;
  position: absolute;
  left: 50%;
  overflow: hidden; }
  .chipsPanel .backgroundContainer {
    border: 2px solid #000;
    border-radius: 200px;
    background: rgba(0, 0, 0, 0.2);
    line-height: 0;
    overflow: hidden; }
  .chipsPanel .background {
    position: relative;
    line-height: 0;
    display: flex;
    transition: left 0.3s; }
  .chipsPanel .chip {
    opacity: 0.1;
    flex-shrink: 0;
    position: relative; }
    .chipsPanel .chip.active {
      opacity: 1;
      cursor: pointer; }
    .chipsPanel .chip.selected {
      opacity: 1; }
    .chipsPanel .chip .glow {
      position: absolute;
      pointer-events: none;
      left: 0;
      top: 0; }

.cloneChip {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transition: top left;
  transform-origin: top left;
  position: absolute; }

.animateBack {
  -webkit-transition: all 0.3s cubic-bezier(0.99, 0.02, 1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.99, 0.02, 1, 1);
  -o-transition: all 0.3s cubic-bezier(0.99, 0.02, 1, 1);
  transition: all 0.3s cubic-bezier(0.99, 0.02, 1, 1); }

.swipeHand {
  -webkit-animation: swipeUpAnimation 2s infinite;
  -moz-animation: swipeUpAnimation 2s infinite;
  -o-animation: swipeUpAnimation 2s infinite;
  animation: swipeUpAnimation 2s infinite; }

@-webkit-keyframes swipeUpAnimation {
  0% {
    opacity: 0;
    top: 0; }
  100% {
    opacity: 1;
    top: -100px; } }

@-moz-keyframes swipeUpAnimation {
  0% {
    opacity: 0;
    top: 0; }
  100% {
    opacity: 1;
    top: -100px; } }

@-o-keyframes swipeUpAnimation {
  0% {
    opacity: 0;
    top: 0; }
  100% {
    opacity: 1;
    top: -100px; } }

@keyframes swipeUpAnimation {
  0% {
    opacity: 0;
    top: 0; }
  100% {
    opacity: 1;
    top: -100px; } }

.scorePoints-lightBlue, .scoreSprite, .scorePoints-red, .scorePoints-gray, .scorePoints-green, .scorePoints-gold {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 20px;
  min-width: 28px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: white;
  transform: translate(-50%, -50%);
  padding: 0 4px;
  position: absolute;
  white-space: nowrap; }

.scorePoints-lightBlue, .scoreSprite {
  background-color: #282a4c;
  box-shadow: 0 0 0 2px #595b86 inset, 0 3px 2px 0 rgba(0, 0, 0, 0.24); }

.scorePoints-red {
  background-color: #d82118;
  box-shadow: 0 0 0 2px #ff3938 inset, 0 3px 2px 0 rgba(155, 7, 0, 0.43); }

.scorePoints-gray {
  background-color: #7a6350;
  box-shadow: 0 0 0 2px #bc9779 inset, 0 3px 2px 0 rgba(0, 7, 0, 0.24); }

.scorePoints-green {
  background-color: #749c23;
  box-shadow: 0 0 0 2px #82ae28 inset, 0 3px 2px 0 rgba(0, 0, 0, 0.24); }

.scorePoints-gold {
  background-color: #ff8d16 !important;
  box-shadow: 0 0 0 2px #ffa858 inset, 0 3px 2px 0 rgba(0, 0, 0, 0.24) !important; }

.scoreSprite {
  position: absolute;
  top: -24px;
  left: 5px;
  padding: 0 4px; }

.stackSprite {
  font-family: Montserrat;
  position: relative;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  padding: 1px 5px 0px;
  border-radius: 12px;
  color: #ffffff;
  background-color: rgba(234, 131, 71, 0.95);
  border: 2px solid rgba(255, 184, 119, 0.95); }
  .stackSprite-bottom {
    top: -9px; }
  .stackSprite-top {
    top: -35px; }
  .stackSprite-left {
    top: -21px;
    transform: translate(-100%, -50%); }
  .stackSprite-right {
    top: -21px;
    transform: translate(0, -50%); }
  .stackSprite-hiding {
    transition: transform 0.6s;
    transform: translate(0, 0) scale(0.001); }
  .stackSprite-hide {
    transform: translate(0, 0) scale(0.001); }

.progress-bar {
  transform: translate(-50%, 12px);
  width: 80px;
  height: 14px;
  margin-top: 8px;
  background: #440b05;
  border-radius: 10px;
  border: 3px solid #af432a;
  box-shadow: 0 0 19px rgba(252, 37, 21, 0.55);
  position: absolute; }
  .progress-bar-fillContainer {
    overflow: hidden;
    border-radius: 10px;
    height: calc(100% - 4px);
    margin: 2px; }
  .progress-bar-fill {
    transform-origin: left;
    will-change: transform;
    background: #7aa010;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 0 6px #299e58; }

.gameName {
  position: fixed;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  right: 10px;
  top: 5px;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  transform-origin: top right;
  color: white;
  text-shadow: 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black; }

.landscape .gameName {
  font-size: 18px; }

@media only screen and (max-width: 600px) {
  .cashrace-bar {
    transform: translate(-50%, -25%) scale(0.55) !important;
    left: 38% !important; } }

@media only screen and (min-width: 600px) and (max-width: 680px) {
  .cashrace-bar {
    transform: translate(-50%, -20%) scale(0.7) !important;
    left: 34% !important; } }

@media only screen and (min-width: 680px) and (max-width: 900px) {
  .cashrace-bar {
    transform: translate(-50%, -20%) scale(0.7) !important;
    left: 42% !important; } }

.tournament-button {
  top: 55% !important; }

.mobile.landscape .tournament-button {
  top: 62% !important;
  transform: translateY(-50%) rotate(90deg) scale(0.7) !important; }

.settings {
  font-family: Montserrat-Light;
  color: #afb1b2;
  height: 100%;
  overflow: auto; }
  .settings .section {
    position: relative; }
  .settings .sectionTitle {
    font-size: 14px;
    text-align: center;
    height: 60px;
    margin: 0;
    line-height: 60px; }
  .settings .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    font-size: 14px; }
  .settings .tooltiptext {
    visibility: hidden;
    background-color: #FA6432;
    color: #902704;
    text-align: center;
    border-radius: 10px;
    padding: 2px 10px;
    position: absolute;
    z-index: 1;
    left: 110%; }
  .settings .tooltip:hover .tooltiptext {
    visibility: visible; }
  .settings .sectionContent {
    font-size: 12px;
    max-height: 3000px;
    transition: max-height 0.5s ease-in;
    overflow: hidden;
    border-bottom: #28282d solid thin; }
  .settings .sectionContentHidden {
    max-height: 0;
    transition: max-height 0.5s ease-out -0.3s; }
  .settings .sectionRow:after {
    clear: both;
    content: "";
    display: table; }
  .settings .sectionRow {
    padding: 6px 28px; }
  .settings .sectionRow:hover {
    background: rgba(255, 255, 255, 0.03); }
  .settings .inputCheckbox label {
    color: #959899;
    line-height: 30px; }
  .settings .inputCheckbox div {
    float: right;
    width: 53px;
    height: 27px;
    background: #c9cfd2;
    position: relative;
    border-radius: 15px;
    transition: all .3s ease; }
  .settings .inputCheckbox div label {
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 4px;
    background: #ffffff; }
  .settings .inputCheckbox input[type=checkbox]:checked + label {
    color: #afb1b2; }
  .settings .inputCheckbox input[type=checkbox]:checked ~ div label {
    left: 28px; }
  .settings .inputCheckbox input[type=checkbox]:checked ~ div {
    background: #FA6432; }
  .settings .inputCheckbox input[type=checkbox] {
    display: none; }
  .settings .inputRange {
    float: right; }
  .settings .inputImage {
    display: inline-block;
    width: calc(100% - 125px); }
  .settings .sliderOutput {
    position: absolute;
    top: -26px;
    background: #2A2A30;
    opacity: 0;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    transition: opacity 1s;
    padding: 0 5px;
    font-size: 16px;
    transform: translate(-50%);
    color: #FA6432; }
  .settings .sliderOutputShow {
    opacity: 1; }
  .settings .sliderContainer {
    position: relative;
    width: 100%;
    display: inline-block; }
  .settings .inputCheckboxDescription {
    font-size: 11px;
    line-height: 14.7px;
    color: #86898b;
    width: 80%;
    text-align: justify;
    margin-top: 10px; }
  .settings .inputCheckboxLabel {
    color: #afb1b2;
    line-height: 30px; }
  .settings input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: transparent; }
  .settings input[type=range]:focus {
    outline: none; }
  .settings input[type=range]::-ms-tooltip {
    display: none; }
  .settings input[type=range]::-ms-track {
    background: #FA6432;
    width: 100%;
    cursor: pointer;
    /* Hides the slider so custom styles can be added */
    border-color: transparent;
    color: transparent; }
  .settings input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #FA6432;
    border-radius: 0; }
  .settings input[type=range]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    border-radius: 12.5px;
    background: #FA6432;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -12.5px; }
  .settings input[type=range]:focus::-webkit-slider-runnable-track {
    background: #FA6432; }
  .settings input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #FA6432;
    border-radius: 0; }
  .settings input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 2px solid #FA6432;
    border-radius: 2.6px; }
  .settings input[type=range]:focus::-ms-fill-lower {
    background: #3071a9; }
  .settings input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 2px solid #FA6432;
    border-radius: 2.6px; }
  .settings input[type=range]:focus::-ms-fill-upper {
    background: #367ebd; }
  .settings input[type=range]::-moz-range-thumb {
    height: 25px;
    width: 25px;
    border-radius: 12.5px;
    background: #FA6432;
    cursor: pointer; }
  .settings input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .settings input[type=range]::-ms-thumb {
    height: 25px;
    width: 25px;
    border-radius: 12.5px;
    cursor: pointer;
    margin-top: 0; }

.iconSliderImage {
  float: left; }

.labelSliderImage {
  line-height: 53px; }

.sliderRight form {
  display: inline-block;
  float: right;
  width: 80%; }

.rules {
  color: #fff;
  padding: 10px;
  font-size: 14px; }
  .rules table {
    text-align: center;
    border: 1px solid grey;
    border-spacing: 0 1em; }
  .rules th {
    width: 5%; }

.loadingHistory {
  padding: 10px;
  text-align: center; }

.history .table {
  height: 100%;
  font-size: 14px;
  color: #afb1b2; }

.history .row {
  display: flex;
  cursor: pointer;
  align-items: center;
  transition: background 0.3s;
  padding: 8px 0;
  border-bottom: 1px solid #444343; }

.history .row-selected {
  background: #2A2A30; }

.history .row-title {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  padding: 10px 0;
  align-items: center; }

.history .row:hover {
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer; }

.history .cell, .history .roundHistoryContent .betColumn, .history .roundHistoryContent .playerColumn, .history .roundHistoryContent .dealerColumn {
  flex: 16%;
  text-align: center;
  font-family: Montserrat-Light;
  font-size: 12px;
  word-break: break-word;
  justify-content: center; }

.history .cell-icon {
  width: 5%;
  padding-left: 8px; }

.history .cell-detail {
  width: 90%;
  font-size: 13px;
  padding: 0px 10px; }
  .history .cell-detail .detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    word-break: break-all; }
    .history .cell-detail .detail .label {
      font-size: 10px; }
    .history .cell-detail .detail .content {
      color: white; }
  .history .cell-detail .detail:not(:first-child) {
    margin-top: 6px; }

.history .cell-replay {
  width: 15%; }

.history .row-icon {
  transition: transform 0.3s;
  position: relative; }

.history .row-icon-rotated {
  transform: rotate(90deg); }

.history .rowContent {
  background: rgba(255, 255, 255, 0.1); }

.history .replayButton {
  position: relative; }

.history .collapseable {
  overflow: hidden; }

.history .collapsed {
  max-height: 0; }

.history .roundHistoryContent {
  text-align: center;
  color: white; }
  .history .roundHistoryContent .roundHistoryTitleRow {
    display: flex;
    border-bottom: 1px solid rgba(250, 255, 255, 0.1);
    align-items: center; }
  .history .roundHistoryContent .roundHistoryRow {
    display: flex; }
  .history .roundHistoryContent .detailResult {
    font-size: 10px;
    color: #d8d8d8; }
  .history .roundHistoryContent .betColumn {
    flex: 25%;
    word-break: break-all; }
  .history .roundHistoryContent .cell, .history .roundHistoryContent .betColumn, .history .roundHistoryContent .playerColumn, .history .roundHistoryContent .dealerColumn {
    padding: 7px; }
  .history .roundHistoryContent .playerColumn {
    flex: 50%; }
  .history .roundHistoryContent .dealerColumn {
    flex: 25%; }
  .history .roundHistoryContent .innerPlayerColumn {
    flex: 50%;
    width: 50%;
    display: inline-block; }
  .history .roundHistoryContent .historyCard {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 56px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px black;
    margin-left: -12px;
    margin-right: -12px; }
  .history .roundHistoryContent .doubleDownCard {
    margin-left: 7px;
    top: -8px; }
  .history .roundHistoryContent .historyScoreSprite {
    height: 22px;
    white-space: nowrap;
    transform: translateY(-50%) translateZ(1px);
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: auto; }

.previewFrame {
  position: absolute;
  border: 1px solid grey;
  cursor: pointer;
  transition: border 0.5s; }
  .previewFrame:hover {
    border: 1px solid white; }
  .previewFrame.fullScreen {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .previewFrame.fullScreen .enlargeIcon {
      display: none; }
  .previewFrame .enlargeIcon {
    margin: 5px;
    right: 0;
    position: absolute; }
  .previewFrame.blink {
    -webkit-animation: blinkPreview .8s infinite;
    -moz-animation: blinkPreview .8s infinite;
    -o-animation: blinkPreview .8s infinite;
    animation: blinkPreview .8s infinite; }

@-webkit-keyframes blinkPreview {
  0% {
    border: 1px solid grey; }
  50% {
    border: 1px solid white; }
  100% {
    border: 1px solid grey; } }

@-moz-keyframes blinkPreview {
  0% {
    border: 1px solid grey; }
  50% {
    border: 1px solid white; }
  100% {
    border: 1px solid grey; } }

@-o-keyframes blinkPreview {
  0% {
    border: 1px solid grey; }
  50% {
    border: 1px solid white; }
  100% {
    border: 1px solid grey; } }

@keyframes blinkPreview {
  0% {
    border: 1px solid grey; }
  50% {
    border: 1px solid white; }
  100% {
    border: 1px solid grey; } }

.lucky .messageWindowBkg {
  border: 2px solid #24ca84; }

.lucky .sideBetWinningAnimation {
  font-family: Montserrat;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap; }

@-webkit-keyframes luckyDetailShow {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes luckyDetailShow {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes luckyDetailShow {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes luckyDetailShow {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .lucky .sideBetWinningAnimation .wonTypeText {
    font-size: 20px;
    top: 75px;
    -webkit-animation: luckyDetailShow 3s 1;
    -moz-animation: luckyDetailShow 3s 1;
    -o-animation: luckyDetailShow 3s 1;
    animation: luckyDetailShow 3s 1; }
  .lucky .sideBetWinningAnimation .wonAmountText {
    font-size: 22px;
    top: 108px;
    -webkit-animation: luckyDetailShow 3s 1;
    -moz-animation: luckyDetailShow 3s 1;
    -o-animation: luckyDetailShow 3s 1;
    animation: luckyDetailShow 3s 1; }

.lucky .messageWindowWithArrow, .lucky .placeYourMainBet, .lucky .areYouSureHitPre, .lucky .areYouSureHit, .lucky .areYouSureStand, .lucky .areYouSureStandPre {
  border: 2px solid #24ca84; }
  .lucky .messageWindowWithArrow .messageWindowWithArrowTitle, .lucky .placeYourMainBet .messageWindowWithArrowTitle, .lucky .areYouSureHitPre .messageWindowWithArrowTitle, .lucky .areYouSureHit .messageWindowWithArrowTitle, .lucky .areYouSureStand .messageWindowWithArrowTitle, .lucky .areYouSureStandPre .messageWindowWithArrowTitle {
    color: #24ca84; }

.lucky .messageWindowTimer {
  border: 2px solid #24ca84; }

.johncarew .messageWindowBkg {
  border: 2px solid #24ca84; }

.johncarew .sideBetWinningAnimation {
  font-family: Montserrat;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap; }

@-webkit-keyframes luckyDetailShow {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes luckyDetailShow {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes luckyDetailShow {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes luckyDetailShow {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .johncarew .sideBetWinningAnimation .wonTypeText {
    font-size: 20px;
    top: 75px;
    -webkit-animation: luckyDetailShow 3s 1;
    -moz-animation: luckyDetailShow 3s 1;
    -o-animation: luckyDetailShow 3s 1;
    animation: luckyDetailShow 3s 1; }
  .johncarew .sideBetWinningAnimation .wonAmountText {
    font-size: 22px;
    top: 108px;
    -webkit-animation: luckyDetailShow 3s 1;
    -moz-animation: luckyDetailShow 3s 1;
    -o-animation: luckyDetailShow 3s 1;
    animation: luckyDetailShow 3s 1; }

.johncarew .messageWindowWithArrow, .johncarew .placeYourMainBet, .johncarew .areYouSureHitPre, .johncarew .areYouSureHit, .johncarew .areYouSureStand, .johncarew .areYouSureStandPre {
  border: 2px solid #24ca84; }
  .johncarew .messageWindowWithArrow .messageWindowWithArrowTitle, .johncarew .placeYourMainBet .messageWindowWithArrowTitle, .johncarew .areYouSureHitPre .messageWindowWithArrowTitle, .johncarew .areYouSureHit .messageWindowWithArrowTitle, .johncarew .areYouSureStand .messageWindowWithArrowTitle, .johncarew .areYouSureStandPre .messageWindowWithArrowTitle {
    color: #24ca84; }

.johncarew .messageWindowTimer {
  border: 2px solid #24ca84; }

.drfortuno .messageWindowArrow {
  display: none; }

@media (orientation: landscape) {
  .drfortuno.mobile .areYouSureHit, .drfortuno.mobile .areYouSureStand, .drfortuno.mobile .areYouSureHitPre, .drfortuno.mobile .areYouSureStandPre {
    transform-origin: center bottom;
    transform: translate(-50%, -100%) scale(0.7);
    left: 50%; } }

.side-menu_button {
  background: none;
  border: none;
  outline: none; }

.side-menu_items {
  overflow-x: hidden;
  overflow-y: auto; }
  .side-menu_items::-webkit-resizer, .side-menu_items::-webkit-scrollbar-button, .side-menu_items::-webkit-scrollbar-corner {
    display: none; }
  .side-menu_items::-webkit-scrollbar-track, .side-menu_items::-webkit-scrollbar-track-piece:end {
    background: #666666;
    border-radius: 1em; }
  .side-menu_items::-webkit-scrollbar {
    width: 0.75em; }
  .side-menu_items::-webkit-scrollbar-thumb {
    background: #333333;
    border-radius: 1em;
    border: 1px solid transparent;
    background-clip: content-box; }
  .side-menu_items:hover::-webkit-scrollbar-track, .side-menu_items:hover::-webkit-scrollbar-track-piece:end {
    background: #888888; }
  .side-menu_items:hover::-webkit-scrollbar-thumb {
    background: #555555; }

.unclickable {
  pointer-events: none; }

.burger-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  z-index: 0;
  opacity: 0;
  display: none; }

.showed .burger-overlay {
  opacity: 0.3;
  display: unset; }

.burgerMenu {
  position: fixed;
  z-index: 1; }

.logo {
  transform: scale(0.7, 0.7);
  margin: 10px auto 0 auto; }

.landscape .logo {
  display: none; }

.portrait .logo {
  transform: scale(0.6, 0.6);
  margin: -40px auto -40px auto; }

.side-menu {
  transform: translateX(-100%);
  transform-origin: left top 0;
  width: 400px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  background: #2A2A30;
  padding-left: 150px;
  transition: transform 0.3s;
  z-index: 2; }
  .side-menu .side-menu-container {
    position: absolute;
    bottom: 0;
    max-height: 100%; }
  .side-menu_buttons {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em;
    background: #2A2A30; }
  .side-menu .menu_button_container {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #666666;
    margin: 0 7px;
    cursor: pointer;
    align-items: center;
    justify-content: center; }
  .side-menu_button {
    position: relative; }
    .side-menu_button.toggle_on #toggle_on {
      visibility: visible; }
    .side-menu_button.toggle_on #toggle_off {
      visibility: hidden; }
    .side-menu_button.toggle_off #toggle_on {
      visibility: hidden; }
    .side-menu_button.toggle_off #toggle_off {
      visibility: visible; }
  .side-menu_items {
    flex-grow: 0;
    flex-shrink: 1;
    background: #2A2A30; }
  .side-menu_limits {
    border-top: 1px solid #A7A9AA;
    color: white;
    font-size: 16px;
    font-weight: 700; }
  .side-menu_items {
    border-top: 1px solid #A7A9AA;
    color: white;
    font-size: 16px;
    font-weight: 700; }
  .side-menu_item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border-top: 1px solid #A7A9AA; }
    .side-menu_item:active {
      background: rgba(255, 255, 255, 0.2);
      user-select: none; }
    .side-menu_item .menu_icon_container {
      width: 56px;
      height: 56px;
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    .side-menu_item .side-menu_item-icon {
      vertical-align: middle;
      display: inline-block;
      margin-right: 0.5em;
      position: relative; }
    .side-menu_item .side-menu_item-label {
      display: inline-block;
      width: 70%;
      overflow: hidden;
      vertical-align: middle;
      text-overflow: ellipsis;
      text-transform: uppercase; }
  .side-menu_item:hover {
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer; }

.side-menu-swipe {
  transition: none; }

.limitRoot {
  text-align: center;
  padding: 10px; }
  .limitRoot .rootLabel {
    text-transform: uppercase;
    padding-bottom: 10px; }
  .limitRoot .limitContainer:not(:first-child) {
    padding-top: 10px; }
  .limitRoot .limitContainer .label {
    font-size: 13px;
    color: white; }
  .limitRoot .limitContainer .value {
    font-size: 11px;
    color: #dcdcdc;
    padding-top: 3px; }

.menuPageContent {
  transform: translateX(-100%);
  opacity: 0;
  transform-origin: left top 0;
  width: 400px;
  height: 100%;
  position: fixed;
  background: #2A2A30;
  transition: opacity 0.3s;
  z-index: 2; }
  .menuPageContent.showed {
    opacity: 1; }
  .menuPageContent .overlay {
    opacity: 0;
    transition: opacity 0.3s; }
  .menuPageContent .contentArea {
    background: #2A2A30;
    padding-top: 60px;
    height: 100%; }
    .menuPageContent .contentArea .scrollable {
      overflow-y: scroll;
      height: 100%;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      overflow-x: hidden; }
  .menuPageContent .pageBar {
    width: 100%;
    height: 60px;
    z-index: 1;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.1);
    color: #FFF;
    transition: all 0.3s; }
    .menuPageContent .pageBar .backPage {
      width: 43px;
      height: 43px;
      float: left;
      cursor: pointer;
      display: flex;
      justify-contentArea: center;
      align-items: center; }
    .menuPageContent .pageBar .pageBarTitle {
      text-transform: uppercase;
      display: inline-block;
      text-align: center;
      position: absolute;
      top: 20px;
      left: 0;
      width: 100%;
      padding: 0;
      pointer-events: none; }
    .menuPageContent .pageBar .closePage {
      width: 43px;
      height: 43px;
      float: right;
      cursor: pointer;
      display: flex;
      justify-contentArea: center;
      align-items: center; }

.swipeToFullScreen .menuPageContent .contentArea .scrollable {
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto; }

.mobile .menuPageContent {
  width: 100%; }
