.peg, .wheelSVG {
    visibility: hidden;
}


/*.wheelContainer, body, html {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

.wheelContainer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.centerCircle, .valueContainer, .wheelOutline, .wheelText {
    pointer-events: none;
}

/*.toast, .wheelContainer, body, html {*/
    /*text-align: center;*/
/*}*/

.toast, .wheelContainer {
    text-align: center;
}

.wheelContainer {
    transform: translate(-50%, 0);
}

.toast, .wheelContainer button {
    position: absolute;
    background-color: #E81D62;
}

body, html {
    margin: 0;
    padding: 0;
}

.wheelContainer {
    position: absolute;
    max-width: 1000px;
    /* margin-left: auto;
     margin-right: auto;*/
    left: 0%;
    margin-top: 5%;
    top: 60px;
}

.wheelSVG {
    position: absolute;
    overflow: visible;
    width: 100%;
    height: auto;
}

.wheelText {
    text-anchor: middle;
    font-family: 'Fjalla One', Arial, sans-serif;
    -webkit-user-select: none;
    user-select: none;
}

.toast {
    border-radius: 12px;
    opacity: 0;
}

.toast p {
    clear: both;
    font-family: 'Fjalla One', Arial, sand-serif;
    margin: 23px;
    font-size: 30px;
    color: #ededed;
    letter-spacing: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 32px;
    -webkit-transition: line-height .2s ease;
    transition: line-height .2s ease;
}

/*button {*/
    /*left: 50%;*/
    /*width: 80%;*/
    /*top: 20px;*/
    /*max-width: 400px;*/
    /*padding: 20px;*/
    /*font-weight: 700;*/
    /*font-size: 32px;*/
    /*color: #ededed;*/
    /*border-radius: 6px;*/
    /*border: none;*/
    /*box-shadow: 0 2px 0 #D71559;*/
    /*cursor: pointer;*/
    /*font-family: "Fjalla One", Helvetica, Arial, sans-serif;*/
/*}*/

.wheelContainer button {
    left: 50%;
    width: 80%;
    top: 20px;
    max-width: 400px;
    padding: 20px;
    font-weight: 700;
    font-size: 32px;
    color: #ededed;
    border-radius: 6px;
    border: none;
    box-shadow: 0 2px 0 #D71559;
    cursor: pointer;
    font-family: "Fjalla One", Helvetica, Arial, sans-serif;
}

#fortunewheel-simple-btn {

    width: 100% !important;
}

@media only screen and (max-width: 992px) {

    .woo-wheel-roll {
        width: 100%;
    }

}

@media only screen and (max-width: 768px) {
    .woo-wheel-bg-img:before {
        bottom:0px !important;
    }

    .fortunewheel-left {

        width: 50%;

    }

    .fortunewheel-right {

        width: 50%;

    }

}

@media only screen and (max-width: 480px) {

    .fortunewheel-left {
        width: 100%;
        position: relative;
        /*bottom: 18%;*/
        margin: 0 auto;
    }

    .fortunewheel-from{
        width:100%;
        margin:20px auto;
    }

    .wheelContainer {
       /* width: 400px;
        top: 550px !important;*/
        position: relative;
        transform: translate(0%, 0);
    }
    .fortunewheel-right {
        width: 100%;
    }

    .woo-wheel-roll {
        padding:0px;
    }

    .toast p, .toast span {
        font-size: 18px;
        line-height: 18px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
    .toast p, .toast span {
        font-size: 38px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 801px) {
    .toast p, .toast span {
          font-size: 58px;
          line-height: 60px;
        font-size: 26px;
        line-height: 49px;
    }
}

@media only screen and (max-width: 480px) {
    .toast p, .toast span {
        font-size: 33px;
        line-height: 35px;
    }

    .wheelContainer button {
        font-size: 22px;
        padding: 10px;
        width: 40%;
    }


}

.wheelContainer button:focus {
    outline: 0;
}

.woo-wheel-roll {
    visibility: hidden;
}

.fortunewheel-click-btn.hide {
    display:none !important;
}

.fortunewheel-rotate-mob {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: white;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999999999;
    display: none;
    padding: 50px;
    text-align: center;
}

.fortunewheel-rotate-mob img {
    width: 80px;
}

.fortunewheelsin-rotote-content {
    position: absolute;
    top: 35%;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80%;
}

.wheelContainer {
    left: -8%;
}




/* snowflake css */

#snowflakeContainer {
	position: absolute;
	left: 0px;
	top: 0px;
    z-index:-1;
}
.snowflake {
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	line-height: 24px;
	position: fixed;
	color: #FFFFFF;
	user-select: none;
	z-index: 1000;
}
.snowflake:hover {
	cursor: default;
}

div#bottom_spin_icon {
    right: -300px;
}
#bottom_spin_icon .spin_icon_text{

    visibility: hidden;

}

@-ms-keyframes spin {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0deg); }
}
@keyframes spin {
    from {
        transform:rotate(360deg);
    }
    to {
        transform:rotate(0deg);
    }
}

@media screen and (max-width: 768px) {
    input.fortunewheel-form-field.fortunewheel-email {
        padding-top: 8px;
    }
}

.fortunewheel-wrapper-notice {
    margin-top: 50%;
}

.fortunewheel-notice-msg {
    background-color: white;
    text-align: center;
    width: 90%;
    padding: 10px;
    border: solid 1px gray;
    box-shadow: 0px 5px 5px #dbdbdb;
    border-radius: 6px;
    margin-left: 2%;
    font-size: 15px;
}

.fortunewheel-notice-link {
    font-size: 13px;
}

.fortunewheel-notice-link a {
    text-decoration: underline;
}

.mc-loggedin-req-wrapper,.mc-limit-exceed-wrapper {
    background-color: #fffffffc;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 2px 2px 12px #000;
    font-size: 14px;
    text-align: center;
    position:relative;
}

.mc-img {
    top: -50px;
    position: absolute;
    right: 2%;
}

.mc-message-head {
    font-weight: 600;
    font-size: 18px;
}

.mc-no-points-msg,
.fortunewheel-win-info {
    display: none;
}

.fortunewheel-cheat-msg {
    background-color: white;
    padding: 12px;
    margin-top: 10% !important;
    position: absolute;
    border-radius: 10px;
    box-shadow: 4px 6px 5px #4d4d4d;
}

.fortune-wheel-protected-content {
    display: none !important;
}