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?sj5ua4');
  src: url('../res/font/icomoon.eot?sj5ua4#iefix') format('embedded-opentype'), url('../res/font/icomoon.ttf?sj5ua4') format('truetype'), url('../res/font/icomoon.woff?sj5ua4') format('woff'), url('../res/font/icomoon.svg?sj5ua4#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-cross:before {
  content: "\e903";
}
.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;
  padding: 0.2rem;
}
.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;
  text-align: justify !important;
}
.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;
  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: .7;
}
.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;
}
body {
  font-family: 'BudokanRounded-Bold' !important;
}
#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 #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: limegreen;
}
#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;
}
#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-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;
}
#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;
}
#paytablePanelContainer,
#helpPanelContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
  color: #fff;
  background: #011e19;
  opacity: 1;
  overflow: unset;
}
#paytablePanelContainer .fontWhite,
#helpPanelContainer .fontWhite {
  color: #fff;
}
#paytablePanelContainer .fontYellow,
#helpPanelContainer .fontYellow {
  color: #ffd016;
}
#paytablePanelContainer .fontXL,
#helpPanelContainer .fontXL {
  font-size: 38px;
}
#paytablePanelContainer .fontL,
#helpPanelContainer .fontL {
  font-size: 36px;
  margin: 0 0 20px;
  line-height: 1.5em;
}
#paytablePanelContainer .fontM,
#helpPanelContainer .fontM {
  font-size: 26px;
  margin: 0 0 15px;
}
#paytablePanelContainer .fontN,
#helpPanelContainer .fontN {
  font-size: 24px;
  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: 100px;
  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: absolute;
  float: right;
  z-index: 1;
  right: 18px;
  top: 50px;
  background: url('../res/images/hd/common/common/BaseGame/hd_common_common_BaseGame_helpPaytable0_atlas.png');
  cursor: pointer;
  background-position: -57px -59px;
}
#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: 226px 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: 0 59px;
}
#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;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 10px;
  padding: 0 10px;
  overflow-y: auto;
  overflow-x: hidden;
  /* Listing */
  /* Table styling */
  /* 3 columns */
}
#paytablePanelContainer .container ul,
#helpPanelContainer .container ul {
  list-style: none;
  list-style-position: outside;
}
#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%;
}
.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-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 {
  font-size: 0.8em;
  margin: auto;
  text-align: left;
}
.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;
}
/* 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 {
    text-align: center;
  }
  #paytablePanelContainer,
  #helpPanelContainer {
    overflow: unset;
  }
  #paytablePanelContainer .header .headerText,
  #helpPanelContainer .header .headerText {
    font-size: 36px;
  }
  #paytablePanelContainer .header .closeButton,
  #helpPanelContainer .header .closeButton {
    right: 4px;
  }
  #paytablePanelContainer .header {
    height: 100px;
    overflow: unset;
  }
  #paytablePanelContainer .header .headerText {
    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;
  }
  #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 (max-device-width: 1024px) and (orientation: landscape) {
  #paytablePanelContainer .container,
  #helpPanelContainer .container {
    padding: 10px;
  }
  #paytablePanelContainer {
    text-align: center;
  }
  #paytablePanelContainer .header .headerText,
  #helpPanelContainer .header .headerText {
    font-size: 36px;
  }
  #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: 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-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-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-size: 40px;
    font-weight: bold;
  }
  .dynamicTable tr td div {
    background: url();
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80%;
  }
}
body {
  background-color: black;
}
.header {
  text-align: center;
  color: yellow;
  font-size: larger;
}
.flex-container {
  justify-content: center;
  /* background-color: DodgerBlue; */
}
.frame-1 {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url("../res/paytable/common/Portrait_Scatter_Frame.png");
  background-repeat: no-repeat;
}
.frame-header {
  text-align: center;
  color: yellow;
}
.frame-middle-1 {
  width: 100px;
  height: 50px;
  /* border: 2px solid red; */
  position: relative;
  left: 400px;
  top: 40px;
}
.frame-bottom-1 {
  width: 500px;
  height: 100px;
  /* border: 2px solid red; */
  position: relative;
  top: 90px;
  left: 20px;
}
.frame-2 {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url("../res/paytable/common/Portrait_Wild_Frame.png");
  background-repeat: no-repeat;
}
.frame-middle-2 {
  width: 250px;
  height: 150px;
  /* border: 2px solid red; */
  position: relative;
  left: 350px;
  /* top: 5px; */
  bottom: 20px;
}
.frame-bottom-2 {
  width: 650px;
  height: 100px;
  /* border: 2px solid red; */
  position: relative;
  left: 20px;
  bottom: 10px;
}
ul.a {
  list-style: none;
}
ul.a li {
  color: whitesmoke;
  font-size: 25px;
}
ul.a {
  list-style-type: none;
}
ul.b {
  list-style-type: none;
}
ul.b li {
  color: whitesmoke;
  font-size: 25px;
}
ul.c li {
  color: whitesmoke;
  font-size: 20px;
  position: relative;
  left: -25px;
}
.grid-container-1 {
  /* border: 2px solid red; */
  width: 145px;
  height: 250px;
  background-image: url("../res/paytable/common/H1_Yudhisthira.png");
  background-repeat: no-repeat;
}
.grid-container-2 {
  /* border: 2px solid red; */
  width: 145px;
  height: 250px;
  background-image: url("../res/paytable/common/H2_Bheema.png");
  background-repeat: no-repeat;
}
.grid-container-3 {
  /* border: 2px solid red; */
  width: 145px;
  height: 250px;
  background-image: url("../res/paytable/common/H3_Arjuna.png");
  background-repeat: no-repeat;
}
.grid-container-4 {
  /* border: 2px solid red; */
  width: 145px;
  height: 250px;
  background-image: url("../res/paytable/common/H4_Nakul.png");
  background-repeat: no-repeat;
}
.grid-container-5 {
  /* border: 2px solid red; */
  width: 145px;
  height: 250px;
  background-image: url("../res/paytable/common/H5_Sehdeva.png");
  background-repeat: no-repeat;
}
.grid-container-6 {
  /* border: 2px solid red; */
  width: 145px;
  height: 250px;
  background-image: url("../res/paytable/common/L1_spade.png");
  background-repeat: no-repeat;
}
.grid-container-7 {
  /* border: 2px solid red; */
  width: 145px;
  height: 250px;
  background-image: url("../res/paytable/common/L2_heart.png");
  background-repeat: no-repeat;
}
.grid-container-8 {
  /* border: 2px solid red; */
  width: 145px;
  height: 250px;
  background-image: url("../res/paytable/common/L3_club.png");
  background-repeat: no-repeat;
}
.grid-container-9 {
  /* border: 2px solid red; */
  width: 145px;
  height: 250px;
  background-image: url("../res/paytable/common/L4_diamond.png");
  background-repeat: no-repeat;
}
.grid-container-10 {
  /* border: 2px solid red; */
  width: 145px;
  height: 250px;
  background-image: url("../res/paytable/common/L5_teardrop.png");
  background-repeat: no-repeat;
}
.list-data {
  width: 90px;
  height: 110px;
  font-size: 20px;
  text-align: center;
  /* border: 1px solid red; */
  position: relative;
  top: 110px;
  left: 30px;
}
.free-game-container {
  margin: 10px;
  padding: 10px;
}
ul.d {
  list-style: none;
}
ul.d li {
  color: whitesmoke;
}
ul.d {
  list-style-type: none;
}
.chipPosition {
  width: 6vw !important;
}
.chipDisplay {
  display: inline-block;
  top: 2vw;
}
.chipContainer {
  position: relative;
  text-align: center;
  color: white;
}
.regulationMeter {
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
}
.centered {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background: -webkit-linear-gradient(#fce531, #f5c105);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.align_left_container {
  text-align: left!important;
  margin: 10px 30px;
}
.align_center_container {
  text-align: center!important;
  margin: 10px 30px;
}
li {
  margin-bottom: 10px;
}
.font-15em {
  font-size: 1.5em;
}
.freegame-container img {
  width: 7vw;
}
.mr-0 {
  margin: 0px;
}
.headerText {
  padding-top: 5px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .helpContainerPadding {
    padding: 0 20px;
  }
  /* .chipSize {
      font-size: 2vw;
  } */
  .centered-inline {
    top: 42% !important;
  }
  .centered {
    top: 42%;
  }
  .logoImage {
    width: 38vw !important;
    position: relative;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .helpContainerPadding {
    padding: 0 30px;
  }
  /* .chipSize {
      font-size: 1.8vw;
  } */
  .centered-inline {
    top: 42% !important;
  }
  .centered {
    top: 42%;
  }
  .logoImage {
    width: 24vw !important;
    position: relative;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .helpContainerPadding {
    padding: 0 30px;
  }
  /* .chipSize {
      font-size: 1.4vw;
  } */
  .centered-inline {
    top: 43% !important;
  }
  .centered {
    top: 43%;
  }
  .logoImage {
    width: 21vw !important;
    padding-top: 0.5rem;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .helpContainerPadding {
    padding: 0 30px;
  }
  /* .chipSize {
      font-size: 1.4vw;
  } */
  .centered-inline {
    top: 46% !important;
  }
  .centered {
    top: 46%;
  }
  .logoImage {
    width: 18vw !important;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .helpContainerPadding {
    padding: 0 130px;
  }
  /* .chipSize {
      font-size: 1.2vw;
  } */
  .centered-inline {
    top: 46% !important;
  }
  .centered {
    top: 46%;
  }
  .logoImage {
    width: 14vw !important;
  }
  .trans {
    font-weight: bold;
  }
}
