.peg,
.wheelSVG {
    visibility: hidden;
}


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



#containerW {
	margin-top: 0px;
}

 .wheelContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    width: 100vw
    height: 100vh;

}

.wheelSVG {
   position: relative;
    overflow: visible;
    height: 400px;
}

.wheelText {
    text-anchor: start;
    font-family: Montserrat, sans-serif;
    -webkit-user-select: none;
    user-select: none;
}

.wheelText tspan {
    text-anchor: middle;
    letter-spacing: 2px;
}

.toast {
    border-radius: 12px;
    opacity: 0;
    background-color: #FF5639;
    position: absolute;
    overflow: hidden;
    color: #FFFFFF;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    width: 90%;
    padding: 20px 40px;
    max-width: 450px;
    margin-top:90px;
}

.toast p {
    clear: both;
    font-family: Montserrat, Arial, sand-serif;
    margin: 15px;
    font-size: 18px;
    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: 18px;
    -webkit-transition: line-height .2s ease;
    transition: line-height .2s ease;
}

.spinBtn {
    background-color: #FF5639;
    position: relative;
    width: 250px;
    /* top: 20px; */
    max-width: 300px;
    padding: 20px;
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
    border-radius: 6px;
    border: none;
    box-shadow: 0 2px 0 #D71559;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
}
.spinBtnLink {
	color:#F1DC16;
}


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

   
    .toast {
		padding: 0;
    }
    .toast p,
    .toast span {
        font-size: 18px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {

    .toast {
		padding: 0;
    }    
    .toast p,
    .toast span {
        font-size: 18px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 801px) {

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

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

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



  
}



