.chips {
	position: absolute;
	top: 110px;
	height: 100px;
}

.gradientBG {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

#sfondoOpzioni {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.btnQFGenerico {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
	color: #120054 !important;
	background: linear-gradient(to bottom, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}

svg {
	fill: #120054;
}


.testoSuPulsanteIcona {
	color: #120054;
	text-shadow: none;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}

.immagineSuPulsante {
	color: #120054;
	fill: #120054;
	stop-color: #120054;
}

.mascheraGenerica {
	background-color: black;
}

.circle-loader {
	width: 100px;
	min-width: 100px;
	height: 100px;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border-top: 8px solid rgba(235, 169, 23, 0.2);
	border-right: 8px solid rgba(235, 169, 23, 0.2);
	border-bottom: 8px solid rgba(235, 169, 23, 0.2);
	border-left: 8px solid rgba(235, 169, 23, 1);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: circle-loader-spin 1s infinite linear;
	animation: circle-loader-spin 1s infinite linear;
	position:absolute;left:50%;top:50% !important;
	margin: -120px auto auto -50px;z-index:9999;
}


@keyframes circle-loader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.pulsanteBlu
{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b679e+0,2b88d9+50,207cca+51,7db9e8+100;Blue+Gloss+%232 */
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


.primoBanco.noVisible {
	display: none !important;
}
.noBanco.noVisible {
	display: none !important;
}


#freA {position: absolute;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(135deg, #e96105 10%, #e96105 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(135deg, #e96105 10%, #e96105 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(135deg, #e96105 10%, #e96105 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(135deg, #e96105 10%, #e96105 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(135deg, #e96105 10%, #e96105 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

#freB {
	position: absolute;
	width: 36px;
	top: 1px;
	left: 1px;
	height: 36px;
	margin: 0 auto;
	opacity: 0.3;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(135deg, #fff 10%, #fff 30%, #e96105 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(135deg, #fff 10%, #fff 30%, #e96105 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(135deg, #fff 10%, #fff 30%, #e96105 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(135deg, #fff 10%, #fff 30%, #e96105 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(135deg, #fff 10%, #fff 30%, #e96105 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}





#overlay_jackpot {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 930;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	transform: scale(0);
	opacity: 0;
	overflow: hidden;

}


.diamanti {
	height: 225px;
	width: 225px;
	animation-name: diamantiSprite;
	animation-duration: 1.5s;
	animation-timing-function: steps(20);
	animation-iteration-count: infinite;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	z-index: 3;
	top: 90px
}

@keyframes diamantiSprite {
	from {
		background-position: 0px;
	}
	to {
		background-position: -9000px;
	}
}

#spawnPoint {
	width: 400px;
	position: absolute;
	bottom: 0;
	height: 100px;
	left: 50%;
	z-index: 1;
	margin-left: -200px;
}

#TimportoJackpot
{
	display: none !important;
}
#carta_carta_XX__1
{
	z-index: 101;
}