@import url(../fonts/fonts.css);
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: opx;
  margin: 0px;
}

a {
  padding: 0px;
  margin: 0px;
}
.board-desktop {
  visibility: visible;
  height: auto;
}
.board-mobile {
  visibility: hidden;
  height: 0;
}
.coin-container figure {
  margin-bottom: 0 !important;
  min-width: 70px;
  min-height: 70px;
}

body {
  font-family: "Roboto";
  color: white;
  background-color: #212121;
}

.fas {
  color: #fcb503 !important;
}

.fab {
  color: #fcb503 !important;
}

h1 {
  /* font-size: 1.875rem; */
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

h2 {
  font-size: 19px;
  font-weight: 600;
  font-family: "Anton";
  text-align: center;
  background: #fcb503;
  background: -webkit-linear-gradient(to bottom, #fcb503 0%, #e5881b 100%);
  background: -moz-linear-gradient(to bottom, #fcb503 0%, #e5881b 100%);
  background: linear-gradient(to bottom, #fcb503 0%, #e5881b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Anton";
  color: white;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 1px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 13px;
  font-family: "Roboto";
  color: white;
  font-weight: lighter;
  text-align: center;
  line-height: 20px;
}

h6 {
  font-size: 17px;
  color: white;
  line-height: 22px;
  font-weight: 300;
}

.bg-dark {
  background-color: black !important;
}

.loginTopbutton {
  font-size: 1.375rem;
  font-weight: 600;
  font-family: "Roboto";
  /* border: 1px solid #FCB503; */
  background-color: white;
  color: black;
  padding: 5px 28px;
  text-align: center;
  text-decoration: none;
  transition: 0.8s;
  margin-right: 15px;
  /* text-shadow: 0 2px 2px rgb(0 0 0 / 30%); */
  border-radius: 30px;
}

.joinTopbutton {
  font-size: 1.375rem;
  font-weight: 600;
  font-family: "Roboto";
  /* border: 1px solid #FCB503; */
  background-color: #ffe000;
  color: black;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.8s;
  /* text-shadow: 0 2px 2px rgb(0 0 0 / 30%); */
  border-radius: 30px;
}

.catTitel {
  font-size: 1.875rem;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-link {
  display: block;
  padding: 0.3rem 0rem;
  color: #888888;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  width: 100%;
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
}

.nav-tabs .nav-link {
  margin-bottom: 15px;
  background: 0 0;
  border-radius: 50px;
  border: 1px solid #fcb503;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: black;
  background-color: #fcb503;
  border-color: #fcb503;
  isolation: isolate;
  transition: all 0.3s ease;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: black;
  background-color: #fcb503;
  border-color: #fcb503;
}

.nav-tabs {
  border-bottom: none;
}

.tableCountText {
  font-size: 0.77rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5rem;
}

.tableCountBoardName {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
}

.tableCountBoardLimit {
  color: #fcb503;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.footerBg {
  background-color: #0f0f0f;
}

.footerBgInner {
  background-color: black;
}

.footerTitel1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

.footerTitel2 {
  font-size: 5rem;
  font-weight: 600;
  color: #fcb503;
  text-transform: uppercase;
  line-height: 70px;
}

.footerTitel3 {
  font-size: 1.875rem;
  font-weight: 600;
  color: #fcb503;
  text-transform: uppercase;
}

.footerTitel4 {
  font-size: 1.875rem;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -80px !important;
  margin-top: 0.125rem;
}

.leftTableBoard {
  width: 100%;
}

.rightTableBoard {
  width: 95%;
}

.predicText {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: black;
}

.predicImg {
  width: 25px;
}

.predicImg2 {
  width: 25px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  padding: 10px 0px;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.massagePlayerWin {
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  background: -moz-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    rgba(219, 0, 0, 1) 25%,
    rgba(219, 0, 0, 1) 50%,
    rgba(219, 0, 0, 1) 75%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  background: -webkit-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    rgba(219, 0, 0, 1) 25%,
    rgba(219, 0, 0, 1) 50%,
    rgba(219, 0, 0, 1) 75%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  background: linear-gradient(
    to right,
    rgba(30, 87, 153, 0) 0%,
    rgba(219, 0, 0, 1) 25%,
    rgba(219, 0, 0, 1) 50%,
    rgba(219, 0, 0, 1) 75%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#00000000', GradientType=1);
  opacity: 0;
  visibility: hidden;
}

.massageBoxBanker.active {
  opacity: 1;
  visibility: visible;
}

.massageBoxPlayer {
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  background: -moz-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    rgba(5, 40, 255, 1) 25%,
    rgba(5, 40, 255, 1) 50%,
    rgba(5, 40, 255, 1) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    rgba(5, 40, 255, 1) 25%,
    rgba(5, 40, 255, 1) 50%,
    rgba(5, 40, 255, 1) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(30, 87, 153, 0) 0%,
    rgba(5, 40, 255, 1) 25%,
    rgba(5, 40, 255, 1) 50%,
    rgba(5, 40, 255, 1) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#00000000', GradientType=1);
  opacity: 0;
  visibility: hidden;
}

.massageBoxPlayer.active {
  opacity: 1;
  visibility: visible;
}

.massageBoxTie {
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 212, 0, 1) 0%,
    rgba(0, 212, 0, 0) 0%,
    rgba(0, 212, 0, 1) 50%,
    rgba(0, 212, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 212, 0, 1) 0%,
    rgba(0, 212, 0, 0) 0%,
    rgba(0, 212, 0, 1) 50%,
    rgba(0, 212, 0, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 212, 0, 1) 0%,
    rgba(0, 212, 0, 0) 0%,
    rgba(0, 212, 0, 1) 50%,
    rgba(0, 212, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00d400", endColorstr="#00d400", GradientType=1);
  opacity: 0;
  visibility: hidden;
}

.massageBoxTie.active {
  opacity: 1;
  visibility: visible;
}

.othermassageBox {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+15,000000+35,000000+50,000000+65,ffffff+85&0+15,0.7+35,0.7+50,0.7+65,0+85 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 15%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 0.7) 65%,
    rgba(255, 255, 255, 0) 85%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 15%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 0.7) 65%,
    rgba(255, 255, 255, 0) 85%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 15%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 0.7) 65%,
    rgba(255, 255, 255, 0) 85%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  width: 100%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
}

.othermassageBox.active {
  opacity: 1;
  visibility: visible;
}

.massageTitel {
  font-size: 2vw;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 2px 1px 0 black;
}

.massageText {
  font-size: 1vw;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 2px 1px 0 black;
}

.tableInfoBox {
  background-color: rgba(0, 0, 0, 0.8);
  /* padding: 10px; */
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-radius: 5px;
  margin-left: 0px;
  transform: translate(0) !important;
  width: 25%;
  left: 0px !important;
}

.tableInfoTitel {
  font-size: 1vw;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}

.tableInfoText {
  font-size: 0.8vw;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}

.amountInfoText {
  font-size: 12px;
  font-weight: 400;
  color: #fcb503;
  text-transform: uppercase;
  text-align: left;
}

.amountInfoBox {
  /* background-color: rgba(0, 0, 0, 0.8); */
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.logoImg {
  width: 100%;
}

.multiTable {
  width: 30px;
}

.testSvg {
  display: none;
}

.cardDisplayBox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.cardDisplayPlayer {
  height: 175px;
}

.cardDisplayBanker {
  /* background-color: #ad2533; */
  /* border-radius: 10px; */
  padding: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f70000+0,9a110f+100&0.8+0,0.8+100 */
  background: -moz-linear-gradient(
    top,
    rgba(247, 0, 0, 0.8) 0%,
    rgba(154, 17, 15, 0.8) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(247, 0, 0, 0.8) 0%,
    rgba(154, 17, 15, 0.8) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(247, 0, 0, 0.8) 0%,
    rgba(154, 17, 15, 0.8) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf70000', endColorstr='#cc9a110f', GradientType=0);
  /* IE6-9 */

  border-top: 2px solid #f70000;
  border-right: 2px solid #f70000;
  border-bottom: 2px solid #f70000;

  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cardDisplayTitel {
  text-align: center;
  font-size: 20px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

.cardDisplayText2 {
  text-align: center;
  font-size: 13px;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
}

.cardDisplayTitel2 {
  text-align: left;
  font-size: 40px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 15%;
}

.cardDisplayTitel3 {
  text-align: right;
  font-size: 40px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 15%;
}

.cardImgNew {
  width: 75%;
}

.card3Img {
  width: 35%;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
}

.cardDisplayBoxIn {
  /* margin-top: 2%; */
}

.fa {
  display: inline-block;
  font: normal normal normal 25px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fa-bell:hover {
  text-decoration: none;
  color: #fcb503;
  /* border: solid 1px #fcb503; */
}

.fa-user:hover {
  text-decoration: none;
  color: #fcb503;
  /* border: solid 1px #fcb503; */
}

.fa-power-off:hover {
  text-decoration: none;
  color: #fcb503;
  /* border: solid 1px #fcb503; */
}

.fa-house:hover {
  text-decoration: none;
  color: #fcb503;
  /* border: solid 1px #fcb503; */
}

.fa-volume-high:hover {
  text-decoration: none;
  color: #fcb503;
  /* border: solid 1px #fcb503; */
}

/* .depositButton {
    --border-width: 2px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 20px;
    text-transform: uppercase;
    color: black;
    background: #f9ae07;
    border-radius: var(--border-width);
    border-radius: 20px;
} */

.depositButton a {
  font-size: 0.6rem;
  font-weight: 600;
  font-family: "Roboto";
  background-color: black;
  color: #f9ae07;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.8s;
  border-radius: 5px;
  border: 1px solid #f9ae07;
}

.depositButton a:hover {
  color: black;
  border: 1px solid #f9ae07;
  background-color: #f9ae07;
}

/* .depositButton::after {
    position: absolute;
    content: "";
    top: calc(-1 * var(--border-width));
    left: calc(-1 * var(--border-width));
    z-index: -1;
    width: calc(100% + var(--border-width) * 2);
    height: calc(100% + var(--border-width) * 2);
    background: linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
    background: linear-gradient(60deg, #ffffff, #ffffff, #ffffff, #000000, #ffffff, #ffffff, #ffffff, #000000);
    background-size: 300% 300%;
    background-position: 0 50%;
    border-radius: calc(2 * var(--border-width));
    animation: moveGradient 4s alternate infinite;
    border-radius: 20px;
} */

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}

/* Coin hover Effects Shine */
/* Zoom In #1 */
.hover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.hover01:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* Coin hover Effects Shine END */

/* multiple items responsive carousel (Owl Carousel) */

.carousel-wrap {
  margin: 0px auto;
  padding: 0 1%;
  width: 80%;
  position: relative;
  z-index: 999999;
  height: 10%;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  z-index: 999999;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
  z-index: 999999;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.carousel-item .col-2 img:hover {
  transform: scale(1.3);
  transition: all 0.3s ease-in-out;
  z-index: 9999999;
}

/* multiple items responsive carousel (Owl Carousel) END */

.betLimitText {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.betLimitResult {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.depositDesktop {
  position: relative;
  margin: auto;
  width: 80%;
  line-height: 64px;
  text-align: center;
  color: black;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Roboto";
  border: 2px solid #f9ae07;
  border-radius: 10px;
  background: #f9ae07;
  transition: all 0.3s;
  cursor: pointer;
}

.depositDesktop:hover {
  filter: contrast(1.1);
}

.depositDesktop:active {
  filter: contrast(0.9);
}

.depositDesktop::before,
.depositDesktop::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid gold;
  transition: all 0.5s;
  -webkit-animation: clippath 3s infinite linear;
  animation: clippath 3s infinite linear;
  border-radius: 10px;
}

.depositDesktop::after {
  -webkit-animation: clippath 3s infinite -1.5s linear;
  animation: clippath 3s infinite -1.5s linear;
}

@-webkit-keyframes clippath {
  0%,
  100% {
    -webkit-clip-path: inset(0 0 98% 0);
    clip-path: inset(0 0 98% 0);
  }

  25% {
    -webkit-clip-path: inset(0 98% 0 0);
    clip-path: inset(0 98% 0 0);
  }

  50% {
    -webkit-clip-path: inset(98% 0 0 0);
    clip-path: inset(98% 0 0 0);
  }

  75% {
    -webkit-clip-path: inset(0 0 0 98%);
    clip-path: inset(0 0 0 98%);
  }
}

@keyframes clippath {
  0%,
  100% {
    -webkit-clip-path: inset(0 0 98% 0);
    clip-path: inset(0 0 98% 0);
  }

  25% {
    -webkit-clip-path: inset(0 98% 0 0);
    clip-path: inset(0 98% 0 0);
  }

  50% {
    -webkit-clip-path: inset(98% 0 0 0);
    clip-path: inset(98% 0 0 0);
  }

  75% {
    -webkit-clip-path: inset(0 0 0 98%);
    clip-path: inset(0 0 0 98%);
  }
}

.bg::before {
  background: rgba(255, 215, 0, 0.5);
}

.depositMobile {
  position: relative;
  margin: auto;
  width: auto;
  line-height: 17px;
  text-align: center;
  color: black;
  font-size: 12px;
  font-weight: 700;
  font-family: "Roboto";
  border: 2px solid #f9ae07;
  border-radius: 10px;
  background: #f9ae07;
  transition: all 0.3s;
  cursor: pointer;
}

.depositMobile:hover {
  filter: contrast(1.1);
}

.depositMobile:active {
  filter: contrast(0.9);
}

.depositMobile::before,
.depositMobile::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid gold;
  transition: all 0.5s;
  -webkit-animation: clippath 3s infinite linear;
  animation: clippath 3s infinite linear;
  border-radius: 10px;
}

.depositMobile::after {
  -webkit-animation: clippath 3s infinite -1.5s linear;
  animation: clippath 3s infinite -1.5s linear;
}

@-webkit-keyframes clippath {
  0%,
  100% {
    -webkit-clip-path: inset(0 0 98% 0);
    clip-path: inset(0 0 98% 0);
  }

  25% {
    -webkit-clip-path: inset(0 98% 0 0);
    clip-path: inset(0 98% 0 0);
  }

  50% {
    -webkit-clip-path: inset(98% 0 0 0);
    clip-path: inset(98% 0 0 0);
  }

  75% {
    -webkit-clip-path: inset(0 0 0 98%);
    clip-path: inset(0 0 0 98%);
  }
}

@keyframes clippath {
  0%,
  100% {
    -webkit-clip-path: inset(0 0 98% 0);
    clip-path: inset(0 0 98% 0);
  }

  25% {
    -webkit-clip-path: inset(0 98% 0 0);
    clip-path: inset(0 98% 0 0);
  }

  50% {
    -webkit-clip-path: inset(98% 0 0 0);
    clip-path: inset(98% 0 0 0);
  }

  75% {
    -webkit-clip-path: inset(0 0 0 98%);
    clip-path: inset(0 0 0 98%);
  }
}

.bg::before {
  background: rgba(255, 215, 0, 0.5);
}

/* breakpoints with media queries */

/* Min-width */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .depositButton a {
    font-size: 0.6rem;
    font-weight: 600;
    font-family: "Roboto";
    background-color: black;
    color: #f9ae07;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    transition: 0.8s;
    border-radius: 5px;
    border: 1px solid #f9ae07;
  }

  .nav-link {
    font-size: 1rem;
    text-align: center;
  }

  .footerTitel1 {
    font-size: 2rem;
  }

  .footerTitel2 {
    font-size: 2.3rem;
  }

  .footerTitel3 {
    font-size: 1rem;
  }

  .footerTitel4 {
    font-size: 1rem;
  }

  .tableInfoTitel {
    font-size: 2vw;
  }

  .tableInfoText {
    font-size: 2vw;
  }

  .amountInfoText {
    font-size: 12px;
  }

  .tableIDSty {
    font-size: 8px;
  }
  .lastWinStyle {
    font-size: 10px;
    margin-bottom: 0px;
  }
  .lastWinStyleRest {
    font-size: 10px;
    margin-bottom: 0px;
  }
  .carousel-item.active {
    padding: 0px;
  }
  .depositDesktop {
    font-size: 0.6rem;
  }

  .betLimitText {
    font-size: 12px;
  }
  .betLimitResult {
    font-size: 12px;
  }
  .fa {
    font-size: 10px;
  }
  .cardDisplayBanker {
    height: 175px;
  }
  .cardDisplayPlayer {
    height: 175px;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .depositButton a {
    font-size: 0.8rem;
    font-weight: 600;
    font-family: "Roboto";
    background-color: black;
    color: #f9ae07;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    transition: 0.8s;
    border-radius: 5px;
    border: 1px solid #f9ae07;
  }

  .footerTitel1 {
    font-size: 2rem;
  }

  .footerTitel2 {
    font-size: 3rem;
  }

  .footerTitel3 {
    font-size: 1rem;
  }

  .footerTitel4 {
    font-size: 1rem;
  }

  .predicText {
    font-size: 13px;
  }

  .predicImg {
    width: 25px;
  }

  .predicImg2 {
    width: 15px;
  }

  .tableInfoTitel {
    font-size: 1vw;
  }

  .tableInfoText {
    font-size: 1vw;
  }

  .amountInfoText {
    font-size: 1vw;
  }
  .walletAmount {
    font-size: 13px;
  }
  .fa {
    font-size: 14px !important;
  }
  /* .carousel-inner {
        position: relative;
        width: 100%;
        overflow: visible;
    } */

  /* // Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    .depositButton a {
      font-size: 0.8rem;
      font-weight: 600;
      font-family: "Roboto";
      background-color: black;
      color: #f9ae07;
      padding: 5px 15px;
      text-align: center;
      text-decoration: none;
      transition: 0.8s;
      border-radius: 5px;
      border: 1px solid #f9ae07;
    }

    .footerTitel1 {
      font-size: 2.2rem;
    }

    .footerTitel2 {
      font-size: 4rem;
    }

    .footerTitel3 {
      font-size: 1.5rem;
    }

    .footerTitel4 {
      font-size: 1.5rem;
    }
    .walletAmount {
      font-size: 15px;
    }
    .fa {
      font-size: 14px !important;
    }
  }

  /* // X-Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    .depositButton a {
      font-size: 1.375rem;
      font-weight: 600;
      font-family: "Roboto";
      background-color: black;
      color: #f9ae07;
      padding: 5px 15px;
      text-align: center;
      text-decoration: none;
      transition: 0.8s;
      border-radius: 5px;
      border: 1px solid #f9ae07;
    }

    .nav-link {
      font-size: 1.7rem;
      text-align: center !important;
    }

    .footerTitel1 {
      font-size: 2.5rem;
    }

    .footerTitel2 {
      font-size: 4rem;
    }

    .footerTitel3 {
      font-size: 1.5rem;
    }

    .footerTitel4 {
      font-size: 1.5rem;
    }

    .tableInfoTitel {
      font-size: 1vw;
    }

    .tableInfoText {
      font-size: 0.8vw;
    }

    .amountInfoText {
      font-size: 0.8vw;
    }
    .walletAmount {
      font-size: 18px;
    }

    .fa {
      font-size: 18px !important;
    }
  }

  /* // XX-Large devices (larger desktops, 1400px and up) */
  @media (min-width: 1400px) {
    .depositButton a {
      font-size: 1.375rem;
      font-weight: 600;
      font-family: "Roboto";
      background-color: black;
      color: #f9ae07;
      padding: 5px 15px;
      text-align: center;
      text-decoration: none;
      transition: 0.8s;
      border-radius: 5px;
      border: 1px solid #f9ae07;
    }

    .footerTitel1 {
      font-size: 2.5rem;
    }

    .footerTitel2 {
      font-size: 5rem;
    }

    .tableIDSty {
      font-size: 20px;
      margin-bottom: 10px;
    }
    .lastWinStyle {
      font-size: 25px;
      margin-bottom: 5px;
    }
    .lastWinStyleRest {
      font-size: 25px;
      margin-bottom: 5px;
    }
    .carousel-item.active {
      padding: 10px 0px;
    }
    .depositDesktop {
      font-size: 1rem;
    }
    .walletAmount {
      font-size: 20px;
    }
  }

  /* Max-width */

  /*  `sm` applies to x-small devices (portrait phones, less than 576px) */
  @media (max-width: 575.98px) {
    .catTitel {
      font-size: 0.77rem;
    }

    .nav-link {
      font-size: 0.66rem;
      text-align: center;
    }

    .footerTitel1 {
      font-size: 0.938rem;
    }

    .footerTitel2 {
      font-size: 1.25rem;
      line-height: 25px;
    }

    .loginTopbutton {
      font-size: 0.7rem;
      padding: 5px 10px;
    }

    .joinTopbutton {
      font-size: 0.7rem;
      padding: 5px 10px;
    }

    .tableInfoTitel {
      font-size: 2vw;
    }

    .tableInfoText {
      font-size: 2vw;
    }

    .amountInfoText {
      font-size: 2vw;
    }

    .rightTableBoard {
      width: 105%;
    }

    .logoImg {
      width: 70px;
    }

    .multiTable {
      width: 30px;
      margin-left: 6px;
    }

    .cardImg {
      width: 100%;
    }

    .card3Img {
      width: 75%;
      -ms-transform: rotate(90deg);
      /* IE 9 */
      transform: rotate(90deg);
    }

    .cardDisplayPlayer {
      padding: 0%;
      height: 90px;
    }

    .cardDisplayBanker {
      padding: 0%;
      height: 90px;
    }

    .cardDisplayBoxIn {
      margin-top: 0%;
    }

    .cardImgNew {
      width: 100%;
    }

    .cardDisplayTitel {
      text-align: center;
      font-size: 13px;
      color: white;
      font-weight: 600;
      text-transform: uppercase;
    }

    .cardDisplayText2 {
      text-align: center;
      font-size: 10px;
      color: white;
      font-weight: 300;
      text-transform: uppercase;
    }

    .cardDisplayTitel2 {
      text-align: left;
      font-size: 20px;
      color: white;
      font-weight: 600;
      text-transform: uppercase;
      padding-left: 3%;
    }

    .cardDisplayTitel3 {
      text-align: right;
      font-size: 20px;
      color: white;
      font-weight: 600;
      text-transform: uppercase;
      padding-right: 3%;
    }

    /* html{
        padding-left: 28px;
        padding-right: 28px;
    } */
    /* 
    .scoreboard{
        padding-left: 18px;
        padding-right: 19px;
    } */

    #baccarat-progress-timer {
      font-size: 0.5rem;
    }
    #baccarat-progress {
      height: 99%;
      position: absolute;
      top: 0%;
      z-index: 100;
    }

    .fa {
      font-size: 10px;
    }
    .cardDisplayBanker {
      height: 175px;
    }
    .cardDisplayPlayer {
      height: 175px;
    }
  }

  /* // `md` applies to small devices (landscape phones, less than 768px) */
  @media (max-width: 767.98px) {
    .cardDisplayTitel2 {
      font-size: 24px;
    }
    .cardDisplayBanker {
      height: 175px;
    }
    .cardDisplayPlayer {
      height: 175px;
    }
  }
}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .predicText {
    font-size: 13px;
  }

  .predicImg {
    width: 15px;
  }

  .predicImg2 {
    width: 10px;
  }

  .joinTopbutton {
    font-size: 0.7rem;
    padding: 5px 10px;
  }
  .cardDisplayBanker {
    height: 85px;
  }
  .cardDisplayPlayer {
    height: 85px;
  }
  .cardDisplayTitel {
    font-size: 13px;
    /* margin-top: -25px; */
  }
  .cardDisplayText2 {
    font-size: 12px;
    margin-top: 30px;
  }
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .joinTopbutton {
    font-size: 0.7rem;
    padding: 5px 10px;
  }
}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .joinTopbutton {
    font-size: 0.7rem;
    padding: 5px 10px;
  }
}

/* breakpoints with media queries END */

.baccarat-last-game-result-new {
  display: none;
}

.baccarat-last-game-result-new-show {
  display: block;
}

/* #baccarat-last-game-result{
    display: block;
}

#baccarat-last-game-result-show{
    display: block;
} */

.setAutoHide {
  opacity: 0;
  height: 0%;
}

.setAutoShow {
  opacity: 1;
  width: 100%;
}

#multi_table_hover:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.5s ease;
  fill: #fff;
}

#multi_table_top {
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cardDisplayBox {
    width: 97%;
  }
  .cardDisplayPlayer,
  .cardDisplayBanker {
    height: 100px;
  }
}

/* ======================new multi table layout css================ */
.offcanvas {
  width: 500px;
}

@media (min-width: 768px) {
  .offcanvas {
    width: 400px;
  }
}

@media (min-width: 1400px) {
  .offcanvas {
    width: 600px;
  }

  .offcanvasImg {
    width: 25px;
  }

  .offcanvasText {
    line-height: 27px;
  }
}

@media (max-width: 575.98px) {
  .board-desktop {
    visibility: hidden;
    height: 0;
  }
  .board-mobile {
    visibility: visible;
    height: auto;
  }
  .offcanvasImg {
    width: 25px;
  }

  .offcanvasText {
    line-height: 27px;
  }
  .fa {
    font-size: 12px !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvasImg {
    width: 25px;
  }

  .offcanvasText {
    line-height: 27px;
  }
}

.accordion {
  border: none;
  opacity: 0.7;
}

.accordion-button {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1.25rem;
  font-size: 0.8rem;
  color: #fff;
  text-align: left;
  background-color: black;
  border: none;
  border-radius: none;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

.accordion-button h2 {
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: black;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-item {
  background-color: #fff;
  border: none;
}

.accordion-body {
  padding: 1rem 0.8rem;
  background-color: black;
  font-size: 11px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
  color: white;
  background-color: rgba(0, 0, 0);
  text-align: center;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/down-arrow.png");
  transform: rotate(-180deg);
}

/* baccarat Game CSS */

.coin {
  top: -10px;
  cursor: pointer;
}

.coin img {
  position: relative;
  top: 0;
  /* transition: top ease 0.5s; */
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
  border: 2px solid transparent;
}

.coin img:hover {
  /* top: -10px; */
  background: linear-gradient(#444444, #444444);
  /* border: 3px solid white; */
  border-radius: 50px;
}

.coin img:active {
  /* top: -10px; */
  /* border: 3px solid white; */
  border-radius: 50px;
  background: linear-gradient(
    to right,
    #bf953f,
    #fcf6ba,
    #b38728,
    #fbf5b7,
    #aa771c
  );
}

.coin img:focus {
  top: 100px;
}

/* Percentage CSS */

#spinner {
  display: block;
  width: 42px;
  /*position: absolute;
     left: 50%;
    top: 50%; 
    transform: translate(-50%, -50%);*/
}

#spinner2 {
  display: block;
  width: 42px;
  /*position: absolute;
     left: 50%;
    top: 50%; 
    transform: translate(-50%, -50%);*/
}
.percentageText {
  font-size: 10px;
  color: #777777;
}

/* Percentage CSS END */

/* baccarat Game CSS END */

.cardDisplayDragon {
  /* background-color: #0b6fbd; */
  /* border-radius: 10px; */
  padding: 10px;
  /* height: 175px; */

  padding: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f70000+0,9a110f+100&0.8+0,0.8+100 */
  background: -moz-linear-gradient(
    top,
    rgba(247, 0, 0, 0.8) 0%,
    rgba(154, 17, 15, 0.8) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(247, 0, 0, 0.8) 0%,
    rgba(154, 17, 15, 0.8) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(247, 0, 0, 0.8) 0%,
    rgba(154, 17, 15, 0.8) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf70000', endColorstr='#cc9a110f', GradientType=0);
  /* IE6-9 */

  border-top: 2px solid #f70000;
  border-left: 2px solid #f70000;
  border-bottom: 2px solid #f70000;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cardDisplayTiger {
  /* background-color: #ad2533; */
  /* border-radius: 10px; */

  padding: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e69209+0,915700+100&0.8+0,0.8+100 */
  background: -moz-linear-gradient(
    top,
    rgba(230, 146, 9, 0.8) 0%,
    rgba(145, 87, 0, 0.8) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(230, 146, 9, 0.8) 0%,
    rgba(145, 87, 0, 0.8) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(230, 146, 9, 0.8) 0%,
    rgba(145, 87, 0, 0.8) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce69209', endColorstr='#cc915700', GradientType=0);
  /* IE6-9 */

  border-top: 2px solid #f79c09;
  border-right: 2px solid #f79c09;
  border-bottom: 2px solid #f79c09;

  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
body {
  font-family: "Poppins", sans-serif;
  color: white;
  background-color: #212121;
}

h2 {
  font-size: 19px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  background: #fcb503;
  background: -webkit-linear-gradient(to bottom, #fcb503 0%, #e5881b 100%);
  background: -moz-linear-gradient(to bottom, #fcb503 0%, #e5881b 100%);
  background: linear-gradient(to bottom, #fcb503 0%, #e5881b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tableClose {
  background: rgb(0, 0, 0, 0.8);
  text-align: center;
  width: 100%;
  height: 100%;
}
.tableCloseText {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 7px;
  color: white;
  cursor: not-allowed
  
}
.content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content-overlay:hover {
  opacity: 1;
}
.hoverButton {
  font-size: 1.375rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  border: solid 1px #f9ae07;
  color: #f9ae07;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.8s;
  border-radius: 5px;
}

.hoverButton:hover {
  font-size: 1.375rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background-color: #f9ae07;
  color: black;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.8s;
  border-radius: 5px;
  cursor: pointer;
}

.newRouletteResultBoxRed {
  background-color: transparent;
  color: #f41c2b;
  border: 1px solid transparent;
  padding: 0px;
  /* margin-right: 2px;
  margin-left: 2px; */
  margin-bottom: 2px;
  width: 25px;
  height: auto;
  font-size: 0.9rem;
}

.newRouletteResultBoxRed.active {
  background-color: #f41c2b;
  color: white;
  border: 1px solid white;
  padding: 0px;
  /* margin-right: 2px;
  margin-left: 2px; */
  margin-bottom: 2px;
  width: 25px;
  height: auto;
  font-size: 0.9rem;
}

.newRouletteResultBoxBlack {
  background-color: transparent;
  color: rgb(90, 90, 90);
  border: 1px solid transparent;
  padding: 0px;
  /* margin-right: 2px;
  margin-left: 2px; */
  margin-bottom: 2px;
  width: 25px;
  height: auto;
  font-size: 0.9rem;
}

.newRouletteResultBoxBlack.active {
  background-color: #5a5a5a;
  color: white;
  border: 1px solid white;
  padding: 0px;
  /* margin-right: 2px;
  margin-left: 2px; */
  margin-bottom: 2px;
  width: 25px;
  height: auto;
  font-size: 0.9rem;
}

.newRouletteResultBoxGreen {
  background-color: transparent;
  color: #03d831;
  border: 1px solid transparent;
  padding: 0px;
  /* margin-right: 2px;
  margin-left: 2px; */
  margin-bottom: 2px;
  width: 25px;
  height: auto;
  font-size: 0.9rem;
}

.newRouletteResultBoxGreen.active {
  background-color: #03d831;
  color: white;
  border: 1px solid white;
  padding: 0px;
  /* margin-right: 2px;
  margin-left: 2px; */
  margin-bottom: 2px;
  width: 25px;
  height: auto;
  font-size: 0.9rem;
}

.newRouletteHotNumTitel {
  color: #f41c2b;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.newRouletteCoolNumTitel {
  color: #575bff;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}


.newRouletteResBlack {
  background-color: #1f1e1e;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 0px;
}

.newRouletteResGreen {
  background-color: #20c000;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 0px;
}

.newRouletteResRed {
  background-color: #f41c2b;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 0px;
}

.newRouletteResOdd {
  background-color: #575bff;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 0px;
}

.newRouletteResEven {
  background-color: #ff0bff;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 0px;
}

.newRouletteRes118 {
  background-color: #dc207e;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 0px;
}

.newRouletteRes1936 {
  background-color: #0829be;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 0px;
}

.newRouletteResText {
  text-align: center;
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 0px;
}

.newRouPresetTitel {
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 0px;
}