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 'BudokanRounded-Bold';
  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,
a,
img,
div,
span,
b,
p {
  -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: calc(100vh - 58px);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--mainBgColor);
  background-image: none;
  top: 38px;
  padding: 5px;
}
.gameContainer canvas {
  width: 100% !important;
  border-radius: 9px;
  touch-action: inherit!important;
}
.gamePanel {
  padding: 0px 5px;
}
.inner-game-container {
  overflow-y: auto;
}
.consolePanel {
  border-radius: 9px;
  background-color: var(--mainBgColor);
}
.gameContainer .sidePanel {
  top: 35px;
  margin: 0px 0px 0px 10px;
  margin: 0;
  height: 100%;
  border-radius: 9px;
  background-color: var(--panelBgColor);
  box-shadow: 0px 0px 1.5px 1.5px #141414;
}
.pd-3 {
  padding: 3px !important;
}
.heightFull {
  height: 100%;
}
#historyPanel {
  position: absolute;
  margin-left: 11px;
  top: 8px;
  border-radius: 8px;
  margin-right: 11px;
  z-index: 842;
  right: 0px;
  left: 0px;
}
.shadow {
  position: absolute;
  width: 13px;
  height: 20px;
  background-image: linear-gradient(to left, #0d0d0d, rgba(0, 0, 0, 0));
  z-index: 3;
  left: 14px;
  top: 1px;
  display: none;
}
#fullHistoryData {
  margin-top: 3px;
}
#histotyTitle {
  visibility: hidden;
  background: #000;
  height: 25px;
  padding-left: 5px;
  color: #fff;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}
.button-block {
  height: 100%;
  width: 52px;
  z-index: 4;
  position: relative;
}
.showBackground {
  background: #00000054;
}
.collapsing {
  transition-duration: 0.1s !important;
}
.collaspe {
  transition-property: opacity;
  transition-duration: 0.1s !important;
}
#initialHistoryList {
  margin-top: 2px;
  width: calc(100% - 30px);
}
.historyPanelX {
  font-size: 1rem;
}
.multipliers-bet-item-first .win-font .historyPanelX {
  font-size: 1rem;
}
@-ms-viewport {
  width: device-width;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .inner-game-container {
    height: 100%;
  }
  .cg-col-6 {
    width: 100% !important;
  }
  .autoSettingContainer {
    max-width: 100% !important;
  }
  .betMargin {
    max-width: 100% !important;
  }
  .historyButtonBlock {
    left: calc(100% - 57px);
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .inner-game-container {
    height: 100%;
  }
  .cg-col-6 {
    width: 50% !important;
  }
  .historyButtonBlock {
    left: calc(100% - 57px);
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .inner-game-container {
    height: 100%;
  }
  .cg-col-6 {
    width: 50% !important;
  }
  .historyButtonBlock {
    top: 2px;
  }
  .historyButtonBlock {
    left: calc(100% - 57px);
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .cg-col-6 {
    width: 50% !important;
  }
  .historyButtonBlock {
    left: calc(100% - 57px);
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .gameContainer {
    height: calc(100vh - 58px) !important;
  }
  .inner-game-container {
    height: calc(100vh - 65px) !important;
  }
  .inner-game-container {
    height: calc(100%) !important;
  }
  .cg-col-6 {
    width: 50% !important;
  }
  .historyButtonBlock {
    left: calc(100% - 57px);
  }
}
.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: relative;
  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: relative;
}
#loader #percentBar {
  position: relative !important;
  width: 600px;
  left: 50%;
  bottom: 12%;
  margin-left: -300px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .canvasOverlay {
    display: block;
  }
  .howToPlayContainer {
    width: 24px !important;
    height: 24px !important;
  }
  .planeSelectionDropdownContainer {
    right: 34px !important;
  }
  .howToPlayText {
    display: none !important;
  }
  .panel-img {
    width: 100% !important;
    margin: 0.25rem 0rem !important;
  }
  .selectionScreenLogo {
    height: 8vh !important;
  }
  .imageContainer {
    margin: 1.5rem 1rem !important;
  }
  .imagePanel2 {
    display: block !important;
  }
  .paperplaneSelectionContainer {
    font-size: 16px !important;
  }
  .panel-img img {
    height: 8vh;
    width: auto !important;
  }
  html {
    font-size: 9px !important;
  }
  .valueBtn {
    font-size: 1.4rem;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .canvasOverlay {
    display: block;
  }
  .howToPlayContainer {
    width: 115px !important;
  }
  .howToPlayText {
    display: flex !important;
  }
  html {
    font-size: 9px !important;
  }
  .valueBtn {
    font-size: 1.4rem;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .canvasOverlay {
    display: block;
  }
  .howToPlayContainer {
    width: 115px !important;
  }
  .howToPlayText {
    display: flex !important;
  }
  .notifications {
    left: 11px;
  }
  html {
    font-size: 9px !important;
  }
  .valueBtn {
    font-size: 1.4rem;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .canvasOverlay {
    display: none;
  }
  .notifications {
    left: 9px;
  }
  .valueBtn {
    font-size: 1.6rem;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .canvasOverlay {
    display: none;
  }
  .howToPlayContainer {
    width: 115px !important;
  }
  .howToPlayText {
    display: flex !important;
  }
  .notifications {
    left: 18px;
  }
  html {
    font-size: 10px !important;
  }
  .valueBtn {
    font-size: 1.6rem;
  }
}
/* orientation : landscape */
@media only screen and (min-width: 600px) and (max-width: 768px) and (orientation: landscape) {
  .cg-splash-game-logo {
    width: 60% !important;
  }
}
/* -----------menu -------------*/
.top-menu-item-container {
  height: 40px;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  margin-top: 8px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.top-menu-item-container > div {
  height: 35px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  display: flex;
  margin-top: 3px;
}
.item-flex-center {
  display: flex;
  justify-content: center;
}
.item-flex-right {
  display: flex;
  justify-content: flex-end;
}
.sideHeader {
  margin: 5px;
}
.menuBtn {
  width: 20%;
  float: left;
}
.latestTopBarContainer {
  background-color: var(--topBottomBar);
  height: 40px;
  position: fixed;
  width: inherit;
  top: 0;
  left: 0;
  display: flex !important;
  z-index: 849;
  justify-content: space-between !important;
  align-items: center;
}
.menuBarContainer {
  width: 99%;
  display: flex;
}
.first-block .game-logo {
  width: 100px;
  margin-top: -3px;
}
.topbarLogo {
  position: absolute;
  width: 70px;
  height: 36px;
  margin-top: -3px;
}
.h-100 {
  height: 100%;
}
.d-flex {
  display: flex !important;
}
.title-text {
  line-height: 1.5em;
  font-size: 14px;
}
.menuCircle:hover {
  opacity: 0.8;
}
.menuCircle {
  background-color: var(--panelHeadingBgColor);
  border-radius: 50%;
  text-align: center;
  /* margin: auto; */
  width: 27px;
  height: 27px;
  vertical-align: middle;
  padding-left: 5px;
  margin-left: 10px;
  border: 2px solid var(--btnBorderColor);
  font-size: 15px;
  line-height: 0px;
}
.howToPlayContainer:hover {
  opacity: 0.8;
}
.howToPlayContainer {
  background-color: #e69308;
  width: 115;
  height: 23px;
  border: 2px solid #ffbd71;
  border-radius: 20px;
  padding: 1px;
  padding-right: 1px;
  display: flex;
  align-items: center;
  line-height: 1em;
}
.howToPlayIcon {
  color: #5f3812;
  font-weight: 100;
  font-size: 20px !important;
  vertical-align: middle;
}
.howToPlayText {
  vertical-align: middle;
  color: #5f3812;
  letter-spacing: 0.01rem;
  font-family: 'BudokanRounded-Bold';
  display: flex;
  width: calc(100% - 24px);
  justify-content: center;
}
#howToPlay {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
}
.menuSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--panelHeadingBgColor);
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #cccccc;
}
.menuSlider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 1px;
  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);
}
/* Rounded sliders */
.menuSlider.round {
  border-radius: 4px;
}
.menuSlider.round:before {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  box-shadow: inset 0 0 1px #00000029;
  background-color: var(--textColor);
  border: solid 1px #a3b98a;
  border-radius: 4px;
}
input:focus + .menuSlider {
  box-shadow: 0 0 1px #d4dbe1;
}
.btn:focus,
.btn:hover {
  outline: none !important;
}
.menuovelay {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 850;
  opacity: 0.01;
}
.overlay-fade {
  animation: example 0.5s ease forwards;
}
@keyframes example {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.autobetBtn {
  font-size: 1.4rem !important;
  /* Update font size */
  line-height: 1.4rem !important;
  /* Ensure line-height matches font-size */
  border: solid 1px #46c0f2 !important;
  border-radius: 0.4rem !important;
  background-color: #1d7aca !important;
  color: var(--textColor) !important;
  text-align: center;
  box-shadow: none;
  padding: 0.35rem 0.8rem 0.1rem 0.8rem !important;
  outline: none;
  /* Flexbox to center text */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem !important;
}
.autobetBtn:hover {
  opacity: 0.8;
}
.autoBetStopBtn {
  font-size: 1.4rem !important;
  line-height: 1.4rem !important;
  border: solid 1px var(--textColor) !important;
  border-radius: 0.4rem !important;
  background-color: red;
  color: var(--textColor) !important;
  text-align: center;
  box-shadow: none;
  padding: 0.35rem 0.8rem 0.1rem 0.8rem !important;
  outline: none;
  /* Flexbox to center text */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem !important;
}
.autoBetStopBtn:hover {
  opacity: 0.8;
}
.info-item {
  cursor: pointer;
}
.info-item:hover {
  opacity: 0.8;
}
.navbar {
  position: absolute;
  border: 1px solid transparent;
  width: 32%;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  color: var(--textColor);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--panelBgColor);
  max-width: 320px;
  box-shadow: 10px 10px 20px #000000b3;
  z-index: 860;
  top: 33px;
  left: 8px;
  width: 100%;
  border-radius: 6px;
}
.dropdown-content a {
  float: none;
  color: var(--textColor);
  padding: 4px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.showDropMenu {
  display: block;
}
.changeUserContainer {
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px;
}
.changeUserBtn {
  float: left;
  text-align: center;
  background: var(--mainBgColor);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: var(--fontGray);
  cursor: pointer;
  padding: 6px 15px 6px 10px;
  width: auto;
  border: solid 1px #414148;
  border-radius: 6px;
  font-weight: 100;
}
.changeUserBtnIcon {
  width: 20px;
  height: 20px;
  font-size: 17px !important;
}
.changeUserBtnText {
  margin-left: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.second-block {
  display: flex;
  flex-direction: column;
  color: var(--textColor);
}
.list-menu {
  min-width: 124px;
  font-size: 1.4rem;
  line-height: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list-menu-item {
  width: 100%;
  background-color: var(--menuItemListBgColor);
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  display: flex;
  height: 4.5rem;
  align-items: center;
  padding: 0.7rem 1.0rem;
  justify-content: space-between;
}
.title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--textColor);
  padding: 0px 3px;
}
.icon-wrapper {
  color: var(--textColor);
  width: 16px;
  margin-right: 5px;
}
#userChangeContainer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow-y: scroll;
  justify-content: center;
  max-height: calc(90vh - 100px);
}
#root {
  display: flex;
  flex: 1;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  justify-content: center;
}
.btnsContainer {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}
#dynmaciBtnsContainer {
  background-color: #0c0c0cde;
}
#activeImagesList {
  display: flex;
  width: 1000px;
  position: relative;
  left: -440px;
  align-items: center;
}
.dynamicBtn {
  padding: 0px;
  border: 0px;
  display: flex;
  flex-direction: row;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.halfCircle {
  width: 15px;
  height: 30px;
}
.fullCircle {
  width: 30px;
  height: 30px;
}
.btnWrapper {
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 3px;
  margin: 2px;
}
.btnActive {
  border: 2px solid #fff;
}
.applyBtnContainer {
  justify-content: center;
  width: 80%;
  height: 35px;
  margin: 10px 5px;
}
.applyBtnWrappper {
  display: flex;
  justify-content: center;
  background-color: #0c0e0e;
}
.applyBtn {
  width: 100%;
  height: 100%;
  font-size: 1.4rem !important;
  font-family: 'BudokanRounded-Bold';
}
.prev {
  position: absolute;
  left: 13px;
  font-size: 20px;
  color: #fff;
  top: 25px;
}
.next {
  position: absolute;
  right: 13px;
  font-size: 20px;
  color: #fff;
  top: 25px;
}
.volumeSlideContainer {
  position: fixed;
  bottom: 20px;
  height: 100px;
  left: 25px;
}
input[type=range][orient=vertical] {
  writing-mode: bt-lr;
  /* IE */
  -webkit-appearance: slider-vertical;
  -webkit-tap-highlight-color: transparent;
  /* Chromium */
  width: 20px;
  height: 100px;
  padding: 0 5px;
}
.icon-container {
  position: relative;
  width: 35px;
  height: 35px;
}
.icon-container img {
  width: 30px;
  height: 30px;
}
.icon-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  width: 30px;
  opacity: 0;
  transition: .1s ease;
  border-radius: 10px;
  background-color: #14151699;
}
.icon-container:hover .icon-overlay {
  opacity: 1;
}
.icon {
  color: #2efffc;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.fa-pencil:hover {
  color: #2efffc;
}
.menuBtnContainer {
  display: flex;
  justify-content: center;
}
.userChangeContainer {
  justify-content: center;
  width: 70px;
  min-width: 50px;
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 25px;
}
.dontShow input {
  visibility: hidden;
  cursor: pointer;
  width: 1px;
}
.dontShow input:checked ~ .mark {
  background-color: transparent;
  border: 2px solid orange;
}
.mark {
  position: relative;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: lightgray;
  display: inline-block;
}
.dontShow input:checked ~ .mark:after {
  display: block;
}
.planeSelected {
  border: 2px solid orange;
  border-radius: 16px;
}
.dontShow .tick {
  display: inline-table;
  left: 7px;
  width: 7px;
  height: 13px;
  border: solid #e3b90b;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
  visibility: hidden;
}
.dontShow input:checked ~ .mark.tick {
  visibility: visible;
}
.imageContainer {
  margin: 1.5rem 0px;
}
.panel-img {
  width: 33%;
  float: left;
  text-align: center;
  margin: 1rem 0px;
}
.selectionOverlay {
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
.selectionDropDownOverlay {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 890;
  opacity: 0.01;
}
.continueBtn {
  max-width: 200px;
  font-size: 20px;
}
.paperplaneSelectionContainer {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  text-align: center;
}
#cg-splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../res/images/common/preload/operator/default/Landscape_Loading.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.planeSelectionDropdownContainer {
  display: none;
  position: absolute;
  background-color: var(--panelBgColor);
  max-width: 290px;
  box-shadow: 10px 10px 20px #000000b3;
  z-index: 891;
  top: 33px;
  width: 100%;
  border-radius: 6px;
  opacity: 0.95;
  right: 111px;
}
.plane-img {
  width: 70%;
  height: 100%;
  padding: 0.5rem 4rem;
  text-align: center;
  margin: auto;
}
.plane-img:hover {
  opacity: 1;
}
.planeSelectedDropDown {
  opacity: 1;
  background-color: #141517;
}
.plane-img img {
  width: 90%;
  height: 90%;
}
.fly {
  transform: rotate(-20deg);
}
.selectionBtn {
  border: 1px solid orange !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  padding: 2px 4px !important;
}
.panel-img img:hover {
  scale: 1;
}
.panel-img img {
  width: 24vw;
}
.imagePanel2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cg-bottom-bar {
  flex: none;
  position: absolute;
  height: 100%;
  width: calc(100% - 1em);
  bottom: 0;
  padding: 0 0.5rem;
  border-top: 1px solid var(--topBottomBar);
  background: var(--topBottomBar);
  color: var(--topBottomTextColor);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: bold 12px/2em 'BudokanRounded-Bold';
  text-transform: uppercase;
  z-index: 10;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
#cg-bottom-bar > div {
  margin: 0;
}
#cg-bottom-bar ul,
#cg-bottom-bar h3 {
  margin: 0;
  padding: 0;
}
#cg-bottom-bar ul > li {
  display: inline-block;
}
#cg-bar-info ul > li {
  margin-left: 0.3em;
  margin-right: 0.3em;
  min-width: 13em;
  text-align: left;
}
.loaderContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: fixed;
  align-items: center;
}
.loaderContainerP {
  bottom: 10%;
}
.loaderContainerL {
  bottom: 10%;
}
.loaderContainer > div {
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-basis: 100%;
  justify-content: center;
}
.logoContainer {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding-bottom: 40px;
}
.cg-splash-logo {
  background: url('../res/images/common/preload/logo_loading.png') center / contain no-repeat;
  height: 54px;
  width: 200px;
}
.cg-splash-game-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  width: 60%;
}
.cg-splash-game-logoL {
  width: 60%!important;
}
.cg-top-spin-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}
#cg-loading-elements {
  position: absolute;
  top: 50%;
  left: 50%;
}
#cg-bottom-bar .cg-provider-logo {
  background: url('../res/images/common/preload/topspin_bottom_logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 2em;
  width: 3em;
  margin-left: 0.4em;
  margin-right: 0.4em;
}
#cg-splash img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cg-splash-progress-bar {
  flex: none;
  width: 161px;
  height: 14px;
  background: url('../res/images/common/preload/progressStatic.png') center / contain no-repeat;
}
#cg-splash-percent-label {
  font-size: 22px;
  font-weight: bold;
  font-family: 'geometric_415_black_bt';
  color: gold;
}
#cg-splash-progress-fill {
  background: url('../res/images/common/preload/progressDynamic.png');
  background-size: 161px auto;
  background-position: left;
  background-repeat: no-repeat;
  width: 0;
  height: 14px;
}
#cgAudio {
  vertical-align: bottom;
  font-size: 15px;
  color: var(--topBottomTextColor);
}
@media (orientation: portrait) {
  #cg-splash img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .cg-splash-logo {
    background: url('../res/images/common/preload/logo_loading.png') center / contain no-repeat;
  }
  #cg-loading-elements {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  #cg-bottom-bar .cg-provider-logo {
    background: url('../res/images/common/preload/topspin_bottom_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 2em;
    width: 3em;
    margin-left: 0.4em;
    margin-right: 0.4em;
  }
  #cg-splash img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #cg-splash-percent-label {
    font-size: 22px;
    font-weight: bold;
    font-family: 'geometric_415_black_bt';
    color: gold;
  }
}
@media (orientation: portrait) {
  #cg-splash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../res/images/common/preload/operator/default/Portrait_Loading.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@media only screen and (min-width: 768px) {
  #cg-splash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../res/images/common/preload/operator/default/Landscape_Loading.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
/* mixins end here */
.betPanel1,
.betPanel2 {
  background-color: var(--panelBgColor);
  height: 100%;
  border-radius: 9px;
}
.betPanel1 .container,
.betPanel2 .container {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6px;
  cursor: default;
}
.menuContainer {
  width: 100%;
  height: 100%;
  /* text-align: center; */
  margin: auto;
}
.btnContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.betBtn {
  height: 10.3rem;
  width: 100%;
  background-color: green;
  background-image: linear-gradient(to right, #28a909, #16760c);
  border-radius: 0.9rem;
  color: var(--textColor);
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 2.1rem;
  font-weight: bold;
}
.betBtn:hover {
  background-color: #36cb12;
  background-image: linear-gradient(to right, #36cb12, #23a105);
}
.disabled-btn {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.cashoutBtn {
  height: 10.3rem;
  width: 100%;
  background-color: orange;
  background-image: linear-gradient(to right, #e0940d, #ca6700);
  color: var(--textColor);
  border-radius: 0.9rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 2.1rem;
  font-weight: bold;
  pointer-events: auto;
}
.cashoutBtn span {
  pointer-events: none;
}
.bet-block {
  width: 60%;
  text-align: center;
  cursor: default;
}
.buttons-block {
  min-width: 136px;
  width: 40%;
  padding: 0px 2px;
}
.defaultBtn {
  background-color: #454545;
  box-shadow: 0px 0px 1px 1px #717171;
}
.cashoutBtn:hover {
  background-color: orange;
  background-image: linear-gradient(to right, #db971e, #d16e06);
}
.cancelBtn {
  height: 10.3rem;
  width: 100%;
  background-color: #b53142;
  background-image: linear-gradient(to right, #b53142, #8d0c1c);
  color: var(--textColor);
  border-radius: 0.9rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 2.1rem;
  font-weight: bold;
}
.cancelBtn:hover {
  background-color: #b53142;
  background-image: linear-gradient(to right, #b9394a, #97081a);
}
.cashoutBtn:active .cancelBtn:active .betBtn:active {
  transform: scale(0.98);
}
.squareBtn {
  position: absolute;
  right: 13px;
}
.squarePlus {
  position: absolute;
  right: 0px;
  color: var(--textColor);
  background: green;
  width: 20px;
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  top: 4px;
  display: none;
}
button:disabled,
button[disabled] {
  opacity: 0.4;
  cursor: not-allowed !important;
  transform: scale(1) !important;
}
.squarePlus:hover {
  opacity: 0.7;
  cursor: pointer;
}
.squareMinus {
  position: absolute;
  right: 0px;
  color: var(--textColor);
  background: var(--panelHeadingBgColor);
  width: 20px;
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  top: 4px;
  display: none;
}
.preventEvent {
  pointer-events: none;
}
.squareMinus:hover {
  opacity: 0.7;
  cursor: pointer;
}
.fullLengthContainer {
  width: 100% !important;
  padding-right: 0px !important;
  max-width: 700px;
  margin: auto;
  float: none!important;
  position: relative;
}
.directBetUpdateContainer {
  width: 55%;
  margin: auto;
}
.directMinBtn {
  background-color: #b87d12!important;
}
.directMaxBtn {
  background-color: #ca6700!important;
}
.directMinBtn:hover {
  opacity: 0.8;
}
.directMaxBtn:hover {
  opacity: 0.8;
}
.directBetUpdateContainer .wd-25 {
  width: 25%;
  float: left;
  padding: 0px 2px;
}
.singleDirectBet {
  background-color: var(--panelHeadingBgColor);
  border-radius: 20px;
  position: relative;
  width: 100%;
  margin: 0px 2px;
}
.mr-auto {
  margin: auto;
}
.centerBetDisplayConatiner {
  margin: auto;
  text-align: center;
  width: 65%;
}
.currencyText {
  font-size: 18px;
}
.centerBetDisplayConatiner2 {
  width: 65%;
  margin: auto;
}
.centerBetDisplay {
  background-color: var(--panelHeadingBgColor);
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  height: 32px;
  margin-bottom: 10px;
}
.circularMinus {
  background-color: #525252;
  position: relative;
  left: 4px;
  float: left;
  top: 3px;
  height: 26px;
  width: 26px;
  border-radius: 50px;
  border: 2px solid var(--btnBorderColor);
}
.circularMinusIcon {
  position: relative;
  left: 0px;
  top: -4px;
  font-size: 1.1rem !important;
  pointer-events: none;
}
.circularPlus {
  background-color: #525252;
  position: relative;
  right: 4px;
  float: right;
  top: 3px;
  height: 26px;
  width: 26px;
  border-radius: 50px;
  border: 2px solid var(--btnBorderColor);
}
.circularPlusIcon {
  position: relative;
  right: 0px;
  top: -4px;
  font-size: 1.1rem !important;
  pointer-events: none;
}
.btnIcon:hover {
  opacity: 0.6;
}
.btnIcon:disabled {
  opacity: 0.4 !important;
}
.btnIcon:active {
  transform: scale(0.95);
}
button {
  border: none;
  background: none;
  outline: none;
}
input {
  width: 75%;
  background: var(--panelHeadingBgColor);
  border: none;
  color: var(--textColor);
  text-align: center;
  outline: none;
  vertical-align: middle;
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
}
.nextRoundText {
  font-size: 1.1rem;
  color: #ccc;
  font-weight: 100;
  line-height: 1em;
}
.curser-not {
  cursor: not-allowed;
}
input:focus-visible {
  outline: none;
}
#betPanelNav_1.disabled,
#betPanelNav_2.disabled {
  opacity: 0.4;
}
.wrapper nav label.disabled {
  cursor: default !important;
}
input[disabled] {
  cursor: default;
  opacity: 0.4;
}
.disabled {
  opacity: 0.4;
  cursor: default;
}
.autoSettingContainer {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  height: 26px;
  color: var(--fontGray);
  line-height: 0px;
  padding: 0px 5px;
  margin-top: 5px;
}
.auto-bet-wrapper {
  margin-left: 5px;
}
.autoBetContainer {
  width: 46%;
}
.autoSwitchContainer {
  width: 60%;
  margin-right: 3px;
}
.autoSwitchContainer.regulaion {
  width: 80%;
}
.regulaion > .auto-cash-out-switcher {
  justify-content: left;
}
.autocashValueContainer {
  max-width: 70px;
  width: 20%;
  padding-right: 2px;
}
.auto-bet {
  font-size: 1.1rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.cashout-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 5px;
}
.auto-cash-out-switcher {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.cashout-spinner {
  height: 100%;
  text-align: center;
  padding: 0px 0px;
  line-height: 0px;
  width: 100%;
  border-radius: 5px;
  background-color: var(--panelHeadingBgColor);
  border: 1px solid #454545;
}
.btnNav button {
  width: 50%;
  text-align: center;
  color: var(--fontGray);
  z-index: 2;
  letter-spacing: 0.06rem;
  font-size: 1.4rem;
}
.btnNav button:hover {
  color: var(--tabBgHover);
}
.tabButton {
  color: var(--tabBgHover) !important;
}
.btnNav {
  padding: 1px !important;
  border: 1px solid var(--panelHeadingBgColor);
  line-height: 0px !important;
  height: 24px !important;
  max-width: 300px;
}
.sliderTab {
  height: calc(100% - 2px);
  position: absolute;
  border-radius: 16px;
  transition: transform .5s ease;
  background: var(--tabBgColor);
}
.betMargin {
  margin-top: 5px!important;
  margin: auto;
}
.autoMargin {
  margin-top: 5px!important;
}
/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .betPanel1,
  .betPanel2 {
    height: 139px!important;
  }
  .ipadConsolePanel .betPanel1,
  .ipadConsolePanel .betPanel2 {
    height: 160px!important;
  }
  .autoMargin {
    margin-top: 5px!important;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .betPanel1,
  .betPanel2 {
    height: 155px!important;
  }
  .ipadConsolePanel .betPanel1,
  .ipadConsolePanel .betPanel2 {
    height: 170px!important;
  }
  .autoMargin {
    margin-top: 5px!important;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .betPanel1,
  .betPanel2 {
    height: 155px!important;
  }
  .ipadConsolePanel .betPanel1,
  .ipadConsolePanel .betPanel2 {
    height: 170px!important;
  }
  .autoMargin {
    margin-top: 5px!important;
  }
}
/* Container holding both shapes */
.pfgButtonPanelSection {
  display: flex;
  /* Keep the layout active */
  align-items: center;
  position: relative;
  margin-top: 5px;
  margin-left: 10px;
  opacity: 0;
  /* Initially hidden with opacity */
  visibility: hidden;
  /* Ensure it's invisible but still part of the layout */
  transform: translateX(100%);
  /* Initially off-screen */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, visibility 0s 0.5s;
  /* Apply transition for both transform and visibility */
}
/* When the section is active, we move it into view */
.pfgButtonPanelSection.activate {
  opacity: 1;
  /* Make it fully visible */
  visibility: visible;
  /* Make it fully visible for interaction */
  transform: translateX(0);
  /* Move it to its normal position */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  /* Smooth transition */
}
/* Circle style */
.pfgConsoleCircleBackground {
  width: 140px;
  /* Adjustable for resizing */
  height: 50px;
  /* Same height as the rectangle */
  border-radius: 50px;
  margin-right: -20px;
  /* Slightly adjusted margin */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  /* Ensures the circle is on top */
  overflow: hidden;
  /* Prevent text overflow */
  padding: 5px;
  background: linear-gradient(to right, #CC234D, #CC234D, #81050B);
}
/* Rectangle style */
.pfgConsoleRectangleBackground {
  height: 49px;
  /* Same height as the circle */
  width: 100%;
  /* Adjustable for resizing */
  background: linear-gradient(to top, #B0F0FD 0%, #2B87D0 30%, #5EBBE7 80%, #B0F0FD 100%);
  /* Symmetrical gradient */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  /* Rectangle is behind the circle */
  overflow: hidden;
  /* Prevent text overflow */
  word-wrap: break-word;
  /* Allows wrapping of text */
  box-shadow: inset -15px 0px 25px -15px black;
}
/* Text in Circle */
.pfgConsoleCircleText {
  font-size: clamp(14px, 5vw, 22px);
  /* Dynamically scales between 12px and 20px */
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
/* Text in Rectangle */
.pfgConsoleRectangleText {
  color: white;
  font-size: 18px;
  /* Adjusted text size for fitting text into 2 lines */
  line-height: 20px;
  /* Spacing between lines */
  text-align: center;
  /* Center text horizontally */
  padding-left: 20px;
  overflow: hidden;
  /* Prevents text from overflowing */
  word-wrap: break-word;
  /* Allows the text to break and wrap */
  white-space: normal;
  /* Allow wrapping of text */
  height: 40px;
  /* Maximum height for 2 lines of text */
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .pfgConsoleRectangleText {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pfgConsoleRectangleText {
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  .pfgConsoleRectangleText {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .pfgConsoleRectangleText {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .pfgConsoleRectangleText {
    font-size: 12px;
  }
}
.previousBetCloseContainer,
.previousBetContainer {
  background-color: var(--previousBG);
  text-align: left;
  width: 14rem;
  height: 25px;
  vertical-align: middle;
  margin-top: 6px;
  margin-left: 5px;
  border: 1px solid #535252;
  font-size: 12px;
  display: inline-block;
  border-radius: 20px;
  padding-left: 5px;
  align-items: center;
  display: flex;
  line-height: 1em;
}
.previousBetCloseContainer {
  background-color: #710202;
}
.previousBetIcon {
  color: var(--previousColor);
  font-weight: 100;
  font-size: 19px !important;
  vertical-align: middle;
}
.previousBetText {
  vertical-align: middle;
  color: var(--previousColor);
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  display: flex;
  width: calc(100% - 24px);
  justify-content: center;
  line-height: 1rem;
  margin-top: 0.2rem;
}
.previous-hand {
  width: 40%;
  justify-content: flex-end;
}
.all-bet-text {
  width: 33%;
}
.wrapper {
  height: 100%;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.wrapper nav {
  position: relative;
  display: flex;
  border-radius: 50px;
  height: 27px;
  background: var(--panelHeadingBgColor);
  width: 95%;
  margin-left: 9px;
  padding: 0px 2px;
  line-height: 1.9em;
}
.wrapper nav label {
  flex: 1;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}
.wrapper nav label:hover a {
  color: var(--tabBgHover);
}
.wrapper nav label a {
  position: relative;
  z-index: -1;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.6s ease;
  color: var(--fontGray);
}
.wrapper nav label a:hover {
  color: var(--tabBgHover);
}
.wrapper nav label a:disabled {
  color: var(--fontGray) !important;
}
.wrapper nav #allbets:checked ~ label.allbets a,
.wrapper nav #mybets:checked ~ label.mybets a,
.wrapper nav #top:checked ~ label.top a {
  color: var(--tabBgHover);
}
.wrapper nav label a i {
  font-size: 25px;
  margin: 0 7px;
}
.wrapper nav .tab,
.wrapper nav .limitTab {
  position: absolute;
  height: 84%;
  width: 33%;
  bottom: 2px;
  z-index: 0;
  border-radius: 50px;
  background: var(--tabBgColor);
  transition: 0.1s cubic-bezier(0, 0.05, 0.02, 0);
}
.wrapper nav .tab:hover {
  color: #fff;
}
.wrapper nav #mybets:checked ~ .tab,
.wrapper nav #month:checked ~ .limitTab {
  left: 33%;
}
.wrapper nav #top:checked ~ .tab,
.wrapper nav #year:checked ~ .limitTab {
  left: 67%;
}
.wrapper nav input {
  display: none;
}
.navContainer2 {
  width: 100%;
  height: 65vh;
  background: #201e1e;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  overflow: auto;
  padding: 5px;
}
.navContainer {
  margin: 0px 3px;
  background-color: var(--navContainer);
  overflow: auto;
  padding: 0px 2px;
  border-radius: 10px;
}
#allBetsNav {
  height: calc(100vh - 184px);
  overflow-y: auto;
  margin-bottom: 3px;
}
#topWinList {
  padding: 5px;
  height: calc(100vh - 184px);
  overflow-y: auto;
  margin-bottom: 3px;
}
#currentMyBets {
  height: calc(100vh - 145px);
  overflow-y: scroll;
  margin-bottom: 3px;
}
.wrapper .nav_1 #bet_1:checked ~ .tab_1 {
  left: calc(0% + 2px);
}
.wrapper .nav_1 #autobet_1:checked ~ .tab_1 {
  left: calc(50% - 2px);
}
.wrapper .nav_2 #bet_2:checked ~ .tab_2 {
  left: calc(0% + 2px);
}
.wrapper .nav_2 #autobet_2:checked ~ .tab_2 {
  left: calc(50% - 2px);
}
.wrapper .nav #bet_1:checked ~ .tab_1 {
  left: calc(0% + 2px);
}
.wrapper .nav #autobet_1:checked ~ .tab_1 {
  left: calc(33% - 2px);
}
.wrapper .nav #autobet_1:checked ~ .tab_1 {
  left: calc(66% - 2px);
}
#autobet_1:checked ~ label.autobet_1 a,
#autobet_2:checked ~ label.autobet_2 a,
#bet_1:checked ~ label.bet_1 a,
#bet_2:checked ~ label.bet_2 a {
  color: var(--tabBgHover);
}
.tab_1,
.tab_2 {
  position: absolute;
  height: 84%;
  width: 33%;
  bottom: 2px;
  z-index: 0;
  border-radius: 50px;
  background: var(--tabBgColor);
  transition: 0.1s cubic-bezier(0, 0.05, 0.02, 0);
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
#gameRulesModalBody,
#betHistoryLoadContainer {
  height: calc(90vh - 130px);
  overflow-y: auto;
}
#betHistoryDataContainer .bet-item {
  border-color: #141516;
}
.fade {
  transition: opacity .15s linear;
}
.modal .modal-dialog .modal-content {
  color: var(--textColor);
  background: var(--mainBgColor);
  border: 0;
  border-radius: 0.8rem;
  box-shadow: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--textColor);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 0rem 1rem;
  height: 3.6rem;
  align-items: center;
  font-size: 1.6rem;
  background: #4a4a52;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  font-weight: 400 !important;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal .modal-dialog .modal-content .modal-header button.close {
  padding: 0rem 1.5rem 0.5rem 0.5rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
button.close {
  color: #fff;
  text-shadow: none !important;
  opacity: 0.8 !important;
}
button.close:hover {
  color: #fff;
  opacity: 1 !important;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  text-shadow: none !important;
}
.modal .modal-dialog .modal-content .modal-footer {
  justify-content: space-around;
  font-size: 0.7rem;
  border: 0;
  background-color: #4a4a52;
  padding: 0.7rem;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.icon-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  justify-content: center;
}
.icon-content2 {
  position: relative;
  overflow: hidden;
  justify-content: left;
}
.mb-2 {
  margin-bottom: 1.0rem !important;
}
.mr-2 {
  margin-right: 1.0rem !important;
}
.game-img {
  width: 8.0rem;
  height: 8.0rem;
  border-radius: 50%;
  border: 0.4rem solid #333;
  background-position: center;
  cursor: pointer;
}
.game-img:hover {
  opacity: 1;
  border-color: #FFF;
}
.game-icon {
  width: 9rem;
  height: 9rem;
  border-radius: 4px;
  border: 4px solid #4a4a524f;
  background-position: center;
  cursor: pointer;
}
.selected {
  border: 4px solid #fff;
  cursor: default;
}
.fotter-btn-normal {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.fotter-btn-normal:hover {
  background-color: #212529;
  color: var(--textColor);
}
.btn-outline-secondary {
  color: #d4d4df;
  border-color: #1e1e1e;
  border-radius: 0.6rem;
  border: 1px solid;
  padding: 0.2rem 1.0rem;
  background-color: #2c2d2f;
}
.badge {
  border-radius: 0.4rem!important;
  font-size: 1.4rem!important;
}
.badge-success {
  border-radius: 1.1rem;
  background-color: #427f00 !important;
  border: 1px solid #427f00;
  font-size: 1.4rem;
  padding: 0.2rem 0.8rem;
}
.modal-body {
  background-color: #1e1e1e !important;
}
.modal-body .content-part .content-part-1 {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1.2rem;
  text-align: center;
}
.modal-body .content .content-part {
  background-color: #141516;
  border-radius: 1rem;
  padding: 0.5rem 0.7rem;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #141516;
}
.error-border {
  border: 1px solid red !important;
}
#cashDecContainerValue.bet-display,
#cashIncContainerValue.bet-display,
#cashSingleWinContainerValue.bet-display {
  width: 95%;
  min-width: 100px;
}
.modal-body .content-wrapper {
  width: 80%;
  min-width: 275px;
}
.modal-body .content .content-part.content-part-1 .rounds-wrap {
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.8rem;
}
.modal-body .content .content-part.content-part-1 {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1rem;
  text-align: center;
}
.modal-body .content .content-part {
  background-color: #141516;
  border-radius: 1rem;
  padding: 0.5rem 0.7rem;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  justify-content: space-between;
  align-items: center;
}
.switchContainer {
  width: 3.6rem;
  min-width: 3.6rem;
}
.rounds-wrap {
  width: 72%;
  justify-content: space-evenly;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.directMinMaxPanel {
  width: 30%;
  justify-content: space-evenly;
  display: flex;
  flex-wrap: wrap;
}
.directMinMaxPanel div {
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
  padding: 0px 0.2rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
}
.directMinMaxPanel div::after {
  content: "";
  flex: auto;
}
.directBtnPanel {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 0.5rem;
}
.directBetUpdateContainer div {
  flex-grow: 1;
  flex-basis: 50%;
  width: 100%;
  padding: 0px 0.2rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
}
.directBetUpdateContainer div::after {
  content: "";
  flex: auto;
}
.valueBtn {
  padding: 0.3rem 0.2rem;
  background-color: var(--directBtnLight);
  border-radius: 0.5rem;
  color: var(--secondryTextColor);
  border: 1.5px solid #404042;
  background-color: #454545;
  width: 100%;
  letter-spacing: 0.06rem;
}
.consoleMaxBtn {
  padding: 0.3rem 1.4rem;
  font-size: 1.5rem;
  background-color: var(--directBtnLight);
  border-radius: 0.5rem;
  min-width: 6rem;
  color: var(--secondryTextColor);
  border: 1.5px solid #404042;
  background-color: #454545;
  width: 100%;
}
.consoleMaxBtn:hover {
  background-color: #2b2a2a;
}
.autoBet-value-container {
  height: 2.8rem;
  font-size: 1.8rem;
  min-width: 100px;
  text-align: center;
  display: flex;
  max-width: 150px;
  width: 30%;
}
#ifCashDecreasesCurrency,
#ifCashIncreasesCurrency,
#ifSingleWinExceedsCurrency {
  min-width: 40px;
  padding-right: 2px;
  text-align: right;
}
.bet-display {
  border-radius: 0.4rem;
  font-size: 2rem;
  font-weight: bold;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  min-width: 12rem;
  padding: 0.2rem;
}
.bet-display .decBtn {
  background-color: #191a2d;
  height: 2.78rem;
  width: 20%;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  line-height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  color: #fff;
  border: 1px solid #404042;
  background-color: #454545;
}
.list-group .list-group-item {
  border: 1px solid var(--listGrpColor) !important;
}
.bet-display input {
  margin: 0rem 0.4rem;
  height: inherit;
  width: calc(100% - 5.8rem);
  background: #141517;
  color: var(--textColor);
  text-align: center;
  outline: none;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #454545;
  letter-spacing: 0.06rem;
}
.bet-display .decIcon {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.65);
}
.bet-display .incBtn {
  background-color: #191a2d;
  height: 2.78rem;
  width: 20%;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0px;
  padding: 0px;
  color: #fff;
  border: 1px solid #404042;
  background-color: #454545;
}
.bet-display .incIcon {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.65);
}
.howtoplayPointsContainer {
  list-style-type: circle;
  /* display: block; */
  /* list-style-type: square; */
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 2.3rem;
}
.valueBtn:hover {
  background-color: #2b2a2a;
}
.autobetBalueBtn {
  padding: 0.6rem 1.4rem !important;
  border: 2px solid #1e1e1e;
}
.active-auto-bet-btn {
  border: 2px solid #427f00 !important;
  opacity: 1;
  background-color: #141517;
}
.start-btn {
  border-radius: 0.6rem !important;
  padding: 0.5rem 1rem !important;
  font-size: 1.5rem !important;
}
.reset-btn {
  border-radius: 0.6rem !important;
  padding: 0.4 1rem !important;
}
.modal-body {
  padding: 0.5rem 1rem!important;
  margin: 1rem!important;
  border-radius: 0.6rem;
}
.card {
  border: 1px solid #4a4a52;
  border-radius: 6px;
  margin-bottom: 10px;
}
.card-header {
  background-color: #4a4a52;
  color: #fff;
}
.card-body {
  max-height: calc(55vh - 100px);
  overflow-y: auto;
  margin: 5px;
}
.collapseFullBtn {
  color: #fff !important;
  display: flex!important;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: space-between;
  width: 100%;
}
.collapseFullBtn span {
  flex-grow: 1;
  flex-basis: 50%;
  display: flex;
  align-items: center;
}
.collapsed .arrowIcon {
  color: #dbdbdc !important;
  transform: rotate(180deg);
}
.arrowIcon {
  padding: 3px 9px;
  border: 1px solid #fff;
  border-radius: 11px;
}
.sndCard {
  background-color: #b87d12;
}
.flexEnd {
  justify-content: flex-end;
}
#howToPlayFooter {
  font-size: 1.5rem;
  width: 100%;
}
#howToPlayFooter:after {
  content: '';
  display: table;
  clear: both;
}
#howToPlayFooter div {
  float: left;
}
#howToPlayFooter div:last-child {
  float: right;
}
/* Hide the default checkbox */
.green-tick {
  display: none;
}
/* Custom checkbox style */
.dont-show-again label {
  position: relative;
  cursor: pointer;
  font-size: inherit;
  /* Inherit font-size from the parent */
  padding-left: 3.5rem;
  /* Space for the custom checkbox */
  padding-top: 0.2rem;
}
/* Empty square for the unchecked state */
.dont-show-again label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  /* Size of the square */
  height: 20px;
  /* Size of the square */
  border: 2px solid #d4d4df;
  /* Border color for the empty square */
  background-color: transparent;
}
/* Show the tick mark when checked */
.green-tick:checked + label:before {
  background-image: url('../res/help/images/Tick.png');
  /* Path to your tick mark image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#howToPLayModalBody {
  padding: 10px;
  max-height: 80vh;
  overflow-y: auto;
}
#howToPLayModalBody div {
  text-align: right;
  width: 100%;
}
.howToPlay-section-label {
  max-width: 60%;
  text-align: left;
}
@media (max-width: 500px) {
  .howToPlay-section-label {
    max-width: 80%;
  }
}
.howToPlay-section-image {
  text-align: right;
  max-width: 100%;
}
.howToPlay-section-border {
  border-top: 1px solid grey;
  margin: 20px auto;
  width: 80%;
}
@media (max-height: 600px) {
  #howToPLayModalBody {
    max-height: 60vh;
  }
}
.image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px;
}
/* base image */
.howToPlay-section-image {
  width: 100%;
  display: block;
}
/* shared text label styling */
.text-label {
  position: absolute;
  color: white;
  font-weight: bold;
  text-shadow: 0 0 5px black;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* individual positions */
.bet {
  top: 29%;
  left: 79.5%;
  font-size: clamp(8px, 2.5vw, 18px);
  width: 36%;
  height: 20%;
}
.betamount1 {
  top: 48%;
  left: 79.5%;
  font-size: clamp(8px, 2.5vw, 18px);
  width: 36%;
  height: 20%;
}
.betamount2 {
  top: 17%;
  left: 30.5%;
  font-size: clamp(6px, 1.8vw, 12px);
  width: 36%;
  height: 20%;
}
.min {
  top: 36%;
  left: 51%;
  font-size: clamp(8px, 2.5vw, 16px);
  width: 16%;
  height: 14%;
}
.max {
  top: 60%;
  left: 51%;
  font-size: clamp(8px, 2.5vw, 16px);
  width: 16%;
  height: 14%;
}
.autoplay {
  top: 88%;
  left: 8.5%;
  font-size: clamp(6px, 1.8vw, 12px);
  width: 15%;
  height: 15%;
}
.cashout {
  display: flex;
  justify-content: right;
  top: 88%;
  left: 38%;
  font-size: clamp(6px, 1.8vw, 12px);
  width: 50%;
  height: 14%;
  align-content: end;
}
.all-bet-counts-container {
  justify-content: space-between;
  margin: 0px 10px;
  color: var(--textColor);
}
.language-grid {
  display: grid;
  /* Use responsive columns that wrap to the next row instead of forcing 4 columns */
  /* slightly smaller min to fit more columns and avoid partial chop */
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 8px;
  padding: 5px;
  /* padding is handled by .language-scroll */
  width: 100%;
  min-width: 0;
  /* prevents grid from overflowing parent */
  box-sizing: border-box;
  overflow: hidden;
  /* prevent accidental horizontal overflow */
  grid-auto-rows: auto;
  grid-auto-flow: row dense;
  justify-items: stretch;
}
.lang-btn {
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.04);
  color: #fff;
  padding: 6px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.6px;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
  display: flex;
  align-items: flex-start;
  /* allow labels to wrap vertically */
  justify-content: flex-start;
  gap: 6px;
  height: auto;
  /* allow button to grow vertically when labels wrap */
  width: 100%;
  box-sizing: border-box;
  /* ensure padding/border don't increase width */
  min-width: 0;
  /* allows content to shrink inside flex/grid */
  overflow: hidden;
  /* prevent content overflow */
  max-width: 100%;
}
.lang-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  border-color: rgba(255, 255, 255, 0.12);
}
/* prevent button contents from causing horizontal overflow */
.lang-btn {
  overflow: hidden;
}
.lang-flag {
  font-size: 18px;
  line-height: 1.2;
  flex: 0 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.lang-label {
  display: block;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 0;
  min-width: 0;
  font-weight: 700;
}
.lang-selected {
  outline: 2px solid rgba(76, 175, 80, 0.9);
  box-shadow: 0 8px 20px rgba(76, 175, 80, 0.14);
  transform: none;
}
/* Confirm button + flag sizing */
.lang-flag {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 2px 4px;
  text-align: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.lang-flag-img {
  height: 28px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.language-confirm-wrap {
  text-align: center;
  margin-top: 14px;
}
.lang-confirm-btn {
  background: #28a745;
  color: #fff;
  border: 0;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}
.lang-confirm-btn[disabled] {
  opacity: .5;
  cursor: default;
}
/* Panel container + scroll area */
.language-panel {
  /* Use vw with a max-width so older Less compilers don't try to evaluate CSS min() */
  display: flex;
  flex-direction: column;
  background: transparent;
  box-sizing: border-box;
  padding: 8px;
  /* internal spacing; keep small to avoid horizontal clipping */
  overflow-x: hidden;
  /* prevent horizontal overflow */
}
.language-confirm-wrap {
  flex: 0 0 auto;
  text-align: center;
  margin-top: 12px;
}
/* responsive panel sizing removed for now */
/* Scroll wrapper for language grid: limit height and enable vertical scrolling */
.language-scroll {
  max-height: 320px;
  /* fixed maximum height - adjust as needed */
  overflow-y: auto;
  padding-right: 8px;
  /* ensure scrollbar doesn't overlap grid content */
  -webkit-overflow-scrolling: touch;
}
:root {
  --mainBgColor: #141516;
  --panelBgColor: #1b1c1d;
  --panelHeadingBgColor: #141517;
  --menuItemListBgColor: #141516;
  --fontGray: #929292;
  --fontOrange: #5f3812;
  --tabBgColor: #3f3f3f;
  --tabBgHover: #f3eded;
  --textColor: #f3eded;
  --highlightBg: #000;
  --navContainer: #141516;
  --topBottomBar: #000;
  --topBottomTextColor: #7d7d7d;
  --previousBG: #3f3f3f;
  --previousColor: #929292;
  --secondryTextColor: #fff;
  --directBtnLight: #151618b8;
  --modalBG: #3f3f3f;
  --btnBorderColor: #767b85;
  --listGrpColor: #f3eded;
  --tableHeadingColor: #737373;
}
body {
  font-family: 'BudokanRounded-Bold' !important;
  letter-spacing: 0.06rem;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100% !important;
  touch-action: manipulation;
  /* disables double-tap zoom */
  -ms-touch-action: manipulation;
  /* for older IE/Edge */
  overflow: auto !important;
}
#game-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  /* full screen */
}
#game-canvas {
  flex: 1;
  /* take remaining height */
  overflow: hidden;
  /* no scrollbars for canvas */
}
#game-bottom {
  max-height: 40%;
  /* adjust how much of screen bottom can take */
  overflow-y: auto;
  /* optional styling */
}
#loader {
  background-image: url("../res/images/hd/others/SplashScreen/Landscape_Loading.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: 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: 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);
}
#postloader #loadingText {
  width: 100%;
  height: 100%;
  margin: auto;
}
#postloader #loadingText span {
  width: 50%;
  font: 200% MyridPro-Bold;
  color: #006600;
}
#messageDiv {
  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);
}
#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: 1.4rem;
  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: #4CAF50;
  border: none;
  color: white;
  padding: 1%;
  text-align: center;
  font-size: 1.4rem;
  cursor: pointer;
}
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm .bottomBar .saveButton:hover,
#reelConfigPanelContainer #reelConfigPanel #reelConfigPanelForm .bottomBar .closeButton:hover {
  background-color: green;
}
#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: 1.4rem;
  }
  #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: 'geometric_415_black_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: 'Gagalin-Regular';
  src: url('../res/font/Gagalin-Regular.woff2') format('woff2'), url('../res/font/Gagalin-Regular.woff') format('woff'), url('../res/font/Gagalin-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@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: 48px;
  font-family: "geometric_415_black_bt";
}
#paytablePanelContainer .fontL,
#helpPanelContainer .fontL {
  font-size: 36px;
  font-family: "geometric_415_black_bt";
  margin: 0 0 20px;
}
#paytablePanelContainer .fontM,
#helpPanelContainer .fontM {
  font-size: 26px;
  font-family: "geometric_415_black_bt";
  margin: 0 0 15px;
}
#paytablePanelContainer .fontN,
#helpPanelContainer .fontN {
  font-size: 24px;
  font-family: "geometric_415_black_bt";
  margin: 0 0 10px;
}
#paytablePanelContainer .header,
#helpPanelContainer .header {
  height: 100px;
  width: 100%;
  overflow: unset;
  /* calc(@half/2) - unit(calc(@height/2), px) */
}
#paytablePanelContainer .header .headerText,
#helpPanelContainer .header .headerText {
  width: 68%;
  height: 60px;
  position: relative;
  float: left;
  top: calc(50% - 30px);
  margin-left: 15%;
  text-align: center;
  align-items: center;
  font-size: 48;
  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/common/postload/states/helpPaytable/hd_desktop_common_BaseGame_helpPaytable0_atlas.png');
  cursor: pointer;
  background-position: 0px 70px;
}
#paytablePanelContainer .header .closeButton:hover,
#helpPanelContainer .header .closeButton:hover {
  background: url('../res/images/common/postload/states/helpPaytable/hd_desktop_common_BaseGame_helpPaytable0_atlas.png');
  background-position: 71px -1px;
}
#paytablePanelContainer .header .closeButton:active,
#helpPanelContainer .header .closeButton:active {
  background: url('../res/images/common/postload/states/helpPaytable/hd_desktop_common_BaseGame_helpPaytable0_atlas.png');
  background-position: 0px 70px;
}
#paytablePanelContainer .container,
#helpPanelContainer .container {
  position: absolute;
  top: 100px;
  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 {
  width: 80px;
}
#paytablePanelContainer .container div.table.jackpot > div > div,
#helpPanelContainer .container div.table.jackpot > div > div {
  width: 50%;
}
#paytablePanelContainer .container div.table.winCombination > div > div,
#helpPanelContainer .container div.table.winCombination > div > div {
  width: 80%;
}
#paytablePanelContainer .container div.table.winCombination > div > :last-child,
#helpPanelContainer .container div.table.winCombination > div > :last-child {
  width: 50px;
}
#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 {
  text-align: center;
}
.tableBorder table,
.tableBorder th,
.tableBorder td {
  padding: 5px;
}
.tableBorder th {
  color: #ffd016;
}
* {
  box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.column1 {
  float: left;
  width: 50%;
  padding: 10px;
  text-align: right;
}
.column2 {
  float: left;
  width: 50%;
  padding: 10px;
  text-align: left;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.tableBorder {
  font-size: 0.8em;
}
.smallTableMargin {
  margin-top: 10% !important;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col {
    width: 100%;
    text-align: center;
  }
  .column1 {
    width: 100%;
    text-align: center;
  }
  .column2 {
    width: 100%;
    text-align: center;
  }
  .smallTableMargin {
    margin-top: 0% !important;
  }
}
.content-wrapper {
  display: table;
  margin: auto;
}
.col {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.left-align {
  text-align: left;
}
.four {
  width: 50%;
}
.font-size {
  font-size: 0.8em;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  #paytablePanelContainer .container {
    padding: 0 50px;
  }
  .content-wrapper img {
    width: 90%;
    display: block;
    margin: auto;
  }
  .four {
    width: 100%;
    text-align: center;
  }
  .col {
    display: block;
    padding: 10px;
  }
}
/* Scroll Bar */
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: var(--panelBgColor);
  border-radius: 3px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #615e5e;
  border-radius: 3px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9f9191;
}
.dynamicTable {
  text-align: center;
  margin: auto;
}
.dynamicTable tr td:nth-child(2) {
  background: url('../res/paytable/common/Level_Frame_01.png');
  opacity: 70%;
  background-size: 90% !important;
  font-size: 30px;
}
.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: 280px;
}
.dynamicTable tr td {
  height: 50px;
  font-family: 'BAHNSCHRIFT 12';
  font-weight: bold;
  width: 400px;
}
.dynamicTable tr td div {
  background: url(../res/paytable/common/meter_font_bg.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dynamicTable tr:nth-child(2) td {
  background-size: 100% !important;
  opacity: 100%;
  font-size: 40px;
}
.dynamicTable tr:nth-child(2) td.selected {
  background-size: 100% !important;
  opacity: 100%;
  background: url('../res/paytable/common/Level_Selection.png');
}
.dynamicTable tr:nth-child(2) td.gellyLeft {
  background: url('../res/paytable/common/Selection_Gelly_Left.png');
  background-position: right !important;
  background-size: contain !important;
}
.dynamicTable tr:nth-child(2) td.gellyRight {
  background: url('../res/paytable/common/Selection_Gelly.png');
  background-position: left !important;
  background-size: contain !important;
}
.dynamicTable tr:nth-child(3) td {
  background-size: 90% !important;
  opacity: 70%;
  font-size: 35px;
}
.helpTable {
  font-size: 0.8em;
}
.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,
  #helpPanelContainer {
    overflow: unset;
  }
  #paytablePanelContainer .container,
  #helpPanelContainer .container {
    padding: 5px;
  }
  .dynamicTable tr td:nth-child(1),
  .dynamicTable tr td:nth-child(3) {
    width: 100px;
  }
  .dynamicTable tr td:nth-child(2) {
    width: 300px;
    height: 24px;
  }
  #paytablePanelContainer .header,
  #helpPanelContainer .header {
    overflow: unset;
  }
  #paytablePanelContainer .header .headerText,
  #helpPanelContainer .header .headerText {
    font-size: 36px;
    height: 80px;
    overflow: unset;
  }
  #paytablePanelContainer .header .closeButton,
  #helpPanelContainer .header .closeButton {
    right: auto;
  }
  #paytablePanelContainer .header {
    overflow: unset;
  }
  #paytablePanelContainer .header .headerText {
    width: max-content;
    margin-left: 15%;
    overflow: unset;
  }
  #paytablePanelContainer,
  #helpPanelContainer {
    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 .winLevelImage,
  #helpPanelContainer .winLevelImage {
    width: 100%;
  }
  #paytablePanelContainer {
    overflow: unset;
    text-align: center;
  }
  #paytablePanelContainer .header {
    height: 100px;
    overflow: unset;
  }
  #paytablePanelContainer .header .headerText {
    width: 78%;
    margin-left: 5%;
    font-size: 32px;
    top: calc(50% - 18px);
    overflow: unset;
  }
  #fullscreen {
    position: relative;
    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%;
  }
  .helpTable img {
    width: 15vw !important;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #paytablePanelContainer .container,
  #helpPanelContainer .container {
    padding: 5px;
  }
  #paytablePanelContainer .header .headerText,
  #helpPanelContainer .header .headerText {
    font-size: 36px;
    height: 80px;
  }
  #paytablePanelContainer .fontN,
  #helpPanelContainer .fontN {
    font-size: 18px;
  }
  #paytablePanelContainer .fontL,
  #helpPanelContainer .fontL {
    font-size: 19.5px;
  }
  #paytablePanelContainer .fontM,
  #helpPanelContainer .fontM {
    font-size: 19.5px;
  }
  #paytablePanelContainer .winLevelImage,
  #helpPanelContainer .winLevelImage {
    width: 100%;
  }
  #paytablePanelContainer {
    text-align: center;
  }
  #fullscreen {
    position: relative;
    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%;
  }
  .helpTable img {
    width: 10vw !important;
  }
}
#gamePlayId {
  float: right;
  background: #222222;
  position: relative;
  margin: 0;
  color: white;
  font-family: Verdana;
  font-size: 1.1rem;
  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: 1.1rem;
}
.justifiedCenter {
  justify-content: center;
}
.font-wight {
  color: var(--textColor);
  padding-left: 3px;
}
.winAmt {
  color: #3cb928;
  padding-left: 3px;
}
.justify-space-btn {
  width: 100%;
  justify-content: space-between;
}
.cg-col-1 {
  padding: 0rem 0.2rem;
  width: 7.66666667%;
  float: left;
}
.cg-col-2 {
  padding: 0rem 0.2rem;
  width: 16.66666667%;
  float: left;
}
.cg-col-3 {
  padding: 0rem 0.2rem;
  width: 25%;
  float: left;
}
.cg-col-4 {
  padding: 0rem 0.2rem;
  width: 33.33333333%;
  float: left;
}
.cg-col-6 {
  width: 50%;
  float: left;
}
#allBetHeader {
  color: var(--tableHeadingColor);
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.nopadding {
  padding: 0px !important;
}
.border-red {
  border: 1px solid red;
  box-shadow: 0px 0px 1.5px 1.5px #141414;
}
.border-orange {
  border: 1px solid orange;
  box-shadow: 0px 0px 1.5px 1.5px #141414;
}
.border-black {
  border: 1px solid var(--mainBgColor);
  box-shadow: 0px 0px 1.5px 1.5px #141414;
}
#cg-top-bar {
  position: inherit;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.25rem 1rem;
  box-sizing: border-box;
  color: #000;
  font: bold 12px/2em 'BudokanRounded-Bold';
  z-index: 5;
}
#cg-top-bar {
  color: var(--textColor) !important;
  background: var(--topBottomBar);
}
#cg-bottom-bar {
  width: 100% !important;
}
#cg-info-content {
  display: none;
}
#toaserContainer {
  padding: 16px;
  position: fixed;
  z-index: 1;
  top: 4vh;
}
.no-bt-mr {
  margin-bottom: 0px !important;
}
.win {
  min-width: 250px;
  background-color: #333;
  color: var(--textColor);
  text-align: center;
  border-radius: 2px;
}
.divider-br {
  border-bottom: 3px solid var(--mainBgColor);
  margin: 2px -2px;
  margin-bottom: 5px;
}
/* Toaster realed css*/
@media only screen and (min-width: 1200px) {
  .notifications {
    position: absolute;
    bottom: 20%;
    z-index: 100;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .notifications {
    position: absolute;
    bottom: 52%;
    z-index: 100;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .notifications {
    position: absolute;
    bottom: 26%;
    z-index: 100;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .notifications {
    position: absolute;
    bottom: 38%;
    z-index: 100;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) and (orientation: landscape) {
  .notifications {
    position: absolute;
    bottom: 26%;
    z-index: 100;
  }
}
.toaster {
  padding: 5px;
  color: var(--textColor);
}
.multiplierContainer {
  width: 66%;
  float: left;
  text-align: center;
  font-size: 1rem;
  color: var(--textColor);
}
.toasterCrashoutText {
  color: #8c9ca2;
  font-size: 1rem;
}
.error {
  text-align: center;
}
.errorBar {
  display: none;
  width: 60%;
  text-align: center;
}
.errorBar2 {
  display: none;
  width: 60%;
  text-align: center;
}
.error-red {
  background-color: #cb011a;
  padding-left: 10px;
}
.errorBox {
  padding: 3px;
  color: var(--textColor);
  font-weight: bold;
  border-radius: 30px;
  font-size: 1.4rem;
}
.winAmtContainer {
  width: 33%;
  float: left;
  background-color: green;
  text-align: center;
  font-size: 1rem;
  border-radius: 8px;
  letter-spacing: 0.06rem;
}
.notifications :where(.toast, .column) {
  display: flex;
  align-items: center;
}
.notifications .toast {
  width: 400px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: var(--light);
  justify-content: space-between;
  width: 340px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  height: 65px;
}
.toast.showToaster {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.toast2 {
  transform: translateY(0);
  width: 400px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: var(--light);
  justify-content: space-between;
  width: 270px;
  opacity: 1;
}
.toaster.hidetoaster {
  -webkit-animation-name: fadeout;
  animation-name: fadeout;
  animation-duration: 400ms;
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes show_toast {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes hide_toast {
  100% {
    opacity: 0;
  }
}
@keyframes progress {
  100% {
    width: 0%;
  }
}
.toast.success::before,
.btn#success {
  background: var(--success);
}
.toast.error::before,
.btn#error {
  background: var(--error);
}
.toast.warning::before,
.btn#warning {
  background: var(--warning);
}
.toast.info::before,
.btn#info {
  background: var(--info);
}
.toast.random::before,
.btn#random {
  background: var(--random);
}
.toast .column i {
  font-size: 1.75rem;
}
.toast.success .column i {
  color: var(--success);
}
.toast.error .column i {
  color: var(--error);
}
.toast.warning .column i {
  color: var(--warning);
}
.toast.info .column i {
  color: var(--info);
}
.toast.random .column i {
  color: var(--random);
}
.toast .column span {
  font-size: 1.07rem;
  margin-left: 12px;
}
.toast i:last-child {
  color: #aeb0d7;
  cursor: pointer;
}
.toast i:last-child:hover {
  color: var(--dark);
}
.buttons .btn {
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 5px;
  color: var(--light);
  font-size: 1.2rem;
  padding: 10px 20px;
  border-radius: 4px;
}
@media screen and (max-width: 530px) {
  .notifications {
    width: 95%;
  }
  .notifications .toast {
    width: 100%;
    font-size: 1rem;
  }
  .buttons .btn {
    margin: 0 1px;
    font-size: 1.1rem;
    padding: 8px 15px;
  }
}
#snackbar {
  height: 60%;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 10px;
  background: linear-gradient(to right, #141517, #141517), linear-gradient(to right, #ffbd71, #FF9800);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  font-size: 1.4rem;
}
.toasterError {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 13px;
}
.cross-icon {
  position: absolute;
  top: 14px;
  right: 8px;
}
.switch2 {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
  margin: 0px;
}
.switch2 input {
  visibility: hidden;
}
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}
.switch input {
  visibility: hidden;
}
.switch {
  margin-bottom: 0px;
  margin-left: 5px;
  flex-shrink: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--panelHeadingBgColor);
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #454545;
}
.slider.disabled {
  opacity: 1!important;
  cursor: not-allowed !important;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 1px;
  bottom: 1px;
  background-color: #5e5e5f;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #34ad17;
  border: 1px solid #60ae05;
}
input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  background-color: #fff;
}
/* Square sliders */
.slider.square {
  border-radius: 4px;
}
.slider.square:before {
  border-radius: 2px;
  box-shadow: inset 0 0 1px #00000029;
  background-color: var(--textColor);
}
.slider.square:before {
  background-color: #454545;
}
/* Rounded sliders */
.slider.round {
  border-radius: 12px;
}
.slider.round:before {
  border-radius: 50%;
  box-shadow: inset 0 0 1px #00000029;
  background-color: var(--textColor);
}
.cg-mt-5 {
  margin-top: 5px;
}
.topWinBtn {
  border-radius: 20px;
  border: 1px solid #5e5e5f;
  color: #ccc;
  line-height: 1em;
  padding: 5px 10px;
  font-size: 1.4rem;
}
.topWinBtn:hover {
  background-color: #363535;
}
.active {
  background-color: #363535;
}
#CurrentUserName {
  border-radius: 4px;
  border: 1px solid #141516;
  text-align: left;
  width: 100px;
  color: #d4d4df;
  padding: 0px 3px;
  background-color: #2c2d2f;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #373738;
}
:-ms-input-placeholder {
  /* Internet Explorer */
  color: #373738;
}
::placeholder {
  color: #373738;
}
.highlighteBlack {
  border-radius: 1.7rem;
  padding: 0.2rem 0.8rem;
  /* box-shadow: 1px 1px 1px #000000d1; */
  font-weight: bold;
  margin: 0px 2px;
  letter-spacing: 0.06rem;
  font-family: 'BudokanRounded-Bold' !important;
  display: inline-block;
  font-size: 1.4rem;
}
.autoCashOutInput {
  font-size: 1.3rem;
  height: 2rem;
  width: calc(100% - 20px);
}
.autoCashOutCrossBtn {
  font-size: 1.1rem;
  padding: 0px;
  margin: 0px;
  width: 14px;
}
.autoCashOutCrossBtn:hover {
  color: #fff;
}
.autoCashoutLabel {
  min-width: 0;
  max-width: 160px;
  white-space: normal;
  word-break: break-word;
  text-align: right;
  line-height: 1;
  margin-top: 5px;
}
.historyCollapseBtn {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 14px;
  background-color: #1b1c1d;
  font-size: 12px;
  float: right;
  height: 100%;
  padding: 0px 10px;
}
.historyCollapseBtn.expand {
  border: 1px solid #38d71c;
  color: #38d71c;
}
.caret.rotate {
  transform: rotate(180deg);
}
.collapseHeader {
  left: 100%;
  float: left;
  width: calc(100% - 35px);
  height: 3rem;
  overflow: hidden;
  width: 100%;
}
#histryRoundData {
  margin-top: 2px;
  position: absolute;
}
.slideX {
  animation: slideX 1s 1;
}
@keyframes slideX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(36px);
  }
}
.scaleAndSettle {
  animation: scaleSettle 0.5s 1;
}
@keyframes scaleSettle {
  0% {
    scale: 0.6;
  }
  50% {
    scale: 1.15;
  }
  100% {
    scale: 1;
  }
}
@keyframes animName {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}
.newElement {
  animation: idle 1s 1;
}
@keyframes eleanimName {
  0% {
    transform: translateX(-10px) scale(1.3);
  }
  100% {
    transform: translateX(0px) scale(1);
  }
}
.pb-20 {
  padding-bottom: 20px;
}
.fade-in-modal {
  animation: fadeIn 0.3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cgTopSpinLogoP {
  width: 30%!important;
}
.cgSplashGameLogoP {
  width: 85%!important;
}
.pulse {
  animation: pulse 0.8s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.05);
  }
}
.fullWidthImp {
  width: 100%!important;
}
.ipadCanvasHeight {
  height: calc(100vh - 270px) !important;
}
.ipadCanvasHeightP {
  height: calc(43vh) !important;
}
.ipadConsolePanel .betMargin {
  margin-top: 20px!important;
}
#initialHistoryList .highlighteBlack {
  margin-bottom: 4px;
}
#fullHistoryData .highlighteBlack {
  margin-bottom: 4px;
}
.displayBlock {
  display: block;
}
.canvasOverlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
}
#innerGameContainer {
  transform: scale(1);
}
@media screen and (min-width: 851px) and (max-width: 996px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  #innerGameContainer {
    transform: scale(0.75);
    transform-origin: top;
    height: 145% !important;
  }
  #consolePanel {
    transform: scaleY(0.83);
    transform-origin: top;
    margin-top: -10px;
  }
  #gameCanvas {
    height: 330px !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 850px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  #innerGameContainer {
    transform: scale(0.85);
    transform-origin: top;
    height: 145% !important;
  }
  #consolePanel {
    transform: scaleY(0.7);
    transform-origin: top;
    margin-top: -10px;
  }
  #gameCanvas {
    height: 215px !important;
  }
}
.modal .modal-dialog .modal-content {
  color: var(--textColor);
  background: var(--mainBgColor);
  border: 0;
  border-radius: 0.8rem;
  box-shadow: none;
  scale: 0.88 !important;
  transform-origin: top;
}
@media only screen and (orientation: landscape) and (max-width: 1024px) {
  #innerGameContainer {
    height: 145% !important;
    padding-bottom: 13%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  #gameCanvas {
    height: 185px !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 850px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  #gameCanvas {
    height: 215px !important;
  }
}
#allBetsNav {
  height: calc(100vh - 184px);
  overflow-y: auto;
  margin-bottom: 3px;
  padding-bottom: 180px;
}
@media screen and (min-width: 770px) and (max-width: 1000px) and (orientation: landscape) {
  #innerGameContainer {
    transform: scale(0.7);
    transform-origin: top;
    height: 150% !important;
  }
  #consolePanel {
    transform: scaleY(0.71);
    transform-origin: top;
    margin-top: -12px;
  }
  #gameCanvas {
    height: 205px !important;
  }
  .modal .modal-dialog .modal-content {
    color: var(--textColor);
    background: var(--mainBgColor);
    border: 0;
    border-radius: 0.8rem;
    box-shadow: none;
    scale: 0.75 !important;
    transform-origin: top;
  }
}
@media screen and (min-width: 800px) and (max-width: 1000px) and (orientation: landscape) {
  #innerGameContainer {
    transform: scale(0.89);
    transform-origin: top;
    height: 150% !important;
  }
  #consolePanel {
    transform: scaleY(0.76);
    transform-origin: top;
    margin-top: -12px;
  }
  #gameCanvas {
    height: 240px !important;
  }
  .modal .modal-dialog .modal-content {
    color: var(--textColor);
    background: var(--mainBgColor);
    border: 0;
    border-radius: 0.8rem;
    box-shadow: none;
    scale: 0.78 !important;
    transform-origin: top;
  }
}
@media screen and (min-width: 661px) and (max-width: 740px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  #innerGameContainer {
    transform: scale(0.85);
    transform-origin: top;
    height: 145% !important;
  }
  #consolePanel {
    transform: scaleY(0.7);
    transform-origin: top;
    margin-top: -10px;
  }
  #gameCanvas {
    height: 215px !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 660px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  #innerGameContainer {
    transform: scale(0.85);
    transform-origin: top;
    height: 145% !important;
  }
  #consolePanel {
    transform: scaleY(0.7);
    transform-origin: top;
    margin-top: -10px;
  }
  #gameCanvas {
    height: 210px !important;
  }
}
@media screen and (min-width: 680px) and (max-width: 800px) and (orientation: landscape) {
  #innerGameContainer {
    transform: scale(0.71);
    transform-origin: top;
    height: 150% !important;
  }
  #consolePanel {
    transform: scaleY(0.72);
    transform-origin: top;
    margin-top: -12px;
  }
  #gameCanvas {
    height: 200px !important;
  }
  .modal .modal-dialog .modal-content {
    color: var(--textColor);
    background: var(--mainBgColor);
    border: 0;
    border-radius: 0.8rem;
    box-shadow: none;
    scale: 0.78 !important;
    transform-origin: top;
  }
}
/* Mobile */
@media only screen and (orientation: portrait) {
  #gameCanvas {
    cursor: inherit;
    height: 37vh !important;
  }
}
/* Mobile */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #gameCanvas {
    cursor: inherit;
    height: 48vh !important;
  }
}
@media only screen and (min-width: 1300px) {
  .multiplierContainer {
    width: 66%;
    float: left;
    text-align: center;
    font-size: 1.4rem;
    color: var(--textColor);
  }
  .toasterCrashoutText {
    color: #8c9ca2;
    font-size: 1.4rem;
  }
  .winAmtContainer {
    width: 33%;
    float: left;
    background-color: green;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 8px;
    letter-spacing: 0.06rem;
  }
  #snackbar {
    height: 84%;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 10px;
    background: linear-gradient(to right, #141517, #141517), linear-gradient(to right, #ffbd71, #FF9800);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    font-size: 1.4rem;
  }
  .toasterError {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
  }
}
#showNotification {
  /* adjust as you want */
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  /* So game buttons still clickable */
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
  z-index: 9999;
  /* Always on top of game */
}
/* Left + right toast containers */
#leftToasts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  /* to pass clicks to game */
  width: 50%;
  height: 1%;
  align-items: flex-start;
}
#rightToasts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  /* to pass clicks to game */
  width: 50%;
  height: 1%;
  align-items: flex-end;
}
.toast {
  pointer-events: auto;
  /* allow clicking toast close if needed */
  display: flex;
}
