/*!
 * superWheel v1.0
 * https://22codes.com/
 *
 * Released under Codecanyon Standard license
 * https://codecanyon.net/licenses/standard
 *
 */
.superWheel {
  position: relative;
  max-width: 100%;
  margin: 1em auto 1em;
  font-size: 15px;
  font-weight: bold;
  padding-top: 36px;
}
.superWheel,
.superWheel *{
box-sizing: border-box;
  -webkit-user-select: none;
       -moz-user-select: none;
    -ms-user-select: none;
      user-select: none;
}
.sWheel-wrapper {
  position: relative;
}
.superWheel .sWheel-inner{
  display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.superWheel .sWheel{
  border-radius: 100%;
  overflow: hidden;
}
.superWheel .sWheel,
.superWheel .sWheel>.sWheel-bg-layer,
.superWheel .sWheel>.sWheel-txt-wrap,
.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt,
.superWheel .sWheel>.sWheel-bg-layer {
  margin: 0 auto;
  border-radius: 100%;
  padding: 0;
  list-style: none;
  overflow: hidden;
  color: #ecf0f1;
}
.superWheel .sWheel>.sWheel-txt-wrap,
.superWheel .sWheel>.sWheel-bg-layer {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.superWheel .sWheel .sWheel-child .sWheel-inside{
    display: table;
  -webkit-transform: rotate(0) skew(-45deg);
          transform: rotate(0) skew(-45deg);
    width: 50%;
    height: 50%;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
.superWheel .sWheel .sWheel-child .sWheel-inside> div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    -webkit-transform-origin: 115% 25%;
            transform-origin: 115% 25%;
    padding-right: 40px;
    font-size: 18px;
    font-weight: bold;
}
.superWheel .sWheel>.sWheel-bg-layer>div {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  border: 1px solid transparent;
  background-color: #404040;
}
.superWheel .sWheel>.sWheel-bg-layer>div:nth-child(odd){
  background-color: #616161;
}
.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt>div {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*overflow: hidden;*/
  line-height: 1.2em;
  max-height: 23.4em;
  text-align: right;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 1px;
  width: 50%;
  padding-right: 6%;
  font-weight: bold;
  font-size: 100%;
  cursor: default;
  color: #fff;
  text-align: right;
}
.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt>div img{
    max-width: 40%;
}
.superWheel .sWheel-center {
    width: 100%;
    height: 100%;
    border-radius: 100%;
  text-align: center;
}
.superWheel .sWheel-center>.sw-center-empty,
.superWheel .sWheel-center>.sw-center-html {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.superWheel .sWheel-center>.sw-center-empty{
  position: absolute;
}
.superWheel .sWheel-center>img{
    max-width: 100%;
    width: 200px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.superWheel .sWheel-center>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent !important;
}
.superWheel .sWheel-marker {
      border-spacing: 90px;
      width: 16%;
      height: 14%;
      position: absolute;
      left: 50%;
      top: -18%;
      margin-top: 7%;
      margin-left: -8%;
      -webkit-transition: 0.2 rotate linear;
      transition: 0.2 rotate linear;
      z-index: 9992;
      display: block;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 35%;
              transform-origin: 50% 35%;
}
.superWheel .sWheel-marker>svg {
    height: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.superWheel .rotate{
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
}
.sWheel>.sWheel-bg-layer>svg {
  margin: 0 auto;
  border-radius: 50%;
  display: block;
  width: 100%;
    height: 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@-webkit-keyframes animateColor {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes animateColor {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.spinnwin {
  position: absolute; text-align: center; width: 100%; z-index: 99; top: 35%; right: 0;left: 0;
}

.spinnwin-board {
  top: -100px;
  animation: float 3s ease-in-out infinite;
  position: relative;
  z-index: 98; text-align: center;
}

.spin-to-win{
  margin: 0 auto; width: 130px;
}

.spinnwin-board img{
  margin: 0 auto; max-width: 350px;
}


.spin-btn {
    color: black;
    background: gold;
    padding: 5px 20px;
    border-radius: 0.3em;
    font-weight: bold;
}


.spin-bg {
  background-image: url(../images/spin.gif);
  background-size: cover;
}


@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(10px);
  }
  100% {
    transform: translatey(0px);
  }
}

.token-left {
  background: rgba(76,76,76,1);
  background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
  background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
  background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
  background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
  background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
  box-shadow: 0px 0px 5px 1px rgb(255, 230, 133);
  padding: 10px 0; border-radius: 0.5em; border: 2px solid gold;
  margin: -60px auto 0 auto;
  width: 50%;
  margin: -60px auto 0 auto!important;
}

.token-left p{
  font-size: 18px;
  color: gold;
  font-weight: bold
}

.spin-box {
  background-color: #000000;
  padding: 10px;
  max-width: 80%;
  margin: 1px auto 0;
  transform: translate(0px, -40px);
  border-radius: 10px;
}

.spin-box h3 {
  color: #e9d325;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #e9d325;
  padding-bottom: 10px;
}

.spin-box h2 {
  font-weight: bold;
  font-size: 3.5rem;
}

.spin-box h6 {
  color: #e9d325;
  font-size: 1.5rem;
  font-weight: bold;
}

.spin-box p {
  font-size: .9rem;
}

@media (max-width: 415px) {
  .spin-box {
    margin-top: -10px;
    background-color: #000000;
    padding: 10px;
    max-width: 80%;
    margin: 1px auto 0;
    transform: translate(0px, -40px);
    border-radius: 10px;
  }

  .spin-box h3 {
    color: #e9d325;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #e9d325;
    padding-bottom: 10px;
  }

  .spin-box h2 {
    font-weight: bold;
    font-size: 3.5rem;
  }

  .spin-box h6 {
    color: #e9d325;
    font-size: 1rem;
    font-weight: bold;
  }

  .spin-box p {
    font-size: .8rem;
  }

  .tnc {
    color: #e9d325;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
