@import url('https://fonts.googleapis.com/css2?family=Braah+One&family=Comme:wght@100;300;900&family=Darumadrop+One&family=Foldit:wght@100&family=Raleway:wght@200;600&family=Teko:wght@300;600&display=swap');

.superWheel{position:relative;max-width:100%;font-size:25px;font-weight:700}
.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:700}
.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;line-height:1.2em;max-height:23.4em;-webkit-transform-origin:0 0;transform-origin:0 1px;width:50%;padding-right:6%;font-weight:700;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:0;margin-top:-4%;margin-left:-8%;-webkit-transition:.2 rotate linear;transition:.2 rotate linear;z-index:1;display:block;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:50% 35%;transform-origin:50% 35%}
.mobile .sWheel-marker {margin-top:-2%;}
.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%}}

.wheel-horizontal {
    min-height: 300px;
    min-width: 200px;
    background: url(/images/loading.gif) center center no-repeat;
    background-size: 50px 50px;
    z-index:5;
    margin: 0 auto 125px;
  }
  
  .wheel-bg {
    background: #311751 url(/images/wheel_bg.jpg) center top no-repeat;
    background-size: contain;
    width: 100%;
    padding:30px;
    min-height:500px;
    padding-top:100px;
    overflow: hidden;
  }

  .mobile .wheel-bg {
    background-size: 180vh;
    padding-top:50px;
    margin-top:-18px;
    padding-bottom:45px;
  }
  @media (orientation:landscape){
    .mobile .wheel-bg {
      background-size: contain;
    }
  }

  .luckywheel {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top:-20px;
    max-width:500px;
    z-index:5;
  }

  .wheel-panel {
    position: absolute;
    top: 460px;
    left: 50%;
    background: #FC34E4;
    background: linear-gradient(to bottom, #FC34E4 0%, #23052B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FC34E4), color-stop(100%, #23052B));
    background: -webkit-linear-gradient(top, #FC34E4 0%, #23052B 100%);
    background: -moz-linear-gradient(top, #FC34E4 0%, #23052B 100%);
    background: -o-linear-gradient(top, #FC34E4 0%, #23052B 100%);
    background: -ms-linear-gradient(top, #FC34E4 0%, #23052B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC34E4', endColorstr='#23052B', GradientType=0);
    box-shadow: inset 0 1px 0 #D0A97A;
    -webkit-box-shadow: inset 0 1px 0 #D0A97A;
    -moz-box-shadow: inset 0 1px 0 #D0A97A;
    width: 600px;
    margin-left: -300px;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-radius: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 79px;
    box-shadow: 1px -2px 36px 6px rgba(255,153,231,0.85);
    -webkit-box-shadow: 1px -2px 36px 6px rgba(255,153,231,0.85);
    -moz-box-shadow: 1px -2px 36px 6px rgba(255,153,231,0.85);
    padding:20px;
    font-weight:bold;
  }

  .default .wheel-panel {
    outline: 2px solid #FFF8FF;
    outline-style: outset;
    outline-offset: -2px;
  }

  .mobile .wheel-panel {
    border: 1px solid #FFF8FF;
    width:100%;
    margin-left:0;
    left:50%;
    bottom: -98px;
    height: 140px;
  }
  
  .wheel-sign {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: bold;
    padding: 15px 3px;
    text-align: center;
    z-index: 10;
    width: 260px;
    height: 54px;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #0C0606;
    background: linear-gradient(to bottom, #393835 0%, #050202 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #393835), color-stop(100%, #050202));
    background: -webkit-linear-gradient(top, #393835 0%, #050202 100%);
    background: -moz-linear-gradient(top, #393835 0%, #050202 100%);
    background: -o-linear-gradient(top, #393835 0%, #050202 100%);
    background: -ms-linear-gradient(top, #393835 0%, #050202 100%);
    cursor: pointer;
  }

  .default .wheel-sign {
    outline: 3px solid #FFFF6C;
    outline-style: outset;
    outline-offset: -5px;
  }

  .mobile .wheel-sign {
    border: 2px solid #FFFF6C;
    width:190px;
    font-size:12px;
    height:44px;
    padding-top: 12px;
  }

  .default .wheel-panel .spin {
    margin-left:-28px;
  }
  
  .wheel-panel .spin {
    font-family: 'Teko', sans-serif;
    cursor:pointer;
    position: relative;
    width: 180px;
    margin-top:-7px;
    border-radius: 12px;
    border: 2px outset #63e963;
    display: inline-block;
    padding: 7px 15px 4px;
    z-index: 100;
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 4px;
    overflow: hidden;
    box-shadow: 1px 0px 10px 2px rgba(116,36,154,0.85);
    -webkit-box-shadow: 1px 0px 10px 2px rgba(116,36,154,0.85);
    -moz-box-shadow: 1px 0px 10px 2px rgba(116,36,154,0.85);
    font-size: 18px;
    font-weight: bolder;
    text-decoration: none;
    background: linear-gradient(180deg, #F3FE8A, #007700);
    text-shadow: 0px 1px 6px rgba(128, 0, 0, 1);
    transition: 0.2s;
  }

  .wheel-panel .spin:hover {
    animation: animation 1s 1 linear;
    background: #73B741;
    
  }
  @keyframes animation {
    50% {
      background:#8DC550;
    }
    100% {
      background:#73B741;
    }
  }

  .mobile .wheel-panel {
    padding-top:80px;
  }

  .spin_button {
    width:200px;
    height:60px;
    float:left;
  }

  .mobile .spin_button {
    width:88%;
    position: absolute;
    top:20px;
  }

  .default .spin_button {
    margin-left: 60px;
  }

  .wheel-online {
    margin-top:-6px;
    position: relative;
    text-align: center; 
    width: 100px;
    height:50px;
    float:right;
    border: 2px solid #FFDAFF;
    padding: 10px 3px;
    border-radius: 15px;
    background: linear-gradient(176deg, #F148DA 0%, #891579 100%);
    box-shadow: 1px 0px 10px 2px rgba(116,36,154,0.85);
    -webkit-box-shadow: 1px 0px 10px 2px rgba(116,36,154,0.85);
    -moz-box-shadow: 1px 0px 10px 2px rgba(116,36,154,0.85);
  }

  .default .wheel-online {

  }

  .mobile .wheel-online {

  }

  .wheel-online .fa-users {
    color: #FDFCFE;
    margin-right: 6px;
  }

  .wheel-online-title {
    position: absolute;
    font-size:15px;
    left:-12px;
    bottom:-2px;
    width:120px;
    color:#FFF100;
    transform: rotate(354deg);
    -webkit-transform: rotate(354deg);
    -moz-transform: rotate(354deg);
    -ms-transform: rotate(354deg);
    -o-transform: rotate(354deg);
    text-shadow: -2px 1px 2px #5C026D;
    background: #FF1169;
    border-radius: 10px;
  }

  .wheel-panel .spin_board {
    float:left;
    width:137px;
    background: #2D0A43;
    border-radius: 10px;
    padding: 5px;
    height: 35px;
    box-shadow: 1px 0px 10px 2px rgba(116,36,154,0.85);
    -webkit-box-shadow: 1px 0px 10px 2px rgba(116,36,154,0.85);
    -moz-box-shadow: 1px 0px 10px 2px rgba(116,36,154,0.85);
    border-bottom: 1px solid rgb(235,109,237);
  }

  .default .spin_board {
    
  }

  .mobile .spin_board {
   
  }

  .wheel-panel .spin_counter {
    padding: 0px 12px;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
  }

   #buy_spin {
    font-weight: bold;
    font-size: 10px;
    font-family: revert;
    line-height: 26px;
    text-shadow: 0px 0px 3px black;
    cursor: pointer;
    position: relative;
    bottom: 8px;
    color: #FC55FC;
  }

  .spin_counter_container{
    width:75px;
    float:left;
  }
  .spin_container_pach{
    width:122px;
  }

  .purch_button {
    float:right;
    background-color: #FBFBFD;
    color:#111111;
    padding: 0px 6px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    border:1px outset #fff;
    cursor: pointer;
    position: relative;
    z-index: 5;
  }
  .purch_button_sub{
    float:left;
    padding: 0px 8px;
  }

  .last-winners {
    position: absolute;
    bottom:-50px;
    color:#eeff90;
    margin-left:-20px;
  }

  .last-winners span {
    color:#eee;
    padding-right:5px;
  }
  .mobile .last-winners {
    bottom: -45px;
    margin-left: -25px;
  }