
#wheelBody .label_score{
	color: rgb(109,32,33);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5em;
}

#wheelBody .label_points{
	color: black;
	font-weight: 700;
	font-size: 1.2em;
}

#wheelBody .btn_leader{
	padding: 15px 30px 15px 30px;
	background-color: rgb(197,61,75);
	border: 1px solid white;
	border-radius: 25px;
	width: 220px;
	color: white;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	cursor: pointer;
	font-weight: 400;
	font-size: 1.2em;
}

#wheelBody .btn_spin{
	padding: 16px;
    color: #0B8EFF;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    font-size: 29px;
    line-height: 29px;
    width: 309px;
    height: 27px;
    background: #fff;
    border-radius: 10px;
    font-family: 'CeraBold';
    opacity: 1;

}
#wheelBody  td#navColumnOne {
    display: none;
}
#wheelBody #txt_points{
    text-align: center;
	transition-duration:300ms;
    -ms-transition-duration:300ms;
    -webkit-transition-duration:300ms;
    -o-transition-duration:300ms;
    -moz-transition-duration:300ms;

}



#wheelBody #mancha{
	position: fixed;
	background-color: rgba(128,131,133,0.9);
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	display: none;
	
}

#wheelBody #form_wrapper{
	position: absolute;
	background-color: #F5F5F5;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-40%);
	min-width: 350px;
}

#wheelBody .form_header{
	background-color: rgb(71,195,143);
	padding: 15px;
	text-align: center;
	position: relative;
}

#wheelBody .form_header > p {
	margin: 0;
	position: relative;
	color: #fff;
	font-weight: 400;
}

#wheelBody #close{
	position: absolute;
	top: 15px;
	right: 10px;
	color: #fff;
	cursor: pointer;
}

#wheelBody .form_body{
	padding: 30px 40px 30px 40px;
}


#wheelBody .form_input{
	width: 100%;
	outline: none !important;
	padding: 10px;
	background-color: #E0E0E0;
	border: none;
	box-sizing : border-box;
	position: relative;
}

#wheelBody .input_wrapper{
	position: relative;
}

#wheelBody input:focus::-webkit-contacts-auto-fill-button{
    opacity: 0;
}

#wheelBody #name_wrapper:after{
	font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: 10px;
    content: "\f007";
    color: #424242;
}

#wheelBody #email_wrapper:after{
	font-family: 'FontAwesome';
    position: absolute;
    right: 18px;
    top: 10px;
    content: "\f0e0";
    color: #424242;
}


#wheelBody .btn_submit{
	margin: 0 auto;
	margin-top: 25px;
	width: 150px;
	text-align: center;
	background-color: rgb(71,195,143);
	border: none;
	padding: 10px;
	cursor: pointer;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
}
#wheelBody #canvasbefore {
    background: url(https://brickdepot.ro/includes/templates/theme612/images/Asset%206@2x@2x.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
#wheelBody #pointer {
    background: url(https://brickdepot.ro/includes/templates/theme612/images/Group%202556@2x.png);
    background-size: cover;
    position: absolute;
    top: 41.7%;
    right: -26px;
    width: 90px;
    height: 83px;
    z-index: 999;
}
#wheelBody div#canvasall {
    width: 531px;
    height: 531px;
    position: relative;
    margin: 55px auto;
}
#wheelBody canvas#canvas {
    position: absolute;
    top: 25px;
    left: 25px;
}
#wheelBody #txt_points {
    font-size: 36px;
    line-height: 28px;
    font-family: 'CeraBold';
    color: #FFFFFF;
    margin: 23px auto 32px auto;
}
body#wheelBody{
    background: url(https://brickdepot.ro/includes/templates/theme612/images/Mask%20Group%20213@2x.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wheelBody .cont {
    background: unset;
}
#wheelBody .header_sub_banner_pos,
#wheelBody .top_header_info_bar,
#wheelBody #navBreadCrumb,
#wheelBody .ab_vip,
#wheelBody #footer{
    display: none;
}
@media (max-width: 700px) {

 	#wheelBody .label_score{
		font-weight: 300;
		font-size: 1em;
	}

	#wheelBody .label_points{
		font-weight: 300;
		font-size: 1em;
	}

	#wheelBody .btn_leader{
		padding: 10px;
	}

 	#wheelBody #txt_points{
 		font-size: 1.2em;
 		margin: 0 auto;
 		margin-bottom: 50px;
 	}
}