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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

@keyframes Finger-2zu2- {
    50% {
        transform: translate(-20px,-20px)
    }
}

.wrap-1Ot06 .BX_Class19-2F-ce {
    animation: BX_AniKey19-3P5B9 3.04s steps(1) -1s 1 normal forwards;
    background-size: 100% 100%;
    display: block;
    left: calc(50% + 162px);
    opacity: 1;
    position: absolute;
    top: 150px;
    transform: translateY(-50%) rotate(0deg) scale(1);
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
    width: 20px;
    height:20px;
    z-index: 9;
    cursor: pointer;
}

.wrap-1Ot06 .resultTitle {
    align-items: center;
    color: #ffefd0;
    display: flex;
    flex: 0 0 auto;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    text-align: center;
    text-shadow: 1px 1px 0 #ad3e0d;
    white-space: nowrap;
}
.wrap-1Ot06 .title {
    align-items: center;
    animation: BX_AniKey6-135YA 4.52s steps(1) -1s 1 forwards;
    background-size: 100% 100%;
    display: flex;
    height: 0.25rem;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 130px;
    transform: translateY(-50%) rotate(0deg) scale(1);
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
    width: 100%;
}
.wrap-1Ot06 .title-37PNN, .twoLineTitle-3I-jF {
    align-items: center;
    display: flex;
    max-width: 100%;
    padding: 0 20px;
}
.wrap-1Ot06 .title-37PNN {
    height: 47px;
    background: #c3c3c3;
    justify-content: center;
    border-radius: 10px;
}
.wrap-1Ot06 .star-1mrJz {
    flex: 0 0 auto;
    height: 17px;
    margin: 0 6px;
    width: 17px;
}
.wrap-1Ot06 .lazy-image {
    min-height: 1px;
    min-width: 1px;
}
.wrap-1Ot06 {
    align-items: center;
    bottom: 0;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: -0.05rem;
    z-index: 9999;
}
.wrap-1Ot06 .BX_Class17-3anw- {
    align-items: center;
    animation: BX_AniKey17-3dir8 3.04s steps(1) -1s 1 normal both;
    background: #ff7701;
    background-size: 100% 100%;
    border-radius: 28px;
    display: flex;
    height: 51px;
    justify-content: center;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 610px;
    transform: translateX(-50%) rotate(0deg) scale(1);
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
    width: 293px;
    z-index: 9;
}
.wrap-1Ot06 .text-222DY, .texteGerman-bla7o {
    display: flex;
    font-weight: 700;
    justify-content: center;
    line-height: 16px;
    max-width: 2.14rem;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 2.14rem;
}
.wrap-1Ot06 .text-222DY {
    color: #fff;
    font-size: 20px;
}
.wrap-1Ot06 .finger-Ze-g8 {
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-name: Finger-2zu2-;
    height: 72px;
    position: absolute;
    right: -30px;
    top: 45px;
    width: 83px;
}

.wrap-1Ot06 .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.content {
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
    width: 100%;
    height: 850px;
    overflow: hidden;
    position: relative
}

.wrap-1Ot06 #result {color: #fff;}

.wrap-1Ot06 .container {
  position: relative;
  height: 550px;
  width: 550px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-1Ot06 .container .spinBtn {
  position: absolute;
  width: 100px;
  height: 100px;
  font-size: 20px;
  padding-top: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  user-select: none;
  z-index: 2;
  background-image: url('/minigame/spinwheel/img/spin_btn.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wrap-1Ot06 .container .spinBtn::before {
  content: "";
  position: absolute;
  top: -28px;
  width: 20px;
  height: 30px;
}

.wrap-1Ot06 .container .wheel {
  position: absolute;
  width: 400px;
  height: 400px;
  background: #333;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #333, 0 0 0 10px #9f7f61;
  overflow: hidden;
  transition: transform 5s ease-out;
}

.wrap-1Ot06 .container .wheel .option {
  position: absolute;
  width: 50%;
  height: 50%;
  background: var(--clr);
  clip-path: polygon(0 0, 65% 0, 100% 100%, 0 65%);
  transform-origin: bottom right;
  transform: rotate(calc(var(--i) * 1deg));
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.wrap-1Ot06 .container .wheel .option span {
  position: absolute;
  transform: rotate(45deg);
  font-size: 2em;
  color: #fff;
  font-weight: 700;
  text-shadow: 3px 5px 2px rgba(0, 0, 0, 0.15);
}

.wrap-1Ot06 .wheel-wrap {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 20px;
  margin: 0 auto;
}


.wrap-1Ot06 .wheel-top {
  background: url(/minigame/spinwheel/img/wheel-top-bg.png) no-repeat;
  width: 447px;
  height: 195px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s
}

.wrap-1Ot06 .wheel-top:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: drop-shadow(0 0 5px #ffe000);
  -moz-filter: drop-shadow(0 0 5px #ffe000);
  -o-filter: drop-shadow(0 0 5px #ffe000);
  -ms-filter: drop-shadow(0 0 5px #ffe000);
  filter: drop-shadow(0 0 5px #ffe000)
}

.wrap-1Ot06 .wheel-top h2 {
  text-align: center;
  color: #fff;
  font-family: "Montserrat","Opensans",Arial,sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  position: relative;
  top: 52px;
  line-height: 1
}

.wrap-1Ot06 .wheel-top h2 span {
  font-family: "Montserrat-Bold","Opensans-Bold",Arial,sans-serif;
  font-size: 35px
}

.wrap-1Ot06 .wheel-holder {
  width: 100%;
  height: 550px;
  margin: 0 auto;
  position: relative;
  top: 85px;
}

.tncText {
  top: 705px;
  width: 100%;
  position: absolute;
  text-align: left;
  margin: 0 auto;
}

div.jb-tip {
    position: relative;
    margin: 25px 10px 20px 10px;
    padding: 20px;
    border: 5px solid #eeeeee;
    border-radius: 10px;
    background-color: #ffffff;
}

.container_title { 
  max-width: 960px; 
  height: 50px;
  margin: 0 auto; 
  padding: 20px;
  text-align: center;
}

h1.sixth { position: relative; font-size: 30px; font-weight: 400;}

h1.sixth:before,
h1.sixth:after {
  content: '[';
  display: inline-block;
  position: relative;
  top: 1px;
  height: 100%;
  font-size: 1.25em;
  color: tomato;
  
  transition: all 0.5s ease;
}

h1.sixth:after { content: ']'; }

h1.sixth:hover:before { 
  transform: translateX(-5px);
}

h1.sixth:hover:after { 
  transform: translateX(5px);
}

@media screen and (max-width: 450px) {
  .wrap-1Ot06 .container {
    height: 370px;
    width: 370px;
    margin: 0 auto;
  }
  .wrap-1Ot06 .container .wheel .option span {
    font-size: 1.5em;
  }
  .wrap-1Ot06 .container .wheel {
    height: 330px;
    width: 330px;
    margin: 0 auto;
  }
  .wrap-1Ot06 .wheel-top {
    background-size: contain;
    width: 320px;
    height: 130px;
    top: -76px;
    left: 0
  }
  .wrap-1Ot06 .wheel-top h2 {
    top: 20px
  }
  .wrap-1Ot06 .wheel-top h2 span {
    font-size: 24px;
  }
  .wrap-1Ot06 .wheel-wrap {
    height: 450px;
    position: relative;
    margin: 0 auto;
    left: auto;
    right: auto;
    top: 205px;
    width: 100%;
    background-position: top center;
  }
  .wrap-1Ot06 .BX_Class17-3anw- {
    top: 520px;
  }
  .tncText {
    top: 620px;
  }
    .wrap-1Ot06 .inner {
        max-width: 320px
    }

    .wrap-1Ot06 .wheel-holder {
        width: 100%;
        height: 423px;
        top: -80px;
    }

    .wrap-1Ot06 .wheel-holder>img.clacker {
        max-width: 35px;
        height: auto;
        top: -5px
    }

    .wrap-1Ot06 .content {
        height: 1100px
    }

    .wrap-1Ot06 li:hover {
        height: 42px
    }
}
@media screen and (max-width: 370px) {
  .wrap-1Ot06 .container {
      height: 300px;
      width: 300px;
      margin: 0 auto;
  }
  .wrap-1Ot06 .wheel-holder {
    width: 100%;
    height: 423px;
    top: -55px;
  }
  .wrap-1Ot06 .container .wheel {
    height: 300px;
    width: 300px;
    margin: 0 auto;
  }
}
