@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-user-select: none !important;
}

html {
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  width: 100vw;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
background:  #262a2b ;
 
font-size: 22px !important;
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: background .5s ease;
}


.flex {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0px;
  margin: 0px 100px;
  grid-template-columns: 40% 60%;
  background: #1b1c1d;

}

.list img {
  background: #1b1c1d !important;
}
.lines  {
  position: absolute;
  width: 100%;
  margin-left: 20px;
  margin-top: 30px;
}
.lines.win{
  -webkit-animation: flash 1s infinite;  /* Safari 4+ */
  -moz-animation: flash 1s infinite;  /* Fx 5+ */
  -o-animation: flash 1s infinite;  /* Opera 12+ */
  animation: flash 1s infinite;
  transition: all 1s ease;
}
@-webkit-keyframes flash {
  0%,50%,to {
      opacity: 1
  }

  25%,75% {
      opacity: 0
  }
}
.balance{
  position: absolute;
  margin-top: -50px;
}
.flexcontrol .counter{
  width: 115px;
    display: inline-block;
}
.flexcontrol .detail{
  width: 90px;
  display: inline-block;
  text-align: center;
}
.lines img {
  position: absolute !important;
  top: 0;left: 0;right: 0;bottom: 0;
  opacity: .4;
}
.flexcontrol{
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0px;
 margin-top: 10px;
  grid-template-columns: 50% 50%; 
  text-align: center;
}
.listreward.win{
  -webkit-animation: winblink 1s infinite;  /* Safari 4+ */
  -moz-animation: winblink 1s infinite;  /* Fx 5+ */
  -o-animation: winblink 1s infinite;  /* Opera 12+ */
  animation: winblink 1s infinite;
  transition: all 1s ease;
}
@-webkit-keyframes winblink {
  0%,50%,to{
    background: linear-gradient(0deg, rgba(255,0,0,0) 0%, rgba(255,0,0,0) 50%, rgba(255,0,0,0) 100%);
   
  }
  25%,75% {
    background: linear-gradient(0deg, rgba(255,0,0,0) 0%, rgba(255,0,0,1) 50%, rgba(255,0,0,0) 100%);
 
  }
}
.auto{
  position: absolute !important;
  margin-top: -39px;
  margin-left: 10px;
}
.boxcontrol{
  border: 0px solid rgba(255, 255,255,0);
}
.rewardlist{
  background:  rgba(255, 255,255,.2) !important;
}
.rewardlist [class*="right floated"]{
  line-height: 42px !important;
}
.bottomControll{
 position: absolute;
    right: 8px;
    bottom: 30px;
    margin: 0 auto;
    width: 704px;
}
.reels {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0px;
  height: 580px;
    overflow: hidden;
  grid-template-columns: 33% 33% 33%;
  
}
.flexreels{
  display: grid;
  grid-auto-flow: row;
  grid-gap: 0px;
  position: relative;
  transition: all 3s;
  transition-timing-function: cubic-bezier(.41,-0.01,.63,1.09);
}
.flexreels.freez{
  
  transition: all 0s !important;
}
.reel {
  
}
.reel img{
  margin: auto;
}
* {
  box-sizing: border-box;
}

#dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 400ms;
}
#dark-overlay.curplayer {
  
  opacity: 1;
  
}

:root {
  --info-rules-width: -492px;
}

@keyframes loadingIcon {
  100% {
    transform: rotateZ(1500deg);
  }
}



.game-room {
  
  opacity: 0;
  transition: transform .5s ease, opacity .1s ease;
  height: 685px !important;
  
}
.game-room[style] {
  opacity: 1;
  
}
#users-online-box {
  position: absolute;
  width: 220px;
  left: -166px;
  top: 80px;
  background-color: rgba(4, 14, 59, 0.5);
  color: white;
  text-align: center;
  transition: 300ms;
  border-radius: 0px 6px 6px 0px;
  z-index: 201;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
}
#users-online-box #users-online-label {
  text-shadow: 1px 1px black;
  font-size: 14px;
  font-weight: 700;
  font-family: "Play", sans-serif;
  margin: 12px 40px 12px 0px;
}
#users-online-box .user-list-name {
  font-family: "Open Sans", sans-serif;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
}
#users-online-box #users-online-button {
  position: absolute;
  right: 0;
  width: 54px;
  height: 46px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#users-online-box #users-online-button i {
  transition: 200ms;
}
#users-online-box #users-online-button:hover {
  color: #cccccc;
}
#users-online-box ul {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 15px;
}
#users-online-box ul .users-list-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-top: 2px solid #d84a17c5;
}
#users-online-box ul .users-list-box .users-list-info {
  margin-right: 40px;
}
#users-online-box ul .users-list-box .users-list-info span {
  color: lime;
}
#users-online-box ul .users-list-box .users-list-img {
  position: absolute;
  right: 0;
  border: 2px solid black;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 42px;
  height: 42px;
  margin: 4px;
}
#users-online-box ul .users-list-box .users-list-img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  pointer-events: none;
}

#volume-button {
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: rgba(4, 14, 59, 0.5);
  right: 20px;
  margin-top: 10px;
  z-index: 200;
  border: 1px solid black;
  border-radius: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  
}
#volume-button i {
  color: white;
  font-size: 18px;
}
#volume-button .fa-volume-mute {
  color: #ff9393;
}

#bg-color-box {
  position: absolute;
  width: 260px;
  height: 42px;
  right: 75px;
  margin-top: 10px;
  z-index: 200;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bg-color-box .bg-colors {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid black;
  cursor: pointer;
}
#bg-color-box #bg-green {
  background-color: #265328af;
}
#bg-color-box #bg-blue {
  background-color: #274f55af;
}
#bg-color-box #bg-purple {
  background-color: #293b5aaf;
}
#bg-color-box #bg-red {
  background-color: #582828af;
}
#bg-color-box #bg-brown {
  background-color: #534e26af;
}

.bg-selected {
  border: 1px solid white !important;
}

#leave-button {
  position: absolute;
  margin-top: 10px;
  margin-left: 90px;
  height: 30px;
  
  z-index: 10;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
}
#leave-button .button {
  width: 120px !important;
}
.modal.tiny *{
  font-size: 96% !important;
}
.myloading {
  background: transparent !important;
 
  position: relative !important;

}
.glass{
/* From https://css.glass */
background: rgba(185, 185, 185, 0.1);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(3.2px);
-webkit-backdrop-filter: blur(3.2px);
border: 1px solid rgba(185, 185, 185, 0.49);
height: 550px;
    overflow: hidden;
    z-index: 1;
    margin: 0 10px;
}
#leave-table {
  position: absolute;
  bottom: 40px;
  right: 10px;
  padding: 0px 6px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  font-weight: 700;
  width: fit-content;
  cursor: pointer;
  text-align: center;
  z-index: 10;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
}
#leave-table i {
  color: lime;
}

#leave-table:hover {
  color: rgba(255, 255, 255, 0.8);
}

#leave-table:active {
  color: white;
}

#player-result-big {
  position: absolute;
  width: 400px;
  height: 80px;
  top: 54%;
  margin-top: -210px;
  left: 50%;
  margin-left: -200px;
  font-size: 18px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: black;
  background: rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
  text-shadow: 0 0 10px black;
  z-index: 50;
  pointer-events: none;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
}

.color-green {
  color: #00de00 !important;
}

.color-red {
  color: #f20000 !important;
}

#join-mid-game-label {
  position: absolute;
  left: 50%;
  margin-top: 280px;
  display: inline-block;
  font-size: 22px;
  color: white;
  transform: translateX(-50%);
  text-align: center;
}

#deal-start-label {
  position: absolute;
  left: 50%;
  margin-top: 160px;
  display: inline-block;
  font-size: 36px;
  color: white;
  transform: translateX(-50%);
  text-align: center;
}
#deal-win-label {
  position: absolute;
  left: 50%;
  margin-top: 310px;
  display: inline-block;
  font-size: 86px;
  color: white;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  font-family: 'Oswald';
}

#players-container {
  position: absolute;
  width: 50%;
  height: 48%;
  bottom: 0;
  left: 50%;
  margin-left: -25%;
  display: flex;
  /* flex-flow: wrap; */
  /* flex-direction: row; */
  color: black;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.players {
  position: relative;
  width: 100px;
  height: 100px;
  border: 2px solid transparent;
  stroke-dasharray: 1000;
  stroke-dashoffset: 500;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
  opacity: 1;
  transform: scale(1);
  transition: all 1s ease;
}
.players.curplayer {
  z-index: 34;
}
.bets-side-win{
  color: chartreuse;
    font-size: 20px;
    position: absolute;
    margin-top: -25px;
    width: 100%;
    text-align: center;
    transition: all 1s ease;
}
.bets-side-win.goup{
  
    margin-top: -62px;
    
}
.go{
  font-size: 25px !important;
    
}
ul{
  list-style-type: none;
  margin-inline-start: 30px;
  margin-inline-end: 30px;
}
ul li{
 
  margin-bottom: 5px;
}
.c13{
  color:#007a00;
  font-weight: bold;
}
#players-timer-container {
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 50%;
  margin-left: -50%;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 10;
}
#root {
 
  height: 100dvh;
   
    width: 100vw;
    overflow: hidden;
}
#root *{
  user-select: none;
}

#root > div {
  height: 685px;
  position: relative;
  width: 1400px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center;
}

.grid-container {
  display: flex;
  grid-template-columns: auto;
  padding: 10px;
  max-width: 800px;
  margin: auto;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}
.grid-item {
 width: 350px;
  padding: 20px;
  font-size: 30px;
  text-align: center;
}
.lastwheel.Spin > div.shadow {
 
  
  height: 185%;
  
}

#lasts .visibleCards {
  margin: 5px 3px;
  position: relative;
  display: inline-block;
 padding: 3px 10px;
 min-width: 45px;
  text-align: center;
  border-radius: 10px;
  font-size: 12px;
}

#bets-container {
  position: absolute;
 
  top: 230px;
  left: 65%;
  transform: translateX(-50%);
  display: grid;
  transition: all .5s ease;
}
.curchip{
  transform: scale(.9) translateX(-20px) !important;
}
#bets-container.nochip{
  filter: grayscale(100%) blur(5px);
}
#bets-container-right {
  position: absolute;
 width: 65px;
  margin: 0 auto;
  bottom: 80px;
  left: 50%;
  transform: scale(.8) translateX(10px);
  height: 0;
  transform-origin: bottom right;
  display: grid;
  color: black;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
}
#bets-container-left {
  position: absolute;
  width: 65px;
  margin: 0 auto;
  bottom: 80px;
  left: 50%;
  transform: scale(.8) translateX(-160px);
  height: 0;
  transform-origin: bottom left;
  display: grid;
  color: black;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
}

.betButtons {
  position: relative;
  width: 68px;
  height: 68px;
  display: inline-block;
  color: black;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px black;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-shadow: 0px 0px 1px black,0px 0px 2px black,0px 0px 3px black,0px 0px 4px black,0px 0px 5px black,0px 0px 6px black,0px 0px 7px black;
}
.all .betButtons {
  position: absolute;
  margin: auto;
  width: 68px;
  height: 68px;
  display: inline-block;
  color: black;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: -1px -1px 2px 4px rgba(0, 0, 0, 0.351);
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-shadow: 0px 0px 1px black;
}
.betButtons:hover {
  transform: scale(1.05);
}
.betButtons:active {
  transform: scale(1);
}
.betButtons.place {
  box-shadow: none;
  color: white;
  text-shadow: none;
  border: #fff solid 2px;
  font-size: 15px;
position:absolute;
}
.betButtons.placebet {
  
position:absolute;
}
.countover {
  position: relative;
  margin: auto;
  width: 80vw;
  max-width: 445px;

  z-index: 10;
  padding: 0;

  object-fit: contain;
  flex-shrink: 0;
 
 
    height: 0;
}
.countover img {
  position: absolute;
  margin: auto;

  z-index: 10;
  padding: 0;
  width: 100%;
  transform: scale(1.15);

  border-radius: 100% 80% 100% 100%;
  overflow: hidden;
}

.modal {
  left: auto !important;
}

.bhdLno {
  margin: auto;
  background-color: #22303f;
  overflow: hidden;
  border-radius: 1000px;
  margin: auto;
}
.tabl2 .betButtons{
  filter: hue-rotate(45deg);
}
.tabl3 .betButtons{
  filter: hue-rotate(90deg);
}
.tabl4 .betButtons{
  filter: hue-rotate(180deg);
}
.content-img {
  height: 70px;
  margin-bottom: 30px;
}

@media only screen and (orientation:portrait) {
  #turn { display:block; }
  #root { display:none; }
}

/* (B) CORRECT ORIENTATION - SHOW CONTENT HIDE MESSAGE */
@media only screen and (orientation:landscape) {
  #turn { display:none; }
  #root { display:block; }
}

.cardRotate {
  width: 90%;
  margin: 20% auto;
  padding: 2% 5%;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  background-color: #ffffff;
  font-family: sans-serif;
  text-align: center;
  max-width: 300px;
  max-height: 500px
}

.animation {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}


.phone {
position: relative;
width: 30%; 
margin: 35%;
}


.phone--landscape {
  animation: landscape 3s 0s infinite;
}

@keyframes landscape {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(90deg) }
  100% { transform: rotate(90deg) }
}

@keyframes portrait {
  0% { transform: rotate(90deg) }
  100% { transform: rotate(0deg) }
}
