/*!

 * superWheel v1.0

 * https://22codes.com/

 *

 * Released under Codecanyon Standard license

 * https://codecanyon.net/licenses/standard

 *

 */

 .superWheel {
    position: relative;
    max-width: 100%;
    margin: 0em auto;
    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;
    background-image: url(/images/superwheel/spinwheel-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.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: 2px;
    left: 2px;
    width: 98%;
    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: 1px 0px;
    /* 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: 100%
}

.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: 80px;
    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%;
}

.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%
    }
}

.spwheel-ct {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.spwheel-ct img {
    width: 80px;
    margin: 0 auto;
}

.spin {
    z-index: 1;
    width: 100%;
    margin-bottom: 7px;
}

.spin img {
    max-width: 80%;
    margin: 0 auto;
}

.prize {
    padding: 1px;
    flex: 1;
}

.prize-left{
    margin-left: 215px;
}

.prize img {
    max-width: 96%;
}

.prize a{
    top: -12px;
    font-size: 11px;
    z-index: 3;
    line-height: 5px;
}

.win-text {
    text-align: center!important;
    font-size: 18px!important;
    top: -84px!important;
}

.sWheel-wrapper {
    width: 100%!important
}

.btn-spin {
    background: none;
}

.btn-spin img {
    width: 100%;
    margin-top: 10px;
}

.token-box {
    background: #110622b3;
    padding: 8px;
}

.token-box p {
    margin-bottom: 0;
}

.token-box h6 {
    color: #e9d325;
    font-weight: bold;
    margin-top: 10px;
}

.token-box ul {
    margin-top: 10px;
    padding: inherit;
}

.token-box ul li {
    text-align: left;
    font-size: 0.8rem;
}

.spin-stage {
    text-align: center;
    margin-top: -50px;
}

.spin-stage img {
    width: 80%;
}

.spwheel-ct img {
    cursor: pointer;
}

.spin-bg {
    background-image: url(/images/superwheel/spin-bg.png);
    background-position: center;
    background-size: 500px;
}
.attendance-bg {
    background-position: center;
    background-size: 500px;
}
.superWheel .sWheel-inner {
    width: 95%;
    margin: 0 auto;
}

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

.spin-box2{
    max-width: 90%;
    /* margin: 10px auto 0; */
    border-radius: 10px;
    flex: 3;
}

.spin-box2 li {
    color: #fdeca6;
    line-height: normal;
    text-align: left;
    font-size: .9rem;
}

.spin-box2 p {
    font-size: .7rem;
    text-align: center;
    margin-bottom: 0.5rem;
    margin-left: 10px;
    margin-right: 10px;
}

.spin-box2 h3 {
    color: #fdeca6;
    font-size: 1.8rem;
    font-weight: bold;
    /* border-bottom: 1px solid #fdeca6; */
    /* padding-bottom: 10px; */
}

.spin-box h4 {
    color: #ccb66a;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #ccb66a;
    padding-bottom: 10px;
}

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

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

.spin-box li {
    color: #fff;
    line-height: normal;
    text-align: left;
    font-size: .9rem;
}

/* .sWheel-marker {
    /* display: none!important;
} */

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

.ticketwinner {
    width: 90%;
    background-color: #33333300;
    overflow: hidden;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.ticketwinner ul {
    list-style: none;
    position: relative;
    padding: 0;
}

.ticketwinner li {
    height: 27px;
    padding: 5px;
    background-color: rgba(57, 173, 117, 0);
    text-align: left;
    border-bottom: 1.3px solid #ffcb00;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
}

.ticketwinner li p {
    font-size: .8rem;
    font-weight: normal;
    color: white;
}

.ticketwinner li p span {
    float: right;
    color: #ffcb00;
}

.winner_title{
    text-align: center;
    color: white;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}

.winner_border{
    border: 2px solid #ffcb00;
    padding: 7px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 6px;
}

@media only screen and (min-width: 415px) {
    .superWheel .sWheel-inner {
        width: 80%;
        margin: 0 auto;
    }
    .spwheel-ct {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
    }
    .spwheel-ct img {
        width: 80px;
    }
    
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .prize {
        padding: 3px;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    .prize {
        padding: 3px;
    }
    .prize-left {
        margin-left: 196px;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .prize {
        padding: 3px;
    }
    .prize-left {
        margin-left: 215px;
    }
}

@media only screen and (max-width: 376px) {
    .superWheel .sWheel,
    .superWheel .sWheel>.sWheel-bg-layer,
    .superWheel .sWheel>.sWheel-txt-wrap,
    .superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt {
        position: absolute;
        width: 98%;
        left: 1%;
        height: 100%;
        margin: 0 auto;
    }
    .spwheel-ct {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
    }
    .spwheel-ct img {
        width: 60px;
    }
}

@media only screen and (max-width: 321px) {
    .spwheel-ct {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
    }
    .spwheel-ct img {
        width: 50px;
    }
    .prize {
        padding: 1px;
    }
    .prize a{
        top: -9px;
        font-size: 10px;
    }
    .prize-left {
        margin-left: 162px;
    }
    .spin-box2 {
        /* margin-top: 0.5rem; */
    }
    .win-text {
        text-align: center!important;
        font-size: 18px!important;
        top: -83px!important;
    }
}

@media only screen and (min-width: 811px) {
    .spwheel-ct {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
    }
    .spwheel-ct img {
        width: 80px;
    }
}

/* ----------- Pixel----------- */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 713px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .prize {
        padding: 3px;
    }
    .prize-left {
        margin-left: 215px;
    }
  }