
.peg,
.wheelSVG {
    visibility: hidden;
}


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


button {
    position: relative;
    background-color: transparent;
}



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

}
.bgimage{
	background-image: url("../media/bgimg.png");
}
.viratimg{
	background-image: url("../media/virat.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.wheelSVG {
   position: relative;
    overflow: visible;
    /* height: 75vh; */
	/* height: 60vh; */
    margin-top: 180px;
}
.pclass{
	color: #fff;
	font-size: 18px;
	
}
.wheelText {
    text-anchor: start;
    
    -webkit-user-select: none;
    user-select: none;
}
.floatcls{
	float: left;
	width : 49%;
	margin-left: 2px;
}

.wheelText tspan {
    text-anchor: middle;
    letter-spacing: 2px;
}
.form-class{
	width:90%;
	/* margin-top: -20px; */
}
.toast {
    border-radius: 12px;
    opacity: 0;
    background-color: #000;
    position: absolute;
    overflow: hidden;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    width: 50vw;
    padding: 5px 5px;
   
    max-width: 1000px;
}

.toast p {
    clear: both;
    font-family: Montserrat, Arial, sand-serif;
    
    font-size: 16px;
    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 {
    position: relative;
    /* width: 60vw; */
    /* top: 20px; */
    max-width: 400px;
    padding: 10px;
    font-weight: 700;
    font-size: 1rem;
    color: #ededed;
    border-radius: 6px;
    border: none;
    /* box-shadow: 0 2px 0 #000; */
    cursor: pointer;
    font-family: Montserrat, sans-serif;
}
.submitbtnmgn{
	margin-top: -40px;
	margin-bottom: -30px;
	background-color: #ffbc00;
	color: #000;
}
.wheelbottomimg{
	width: 20%;
	margin-top: -70px;
}
.submitbtn{
	/* background-color: #FE1404;
    border: 1px solid #FF9E0E;
    color: #fff; */
}
.submitbtn:hover {
    /* background-color: #FE1404; */ /* Green */
    /* border: 1px solid #FF9E0E;
    color: #fff; */
}
.submitbtn2{
	background-color: #FE1404;
    border: 1px solid #FF9E0E;
    color: #fff;
}
.submitbtn2:hover {
    background-color: #FE1404; /* Green */
    border: 1px solid #FF9E0E;
    color: #fff;
}
@media only screen and (max-width: 480px) {

 
    button {
        font-size: 1rem;
        padding: 5px;
       /*  width: 20vw; */
    }   
    .toast {
		padding: 0;
		margin-top: 150px;
    }
    .toast p,
    .toast span {
        font-size: 14px;
        line-height: 1.5rem;
    }
}

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

    .toast {
		padding: 0;
    }    
    .toast p,
    .toast span {
        font-size: 14px;
        line-height: 1rem;
    }
}

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

    .toast p,
    .toast span {
        font-size: 14px;
        line-height: 1.5rem;
        
       
    }
    .toast
    {
        /* height: 40px!important; */
        width:200px!important;
        /* padding-bottom: 20px; */
       /*  margin-bottom: 22%; */
	   margin-top: 70px;
    }
}

@media (max-width: 767px) {
	.wheelSVG{margin-top: 60px;}
}
@media (min-width: 768px) {
	#form-div{
		margin-top: 180px;
	}
}
@media only screen and (max-height: 480px) {

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

    button {
        font-size: 18px;
        padding: 5px;
        width: 60%;
    }

  
}

button:focus {
    outline: 0;
}

a:link { color:#F1DC16; }
a:visited { color:#F1DC16; }
a:hover { color:#F1DC16; }
a:active { color:#F1DC16;}
