/*!
 * superWheel v1.0
 * https://22codes.com/
 *
 * Released under Codecanyon Standard license
 * https://codecanyon.net/licenses/standard
 *
 */
.superWheel {
	position: relative;
	max-width: 100%;
	/* margin: 4em auto 1em; */
	font-size: 25px;
	font-weight: bold;
}
.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;
    /* margin-left: 40px;
    margin-top: 40px; */
}
.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: 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%}
}

/* main style */

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}


.text-center{
	text-align: center !important;
}
.button {
  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
	position: relative;
	z-index: 9;
}
.button:hover {
  transition: all 150ms linear;
  opacity: .85;
}
.button:active {
  transition: all 150ms linear;
  opacity: .75;
}
.button:focus {
  outline: 1px dotted #959595;
  outline-offset: -4px;
}


.button.button-primary {
  color: #FFFFFF;
  background: #455a64;
}
.button.button-block{
	width: 100%;
}
.button:disabled {
    opacity: 0.5;
	cursor: no-drop;
}

/*
WHEEL CUSTOM

*/

.spinwheelwrap {
	/* width: 1450px;
	height: 1032px; */
	display: block;
	margin: 0 auto;
	position: relative;
	background-image: url("../images/spinwheel_bg.jpg");
}

.spinwheelcircle {
	/* position: absolute;
	top: 125px;
    left: 205px; */
}

.spinwheelbtn {    
	background-color: #00b379 !important;
    /* font-size: 45px !important; */
    font-weight: 600 !important;
    /* position: absolute; */
    /* padding: 5px 90px; */
    border-radius: 50px;
    /* right: 140px;    
	bottom: 350px;
	width: 100%; */
    /* max-width: 490px; */
}

.prizeheading {
    /* font-size: 50px; */
    color: #fff;
    font-weight: 600;
    /* position: absolute;
    right: 95px;
    top: 250px; */
}

.termsbox {    
	/* position: absolute; */
    display: block;
    /* right: 320px;
    top: 345px; */
}

.termsbox ol li {    
	color: #fff;
    /* font-size: 25px; */
    line-height: 37px;
}

.superWheel .sWheel-marker {
    margin-top: 9%;
}

.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt>div img {
    max-width: 65%  !important;
	/* transform: rotate(0deg) !important; */
	padding-right: 3%;
}

@media (max-width: 768px) {
    .sWheel-wrapper {
        /* margin-left: 15px;
        margin-top: 15px; */
    }
}