/********************************	
	Developed by AXA Studios
	The Creative Engine
	http://www.axastudios.com
*********************************/
:root {
	--input-radius: 11px;
	--border-radius: 7px;

	--main-pad: 24px;
	--sm-pad: 16px;
	--xs-pad: 8px;
	--med-pad: 48px;
	--lg-pad: 48px;
	--xl-pad: 96px;
	--main-neg: -24px;
	--lg-neg: -48px;
	--background: url(https://manager.spinthewheel.nl/media/games/145/style/129/background_img/pinball-mainbanner-kronenburg.jpg?nocache=1740989809282) right bottom no-repeat var(--bg-color);
}

/* MAIN STYLES *****************************/

html {
	/*	overflow-y: scroll;*/
	margin: 0;
	padding: 0;
	-webkit-user-select: none!important; /* prevent selecting */
	-moz-user-select: none!important; /* prevent selecting */
	user-select: none!important; /* prevent selecting */
	-webkit-user-drag: none!important; /* prevent from being dragged */
}
body {
	padding: 0px;
	margin: 0px;
/*	background: #0D0F14;*/
	background:var(--bg-color);
	font-family: "Outfit", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size:14px;
	line-height: 1.6;
	color: var(--main-color);
	overflow: hidden;
	-webkit-user-select: none!important; /* prevent selecting */
	-moz-user-select: none!important; /* prevent selecting */
	user-select: none!important; /* prevent selecting */
	-webkit-user-drag: none!important; /* prevent from being dragged */
}
	
/* TEXT & LINK STYLES *****************************/

h1, h2, h3, h4, h5, h6 {
	font-family: "Outfit", Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h1{
	font-size:30px;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.2;
}
h2 {
	font-size:18px;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.2;
}
h3 {
	font-size:16px;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.2;
}
h4 {
	font-size:16px;
	font-size:var(--sm-pad);
	font-weight: 700;
	margin-bottom: 4px;
	/*	text-transform: uppercase;*/
}

.italic{
	font-style:italic;
}
p{
	margin-bottom: 3rem;
	margin-bottom: 2.4rem;
}
.no-desktop {
	display: none;
}
.lead{
	font-weight: 300;
	font-size: 26px;
	margin-bottom: 1.6rem;
	line-height: 1.4;
	color: var(--grey-color);
}
:focus{
	-moz-outline-style:none;
}	
::selection{
	background-color:#333333;
	color:#fff;
}	
::-moz-selection{
	background-color:#333333;
	color:#fff;
}
img{
	max-width: 100%;
}
input:focus, button:focus {
	outline: none; 
}

a{
	color: var(--main-color);
	border: none;
	outline:0;
	-moz-outline-style:none;
}
a:hover, a:focus, a:active, a:visited{
	text-decoration: none;
	color: inherit;
}
a img {
	border: none;
	outline:0;
	-moz-outline-style:none;
}
input.button, .button, .button:visited, .w-btn, .b-btn, .txt-btn {
	position: relative;
	cursor: pointer;
	color: var(--white-color);
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
/*	border: 1px solid var(--primary-cta-color);*/
	border: none;
	border-radius: var(--border-radius);
	outline: none;
	background: none;
	background: var(--primary-cta-color);
	text-align: center;
	text-shadow: 0px 1px 4px #00000029;
	-webkit-transition:0.2s ease all;
	transition:0.2s ease all;
	text-decoration: none;
}
.txt-btn {
	font-weight: 400;
}
.button span{
	position: relative;
	z-index: 3;
}
a.button, .button {
	color: var(--white-color);
	display: inline-block;
	text-decoration: none!important;
	padding: 9px 32px 9px 32px;
}

.button.loading span,
.b-btn.loading span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-left: -32px;
}

#shop-info-claim-btn-button.button.loading .tablet-btn-txt {
	display: none;
}


.button .btn-loader,
.b-btn .btn-loader {
	display: none;
}

.button.loading .btn-loader,
.b-btn.loading .btn-loader {
	display: flex;
	margin-right: 16px;
}

.button.loading:hover .btn-loader,
.b-btn.loading:hover .btn-loader {
	border-color: var(--input-bg);
	border-bottom-color: transparent;
}

.button:hover, .button:active, .button:focus, .button.o-btn:hover, .button.o-btn:active, .button.o-btn:focus {
	background: var(--hover-color);
	border: 1px solid var(--hover-color);
	border: none;
	box-shadow: none;
}

.banner-btn:hover, .banner-btn:active, .banner-btn:focus{
	background: none;
	color: var(--white-color);
	border: 1px solid rgba(255, 255, 255, 1);  
}
.w-btn, .w-btn:visited {
	display: inline-block;
	text-decoration: none;
	line-height: 28px;
	padding: 9px 32px 9px 32px;
	background: var(--white-color);
	color: var(--main-color);
	border: 1px solid rgba(255, 255, 255, 1);  
	text-shadow:none;
}
.w-btn:hover, .w-btn:active, .w-btn:focus {
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.7);
	background: none;
}
.txt-btn,
.txt-btn:visited,
a.txt-btn,
a.txt-btn:visited {
	display: inline-block;
	text-decoration: none;
	padding: 9px 32px 9px 32px;
	color: var(--main-color);
	border: 1px solid transparent;
	background: none;
}
.txt-btn:hover {
	background: none;
	border: 1px solid transparent;
}
.b-btn, .b-btn:visited, a.b-btn, a.b-btn:visited {
	display: inline-block;
	text-decoration: none;
	line-height: 24px;
	padding: 9px 32px 9px 32px;
	background: none;  
	color: var(--main-color);
	border: 1px solid var(--border-color);  
	text-shadow:none;
}
.b-btn:hover, .b-btn:active, .b-btn:focus, a.b-btn:hover, a.b-btn:active, a.b-btn:focus {
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);	 
	background: none;
}

.b-btn.w-btn, .b-btn.w-btn:visited, a.b-btn.w-btn, a.b-btn.w-btn:visited {
	color: var(--white-color);
	border: 1px solid var(--white-color);	 
}

.b-btn span {
	display: inline-flex;
	line-height: 24px;
}
.b-btn i, #code-start-content .form-row-buttons-top .b-btn i {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-right: var(--xs-pad);
}
.b-btn.loading i {
	display: none!important;
}

.btn-clean{
	display: inline-block;
	border: none;
	background: none;
	line-height: 20px;
	font-size: 14px;
	color: var(--secondary-color);
	font-weight: 700;
	padding: 10px 40px;
	text-shadow:none;
}
.btn-clean:hover, .btn-clean:active, .btn-clean:focus{
	color: var(--hover-color);
	border: none;
	background: none;

}
.btn-clean.clean-light{
	color:rgba(14,31,59,0.25);
}

.button.b-btn i{
	width: 22px;
	height: 22px;
	font-size: 18px;
	margin-right: 4px;
}

.button.i-btn{
	width: 48px;
	padding: 11px 12px;
	font-size: 24px;
}
.i-btn i{
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
}

/*
.button i{
	font-size: 18px;
	float: right;
	margin-left: 16px;
	line-height: 40px;
}
.first-icon{
	display: inline-block;
	float: left;
	margin-right: 16px;
}
.button .first-icon i{
	float: left;
	margin-left: 0;
	font-size: 20px;
}
*/

.txt-link, a.txt-link{
	position: relative;
	display: inline-block;
	font-weight: 700;
	color: var(--secondary-color);
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.txt-link:hover{
	color: var(--main-color);
	transition:0.4s ease-out all;
	-webkit-transition:0.4s ease-out all;
}

.hidden {
	display: none!important;
}


.button.disabled{
	opacity: 0.48;
	pointer-events: none;
}
.chip-btn {
	display: inline-flex;
	padding: 0px;
	border-radius: 3px;
	font-weight: 300;
	color: var(--white-color);
	background: var(--light-bg-color);
	cursor: pointer;
	transition: 0.2s ease all;
}

.chip-btn span {
	padding: 4px 4px 4px 8px;
	line-height: 16px;
	font-size: 12px;
	color: var(--main-color);
}

.chip-btn i {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: var(--main-color);
}

.chip-btn:hover {
	background: var(--hover-color);
	transition: 0.4s ease-out all;
}

.main-btn-txt{

}
.tablet-btn-txt{
	display: none;
}

/* FORM STYLES *****************************/

.form-wrap{
	position: relative;
}
.form-wrap .row{
	position: relative;
/*	margin-bottom: var(--main-pad);*/
}
.form-wrap .b-btn {
	width: 100%;
	margin-bottom: var(--sm-pad);
}
.row.form-cols{
	margin-left: -12px;
	margin-right: -12px;
}
.form-group-full .form-group:last-child{
	margin-bottom: 0;
}
.form-col{
}
.form-col{
	position: relative;
	display: block;
	width: 50%;
	padding-right: 12px;
	padding-left: 12px;
}
.form-col-lg{
	width: 66.66%;
	width: 60%;
}
.form-col-sm{
	width: 33.33%;
	width: 40%;
}
.form-col-select{
	width: 30%;
}
.row.form-small-row{
	margin: 0;
	width: 100%;
}
.form-title h3{
	margin: 0;
}
.form-group{
	position: relative;
	display: block;
/*	padding: 0px;*/
	margin-bottom: var(--main-pad);
}
.form-group-icon .form-control {
	padding-right: 48px;
}

.form-group-icon .form-control-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 20;
	cursor: pointer;
	background: transparent;
	border: none;
	color: var(--main-color);
}

.form-cols .label-inline{
	margin-left: 12px;
}
.form-inline{
	display: flex;
	flex-direction: row;
	margin-left: -12px;
	margin-right: -12px;
}
.form-inline .form-group{
	margin-bottom: 0;
}
.form-inline .form-control{
	width: 100%;
	max-width: 100%;
}
.form-group.form-button-center{
	text-align: center;
}
.form-inline .button{
	width: 100%;
}
.form-line-wrap {
	display: flex;
	align-items: center;
	padding-bottom: var(--main-pad);
	width: 100%;
}

.form-line {
	width: 100%;
	border-bottom: 1px solid var(--border-color);
}

.form-line-txt {
	font-weight: 700;
	position: relative;
	text-align: center;
	font-size: 14px;
	padding: 0 var(--xs-pad);
	white-space: nowrap;
}

.form-p-link,
.modal-body p.form-p-link {
	font-size: 14px;
	margin-bottom: calc(var(--main-pad) + var(--xs-pad));
}

.form-p-link a {
	text-decoration: underline;
	color: var(--main-color);
}

.form-p-link a:hover {
	text-decoration: none;
}
.form-socials {
	margin-bottom: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-control{
	font-size: 14px;
	height: 48px;
	border-radius: var(--border-radius);
	padding: var(--xs-pad) var(--main-pad);
	color: var(--main-color);
	background: var(--input-bg);
	font-weight: 600;
	border: none;
}
.form-control:focus{
	box-shadow: none;
	color: var(--main-color);
	background: var(--input-focus-bg);
	/* border: 1px solid var(--secondary-color); */
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 48px var(--light-sub-color) inset !important;
	background-color: var(--light-sub-color)!important;
	color: var(--main-color)!important;
}
.form-title{
	position: relative;
	display: block;
	width: 100%;
	padding-right: var(--main-pad);
	padding-left: var(--main-pad);
	margin-bottom: var(--sm-pad);
}
.form-matd{
	position: relative;
}
.form-group.select-box{
/*	margin-top: 20px;*/
}
h3 + .form-group.select-box{
	margin-top: 20px;
}
.form-matd input, .form-matd textarea{
	padding: 11px 24px 11px 24px;
	line-height: 24px;
	border-radius: 0px;
	border: 0px;
	border-radius: var(--border-radius);
	padding-right: var(--main-pad);
	padding-left: var(--main-pad);
	color: var(--main-color);
	border: 1px solid var(--input-bg);
	background: var(--input-bg);
	box-shadow: none;
}
.form-control::placeholder {
	color: var(--main-color);
	font-weight: 400;
	opacity: 1;
}
.form-matd textarea{
	min-height: 80px;
	min-height: 120px;
}
.form-matd input:focus, .form-matd textarea:focus{
	border: none;
	outline: none;
	background: var(--white-color);
	color:var(--main-color);
	border: 1px solid var(--border-color);
}
/*
.form-matd input.input-error{
	border: 2px solid var(--orange-color);
}
*/

.form-matd .form-control:focus{
	box-shadow: none;
	outline: none;
	background: var(--white-color);
}
.form-matd .form-border{
	position: absolute;
	width: 0;
	height: 2px;
	bottom:-1px;
	bottom:0px;
	left: 50%;
	background: var(--white-color);
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
input:focus ~ .form-border, textarea:focus ~ .form-border {
	left: 0px;
  	width:100%;
	transition:0.3s ease all;
	-webkit-transition:0.3s ease all;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 9999s;
	-webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}
.form-matd label, 
.form-matd input:invalid ~ label,
.form-matd input.input-empty ~ label{
	position:absolute;
	color:var(--white-color);
	font-weight:normal;
	pointer-events:none;
	left:0px;
	top:20px;
	font-size: 14px;
	font-weight: 400;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.form-col input:focus ~ .form-border, .form-col textarea:focus ~ .form-border {
	left: var(--main-pad);
	width:calc(100% - var(--lg-pad));
}
.form-matd.form-col label, .form-matd.form-col input:invalid ~ label {
	left: var(--main-pad)!important;
}
	
.form-matd input:focus ~ label, 
/*.form-matd input:valid ~ label, */
.form-matd input.input-filled ~ label,
.form-matd input:required:valid ~ label, 
.form-matd textarea:focus ~ label, 
.form-matd textarea.input-filled ~ label,
.form-matd textarea:required:valid ~ label {
	top:0px;
	color:var(--white-color);
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
}

.form-matd label.error, #reg-check-error{
	position: absolute;
	top: auto!important;
	bottom: -25px;
	font-weight: 400;
	color: #ee0000!important;
	font-size: 10px!important;
	text-transform: uppercase;
}
.form-matd label.error, .form-group .error-text, .select-box .error-text, .checkbox .error-text, .form-captcha .error-text{
	position: absolute;
	top: auto!important;
	bottom: -18px;
	font-weight: 400;
	color: #ee0000!important;
	font-size: 12px!important;
	line-height: 20px;
/*	padding-left: var(--main-pad);*/
}

.survey-question .error-text {
	position: absolute;
	top: auto!important;
	bottom: 4px;
	font-weight: 400;
	color: #ee0000!important;
	font-size: 12px!important;
	line-height: 20px;
}
/* .survey-question.multiple-choice .error-text {
	bottom: 0;
} */

.form-cols-inline .error-text{
	position: absolute;
	top: auto!important;
	bottom: 0px;
	left: 12px;
	font-weight: 400;
	color: #ee0000!important;
	font-size: 12px!important;
	line-height: 20px;	
}
.form-view-only{
	text-align: center;
	font-weight: 700;
	color: var(--grey-color);
}
.checkbox .error-text{
	bottom: -4px;
	bottom: -16px;
	left: 36px;
}
#newsletter-wrapper .checkbox .error-text {
	bottom: -32px;
}
.label-inline{
	display: block;
	width: 100%;
	font-weight: 700;
	margin-bottom: 4px;
}
.label-inline span{
	position: relative;
}

#start-postcode-error.error-text{
	overflow: hidden;
	white-space: nowrap;
}
.form-captcha .error-text{
	
}
.form-control:disabled, .form-control[readonly], .form-control:disabled:focus, .form-control[readonly]:focus {
	font-weight: 700;
	opacity: 1;
	cursor: default;
}
input[type=date].form-control{
	line-height: 28px;
}

.form-group-lg{
	margin-bottom: 32px;
}
.form-group-lg .form-col{
	margin-bottom: 0;
}
.form-code-input{
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
}
.form-code-input .form-input-sm{
	width: 16.6666%;
	font-size: 32px;
	height: 72px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 7px;
	padding: var(--sm-pad) var(--xs-pad);
	margin: 0 var(--xs-pad);
	color: var(--main-color);
	/* border: 1px solid var(--border-color); */
	border: none;
	background: var(--input-bg);
	font-weight: 600;
}
.form-input-sm::placeholder {
	color: var(--border-color);
	opacity: 1;
}
.form-code-input .form-input-sm.filled{
	border: none;
	/* border: 1px solid var(--border-color); */
}
.form-code-input .form-input-sm:focus{
	box-shadow: none;
	color: var(--primary-cta-color);
	background: var(--input-focus-bg);
	border: none;
	/* border: 1px solid var(--secondary-color); */
}
#game-start-code-error.error-text{
	width: 100%;
	text-align: center;
	bottom: -24px;
	padding-left: 0;
}

.form-group:after,
.form-cols-inline .label-inline span:after{
/*.form-cols-inline:after{*/
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	display: none;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	right: 16px;
	top: 0;
	width: 24px;
	height: 24px;
	font-size: 16px;
	font-weight: 700;
	background: transparent;
	color: var(--primary-cta-color);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2 ease;
}
.form-cols-inline .label-inline span:after{
	right: -32px;
	top: 0px;
	height: 22px;
}
.form-group.is-valid:after,
.form-cols-inline.is-valid .label-inline span:after{
	display: flex;
	opacity: 1;
}
.form-btm{
	margin-top: 10px;
}

.form-btns{
	text-align: center;
}
.form-btns .button{
	min-width: 50%;
	width: 100%;
}
.form-btns.form-btns-inline .button{
	width: initial;
}
.form-btns .button + .button{
	margin-top: 16px;
}
.form-btn{
	margin-bottom: 0;
}
#modal-code-start .form-btns{
	margin-top: 48px;
}

.form-group.form-checkbox{
	margin-bottom: 16px;
}

.ch-btn{
	position: relative;
	display: inline-block;
	display: block;
	vertical-align: middle;
/*	height: 40px;*/
	line-height: 24px;
/*
	padding-top: 8px;
	padding-bottom: 8px;
*/
}
.ch-btn input[type="checkbox"]{
	position: absolute;
	left: 49%;
	visibility: hidden;
	height: 1px;
	z-index: 0;
}
.ch-btn label{
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: var(--main-color);
	padding-left: 36px;
	line-height: var(--main-pad);
	z-index: 1;
}
.ch-btn label span{
	position: absolute;
	display: block;
	height: var(--main-pad);
	width:var(--main-pad);
	top: 0px;
	left: 0px;
	/* border: 1px solid var(--border-color); */
	border-radius: 3px;
	z-index: 1;
	text-align: center;
	font-size: 16px;
	color: transparent;
	background: var(--input-bg);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.ch-btn label:hover span{
	cursor: pointer;
}
.ch-btn label:hover span i{
	opacity: 0;
}
.ch-btn input[type="checkbox"]:checked + label span{
	color: var(--white-color);
	background: var(--primary-cta-color);
	/* border: 1px solid var(--primary-cta-color); */
}
.ch-btn label i{
	display: none;
	height: var(--main-pad);
	line-height: 22px;
/*	font-weight: 400;*/
}
.ch-btn label:hover i, .ch-btn input[type="checkbox"]:checked + label i{
	display: block;
	opacity: 1;
}
.ch-btn a{
	text-decoration: underline;
	color: var(--main-color);
}
.ch-btn a:hover{
	text-decoration: none;
}
.radio-inline-buttons{
	display: flex;
	flex-wrap: wrap;
}
.radio-buttons-label{
	display: inline-block;
/*	width: 100%;*/
	font-weight: 700;
	margin-right: 24px;
}
.radio-btn{
	position: relative;
	display: flex;
}
.radio-inline{
	position: relative;
	overflow: hidden;
	padding-left: 28px;
	padding-right: 24px;
	margin-bottom: 0;
	cursor: pointer;
}
.radio input, .radio-inline input, .radio-button input{
	position: absolute;
	visibility: hidden;
}
.radio .radio-cir, .radio-inline .radio-cir{
	position: absolute;
	display: block;
	background: var(--input-bg);
	height: 20px;
	width: 20px;
	line-height: 18px;
	left:0px;
	top:0px;
	display: block;
	text-align: center;
	/* border: 1px solid #ccc; */
	border-radius: 50%;
	z-index: 2;
	transition: all .2s ease-in-out;
}
.radio .radio-cir i, .radio-inline .radio-cir i{
	font-size: 12px;
	opacity: 0;
}
.radio input[type="radio"]:checked + .radio-cir, .radio-inline input[type="radio"]:checked + .radio-cir{
	color: var(--white-color);
	background: var(--primary-cta-color);
	/* border:1px solid var(--primary-cta-color); */
}
.radio input[type="radio"]:checked + .radio-cir i, .radio-inline input[type="radio"]:checked + .radio-cir i{
	opacity: 1;	
}

.radio-btn-big{
	position: relative;
	display: flex;
	margin-bottom: 4px;
}
.radio-button{
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	padding:12px 0px;
	line-height: 20px;	
	margin: 0;
	background: transparent;
}
.radio-button .radio-button-bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid transparent;
	background: transparent;
	border-radius: 7px;
	z-index: 0;
	transition: all .2s ease-in-out;
}
.radio-button:hover .radio-button-bg {
	background: var(--input-focus-bg);
}
/*
.question-multiple-choice .radio-btn-big:nth-child(even) .radio-button .radio-button-bg {
	background: #D7DADB3D;
}
*/
.radio-button .radio-cir{
	position: absolute;
	display: block;
	background: var(--input-bg);
	height: 20px;
	width: 20px;
	left:12px;
	top:14px;
	border-radius: 50%;
	z-index: 2;
	transition: all .2s ease-in-out;
}
.radio-button .radio-cir:after{
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	left:3px;
	top:3px;
	border-radius: 50%;
	background: transparent;
	transition: all .2s ease-in-out;
}
.radio-button-label {
	position: relative;
	display: block;
	line-height: 20px;
	font-size: 16px;
	padding: 2px 24px 2px 48px;
	width: 100%;
	z-index: 2;
}
.radio-button input[type="radio"]:checked + .radio-cir{

}
.radio-button input[type="radio"]:checked + .radio-cir:after{
	background: var(--primary-cta-color);
}
.radio-button input[type=radio]:checked ~ .radio-button-bg {
	/* border: 1px solid var(--primary-cta-color); */
	background: var(--primary-cta-color);
}

.flatpickr-input.form-control:disabled, 
.flatpickr-input.form-control[readonly] {
	cursor: pointer;	
}
.flatpickr-input.form-control:disabled:focus, 
.flatpickr-input.form-control[readonly]:focus {
	/* border: 1px solid var(--secondary-color); */
	cursor: pointer;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background: var(--secondary-color);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: var(--secondary-color);
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
	fill: var(--secondary-color);
}
.mobile-button{
	display: none;
}


/* HEADER STYLES *****************************/

#header{
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px 48px;
	background: none;
	box-shadow: none;
	z-index: 1051;
	z-index: 1060;
}
.logo-main{
	position: absolute;
	top: 20px;
	left: 48px;
}
.logo-main img{
	height: 32px;
	height: 48px;
	width: auto;
}
.logo-dark{
	display: block;
}
.logo-light{
	display: none;
}
.game-play .logo-dark{
	display: none;
}
.game-play .logo-light{
	display: block;
}
.nav-btns{
	display: flex;
	align-self: flex-end;
	margin-left: auto;
}
.nav-btns .button{
	margin-left: 24px;
}
.mobile-menu{
/*	display: none;*/
	
}

.mobile-menu .btn-clean{	
	background: var(--white-color); 	
	color: var(--primary-cta-color); 
	padding: 12px 20px 12px 24px;
	border-radius: var(--border-radius);
	line-height: 24px;
	height: 48px;
	width: 110px;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16);	
	/* border: 1px solid var(--border-color); */
}
.mobile-menu .btn-clean:hover{	
	background: var(--secondary-cta-color);	
	color: var(--white-color);	
}

.mobile-menu .btn-clean span{
	font-weight: 700;
	line-height: 24px;
	vertical-align: initial;
}
.mobile-menu .btn-clean i{
	width: 24px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	margin-left: 4px;
}

#header .dropdown-menu{
	right:initial!important;
	left:-40px!important;
	border: none; 
	border-radius: 11px;
	padding: 12px 24px 12px 12px;
	overflow: hidden;
	overflow: initial;
	margin: 0;
	margin-top: 20px;
	box-shadow: 0px 7px 16px rgba(0,0,0,0.3);
	opacity: 0;
}
#header .dropdown-menu.show{
	-webkit-animation: opac-in-animate 0.4s ease-out forwards;
	animation: opac-in-animate 0.4s ease-out forwards;
}

#header .dropdown-menu:before{	
	display: flex;
	position: absolute;
	flex-direction: column;
	justify-content: flex-end;
	right: 44px;
	top: -16px;
	width: 24px;
	height: 24px;
	color: #FFFFFF;
	content: "\f2ec";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	z-index: 0;	
	text-shadow: 0px -2px 3px rgba(0,0,0,0.12);
}
.dropdown-item {
	display: block;
	width: 100%;
	padding:0px;
	line-height: 48px;
	clear: both;
	font-weight: 400;
	color: var(--main-color); 
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item i{
	display: inline-block;
	width: 48px;
	height: 48px;
	text-align: center;
	font-size: 16px;
	line-height: 48px;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: var(--secondary-color);
	background: none;
}
.dropdown-item.active, .dropdown-item:active{
	color: var(--secondary-color);
	background: none;
}
.header-buttons{
	position: relative;
	display: block;
	opacity: 1;
}
/*
.header-buttons .open-highscore{
	text-align: left;
	width: 240px;
	padding: 12px 16px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(4px);
}
*/

/*
body:not(.start-game) .header-buttons{
	opacity: 1;
}
*/
.hide-buttons.header-buttons{
	display: none;
	opacity: 0;
}

/* WRAPPER STYLES *****************************/

#outer-wrapper{
	position: relative;
	min-height: 100vh;
	background:var(--bg-color);
	background: var(--background);
	background-size: cover;
/*
	background: url(../images/background-main.jpg) top center no-repeat;
	background-size: cover;
*/
}
/*
#bg-wrapper {
	position: fixed;
	content:'';
	display: none;
	opacity: 0;
	width:100%;
	height:100%;
	z-index: 10;
	background: rgba(10,34,41,0.9);
	background: rgba(10,34,41,1);
}
.menu-open #bg-wrapper{
	display: block;
	opacity: 1;
	-webkit-animation: opac-in-animate 0.5s ease-out forwards;
	animation: opac-in-animate 0.5s ease-out forwards;
}
.menu-ani #bg-wrapper {
	display: block;
	opacity: 1;
	-webkit-animation: opac-out-animate 0.3s ease-in forwards;
	animation: opac-out-animate 0.3s ease-in forwards;
}
*/

.main-container{
	position: relative;
	display: block;
	min-height: 100vh;
	z-index: 2;
}

#content-wrapper{
	position: relative;
	display: block;
	text-align: center;
	z-index: 2;
	padding-top: 25%;
	padding-bottom: 10%;
	
	/* opacity: 0; */
}
.animate #content-wrapper{
	-webkit-animation: opac-in-animate 0.5s ease-in forwards;
	animation: opac-in-animate 0.5s ease-in forwards;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

/* CONTENT STYLES *****************************/


#outer-assets{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
}

.disclaimer-text{
	text-align: center;
	color:var(--secondary-color);
	font-size: 12px;
	font-weight: 300;
}

/* GAME STYLES *****************************/

.slot-machine-lights{
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.lights-1{
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
.lights-2{
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
.slot-win .lights-1{
	animation: lights-animate 0.4s linear infinite;
}
.slot-win .lights-2{
	animation: lights-animate 0.4s linear infinite;
	animation-delay: 0.2s;
}

.slot-machine-wrapper{
	position: absolute;
	display: block;
	top: 12%;
	left: 0;
	width: 100%;
	height: 100%;
}
#root{
	position: absolute;
	display: block;
	left: 22%;
	top: 22%;
	width: 56%;
	height: 56%;
	max-height: 56%;
	background: #FFFFFF;
}
#root:before{
	content: '';
	position: absolute;
	display: block;
	left: 100%;
	top: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

#root .App{
	position: relative;
	display: block;
	min-height: 22vh;
}
#root .App canvas{
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	z-index: 6;
}
#root .App > div{
	overflow: hidden;
}
#root .App > div.slot-button-wrapper{
	overflow: initial;	
}

/** START CONTENT **/

.modal-center-block .ch-btn label {
	text-align: left;
}

.modal-center-block .ch-btn label.has-icon {
	display: flex;
	align-items: center;
}

.modal-center-block .ch-btn label.has-icon a {
	text-decoration: none;
	margin-left: 8px;
}


#code-start-content .form-row-buttons-top .b-btn {
	width: calc(100%);
	/* margin-right: 16px; */
	/* border: 1px solid var(--border-color);	
	color: var(--primary-color);
	display: flex;
	flex-direction: column; */
}
#code-start-content .form-row-buttons-top .b-btn span {
	line-height: 20px;
}

#code-start-content .form-row-buttons-top .i-btn {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	font-size: 16px;
	color: var(--primary-color);
	border: 1px solid var(--border-color);
}

/*
#code-start-content .form-row-buttons-top .i-btn:hover {
	border: 1px solid var(--border-color);
	background: var(--b-btn-hover-bg);
}
*/
#code-start-content .form-row-buttons-top .b-btn:hover,
#code-start-content .form-row-buttons-top .i-btn:hover {
   border: 1px solid var(--primary-cta-color);	
	color: var(--primary-cta-color);
}

.info-email-check {
	position: relative;
	margin: 0;
	padding: 10px var(--main-pad);
	border-radius: 7px;
	font-size: 14px;
	text-align: center;
	color: var(--primary-color);
	background: var(--input-bg);
	margin-bottom: var(--lg-pad);
	border: 2px dashed #c2c2c2;
	line-height: 1;
	font-weight: 600;
	min-height: 40px;
}

/* PRIZES MODAL *****************************/

.prizes{
	position: relative;
	display: block;
}
.prize-line{
	display: flex;
/*	margin-bottom: 24px;*/
	margin-bottom: 8px;
}
.slot-icon{
	display: block;
	width: 12%;
	padding: 0 8px;
	padding-top: 4px;
}
.slot-icon span{
	display: block;
	vertical-align: top;
	border: 1px solid var(--border-color);
	border-radius: 5px;
	background: var(--light-color);
}
.slot-icon img{
	max-width: 100%;
	-webkit-backface-visibility: hidden; 
	transform: scale(1);
}
/*
.prize-amount{
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: var(--secondary-color);
}
*/
.prize-amount{
	width: 12%;
	display: flex;
	font-weight: 700;
	line-height: 1.4;
}
/*
.prize-name{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 64%;
	padding: 0 8px;	
	line-height: 1.4;
	padding: 16px;
	border-radius: 5px;
	background: var(--white-alpha);
}
*/
.prize-name{
	display: flex;
	width: 64%;
	padding: 0 8px;	
	line-height: 1.4;
}
.prize-name span{
	display: block;
	font-weight: 700;
}
#modal-prizes p{
	text-align: left;
}

/* PRIZE VOUCHERS */


#win-selection-content.content-block-main {
	background: var(--white-color);
}

#prize-content{
	padding: 24px;
}
.prize-main-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-bottom: 64px;
	padding-bottom: 0px;
	min-height: 56vh;
}

.prize-main-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	top: -8px;
	left: 0;
	background: var(--bg-gradient-top-bottom);
	pointer-events: none;
	z-index: 1;
}

.prize-main-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 24px;
	bottom: 64px;
	bottom: 0px;
	left: 0;
	background: var(--bg-gradient-bottom-top);
	pointer-events: none;
	z-index: 1;
}

.prize-main-wrapper .loader {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--white-color);
	justify-content: center;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	/* animation: opac-in-animate 0.3s ease-out forwards; */
}

.prize-main-wrapper .loader .lds-ripple div {
	border-color: var(--main-color);
}

.prize-main-wrapper.loading .loader .loading-txt {
	animation: pulse 1.1s linear infinite;
	display: flex;
}

.prize-main-wrapper .loader .loading-txt {
	display: none;
}

.prize-main-wrapper.loading .loader {
	/* display: flex; */
	opacity: 1;
}

.prize-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--white-color);
	padding-top: 8px;
	margin-right: -12px;
	padding-right: 12px;
	max-height: 48vh;
	max-height: 56vh;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.08);
	scrollbar-width: thin;
}

.shop-info-blk::-webkit-scrollbar,
.prize-wrapper::-webkit-scrollbar,
.prize-popup-text::-webkit-scrollbar {
	width: 8px;
	border-radius: 4px;
	cursor: pointer;
}

.shop-info-blk::-webkit-scrollbar-track,
.prize-wrapper::-webkit-scrollbar-track,
.prize-popup-text::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.08);
	cursor: pointer;
	border-radius: 4px;
}

.shop-info-blk::-webkit-scrollbar-thumb,
.prize-wrapper::-webkit-scrollbar-thumb,
.prize-popup-text::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	cursor: pointer;
	transition: background 300ms ease;
}

.shop-info-blk::-webkit-scrollbar-thumb:hover,
.prize-wrapper::-webkit-scrollbar-thumb:hover,
.prize-popup-text::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.32);
	cursor: pointer;
}

.prize-option-badge {
	position: absolute;
	display: none;
	font-size: 10px;
	line-height: 16px;
	padding: 4px 12px;
	border-radius: 3px;
	top: 8px;
	right: 8px;
	/* background:var(--secondary-color); */
	background: var(--primary-cta-color);
	color: var(--white-color);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.prize-option-badge-mob {
	display: none;
}

.prize-option-block.golden-ticket .prize-gold-badge {
	display: flex;
	padding-left: 10px;
}

.prize-option-block.claimed .prize-claimed-badge {
	display: flex;
	opacity: 0.4;
}

.prize-option-block.exclusive .prize-exclusive-badge {
	display: flex;
}

.prize-option-block.consolation-prize .prize-consolation-badge {
	display: flex;
}

.prize-option-badge i {
	line-height: 14px;
	margin-right: 4px;
}

.prize-option-block.golden-ticket.none-left .prize-gold-badge {
	display: flex;
	opacity: 0.4;
}

.prize-option-block.claimed .prize-exclusive-badge,
.prize-option-block.claimed .prize-consolation-badge,
.prize-option-block.golden-ticket.claimed .prize-gold-badge,
.prize-option-block.golden-ticket.none-left.claimed .prize-gold-badge {
	display: none;
}

.prize-option-block {
	position: relative;
	display: flex;
	margin-bottom: var(--xs-pad);
	cursor: pointer;
}

.prize-option-block.claimed,
.prize-option-block.golden-ticket.none-left {
	pointer-events: none;
}

.prize-option-block.claimed .prize-option,
.prize-option-block.golden-ticket.none-left .prize-option {
	opacity: 0.4;
	pointer-events: none;
}

.prize-option {
	position: relative;
	display: flex;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.prize-option-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	/*	background:var(--secondary-color);*/
	background: url(../images/voucher-desktop.svg) center bottom no-repeat;
	background-size: 100% 100%;
	z-index: 0;
	transition: all 0.2s ease;
}

.golden-ticket .prize-option-bg {
	background: url(../images/goldenticket-desktop.svg) center bottom no-repeat;
	background-size: 100% 100%;
}

.prize-option-bg:before,
.prize-option-bg:after {
	position: absolute;
	/*
	content: "";
	display: block;
*/
	display: none;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	background: var(--light-bg-color);
	border-radius: 50%;
	border: 2px solid var(--light-bg-color);
}

.prize-option-bg:before {
	left: -10px;
}

.prize-option-bg:after {
	right: -10px;
}

/*
.prize-option input[type=radio]:checked ~ .prize-option-bg:before,
.prize-option input[type=radio]:checked ~ .prize-option-bg:after{
	border: 2px solid var(--white-color);
}
*/
.prize-option .prize-option-input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.prize-img-block {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 96px;
	padding: 20px 16px 20px 24px;
	height: 100%;
}

.prize-img-block:after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: calc(100% - 32px);
	right: -1px;
	top: 16px;
	border-right: 2px dashed var(--secondary-color);
}

.prize-option-block.golden-ticket .prize-img-block:after {
	border-right: 2px dashed var(--white-color);
}

.prize-img-block img {
	width: 100%;
	height: auto;
}

.prize-option-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(100% - 96px);
	padding: 16px;
	text-align: left;
	font-weight: 300;
	font-size: 12px;
	color: var(--main-color);
}

.prize-option-content .prize-name {
	position: relative;
	padding: 4px 0px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
.prize-option-content .prize-store {
	color:var(--primary-cta-color);
}

.prize-description {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* min-height: 56px; */
}

.prize-claim-btn {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.prize-claim-btn .button {
	width: 100%;
}

.prize-popup {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	height: calc(100% + 1px);
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.48);
	background: rgba(255, 255, 255, 0.48);
	z-index: 2;
	border-radius: var(--border-radius);
	animation: opac-out-animate 0.3s ease-in forwards;
	pointer-events: none;
}

.show-prize-popup .prize-popup {
	pointer-events: auto;
	animation: opac-in-animate 0.4s ease-in forwards;
}

.prize-popup .close-btn {
	background: transparent;
	pointer-events: none;
}

.show-prize-popup .prize-popup .close-btn {
	pointer-events: auto;
	z-index: 2;
}

.prize-popup-content {
	position: relative;
	display: flex;
	flex-direction: column;
	/*
	background: var(--secondary-color);
	background: var(--light-bg-color);
	padding: var(--main-pad); 
*/
	padding: 0px;
	border-radius: var(--border-radius);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.24);
	width: 72%;
	transform-origin: 50% 90%;
	transform: scale(0) translateY(50%);
	transition: transform 0.2s ease;
	animation: scale-down-animate 0.3s ease-out forwards;
}

.show-prize-popup .prize-popup-content {
	pointer-events: auto;
	animation: scale-up-animate 0.4s ease-out forwards;
	animation-delay: 0.4s;
}

.prize-popup-prize-shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--border-radius);
	z-index: 0;
	box-shadow: inset 0px 8px 24px rgba(0, 0, 0, 0.24);
}

.prize-popup-prize {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--light-bg-color);
	border-radius: var(--border-radius) var(--border-radius) 0 0;
	padding: var(--main-pad) var(--main-pad) 0 var(--main-pad);
	z-index: 2;
}

.shop-info-voucher .prize-store-more {
	display: none;
}

/*
.prize-popup-content{
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--light-bg-color);
	border-radius: var(--border-radius) var(--border-radius) 0 0;
	padding: var(--main-pad) var(--main-pad) 0 var(--main-pad);
	z-index: 2;
}
*/
.prize-popup-top {
	position: relative;
	display: flex;
	margin-bottom: 24px;
}

.prize-popup-img,
.shop-info-logo {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 64px;
	height: 64px;
	background: var(--secondary-color);
	padding: 8px;
	border-radius: var(--border-radius);
}

.prize-popup-header {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	width: calc(100% - 64px);
	padding-left: 16px;
}

.prize-popup-header .prize-store {
	font-weight: 300;
}

.prize-popup-header .prize-name {
	line-height: 1.2;
}

.prize-popup-text {
	position: relative;
	max-height: 200px;
	overflow-y: auto;
	text-align: left;
	margin-bottom: 24px;
}

.prize-popup-info-button {
	position: relative;
	display: flex;
	margin-bottom: 24px;
}

/*
.prize-popup-claim-btn:before{
	content: '';
	position: absolute;
	display: block;
	width: 80%;
	left: 10%;
	height: 2px;
	top: -26px;
	border-top: 2px dashed rgba(255,255,255,0.64);
}
*/
.prize-popup-claim-btn {
	position: relative;
	display: flex;
	padding: 36px 24px 24px 24px;
	background: url(../images/voucher-popup.svg) center bottom no-repeat;
	background-size: 100% 100%;
	border-radius: 0 0 var(--border-radius) var(--border-radius);
	z-index: 2;
}

.prize-popup-claim-btn button {
	width: 100%;
}

.shop-info-popup {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
/*	height: calc(100% + 1px);*/
	padding: 24px;
	border-radius: var(--border-radius);
	background: rgba(255, 255, 255, 0.72);
	z-index: 5;
	animation: opac-out-animate 0.3s ease-in forwards;
	pointer-events: none;
}
.single-prize .shop-info-popup {
    background: transparent;
}
.show-shop-info-popup.show-prize-popup .prize-popup {
	animation: opac-out-animate 0.3s ease-in forwards;
	pointer-events: none;
}

.show-shop-info-popup .shop-info-popup {
	pointer-events: auto;
	animation: opac-in-animate 0.4s ease-in forwards;
}

.show-shop-info-popup .shop-info-popup::after {
	position: fixed;
	/* background: var(--light-bg-color); */
	width: 100%;
	height: 100vh;
	content: "";
	left: 0;
	bottom: -48px;
	z-index: 2;
}

.shop-info-content {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: var(--border-radius);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.24);
	width: 100%;
	height: 100%;
	transform-origin: 50% 90%;
	transform: scale(0) translateY(50%);
	transition: transform 0.2s ease;
	background: var(--white-color);
	border-radius: var(--border-radius);
	animation: scale-down-animate 0.3s ease-out forwards;
	z-index: 3;
}

.show-shop-info-popup .shop-info-content {
	pointer-events: auto;
	animation: scale-up-animate 0.4s ease-out forwards;
	animation-delay: 0.4s;
}

.shop-info-popup-content {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.shop-info-top {
	position: relative;
	display: flex;
	height: 160px;
	margin-bottom: 48px;
}

.shop-info-top:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	width: calc(100% - 24px);
	height: 32px;
	bottom: -104px;
	left: 0;
	background: var(--bg-gradient-top-bottom);
	pointer-events: none;
	z-index: 1;
}

.shop-info-banner {
	position: relative;
	display: flex;
	border-radius: var(--border-radius) var(--border-radius) 0 0;
	overflow: hidden;
}

.shop-info-voucher {
	position: absolute;
	left: 0;
	bottom: -60px;
	z-index: 2;
	margin: 0 24px;
	width: calc(100% - 48px);
}

.shop-info-voucher .prize-option {
	margin-bottom: 0;
}

.shop-info-logo {
	background: unset;
	padding: 0;
}

.shop-info-blk {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 0px 24px 24px 24px;
	height: calc(100% - 280px);
	height: calc(100% - 296px);
	margin-right: 12px;
	overflow-y: auto;
	margin-top: 24px;
	padding-top: 24px;
}

.shop-popup-header {
	position: relative;
	display: flex;
	flex-direction: column;
}

.shop-name {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1;
}

.shop-subtitle {
	font-weight: 300;
	font-size: 16px;
}

.shop-info-text {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
	margin-top: 16px;
}

.shop-info-text b {
	line-height: 1;	
}

.shop-info-text span {
	margin-top: 8px;
	margin-bottom: 24px;
}

.shop-info-text span:last-of-type {
	margin-bottom: 0;
}

.shop-contact-info {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 24px;
}

.shop-contact-info li {
	display: flex;
	padding: 0;
	margin: 0 0 4px 0;
	line-height: 24px;
}

.shop-contact-info li i {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	margin-right: 4px;
}

.shop-info-voucher .prize-option-block {
	pointer-events: none;
	cursor: default;
	margin-bottom: 0;
}

.shop-info-buttons {
	position: relative;
	display: flex;
	height: 72px;
	justify-content: space-between;
	padding: 0px 24px 24px 24px;
	margin-top: 16px;
/*	background: var(--white-color);*/
}

.shop-info-buttons .button {
	width: calc(50% - 8px);
	height: 48px;
}

.shop-info-buttons:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	width: calc(100% - 24px);
	height: 32px;
	top: -48px;
	left: 0;
	background: var(--bg-gradient-bottom-top);
	pointer-events: none;
	z-index: 1;
}

/* CONTACT MODAL *****************************/

.captcha-wrap{
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-bottom: -19px;
	margin-bottom: -9px;
/*	margin-top: 10px;*/
}
#captcha-box, #captcha-box-contact{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
#captcha_check, #captcha_check_contact{
	position: absolute;
	margin-left: -99999px;
	margin-top: -999px;
	opacity:0;
	height: 1px;
	width: 1px;
}
.g-recaptcha, .g-recaptcha-contact{
/*
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
*/
}


.form-success{
	position: absolute;
	display: none;
	flex-direction: column;
	justify-content: center;
	top: 0;
	left: 0;
	padding: 48px;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
/*
	background: var(--main-gradient);
*/
	border-radius: 11px;
	z-index: 5;
}
.newsletter-success .form-success,
.email-sent .form-success{
	display: flex;
}
.form-complete{
	text-align: center;
	font-size: 16px;
	opacity: 0;
}
.newsletter-success .form-complete,
.email-sent .form-complete, 
.prize-claimed .form-complete {
	-webkit-animation: opac-in-animate 0.6s ease-out forwards;
	animation: opac-in-animate 0.6s ease-out forwards;
}
.prize-claimed .form-complete p span{
	font-size: 14px;
}
.prize-claimed .win-title {
	display: none;
}

.form-complete h2{
	margin-bottom: 4px;
}
.form-complete-img{
	position: relative;
	display: block;
	text-align: center;
	padding: 0 30%;
	margin: 0px auto 16px auto;
}
.form-complete-img span{
	display: inline-block;
	width: 96px;
	height: 96px;
	padding: 4%;
	border-radius: 50%;
	border: 3px solid var(--green-color);
}
.form-complete-img img{	
	width: 100%;
	height: auto;
}
.form-complete p{
	padding: 0 10%;
/*	color: var(--grey-color);*/
	margin-bottom: var(--main-pad); 
}
.form-complete p span{
	font-weight: 700;
}

.banner-form .modal-footer{
	padding-left: 0;
	padding-right: 0;
}

.prize-claimed .form-success{
	display: flex;
	padding-top: 72px;
}


/* FOOTER *****************************/
	
#footer	{
	position:absolute;
	display: none;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1052;
}
#modal-code #footer	{
	top: 100%;
	bottom: initial;
}


.start-game #footer	{
	display: block;
}
.footer-main{
	position: relative;
	display: block;
/*	width: 50%;*/
	padding: var(--lg-pad) 0;
	text-align: center;
	font-size: 10px;
	color: var(--main-color);
	z-index: 2;
}
.footer-logo{
	position:relative;
	display: block;
	text-align: center;
	margin-bottom: 8px;
}
.footer-logo a{
	display: block;
	display: inline-block;
	text-align: center;
	opacity: 1;
}
.footer-logo a:hover{
	opacity: 0.48;
}
.footer-logo img{
	height: 16px;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

/*
.footer-nav{
	position: relative;
	display: flex;
	list-style: none;
	text-align: center;
	justify-content: center;
	margin: 0 0 12px 0px;
	padding: 0;
}
.footer-nav li{
	margin: 0;
	padding: 0 12px;
}
*/
.footer-main p{
	opacity: 0.48;
	margin-bottom: 0;
}
.footer-main p a{
	text-decoration: none;
}
.footer-main p a:hover{
	text-decoration: underline;
}

/* MODAL STYLES *****************************/

body.modal-open  {
	padding: 0px!important;
	overflow-y: hidden!important;
	max-height: 100vh;
}
.modal-backdrop {
	background: var(--secondary-color);
	background: rgba(0,0,0,0.8);	
}
.modal-backdrop.in {
	opacity: 0.85;
}
.modal-backdrop.show{
	opacity: 0.88;	
}
.start-game .modal-backdrop,
.start-game .modal-backdrop.show{
	background: transparent; 
	opacity: 1;
}
.modal.modal-static .modal-dialog {
	-webkit-transform: none;
	transform: none;
}
.modal{
	z-index: 9999;
}
.modal.modal-content-left .modal-dialog {
	width: 100%;
	max-width: 100%;
} 
.modal.modal-content-left .modal-left-content-wrapper {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 50%;
    z-index: 2;
    padding-top: 96px;
    padding-bottom: 48px;
}

.modal-left-content-wrapper .modal-content{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	text-align: center;
	width: 44%;
	min-width: 512px;
	max-width: 512px;
}
.modal-dialog {
	width: 584px;
	min-width: 360px;
	max-width: 95%;
/*	margin: 10% auto 20px auto;*/
	margin: 0 auto;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	justify-content: center;
}

.modal-dialog.modal-large {
	width: 1024px;
	min-width: 640px;
}
.modal-content {
	position: relative;
	background: #FFF;
	background: var(--white-color);
	border: 0px;
	border-radius: 11px;
	outline: 0px none;
	box-shadow: none;
	box-shadow: 0px 24px 48px #0000001F, 0px 4px 12px #0000000A;
	padding: 24px;
}
.modal-content.modal-cols {
	display: flex;
	flex-direction: row;
	padding: 0;
}

.modal-content-main{
	display: flex;
	flex-direction: column;
}
.model-cols .modal-content-main {
	padding: 24px;
	width: 50%;
}
.modal-content-image{
	display: flex;
	flex-direction: column;
	width: 50%;
/*	background: #FFFFFF;*/
	border-radius: 0px 11px 11px 0px;
}

.modal-content .close {
	position: absolute;
	right:24px;
	top:24px;
	right:48px;
	top:48px;
	opacity: 1;
	margin: 0px;
	width:24px;
	height:24px;
	padding: 4px;
	line-height:24px;
	text-align: center;
	border: none;
	z-index: 4;
}
.modal-content .close img{
	vertical-align: top;
}
.modal-content .modal-logo .close{
	right:0px;
	top:12px;
	top:-8px;
}

.modal-logo{
	position: relative;
	text-align: center;
	padding: 0 20%;
	margin-top: -24px;
	margin-top: 8px;
	margin-bottom: 24px;
	z-index: 3;
}
.modal-logo-link{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.modal-logo-link img{
	height: 72px;
	width: auto;
	margin-top: 0px;
}
.modal-content-image .modal-logo{
	margin: 0;
}
.modal-header {
	padding: 24px 48px 24px 24px;
	padding: 24px 24px 24px 24px;
	border: 0px;
}
.modal-title{
	font-size: 20px;
	font-weight: 700;
}
.modal-header{
	text-align: center;
}
.modal-header h2{
	display: block;
	width: 100%;
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: 400;
}
.modal-header h2 span{
	font-weight: 700;
}
.modal-header-icon{
	position: relative;
	text-align: center;
	font-size: 64px;
	
	color: var(--main-color); 
	margin-bottom: 0px;
}
.modal-header-icon.icon-error{
	color: var(--error-color);
}
.modal-center-block .modal-header {
	flex-direction: column;
}
.modal-center-block .modal-header-icon  {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	font-size: 40px;
	color: var(--primary-cta-color);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--main-pad);
}
.modal-center-block .modal-header-icon img {
	max-width: 100%;
}
.header-icon-notification{
	position: relative;
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 24px 0px;
}
.header-icon-notification div{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	text-align: center;
	width: 64px;
	height: 64px;
/*	margin: 0 auto 24px auto;*/
}
.header-icon-notification div span{
	position: absolute;
	display: flex;
	top: 0;
	right: -8px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	background: var(--secondary-color); 
	color: var(--white-color); 
}
.modal-icon-check{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	text-align: center;
	border: 2px solid var(--secondary-color); 
	border-radius: 50%;
	width: 80px;
	height: 80px;
	font-size: 40px;
	color: var(--secondary-color); 
	margin: 0 auto 24px auto;
}
.win-title{
	position: relative;
	background: url(../images/pinball-white-bg-confetti.jpg) center center no-repeat;
	background-size: cover;
    background-position-y: 70%;
	margin-top: 24px;
	margin: 0;
}
.win-title .modal-logo{
	margin-top: 0;
	margin-bottom: 0px;
}
.modal-content .win-title .modal-logo .close{
	right: 8px;
	top: 8px;
}
.win-title .modal-header {
	margin-bottom: var(--main-pad); 
}
.win-title h2 {
	color: var(--primary-cta-color); 	
	text-shadow: 0px 1px 4px #00000029;
}
.show .win-title .modal-header {
	animation: zoom-pop-animate 0.4s linear forwards;
	animation-delay: 0.2s;
}

#modal-win .modal-header h2 span {
	color: var(--primary-cta-color);
	display: block;
}
#modal-win p.single-prize-text {
	margin-bottom: var(--main-pad);
}
.modal-header p {
	text-align: center;
	margin: 0;
	margin-bottom: var(--main-pad);
}
.modal-body {
	padding: 0px 24px;
}
.modal-body.modal-body-full {
	height: 100%;
}
#modal-login .modal-body.modal-body-full,
#register-info-modal .modal-body.modal-body-full {
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
	display: flex;
	flex-direction: column;
}
.modal-content-title{
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: var(--main-pad);	
}
.modal-content-title span{
	font-weight: 700;
}
.modal-body h3{
	font-size: 16px;
	color: var(--main-color);
}
.modal-body h2.extra-margin,
.modal-body h3.extra-margin{
	margin-bottom: 16px;	
}
.modal-body p{
	text-align: center;
	margin: 0;
	margin-bottom: var(--lg-pad);
	color: var(--main-color);
}
.modal-body p.no-margin{
	margin: 0;
}
.modal-body p.small-p{
	margin-bottom: var(--main-pad);
	padding: 0 10%;
	color: var(--grey-color);
}

.modal-center-blk{
	text-align: center;
	margin-bottom: var(--sm-pad);
}
.modal-center-blk p{
	margin-bottom: var(--sm-pad);	
}
.modal-body .form-inline .form-col {
	margin-bottom: var(--sm-pad);
}
.modal-body p span {
	font-weight: 700;
}
.modal-body p a{
	text-decoration: underline;
}
.modal-body p a:hover{
	text-decoration: none;
}
.modal-footer {
	padding: 24px;
	padding-top: 12px;
	border: 0px;
	text-align: left;
}
.modal-footer .b-btn {
	align-self: flex-start;
	margin-right: auto;
}
.modal-footer.modal-footer-buttons {
	margin-left: -12px;
	margin-right: -12px;
}
.modal-footer.modal-footer-buttons .button{
	width: calc(50% - 24px);
	margin: 0 12px;
}
.modal-footer.modal-footer-buttons .button:not(.b-btn){
	padding: 9px 24px 9px 24px;
}
.modal-center-block{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.modal-center-block .modal-body{
	flex:initial;
}

.modal-voucher{
	position: relative;
	margin-left: 15%;
	margin-right: 15%;
	padding: var(--main-pad);
	border-radius: 24px;
	text-align: center;
	color: var(--secondary-color);
	margin-bottom: var(--main-pad);
	border: 1px dashed var(--secondary-color);
	background: var(--input-bg);
}
.modal-voucher h3{
	font-size: 20px;
	margin-bottom: 4px;
}
.single-voucher {
	margin-bottom: 48px; 
}
.single-voucher .prize-option-block {
	margin-bottom: 0;
}
.modal-highlight-text{
	text-align: left;
}
.highlight-text-center{
	text-align: center;
}
.modal-highlight-text p{
	text-align: left;
	color: var(--grey-color);
	margin-bottom: 24px;
}
.highlight-text-center{
	text-align: center;
}
.highlight-text-center p{
	color: var(--grey-color);
	margin-bottom: 24px;
}
.modal-info-block{
	position: relative;
	display: block;
	text-align: center;
/*	border: 1px solid var(--border-color);*/
	background: var(--white-alpha);
	border-radius: 7px;
	padding: var(--main-pad);
	margin-bottom: var(--main-pad);
}
.modal-info-block.info-extra-margin{
	margin-top: var(--main-pad);	
}
.modal-info-block p{
	margin-bottom: var(--main-pad);	
}
.modal-info-block .form-group-lg{
	margin-bottom: 0;
}
.modal-info-block-full{
	position: relative;
	display: block;
	text-align: center;
	padding: 0;
	margin: var(--main-pad) 0;
}
.modal-info-block-full .modal-header{
	padding: 0px 0px 8px 0px;
}

.information-check-block{
	display: none;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.show-info-check.information-check-block{
	display: flex;
}
.modal-email-check{
	position: relative;
	margin: 0;
	padding:var(--sm-pad) var(--main-pad);
	border-radius: 11px;
	font-size: 16px;
	text-align: center;
	color: var(--secondary-color);
	background: var(--light-sub-color);
	margin-bottom: var(--main-pad);
	border: 1px dashed var(--secondary-color);
}

#modal-win .modal-highlight-text .form-control{
	text-align: center;
}

.highscore-reached, .prize-send-to{
	margin-bottom: var(--med-pad);
}
.new-highscore{
	color: var(--green-color); 
}
.new-highscore span{
	font-weight: 700;
}

#modal-code-check{
	padding: var(--main-pad) 0;
/*	padding: 36px 0;*/
	padding: 0;
}
#modal-code-check .modal-body,
#modal-token-verified .modal-body{
	height: 100%;
}

#modal-code-tabs .fade:not(.show) {
	opacity: 0;
	transform:scale(0);
}
#modal-code-tabs .tab-pane{
	/* min-height: 640px;
	min-height: 720px; */
}
#modal-code-tabs .fade {
	transform:scale(1);
	transition: all 0.4s ease-out;
}

#modal-game-end .modal-body{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
#modal-game-end .modal-body p a{
	font-weight: 600;
	text-decoration: underline;
}
#modal-game-end .modal-body p a:hover{
	text-decoration: none;
}

#win-store{
/*	font-weight: 700;*/
}
#win-store-address{
	display: block;
}

#modal-won,
#modal-lost,
#modal-bonus,
#modal-information,
#modal-survey{
	/* background: rgba(48, 56, 59, 0.88); */
}
#modal-information .fade:not(.show) {
	opacity: 0;
}
#modal-information .fade {
	transition: all 0.4s ease-out;
}
#modal-information .modal-logo{
	margin-bottom: 0px;
}
#modal-information .modal-logo-link img{
	height: 96px;
}

.modal-info-tabs{
	margin-left: -24px;
	margin-right: -24px;
	padding-top: var(--main-pad); 
}
.modal-info-tabs p{
	margin-bottom: var(--main-pad);
}
.modal-info-tabs .tab-pane ul{
	padding-left: 18px;
}
.modal-info-tabs .tab-pane a{
	text-decoration: underline;
}
.modal-info-tabs .tab-pane a:hover{
	text-decoration: none;
}
.modal-info-tabs .nav-tabs{
	padding: 0 var(--main-pad); 
	border-bottom: 1px solid var(--border-color); 
}
.modal-info-tabs .nav-tabs .nav-link{
	margin: 0 var(--main-pad);
	padding: var(--xs-pad) 0;
	font-size: 26px;
	font-weight: 700;
	background: none;
	color: var(--text-color);  
	opacity: 0.32;
	border: none;
	border-bottom: 3px solid transparent; 
	margin-bottom: -1px;
}
.modal-info-tabs .nav-tabs .nav-link:focus, .modal-info-tabs .nav-tabs .nav-link:hover{
	background: none;
	border: none;
	opacity: 1;
	border-bottom: 3px solid var(--secondary-color); 
}
.modal-info-tabs .nav-tabs .nav-item.show .nav-link, .modal-info-tabs .nav-tabs .nav-link.active{
	color: var(--main-color); 
	border: none;
	opacity: 1;
	border-bottom: 3px solid var(--secondary-color); 
}
.modal-info-tabs .tab-content{
	padding:var(--main-pad) var(--lg-pad); 
}
.content-scroll{
	max-height: 50vh;
}
.content-scroll .simplebar-content{
	padding-right: 16px;
}
.content-scroll .simplebar-track.simplebar-vertical{
	right: -16px;
}


/*
#modal-terms .modal-dialog, #modal-faq .modal-dialog {
	text-align: left;
}

#modal-terms .modal-body p, #modal-faq .modal-body p{
	text-align: left;
	margin-bottom: var(--main-pad);
}
*/

.full-popup{
	background: #FFFFFF;
}
.full-popup h3{
	font-weight: 700;
	
}
.full-popup .modal-dialog{
	width: 100%;
	max-width: 100%;
	justify-content: flex-start;
	padding-top: 24px;
}
.full-popup .modal-content .close {
	right: 24px;
	top: 0px;
}
.full-popup .modal-dialog .modal-content{
	padding: 0 30%;	
}

#modal-code, #modal-lost, #modal-win{
	z-index: 1052;
}

#modal-win-selection .modal-info-block {
	margin-bottom: 0;
}

.close-btn {
	position: absolute;
	right: 24px;
	top: 24px;
	opacity: 1;
	margin: 0px;
	width: 24px;
	height: 24px;
	padding: 4px;
	line-height: 24px;
	font-size: 18px;
	text-align: center;
	border: none;
	box-shadow: none;
}
.close-btn img {
	vertical-align: top;
}

.modal-sml .modal-header {
	padding-bottom: 0;
}
.modal-body .spinner-container {
	display: flex;
	justify-content: center;
}


/* PINBALL STYLES *****************************/

#game-main {
	width:100%;
	max-width:100%;
	padding: 0;
	height: 100%;
	height: 100vh;
}
#renderCanvas {
	height: 100vh;
	-webkit-user-select: none!important; /* prevent selecting canvas */
	-moz-user-select: none!important; /* prevent selecting canvas */
	user-select: none!important; /* prevent selecting canvas */
	-webkit-user-drag: none!important; /* prevent canvas from being dragged */
}

.modal-content-image.event-image{	
background: url() center center no-repeat var(--yellow-color);
	background-size: cover;
	
/*	background: var(--secondary-color);*/
}
.modal-content-image.event-image img{	
	image-rendering: -webkit-optimize-contrast;
}

#fpsLabel {
	background: black;
	color: greenyellow;
	position: fixed;
	bottom:16px;
	left: 16px;
	display: block;
	font-size: 12px;
	font-family: monospace;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	z-index: 1000;
}
/*
.gamescore-wrap{
	position: absolute;
	top: 120px;
	left: 48px;
	width: 20%;
	pointer-events:auto;
}
.gamescore-wrap .gamescore-title{
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 0px;
	line-height: 1;
	color: #828282;
	color: var(--secondary-color);
	margin-bottom: 4px;
}
#gamescore{
	position: relative;
	line-height: 1;
	font-size: 40px;
	font-weight: 700;
	color: #FFFFFF;
	z-index: 1;
}
*/


/* LOGIN CONTENT *****************************/
.content-header-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 24px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
}
#modal-login h2 {
	text-align: center;
	margin-bottom: 16px;
}
#modal-login p {
	font-size: 14px;
	margin-bottom: 24px;
}

#modal-login .form-group {
	margin-bottom: 16px;
}
#modal-login .form-group.main-code-input {
	margin-bottom: 32px;
}

#modal-login .form-group .txt-btn {
	padding: 0;
	font-size: 10px;
	font-weight: 400;
	display: flex;
	margin-left: auto;
	line-height: 24px;
}

#modal-login #password-wrapper {
	margin-bottom: var(--lg-pad);
	display: flex;
	flex-direction: column;
}

#modal-login .form-line-wrap {
	padding-top: var(--main-pad);
	padding-bottom: 32px;
}

#modal-login .b-btn.g-btn {
	margin-bottom: 48px;
}

#modal-login .txt-btn.action-start-content {
	font-weight: 400;
	line-height: 1;
	padding: 0;
}

/* REGISTER INFO CONTENT *****************************/
#register-info-modal h2,
#register-info-modal p {
	text-align: center;
}

#register-info-modal p {
	margin-bottom: 48px;
}

#register-info-modal .txt-btn {
	width: 100%;
	font-weight: 400;
	text-align: center;
	cursor: default;
	margin-top: auto;
}

#register-info-modal .txt-btn.action-start-content {
	cursor: pointer;
}

#register-info-modal .txt-btn a {
	text-decoration: underline;
	color: var(--main-color);
	cursor: pointer;
}

#register-info-modal .txt-btn:hover {
	text-decoration: none;
}

#register-info-modal-close.txt-btn {
	cursor: pointer;
	line-height: 1;
	padding: 0;
}

#register-info-modal .button.txt-btn {
	font-weight: 400;
}

.wrap-button{
	position: relative;
	display: block;
	width: 100%;
}
#loading-wrap{
	background: #7f1f46;
	background: var(--primary-cta-color);
	color: #ffffff;
	position:absolute;
	height: 100%;
	width: 100%;
	display: block;
	opacity: 1;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
	text-align: center;
	z-index: 1000000;
	pointer-events: none;
	touch-action: none;
}
#loading-content {
	display: block;
	width: 400px;
	width: 40%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
#loading-image{
	position: relative;
	display: block;
	margin-bottom: 50px;
}
.loading-buttons{
	position: relative;
	display: inline-block;
	text-align: center;
	width: 50%;
	margin-bottom: 20px;
}
.loading-buttons img{
	height: 144px;
	width: auto;
}
.loading-img-txt{
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
}
.txt-left{
	position: absolute;
	width: 100%;
	bottom: 35%;
	text-align: left;
}
.txt-right{
	position: absolute;
	width: 100%;
	bottom: 35%;
	right: -2%;
	text-align: right;
}
.loading-img-txt div{
	display: block;
	white-space: nowrap;
}
.loading-img-txt span{
	position: relative;
	display: none;
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
}
.txt-left span{
/*	left: 5%;*/
}
.txt-right span{
/*	right: 5%;*/
}
.txt-btm span{
	width: 10%;
/*	left: 45%;*/
}
.loading-text{
	position: relative;
	display: inline-block;
/*
	-webkit-transform: translateZ(0) skew(-7deg);
	transform: translateZ(0) skew(-7deg);
	-webkit-backface-visibility: hidden;
*/
}
.loading-text h3{
	position: relative;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	font-size: 40px;
/*	text-shadow: 3px 3px 5px rgba(0,0,0,0.5);*/
	color: #f0f0f0;
	z-index: 1;
/*	opacity: 0;*/
}
.loading-text span{
	position: absolute;
	display: none;
	width: 100%;
	font-weight: 700;
	line-height: 1;
	font-size: 48px;
	letter-spacing: -1px;
	top: 0;
	left: 0;
	text-shadow: none;
	background: rgba(242,242,242,1);
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 40%, rgba(200,200,200,1) 60%, rgba(200,200,200,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(40%, rgba(242,242,242,1)), color-stop(60%, rgba(200,200,200,1)), color-stop(100%, rgba(200,200,200,1)));
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 40%, rgba(200,200,200,1) 60%, rgba(200,200,200,1) 100%);
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 40%, rgba(200,200,200,1) 60%, rgba(200,200,200,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 40%, rgba(200,200,200,1) 60%, rgba(200,200,200,1) 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	z-index: 2;
}

.mobile-loading-wrap{
	position:absolute;
	display: none;
	height: 100%;
	width: 100%;
	background: rgba(48, 56, 59, 0.88);
	color: #ffffff;
	opacity: 1;
	transition: opacity 2s;
	text-align: center;
	z-index: 2;
}
.mobile-loading-left{
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 50%;	
/*	border-right: 1px dashed rgba(255,255,255,0.64);*/
}
.mobile-loading-right{
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 50%;	
	border-left: 1px dashed rgba(255,255,255,0.64);
}
.mobile-loading-left .txt-left {
	width: 60%;
	left: 20%;
	bottom: 40%;
	text-align: center;
}
.mobile-loading-right .txt-right {
	width: 60%;
	text-align: center;
	right: 20%;
	bottom: 40%;
}
.mobile-loading-right .loading-img-txt.txt-bottom{
	position: absolute;
	width: 60%;
	text-align: center;
	right: 16%;
	bottom: 8%;	
}
.mobile-loading-right .loading-img-txt.txt-bottom span{
	margin-bottom: 0px;
	margin-top: 20px;
}
.mobile-loading-right .loading-img-txt.txt-bottom span img{
	transform:rotate(180deg);
}
.show-tutorial.mobile-loading-wrap{
	display: flex;
	-webkit-animation: opac-in-animate 0.3s ease-out forwards;
	animation: opac-in-animate 0.3s ease-out forwards;
}

/* SURVEY STYLES *****************************/

#modal-survey .modal-logo{
	margin-bottom: 0px;
}

.survey-form{
	position: relative;
	margin-bottom: 24px;
	margin-left: -24px;
	margin-right: -24px;
}
.survey-question{
	position: relative;
	display: flex;
	padding: 16px 24px;
	border-radius: 9px;
}
.survey-question.multiple-choice {
	display: block;
	padding-top: 0px;
}
.survey-form .survey-question.rating:nth-child(even){
	background: #D7DADB3D;
}
.question-title {
	position: relative;
	display: flex;
	font-weight: 700;
	font-size: 16px;
	width: 100%;
}
.survey-question.rating .question-title{
	padding-right: 24px;
	width: calc(100% - 240px);
}
.survey-question.multiple-choice .question-title{
	text-align: center;
	color: var(--secondary-color);
	justify-content: center;
	margin-bottom: 16px;
}
.question-multiple-choice {
	
}
.multiple-choice-option {
	
}
.survey-question.rating .question-rating{
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: row-reverse;
	width: 240px;
}


input.star { 
	display: none; 
}
label.star {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	font-size: 24px;
	margin: 0;
	color: #146F703D;
	cursor:pointer;
	transition: all .2s ease;
}
input.star:hover ~ label.star:before {
	color: var(--secondary-color);
	transition: all .2s ease;
}
input.star:checked ~ label.star:before {
	content: '\e28b';
	color: var(--secondary-color);
	transition: all 0.3s ease-in;
} 
label.star:hover { 
	color: var(--secondary-color);
} 

label.star:before {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	content: '\e28b';
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 700;
}
label.star:hover:before { 
	transform: scale(1.2); 
	transition: all 0.3s ease-in;
} 

#modal-survey .modal-footer .button{
	width: 100%;
	margin: 0;
}


/* OTHER STYLES *****************************/

#footer:after, .footer-copyright-content:after, .home-center-banner:after, .content-banner:after, .info-blocks:after, .content-blocks:after, .project-blocks:after, .project-blk-txt:after, .footer-menu ul:after, .form-wrap:after, .footer-content:after, .footer-left:after, .footer-right:after{
	content: '';
	display: block;
	clear: both;
}

.clear{
	display: block;
	clear:both;
}	
.no_border{
	border:none!important;
}
.mob-break{
	display: none;
}
.web-break{
	display: inline;
}


/* Loader *****************************************/

.waiting{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	border-radius: 19px;
	z-index: 9;
	text-align: center;
	vertical-align: middle;
}

.loader-wrap{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	opacity: 0;
	-webkit-animation: opac-in-animate 0.3s ease-out forwards;
	animation: opac-in-animate 0.3s ease-out forwards;
}



.lds-ripple {
	display: block;
	position: relative;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-self: center;  
}
.lds-ripple div {
	position: absolute;
	border: 4px solid var(--secondary-color);
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

/* OVERLAY STYLES *****************************/

#leftButton, #rightButton {
	position: absolute;
	width: 25%;
	height: 20%;
	z-index: 3;
	opacity: 0;
}
#leftButton {
	left: 5%;
	bottom: 7%;
}
#rightButton {
	right: 10%;
	bottom: 7%;
}

#game-overlay{
	position: absolute;
	display: block;
	z-index: 3;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	font-family: Arial, Helvetica, sans-serif;
}
/* #debug-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	pointer-events: auto;
	width: 100%;
	max-width: : 100%;
	max-height: 100%;
	height:100%;
	overflow: auto;
} */

.game-temp-btns{
	position: absolute;
	bottom: 40px;
	right: 40px;
	pointer-events:auto;

	display: none;
}
#gamepoint-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#cameraInputs {
	pointer-events:auto;
}

.gamescore-wrap{
	position: absolute;
	display: flex;
	padding: 0px;
	top: 20px;
	left: 180px;
	pointer-events:auto;
	background: rgba(255, 255, 255, 0.12);
	border-radius: var(--border-radius);
	overflow: hidden;
	backdrop-filter: blur(4px);
}


.gamescore-wrap:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: var(--border-radius);
	border: 1px solid transparent;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 80%) border-box;
	mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	z-index: 0;
	pointer-events: none;
}


.gamescore-wrap:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: var(--border-radius);
	background: linear-gradient(180deg, rgba(128, 128, 128, 1) 0%, rgba(128, 128, 128, 0) 100%) 0% 0% no-repeat;
	opacity: 0.16;
}

.gamescore-bg{
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 120px;
	top: 0;
	left: -40px;
	background: var(--secondary-color);
	background: var(--primary-cta-color);
	transform: skewX(-20deg);
	z-index: 0;
	opacity: 0.32;
}



/*
.gamescore-wrap:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	border-radius: 7px;
	background: transparent linear-gradient(128deg, rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, 0) 100%) 0% 0% no-repeat;	
	opacity: 0.16;
}
*/
.gamescore-wrap .gamescore-title{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
	font-weight: 400;
	padding-left: 0px;
	line-height: 32px;
	color: var(--white-color);
	padding: 8px 16px;
	width: 40%;
	width: 80px;
	z-index: 2;
}

.gamescore-info{
	position: relative;
	display: flex;
	padding: 8px 16px;
	width: 60%;
	width: calc(100% - 80px);
	justify-content: center;
	z-index: 2;
}

#gamescore{
	position: relative;
	display: flex;
	line-height: 32px;
	font-size: 20px;
	font-weight: 600;
	color: var(--white-color);
	z-index: 1;
	margin-right: 16px;
}

#balls-left-ui {
	position: relative;
	display: flex;
/*	margin-top: 24px;*/
	color: #FFFFFF;
	z-index: 2;
}
#balls-img {
	position: relative;
	display: flex;
	width: 32px;
	height: 32px;
	padding: 6px;
	border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
	margin-right: 8px;
	z-index: 2;
}
#balls-img span{
	position: relative;
	display: flex;
	opacity: 1;
}
#balls-count-total{
	position: relative;
	display: flex;
	line-height: 32px;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	z-index: 1;
}
#babylonUnmuteIconBtn{
	display: none;
}
.animate #balls-img span{
	opacity: 0;
	-webkit-animation: zoom-out-animate 0.5s ease-out forwards;
	animation: zoom-out-animate 0.5s ease-out forwards;
}

#cameraInputs {
	display: block;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #ffffff;
	pointer-events: auto;
	touch-events: auto;
	padding: 10px;
}
#cameraInputs button{
	background-color: red;
}
#cameraInputs label {
	text-align: left;
}
#cameraInputs input{
	color: black;
/*	width: 50px;*/
}

.open-highscore{
	position: relative;
	display: flex;
	text-align: left;
	width: 240px;
	padding: 12px 16px;
	color: var(--white-color);
	border: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(4px);
	border-radius: var(--border-radius);
	cursor: pointer;
}

.hs-open .open-highscore{
	border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.open-highscore:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: var(--border-radius);
    border: 1px solid transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 80%) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 0;
    pointer-events: none;
}

.open-highscore:after {
	content: "\f107";
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	color: var(--white-color);
	transform: rotate(0deg);
	transition: all 0.3s ease;
}
.hs-open .open-highscore:after {
	transform: rotate(-180deg);
}

.open-highscore span{
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 8px;
}
.open-highscore i{	
	display: flex;
	flex-direction: column;	
	justify-content: center;
	width: 24px;
	height: 24px;
}


.highscore-trigger{
	position: relative;
	display: none;
	float: right;
	font-size: 14px;
	color: #FFFFFF;
}

.highscore-wrap{
	position: absolute;
	top: 60px;
	right: 48px;
	right: 182px;
	width: 240px;
	color: var(--white-color);
/*
	pointer-events:none;
	touch-action:none;
*/

}
.highscore-wrap .highscore-title{
	display: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 4px;
}


#highscore{
	position: relative;
	display: none;
	padding: 0px;
	margin-bottom: 10px;
	color: var(--white-color);
	border-radius: 0 0 var(--border-radius) var(--border-radius);
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(4px);
	opacity: 0;
	transform:translateY(-100%);
	transition: all 0.2s ease-out;
}
#highscore.show-highscore{
	position: relative;
	display: flex;
	opacity: 1;
/*	animation: opac-in-animate 0.4s ease-out forwards;*/
	transform:translateY(0%);
	transition: all 0.4s ease-out forwards;
}
#highscore:before{	
	display: flex;
	display: none;
	position: absolute;
	flex-direction: column;
	justify-content: flex-end;
	right: 184px;
	top: -16px;
	width: 24px;
	height: 24px;
	color: #FFFFFF;
	content: "\f2ec";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	z-index: 0;	
}

.highscore-table{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
/*	clear: both;*/
}
#hs-tab-1{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}
#hs-tab-2{
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;

}
#hs-tab-1 .highscore-line > div{
	-webkit-animation: opac-swap-animate 10.0s linear infinite;
	animation: opac-swap-animate 10.0s linear infinite;
}
#hs-tab-2 .highscore-line > div{
	opacity: 0;
	-webkit-animation: opac-swap-animate 10.0s linear infinite;
	animation: opac-swap-animate 10.0s linear infinite;
	-webkit-animation-delay: 5.0s;
	animation-delay: 5.0s;
}

.highscore-title{
	position: relative;
	display: block;
	line-height: 2;
}
.highscore-line{
	position: relative;
	display: flex;
	line-height: 48px;
	font-size: 16px;
	font-weight: 600;
	clear: both;
/*	background: rgba(0,0,0,0.4);*/
}
.highscore-table .highscore-line:last-child{
	border-bottom: none;
}
.hs-nr{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: var(--white-color);
	margin:0px;
	flex-shrink: 0;
}
.hs-name{
	position: relative;
	display: block;
	width: 80%;
	width: calc(70% - 48px);
	padding: 0 8px 0px 0px;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
/*	text-transform: uppercase;*/
}
.hs-name:after{
	content: '';
	position: absolute;
    display: block;
    width: 70%;
    height: 1px;
    left: 20%;
    top: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 46%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat;
}
.highscore-title .hs-name{
	font-weight: 400;
}
.hs-score{
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	line-height: 48px;
	width: 30%;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 16px 0px 0px;
/*	color: var(--secondary-color);*/
	color: var(--primary-cta-color);
}
.highscore-line .hs-score{
	font-weight: 600;
}

/*
.highscore-line:after{
	content: '';
	clear: both;
	display: block;
}
*/

.game-btns{
	display: block;
	display: none;
	text-align: right;
}
.game-btns > .button{
	float: right;
}

.game-toggle{
	display: inline-block;
	text-align: right;
	line-height: 40px;
}
.game-toggle label{
	margin: 0px 10px;
	font-size: 14px;
	text-transform: uppercase;
}

#btn-submitscore {
	display: none;
}

.scene-button .button{
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 30px;
	font-size: 24px;
	line-height: 30px;
	padding: 10px 60px 10px 60px;
	border-radius: 25px;
	margin: 0px;
	font-weight: 500;
	border: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #ff3b3b;
	color: #FFFFFF;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.scene-button .button:before{
	content: '';
	position: absolute;
	display: block;
	height:300%;
	width:40%;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(70%, rgba(255,255,255,0.8)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	top: -100%;
	left: 0;
	-webkit-animation: btn-shine-animate 3.6s ease infinite;
	animation: btn-shine-animate 3.6s ease infinite;
}
.scene-button .button:hover, .scene-button .button:active, .scene-button .button:focus{
	background-color: rgba(255,255,255,0.2);
	background: #ce0218;
	background: #3c348b;
	color: #FFFFFF;
}
.scene-button .button span{
	position: relative;
	display: block;
}

.term-btn{
	position: relative;
	opacity: 0;
	z-index: 6;
}
.term-trigger{
	display: inline-block;
	cursor: pointer;
	color: #06216e;
	line-height: 20px;
	font-size: 18px;
	font-weight: 400;
/*	text-transform: uppercase;*/
	font-family: 'Gloria Hallelujah', cursive;
	border-radius: 0px;
	border: 0px;
	text-decoration: none;
	outline: none;
	text-align: center;
	padding: 5px 10px;
	background:none;
	margin:0px 0px 20px 0px;
}
.term-trigger:hover, .term-trigger:active, .term-trigger:focus, .term-trigger:visited{
	color: #06216e!important;
	text-decoration: none;
	opacity: 0.5;
}

.btn-loader {
	width: 16px;
	height: 16px;
	border: 2px solid var(--input-focus-bg);
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

/* RESPONSIVE STYLES *****************************/

.container{
	max-height:100%;/*	max-width: 1560px;*/
	padding-right: var(--lg-pad);
	padding-left: var(--lg-pad);
}

.row {
	margin-right: var(--main-neg);
	margin-left: var(--main-neg);
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
/*
	position: relative;
	width: 100%;
	min-height: 1px;
*/
	padding-right: var(--lg-pad);
	padding-left: var(--lg-pad);
	padding-right: var(--main-pad);
	padding-left: var(--main-pad);
}


@media (min-width: 1921px) {
	.container {
		max-width: 1600px;
		padding-right: var(--lg-pad);
		padding-left: var(--lg-pad);
	}

/*
	input.button,
	.button,
	.button:visited,
	.w-btn,
	.b-btn,
	.txt-btn {
		line-height: 20px;
	}
*/

	.shop-info-buttons {
		height: 64px;
		margin-top: 24px;
	}
}
@media (min-width: 768px) and (max-width: 1920px) {
	.form-control {
		height: 40px;
	}

	.form-group.is-valid:after,
	.form-group-icon .form-control-icon,
	#code-start-content .form-row-buttons-top .i-btn {
		width: 40px;
		height: 40px;		
	}
	
	#code-start-content .form-row-buttons-top .b-btn {
		line-height: 20px;
	}

	.form-group-icon .form-control {
		padding-right: 40px;
	}
}
@media (min-width: 1600px) and (max-width: 1920px) {

	.container{
		max-height:100%;
		max-width: 1440px;
		padding-right: var(--lg-pad);
		padding-left: var(--lg-pad);
	}	
}


@media (min-width: 1200px) and (max-width: 1599px) {
	
	body{

	}
	h2 {
		
	}
	a.button, .button {

	}

	.container{
		max-height:100%;
		max-width: 1320px;
		padding-right: var(--main-pad);
		padding-left: var(--main-pad);
	}
	#header{
		padding: 12px 32px;
	}
	.logo-main{
		left: 24px;
	}
/*
	.logo-main img{
		height: 72px;
	}
*/
	
	.modal-header h2{
		font-size: 26px;
	}
	.modal-logo {
		margin-bottom: 0;
	}
	.footer-main{
		padding: var(--main-pad) 0;
	}
	#loading-content {
		width: 50%;
	}
	
	#modal-code{
		padding: 24px 0px;
	}

}


@media (min-width: 992px) and (max-width: 1199px) {
	body{

	}
	.container{
		max-height:100%;		
		padding-right: 16px;
		padding-left: 16px;
		max-width: 100%;
	}
	#header{
		padding: 12px 24px;
	}
	.logo-main{
		left: 24px;
		top: 12px;
	}
/*
	.logo-main img{
		height: 72px;
	}
*/
	
	.modal-header h2{
		font-size: 26px;
	}
	
	#modal-code .modal-dialog .modal-content p:last-child{
		margin-bottom: 24px;	
	}
	
	.footer-main{
		padding: var(--main-pad) 0;
	}
	#loading-content {
		width: 60%;
	}
	
}
	
@media (min-width: 768px) and (max-width: 991px) {
	

	.container{
		max-height:100%;		
		padding-right: 16px;
		padding-left: 16px;
		max-width: 100%;
	}
	#header{
		padding: 12px 24px;
	}
	#header .dropdown-menu{
		left: -20px!important;
	}
	.logo-main{
		left: 24px;
		top: 12px;
	}
/*
	.logo-main img{
		height: 72px;
	}
*/
	.modal-header h2{
		font-size: 24px;
	}
	.modal-logo {
		margin-bottom: 0;
	}
	.modal-content-main{
		padding: 0;
	}
	.modal-info-tabs .nav-tabs .nav-link{
		font-size: 24px;
	}
	
	.form-code-input .form-input-sm{
		margin: 0 4px;
		font-size: 28px;
		height: 64px;
	}
	#modal-code, #modal-lost, #modal-win{
		z-index: 1050;
	}

	
	#modal-win{
		padding: 24px 0px;	
	}
	
	.full-popup .modal-dialog{
		padding-top: 0;
	}
	.full-popup .modal-dialog .modal-content{
		padding: 0 0%;	
	}
	#loading-content {
		width: 80%;
	}
	
}

@media (max-width: 767px) {
	.no-mob{
		display: none;
	}
	.outer-wrapper{
		overflow: hidden;		
	}
	.container{
		max-height:100%;
		padding-right: 16px;
		padding-left: 16px;
		padding: 0;
		overflow: hidden;
		max-width: 100%;
	}
	
	input.button, .button, .button:visited, .w-btn, .b-btn{
		padding-left: 24px;
		padding-right: 24px;
/*
		padding-top: 5px;
		padding-bottom: 5px;
*/
	}
	.form-matd label.error, .form-group .error-text, .select-box .error-text, .checkbox .error-text, .form-captcha .error-text{
		bottom: -16px;
	}
	.ch-btn{
		padding: 0;
		padding-bottom: 4px;
	}
	.ch-btn label{
		line-height: 1.4;
		line-height: 24px;
	}
	
	label{
		margin-bottom: 0;
	}

	body{
		font-size: 14px;
	}
	
	.button{
		font-size: 14px;
	}
	.btn-clean{
		font-size: 12px;
	}
	
	#header{
		background: none;
		height: 56px;
		padding: 8px 16px;
		padding: 8px 8px 8px 16px;
	}
	body:not(.game-play) #header{
		background: #FFFFFF;
		border-bottom: 1px solid var(--border-color);
	}
	.animate #header{
		background: var(--secondary-color);
		background: none;
		pointer-events: none;
	}
	.animate #header .logo-main {
		display: none;
	}
	#game-main.container.main-container {
		padding: 0;
		display: block;
	}
	.logo-main{
		top: 12px;
		left: 16px;
		left: 24px;
	}
	.logo-dark {
		display: block;
	}
	.logo-light {
		display: none;
	}
	.logo-main img{
		height: 32px;
	}
	.header-buttons{
		display: none;
	}
	.mobile-menu .btn-clean{
		background: var(--primary-cta-color);
		color: var(--white-color); 
		padding: 8px 12px 8px 16px;
		border-radius: 20px;
		line-height: 24px;
		height: 40px;
		border: 0px;
	}
	.mobile-menu .btn-clean:hover{
		border: 0px;
		color: var(--white-color); 
		background: var(--primary-cta-color);
	}
	.mobile-menu .btn-clean span{
		font-weight: 400;
		line-height: 24px;
		vertical-align: top;
		text-transform: uppercase;
	}
	
	.nav-btns{
		align-self: auto;
		pointer-events: auto;
	}
	.button.i-btn{
		width: 40px;
		height: 40px;
		padding: 7px 8px;
	}
	#header .dropdown-menu{
		right: initial !important;
		left: -4px !important;
		margin-top: 1px;
	}
	#header .dropdown-menu:before{
		display: none;
	}
	.dropdown-item {
		font-size: 14px;	
	}
	.dropdown-item i{
		font-size: 14px;	
	}
	
	#content-wrapper{
		padding-top: 65%;
		padding-bottom: 20%;
	}
	
	
	#modal-code, #modal-lost, #modal-win{
		z-index: 1050;
	}

	.form-group {
		margin-bottom: 16px;
	}
	.form-group-lg {
		margin-bottom: 24px;
	}
	.form-inline{
		margin-left: -8px;
		margin-right: -8px;
	}
	.row.form-cols {
		margin-left: -8px;
		margin-right: -8px;
	}
	.form-col{
		padding-left: 8px;
		padding-right: 8px;
		width: 100%;
	}
	.form-col-lg{
		width: 60%;
	}
	.form-col-sm{
		width: 40%;
	}
	.form-col-lg{
		width: 100%;
		margin-bottom: 16px;
	}
	.form-col-sm{
		width: 100%;
	}
	
	.form-group-lg .form-col-lg {
		width: 60%;
	}
	.form-group-lg .form-col-sm {
		width: 40%;
	}
	
	.form-cols-inline .form-col{
		width: 33.3333%;
	}
	.form-cols-inline .selectric .label{
		margin: 0 28px 0 16px;
	}
	.form-cols-inline .selectric .button{
		width: 38px;
	}

	.modal.modal-content-left .modal-dialog {
		width: 100%;
		max-width: 100%;
	} 
	.modal.modal-content-left .modal-left-content-wrapper {
		display: inherit;
		width: 100%;
		padding: 0;
	}	
	.modal-left-content-wrapper .modal-content{
		padding: 0;
		width: 100%;
    	min-width: 100%;
    	max-width: 100%;
	}
	.form-group.is-valid:after {
		top: 12px;
	}

	.modal-info-block .row.form-cols{
		margin: 0;
		flex-direction: column;
	}
	.modal-info-block .form-col{
		padding: 0;	
	}
	.modal-info-block .form-col .form-group{
		margin: 0;
		margin-top: 8px;
	}
	.modal-info-block .form-group-lg .form-col-lg,
	.modal-info-block .form-group-lg .form-col-sm{
		width: 100%;
		padding: 0;
		margin: 0;
		margin-top: 8px;
	}
	.modal-body h2.extra-margin,
	.modal-body h3.extra-margin{
		margin-bottom: 8px;
	}
	.radio-buttons-label{
		display: block;	
		width: 100%;
		margin: 0px 0px 4px 0px;
	}
	
	.form-col-sm .button{
		padding-left: 16px;	
		padding-right: 16px;	
	}
	.form-control{
		font-size: 14px;
		-webkit-appearance: none;
		box-shadow: none !important;
	}
	.main-code-input{
		margin-bottom: 24px;
	}
	#game-start-code-error.error-text{
		bottom:-20px;
	}
	.form-code-input{
		margin-left: -4px;
		margin-left: -4px;
	}
	.form-code-input .form-input-sm{
		margin: 0 4px;
		font-size: 28px;
		height: 64px;
	}
	input[type="date"]{
		text-align: left!important;
	}
	input[type=date].form-control {
		line-height: 29px;
	}
	input::-webkit-date-and-time-value {
	  text-align: left!important;
	}
/*
	input[type="date"]:before {
		color: var(--main-color);
		content: attr(placeholder) !important;
		font-weight: 400;
	}
	input[type="date"].dateinput:before,
	input[type="date"].dateinput:focus:before{
		content: '' !important;
	}
*/
/*
	.ch-btn label{
		font-size: 14px;		
	}
*/
	#prize-content,
	.shop-info-popup {
		padding: 80px 24px 24px 24px;
	}
	.prize-wrapper {
		max-height: 75vh;
		background: none;
		-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 12px, rgba(0, 0, 0, 1) 98%, rgba(0, 0, 0, 0) 100%);
		mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 12px, rgba(0, 0, 0, 1) 98%, rgba(0, 0, 0, 0) 100%);
	}

	#win-selection-content.content-block-main {
/*		background: var(--bg-color);*/
		z-index: 1;
	}
	.prize-main-wrapper:before {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 112, 255, 0) 100%);
		opacity: 0;
	}
	.prize-main-wrapper:after {
		background: var(--bg-gradient-bottom-top);
		opacity: 0;
	}

	
	.prize-wrapper {
/*		background: var(--bg-color);*/
	}

	.prize-option-bg {
		background: url(../images/voucher-mobiel.svg) center bottom no-repeat;
		background-size: 100% 100%;
	}

	.golden-ticket .prize-option-bg {
		background: url(../images/goldenticket-mobiel.svg) center bottom no-repeat;
		background-size: 100% 100%;
	}

	/*
	.prize-option-bg:before,
	.prize-option-bg:after{
		background: var(--bg-color);
		border: 2px solid var(--bg-color);
	}
	.prize-option input[type=radio]:checked ~ .prize-option-bg{
		background: rgba(0,148,135,0.16);
		background: var(--secondary-color);
	}
*/
	.prize-name {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.prize-img-block {
		padding: 20px 16px 20px 20px;
		height: 100%;
	}

	.prize-option-badge {
		font-size: 9px;
		padding: 2px 10px;
		border-radius: 5px;
		position: relative;
		left: 0;
		top: 0;
		width: fit-content;
		margin-bottom: 4px;
	}

	.prize-option-badge.no-mob {
		display: none !important;
	}

	.prize-store-more.no-desktop,
	.prize-store.no-desktop {
		display: flex;
	}

	.prize-store.no-desktop {
		line-height: 1;
		padding-top: 4px;
	}

	.prize-store-more.no-desktop {
		margin-top: 16px;
		align-items: center;
	}

	.shop-info-voucher .prize-store-more {
		display: none;
	}
	.shop-name {
		font-size: 22px;
		font-weight: 700;
	}

	.prize-store-more.no-desktop span {
		width: 24px;
		height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.main-btn-txt,
	#shop-info-claim-btn-button.button.loading .main-btn-txt{
		display: none;
	}
	.tablet-btn-txt,
	#shop-info-claim-btn-button.button.loading .tablet-btn-txt{
		display: flex;
		justify-content: center;
	}

	body.prize-popup-open {
		overflow-y: hidden;
	}

	.prize-popup {
		border-radius: 0px;
		height: auto;
	}

	.prize-popup:after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 50%;
		top: 100%;
		left: 0;
		background: rgba(255, 255, 255, 0.48);
	}

	.prize-popup .close-btn {
		top: 24px;
		right: 16px;
	}

	.prize-popup-content {
		width: calc(100% - 32px);
	}

	#prize-content .content-info-block-top .selectric {
		background: var(--secondary-color);
	}

	#prize-content .content-info-block-top .selectric-scroll {
		background: var(--secondary-color);
	}

	.prize-main-wrapper .loader {
		min-height: 100%;
		background: var(--white-color);
	}


	.modal {
		z-index: 1050;
	}
	#modal-information.modal {
		z-index: 1062;
	}
	
	.modal-backdrop{
		height: 120vh;
	}
	.modal-dialog.modal-large{
		min-width: 100%;
	}
	.modal-dialog .modal-content{
		box-shadow: none;
		border-radius: 0;
	}
	.modal-logo {
		padding: 0 16px;
		margin-top: 0;
		text-align: left;
		margin-bottom: 16px;
	}	
	.modal-logo > img{
		height: 96px;	
	}
	.modal-logo-link{
		margin-top: 8px;
		margin-left: 8px;
	}
	.modal-logo-link img{
		height: 40px;
	}
	#modal-information .modal-logo-link img{
		height: 40px;
	}
	.modal-content .modal-logo .close{
		right: 24px;
		top: 16px;
	}
	.modal-header{
		padding-bottom: 16px;
	}
	.modal-header h2{
		font-size: 18px;
	}
	.modal-body h3{
		font-size: 14px;
		font-weight: 800;
		margin-bottom: 0;
	}
	.modal-body .form-inline .form-col.form-col-sm{
		margin-bottom: 0;	
	}
	.modal-body p{
		margin-bottom:16px;
		margin-bottom:24px;
	}
	
	#modal-code-start .modal-body p{
		margin-bottom:16px;
	}
	.modal.show{
		background: #FFFFFF;
	}
	.modal-dialog{
		width: 100%;
		min-width: initial;
		max-width: calc(100% - 32px);
		max-width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		background: #FFFFFF;
		justify-content: flex-start;
	}
	.modal-dialog .modal-content{
		padding-top: 72px;	
	}
	
	.modal-content.modal-cols{
		flex-direction: column;
	}
	.modal-content-main{
		padding: 0;
		width: 100%;
	}
	.modal-icon-check{
		font-size: 36px;	
	}
	.modal-content-image{
		display: none;
	}
	#modal-contact .modal-dialog .modal-content{
		padding-top: 24px;
	}
	#modal-contact .modal-dialog .modal-content{
		
	}
	#modal-code, #modal-contact {
		background: #FFFFFF;
	}
	#modal-code .modal-dialog{
		max-width: 100%;
	}
	.modal-content{
		padding: 0px;
	}
	.modal-content .close{
		right: 24px;
		top: 24px;
		padding: 6px;
	}
	
	.modal-icon-check {
		/*
		border: 2px solid var(--secondary-color); 
		color: var(--secondary-color); 
		margin: 0 auto 24px auto;
*/
		width: 72px;
		height: 72px;
		font-size: 36px;
	}

	.modal-footer .button{
		width: 100%;
	}
	
	
	#modal-code .modal-dialog .modal-content{
		padding-top: 56px;	
	}
/*
	#modal-code .modal-content{
		background: var(--secondary-color);
	}
*/
	#modal-code .modal-content-main{
		background: url(https://manager.spinthewheel.nl/media/games/143/style/128/mobile_img/pinball-banner-mobile-kronenburg.jpg) top center no-repeat var(--white-color);
		background-size: contain;
		padding-top: 78%;
		padding-bottom: 24px;
	}
	
	#modal-code-start .form-btns {
		margin-top: 32px;
	}
	#modal-win-selection .modal-content{
		padding: 0px;
	}
	#modal-win-selection .modal-dialog,
	#modal-win-selection .modal-dialog .modal-content {
		height: 100%;
	}
	/* #modal-win .prize-content,  */
	#modal-win-selection .prize-content {
/*		background: url(../images/verswerken-banner-web-keuze.jpg) 66% 110% no-repeat;*/
		background: url(../images/verswerken-banner-web-keuze.png) center no-repeat;
		background-size: cover;
		height: 100%;
	}

	.prize-option-bg {
		background: url(../images/voucher-mobiel.svg) center bottom no-repeat;
		background-size: 100% 100%;
	}
	
	#modal-code-tabs .tab-pane {
		min-height: 480px;
	}
	#modal-code-tabs #modal-game-end.tab-pane{
		min-height: 240px;
	}
	
	
	#modal-information .modal-dialog .modal-content{
		padding-top: 0px;	
	}
	
	.modal-info-tabs{
		margin: 0;
		padding-top: 0px;
	}
	.modal-info-tabs .nav-tabs{
		padding: 0 16px;
	}
	.modal-info-tabs .nav-tabs .nav-link{
		font-size: 16px;
		margin: 0 8px;
	}
	.modal-info-tabs .tab-content{
		padding: 24px;
	}
	.modal-info-block{
		padding: 16px;
		margin-bottom: 24px;
	}
	.modal-info-block p{
		margin-bottom: 16px;	
	}
	.highscore-reached, .prize-send-to {
		margin-bottom: var(--main-pad);
	}
	
	#modal-lost .modal-logo{
		margin-bottom: 48px;
	}
	#modal-lost .modal-logo-link{
		position: absolute;
		top: -72px;
		left: 16px;
	}
	#modal-lost .modal-content .modal-logo .close {
		right: 16px;
		top: 16px;
	}
	#modal-lost .modal-body p{
		margin-bottom: 48px;
	}
	#modal-win .modal-content{
		padding-bottom: 48px;
	}
	
	.modal-footer.modal-footer-buttons{
		margin-left: 0px;
		margin-right: 0px;
		/* justify-content: space-between; */
		flex-direction: column;
	}
	.modal-footer.modal-footer-buttons .button{
		width: 100%;
		margin: 0;
		margin-top: 12px;
		/* width: calc(50% - 16px);
		margin: 0px; */
	}
	
	.content-scroll {
		max-height: 75vh;
	}
	
	.win-title {
		position: relative;
		background: url(../images/pinball-confetti.png) center bottom no-repeat;
/*		background-size: cover;*/
		background-size: 80%;
		
		background: url(../images/pinball-white-bg-confetti.jpg) center center no-repeat;
		background-size: 100%;
	}
	.win-title .modal-header{
		padding-top: 48px;
	}
	.win-title h2{
		font-size: 20px;	
	}
	.win-title .modal-logo {
		position: absolute;
		top: -48px;
		left: 16px;
		z-index: 6;
	}
	.win-title .modal-logo .close{
		display: none;		
	}
	
/*
	.modal-voucher{
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 16px;
		padding: 16px;
	}
	.modal-voucher h3{
		font-size: 16px;	
	}
	#modal-terms .modal-body, #modal-faq .modal-body{
		margin-right: 12px;	
	}
*/
	.prizes{
		margin-bottom: 0;
	}
	.prize-line{
		margin: 0;	
		margin-bottom: 16px;
	}
	.prize-amount{
		width: 24%;	
	}
	.prize-name{
		width: 76%;
		padding: 0px;
	}	
	.prize-content .close-btn {
		top: 72px;
	}
	.shop-info-content .prize-name {
		width: 100%;
	}
/*
	.form-success{
		top: 24px;
	}
*/
	.prize-claimed .form-success {
		display: flex;
		padding-top: 72px;
	}
	.single-voucher {
		margin-bottom: 32px;
	}
	#modal-win .modal-body{
		min-height: 560px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.modal-email-check{
		margin-bottom: 16px;
	}

	.form-complete-img span{
		width: 72px;
		height: 72px;
		padding: 6%;
	}
	.form-complete p{
		font-size: 16px;
		padding: 0;
	}
	.full-popup .modal-dialog{
		padding-top: 0;
	}
	
/*
	.full-popup .modal-dialog .modal-content{
		padding: 24px 0%;	
	}
	.full-popup .modal-content .close{
		top: 24px;
	}
*/
	.mobile-button{
		display: block;
	}
	.mobile-button .button{
		width: 100%;	
	}
	
	#register-info-modal p {
		margin-bottom: 24px;
	}

	.content-header-icon {
		font-size: 24px;
		margin: 0 auto 16px auto;
		width: 48px;
		height: 48px;
	}

	#modal-login.show-content {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.content-header-icon {
		font-size: 24px;
		margin: 0 auto 16px auto;
	}
	#modal-login h2 {
		margin-bottom: 8px;
	}
	#modal-login p {
		font-size: 12px;
		margin-bottom: 24px;
	}

	#modal-login .form-group {
		margin-bottom: 24px;
	}

	#modal-login .form-line-wrap {
		padding-bottom: 32px;
	}
	#modal-login .txt-btn.action-start-content {
		margin-top: auto;
		padding: 9px 32px 9px 32px;
		line-height: 28px;
	}
	.g-recaptcha, .g-recaptcha-contact{
		-webkit-transform-origin:0 0;
		transform-origin:0 0;
		-webkit-transform:scale(0.85);
		transform:scale(0.85);
	}
	#footer, .start-game #footer{
		display: none;
	}
	#modal-code #footer	{
		position: relative;
		display: block;
		top: initial;
		bottom: initial;
	}
	
	.footer-main{
		padding: var(--main-pad) var(--main-pad) var(--lg-pad) var(--main-pad);
	}
	.footer-nav{
		flex-direction: column;
	}
}
@media (max-width: 375px) {
	.modal-dialog{
		margin-top: 0px;
		margin-bottom: 0px;
		
	}
/*
	input.button, .button, .button:visited, .w-btn, .b-btn{
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
*/
	
	.modal-info-tabs .nav-tabs .nav-link{
		font-size: 14px;
	}
	
}
@media (max-width: 340px) {
	#modal-code .modal-dialog,
	#modal-win .modal-dialog {
		margin: 0px;
	}
	#modal-code .modal-content,
	#modal-win .modal-content {
		padding-top: 64px;
		padding-bottom: 24px;
	}
}
/* LANDSCAPE WARNING SPECIFIC */

#landscape-warning {
	background: var(--secondary-color);
	display: none;
	position: fixed;
	z-index: 1000000;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#landscape-warning-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	height: 50%;
	width: 50%;
	top:25%;
	left:25%;
}
#landscape-warning-inner {
	position: relative;
}
#landscape-warning-inner div{
	margin-bottom: 8px;
}
#landscape-warning-inner img {
	position: relative;
	width: 40%;
	max-width: 100%;
}
#landscape-warning-inner span {
	position: relative;
	text-align: center;
	color: #FFFFFF;
}

#landscape-warning.show {
	display: block;
	-webkit-animation: fade-in 400ms linear;
	animation: fade-in 400ms linear;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}


/* PINBALL RESPONSIVE STYLES *****************************/

@media (min-width: 1800px) {
	#cameraInputs {
		width: 20%;
		top: 40%;
		left: 40%;
		position: absolute;
	}
}

@media (min-width: 1400px) and (max-width: 1799px){
	#content-wrap .container{
		width: 1170px;
	}
	#cameraInputs {
		width: 20%;
		top: 40%;
		left: 40%;
		position: absolute;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	#cameraInputs {
		width: 20%;
		top: 40%;
		left: 40%;
		position: absolute;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	#game-main {
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 0;
	}
	#cameraInputs {
		width: 20%;
		top: 40%;
		left: 40%;
		position: absolute;
	}
	#content-wrap .container{
		width: 100%;
	}
	.logo-main {
        left: 24px;
		top: 12px;
    }
	.logo-main img {
		margin-left: 0px;
	}
	.loading-img-txt{
		font-size: 20px;
	}
	.gamescore-wrap {
		left: 144px;
		top: 12px;
	}
	.highscore-wrap {
        right: 166px;
    }

	.game-toggle label {
		font-size: 12px;
	}
	.game-temp-btns{
		bottom: 30px;
		right: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1399px) and (orientation: portrait) {
	.modal.modal-content-left .modal-left-content-wrapper {
		width: 100%;
	}	
}

@media (min-width: 768px) and (max-width: 991px) {
	#game-main {
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 0;
	}
	#content-wrap .container{
		width: 100%;
	}
	.logo-main {
        left: 24px;
		top: 12px;
    }
	.logo-main img {
		margin-left: 0px;
	}

	#loading-wrap h3, .loading-text span{
		font-size: 40px;
	}
	
	.gamescore-wrap {
		left: 144px;
		top: 12px;
	}
	.highscore-wrap {
		right: 158px;
	}

	#cameraInputs {
		width: 20%;
		top: 40%;
		left: 40%;
		position: absolute;
	}
/*
	.highscore-wrap {
		right: 24px;
		width: 264px;
	}

	.highscore-wrap .highscore-title {
		font-size: 15px;
		padding-left: 30px;
	}
	.highscore-line{
		font-size: 14px;
	}
	.hs-nr {
		width: 27px;
	}
	.hs-name {
		width: calc(100% - 100px);
	}
	.hs-score {
		width: 70px;
	}
*/
	.game-toggle label {
		font-size: 12px;
	}
	.game-temp-btns{
		bottom: 20px;
		right: 20px;
	}

	.modal.modal-content-left .modal-left-content-wrapper {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#game-main {
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 0;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
	}
	#content-wrap .container {
		width: 100%;
		padding: 0px;
	}	
	#cameraInputs {
		position: absolute;
		top: 20%;
		width: 80%;
		left: 10%;
	}
	.gamescore-wrap {
		top: 0px;
		left: 0px;
		padding: 16px 16px;
		padding-right: 33%;
		width: 100%;
		max-width: 100%;
		height: 56px;
		background: var(--secondary-color);
		background: var(--primary-cta-color);
		border-bottom: 1px solid rgba(255,255,255,0.1);
		pointer-events: auto;
		border-radius: 0px;
		z-index: 3;
	}
	.gamescore-wrap:before{
		display: none;
	}
	.gamescore-bg{
		display: none;	
	}
	.gamescore-info{
		padding: 0;
		justify-content: flex-start;
        width: 64%;
	}
	.gamescore-wrap .gamescore-title {
		display: none;
		font-size: 14px;
		margin-right: 5px;
		line-height: 20px;
	}
	#gamescore {
/*		display: inline-block;*/
		font-size: 18px;
		line-height: 24px;
/*		vertical-align: text-top;*/
		margin-right: 4px;
	}
	#balls-left-ui{
/*
		display: inline-block;
		float: none;
*/
		margin-top: 0px;
		margin-left: 8px;
		height: 24px;
		line-height: 24px;
	}
	#balls-img {
		width: 20px;
		height: 20px;
		padding: 1px;
		margin-top: 1px;
	}
	#balls-img img{
		vertical-align: top;
	}
	#balls-count-total {
		display: flex;
		line-height: 24px;
		font-size: 16px;
	}
	.highscore-trigger{
		display: inline-block;
		cursor: pointer;
		font-size: 13px;
		line-height: 24px;
		height: 24px;
	}
	.highscore-trigger span{
		display: inline-block;
		margin-left: 8px;
		margin-top: -1px;
		vertical-align: top;
	}
	.highscore-trigger span img{
		height: 20px;
		width: auto;
		vertical-align: bottom;
	}
	.highscore-line:after{
		top: initial;
		bottom: 0;
	}

	.highscore-wrap {
		position: absolute;
		top: 56px;
		right: 0px;
		width: 100%;
		color: #FFFFFF;
	}
	#highscore{
/*		display: block;*/
		width: 100%;
		min-height: 100vh;
		border-radius: 0;
		margin-bottom: 8px;
		background: var(--primary-cta-color);
		opacity: 0;
		transform:translateY(-100%);
		transition: all 0.2s ease-out;
	}
	#highscore.show-highscore{
		opacity: 1;
		transform:translateY(0%);
		transition: all 0.3s ease-in-out;
	}
	
	.highscore-table{
		padding-top: 16px;
	}
	

	#hs-tab-2{
		position: relative;
/*		border-top: 1px solid rgba(255,255,255,0.1);*/
	}
	#hs-tab-1 .highscore-line > div, #hs-tab-2 .highscore-line > div{
		opacity: 1;
		-webkit-animation: none;
		animation: none;
	}
	
	.hs-score{
		color: var(--white-color);
	}
	.highscore-line:after {
		width: 80%;
		height: 1px;
		left: 10%;
		top: initial;
		bottom: 0;
	}

	.game-btns{
		padding-right: 15px;
	}
	.game-toggle{
		line-height: 24px;
		margin-left: 10px;
	}
	.game-toggle label {
		margin: 0px;
		font-size: 14px;
		line-height: 26px;
	}
	.btn-toggle, .btn.btn-toggle{
		margin-right: -7px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	.game-temp-btns{
		bottom: 15px;
		right: 15px;
	}

	#loading-content{
		width: 100%;
	}
	#loading-image {
		margin-bottom: 30px;
	}
	.loading-buttons{
		display: none;
		opacity: 0;
		width: 32%;
		margin-bottom: 10px;
	}
	.loading-img-txt{
		font-size: 14px;
	}
	.loading-img-txt span{
		display: inline-block;
	}
	.txt-left{
		width: 30%;
		left: 15px;
		left: 8%;
		text-align: center;
	}
	.txt-right{
		width: 30%;
		text-align: center;
		right: 15px;
		right: 8%;
	}
	#loading-wrap h3, .loading-text span{
		font-size: 26px;
	}
	
	#modal-survey .modal-dialog .modal-content{
		padding-top: 24px;
	}
	#modal-survey .modal-logo{
		display: flex;
		justify-content: center;
	}
	.modal-logo-link{
		margin: 0;
	}
	.modal-information .modal-logo-link img {
		height: 36px;
	}
	.survey-question.rating .question-title{
		padding-right: 16px;
		font-size: 14px;
		width: calc(100% - 120px);	
	}
	.question-rating{
		/*	times 5 star width*/
		width: 120px;
	}
	label.star{
		width: 24px;
		height: 24px;
		font-size: 16px;
	}
	
}

/*
@media (any-hover: none) {
	.loading-buttons{
		opacity: 0;
		display: none;
	}
	.loading-img-txt {
		text-align: center;
	}
	.loading-img-txt span{
		display: inline-block;
	}
}
*/

@media (max-width: 360px) {
	.loading-img-txt {
		font-size: 13px;
	}
}

.cam-input{
	margin-bottom: 10px;
}
