*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'poppins', sans-serif;
}
/* body{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: black  ;
} */
  .rouettes{
  position: relative;
  width: 700px;
  height: 41pc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;

}
.shadoweffect{
  box-shadow: 1px 0px 10px 3px #380354 !important ;
}
#roulettes{
  width: 100%;
  min-height: 100vh;
 
  background: url(/react/assets/threeroulettes/roulettebackground.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.rouettes .spinBtn{
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%);
  border-radius: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: .1em;
  /* border: 4px solid rgb(238 164 73 / 49%); */
  cursor: pointer;
  user-select: none;
  top: 20rem;
  left: 20rem;
  z-index: 4;
  box-shadow: inset 0px 0px 17px 8px #f54609b5;
}
.rouettes .spinBtn::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 30px;
  background: linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%);
  top: -28px;
  clip-path: polygon(50% 0, 15% 100%, 85% 100%);
  box-shadow: inset 0px 0px 2px 0px #ff3f00;
}
.rouettes .wheel{
  position: absolute;
    top: 12rem;
    left: 203px;
    width: 300px;
    height: 300px;
    background-color: #444;
    border-radius: 50%;
    box-shadow: rgb(95 37 125) 0px 0px 2px 2px;
    background-size: 150%;
    overflow: hidden;
    transition: transform 5s ease-in-out;
    z-index: 3;

}
/* .rouettes .wheel::after{
  content: "";
} */
.rouettes .wheel  .number{
  position: absolute;
  width: 50%;
  height: 50%;
  background:  var(--clr);
  transform-origin: bottom right;
  transform: rotate(calc(60deg * var(--i)));
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0 75%);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  box-shadow: var(--shadow);

}
.rouettes .wheel .number span{
  position: relative;
  transform: rotate(45deg);
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 5px 2px rgba( 0,0,0,0.15);
}
.rouettes .wheel .number span::after{
 
  position:absolute;
  font-size: 0.75em;
  font-weight: 500;
}
.part1{
  --i:1;
   --clr:linear-gradient(to right, #268d11 0%, #4bff00  51%, #268d11  100%);
}
.part2{
  --i:2; --clr:linear-gradient(to right, #6a3093 0%, #a044ff  51%, #6a3093  100%);
}
.part3{
  --i:3; --clr:linear-gradient(to right, #18131e 0%, #742999  51%, #251b30  100%);
}
.part4{
  --i:4; 
  --clr:linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%);
  --shadow:  -2px -2px 5px 1px #ef9d45, 2px 2px 5px 0px #f36429, 0px 0px 50px 0px #f46425 inset;
}
.part5{
  --i:5; --clr:linear-gradient(to top, #ff00fa 0%, #eb71e9  62%, #ff2bfb  100%);
}
.part6{
  --i:6; --clr:linear-gradient(to right, #18131e 0%, #742999  51%, #251b30  100%);
}

.rouettes .wheel1{
  position: absolute;
  top: 8.8rem;
  left: 153px;
  width: 400px;
  height: 400px;
  background-color: #444;
  border-radius: 50%;
  box-shadow: rgb(95 37 125) 0px 0px 2px 2px;
  background-size: 150%;
  overflow: hidden;
  transition: transform 3s ease-in-out;
  z-index: 2;
  

}
/* .rouettes .wheel1::after {
  content: "";
  background: #30004acc;
  position: absolute;
  width: 400px;
  height: 400px;
} */
.rouettes .wheel1  .number{
  position: absolute;
  width: 50%;
  height: 50%;
  background:  var(--clr);
  transform-origin: bottom right;
  transform: rotate(calc(45deg * var(--i)));
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0 60%);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  
  

}
.rouettes .wheel1 .number span{
  position: relative;
transform: rotate(318deg);
font-size: 1.5em;
font-weight: 700;
color: #fff;
text-shadow: 3px 5px 2px rgba( 0,0,0,0.15);
top: -25px;
left: -25px;
}
.part7{
  --i:7; --clr:linear-gradient(to right, #268d11 0%, #4bff00  51%, #268d11  100%)
}
.part8{
  --i:8; --clr:linear-gradient(to top, #ff00fa 0%, #eb71e9  62%, #ff2bfb  100%)
}
.part9{
  --i:9; --clr:linear-gradient(to right, #18131e 0%, #742999  51%, #251b30  100%);
}
.part10{
  --i:10; --clr:linear-gradient(to right, #6a3093 0%, #a044ff  51%, #6a3093  100%)
}
.part11{
  --i:11; --clr:linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%)
}
.part12{
  --i:12; --clr:linear-gradient(to top, #ff00fa 0%, #eb71e9  62%, #ff2bfb  100%)
}
.part13{
  --i:13; --clr:linear-gradient(to right, #18131e 0%, #742999  51%, #251b30  100%);
}
.part14{
  --i:14; --clr:#5a18b1
}

.rouettes .wheel1 .number span::after{
 
  position:absolute;
  font-size: 0.75em;
  font-weight: 500;
}

.rouettes .wheel2{
  position: absolute;
  top: 6rem;
  left: 102px;
  width: 500px;
  height: 500px;
  background-color: #444;
  border-radius: 50%;
  box-shadow: rgb(95 37 125) 0px 0px 2px 2px;
  background-size: 150%;
  overflow: hidden;
  transition: transform 4s ease-in-out;
  z-index: 1;

}
.underrange{
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 14px;
}
.win{
  /* background: #000000d6;
     width: 100%;
     height: 100vh;
     z-index: 9;
    
     text-align: center;
     overflow:auto;
     position: fixed;
     top: 0;
     padding: 6rem 0; */
     background: url("/react/assets/img/youwin.gif");
     background-size: 100% 100%;
     width: 100%;
     height: 100vh;
     overflow: auto;
     position: fixed;
     z-index: 100;
     cursor: pointer;
         top: 0;
 
   
 }
 .lose{
   /* background: #000000d6;
   width: 100%;
   height: 100vh;
   z-index: 9;
  
   text-align: center;
   overflow: auto;
   position: fixed;
   top: 0;
   padding: 13rem 0; */
   background: #000000c7;
   background-size: contain;
     width: 100%;
     height: 100vh;
     overflow: auto;
     position: fixed;
     z-index: 100;
     cursor: pointer;
     top: 0;
     background-repeat: no-repeat;
     display: grid;
   
 }
 .spindesign{
  background: transparent;
  color: white;
  border: none;
 }
 .Dicetable{
  border: 2px solid #ff9100 !important;
  margin: 2rem auto;
  width: 100%;
  overflow: auto;
  min-height: 520px;
 
}
.Dicetable th {
  width: 14.28% !important;
  color: #ffffffc4 !important;
  border-bottom: 0;
}
 .lose img{
   max-width: 100%;
     max-height: 100%;
     bottom: 0;
     left: 0;
     margin: auto;
     overflow: auto;
     position: fixed;
     right: 0;
     top: 0;
     -o-object-fit: contain;
     object-fit: contain;
     width: 750px;
 }
/* .rouettes .wheel2::after {
  content: "";
  background: #30004acc;
  position: absolute;
  width: 500px;
  height: 500px;
} */
.rouettes .wheel2  .number{
  position: absolute;
  width: 50%;
  height: 50%;
  background:  var(--clr);
  transform-origin: bottom right;
  transform: rotate(calc(22.5deg * var(--i)));
clip-path: polygon(0 0, 35% 0, 100% 100%, 0 35%);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  

}
.rouettes .wheel2 .number span{
  position: relative;
transform: rotate(318deg);
font-size: 1.4em;
font-weight: 700;
color: #fff;
text-shadow: 3px 5px 2px rgba( 0,0,0,0.15);

top: -35px;
left: -35px;

}
.rouettes .wheel2 .number span::after{
 
  position:absolute;
  font-size: 0.75em;
  font-weight: 500;
}
.part15{
  --i:15; --clr:linear-gradient(to top, #ff00fa 0%, #eb71e9  62%, #ff2bfb  100%)
}
.part16{
  --i:16; --clr:#ce0c18
}
.part17{
  --i:17; --clr:#5918b1
}
.part18{
  --i:18; --clr:linear-gradient(to top, #ff00fa 0%, #eb71e9  62%, #ff2bfb  100%)
}
.part19{
  --i:19; --clr:linear-gradient(to right, #6a3093 0%, #a044ff  51%, #6a3093  100%)
}
.part20{
  --i:20; --clr:linear-gradient(to right, #18131e 0%, #742999  51%, #251b30  100%);
}
.part21{
  --i:21; --clr:linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%)
}
.part22{
  --i:22; --clr:linear-gradient(to right, #6a3093 0%, #a044ff  51%, #6a3093  100%)
}
.part23{
  --i:23; --clr:linear-gradient(to top, #ff00fa 0%, #eb71e9  62%, #ff2bfb  100%)
}
.part24{
  --i:24; --clr:linear-gradient(to right, #18131e 0%, #742999  51%, #251b30  100%);
}
.part25{
  --i:25; --clr:linear-gradient(to right, #6a3093 0%, #a044ff  51%, #6a3093  100%)
}
.part26{
  --i:26; --clr:linear-gradient(to top, #ff00fa 0%, #eb71e9  62%, #ff2bfb  100%)
}

.part27{
  --i:27; --clr:linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%)
}
.part28{
  --i:28; --clr:linear-gradient(to right, #18131e 0%, #742999  51%, #251b30  100%);
}
.part29{
  --i:29; --clr:linear-gradient(to top, #ff00fa 0%, #eb71e9  62%, #ff2bfb  100%)
}.part30{
  --i:30; --clr:#5717ab
}
/* button.minbutton {
  border: none;
  padding: 13px 25px;
  font-size: 18px;
  background: rgb(0 255 0);
  color: white;
  font-weight: 600;
  box-shadow: rgb(0 255 0 / 48%) 0px 0px 4px, rgb(0 255 0 / 51%) 0px -1px 7px, rgb(0 255 0 / 47%) -1px 2px 3px, rgb(10 255 10 / 53%) 0px 6px 10px, rgb(4 247 4 / 54%) 0px -3px 3px;
  border-radius: 15px;

} */
.maxbuttondiv{
 
}
.maxbuttondiv1{
 
 

}
.maxbuttondiv2{

}
.betcolumn{
  display: flex;
  justify-content: center;
 
  width: 100%;
 
}
.classflex{
  display: flex;
  background: linear-gradient(to right, #C33764 0%, #1D2671 51%, #C33764 100%);
  border-radius: 50px;
  padding: 4px 5px;
}
.betamountcolumn{
  padding: 0px 20px;
}
.minmaxadjust{
  margin: auto;
  border: 2px solid #a43467;
  border-radius: 50px;
  /* padding: 1px 13px; */
  font-size: 24px;
  width: 42px;
  height: 44px;
  background: linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%);
  font-weight: 900;
}
.betheader{
  margin: auto;
  font-size: 17px;
}
         
/* .btn-grad {
  background-image: linear-gradient(to right, #f46b45 0%, #eea849  51%, #f46b45  100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
} */

.spinbutton1:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.spinbutton1 {
  background-image: linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%);
  padding: 14px 66px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 11px #f07e45;
  border-radius: 10px;
  display: block;
  border: 0;
}
.yourbet{
  font-size: .8rem;
}
         
.helpbutton {
  background-image: linear-gradient(to right, #ec6dea 0%, #a1009f  51%, #9440e7  100%);
  padding: 8px 6px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border: none;
  border-radius: 10px;
  display: block;
  width: 49px;
}
.rangedecider{
  display: grid;
    grid-template-columns: auto auto auto ;
    gap: 16px;
}
.helpbutton:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
p.belowmimages {
  color: #ffffffa1;
  font-size: 11px;
  text-align: center;
  margin: 0;
}
 .minbutton {
  background-image: linear-gradient(to right, #02714a 0%, #03ff8f 51%, #00bf8f 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 6px #09b379;
  border-radius: 10px;
  display: block;
  padding: 13px 25px;
  font-size: 18px;
  letter-spacing: 0.05em;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;

} 
         
.minbutton{
 
}

.minbutton:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
/* 
.minbutton:hover {
  animation-name: gradient;
  -webkit-animation-name: gradient;
  animation-duration: 2s;
  -webkit-animation-duration: s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
} */

/* @keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100%;
  }
} */
.threereouletteswin{
  display: inline-block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  margin: auto;
  z-index: 9;
  background: #0000009e;
}
/* .threereouletteswin h1{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.winingprice{
  font-size: 3rem;
  width: 100%;
  height: 100pc;
  text-align: center;
  position: fixed;
  top: 31%;
  
  color: #35d700;
}
.tryagainbutton{
  position: fixed;
  top: 60%;
  width: 100%;
  text-align: center;
}
.threereouletteswindiv{
  transform: scale3d(1.5,1.5,1);
  transition: transform 5s ease-in-out;
  position: fixed;
  top: 48%;
  width: 100%;
  color: #e71fe4;
}
.threereouletteswindiv {
 
  font-size: 5em;
  text-align: center;
  position: absolute;
  animation: text-flow 6s infinite;
}

.threereouletteswindiv:nth-child(1) {
  animation-delay: 0.25s;
  opacity: 0.9;
  -webkit-text-stroke: 3px #410540;
  z-index: 0;
}

.threereouletteswindiv:nth-child(2) {
  animation-delay: 0.5s;
  opacity: 0.8;
  -webkit-text-stroke: 3px #410540;
  z-index: -1;
}

.threereouletteswindiv:nth-child(3) {
  animation-delay: 0.75s;
  opacity: 0.7;
  -webkit-text-stroke: 3px #410540;
  z-index: -2;
}

.threereouletteswindiv:nth-child(4) {
  animation-delay: 1s;
  opacity: 0.6;
  -webkit-text-stroke: 3px #410540;
  z-index: -3;
}

.threereouletteswindiv:nth-child(5) {
  animation-delay: 1.25s;
  opacity: 0.5;
  -webkit-text-stroke: 3px #410540;
  z-index: -4;
}

.threereouletteswindiv:nth-child(6) {
  animation-delay: 1.5s;
  opacity: 0.4;
  -webkit-text-stroke: 3px #410540;
  z-index: -5;
}

.threereouletteswindiv:nth-child(7) {
  animation-delay: 1.75s;
  opacity: 0.3;
  -webkit-text-stroke: 3px #410540;
  z-index: -6;
}

.threereouletteswindiv:nth-child(8) {
  animation-delay: 2s;
  opacity: 0.2;
  -webkit-text-stroke: 3px #410540;
  z-index: -7;
}

.threereouletteswindiv:nth-child(9) {
  animation-delay: 2.25s;
  opacity: 0.1;
  -webkit-text-stroke: 3px #410540;
  z-index: -8;
}

@keyframes text-flow {
  25% {
    font-variation-settings: "wght" 900, "wdth" 100;
    filter: hue-rotate(0deg);
  }
  50% {
    transform: translateY(-100px);
    font-variation-settings: "wght" 400, "wdth" 100;
  }
  75% {
    transform: translateY(0%);
    font-variation-settings: "wght" 900, "wdth" 100;
    filter: hue-rotate(90deg);
  }
}
@media screen and (max-width: 1400px) {
  .rouettes {
    position: relative;
    width: 700px;
    min-height: 38pc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .rouettes .wheel {
    position: absolute;
    top: 18rem;
    left: 108px;
    width: 200px;
    height: 200px;
    background-color: #444;
    border-radius: 50%;
    box-shadow: rgb(95 37 125) 0px 0px 2px 2px;
    background-size: 150%;
    overflow: hidden;
    transition: transform 5s ease-in-out;
    z-index: 3;
}
.rouettes .wheel1 {
  position: absolute;
  top: 15rem;
  left: 57px;
  width: 300px;
  height: 300px;
  background-color: #444;
  border-radius: 50%;
  box-shadow: rgb(95 37 125) 0px 0px 2px 2px;
  background-size: 150%;
  overflow: hidden;
  transition: transform 3s ease-in-out;
  z-index: 2;
}
.rouettes .wheel2 {
  position: absolute;
  top: 12rem;
  left: 7px;
  width: 400px;
  height: 400px;
  background-color: #444;
  border-radius: 50%;
  box-shadow: rgb(95 37 125) 0px 0px 2px 2px;
  background-size: 150%;
  overflow: hidden;
  transition: transform 4s ease-in-out;
  z-index: 1;
}
.rouettes .spinBtn{
  position: absolute;
  width: 40px;
  height: 40px;
  background: linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%);
  border-radius: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: .1em;
  box-shadow: inset 0px 0px 17px 8px #f54609b5;
  cursor: pointer;
  user-select: none;
  top: 23rem;
  left: 11.9rem;
  z-index: 4;
  font-size: 10px;
}
.rouettes .wheel2 .number span {
  position: relative;
  transform: rotate(318deg);
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 5px 2px rgba( 0,0,0,0.15);
  top: -24px;
  left: -24px;

}
.rouettes .wheel1 .number span {
  position: relative;
  transform: rotate(318deg);
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 5px 2px rgba( 0,0,0,0.15);
  top: -14px;
  left: -14px;
}
.rouettes .wheel .number span {
  position: relative;
  transform: rotate(320deg);
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 5px 2px rgba( 0,0,0,0.15);
}
.minbutton {
  background-image: linear-gradient(to right, #02714a 0%, #03ff8f 51%, #00bf8f 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 6px #09b379;
  border-radius: 10px;
  display: block;
  padding: 5px 14px;
  font-size: 15px;
  letter-spacing: 0.05em;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
}
.minmaxadjust {
  margin: auto;
  border: 2px solid;
  border-radius: 50px;
  /* padding: 1px 13px; */
  font-size: 17px;
  width: 30px;
  height: 30px;
  background: #e77488;
  font-weight: 900;
  line-height: 23px;
}
.yourbet {
  font-size: .6rem;
}
.spinbutton1 {
  background-image: linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%);
  padding: 14px 38px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 11px #f07e45;
  border-radius: 10px;
  display: block;
  border: 0;
  width: 100%;
  margin: 14px 0;
}
.rouettes {
  position: relative;
  width: 408px;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  
  
}
}
@media screen and (max-width: 414px) {
  .rouettes .wheel {
    position: absolute;
    top: 18rem;
    left: 108px;
    width: 200px;
    height: 200px;
    background-color: #444;
    border-radius: 50%;
    box-shadow: rgb(95 37 125) 0px 0px 2px 2px;
    background-size: 150%;
    overflow: hidden;
    transition: transform 5s ease-in-out;
    z-index: 3;
}
.rangedecider {
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px;
}
.rouettes .wheel1 {
  position: absolute;
  top: 15rem;
  left: 57px;
  width: 300px;
  height: 300px;
  background-color: #444;
  border-radius: 50%;
  box-shadow: rgb(95 37 125) 0px 0px 2px 2px;
  background-size: 150%;
  overflow: hidden;
  transition: transform 3s ease-in-out;
  z-index: 2;
}
.rouettes .wheel2 {
  position: absolute;
  top: 12rem;
  left: 7px;
  width: 400px;
  height: 400px;
  background-color: #444;
  border-radius: 50%;
  box-shadow: rgb(95 37 125) 0px 0px 2px 2px;
  background-size: 150%;
  overflow: hidden;
  transition: transform 4s ease-in-out;
  z-index: 1;
}
.rouettes .spinBtn{
  position: absolute;
  width: 40px;
  height: 40px;
  background: linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%)white;
  border-radius: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: .1em;
  box-shadow: inset 0px 0px 17px 8px #f54609b5;
  cursor: pointer;
  user-select: none;
  top: 23rem;
  left: 11.9rem;
  z-index: 4;
  font-size: 10px;
}
.rouettes .wheel2 .number span {
  position: relative;
  transform: rotate(318deg);
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 5px 2px rgba( 0,0,0,0.15);
  top: -24px;
  left: -24px;

}
.rouettes .wheel1 .number span {
  position: relative;
  transform: rotate(318deg);
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 5px 2px rgba( 0,0,0,0.15);
  top: -14px;
  left: -14px;
}
.rouettes .wheel .number span {
  position: relative;
  transform: rotate(320deg);
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 5px 2px rgba( 0,0,0,0.15);
}
.underrange {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 14px;
  margin: 0 40%;
}
.minbutton {
  background-image: linear-gradient(to right, #02714a 0%, #03ff8f 51%, #00bf8f 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 6px #09b379;
  border-radius: 10px;
  display: block;
  padding: 5px 14px;
  font-size: 15px;
  letter-spacing: 0.05em;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
}

.minmaxadjust {
  margin: auto;
  border: 2px solid;
  border-radius: 50px;
  /* padding: 1px 13px; */
  font-size: 17px;
  width: 30px;
  height: 30px;
  background: #e77488;
  font-weight: 900;
  line-height: 23px;
}
.yourbet {
  font-size: .6rem;
}
.spinbutton1 {
  background-image: linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%);
  padding: 14px 38px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 11px #f07e45;
  border-radius: 10px;
  display: block;
  border: 0;
  width: 100%;
  margin: 14px 0;
}
.rouettes {
  position: relative;
  width: 700px;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  
  left: 0;

}
}
.rouettes .active::after {
  content: "";
  background: #30004acc;
  position: absolute;
  width: 500px;
  height: 500px;
}
/* .rouettes .wheel2::after {
  content: "";
  background: #30004acc;
  position: absolute;
  width: 500px;
  height: 500px;
}  */

