html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
a,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  font: 18pt 'Arial Verdana';
  height: 100%;
  background-color: #000;
  color: #fff;
}
nav,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input,
select {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  overflow: hidden;
}
div,
img,
span {
  /*position: absolute;*/
}
.hide {
  display: none !important;
}
.gameContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #7c7c7c;
  background-image: -webkit-gradient(linear, left top, right top, from(#7c7c7c), to(#c4c4c4));
  background-image: -webkit-linear-gradient(left, #7c7c7c, #c4c4c4);
  background-image: -moz-linear-gradient(left, #7c7c7c, #c4c4c4);
  background-image: -ms-linear-gradient(left, #7c7c7c, #c4c4c4);
  background-image: -o-linear-gradient(left, #7c7c7c, #c4c4c4);
  background-image: linear-gradient(left, #7c7c7c, #c4c4c4);
}
.gameContainer canvas {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
@-ms-viewport {
  width: device-width;
}
/* mixins start here */
/* mixins end here */
.text3dShadow {
  text-shadow: 0 7px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}
progress,
progress[role] {
  border: none;
  background-size: auto;
}
progress[role]:after {
  background-image: none;
}
progress[role] strong {
  display: none;
}
progress,
progress[role][aria-valuenow] {
  background: #ffeeee !important;
}
progress:not([value]) {
  background: linear-gradient(to right, white, floralwhite);
  background: -webkit-linear-gradient(right, white, floralwhite);
  background: -moz-linear-gradient(left, white, floralwhite);
}
progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  color: #0063a6;
  font-size: .6em;
  line-height: 1.5em;
  text-indent: .5em;
  height: 1em;
  border: 1px solid #0063a6;
  background: #fff;
}
progress::-webkit-progress-bar {
  background: #ffeeee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
  border-radius: 2px;
}
progress::-moz-progress-bar {
  background-image: -moz-linear-gradient(135deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left, #09c, #f44);
  -moz-animation: animate-stripes 5s linear infinite;
  animation: animate-stripes 5s linear infinite;
  border-radius: 2px;
  background-size: 35px 20px, 100% 100%, 100% 100%;
}
progress::-webkit-progress-value {
  background: black;
  background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(255, 0, 0, 0.25) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 155, 55, 0.25), rgba(0, 0, 0, 0.25)), -webkit-linear-gradient(left, #ff3232, #32ff32);
  border-radius: 2px;
  background-size: 35px 20px, 100% 100%, 100% 100%;
  -webkit-animation: animate-stripes 5s linear infinite;
  animation: animate-stripes 5s linear infinite;
}
@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -100px 0px;
  }
}
@-moz-keyframes animate-stripes {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -100px 0px;
  }
}
@keyframes animate-stripes {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -100px 0px;
  }
}
body {
  padding: 0;
  margin: 0;
}
#loader {
  position: fixed;
  background: black;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  display: block;
  z-index: 3223;
  transition-property: opacity;
  transition-delay: 0.25s;
  transition-timing-function: ease;
}
#loader #loaderPercent {
  color: #006600;
  bottom: 8%;
  position: fixed;
}
#loader #percentBar {
  position: fixed !important;
  width: 600px;
  left: 50%;
  bottom: 12%;
  margin-left: -300px;
}
#betpanelContainer {
  text-align: center;
  width: 40rem;
  margin: auto;
}
/* For Bet and lang panel */
#langpanelContainer {
  text-align: center;
  width: 46rem;
}
.modal-dialog-panel {
  font-family: 'BudokanRounded-Bold';
  color: #f3eded;
  border: 0;
  border-radius: 1rem;
  overflow-y: auto;
  max-height: 85vh;
  max-width: 90%;
}
.modalCloseBtn {
  opacity: 0.9;
  font-weight: bold;
  cursor: pointer;
  font-size: large;
  border-radius: 50%;
  color: #ffd016;
}
.modalCloseBtn:hover {
  opacity: 1;
}
.modal-panelcontent {
  font-family: 'BudokanRounded-Bold';
  color: #f3eded;
  background-color: #0000009e;
  border: 0;
  border-radius: 1rem;
  overflow-y: auto;
  max-height: 85vh;
  padding: 1rem 0rem;
}
.modal-footer-panel {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  font-size: 0.9rem;
  border: 0;
  padding: 0.5rem;
  padding-top: 0px;
}
.panelConfirmBtn {
  height: 3.1rem;
  margin-top: 0.9rem;
  border: 0.1rem solid #ffd018;
  border-radius: 2.1rem;
  font-size: 1.5rem;
  color: #ffd018;
  font-weight: bold;
  padding: 0rem 1rem;
}
.panelConfirmBtn:hover {
  cursor: pointer;
  color: #fdbf06;
  border: 0.1rem solid #ffa500;
}
.panelHeader {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #ffd018;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 3rem;
}
.btnWd {
  width: 3rem;
  display: flex;
  justify-content: flex-start;
}
.modal-header-panel {
  border: 0;
  align-items: center;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}
.modal-header-panel .close {
  padding: 12px 12px 12px 12px;
  margin-top: -2px;
  margin: -1rem -1rem -1rem auto;
}
.modal-dialog-panel {
  position: relative;
  width: auto;
  margin: auto;
}
.localLang {
  height: 12rem;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal-dialog-panel {
    width: 46rem;
  }
}
/* Style for the dynamically created button */
.dynamicButton {
  width: 5.5rem;
  /* Adjust the width as needed */
  height: 5.5rem;
  /* Set height equal to width to make it square */
  margin: 0.25rem;
  background-color: transparent;
  color: white;
  border: 0.05rem solid grey;
  border-radius: 0.5rem;
  cursor: pointer;
  text-size-adjust: auto;
  font-size: 0.6rem;
  padding: 0rem;
}
/* Hover effect */
.dynamicButton:hover {
  cursor: pointer;
}
.dynamicButton:hover {
  border: transparent;
  color: black;
  font-weight: bolder;
  background-image: -webkit-linear-gradient(#e4bb15, #ffd016, #ffd016, #FFA000, #EF6C00, #ffa000);
}
.dynamicButton span:hover {
  cursor: inherit;
}
/* Selected Button */
.selectedbet {
  background-color: #ffff2e;
  border: none;
  color: black;
  font-weight: bolder;
  background-image: -webkit-linear-gradient(#e4bb15, #ffd016, #ffd016, #FFA000, #EF6C00, #ffa000);
}
.selectedlang {
  background-color: #ffff2e;
  border: none;
  color: black;
  font-weight: bolder;
  background-image: -webkit-linear-gradient(#ffff2e, #f7cc1e, #f7cc1e, #ffd016, #e57c26, #fb9f04);
}
button:disabled,
button[disabled] {
  opacity: 0.7;
  cursor: not-allowed !important;
  transform: scale(1) !important;
}
/* For Lang panel */
.modal-langcontent {
  font-family: 'BudokanRounded-Bold';
  color: #f3eded;
  background-color: #0000009e;
  border: 0;
  border-radius: 1rem;
  overflow-y: auto;
  max-height: 85vh;
}
/* Selected Button */
.selected {
  background-color: #ffff2e;
  border: none;
  color: black;
  font-weight: bolder;
}
.scrollerImage {
  width: 1.5rem;
  height: 4rem;
}
.interLang {
  color: black;
  display: flex;
  background: black;
  border: 0.1rem grey solid;
  padding: 0.9rem 0.2rem;
  margin: 0.1rem 0.3rem;
  justify-content: center;
  border-radius: 1rem;
  width: 42rem;
  margin: auto;
}
.slider-button {
  color: white;
  font-size: 1.5rem;
  padding: 0.8rem;
  cursor: pointer;
  border-radius: 0.1rem;
}
.slider-button span {
  cursor: inherit;
}
.slider {
  display: flex;
  transition: transform 0.3s ease;
}
.slider-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  position: relative;
  /* background:black; */
  border-radius: 0.6rem;
  width: 36rem;
}
.langtext {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
}
.langcode {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.divider {
  height: 0.1rem;
  border: 0;
  border-top: 0.1rem solid gray;
  padding: 0;
  width: 95%;
}
.langtags {
  display: flex;
  padding: 0rem 1.2rem;
  font-size: 1rem;
  letter-spacing: 0.01rem;
  display: none;
}
.slidImg {
  color: #fff;
  font-size: 1rem;
  font-weight: bolder;
}
.languagePanel {
  padding: 0.3rem;
}
@font-face {
  font-family: 'icomoon';
  src: url('../res/font/icomoon.eot?rbaf6c');
  src: url('../res/font/icomoon.eot?rbaf6c#iefix') format('embedded-opentype'), url('../res/font/icomoon.ttf?rbaf6c') format('truetype'), url('../res/font/icomoon.woff?rbaf6c') format('woff'), url('../res/font/icomoon.svg?rbaf6c#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-right:before {
  content: "\e904";
}
.icon-left:before {
  content: "\e905";
}
.icon-help:before {
  content: "\e902";
}
.icon-info:before {
  content: "\e900";
}
.icon-network:before {
  content: "\e901";
}
.icon-cross:before {
  content: "\ea0f";
}
#settingPanelList {
  color: #e6bc14;
  font-family: 'BudokanRounded-Bold';
}
#settingPanelList li div {
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin-left: 6rem;
  margin-bottom: 1.4rem;
  cursor: inherit;
  margin-right: 0.8rem;
}
#settingPanelList li:hover {
  background-color: black;
  color: #fdbf06;
  cursor: pointer;
}
#settingCloseBtn {
  font-size: 1.5rem;
}
.iconHt {
  cursor: pointer;
  font-size: 2.2rem;
}
.iconCircle {
  border: 0.25rem solid;
  border-radius: 50%;
  padding: 0.5rem;
  display: flex;
  cursor: inherit;
}
.sg-icon {
  cursor: inherit;
}
#sideSettingPanel {
  position: fixed;
  left: 0px;
  width: 26rem;
  height: 100vh;
  background: #000000d6;
  z-index: 9999;
  padding-top: 2rem;
}
.settingText {
  margin-left: 0.6rem;
  letter-spacing: 0.03rem;
  cursor: inherit;
}
.stToggleContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 6rem;
  color: #e5bb14;
  font-family: 'BudokanRounded-Bold';
  margin-bottom: 1rem;
  font-size: 2rem;
}
.stToggleText {
  letter-spacing: 0.04rem;
  width: calc(100% - 9rem);
}
.stSwitchContainer {
  width: 4rem;
  min-width: 4rem;
  /* height: 20px; */
  display: flex;
  align-items: center;
}
.stSwitch {
  margin-bottom: 0px;
  margin-left: 5px;
}
.stSwitch {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 2rem;
}
.stSwitch input {
  visibility: hidden;
}
.stSwitch {
  margin-bottom: 0px;
  margin-left: 5px;
}
input:checked + .stSlider {
  background-color: #348d1f;
  border: 0.1rem solid #ccc;
}
input:disabled + .stSlider {
  cursor: default;
}
.stSwitch .dsbl {
  cursor: default;
}
.stSlider.round {
  border-radius: 0.93rem;
}
.stSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #121212;
  -webkit-transition: .4s;
  transition: .4s;
  border: 0.11rem solid #d9d2d2cf;
  width: 3.8rem;
}
input:checked + .stSlider:before {
  -webkit-transform: translateX(1.86rem);
  -ms-transform: translateX(1.86rem);
  transform: translateX(1.86rem);
}
.stSlider.round:before {
  min-width: 1.8rem;
  max-width: 1.8rem;
  height: 1.85rem;
  box-shadow: inset 0 0 1px #00000029;
  background-color: #d9d2d2cf;
  /* border: solid 1px #e6bc14; */
  border-radius: 50%;
}
.stSlider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 1.9rem;
  background-color: #5e5e5f;
  -webkit-transition: .4s;
  transition: .4s;
}
.justified-right {
  justify-content: flex-end;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  html {
    font-size: 10px !important;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  html {
    font-size: 10px !important;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  html {
    font-size: 14px !important;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  html {
    font-size: 16px !important;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  html {
    font-size: 16px !important;
  }
}
/* orientation : landscape */
@media only screen and (orientation: portrait) {
  .modal-panelcontent {
    padding: 2rem 0rem;
  }
  #langpanelContainer {
    width: 32rem !important;
    margin: auto;
  }
  #betpanelContainer {
    width: 32rem !important;
  }
  .slider-container {
    width: 24rem;
  }
  .interLang {
    width: 30rem;
  }
  #autoplayContainer {
    width: 33rem !important;
  }
  .autoBet-value-container {
    max-width: 13rem;
  }
  .localLang {
    height: 18rem;
    overflow-y: auto;
  }
  #settingPanelList li div {
    font-size: 1.7rem;
    margin-bottom: 1.2rem;
  }
  .stToggleContainer {
    margin-bottom: 0.8rem;
    font-size: 1.7rem;
  }
}
/* orientation : landscape */
@media only screen and (orientation: landscape) {
  #settingPanelList li div {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
  .stToggleContainer {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
  }
}
#autoplayContainer {
  width: 36rem;
  margin: auto;
}
#autoplayContainer .modal-content {
  font-family: 'BudokanRounded-Bold';
  color: #f3eded;
  background-color: #0000009e;
  border: 0;
  border-radius: 1rem;
  overflow-y: auto;
  max-height: 85vh;
  padding: 1rem 0rem;
}
.advanceSettingsContainer,
.autoBetRoundsContainer {
  border: 0.1rem solid grey !important;
  border-radius: 0.45rem !important;
  background: black !important;
}
.advanceSettingsIcon {
  text-align: left;
  color: #929292;
  font-weight: bold;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
  gap: 0.5rem;
  align-items: center;
  display: flex;
  margin: 0.4rem 0rem;
}
.advanceSettingsIcon:hover {
  color: #fff;
}
.drpArrowIcon {
  height: 0.9rem;
  width: 0.9rem;
  cursor: inherit;
}
.dropArrowText {
  letter-spacing: 0.6px;
  cursor: inherit;
  font-family: BudokanRounded-Bold;
}
.autoSettingdivider {
  border: 1px solid;
  border-color: dimgray;
  margin: 0rem;
}
.autoplaySettingText {
  font-size: 0.8rem;
  text-align: left;
  color: #929292;
  margin-left: 0.3rem;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.content .content-part.content-part-1 {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: transparent;
  border: none;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.content .content-part {
  border-radius: 0.45rem;
  padding: 0.5rem;
  display: flex;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  justify-content: space-between;
  align-items: center;
}
/*  add this for AutoPlay*/
.mutliplierButton {
  width: 3.5rem;
  height: 2rem;
  border-radius: 1.5rem;
  /* border-color: #404042; */
  color: white;
  border: 0.1rem solid grey;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mutliplierSelectedBtn {
  font-weight: bold;
  border: transparent;
  color: black;
  background-image: -webkit-linear-gradient(#e4bb15, #ffd016, #ffd016, #FFA000, #EF6C00, #ffa000);
}
.mutliplierButton:hover {
  font-weight: bold;
  border: transparent;
  color: black;
  background-image: -webkit-linear-gradient(#e4bb15, #ffd016, #ffd016, #FFA000, #EF6C00, #ffa000);
}
.modalCloseBtn {
  border-radius: 50%;
  border: 0.2rem solid #e6bc14;
  padding: 0.2rem;
  cursor: pointer;
}
.modalCloseBtn span {
  font-size: 1.3rem;
  color: #e6bc14;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: inherit;
}
.modalCloseBtn:hover {
  opacity: 1;
}
.content-wrapper {
  width: 100%;
}
.autoplay-wrapper {
  width: 100%;
}
.autoplayHeader {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #ffd016;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 2rem;
}
label.switch2 input {
  visibility: hidden;
}
.autoConfigTextContainer {
  width: calc(100% - 200px);
  padding: 0px 4px;
}
/*  AutoPlay 4*/
.modal .modal-dialog .modal-content {
  font-family: 'BudokanRounded-Bold';
  color: #f3eded;
  background-color: #0f0f0f;
  border: 0;
  border-radius: 17px;
  overflow-y: auto;
  max-height: 85vh;
}
.currencyContainer {
  min-width: 2rem;
  margin-left: 0.2rem;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-header {
  border: 0;
  padding: 0 10px;
  height: 36px;
  align-items: center;
  font-size: 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: 400 !important;
  display: flex;
  justify-content: space-between;
}
.modal-header .close {
  padding: 12px 12px 12px 12px;
  margin-top: -2px;
  margin: -1rem -1rem -1rem auto;
}
button.close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 3px;
  width: 81px;
  height: 76px;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button.close {
  color: #3f3f3f;
  text-shadow: none !important;
  opacity: 1 !important;
}
button.close:hover {
  color: #fff;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
/*  add for AutoPlay 2*/
.arrowUp {
  transform: rotate(180deg);
}
/*  AutoPlay 5*/
.modal-footer {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  border: 0;
  padding: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 0px;
}
/*---------------Autoplay panel------------------*/
.menuSlider.round {
  border-radius: 12px;
}
.menuSlider.round:before {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  box-shadow: inset 0 0 1px #00000029;
  background-color: #f3eded;
  border: solid 1px #a3b98a;
  border-radius: 50%;
}
input:focus + .menuSlider {
  box-shadow: 0 0 1px #d4dbe1;
}
.content-wrapper {
  display: table;
  margin: auto;
}
.autoplay-wrapper {
  display: table !important;
  margin: auto;
}
.content-part-1 .rounds-wrap {
  width: 100%;
  max-width: 290px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
  flex-wrap: wrap;
}
.autobetBalueBtn {
  padding: 0.6rem 1.4rem !important;
  border: 1px solid #141517;
}
.valueBtn {
  padding: 0.3rem 1.4rem;
  border-radius: 0.2rem;
  width: 3.5rem;
  height: 2rem;
  border-radius: 1.5rem;
  color: white;
  border: 0.1rem solid grey;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.valueBtn:hover {
  opacity: 1;
  font-weight: bolder;
  border: transparent;
  color: black;
  background-image: -webkit-linear-gradient(#e4bb15, #ffd016, #ffd016, #FFA000, #EF6C00, #ffa000);
}
.switchContainer {
  width: 36px;
  min-width: 36px;
  height: 20px;
  display: flex;
  align-items: center;
}
.switch2 {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
  margin: 0px;
}
/*  AutoPlay 2*/
.autoBet-value-container {
  max-width: 15rem;
  height: 2rem;
  font-size: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.bet-display {
  background-color: #262323;
  border-radius: 1.5rem;
  font-size: 0.2rem;
  font-weight: bold;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0.1rem;
  border: 0.1rem solid grey;
}
.bet-display .decBtn {
  background-color: #525252;
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 50px;
  border: 0.1rem solid #767b85;
  text-align: center;
  vertical-align: middle;
  line-height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.btnIcon:disabled {
  opacity: 0.4 !important;
}
.bet-display .incBtn {
  background-color: #525252;
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 50px;
  border: 1px solid #767b85;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0px;
  padding: 0px;
}
/*  AutoPlay 3*/
.bet-display input {
  height: inherit;
  width: calc(100% - 3rem);
  background: black;
  border: none;
  color: #f3eded;
  text-align: center;
  outline: none;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1em;
}
.menuSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141517;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #cccccc;
}
.menuSlider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 1px;
  bottom: 0px;
  background-color: #5e5e5f;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .menuSlider {
  background-color: #34ad17;
  border: 1px solid #60ae05;
}
input:focus + .menuSlider {
  box-shadow: 0 0 1px #d4dbe1;
}
input:checked + .menuSlider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.modal-backdrop.show {
  opacity: .8;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.closeIcon {
  background: url(res/images/hd/common/common/BaseGame/hd_common_common_BaseGame_helpPaytable0_atlas.png);
  cursor: pointer;
  background-position: -57px -61px;
  transform: scale(0.5);
  width: 100%;
  height: 100%;
  display: block;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: auto;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reset-btn {
  border-radius: 14px !important;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.btn-lg {
  font-size: 18px;
  line-height: 1.3333333;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.start-btn {
  border-radius: 21px !important;
  padding: 7px 16px !important;
}
/*  AutoPlay 6*/
.modal-body {
  margin: 5px;
  letter-spacing: 0.6px;
}
.active-auto-bet-btn {
  border: 1px solid #427f00 !important;
  opacity: 1;
}
/*  AutoPlay 7*/
.disabled {
  opacity: 0.4;
  cursor: default !important;
}
.errorBar {
  display: none;
  width: auto;
  text-align: center;
}
.error-red {
  background-color: orangered;
  padding-left: 10px;
}
.errorBox {
  font-size: small;
  margin-top: 10px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}
/* till here*/
.error-border {
  border: 1px solid red !important;
}
.btnIcon {
  color: #fff !important;
}
.btnIcon:hover {
  opacity: 0.6;
}
.btnIcon:disabled {
  opacity: 0.4 !important;
}
.btnIcon:active {
  transform: scale(0.95);
}
.content > .disabled {
  opacity: 0.8 !important;
}
.hlpIcon {
  display: flex;
  justify-content: center;
  color: #e6bc14;
}
.hlpIcon .iconCircle {
  border: 0.2rem solid;
}
.hlpIcon .sg-icon {
  font-size: 2rem;
}
.closeButton2 .iconHt {
  font-size: 3rem;
}
#loader {
  background-image: url("../res/images/hd/others/SplashScreen/Loading_BG.jpg");
  background-origin: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#loader #loadingLogo {
  background-image: url("../res/images/hd/others/SplashScreen/Splash_screen.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
#loader #gw-info-content {
  display: none !important;
}
#loader #gw-top-bar {
  color: #fff !important;
  line-height: 4px !important;
}
#loader #percentBar {
  position: absolute;
  width: 50%;
  height: 10px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8%;
  border-radius: 10px;
}
#loader #startGame {
  position: absolute;
  display: none;
  width: 50%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8%;
}
#loader #startGame span {
  border-radius: 10px;
  padding: 5px;
  background: #84d21a;
  cursor: pointer;
}
#loader #startGame span:hover {
  background: #84d21a;
  color: yellowgreen;
}
#fontTemp {
  position: absolute;
  font-size: 2pt;
  background-color: black;
  color: black;
  display: inline-flex;
}
#cheatContainer {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  top: 0px !important;
  right: 0px !important;
  left: auto !important;
}
#progress {
  width: 50%;
}
#loaderPercent {
  color: #006600;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  font-family: arial;
}
#progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.progressCommon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
}
#progressStatic {
  width: 100%;
  background-color: #7E817E;
  border: double #4c4e4c 1px;
}
#progressDynamic {
  width: 0%;
  background-color: #006600 !important;
}
#postloader {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.8);
}
#postloader #loadingText {
  width: 100%;
  height: 100%;
  margin: auto;
}
#postloader #loadingText span {
  width: 50%;
  font: 200% MyridPro-Bold;
  color: #006600;
}
#messageDiv {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.8);
}
#messageDiv #msg {
  width: 100%;
  height: 100%;
  margin: auto;
}
#messageDiv #msg span {
  width: 50%;
  font: 75px MyridPro-Bold;
  color: #006600;
  -webkit-text-stroke: 2px #000000;
  text-shadow: -2px -2px 2px #000000, 2px -2px 2px #000000, -2px 2px 2px #000000, 2px 2px 2px #000000;
}
/*---------------reel configure panel------------------*/
#reelConfigPanelContainer {
  position: relative;
  display: none;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#reelConfigPanelContainer #reelConfigPanel {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 90%;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.9);
  border: solid #808080 1px;
  border-radius: 15px;
}
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 95%;
  height: 98%;
  border: solid red 0px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #000;
}
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm #panel-100 {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  padding: 1%;
  height: 4%;
  border: solid #808080 0px;
  clear: both;
  font-size: 20px;
  font-weight: strong;
}
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm #panel-50 {
  position: relative;
  display: block;
  float: left;
  margin: auto;
  width: 50%;
  height: 85%;
  border: solid #808080 0px;
}
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm #panel-50 .col-40 {
  float: left;
  width: 40%;
  margin-top: 2px;
  text-align: right;
}
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm #panel-50 .col-60 {
  float: left;
  width: 60%;
  margin-top: 2px;
}
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm #panel-50 .row {
  content: "";
  display: table;
  clear: both;
  border: solid #CCCCCC 0px;
  width: 100%;
}
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm .bottomBar {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  height: 10%;
  border: solid #808080 0px;
  clear: both;
  /*  AutoPlay 1*/
}
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm .bottomBar .saveButton,
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm .bottomBar .closeButton {
  background-color: limegreen;
  border: none;
  color: white;
  padding: 1%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm .bottomBar .saveButton:hover,
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm .bottomBar .closeButton:hover {
  background-color: limegreen;
}
#reelConfigPanelContainer #reelConfigPanel input[type=text],
#reelConfigPanelContainer #reelConfigPanel input[type=number],
#reelConfigPanelContainer #reelConfigPanel select {
  width: 65%;
  padding: 8px;
  border: 0px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
#reelConfigPanelContainer #reelConfigPanel input[type=radio] {
  margin: 10px 14px 14px 10px;
}
#reelConfigPanelContainer #reelConfigPanel select {
  display: inline-block;
  width: 60px;
  margin: 2px;
}
#reelConfigPanelContainer #reelConfigPanel input[type=number],
#reelConfigPanelContainer #reelConfigPanel input[type=number] {
  display: inline-block;
  width: 60px;
  margin: 2px;
}
#reelConfigPanelContainer #reelConfigPanel input[type=number]::-webkit-inner-spin-button,
#reelConfigPanelContainer #reelConfigPanel input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanel #panel-50 label {
  padding: 10px 10px 10px 0;
  display: inline-block;
}
#reelConfigPanelContainer #reelConfigPanel .align-left {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #reelConfigPanelContainer #reelConfigPanel #panel-50 .col-40,
  #reelConfigPanelContainer #reelConfigPanel #panel-50 .col-60 {
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
  #reelConfigPanelContainer #reelConfigPanelContainer #reelConfigPanel #panel-50 {
    clear: both;
    margin: 0;
    width: 100%;
    height: auto;
  }
  #reelConfigPanelContainer #reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm {
    overflow-y: scroll;
    font-size: 14px;
  }
  #reelConfigPanelContainer #reelConfigPanelContainer #reelConfigPanel {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #reelConfigPanelContainer #reelConfigPanel #panel-50 .col-40,
  #reelConfigPanelContainer #reelConfigPanel #panel-50 .col-60 {
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
  #reelConfigPanelContainer #reelConfigPanelContainer #reelConfigPanel #panel-50 {
    clear: both;
    margin: 0;
    width: 100%;
    height: auto;
  }
  #reelConfigPanelContainer #reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm {
    overflow-y: scroll;
  }
  #reelConfigPanelContainer #reelConfigPanelContainer #reelConfigPanel {
    width: 60%;
  }
}
@media screen and (max-width: 1100px) {
  #reelConfigPanelContainer #reelConfigPanelContainer #reelConfigPanel {
    width: 95%;
    height: 95%;
  }
}
@media screen and (max-height: 620px) {
  #reelConfigPanelContainer #reelConfigPanelContainer #reelConfigPanel {
    height: 98%;
  }
}
/*---------------paytable/help panel------------------*/
.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}
.textCenter {
  text-align: center;
}
.textVerticalMiddle {
  line-height: 3;
  vertical-align: middle;
}
@font-face {
  font-family: 'geometr415_blk_bt';
  src: url('../res/font/geometric_415_black_bt.woff2') format('woff2'), url('../res/font/geometric_415_black_bt.woff') format('woff'), url('../res/font/geometric_415_black_bt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BAHNSCHRIFT 12';
  src: url('../res/font/game/BAHNSCHRIFT 12.woff2') format('woff2'), url('../res/font/game/BAHNSCHRIFT 12.woff') format('woff'), url('../res/font/game/BAHNSCHRIFT 12.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
#paytablePanelContainer,
#helpPanelContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
  color: #fff;
  background: black;
  opacity: 1;
  overflow: unset;
}
#paytablePanelContainer .fontWhite,
#helpPanelContainer .fontWhite {
  color: #fff;
}
#paytablePanelContainer .fontYellow,
#helpPanelContainer .fontYellow {
  color: #ffd016;
}
#paytablePanelContainer .fontXL,
#helpPanelContainer .fontXL {
  font-size: 42px;
  font-family: "geometr415_blk_bt";
}
#paytablePanelContainer .fontL,
#helpPanelContainer .fontL {
  font-size: 36px;
  font-family: "geometr415_blk_bt";
  margin: 0 0 20px;
}
#paytablePanelContainer .fontM,
#helpPanelContainer .fontM {
  font-size: 26px;
  font-family: "geometr415_blk_bt";
  margin: 0 0 15px;
}
#paytablePanelContainer .fontN,
#helpPanelContainer .fontN {
  font-size: 24px;
  font-family: "geometr415_blk_bt";
  margin: 0 0 10px;
}
#paytablePanelContainer .gameVersion,
#helpPanelContainer .gameVersion {
  width: 50%;
  position: relative;
  float: left;
  margin-left: 25%;
  text-align: center;
  align-items: center;
  font-size: 24;
}
#paytablePanelContainer .header,
#helpPanelContainer .header {
  height: auto;
  width: 100%;
  overflow: unset;
  /* calc(@half/2) - unit(calc(@height/2), px) */
}
#paytablePanelContainer .header .headerText,
#helpPanelContainer .header .headerText {
  position: relative;
  top: calc(50% - 27px);
  text-align: center;
  align-items: center;
  font-size: 48px;
  overflow: unset;
}
#paytablePanelContainer .header .closeButton,
#helpPanelContainer .header .closeButton {
  width: 56px;
  height: 56px;
  position: relative;
  float: right;
  z-index: 1;
  top: calc(50% - 28px);
  right: 28px;
  background: url('../res/images/hd/common/common/BaseGame/hd_common_common_BaseGame_helpPaytable0_atlas.png');
  cursor: pointer;
  background-position: 111px 0px;
}
#paytablePanelContainer .header .closeButton:hover,
#helpPanelContainer .header .closeButton:hover {
  background: url('../res/images/hd/common/common/BaseGame/hd_common_common_BaseGame_helpPaytable0_atlas.png');
  background-position: -58px 0px;
}
#paytablePanelContainer .header .closeButton:active,
#helpPanelContainer .header .closeButton:active {
  background: url('../res/images/hd/common/common/BaseGame/hd_common_common_BaseGame_helpPaytable0_atlas.png');
  background-position: 111px 0px;
}
#paytablePanelContainer .header .meterImage,
#helpPanelContainer .header .meterImage {
  width: auto;
}
#paytablePanelContainer .header .cashpotImage,
#helpPanelContainer .header .cashpotImage {
  width: auto;
}
#paytablePanelContainer .table1 img,
#helpPanelContainer .table1 img {
  width: 100px;
}
#paytablePanelContainer .table1 td,
#helpPanelContainer .table1 td {
  vertical-align: middle;
}
#paytablePanelContainer .table1 table,
#helpPanelContainer .table1 table,
#paytablePanelContainer .table1 th,
#helpPanelContainer .table1 th,
#paytablePanelContainer .table1 td,
#helpPanelContainer .table1 td {
  padding: 10px;
}
#paytablePanelContainer .container,
#helpPanelContainer .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10px;
  padding: 0 100px;
  overflow-y: auto;
  /* Listing */
  /* Table styling */
  /* 3 columns */
}
#paytablePanelContainer .container ul,
#helpPanelContainer .container ul {
  list-style: none;
  list-style-position: outside;
}
#paytablePanelContainer .container ul li::before,
#helpPanelContainer .container ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ffd016;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
}
#paytablePanelContainer .container .ulParent,
#helpPanelContainer .container .ulParent {
  padding: 0 30px 10px;
}
#paytablePanelContainer .container div.table,
#helpPanelContainer .container div.table {
  display: table;
  width: 100%;
  background-color: #000;
  /* cellspacing:poor IE support for  this */
}
#paytablePanelContainer .container div.table > div,
#helpPanelContainer .container div.table > div {
  display: table-row;
  width: inherit;
  clear: both;
}
#paytablePanelContainer .container div.table > div > div,
#helpPanelContainer .container div.table > div > div {
  float: left;
  position: relative;
  /* fix for  buggy browsers */
  display: table-column;
  width: auto;
  min-width: 100px;
  margin: 0px 0 0 0px;
  background-color: #000;
}
#paytablePanelContainer .container div.table > div > :last-child,
#helpPanelContainer .container div.table > div > :last-child {
  border-right: none;
  margin: 0px;
}
#paytablePanelContainer .container div.table img,
#helpPanelContainer .container div.table img {
  height: 80px;
}
#paytablePanelContainer .container div.table.cols3 > div > div,
#helpPanelContainer .container div.table.cols3 > div > div {
  width: 20%;
}
#paytablePanelContainer .container div.table.cols3 > div > :last-child,
#helpPanelContainer .container div.table.cols3 > div > :last-child {
  width: 60%;
}
#paytablePanelContainer {
  background: #2b0127;
}
.responsiveImage {
  width: 90% !important;
  height: auto !important;
  max-width: 100px;
}
.dynamicTable {
  text-align: center;
  margin: auto;
}
.dynamicTable tr th:nth-child(1) {
  background: url('../res/paytable/common/Diamond_Meter_Head.png');
}
.dynamicTable tr th:nth-child(2) {
  background: url('../res/paytable/common/Pearl_Meter_Head.png');
}
.dynamicTable tr th:nth-child(3) {
  background: url('../res/paytable/common/Coin_Meter_Head.png');
}
.dynamicTable tr td:nth-child(1) {
  background: url('../res/paytable/common/Diamond_Meter_Frame.png');
}
.dynamicTable tr td:nth-child(2) {
  background: url('../res/paytable/common/Pearl_Meter_Frame.png');
}
.dynamicTable tr td:nth-child(3) {
  background: url('../res/paytable/common/Coin_Meter_Frame.png');
}
.dynamicTable tr td.selected:nth-child(1) {
  background: url('../res/paytable/common/Diamond_Meter_Frame_Highlight.png');
}
.dynamicTable tr td.selected:nth-child(2) {
  background: url('../res/paytable/common/Pearl_Meter_Frame_Highlight.png');
}
.dynamicTable tr td.selected:nth-child(3) {
  background: url('../res/paytable/common/Coin_Meter_Frame_Highlight.png');
}
.dynamicTable tr th,
.dynamicTable tr td {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  vertical-align: middle;
  text-align: center;
}
.dynamicTable tr th {
  height: 77px;
  width: 230px;
}
.dynamicTable tr td {
  height: 51px;
  font-family: 'BAHNSCHRIFT 12';
  font-size: 40px;
  font-weight: bold;
}
.dynamicTable tr td div {
  background: url(../res/paytable/common/meter_font_bg.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80%;
}
.dynamicTable tr:nth-child(3) td {
  background-size: 99% !important;
}
.dynamicTable tr:nth-child(4) td {
  background-size: 98% !important;
}
.dynamicTable tr:nth-child(5) td {
  background-size: 97% !important;
}
.dynamicTable tr:nth-child(6) td {
  background-size: 96% !important;
}
.dynamicTable tr:nth-child(7) td {
  background-size: 95% !important;
}
#paytablePanelContainer {
  text-align: center;
}
/* Scroll Bar */
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #333;
  border-radius: 3px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffd016;
  border-radius: 3px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffd016;
}
.helpTable td {
  vertical-align: middle;
}
.helpTable th {
  background-color: #343428;
  vertical-align: middle;
}
.helpTable table,
.helpTable th,
.helpTable td {
  border: 1px solid yellow;
  padding: 5px;
}
.helpTable img {
  width: 6vw;
}
.wrapper {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-auto-rows: 100px;
}
.frame-container {
  background-color: #341132;
  border: 3px solid #d8be69;
  border-radius: 15px;
  text-align: center;
  margin: 0px 3%;
  padding: 2%;
  z-index: 1;
}
.small-border {
  background-color: #341132;
  border: 3px solid #d8be69;
  border-radius: 7%;
  margin-bottom: 10px;
  overflow: visible;
}
.mid-border {
  /* margin-bottom: 10px; */
}
.content-wrapper {
  display: table;
  margin: auto;
}
.maingameImg {
  width: 50%;
  text-align: right;
}
.scatterImage {
  position: relative;
  margin-top: 10px;
  margin-left: 0px;
  z-index: 2;
}
.mainGameText {
  /* width: 50%; */
}
.wildFrame {
  margin-left: 20px;
  max-width: 300%;
  margin-top: 200px;
}
.sidegameImg {
  width: 65%;
  text-align: right;
}
.sideGameText {
  width: 35%;
}
.col {
  display: table-cell;
  vertical-align: middle;
}
.left-align {
  text-align: left;
}
.four {
  width: 50%;
}
.font-size {
  font-size: 0.8em;
}
.fs-8 {
  font-size: 0.8em;
}
.fs-10 {
  font-size: 1.4em;
}
.fs-12 {
  font-size: 1.2em;
}
.mr-0 {
  margin: 0%;
}
.mr-top-2 {
  margin-top: 2%;
}
.mr-bottom-2 {
  margin-bottom: 2%;
}
* {
  box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  /* height: 300px; */
  /* Should be removed. Only for demonstration */
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column2 {
  float: left;
  width: 50%;
  padding: 10px;
  /* height: 300px; */
  /* Should be removed. Only for demonstration */
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  .column2 {
    width: 100%;
  }
}
.clear {
  clear: both;
}
.col-20 {
  width: 25%;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 1%;
  padding-left: 1%;
}
.col-xs-15 {
  width: 25%;
  float: left;
}
.small-border.sec {
  height: 150px;
}
@media screen and (max-width: 600px) {
  .col-md-15 {
    width: 33% !important;
    float: left;
  }
  .container-80 {
    width: 100% !important;
  }
  .container-100 {
    width: 80% !important;
  }
}
@media (min-width: 200px) {
  .col-lg-15 {
    width: 25%;
    float: left;
  }
  .col-lg-20 {
    width: 20%;
    float: left;
  }
}
.realColumn {
  margin: 15px;
}
.container-80 {
  width: 100%;
  margin: auto;
}
.container-100 {
  width: 70%;
  margin: auto;
}
.text-gray {
  color: #42d9f3;
  margin-left: 0.5%;
}
.pd-bm-10 {
  position: relative;
  padding-bottom: 10px;
  /* z-index: 4; */
}
.wildLogo {
  position: absolute;
  z-index: 2;
  overflow: visible;
}
.payImg {
  width: 45%;
  left: -20%;
  margin-left: -149px;
  margin-top: -3px;
  overflow: visible;
}
.payValueTable {
  width: 40%;
  margin-left: 60%;
  overflow: visible;
}
.parentDiv {
  display: flex;
  align-content: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.chitImg.col1 {
  width: 100%;
}
.chitImg {
  width: 100%;
}
.page2Raja {
  position: absolute;
  top: 2%;
  left: 18%;
  z-index: 2;
  max-width: 100%;
}
.page2Mantri {
  position: absolute;
  top: 2%;
  left: 67%;
  max-width: 100%;
}
.page2Chor {
  position: absolute;
  top: 56%;
  left: 18%;
  z-index: 2;
  max-width: 100%;
}
.page2Shipahi {
  position: absolute;
  left: 67%;
  top: 56%;
  max-width: 100%;
}
.page2table {
  position: absolute;
  top: 25%;
  left: 45%;
  z-index: 3;
}
.page2tablevalue {
  max-width: 30%;
  font-size: 100%;
}
.smallSymImg {
  width: 50%;
  overflow: visible;
  margin-top: -24%;
}
.tableChit {
  left: 60%;
}
.freegame-container img {
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .scatterText1 {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .scatterText1 {
    font-size: 10px;
  }
}
@media screen and (max-width: 800px) {
  .col.maingameImg {
    max-width: 50%;
  }
  .logoFrame {
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .col.maingameImg {
    max-width: 40%;
  }
}
@media screen and (max-width: 1080px) {
  .col.maingameImg {
    max-width: 75%;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  table tr {
    font-size: 0.4em;
  }
  .helpTable table,
  .helpTable tr {
    font-size: 75%;
  }
  .scatterImage {
    width: 70%;
    height: auto;
    margin-left: 54%;
  }
  .fgImg {
    width: 65%;
    height: auto;
  }
  .gbImg {
    width: 65%;
    height: auto;
  }
  .mid-border.height {
    height: 74px;
    width: 160px;
    margin-top: 50px;
    margin-left: 65px;
  }
  .wildLogo {
    width: 75%;
    left: -48px;
    top: -21px;
  }
  .pd-bm-10.wildText {
    top: 6px;
    right: -75px;
    font-size: 32px;
    overflow: visible;
  }
  .small-border.sec {
    height: 80px;
  }
  .smallSymImg {
    width: 50%;
    overflow: visible;
    margin-top: -26%;
  }
  .parentDiv {
    width: 75%;
    height: auto;
    margin: auto;
  }
  .chitImg {
    width: 67%;
  }
  .chitImg.col1 {
    width: 46%;
  }
  .page2Raja {
    position: absolute;
    top: 2%;
    left: -7%;
    z-index: 2;
    max-width: 100%;
    width: 44%;
  }
  .page2Mantri {
    position: absolute;
    top: 2%;
    left: 71%;
    max-width: 100%;
  }
  .page2Chor {
    position: absolute;
    top: 55%;
    left: -7%;
    z-index: 2;
    max-width: 100%;
    width: 44%;
  }
  .page2Shipahi {
    position: absolute;
    left: 71%;
    top: 55%;
    max-width: 100%;
  }
  .page2tablevalue {
    max-width: 30%;
    font-size: 130%;
  }
  .page2table {
    position: absolute;
    top: 33%;
    left: 42%;
    z-index: 3;
  }
  .page2table h3 {
    margin-top: -20px;
    font-size: 0.5em;
  }
  .lowValueTable {
    font-size: 35px;
  }
}
.ticketSymbol img {
  width: 5vw;
}
.fontStyling table tr {
  font-size: 100%;
  line-height: 100%;
}
.headerImg {
  max-width: 15%;
  position: relative;
  top: 20px;
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  table tr {
    font-size: 0.5em;
  }
  .helpTable table,
  .helpTable tr {
    font-size: 75%;
  }
  .fgImg {
    width: 75%;
    height: auto;
  }
  .gbImg {
    width: 75%;
    height: auto;
  }
  .parentDiv {
    width: 75%;
    height: auto;
    margin: auto;
  }
  .scatterImage {
    width: 65%;
    height: auto;
    margin-left: 63%;
  }
  .mid-border.height {
    height: 68px;
    width: 128px;
    margin-top: 46px;
    margin-left: 36px;
  }
  .wildLogo {
    width: 82%;
    left: -48px;
    top: -17px;
  }
  .mid-border.sec {
    overflow: visible;
    height: auto;
  }
  .payImg {
    width: 67%;
    left: -20%;
    margin-left: -38px;
    margin-top: -1px;
    overflow: visible;
  }
  .payValueTable {
    width: 50%;
    margin-left: 53%;
    overflow: visible;
  }
  .pd-bm-10.sec {
    overflow: visible;
  }
  .pd-bm-10.wildText {
    top: 5px;
    right: -60px;
    font-size: 24px;
    overflow: visible;
  }
  .small-border.sec {
    height: 100px;
  }
  .smallSymImg {
    width: 50%;
    overflow: visible;
    margin-top: -26%;
  }
  .chitImg {
    width: 79%;
  }
  .chitImg.col1 {
    width: 71%;
  }
  .page2Raja {
    position: absolute;
    top: 2%;
    left: -2%;
    z-index: 2;
    max-width: 100%;
    /* width: 34%; */
  }
  .page2Mantri {
    position: absolute;
    top: 2%;
    left: 71%;
    max-width: 100%;
  }
  .page2Chor {
    position: absolute;
    top: 52%;
    left: -2%;
    z-index: 2;
    max-width: 100%;
    /* width: 34%; */
  }
  .page2Shipahi {
    position: absolute;
    left: 71%;
    top: 52%;
    max-width: 100%;
  }
  .page2tablevalue {
    max-width: 30%;
    font-size: 130%;
  }
  .page2table {
    position: absolute;
    top: 25%;
    left: 39%;
    z-index: 3;
  }
  .page2table h3 {
    margin-top: -15px;
    font-size: 0.7em;
  }
  .lowValueTable {
    font-size: 39px;
  }
  .container {
    top: 120px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  table tr {
    font-size: 0.6em;
  }
  .helpTable table,
  .helpTable tr {
    font-size: 75%;
  }
  .scatterImage {
    width: 65%;
    height: auto;
    margin-left: 54%;
  }
  .mid-border.height {
    height: 77px;
    width: 160px;
    margin-top: 50px;
    margin-left: 80px;
  }
  .wildLogo {
    width: 75%;
    left: -48px;
    top: -21px;
  }
  .pd-bm-10.wildText {
    top: 6px;
    right: -75px;
    font-size: 23px;
    overflow: visible;
  }
  .small-border.sec {
    height: 120px;
  }
  .mid-border.sec {
    overflow: visible;
    height: auto;
  }
  .payImg {
    width: 53%;
    left: -20%;
    margin-left: -67px;
    margin-top: -1.5px;
    overflow: visible;
  }
  .payValueTable {
    width: 40%;
    margin-left: 60%;
    overflow: visible;
  }
  .pd-bm-10.sec {
    overflow: visible;
  }
  .chitImg {
    width: 83%;
  }
  .chitImg.col1 {
    width: 83%;
  }
  .page2Raja {
    position: absolute;
    top: 2%;
    left: 1%;
    z-index: 2;
    max-width: 100%;
  }
  .page2Mantri {
    position: absolute;
    top: 2%;
    left: 71%;
    max-width: 100%;
  }
  .page2Chor {
    position: absolute;
    top: 52%;
    left: 1%;
    z-index: 2;
    max-width: 100%;
  }
  .page2Shipahi {
    position: absolute;
    left: 71%;
    top: 52%;
    max-width: 100%;
  }
  .page2tablevalue {
    max-width: 30%;
    font-size: 122%;
    margin-left: 10%;
  }
  .page2table {
    position: absolute;
    top: 25%;
    left: 38%;
    z-index: 3;
  }
  .page2table h3 {
    margin-top: 0px;
    font-size: 0.8em;
  }
  .lowValueTable {
    font-size: 39px;
  }
  .container {
    top: 120px;
  }
}
@media only screen and (min-width: 880px) {
  table tr {
    font-size: 0.7em;
    font-weight: 99;
  }
  .helpTable table,
  .helpTable tr {
    font-size: 75%;
  }
  .scatterImage {
    width: 75%;
    position: relative;
    margin-top: 10px;
    margin-left: 50%;
    z-index: 2;
  }
  .mid-border.height {
    height: 80px;
    width: 160px;
    margin-top: 45px;
    margin-left: 116px;
  }
  .wildLogo {
    width: 78%;
    left: -60px;
    top: -20px;
  }
  .pd-bm-10.wildText {
    top: 2px;
    right: -78px;
    font-size: 19px;
    overflow: visible;
  }
  .small-border.sec {
    height: 135px;
  }
  .mid-border.sec {
    overflow: visible;
    height: auto;
  }
  .payImg {
    width: 48%;
    left: -20%;
    margin-left: -96px;
    margin-top: -2px;
    overflow: visible;
  }
  .payValueTable {
    width: 40%;
    margin-left: 60%;
    overflow: visible;
  }
  .pd-bm-10.sec {
    overflow: visible;
  }
  .chitImg.col1 {
    width: 89%;
  }
  .chitImg {
    width: 89%;
  }
  .page2Raja {
    position: absolute;
    top: 2%;
    left: 3%;
    z-index: 2;
    max-width: 100%;
  }
  .page2Mantri {
    position: absolute;
    top: 2%;
    left: 71%;
    max-width: 100%;
  }
  .page2Chor {
    position: absolute;
    top: 54%;
    left: 3%;
    z-index: 2;
    max-width: 100%;
  }
  .page2Shipahi {
    position: absolute;
    left: 71%;
    top: 54%;
    max-width: 100%;
  }
  .page2tablevalue {
    max-width: 30%;
    font-size: 133%;
    margin-left: 10%;
  }
  .page2table {
    position: absolute;
    top: 25%;
    left: 39%;
    z-index: 3;
  }
  .page2table h3 {
    font-size: 1em;
  }
  .smallSymImg {
    width: 50%;
    overflow: visible;
    margin-top: -24%;
  }
  .lowValueTable {
    font-size: 39px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  table tr {
    font-size: 0.8em;
    font-weight: 100;
  }
  .helpTable table,
  .helpTable tr {
    font-size: 75%;
  }
  .scatterImage {
    width: 75%;
    position: relative;
    margin-top: 10px;
    margin-left: 50%;
    z-index: 2;
  }
  .mid-border.height {
    height: 80px;
    width: 160px;
    margin-top: 45px;
    margin-left: 116px;
  }
  .wildLogo {
    width: 78%;
    left: -60px;
    top: -20px;
  }
  .pd-bm-10.wildText {
    top: 2px;
    right: -78px;
    font-size: 19px;
    overflow: visible;
  }
  .mid-border.sec {
    overflow: visible;
    height: auto;
  }
  .payImg {
    width: 51%;
    left: -20%;
    margin-left: -115px;
    margin-top: -4px;
    overflow: visible;
  }
  .payValueTable {
    width: 40%;
    margin-left: 60%;
    overflow: visible;
  }
  .pd-bm-10.sec {
    overflow: visible;
  }
  .small-border.sec {
    height: 150px;
  }
  .chitImg.col1 {
    width: 95%;
  }
  .chitImg {
    width: 95%;
  }
  .page2Raja {
    position: absolute;
    top: 2%;
    left: 8%;
    z-index: 2;
    max-width: 100%;
  }
  .page2Mantri {
    position: absolute;
    top: 2%;
    left: 73%;
    max-width: 100%;
  }
  .page2Chor {
    position: absolute;
    top: 57%;
    left: 8%;
    z-index: 2;
    max-width: 100%;
  }
  .page2Shipahi {
    position: absolute;
    left: 73%;
    top: 57%;
    max-width: 100%;
  }
  .page2table {
    position: absolute;
    top: 25%;
    left: 41%;
    z-index: 3;
  }
  .page2tablevalue {
    max-width: 30%;
    font-size: 120%;
  }
  .page2table h3 {
    font-size: 1.17em;
  }
  .lowValueTable {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1096px) {
  table tr {
    font-size: 0.8em;
    font-weight: 100;
  }
  .helpTable table,
  .helpTable tr {
    font-size: 75%;
  }
  .scatterImage {
    width: 75%;
    position: relative;
    margin-top: 10px;
    margin-left: 50%;
    z-index: 2;
  }
  .mid-border.height {
    height: 80px;
    width: 160px;
    margin-top: 45px;
    margin-left: 116px;
  }
  .wildLogo {
    width: 78%;
    left: -60px;
    top: -20px;
  }
  .pd-bm-10.wildText {
    top: 2px;
    right: -78px;
    font-size: 19px;
    overflow: visible;
  }
  .mid-border.sec {
    overflow: visible;
    height: auto;
  }
  .payImg {
    width: 48%;
    left: -2%;
    margin-left: -113px;
    margin-top: -6px;
    overflow: visible;
  }
  .payValueTable {
    width: 40%;
    margin-left: 60%;
    overflow: visible;
  }
  .pd-bm-10.sec {
    overflow: visible;
  }
  .chitImg .col1 {
    width: 93%;
  }
  .chitImg {
    width: 93%;
  }
  .page2Raja {
    position: absolute;
    top: 2%;
    left: 10.5%;
    z-index: 2;
    max-width: 100%;
  }
  .page2Mantri {
    position: absolute;
    top: 2%;
    left: 71%;
    max-width: 100%;
  }
  .page2Chor {
    position: absolute;
    top: 57%;
    left: 10.5%;
    z-index: 2;
    max-width: 100%;
  }
  .page2Shipahi {
    position: absolute;
    left: 71%;
    top: 56%;
    max-width: 100%;
  }
  .page2tablevalue {
    max-width: 30%;
    font-size: 120%;
  }
  .lowValueTable {
    font-size: 37px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  table tr {
    font-size: 1em;
    font-weight: 100;
  }
  .helpTable table,
  .helpTable tr {
    font-size: 75%;
  }
  .mid-border.height {
    height: 122px;
    width: 250px;
    margin-top: 45px;
    margin-left: 135px;
  }
  .wildLogo {
    max-width: 100%;
    left: -90px;
    top: -30px;
  }
  .pd-bm-10.wildText {
    top: 15px;
    right: -125px;
    overflow: visible;
  }
  .mid-border.sec {
    overflow: visible;
    height: auto;
  }
  .payImg {
    width: 48%;
    left: -20%;
    margin-left: -128px;
    margin-top: -6px;
    overflow: visible;
  }
  .payValueTable {
    width: 40%;
    margin-left: 60%;
    overflow: visible;
  }
  .pd-bm-10.sec {
    overflow: visible;
  }
  .chitImg .col1 {
    width: 95%;
  }
  .chitImg {
    width: 95%;
  }
  .page2Raja {
    position: absolute;
    top: 2%;
    left: 13%;
    z-index: 2;
    max-width: 100%;
  }
  .page2Mantri {
    position: absolute;
    top: 2%;
    left: 70%;
    max-width: 100%;
  }
  .page2Chor {
    position: absolute;
    top: 57%;
    left: 13%;
    z-index: 2;
    max-width: 100%;
  }
  .page2Shipahi {
    position: absolute;
    left: 70%;
    top: 56%;
    max-width: 100%;
  }
  .page2tablevalue {
    max-width: 30%;
    font-size: 100%;
  }
  .lowValueTable {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1260px) {
  table tr {
    font-size: 1em;
    font-weight: 100;
  }
  .helpTable table,
  .helpTable tr {
    font-size: 75%;
  }
  .mid-border.height {
    height: 122px;
    width: 250px;
    margin-top: 45px;
    margin-left: 135px;
  }
  .wildLogo {
    max-width: 100%;
    left: -90px;
    top: -30px;
  }
  .pd-bm-10.wildText {
    top: 15px;
    right: -125px;
    overflow: visible;
  }
  .mid-border.sec {
    overflow: visible;
    height: auto;
  }
  .payImg {
    width: 49%;
    left: -2%;
    margin-left: -128px;
    margin-top: -4px;
    overflow: visible;
  }
  .payValueTable {
    width: 40%;
    margin-left: 60%;
    overflow: visible;
  }
  .pd-bm-10.sec {
    overflow: visible;
  }
  .chitImg .col1 {
    width: 100%;
  }
  .chitImg {
    width: 100%;
  }
  .page2Raja {
    position: absolute;
    top: 2%;
    left: 18%;
    z-index: 2;
    max-width: 100%;
  }
  .page2Mantri {
    position: absolute;
    top: 2%;
    left: 67%;
    max-width: 100%;
  }
  .page2Chor {
    position: absolute;
    top: 58%;
    left: 18%;
    z-index: 2;
    max-width: 100%;
  }
  .page2Shipahi {
    position: absolute;
    left: 67%;
    top: 56%;
    max-width: 100%;
  }
  .page2tablevalue {
    max-width: 30%;
    font-size: 100%;
  }
  .lowValueTable {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1320px) {
  table tr {
    font-size: 1em;
    font-weight: 100;
  }
  .helpTable table,
  .helpTable tr {
    font-size: 75%;
  }
  .mid-border.height {
    height: 122px;
    width: 250px;
    margin-top: 45px;
    margin-left: 135px;
  }
  .wildLogo {
    max-width: 100%;
    left: -90px;
    top: -30px;
  }
  .pd-bm-10.wildText {
    top: 15px;
    right: -125px;
    overflow: visible;
  }
  .mid-border.sec {
    overflow: visible;
    height: auto;
  }
  .payImg {
    width: 46%;
    left: -2%;
    margin-left: -148px;
    margin-top: -6px;
    overflow: visible;
  }
  .payValueTable {
    width: 40%;
    margin-left: 60%;
    overflow: visible;
  }
  .pd-bm-10.sec {
    overflow: visible;
  }
  .lowValueTable {
    font-size: 27px;
  }
}
@media screen and (min-width: 600px) and (max-height: 550px) {
  table tr {
    font-size: 0.5em;
  }
  .helpTable table,
  .helpTable tr {
    font-size: 75%;
  }
  .fgImg {
    width: 75%;
    height: auto;
  }
  .gbImg {
    width: 75%;
    height: auto;
  }
  .parentDiv {
    width: 75%;
    height: auto;
    margin: auto;
  }
  .scatterImage {
    width: 65%;
    height: auto;
    margin-left: 56%;
  }
  .mid-border.height {
    height: 68px;
    width: 128px;
    margin-top: 46px;
    margin-left: 82px;
  }
  .wildLogo {
    width: 82%;
    left: -48px;
    top: -17px;
  }
  .mid-border.sec {
    overflow: visible;
  }
  .payImg {
    width: 67%;
    left: -20%;
    margin-left: -38px;
    margin-top: -1px;
    overflow: visible;
  }
  .payValueTable {
    width: 50%;
    margin-left: 53%;
    overflow: visible;
  }
  .pd-bm-10.sec {
    overflow: visible;
  }
  .pd-bm-10.wildText {
    top: 5px;
    right: -60px;
    font-size: 24px;
    overflow: visible;
  }
  .small-border.sec {
    height: 100px;
  }
  .smallSymImg {
    width: 50%;
    overflow: visible;
    margin-top: -26%;
  }
  .chitImg {
    width: 79%;
  }
  .chitImg.col1 {
    width: 70%;
  }
  .page2Raja {
    position: absolute;
    top: 2%;
    left: -2%;
    z-index: 2;
    max-width: 100%;
    /* width: 34%; */
  }
  .page2Mantri {
    position: absolute;
    top: 2%;
    left: 77%;
    max-width: 100%;
  }
  .page2Chor {
    position: absolute;
    top: 64%;
    left: -2%;
    z-index: 2;
    max-width: 100%;
    /* width: 34%; */
  }
  .page2Shipahi {
    position: absolute;
    left: 77%;
    top: 64%;
    max-width: 100%;
  }
  .page2tablevalue {
    max-width: 30%;
    font-size: 210%;
  }
  .page2table {
    position: absolute;
    top: 29%;
    left: 42%;
    z-index: 3;
    overflow: visible;
  }
  .page2table h3 {
    margin-top: -15px;
    font-size: 1.05em;
  }
  .lowValueTable {
    font-size: 39px;
  }
}
@media screen and (min-width: 850px) and (max-height: 500px) {
  table tr {
    font-size: 0.5em;
  }
  .helpTable table,
  .helpTable tr {
    font-size: 75%;
  }
  .parentDiv {
    width: 75%;
    height: auto;
    margin: auto;
  }
  .scatterImage {
    width: 65%;
    height: auto;
    margin-left: 50%;
  }
  .mid-border.height {
    height: 68px;
    width: 128px;
    margin-top: 46px;
    margin-left: 136px;
  }
  .wildLogo {
    width: 82%;
    left: -48px;
    top: -17px;
  }
  .mid-border.sec {
    overflow: visible;
  }
  .payImg {
    width: 67%;
    left: -20%;
    margin-left: -38px;
    margin-top: -1px;
    overflow: visible;
  }
  .payValueTable {
    width: 50%;
    margin-left: 53%;
    overflow: visible;
  }
  .pd-bm-10.sec {
    overflow: visible;
  }
  .pd-bm-10.wildText {
    top: 5px;
    right: -60px;
    font-size: 24px;
    overflow: visible;
  }
  .small-border.sec {
    height: 100px;
  }
  .smallSymImg {
    width: 50%;
    overflow: visible;
    margin-top: -26%;
  }
  .chitImg {
    width: 79%;
  }
  .chitImg.col1 {
    width: 81%;
  }
  .page2Raja {
    position: absolute;
    top: 2%;
    left: 8%;
    z-index: 2;
    max-width: 100%;
    /* width: 34%; */
  }
  .page2Mantri {
    position: absolute;
    top: 2%;
    left: 73%;
    max-width: 100%;
  }
  .page2Chor {
    position: absolute;
    top: 65%;
    left: 8%;
    z-index: 2;
    max-width: 100%;
    /* width: 34%; */
  }
  .page2Shipahi {
    position: absolute;
    left: 73%;
    top: 65%;
    max-width: 100%;
  }
  .page2tablevalue {
    max-width: 30%;
    font-size: 210%;
  }
  .page2table {
    position: absolute;
    top: 29%;
    left: 42%;
    z-index: 3;
    overflow: visible;
  }
  .page2table h3 {
    margin-top: -15px;
    font-size: 1.05em;
  }
  .lowValueTable {
    font-size: 39px;
  }
}
@media screen and (min-width: 900px) and (max-width: 920px) and (max-height: 1370px) {
  table tr {
    font-size: 0.5em;
  }
  .helpTable table,
  .helpTable tr {
    font-size: 75%;
  }
  .parentDiv {
    width: 75%;
    height: auto;
    margin: auto;
  }
  .scatterImage {
    width: 65%;
    height: auto;
    margin-left: 50%;
  }
  .mid-border.height {
    height: 68px;
    width: 128px;
    margin-top: 46px;
    margin-left: 136px;
  }
  .wildLogo {
    width: 82%;
    left: -48px;
    top: -17px;
  }
  .mid-border.sec {
    overflow: visible;
  }
  .payImg {
    width: 67%;
    left: -20%;
    margin-left: -38px;
    margin-top: -1px;
    overflow: visible;
  }
  .payValueTable {
    width: 50%;
    margin-left: 53%;
    overflow: visible;
  }
  .pd-bm-10.sec {
    overflow: visible;
  }
  .pd-bm-10.wildText {
    top: 5px;
    right: -60px;
    font-size: 24px;
    overflow: visible;
  }
  .small-border.sec {
    height: 100px;
  }
  .smallSymImg {
    width: 50%;
    overflow: visible;
    margin-top: -26%;
  }
  .chitImg {
    width: 79%;
  }
  .chitImg.col1 {
    width: 81%;
  }
  .page2Raja {
    position: absolute;
    top: 2%;
    left: 8%;
    z-index: 2;
    max-width: 100%;
    /* width: 34%; */
  }
  .page2Mantri {
    position: absolute;
    top: 2%;
    left: 73%;
    max-width: 100%;
  }
  .page2Chor {
    position: absolute;
    top: 65%;
    left: 8%;
    z-index: 2;
    max-width: 100%;
    /* width: 34%; */
  }
  .page2Shipahi {
    position: absolute;
    left: 73%;
    top: 65%;
    max-width: 100%;
  }
  .page2tablevalue {
    max-width: 30%;
    font-size: 210%;
  }
  .page2table {
    position: absolute;
    top: 29%;
    left: 42%;
    z-index: 3;
    overflow: visible;
  }
  .page2table h3 {
    margin-top: -15px;
    font-size: 1.05em;
  }
  .lowValueTable {
    font-size: 39px;
  }
}
@media screen and (width: 1024px) and (max-height: 780px) {
  table tr {
    font-size: 0.5em;
  }
  .helpTable table,
  .helpTable tr {
    font-size: 75%;
  }
  .parentDiv {
    width: 75%;
    height: auto;
    margin: auto;
  }
  .scatterImage {
    width: 65%;
    height: auto;
    margin-left: 50%;
  }
  .mid-border.height {
    height: 68px;
    width: 128px;
    margin-top: 46px;
    margin-left: 136px;
  }
  .wildLogo {
    width: 82%;
    left: -48px;
    top: -17px;
  }
  .mid-border.sec {
    overflow: visible;
  }
  .payImg {
    width: 67%;
    left: -20%;
    margin-left: -38px;
    margin-top: -1px;
    overflow: visible;
  }
  .payValueTable {
    width: 50%;
    margin-left: 53%;
    overflow: visible;
  }
  .pd-bm-10.sec {
    top: -46px;
    overflow: visible;
  }
  .pd-bm-10.wildText {
    top: 5px;
    right: -60px;
    font-size: 24px;
    overflow: visible;
  }
  .small-border.sec {
    height: 100px;
  }
  .smallSymImg {
    width: 50%;
    overflow: visible;
    margin-top: -26%;
  }
  .chitImg {
    width: 79%;
  }
  .chitImg.col1 {
    width: 81%;
  }
  .page2Raja {
    position: absolute;
    top: 2%;
    left: 11%;
    z-index: 2;
    max-width: 100%;
    /* width: 34%; */
  }
  .page2Mantri {
    position: absolute;
    top: 2%;
    left: 72%;
    max-width: 100%;
  }
  .page2Chor {
    position: absolute;
    top: 65%;
    left: 11%;
    z-index: 2;
    max-width: 100%;
    /* width: 34%; */
  }
  .page2Shipahi {
    position: absolute;
    left: 72%;
    top: 65%;
    max-width: 100%;
  }
  .page2tablevalue {
    max-width: 30%;
    font-size: 308%;
  }
  .page2table {
    position: absolute;
    top: 29%;
    left: 42%;
    z-index: 3;
    overflow: visible;
  }
  .page2table h3 {
    margin-top: -15px;
    font-size: 1.65em;
  }
  .lowValueTable {
    font-size: 39px;
  }
}
.ticketSymbolDiv {
  width: 50%;
}
.ticketImg {
  width: 100%;
}
.symbolFontSize {
  font-size: 1em;
}
.paysAny {
  width: max-content;
  margin-top: revert;
  height: 40px;
}
.gemsTable td img {
  width: 12vw;
}
.chipPosition {
  width: 6vw !important;
}
.chipDisplay {
  display: inline-block;
  top: 2vw;
}
.chipContainer {
  position: relative;
  text-align: center;
  color: white;
}
.centered {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  background: -webkit-linear-gradient(#c19743, #ffffb9, #ffffb9, #c6b894, #c6b894, #c19744);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spinButtonImg {
  vertical-align: middle;
  width: 5vw !important;
}
.inlineBetBtn {
  font-size: 3vw;
}
/* Mobile */
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  #paytablePanelContainer .container,
  #helpPanelContainer .container {
    padding: 10px;
  }
  #paytablePanelContainer .container .table1 img,
  #helpPanelContainer .container .table1 img {
    width: 80px;
  }
  #paytablePanelContainer .container .table1 td,
  #helpPanelContainer .container .table1 td {
    vertical-align: middle;
  }
  #paytablePanelContainer .container .table1 table,
  #helpPanelContainer .container .table1 table,
  #paytablePanelContainer .container .table1 th,
  #helpPanelContainer .container .table1 th,
  #paytablePanelContainer .container .table1 td,
  #helpPanelContainer .container .table1 td {
    padding: 2px;
    font-size: 14px;
  }
  #paytablePanelContainer .container .dynamicTable tr th,
  #helpPanelContainer .container .dynamicTable tr th {
    height: 41px;
    width: 120px;
  }
  #paytablePanelContainer .container .dynamicTable tr td,
  #helpPanelContainer .container .dynamicTable tr td {
    height: 28px;
    font-size: 22px;
  }
  #paytablePanelContainer .headerImg,
  #helpPanelContainer .headerImg {
    max-width: 50%;
    margin-top: -6%;
    margin-left: 2%;
  }
  #paytablePanelContainer .gemsTable td img,
  #helpPanelContainer .gemsTable td img {
    width: 24vw;
  }
  #paytablePanelContainer .symbolFontSize,
  #helpPanelContainer .symbolFontSize {
    font-size: 2em;
  }
  #paytablePanelContainer .ticketSymbol img,
  #helpPanelContainer .ticketSymbol img {
    width: 12vw !important;
  }
  #paytablePanelContainer .dividerWidth,
  #helpPanelContainer .dividerWidth {
    width: 100%;
  }
  #paytablePanelContainer .paylineImg,
  #helpPanelContainer .paylineImg {
    width: -webkit-fill-available;
  }
  .chipPosition {
    width: 15vw !important;
  }
  .spinButtonImg {
    vertical-align: middle;
    width: 15vw !important;
  }
  .inlineBetBtn {
    font-size: 7vw;
  }
  #helpPanelContainer .headerImg {
    max-width: 40%;
    margin-top: -6%;
    margin-left: 0px;
  }
  .ticketSymbolDiv {
    width: 100%;
  }
  .ticketImg {
    width: 100%;
  }
  #paytablePanelContainer {
    text-align: center;
  }
  #paytablePanelContainer,
  #helpPanelContainer {
    overflow: unset;
  }
  #paytablePanelContainer .header .headerText,
  #helpPanelContainer .header .headerText {
    font-size: 36px;
    height: 80px;
    margin-top: 0px;
  }
  #paytablePanelContainer .header .closeButton,
  #helpPanelContainer .header .closeButton {
    right: 4px;
  }
  #paytablePanelContainer .header {
    height: auto;
    overflow: unset;
  }
  #paytablePanelContainer .header .headerText {
    width: 80%;
    margin-left: 9%;
    font-size: 32px;
    top: calc(50% - 18px);
    overflow: unset;
  }
  #paytablePanelContainer .fontN,
  #helpPanelContainer .fontN {
    font-size: 18px;
  }
  #paytablePanelContainer .fontL,
  #helpPanelContainer .fontL {
    font-size: 19.5px;
  }
  #paytablePanelContainer .fontM,
  #helpPanelContainer .fontM {
    font-size: 19.5px;
  }
  #paytablePanelContainer .meterImage,
  #helpPanelContainer .meterImage {
    width: 100%;
  }
  #paytablePanelContainer .cashpotImage,
  #helpPanelContainer .cashpotImage {
    width: 75px;
  }
  #paytablePanelContainer .helpCashpotImage,
  #helpPanelContainer .helpCashpotImage {
    width: 90%;
    height: auto !important;
  }
  #paytablePanelContainer .helpSoundImage,
  #helpPanelContainer .helpSoundImage {
    width: 90%;
    height: auto !important;
  }
  #fullscreen {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #fullscreen button {
    margin-top: 86%;
  }
  #fullscreenIOS {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #CCCCCC;
    font-family: "geometr415_blk_bt";
  }
  #swipe {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #overlaySlider {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    height: 200vh;
    display: none;
  }
  .textVerticalMiddle {
    line-height: 2;
    vertical-align: middle;
  }
  .taLang {
    margin-left: 100px !important;
  }
  .helpTable img {
    width: 15vw !important;
  }
}
@media only screen and (min-device-width: 1024px) and (orientation: landscape) {
  max-width: 15%;
  margin-top: 2%;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #paytablePanelContainer .container,
  #helpPanelContainer .container {
    padding: 10px;
  }
  .gemsTable td img {
    width: 12vw;
  }
  .paylineImg {
    width: -webkit-fill-available;
  }
  .ticketSymbolDiv {
    width: 50%;
  }
  .ticketImg {
    width: 100%;
  }
  .headerImg {
    max-width: 17%;
    margin-top: -7%;
  }
  .container {
    top: 120px;
  }
  .chipPosition {
    width: 10vw !important;
  }
  .spinButtonImg {
    vertical-align: middle;
    width: 10vw !important;
  }
  #paytablePanelContainer {
    text-align: center;
  }
  #paytablePanelContainer .header .headerText,
  #helpPanelContainer .header .headerText {
    font-size: 36px;
    height: 80px;
  }
  .ticketSymbol img {
    width: 8vw !important;
  }
  #paytablePanelContainer .fontN,
  #helpPanelContainer .fontN {
    font-size: 18px;
  }
  #paytablePanelContainer .fontL,
  #helpPanelContainer .fontL {
    font-size: 19.5px;
  }
  #paytablePanelContainer .fontM,
  #helpPanelContainer .fontM {
    font-size: 19.5px;
  }
  #paytablePanelContainer .meterImage,
  #helpPanelContainer .meterImage {
    width: 100%;
  }
  #paytablePanelContainer .cashpotImage,
  #helpPanelContainer .cashpotImage {
    width: 75px;
  }
  #paytablePanelContainer .helpCashpotImage,
  #helpPanelContainer .helpCashpotImage {
    width: 90%;
    height: auto !important;
  }
  #paytablePanelContainer .helpSoundImage,
  #helpPanelContainer .helpSoundImage {
    width: 90%;
    height: auto !important;
  }
  .symbolFontSize {
    font-size: 2em;
  }
  #fullscreen {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #fullscreen button {
    margin-top: 26.5%;
  }
  #fullscreenIOS {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #CCCCCC;
  }
  #swipe {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #overlaySlider {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    height: 200vh;
    display: none;
  }
  .dynamicTable tr th {
    height: 41px;
    width: 120px;
  }
  .dynamicTable tr td {
    height: 28px;
    font-size: 22px;
  }
  .textVerticalMiddle {
    line-height: 2;
    vertical-align: middle;
  }
  .taLang {
    margin-left: auto !important;
  }
  .helpTable img {
    width: 10vw !important;
  }
}
#gamePlayId {
  float: right;
  background: #222222;
  position: relative;
  margin: 0;
  color: white;
  font-family: Verdana;
  font-size: 11px;
  padding: 5px;
}
#gamePlayId span {
  float: right;
}
#gamePlayId #gamePlayId__title {
  float: left;
}
#cheatPanel {
  float: right;
  background: #222222;
  position: relative;
  margin: 0;
  color: white;
  font-family: Verdana;
  font-size: 15px;
  width: 50px;
  clear: right;
}
#cheatPanel #cheatBox {
  font-size: 11px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #paytablePanelContainer .fontN,
  #helpPanelContainer .fontN {
    font-size: 18px;
  }
  #paytablePanelContainer .fontL,
  #helpPanelContainer .fontL {
    font-size: 19.5px;
  }
  #paytablePanelContainer .fontM,
  #helpPanelContainer .fontM {
    font-size: 19.5px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #paytablePanelContainer .fontN,
  #helpPanelContainer .fontN {
    font-size: 18px;
  }
  #paytablePanelContainer .fontL,
  #helpPanelContainer .fontL {
    font-size: 19.5px;
  }
  #paytablePanelContainer .fontM,
  #helpPanelContainer .fontM {
    font-size: 19.5px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dynamicTable tr td {
    height: 51px;
    font-family: 'BAHNSCHRIFT 12';
    font-size: 40px;
    font-weight: bold;
  }
  .dynamicTable tr td div {
    background: url();
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80%;
  }
}
/*---------------Autoplay panel------------------*/
#gw-pfg-offer,
#gw-pfg-win,
#gw-pfg-discard {
  max-width: 95vw;
  max-height: 95vh;
  padding: 0.5em 2em 0.5em 2em;
  background: #000;
  color: #ffffff !important;
  font: 12px 'Roboto', sans-serif;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid white;
}
.center_GambleLabel,
.center_CollectLabel {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  /* Choose label color */
  font-size: 14px;
  /* Adjust label size */
  font-weight: bold;
  /* Adjust label weight */
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 800px) {
  .center_GambleLabel,
  .center_CollectLabel {
    font-size: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .center_GambleLabel,
  .center_CollectLabel {
    font-size: 8px;
  }
}
@media only screen and (max-width: 500px) {
  .center_GambleLabel,
  .center_CollectLabel {
    font-size: 6px;
  }
}
@media only screen and (max-width: 300px) {
  .center_GambleLabel,
  .center_CollectLabel {
    font-size: 4px;
  }
}
