/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./src/Style/ui.less ***!
  \************************************************************************************************************/
/*
==========PREBOOT EXCAMPLES==========
http://getpreboot.com
*/
/*
==========LESS DOCUMENTATION==========
http://lesscss.org/
*/
/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
.Size100 {
  width: 100%;
  height: 100%;
}
.Margin0 {
  margin: 0px;
}
.Margin5 {
  margin: 5px;
}
.Margin10 {
  margin: 10px;
}
.Position0 {
  top: 0;
  left: 0;
}
.Padding5 {
  padding: 5px;
}
.BackgroundImageContainCenter {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.BackgroundImageCoverCenter {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.InputNoStyle {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
}
.RowFlex {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ColFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.RowFlexAndCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.ColFlexAndCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Header {
  filter: drop-shadow(0px 3px #232323);
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(0deg, #ffffff, #e6e6e6);
  background-image: -webkit-linear-gradient(0deg, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(0deg, #ffffff, #e6e6e6);
  background-image: linear-gradient(0deg, #ffffff, #e6e6e6);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  align-self: center;
  justify-self: center;
  text-align: center;
  font-size: 8vmin;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (min-width: 530px) and (max-width: 949px) {
  .Header {
    font-size: 10vmin;
  }
}
.Header.Small {
  font-size: 4vmin;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (min-width: 530px) and (max-width: 949px) {
  .Header.Small {
    font-size: 6vmin;
  }
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (min-width: 530px) and (max-width: 949px) {
  .Header.MediumLarge {
    font-size: 12vmin;
  }
}
.Header.Large {
  font-size: 10vmin;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (min-width: 530px) and (max-width: 949px) {
  .Header.Large {
    font-size: 12vmin;
  }
}
.Header.Gold {
  background-color: #d3ae5b;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(0deg, #e8d470, #d3ae5b);
  background-image: -webkit-linear-gradient(0deg, #e8d470, #d3ae5b);
  background-image: -o-linear-gradient(0deg, #e8d470, #d3ae5b);
  background-image: linear-gradient(0deg, #e8d470, #d3ae5b);
}
.FontRegular {
  font-family: Big Shoulders Display;
  font-weight: 500;
  font-style: Black;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  font-display: auto;
}
@font-face {
  font-family: Big Shoulders Display;
  src: url(./Fonts/BigShoulder.rr_1781006312358.ttf) format("truetype");
}
.FontBold {
  font-family: Big Shoulders Display;
  font-weight: 900;
  font-style: Black;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  font-display: auto;
}
.FontExtraBold {
  font-family: Big Shoulders Display;
  font-weight: 900;
  font-style: Black;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  font-display: auto;
}
.FontTextField {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-display: fallback;
}
.unclickable {
  pointer-events: none;
  cursor: default;
}
.clickable {
  pointer-events: all;
  cursor: pointer;
}
.screenLog {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-display: fallback;
  position: absolute;
  background-color: #222222bb;
  text-shadow: 2px 2px #222222;
  left: 5px;
  padding: 3px;
}
.screenLog.white {
  color: white;
  border: 1px solid white;
}
.screenLog.red {
  color: #ec0000;
  border: 1px solid #ec0000;
}
.screenLog.orange {
  color: #e99f00;
  border: 1px solid #e99f00;
}
.screenLog.green {
  color: #00cc44;
  border: 1px solid #00cc44;
}
.screenLog.blue {
  color: #00a2ff;
  border: 1px solid #00a2ff;
}
.button {
  pointer-events: all;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  border-radius: 10px;
}
.button.normal {
  background-color: #232323;
  color: white;
  border: solid 1px #1c1c1c;
}
.button.normal:active {
  background-color: #333333;
  border: solid 1px #292929;
}
.button.cta {
  background-color: #28a909;
  color: white;
  border: solid 1px #208707;
}
.button.cta:active {
  background-color: #249808;
  border: solid 1px #208707;
}
.button.selected {
  background-color: #208707;
  color: white;
  border: solid 1px #186505;
}
.button.selected:active {
  background-color: #1c7606;
  border: solid 1px #145505;
}
.button.gray {
  background-color: #232323;
  color: white;
  border: solid 1px #1c1c1c;
}
.button.gray:active {
  background-color: #484848;
  border: solid 1px #404040;
}
.input {
  width: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.input input {
  top: 0;
  left: 0;
  pointer-events: all;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Big Shoulders Display;
  font-weight: 500;
  font-style: Black;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  font-display: auto;
  position: relative;
  border: none;
  padding: 5px;
  width: 100%;
  background-color: transparent;
  color: white;
  text-align: center;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  .input input {
    width: unset;
  }
}
.input input:focus {
  outline: none;
}
.input::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: transparent;
  border-radius: 5px;
  box-sizing: border-box;
}
.switchCluster {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.switch {
  pointer-events: all;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 60px;
  min-width: 60px;
  height: 34px;
  margin-right: 10px;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (min-width: 530px) and (max-width: 949px) {
  .switch {
    margin-right: 0px;
  }
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .customslider {
  background-color: #28a909;
}
.switch input:checked + .customslider:before {
  -ms-transform: translateX(22px);
  -webkit-transform: translateX(22px);
  -moz-transform: translateX(22px);
  -o-transform: translateX(22px);
  transform: translateX(22px);
  background-color: #fff;
}
.customslider {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #535353;
}
@media only screen and (min-width: 560px) and (max-width: 1466px) {
  .customslider {
    transform: scale(0.7);
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  .customslider {
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  .customslider {
    transform: scale(0.8);
  }
}
.customslider::before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #a7a7a7;
}
.customslider.round {
  border-radius: 34px;
}
.customslider.round::before {
  border-radius: 50%;
}
.clearBtnHitbox {
  position: absolute;
  height: 25px;
  width: 25px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}
.switchInput {
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto auto 1fr;
  -ms-grid-columns: auto auto 1fr;
  grid-template-rows: 1fr;
  -ms-grid-rows: 1fr;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #333333 !important;
  border-radius: 6px;
  container-type: size;
}
.switchInput .labelText {
  grid-row-start: 1;
  -ms-grid-row: 1;
  grid-column-start: 1;
  -ms-grid-column: 1;
  width: calc(45cqw - 15px);
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  white-space: nowrap;
  font-weight: 400;
  justify-self: right;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  .switchInput .labelText {
    font-size: 11px;
    justify-self: left;
    text-align: left;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  .switchInput .labelText {
    font-size: 12px;
    height: 10px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    container-type: size;
  }
}
@media only screen and (min-width: 1145px) and (max-width: 1345px), only screen and (min-width: 529px) and (max-width: 1145px) {
  .switchInput .labelText {
    font-size: 10px;
    position: absolute;
    top: 0;
    transform: translateY(-30%);
    justify-content: flex-start !important;
    justify-self: flex-start !important;
  }
}
@media only screen and (min-width: 529px) and (max-width: 1145px) {
  .switchInput .labelText {
    font-size: 10px;
  }
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  .switchInput {
    gap: 0;
  }
}
.switchInput input {
  border: none;
  background: none;
  color: inherit;
  grid-row-start: 1;
  -ms-grid-row: 1;
  grid-column-start: 3;
  -ms-grid-column: 3;
  width: 100%;
  height: 75cqh;
  background-color: #535353;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  outline: none;
  text-align: center;
  font-size: 35cqh;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  .switchInput input {
    height: 50cqh;
    font-size: 25cqh;
  }
}
.switchInput .switch {
  grid-row-start: 1;
  -ms-grid-row: 1;
  grid-column-start: 2;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (min-width: 530px) and (max-width: 949px) {
  .switchInput .switch {
    margin-right: 0px;
  }
}
.switchInputDouble {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  -ms-grid-rows: 1fr;
  align-items: center;
  justify-content: space-around;
  position: relative;
  background-color: #333333 !important;
  border-radius: 6px;
  container-type: size;
}
.switchInputDouble .labelText {
  grid-row-start: 1;
  -ms-grid-row: 1;
  grid-column-start: 1;
  -ms-grid-column: 1;
  width: calc(45cqw - 15px);
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  white-space: nowrap;
  font-weight: 400;
  justify-self: right;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  .switchInputDouble .labelText {
    font-size: 11px;
    justify-self: left;
    text-align: left;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  .switchInputDouble .labelText {
    font-size: 12px;
    height: 10px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    container-type: size;
  }
}
@media only screen and (min-width: 1145px) and (max-width: 1345px), only screen and (min-width: 529px) and (max-width: 1145px) {
  .switchInputDouble .labelText {
    font-size: 10px;
    position: absolute;
    top: 0;
    transform: translateY(-30%);
    justify-content: flex-start !important;
    justify-self: flex-start !important;
  }
}
@media only screen and (min-width: 529px) and (max-width: 1145px) {
  .switchInputDouble .labelText {
    font-size: 10px;
  }
}
.switchInputDouble .switch {
  pointer-events: all;
  cursor: pointer;
  grid-row-start: 1;
  -ms-grid-row: 1;
  grid-column-start: 2;
  -ms-grid-column: 2;
}
.popupContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  justify-content: center;
  -webkit-transition-duration: 0.3s, 0s;
  -moz-transition-duration: 0.3s, 0s;
  -o-transition-duration: 0.3s, 0s;
  transition-duration: 0.3s, 0s;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.popupContainer.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0s, 0.3s;
  -moz-transition-duration: 0s, 0.3s;
  -o-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-property: visibility, opacity;
  -moz-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.popupContainer .popup {
  -webkit-box-shadow: 0px 5px 5px black;
  box-shadow: 0px 5px 5px black;
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto 1fr 50px;
  -ms-grid-rows: auto 1fr 50px;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
  gap: 5px;
  color: #28a909;
}
.popupContainer .popup .popupHeader {
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-row-start: 1;
  -ms-grid-row: 1;
  font-size: 6vmin;
  border-bottom: 2px solid #333333;
  padding-bottom: 5px;
}
.popupContainer .popup .popupInner {
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-row-start: 2;
  -ms-grid-row: 2;
  overflow-y: auto;
  overflow-x: hidden;
}
.popupContainer .popup .popupInner li::marker {
  color: #b42c52;
}
.popupContainer .popup .popupButtons {
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-row-start: 3;
  -ms-grid-row: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  border-radius: 10px;
}
.panelNormal {
  background-color: #232323;
  color: white;
  border: solid 1px #1c1c1c;
}
.panelCTA {
  background-color: #28a909;
  color: white;
  border: solid 1px #208707;
}
.panelSelected {
  background-color: #208707;
  color: white;
  border: solid 1px #186505;
}
.panelGray {
  background-color: #232323;
  color: white;
  border: solid 1px #1c1c1c;
}
::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #666;
}
#splashScreen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./Textures/SplashBackground.rr_1781006312358.webp);
  background-color: #2E546E;
  overflow: hidden;
}
#splashScreen > div {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  -ms-grid-rows: 1fr;
  justify-items: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #splashScreen > div {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-rows: 1fr 2fr;
    -ms-grid-rows: 1fr 2fr;
  }
}
#splashScreen > div #player {
  height: 90%;
  aspect-ratio: 1;
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(./Textures/SplashFootballPlayer.rr_1781006312358.webp);
  bottom: 0%;
  left: 5vw;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #splashScreen > div #player {
    left: 0%;
    width: 100%;
    height: 65%;
    background-position: 50% 100%;
    aspect-ratio: unset;
  }
}
#splashScreen > div #loadingNextContainer {
  position: absolute;
  width: 100%;
  bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#splashScreen > div #loadingNextContainer #loadingNext {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: all;
  cursor: pointer;
  background-image: url(./Textures/SharedAssets/Icons/play.rr_1781006312358.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  width: 15vmin;
  height: 15vmin;
  max-height: 100%;
  filter: drop-shadow(0px 4px 0px rgba(255, 255, 255, 0.3));
  margin-bottom: 4px;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #splashScreen > div #loadingNextContainer #loadingNext {
    width: 25vmin;
    height: 25vmin;
  }
}
#splashScreen > div #loadingNextContainer #loadingNext:active {
  filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.3));
  margin-bottom: 0px;
  margin-top: 4px;
}
#splashScreen > div #loadingCluster {
  grid-column-start: 2;
  -ms-grid-column: 2;
  grid-row-start: 1;
  -ms-grid-row: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #splashScreen > div #loadingCluster {
    grid-column-start: 1;
    -ms-grid-column: 1;
    grid-row-start: 1;
    -ms-grid-row: 1;
  }
}
#splashScreen > div #loadingCluster .splashLogo {
  border: none;
  height: 50vh;
  aspect-ratio: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./Textures/LadumaLogo.rr_1781006312358.webp);
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #splashScreen > div #loadingCluster .splashLogo {
    height: 30vh;
  }
}
#splashScreen > div #loadingCluster #loadingIndicatorContainer {
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-row-start: 4;
  -ms-grid-row: 4;
  position: relative;
  width: 40vmin;
  height: 30px;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #splashScreen > div #loadingCluster #loadingIndicatorContainer {
    height: 20px;
    border-radius: 10px;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #splashScreen > div #loadingCluster #loadingIndicatorContainer {
    height: 20px;
    border-radius: 10px;
  }
}
#splashScreen > div #loadingCluster #loadingIndicatorContainer #loadingIndicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #009cff;
  animation: fillBar 10s linear forwards;
}
#OfferOverlay {
  background-color: #232323;
  overflow: none;
  color: #ffffffc7;
  container-type: size;
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto;
  -ms-grid-columns: auto;
  grid-template-rows: 1fr auto 2fr;
  -ms-grid-rows: 1fr auto 2fr;
  justify-items: center;
  align-items: center;
  position: fixed;
  z-index: 16000;
  pointer-events: all;
  height: 100vh;
  width: 100vw;
}
#OfferOverlay #offerLogo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: clamp(100px, 90%, 500px);
  height: clamp(20px, 90%, 200px);
}
#OfferOverlay #offerDetails {
  width: 100%;
  height: 100%;
  margin: 5cqh;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (min-width: 530px) and (max-width: 949px) {
  #OfferOverlay #offerDetails {
    font-size: 16px;
  }
}
#OfferOverlay #offerDetails * {
  line-height: normal;
}
#OfferOverlay #offerDetails #offerTitle {
  font-size: 5cqh;
  color: #ffffff;
}
#OfferOverlay #offerDetails #offerDescription {
  font-size: 3cqh;
  color: #ffffff;
}
#OfferOverlay #offerDetails #offerExpiry {
  margin-top: 1cqh;
}
#OfferOverlay #offerDetails #offerLabel {
  margin-top: 2cqh;
  font-size: 18px;
  color: #fbd73f;
}
#OfferOverlay #offerDetails #offerUpcoming {
  color: #ffffff;
}
#OfferOverlay #offerActions {
  width: 100%;
  height: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
#OfferOverlay #offerActions .button {
  max-height: 25px;
  height: 4cqh;
}
#OfferOverlay #offerActions #playLater {
  margin-top: 12px;
  cursor: pointer;
  font-size: clamp(16px, 1.5cqh, 25px);
}
#OfferOverlay #offerActions #offerReject {
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  margin-top: 5cqh;
  border-radius: 25px;
  max-width: 50px;
  max-height: 50px;
  background-size: 80% 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(./Textures/trash-can.rr_1781006312358.svg);
  cursor: pointer;
}
#OfferOverlay #offerActions #offerReject:hover {
  background-color: #3d3d3d;
}
#OfferOverlay #offerActions #offerAccept {
  width: 100%;
  font-size: clamp(16px, 2cqh, 60px);
  max-height: 40px;
  padding: 4px;
  background-color: #28a909;
  border: solid 1px #28a909;
}
#offerPopup {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 650;
  pointer-events: all;
  bottom: 0;
  opacity: 0;
  line-height: normal;
  background-color: #000000af;
}
#offerPopup.show {
  opacity: 1;
  pointer-events: all;
}
#offerPopup .commonSettingsBtn {
  border-radius: 7px;
  max-width: fit-content;
  width: 45vw;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 5px;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #offerPopup .commonSettingsBtn {
    max-width: unset;
    width: 35vw;
    font-size: 16px !important;
  }
}
#offerPopup #offerPopup-content {
  position: absolute;
  z-index: 151;
  pointer-events: all;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #232323;
  background-blend-mode: overlay;
  width: 85vw;
  max-width: 500px;
  height: 40vh;
  border-radius: 25px;
  z-index: 101;
  border: 2px solid #000000;
  overflow: hidden;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #offerPopup #offerPopup-content {
    width: 95vw;
    height: 60vh;
    max-width: 100vw;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #offerPopup #offerPopup-content {
    height: 90vh;
    width: 90vw;
  }
}
#offerPopup #offerPopup-content #titleTopbar {
  padding-left: 15px;
  padding-top: 5px;
  color: #ffffff;
  width: 100%;
  height: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #232323;
  border-bottom: 2px solid #807f7f;
}
#offerPopup #offerPopup-content #actionBar {
  color: #ffffff;
  width: calc(100% - 20px);
  height: 40px;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-top: 2px solid #807f7f;
  background-color: #232323;
}
#offerPopup #offerPopup-content #actionBar #skipOffers {
  border-radius: 7px;
  max-width: fit-content;
  width: 45vw;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 5px;
  background-color: #232323;
  border: 1px solid #232323;
  filter: none;
  box-shadow: none;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #offerPopup #offerPopup-content #actionBar #skipOffers {
    max-width: unset;
    width: 35vw;
    font-size: 16px !important;
  }
}
#offerPopup #offerPopup-content #actionBar #gotoOffers {
  border-radius: 7px;
  max-width: fit-content;
  width: 45vw;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 5px;
  max-height: 30px;
  background-color: #28a909;
  border: 1px solid #28a909;
  margin-left: auto;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #offerPopup #offerPopup-content #actionBar #gotoOffers {
    max-width: unset;
    width: 35vw;
    font-size: 16px !important;
  }
}
#offerPopup #offerPopup-content #offerContent {
  padding-top: 20px;
  position: relative;
  width: 100%;
  height: calc(100% - 125px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  container-type: size;
}
#offerPopup #offerPopup-content #offerContent * {
  line-height: normal;
}
#offerPopup #offerPopup-content #offerContent #offerPopupTitle {
  font-size: 7cqw;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
#offerPopup #offerPopup-content #offerContent #offerDesc {
  font-size: 4cqw;
  text-align: center;
  color: #ffffff99;
  padding-left: 15px;
  padding-right: 15px;
}
#freeSpinsNotification {
  flex-direction: row;
  position: absolute;
  right: 15px;
  height: fit-content;
  text-align: center;
  width: 45px;
  height: 45px;
  /* white-space: nowrap; */
  top: 95px;
  border: 1px solid white;
  background-color: #000000;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  transform-origin: 50% 0%;
  animation: bell-ring 3s ease-in-out infinite;
  z-index: 110;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #freeSpinsNotification {
    right: unset;
    left: 20px;
    top: 100px;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #freeSpinsNotification {
    position: fixed;
    right: unset;
    left: 15px;
    top: 70px;
  }
}
#freeSpinsNotification.show {
  opacity: 1;
}
#freeSpinsNotification #freeSpinAlert {
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #28a909;
  border-radius: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-indent: 1px;
  right: -5px;
  top: -5px;
}
#freeSpinsNotification #freeSpinLabel {
  width: 100%;
  height: 100%;
  background-image: url(./Textures/gift-outline.rr_1781006312358.svg);
  background-position: center center;
  background-size: contain;
}
@keyframes bell-ring {
  0%,
  25%,
  100% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-10deg);
  }
  10% {
    transform: rotate(10deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(10deg);
  }
}
.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.7;
}
#freeSpinIndicator {
  color: #fff;
  cursor: default;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12cqh;
}
#errorScreen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./Textures/SplashBackground.rr_1781006312358.webp);
  z-index: 100;
  position: absolute;
  container-type: size;
}
#errorScreen .errorBody {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-rows: 10vmin 1fr 1fr 1fr;
  -ms-grid-rows: 10vmin 1fr 1fr 1fr;
  height: 100%;
}
#errorScreen .errorBody #errorTitle {
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-row-start: 2;
  -ms-grid-row: 2;
  color: #fff;
  font-size: 7cqw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #errorScreen .errorBody #errorTitle {
    font-size: 7cqh;
  }
}
#errorScreen .errorBody #errorMsg {
  width: 100%;
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-row-start: 3;
  -ms-grid-row: 3;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#errorScreen .errorBody #errorBtn {
  position: absolute;
  bottom: 10cqh;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 55px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 7.5px;
  background-color: #071445;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #errorScreen .errorBody #errorBtn {
    bottom: 20px;
  }
}
#errorScreen .errorBody #errorBtn:active {
  margin-top: 5px;
  margin-bottom: 0px;
  filter: drop-shadow(0px 0px 0px transparent) !important;
}
:root {
  --angle: 10deg;
}
#gameScreen {
  display: grid;
  display: -ms-grid;
  display: grid !important;
  grid-template-columns: 350px 2fr;
  -ms-grid-columns: 350px 2fr;
  grid-template-rows: 40px 50px calc(100vh - 200px - 40px - 50px) 200px;
  -ms-grid-rows: 40px 50px calc(100vh - 200px - 40px - 50px) 200px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #gameScreen {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    height: 100%;
    grid-template-rows: 40px 50px calc(50svh - 40px - 50px) 1fr;
    -ms-grid-rows: 40px 50px calc(50svh - 40px - 50px) 1fr;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #gameScreen {
    grid-template-columns: 60vw 1fr;
    -ms-grid-columns: 60vw 1fr;
    grid-template-rows: 40px 25px calc(100svh - 40px - 25px);
    -ms-grid-rows: 40px 25px calc(100svh - 40px - 25px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
  }
}
#gameScreen #topbar {
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-row-start: 1;
  -ms-grid-row: 1;
  grid-column-end: span 2;
  background-color: #232323;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  justify-content: space-between;
  z-index: 101;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #gameScreen #topbar {
    position: sticky;
    top: 0px;
  }
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #gameScreen #topbar #TopTitle {
    font-size: 0px;
    visibility: hidden;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #gameScreen #topbar #TopTitle {
    font-size: 15px;
  }
}
#gameScreen #topbar .topSection {
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: fit-content;
  height: 100%;
}
#gameScreen #topbar .topSection #GameBalance {
  color: #fff;
}
#gameScreen #topbar .topSection #gameSettings {
  pointer-events: all;
  cursor: pointer;
  margin-left: 15px;
  height: 25px;
  width: 25px;
  background-image: url(./Textures/SharedAssets/Icons/menu.rr_1781006312358.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#gameScreen #topbar .topSection #fullScreen {
  pointer-events: all;
  cursor: pointer;
  margin-left: 15px;
  height: 25px;
  width: 25px;
  background-image: url(./Textures/SharedAssets/Icons/Maximize.rr_1781006312358.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#gameScreen #topbar .topSection #fullScreen.isFullscreen {
  background-image: url(./Textures/SharedAssets/Icons/Minimize.rr_1781006312358.svg);
}
#gameScreen #playArea {
  grid-column-start: 2;
  -ms-grid-column: 2;
  grid-row-start: 3;
  -ms-grid-row: 3;
  position: relative;
  pointer-events: all;
  padding-left: 10px;
  padding-right: 10px;
}
#gameScreen #playArea canvas {
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./Textures/World%20Cup%20Sky.rr_1781006312358.webp");
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #gameScreen #playArea {
    grid-column-start: 1;
    -ms-grid-column: 1;
    grid-column: span 2;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #gameScreen #playArea {
    grid-column-start: 1;
    -ms-grid-column: 1;
    position: sticky;
    top: calc(40px + 25px);
    z-index: 100;
  }
}
#gameScreen #playPanel {
  pointer-events: all;
  background-color: #000;
  display: grid;
  display: -ms-grid;
  position: relative;
  scrollbar-width: none;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-rows: 1fr;
  grid-column-start: 2;
  -ms-grid-column: 2;
  grid-row-start: 4;
  -ms-grid-row: 4;
  container-type: size;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #gameScreen #playPanel {
    grid-column-start: 1;
    -ms-grid-column: 1;
    grid-column: span 2;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #gameScreen #playPanel {
    grid-row-start: 3;
    -ms-grid-row: 3;
    grid-column-start: 2;
    -ms-grid-column: 2;
    z-index: 100;
  }
}
#betPanel {
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-row-start: 1;
  -ms-grid-row: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 11;
  justify-content: space-evenly;
  align-self: center;
  container-type: size;
  height: 95%;
  width: 100%;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #betPanel {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #betPanel {
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#betPanel .betControl {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  container-type: size;
  pointer-events: all;
  justify-self: center;
  gap: 5px;
  background-color: #232323;
  border-radius: 6px;
  padding: 7px;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #betPanel .betControl {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
#betPanel .betControl .betAmountContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  grid-row-start: 1;
  -ms-grid-row: 1;
  grid-column-start: 1;
  -ms-grid-column: 1;
  width: 100%;
  height: 100%;
  background-color: #333333;
  border-radius: 6px;
  padding-left: 7px;
  padding-right: 7px;
  container-type: size;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #betPanel .betControl .betAmountContainer {
    grid-column: span 3;
  }
}
#betPanel .betControl .betAmountContainer .betAmountModifier {
  width: 80cqh;
  height: 80cqh;
  background-color: #535353;
  border-radius: 6px;
  border-color: #535353;
  font-size: 80cqh;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #betPanel .betControl .betAmountContainer .betAmountModifier {
    font-size: 18px;
    height: 80%;
  }
}
#betPanel .betControl .betAmountContainer .betAmountDisplayContainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80cqh;
}
#betPanel .betControl .betAmountContainer .betAmountDisplayContainer .betAmountDisplay {
  font-family: Big Shoulders Display;
  font-weight: 900;
  font-style: Black;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  font-display: auto;
  font-family: "Roboto";
  width: 100%;
  font-size: 54cqh;
  line-height: 5.5vh;
  padding: 0;
}
#betPanel .betControl .betManualSizers {
  grid-row-start: 2;
  -ms-grid-row: 2;
  grid-column-start: 1;
  -ms-grid-column: 1;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: hidden;
  overflow-x: auto;
  justify-content: space-around;
  gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: #333333;
  border-radius: 6px;
  padding-left: 7px;
  padding-right: 7px;
  container-type: size;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #betPanel .betControl .betManualSizers {
    grid-column-start: 1;
    -ms-grid-column: 1;
    grid-column: span 3;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #betPanel .betControl .betManualSizers {
    gap: 3px;
  }
}
#betPanel .betControl .betManualSizers .betManualSizer {
  font-size: 44cqh;
  height: 75cqh;
  flex-grow: 1;
  white-space: nowrap;
  font-family: "Roboto";
  padding: calc(7px);
  background-color: #535353;
  border-radius: 6px;
  border-color: #535353;
}
@media only screen and (max-width: 1366px) {
  #betPanel .betControl .betManualSizers .betManualSizer {
    font-size: 33cqh;
    min-width: 45px;
  }
}
@media only screen and (max-width: 1160px) {
  #betPanel .betControl .betManualSizers .betManualSizer {
    font-size: 24cqh;
    min-width: 35px;
  }
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #betPanel .betControl .betManualSizers .betManualSizer {
    font-size: 30cqh;
    height: 69cqh;
    min-width: 25px;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #betPanel .betControl .betManualSizers .betManualSizer {
    height: 69cqh;
    min-width: 25px;
  }
}
#betPanel .betControl .autoCashout {
  grid-row-start: 3;
  -ms-grid-row: 3;
  grid-column-start: 2;
  -ms-grid-column: 2;
  height: 100%;
  color: white;
  background-color: transparent !important;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #betPanel .betControl .autoCashout {
    grid-column: span 4;
  }
}
#betPanel .betControl .autoCashout input {
  background-color: #000;
  font-family: "Roboto";
  font-weight: 700;
  text-align: left;
  text-indent: 10px;
  padding-right: 0px;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #betPanel .betControl .autoCashout input {
    font-size: 29cqh;
    padding-right: 25px;
  }
}
#betPanel .betControl .autoCashout .autoCashoutNumber {
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-image: url(./Textures/SharedAssets/Icons/close.rr_1781006312358.svg);
  border-radius: 12px;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #betPanel .betControl .autoCashout .autoCashoutNumber {
    background-position: calc(100% - 5px);
    background-size: 18px 18px;
    border-radius: 9px;
    width: calc(100% - 25px);
  }
}
#betPanel .betControl .betCTA {
  pointer-events: all;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  border-radius: 10px;
  box-shadow: none;
  filter: none;
  background-color: #009cff;
  color: #fff;
  border-color: #009cff;
  border-radius: calc(6px / 2);
  font-family: "Roboto";
  grid-row-start: 1;
  -ms-grid-row: 1;
  grid-column-start: 2;
  -ms-grid-column: 2;
  width: 100%;
  height: 100%;
  z-index: 10;
  grid-row: span 2;
  border-radius: 12px;
  padding: 0px;
}
#betPanel .betControl .betCTA.normal {
  background-color: #232323;
  color: white;
  border: solid 1px #1c1c1c;
}
#betPanel .betControl .betCTA.normal:active {
  background-color: #333333;
  border: solid 1px #292929;
}
#betPanel .betControl .betCTA.cta {
  background-color: #28a909;
  color: white;
  border: solid 1px #208707;
}
#betPanel .betControl .betCTA.cta:active {
  background-color: #249808;
  border: solid 1px #208707;
}
#betPanel .betControl .betCTA.selected {
  background-color: #208707;
  color: white;
  border: solid 1px #186505;
}
#betPanel .betControl .betCTA.selected:active {
  background-color: #1c7606;
  border: solid 1px #145505;
}
#betPanel .betControl .betCTA.gray {
  background-color: #232323;
  color: white;
  border: solid 1px #1c1c1c;
}
#betPanel .betControl .betCTA.gray:active {
  background-color: #484848;
  border: solid 1px #404040;
}
#betPanel .betControl .betCTA.dark {
  background-color: #000;
  border-color: #000;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #betPanel .betControl .betCTA {
    grid-column-start: 3;
    -ms-grid-column: 3;
    grid-column: span 3;
  }
}
#betPanel .betControl .betCTA svg {
  width: 100%;
  height: 100%;
}
#betPanel .betControl .betCTA svg text {
  font-family: "Roboto";
  font-size: 30px;
}
#betPanel .betControl .betCTA .waitingForGame,
#betPanel .betControl .betCTA .waitingToBet {
  background-color: #333333;
  border-radius: 12px;
}
#betPanel .betControl .betCTA .waitingForGame text,
#betPanel .betControl .betCTA .waitingToBet text {
  font-family: "Roboto";
  font-size: 18px;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #betPanel .betControl .betCTA .waitingForGame text,
  #betPanel .betControl .betCTA .waitingToBet text {
    font-size: 16px;
  }
}
#betPanel .betControl .betCTA .cashout {
  background-color: #e88100;
  border-radius: 12px;
  border: 1px solid #ffbb00;
  box-shadow: 0 4px 4px 0 #00000040;
}
#betPanel .betControl .betCTA .cashout .cashoutAmountDisplay {
  font-weight: 400;
  font-size: 22px !important;
}
#betPanel .betControl .betCTA .readyToBet {
  border-radius: 12px;
  border: 1px solid #0c0;
  box-shadow: 0 4px 4px 0 #00000040;
}
#betPanel .betControl .betCTA .readyToBet text {
  font-weight: 900;
  font-size: 30cqh !important;
}
#betPanel .betControl .betCTA .readyToBet .betSVGAmountDisplay {
  font-weight: 400;
  font-size: 22px !important;
}
#betPanel .betControl .betCTA .bettingClosed {
  border-radius: 12px;
  background-color: #0a0a0a;
  border: #0a0a0a;
}
#betPanel .betControl .betCTA > * {
  display: none;
  font-weight: bold;
}
#betPanel .betControl .autoBet {
  grid-row-start: 3;
  -ms-grid-row: 3;
  height: 100%;
  padding: 0px;
  border-radius: 6px;
  background-color: transparent !important;
  border-color: transparent !important;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #betPanel .betControl .autoBet {
    grid-column-start: 1;
    -ms-grid-column: 1;
    grid-column: span 2;
  }
}
#betPanel .betControl.autobetstate_autoBetOff .autoBet {
  background-color: #232323;
  color: white;
  border: solid 1px #1c1c1c;
}
#betPanel .betControl.autobetstate_autoBetOff .autoBet:active {
  background-color: #333333;
  border: solid 1px #292929;
}
#betPanel .betControl.autobetstate_autoBetOff .autoBet .autoBetOff {
  display: block;
}
#betPanel .betControl.autobetstate_autoBetOn .autoBet {
  background-color: #208707;
  color: white;
  border: solid 1px #186505;
}
#betPanel .betControl.autobetstate_autoBetOn .autoBet:active {
  background-color: #1c7606;
  border: solid 1px #145505;
}
#betPanel .betControl.autobetstate_autoBetOn .autoBet .autoBetOn {
  display: block;
}
#betPanel .betControl .disableBetAmountControl .betAmountContainer,
#betPanel .betControl .disableBetAmountControl .betManualSizers {
  opacity: 0.5;
}
#betPanel .betControl .disableBetAmountControl .betAmountContainer .betAmountModifier,
#betPanel .betControl .disableBetAmountControl .betManualSizers .betAmountModifier,
#betPanel .betControl .disableBetAmountControl .betAmountContainer .betManualSizer,
#betPanel .betControl .disableBetAmountControl .betManualSizers .betManualSizer {
  pointer-events: none;
  cursor: default;
}
#betPanel .betControl .disableAutoCashout .autoCashout {
  opacity: 0.5;
}
#betPanel .betControl .disableAutoCashout .autoCashout input,
#betPanel .betControl .disableAutoCashout .autoCashout .switch {
  pointer-events: none;
  cursor: default;
}
#betPanel .betControl.betstate_readyToBet .betCTA {
  background-color: #28a909;
  color: white;
  border: solid 1px #208707;
}
#betPanel .betControl.betstate_readyToBet .betCTA:active {
  background-color: #249808;
  border: solid 1px #208707;
}
#betPanel .betControl.betstate_readyToBet .betCTA .readyToBet {
  display: block;
}
#betPanel .betControl.betstate_waitingToBet .betAmountContainer,
#betPanel .betControl.betstate_waitingToBet .betManualSizers {
  opacity: 0.5;
}
#betPanel .betControl.betstate_waitingToBet .betAmountContainer .betAmountModifier,
#betPanel .betControl.betstate_waitingToBet .betManualSizers .betAmountModifier,
#betPanel .betControl.betstate_waitingToBet .betAmountContainer .betManualSizer,
#betPanel .betControl.betstate_waitingToBet .betManualSizers .betManualSizer {
  pointer-events: none;
  cursor: default;
}
#betPanel .betControl.betstate_waitingToBet .autoCashout {
  opacity: 0.5;
}
#betPanel .betControl.betstate_waitingToBet .autoCashout input,
#betPanel .betControl.betstate_waitingToBet .autoCashout .switch {
  pointer-events: none;
  cursor: default;
}
#betPanel .betControl.betstate_waitingToBet .betCTA {
  background-color: #232323;
  color: white;
  border: solid 1px #1c1c1c;
}
#betPanel .betControl.betstate_waitingToBet .betCTA:active {
  background-color: #333333;
  border: solid 1px #292929;
}
#betPanel .betControl.betstate_waitingToBet .betCTA .waitingToBet {
  display: block;
}
#betPanel .betControl.betstate_waitingForGame .betAmountContainer,
#betPanel .betControl.betstate_waitingForGame .betManualSizers {
  opacity: 0.5;
}
#betPanel .betControl.betstate_waitingForGame .betAmountContainer .betAmountModifier,
#betPanel .betControl.betstate_waitingForGame .betManualSizers .betAmountModifier,
#betPanel .betControl.betstate_waitingForGame .betAmountContainer .betManualSizer,
#betPanel .betControl.betstate_waitingForGame .betManualSizers .betManualSizer {
  pointer-events: none;
  cursor: default;
}
#betPanel .betControl.betstate_waitingForGame .autoCashout {
  opacity: 0.5;
}
#betPanel .betControl.betstate_waitingForGame .autoCashout input,
#betPanel .betControl.betstate_waitingForGame .autoCashout .switch {
  pointer-events: none;
  cursor: default;
}
#betPanel .betControl.betstate_waitingForGame .betCTA {
  pointer-events: none;
  cursor: default;
  background-color: #232323;
  color: white;
  border: solid 1px #1c1c1c;
}
#betPanel .betControl.betstate_waitingForGame .betCTA:active {
  background-color: #484848;
  border: solid 1px #404040;
}
#betPanel .betControl.betstate_waitingForGame .betCTA .waitingForGame {
  display: block;
}
#betPanel .betControl.betstate_bettingClosed .betCTA {
  pointer-events: none;
  cursor: default;
  background-color: #232323;
  color: white;
  border: solid 1px #1c1c1c;
}
#betPanel .betControl.betstate_bettingClosed .betCTA:active {
  background-color: #484848;
  border: solid 1px #404040;
}
#betPanel .betControl.betstate_bettingClosed .betCTA .bettingClosed {
  display: block;
}
#betPanel .betControl.betstate_cashout .betAmountContainer,
#betPanel .betControl.betstate_cashout .betManualSizers {
  opacity: 0.5;
}
#betPanel .betControl.betstate_cashout .betAmountContainer .betAmountModifier,
#betPanel .betControl.betstate_cashout .betManualSizers .betAmountModifier,
#betPanel .betControl.betstate_cashout .betAmountContainer .betManualSizer,
#betPanel .betControl.betstate_cashout .betManualSizers .betManualSizer {
  pointer-events: none;
  cursor: default;
}
#betPanel .betControl.betstate_cashout .autoCashout {
  opacity: 0.5;
}
#betPanel .betControl.betstate_cashout .autoCashout input,
#betPanel .betControl.betstate_cashout .autoCashout .switch {
  pointer-events: none;
  cursor: default;
}
#betPanel .betControl.betstate_cashout .betCTA {
  background-color: #232323;
  color: white;
  border: solid 1px #1c1c1c;
}
#betPanel .betControl.betstate_cashout .betCTA:active {
  background-color: #333333;
  border: solid 1px #292929;
}
#betPanel .betControl.betstate_cashout .betCTA .cashout {
  display: block;
}
#betPanel .betControl.betstate_waitingForNetwork .betCTA {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
#betPanel .betControl.FreeMode .betAmountContainer,
#betPanel .betControl.FreeMode .betManualSizers {
  opacity: 0.5;
}
#betPanel .betControl.FreeMode .betAmountContainer .betAmountModifier,
#betPanel .betControl.FreeMode .betManualSizers .betAmountModifier,
#betPanel .betControl.FreeMode .betAmountContainer .betManualSizer,
#betPanel .betControl.FreeMode .betManualSizers .betManualSizer {
  pointer-events: none;
  cursor: default;
}
#betPanel .betControl.FreeMode .autoBet {
  pointer-events: none !important;
  user-select: none !important;
  opacity: 0.5 !important;
}
#betPanel .betControl.FreeMode .betCTA .readyToBet text {
  font-size: 20px !important;
}
#autobetPanel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 5px;
  z-index: 200;
  justify-content: space-evenly;
  container-type: size;
  height: 100%;
  width: 100%;
  pointer-events: all;
  position: absolute;
  top: 0px;
  left: 0px;
}
#autobetPanel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 150vh;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
}
#autobetPanel > * {
  position: relative;
  z-index: 1;
  color: #fff;
}
#autobetPanel .popup {
  margin-bottom: 100px;
  background-color: #232323 !important;
  border-radius: 6px;
  height: 50vh;
  max-height: 400px;
  width: 500px;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #autobetPanel .popup {
    margin-bottom: unset;
    height: 100%;
    width: 90vw;
    max-height: 95svh;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #autobetPanel .popup {
    margin-bottom: unset;
    height: 90%;
  }
}
#autobetPanel .popup .popupHeader {
  font-size: 22px;
}
#autobetPanel .popup .popupInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 15px;
  align-items: flex-start;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #autobetPanel .popup .popupInner {
    padding: 0px;
  }
}
#autobetPanel .popup .popupInner .inputHolder {
  display: flex;
  height: 30px;
  container-type: size;
  justify-content: space-between;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #333333;
  border-radius: 5px;
  align-items: center;
  width: calc(100% - 20px);
}
#autobetPanel .popup .popupInner .inputHolder .labelText {
  min-width: 150px;
}
#autobetPanel .popup .popupInner .inputHolder input {
  border: none;
  background: none;
  color: inherit;
  grid-row-start: 1;
  -ms-grid-row: 1;
  grid-column-start: 3;
  -ms-grid-column: 3;
  width: fit-content;
  max-width: 70px;
  height: 28px;
  background-color: #535353;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  outline: none;
  text-align: center;
}
#autobetPanel .popup .popupInner .inputHolder input:disabled {
  opacity: 0.2;
}
#autobetPanel .popup .popupInner #roundsSelection {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% - 20px);
  height: 40px;
  background-color: #333333;
  font-size: 20px;
  border-radius: 5px;
  container-type: size;
}
#autobetPanel .popup .popupInner #roundsSelection div {
  text-align: center;
}
#autobetPanel .popup .popupInner #roundsSelection .autoBetRounds {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding-left: 5px;
  max-width: 60%;
  overflow: hidden;
  overflow-x: auto;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (min-width: 530px) and (max-width: 949px) {
  #autobetPanel .popup .popupInner #roundsSelection .autoBetRounds {
    max-width: 50%;
  }
}
#autobetPanel .popup .popupInner #roundsSelection .autoBetRounds .autobetRoundSelector {
  height: 80cqh;
  background-color: #535353;
  border-color: #535353 !important;
  border-radius: 5px;
  flex-grow: 1;
}
#autobetPanel .popup .popupInner #roundsSelection .autoBetRounds .autobetRoundSelector.selected {
  background-color: #a7a7a7;
  border-color: #a7a7a7 !important;
}
#autobetPanel .popup .popupInner .switchInput {
  width: 100%;
  height: 30px;
}
#autobetPanel .popup #autobetCancel {
  background-color: #0a0a0a;
  border: #0a0a0a;
}
#autobetPanel .popup #autobetCancel:hover {
  background-color: #161616;
  border: #161616;
}
#playerPanel {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-rows: 50px 50px 1fr;
  -ms-grid-rows: 50px 50px 1fr;
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-row-start: 1;
  -ms-grid-row: 1;
  grid-row: span 3;
  background-color: #232323;
  padding: 10px;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 25px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  align-self: center;
  justify-self: center;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #playerPanel {
    position: absolute;
    overflow-y: hidden;
    bottom: -100%;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #playerPanel {
    position: absolute;
    overflow-y: hidden;
    height: 200vh;
    transform: translateY(100%);
    bottom: 0px;
    grid-column-start: 2;
    -ms-grid-column: 2;
    z-index: 99;
  }
}
#playerPanel #tableSelectors {
  display: flex;
  flex-direction: row;
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-row-start: 2;
  -ms-grid-row: 2;
  gap: 4px;
  padding: 0px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  border-radius: 7.5px;
  background-color: #000;
  align-items: center;
  justify-content: space-around;
}
#playerPanel #tableSelectors .allbets {
  display: flex;
  white-space: nowrap;
  flex-direction: row;
  gap: 5px;
}
#playerPanel #tableSelectors .allbets span {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
}
#playerPanel #tableSelectors .button {
  width: auto;
  height: calc(100% - 7px);
  flex-grow: 1;
  border-radius: 6px;
  font-family: "Roboto";
  background-color: transparent;
  border-color: transparent;
}
#playerPanel #tableSelectors .button.selected {
  background-color: #333333;
  border-color: #333333;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #playerPanel #tableSelectors .button {
    font-size: 12px;
  }
}
#playerPanel #tableContainer {
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-row-start: 3;
  -ms-grid-row: 3;
  color: white;
  pointer-events: all;
  overflow-y: auto;
  overflow-x: visible;
  position: relative;
  scrollbar-width: none;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #playerPanel #tableContainer {
    overflow-y: auto;
  }
}
#playerPanel #tableContainer > div {
  display: none;
}
#playerPanel #tableContainer > div.show {
  display: block;
}
#playerPanel #tableContainer > div .tableCounter {
  padding-top: 5px;
  padding-bottom: 5px;
}
#playerPanel #tableContainer > div table {
  width: 100%;
  border-collapse: collapse;
  background-color: unset;
}
#playerPanel #tableContainer > div table .grayLine:not(:last-child)::after {
  width: 2px;
  background-color: #999999;
  height: 70%;
  top: 15%;
  right: 0;
  content: "";
  position: absolute;
}
#playerPanel #tableContainer > div table th {
  font-family: "Roboto";
  text-align: left;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  position: relative;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #playerPanel #tableContainer > div table th {
    padding: 0px;
    font-size: 11px;
  }
}
#playerPanel #tableContainer > div table td {
  font-family: "Roboto";
  padding: 5px;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  border-bottom: 2px solid transparent;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #playerPanel #tableContainer > div table td {
    padding: 0px;
    font-size: 11px;
  }
}
#playerPanel #tableContainer > div table tr td {
  background-color: #000;
}
#playerPanel #tableContainer > div table tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #playerPanel #tableContainer > div table tr td:first-child {
    padding-left: 5px;
  }
}
#playerPanel #tableContainer > div table tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #playerPanel #tableContainer > div table tr td:last-child {
    padding-right: 5px;
  }
}
#playerPanel #tableContainer > div table tr.highlight_1 td {
  background-color: #010c1c;
}
#playerPanel #tableContainer > div table tr.highlight_2 td {
  background-color: #011c02;
}
#playerPanel #tableContainer > div table tr td:nth-child(3) {
  font-weight: 500;
}
#playerPanel #tableContainer > div table tr.Level_0 td:nth-child(3) {
  color: #2196f2;
}
#playerPanel #tableContainer > div table tr.Level_1 td:nth-child(3) {
  color: #00C752;
}
#playerPanel #tableContainer > div table tr.Level_2 td:nth-child(3) {
  color: #6100EB;
}
#playerPanel #tableContainer > div table tr.Level_3 td:nth-child(3) {
  color: #E81F63;
}
#playerPanel #tableContainer > div table tr.Level_4 td:nth-child(3) {
  color: #FF3D00;
}
#playerPanel #betwayLogoContainer {
  grid-column-start: 1;
  -ms-grid-column: 1;
  grid-row-start: 1;
  -ms-grid-row: 1;
  padding: 5px;
}
#playerPanel #betwayLogoContainer #betwayLogo {
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#playerPanel::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: 0px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
#tableSelectors {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
#tableSelectors .button {
  font-size: 16px;
}
#popupPanel {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
  position: absolute;
  width: 350px;
  height: 250px;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 10000;
}
#popupPanel .winPopup {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  border-radius: 10px;
  background-color: #28a909;
  color: white;
  border: solid 1px #208707;
  -ms-animation: popup 2.5s ease;
  -webkit-animation: popup 2.5s ease;
  -o-animation: popup 2.5s ease;
  -moz-animation: popup 2.5s ease;
  animation: popup 2.5s ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  transform: translateY(50%);
  opacity: 0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 5px;
  background-image: url(./Textures/SharedAssets/Icons/Trophy.rr_1781006312358.svg), url(./Textures/SharedAssets/Icons/Confetti.rr_1781006312358.svg), url(./Textures/SharedAssets/Icons/Confetti.rr_1781006312358.svg);
  background-position: 10px center, /* for Trophy */ left center, /* for left confetti */ right center;
  /* for right confetti */
  background-size: 35px 90%, /* Trophy size */ 60px 100%, /* left confetti */ 60px 100%;
  /* right confetti */
  background-repeat: no-repeat, no-repeat, no-repeat;
}
#popupPanel .winPopup .subtitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  color: #333333;
  font-weight: 400;
  font-family: Roboto;
  white-space: nowrap;
  font-size: 14px;
}
#popupPanel .winPopup .subtitle span {
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  font-size: inherit;
}
#popupPanel .winPopup .title {
  font-family: Roboto;
  font-weight: bold;
  font-size: 22px;
}
#popupPanel .winPopup .title span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
#popupPanel .winPopup .winMultiplier {
  color: #232323;
}
#popupPanel .errorPopup {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  border-radius: 10px;
  background-color: #232323;
  color: white;
  border: solid 1px #1c1c1c;
  -ms-animation: popup 2.5s ease;
  -webkit-animation: popup 2.5s ease;
  -o-animation: popup 2.5s ease;
  -moz-animation: popup 2.5s ease;
  animation: popup 2.5s ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  border: 1px solid #28a909;
  opacity: 0;
}
#hudOverlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  pointer-events: none;
  font-size: 18px;
  padding-top: 20px;
  color: white;
  z-index: 105;
  container-type: size;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #hudOverlay {
    padding-top: 10px;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #hudOverlay {
    padding-top: 10px;
  }
}
#hudOverlay #multiplier {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 150px;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #hudOverlay #multiplier {
    height: 10svh;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #hudOverlay #multiplier {
    height: 20svh;
  }
}
#hudOverlay #multiplier #gradientSVG,
#hudOverlay #multiplier #gradientSVGBorder {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #2196f2;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
#hudOverlay #multiplier #numberSVG {
  width: 80%;
  height: 80%;
  overflow: visible;
  z-index: 10;
}
#hudOverlay #multiplier #multiplierDisplay {
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-property: opacity, stroke;
  -moz-transition-property: opacity, stroke;
  -o-transition-property: opacity, stroke;
  transition-property: opacity, stroke;
  fill: url(#multiplierText) #fff;
  stroke: #fff;
  font-family: "Big Shoulders Display";
  font-weight: 500;
  font-size: 7vh;
  stroke-width: 0.2vh;
  paint-order: stroke;
  text-anchor: middle;
  dominant-baseline: central;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #hudOverlay #multiplier #multiplierDisplay {
    font-size: 4vh;
    stroke-width: 0.1vh;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #hudOverlay #multiplier #multiplierDisplay {
    font-size: 8vh;
    stroke-width: 0.1vh;
  }
}
#hudOverlay #multiplier #multiplierText {
  --color-start: #fff;
  --color-stop: #fff;
}
#hudOverlay #multiplier #multiplierText.crash {
  --color-start: #db0105;
  --color-stop: #db0105;
}
#hudOverlay #multiplier.Level_0 #gradientSVG,
#hudOverlay #multiplier.Level_0 #gradientSVGBorder {
  color: #2196f2;
}
#hudOverlay #multiplier.Level_1 #gradientSVG,
#hudOverlay #multiplier.Level_1 #gradientSVGBorder {
  color: #00C752;
}
#hudOverlay #multiplier.Level_2 #gradientSVG,
#hudOverlay #multiplier.Level_2 #gradientSVGBorder {
  color: #6100EB;
}
#hudOverlay #multiplier.Level_3 #gradientSVG,
#hudOverlay #multiplier.Level_3 #gradientSVGBorder {
  color: #E81F63;
}
#hudOverlay #multiplier.Level_4 #gradientSVG,
#hudOverlay #multiplier.Level_4 #gradientSVGBorder {
  color: #FF3D00;
}
#hudOverlay #multiplier.crash #gradientSVG {
  color: transparent;
}
#hudOverlay #multiplier.crash #gradientSVGBorder {
  color: #db0105;
}
#hudOverlay #multiplier.crash #multiplierDisplay {
  fill: #db0105;
  stroke: #db0105;
}
#gameUI {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  height: calc(100vh - 200px - 40px - 50px);
  bottom: 0px;
  left: 0px;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #gameUI {
    height: calc(calc(50svh - 40px - 50px));
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #gameUI {
    height: calc(100svh - 40px - 25px);
  }
}
#gameUI #wait {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  gap: 25px;
  overflow: hidden;
  width: calc(100% - 19px);
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}
#gameUI #wait #waitVideo {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  display: none;
}
#gameUI #wait #waitContainer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: relative;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #gameUI #wait #waitContainer {
    gap: 5px;
  }
}
#gameUI #wait #waitContainer #waitLogo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min(30vmin, 250px);
  aspect-ratio: 1;
  background-image: url(./Textures/LadumaLogo.rr_1781006312358.webp);
  visibility: hidden;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #gameUI #wait #waitContainer #waitLogo {
    gap: 5px;
  }
}
#gameUI #wait #waitContainer #waitText {
  color: #333333;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  font-family: "Roboto";
  color: white;
  text-shadow: -1px -1px 0 #333333, 1px -1px 0 #333333, -1px 1px 0 #333333, 1px 1px 0 #333333;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #gameUI #wait #waitContainer #waitText {
    font-size: 14px;
  }
}
#gameUI #wait #waitContainer #waitLoader {
  width: min(300px, 30vw);
  height: 16px;
  border-radius: 99px;
  border: 2px solid #333333;
  position: relative;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #gameUI #wait #waitContainer #waitLoader {
    width: 50vw;
  }
}
#gameUI #wait #waitContainer #waitLoader #waitFill {
  background-color: #009cff;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 0%;
  transition: width 100ms linear;
}
#gameUI #wait.showStatus {
  background-color: #232323ad;
}
#gameUI #wait.showStatus #waitContainer {
  display: flex;
}
#gameUI #wait.showVideo #waitVideo {
  display: block;
}
#gameUI #wait.showVideo #waitContainer #waitLogo {
  visibility: visible;
}
#gameHistoryPanel {
  grid-row-start: 2;
  -ms-grid-row: 2;
  grid-column-start: 2;
  -ms-grid-column: 2;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #000000c9;
  padding-top: 7.5px;
  container-type: size;
  z-index: 1000;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #gameHistoryPanel {
    grid-column-start: 1;
    -ms-grid-column: 1;
    grid-column: span 2;
    position: sticky;
    padding-top: 0px;
    top: 40px;
    z-index: 101;
    height: 25px;
    background-color: #000;
  }
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #gameHistoryPanel {
    grid-column-start: 1;
    -ms-grid-column: 1;
    grid-column: span 2;
  }
}
#gameHistoryPanel #gameHistoryPanelInner {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  gap: 10px;
  width: calc(100% - 100cqh);
  overflow: hidden;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #gameHistoryPanel #gameHistoryPanelInner {
    gap: 3px;
  }
}
#gameHistoryPanel #gameHistoryPanelInner .multiplierHistory {
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-family: Big Shoulders Display;
  font-weight: 900;
  font-style: Black;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  font-display: auto;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #gameHistoryPanel #gameHistoryPanelInner .multiplierHistory {
    font-size: 12px;
  }
}
#gameHistoryPanel #gameHistoryPanelInner .multiplierHistory.popup {
  -ms-animation: multiplierPopup 1.5s ease;
  -webkit-animation: multiplierPopup 1.5s ease;
  -o-animation: multiplierPopup 1.5s ease;
  -moz-animation: multiplierPopup 1.5s ease;
  animation: multiplierPopup 1.5s ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#gameHistoryPanel #gameHistoryPanelInner .multiplierHistory.Level_0 {
  color: #2196f2;
}
#gameHistoryPanel #gameHistoryPanelInner .multiplierHistory.Level_1 {
  color: #00C752;
}
#gameHistoryPanel #gameHistoryPanelInner .multiplierHistory.Level_2 {
  color: #6100EB;
}
#gameHistoryPanel #gameHistoryPanelInner .multiplierHistory.Level_3 {
  color: #E81F63;
}
#gameHistoryPanel #gameHistoryPanelInner .multiplierHistory.Level_4 {
  color: #FF3D00;
}
#gameHistoryPanel #HistoryHeader {
  display: none;
  position: absolute;
  color: #e1e1e1;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  top: 5px;
  left: 10px;
}
#gameHistoryPanel.expanded {
  padding-top: 20px;
  margin-top: 5px;
  overflow: visible;
  overflow-y: hidden;
  height: calc(50px * 2.5);
  z-index: 110;
  background-color: #232323;
  border-radius: 8px;
}
#gameHistoryPanel.expanded #HistoryHeader {
  display: block;
}
#gameHistoryPanel.expanded #expandHistory {
  position: absolute;
  top: 5px;
}
#gameHistoryPanel.expanded #expandHistory .chevron {
  transform: rotateZ(-180deg);
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #gameHistoryPanel.expanded {
    height: calc(50px * 2.7);
  }
}
#gameHistoryPanel.expanded #gameHistoryPanelInner {
  flex-wrap: wrap;
  overflow: unset;
  width: calc(100% - 5cqh);
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #gameHistoryPanel.expanded #gameHistoryPanelInner {
    width: calc(100% - 20cqh);
  }
}
#expandHistory {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(50px / 1.5);
  width: calc(50px / 1.5);
  right: 5px;
  cursor: pointer;
  pointer-events: all;
  background-color: #535353;
  border-radius: 4px;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #expandHistory {
    top: 2px;
    height: calc(25px);
    width: calc(25px);
  }
}
#expandHistory .chevron {
  background-image: url(./Textures/SharedAssets/Icons/chevron-down.rr_1781006312358.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transform: rotateZ(0deg);
}
.popupCustom {
  position: absolute;
  height: 80vh;
  width: 85vw;
  max-width: 500px;
  max-height: 850px;
  background-color: #232323;
  border-radius: 6px;
  padding: calc(6px / 2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  padding-top: calc((6px / 2) + 50px);
  padding-bottom: calc((6px / 4) + 40px);
}
.popupCustom.show {
  display: block !important;
  opacity: 1;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  .popupCustom {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 98vw;
    max-height: 600px;
    width: 100vw;
    height: 80vh;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.popupCustom label {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  .popupCustom label {
    font-size: smaller !important;
  }
}
.popupCustom label .info {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 25px;
  background-image: url(./Textures/SharedAssets/Icons/info.rr_1781006312358.svg);
}
.popupCustom.unlockedMobile {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80vh;
  width: 90vw;
  padding-top: 45px;
  padding-bottom: 35px;
  border-radius: 6px;
}
.popupCustom .popupCustomInner {
  height: calc(100% - 6px);
  width: 100%;
  border-radius: calc(6px / 2);
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
.popupCustom hr {
  width: 100%;
  border: none;
  border-top: 1px solid #535353;
  margin: 4px 0;
}
.InputCon {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  justify-content: space-between;
  padding: calc(6px / 2);
  height: 40px;
  text-indent: 5px;
  width: calc(100% - 6px);
  font-family: "Roboto";
  gap: 5px;
  background-color: #333333;
}
.InputCon > label {
  color: #fff;
  font-size: 1em;
  white-space: nowrap;
  user-select: none;
}
.controls-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.controls-wrapper span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: calc(6px / 2);
  background-color: #535353;
  font-size: 18px;
  cursor: pointer;
  text-indent: 0px;
  user-select: none;
  margin-top: 0px;
  margin-bottom: calc(5px / 2);
  box-shadow: 0px 5px / 2 0px 0px #323232;
}
.controls-wrapper span:active {
  margin-bottom: 0px;
  margin-top: calc(5px / 2);
  box-shadow: 0px 0px 0px 0px #323232;
}
.controls-wrapper .inputNoStyle {
  width: 80px;
  text-align: center;
  background: none;
  border: none;
  color: #fff;
  font-size: 1em;
  outline: none;
}
.controls-wrapper span:hover,
.controls-wrapper .inputNoStyle:focus {
  background-color: #555;
}
.button {
  box-shadow: none;
  filter: none;
  background-color: #009cff;
  color: #fff;
  border-color: #009cff;
  border-radius: calc(6px / 2);
  font-family: "Roboto";
}
.button.dark {
  background-color: #000;
  border-color: #000;
}
.closeBtnVariant {
  background-color: #535353;
  border-color: #535353;
}
#popupDescriptionCon {
  color: #fff;
  padding: 6px;
}
#popupDescriptionCon p {
  font-family: "Roboto";
  font-size: 14px;
}
#popupDescriptionCon h1 {
  font-size: 18px;
}
#popupDescriptionCon li {
  font-weight: 400;
  font-size: 16px;
}
#popupDescriptionCon span {
  font-size: 16px;
}
#popupDescriptionCon .ruleHeader {
  font-weight: bold;
}
#popupDescriptionCon.betHistory {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
#popupDescriptionCon .historyRow {
  display: flex;
  width: 100%;
}
#popupDescriptionCon .historyItem {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 1cqw;
  font-size: 13px;
  color: #fff;
  font-family: "Roboto";
}
#popupDescriptionCon .historyRow .historyItem:first-child {
  flex: 2 1 0;
}
#popupDescriptionCon .historyItem:empty::before {
  content: "\00a0";
}
#videoSpace {
  height: 250px;
  color: #fff;
  text-align: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
#videoSpace #tutorialVideo {
  width: 100%;
  height: 100%;
}
#headerTitle {
  text-align: center;
  width: 100%;
  color: #fff;
}
.guideContainer {
  padding: 6px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding-bottom: 10px;
}
.guideContainer .guideLabel {
  color: #fff;
  font-family: "Roboto";
}
.guideContainer .guideImg {
  height: 140px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#tutorialOverlay {
  background-color: #232323;
  position: absolute;
  z-index: 151;
  pointer-events: all;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
  max-width: 500px;
  height: 80vh;
  border-radius: 6px;
  z-index: 101;
  border: 2px solid #000000;
  overflow: hidden;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #tutorialOverlay {
    width: 98vw;
    height: 98vh;
    max-width: 100vw;
  }
}
#tutorialOverlay #titleTopbar {
  padding-left: 15px;
  padding-top: 5px;
  color: #ffffff;
  width: 100%;
  height: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #232323;
  border-bottom: 2px solid #807f7f;
}
#tutorialOverlay #actionBar {
  color: #ffffff;
  width: calc(100% - 20px);
  height: 40px;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-top: 2px solid #807f7f;
  background-color: #232323;
  container-type: size;
}
#tutorialOverlay #actionBar .commonSettingsBtn {
  border-radius: 7px;
  min-height: 35px;
  max-width: 25cqw;
  width: 25cqw;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 5px;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #tutorialOverlay #actionBar .commonSettingsBtn {
    max-width: unset;
    width: 35vw;
    font-size: 16px !important;
  }
}
#tutorialOverlay #actionBar #PreviousStep {
  border-radius: 7px;
  min-height: 35px;
  max-width: 25cqw;
  width: 25cqw;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 5px;
  background-color: #232323;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #tutorialOverlay #actionBar #PreviousStep {
    max-width: unset;
    width: 35vw;
    font-size: 16px !important;
  }
}
#tutorialOverlay #actionBar #NextStep {
  border-radius: 7px;
  min-height: 35px;
  max-width: 25cqw;
  width: 25cqw;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 5px;
  background-color: #28a909;
  margin-left: auto;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #tutorialOverlay #actionBar #NextStep {
    max-width: unset;
    width: 35vw;
    font-size: 16px !important;
  }
}
#tutorialOverlay #slide-Inner {
  padding-top: 20px;
  position: relative;
  width: 100%;
  height: calc(100% - 125px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  container-type: size;
}
#tutorialOverlay #SkipStep {
  position: absolute;
  top: 5px;
  right: 10px;
  height: 35px;
  width: 35px;
  background-image: url(./Textures/SharedAssets/Icons/close.rr_1781006312358.svg);
  cursor: pointer;
}
#tutorialOverlay #StepProgression {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 2px;
  margin-top: -10px;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #tutorialOverlay #StepProgression {
    padding: 0px;
  }
}
#tutorialOverlay #StepProgression .dot {
  height: 10px;
  width: 10px;
  border: 1px solid white;
  border-radius: 50%;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #tutorialOverlay #StepProgression .dot {
    height: 5px;
    width: 5px;
  }
}
#tutorialOverlay #StepProgression .dot.active {
  background-color: white;
}
#sideMenu {
  position: fixed;
  width: 25vw !important;
  min-width: 200px;
  height: 100%;
  box-sizing: border-box;
  background-color: #292929;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: 0;
  right: -100%;
  transition: right 0.3s;
  padding: 20px;
  padding-top: 15px;
  z-index: 2300;
}
#sideMenu .cstmLogo {
  display: flex;
  height: 120px;
  justify-content: center;
  align-items: center;
  color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-image: url(./Textures/LadumaLogo.rr_1781006312358.webp);
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #sideMenu .cstmLogo {
    height: 80px;
  }
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #sideMenu {
    gap: 5px;
  }
}
#sideMenu #sideMenuClose {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 5px;
}
#sideMenu.show {
  right: 0;
}
#sideMenu #switches {
  min-height: 70px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #sideMenu #switches {
    gap: 5px;
  }
}
#sideMenu #switches .setting {
  font-size: min(20px, 14cqw);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  height: 40px;
  width: 100%;
}
#sideMenu .version {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #ffffffb0;
}
#sideMenu .button {
  box-shadow: none;
  filter: none;
  background-color: #0066ff;
  color: #fff;
  border-color: #0066ff;
  border-radius: calc(10px / 2);
  font-family: "Roboto";
}
#sideMenu .button.dark {
  background-color: #000;
  border-color: #000;
}
#sideMenu .button {
  font-family: "Roboto";
}
#menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0000006e;
  overflow: hidden;
  z-index: 2000;
  top: 0;
  pointer-events: all;
}
#menu #popup {
  position: absolute;
  width: 85vw;
  max-width: 500px;
  height: 80vh;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(0px);
  background-color: #2b2d34;
  border: 2px solid #141518;
  border-radius: 25px;
  z-index: 2001;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #menu #popup {
    width: 90vw;
    height: 90vh;
    max-width: 100vw;
  }
}
#menu #popup.show {
  opacity: 1;
  pointer-events: all;
}
#menu #popup #popupInner {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#menu #popup #popupInner #popupTitleBar {
  background-color: #2b2d34;
  position: sticky;
  top: 0px;
  height: 40px;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 25px;
}
#menu #popup #popupInner #popupTitleBar #version {
  width: 40px;
  opacity: 0.5;
  margin-left: auto;
  margin-right: 25px;
}
#menu #popup #popupInner #popupImageCon {
  height: 450px;
  width: 100%;
  background-image: url(./Textures/LadumaTutorial.rr_1781006312358.webp);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#menu #popup #popupInner #popupDescriptionCon {
  font-family: "Roboto";
  color: #ffffff;
  padding: 5px;
}
#menu #popup #popupInner #popupDescriptionCon p {
  font-size: 13px;
  font-family: "Roboto";
  margin-left: 5px;
}
#menu #popup #popupInner #popupDescriptionCon h1 {
  font-size: 18px;
  font-family: "Roboto";
}
#gameContainer.BW #betwayLogo {
  background-image: url(./Textures/Betway_White.rr_1781006312358.svg);
}
#gameContainer.BW #playerPanel::after {
  background-image: url(./Textures/Logos/BW_Logos/LogoSlogan.rr_1781006312358.png);
}
#gameContainer.JPC #betwayLogo {
  background-image: url(./Textures/Betway_White.rr_1781006312358.svg);
}
#gameContainer.JPC #playerPanel::after {
  background-image: url(./Textures/Logos/JPC_Logos/LogoSlogan.rr_1781006312358.png);
}
#gameContainer.JPCZA #betwayLogo {
  background-image: url(./Textures/Betway_White.rr_1781006312358.svg);
}
#gameContainer.JPCZA #playerPanel::after {
  background-image: url(./Textures/Logos/JPCZA_Logos/LogoSlogan.rr_1781006312358.png);
}
@keyframes fillBar {
  from {
    width: 0;
  }
  to {
    width: 93%;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    -ms-transform:  translateY(100%);
    -webkit-transform:  translateY(100%);
    -moz-transform:  translateY(100%);
    -o-transform:  translateY(100%);
    transform:  translateY(100%);
    opacity: 0;
  }
  10% {
    -ms-transform:  translateY(50%);
    -webkit-transform:  translateY(50%);
    -moz-transform:  translateY(50%);
    -o-transform:  translateY(50%);
    transform:  translateY(50%);
  }
  15%,
  90% {
    -ms-transform:  translateY(50%);
    -webkit-transform:  translateY(50%);
    -moz-transform:  translateY(50%);
    -o-transform:  translateY(50%);
    transform:  translateY(50%);
    opacity: 1;
  }
  100% {
    -ms-transform:  translateY(50%);
    -webkit-transform:  translateY(50%);
    -moz-transform:  translateY(50%);
    -o-transform:  translateY(50%);
    transform:  translateY(50%);
    opacity: 0;
  }
}
@keyframes multiplierPopup {
  0% {
    margin-right: -8vmin;
    -ms-transform: translateY(150%) skew(-0deg);
    -webkit-transform: translateY(150%) skew(-0deg);
    -moz-transform: translateY(150%) skew(-0deg);
    -o-transform: translateY(150%) skew(-0deg);
    transform: translateY(150%) skew(-0deg);
  }
  25% {
    margin-right: 0vmin;
  }
  45% {
    -ms-transform: translateY(-20%) skew(-0deg);
    -webkit-transform: translateY(-20%) skew(-0deg);
    -moz-transform: translateY(-20%) skew(-0deg);
    -o-transform: translateY(-20%) skew(-0deg);
    transform: translateY(-20%) skew(-0deg);
  }
  50% {
    -ms-transform: scale(1) skew(-0deg);
    -webkit-transform: scale(1) skew(-0deg);
    -moz-transform: scale(1) skew(-0deg);
    -o-transform: scale(1) skew(-0deg);
    transform: scale(1) skew(-0deg);
  }
  75% {
    -ms-transform: scale(1.3) rotate(5deg) skew(-0deg);
    -webkit-transform: scale(1.3) rotate(5deg) skew(-0deg);
    -moz-transform: scale(1.3) rotate(5deg) skew(-0deg);
    -o-transform: scale(1.3) rotate(5deg) skew(-0deg);
    transform: scale(1.3) rotate(5deg) skew(-0deg);
  }
}
@keyframes showPopup {
  0% {
    transform: translate(-50%);
  }
  25% {
    transform: translate(-50%) rotateZ(4deg);
  }
  50% {
    transform: translate(-50%);
  }
  75% {
    transform: translate(-50%) rotateZ(-4deg);
  }
  100% {
    transform: translate(-50%);
  }
}
html,
body,
canvas {
  width: 100%;
  height: 100%;
  margin: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-display: fallback;
  -webkit-tap-highlight-color: transparent;
}
.inputNoStyle {
  border: none;
  background: none;
  outline: none;
  color: inherit;
}
* {
  font-family: Big Shoulders Display;
  font-weight: 500;
  font-style: Black;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  font-display: auto;
  font-family: "Roboto";
  user-select: none;
}
#gameContainer {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
.hide {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
canvas {
  display: block;
  box-sizing: border-box;
  outline: none;
}
#ui {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute !important;
  z-index: 10;
}
#ui .screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait), only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #ui .screen {
    overflow-y: auto;
  }
}
ul li {
  line-height: 1.2;
}
.setting {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.setting .input {
  display: flex;
  justify-content: flex-end;
}
#DisplayName {
  background-color: #535353;
  border-radius: 5px;
  justify-self: flex-end;
  max-width: 150px;
}
@media only screen and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) and (max-height: 550px), only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (max-height: 550px)  {
  #DisplayName {
    max-width: 80px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 529px), only screen and (orientation: portrait) {
  #DisplayName {
    max-width: 80px;
    font-size: 10px;
  }
}
#scene-explorer-host {
  z-index: 100;
  position: absolute !important;
}
#inspector-host {
  z-index: 100;
  position: absolute !important;
}
#smallpopup {
  display: flex;
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  min-width: 150px;
  min-height: 40px;
  z-index: 1000;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.966);
  padding: 10px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.4);
}
.smallpopupShow {
  display: flex;
  animation: showPopup 0.2s 3 forwards;
}
.smallpopupHide {
  display: none !important;
}
.closeBtn {
  height: 35px;
  width: 35px;
  background-image: url(./Textures/SharedAssets/Icons/close.rr_1781006312358.svg);
  cursor: pointer;
}

