/********************************	
	Developed by AXA Studios
	The Creative Engine
	http://www.axastudios.com
*********************************/
:root {
	--input-radius: 11px;
	--border-radius: 11px;

	--main-pad: 24px;
	--sm-pad: 16px;
	--xs-pad: 8px;
	--lg-pad: 48px;
	--xl-pad: 96px;
	--main-neg: -24px;
	--lg-neg: -48px;

	--bg-gradient-top-bottom: linear-gradient(to bottom, #ffffffFF 0%, #ffffff00 100%);
	--bg-gradient-bottom-top: linear-gradient(to bottom, #ffffff00 0%, #ffffffFF 100%);
}

/* MAIN STYLES *****************************/

html {
	/*	overflow-y: scroll;*/
	margin: 0;
	padding: 0;
}
body {
	padding: 0px;
	margin: 0px;
	background: var(--white-color);
	font-family: "Outfit", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: var(--primary-color);
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
body.start-game .modal {
	overflow: hidden;
	overflow-y: auto;
}

/* 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: 600;
	margin-bottom: 8px;
	line-height: 1.2;
}
h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.2;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4px;
	line-height: 1.2;
}
h4 {
	font-size: 16px;
	font-size: var(--sm-pad);
	font-weight: 700;
	margin-bottom: 4px;
	/*	text-transform: uppercase;*/
}

.no-desktop {
	display: none;
}

.italic {
	font-style: italic;
}
p {
	margin-bottom: 3rem;
	margin-bottom: 2.4rem;
}
.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(--primary-color);
	border: none;
	outline: 0;
	-moz-outline-style: none;
}
a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
	color: inherit;
}
.inline-link,
.inline-link:visited {
	text-decoration: underline;
	font-weight: 600;
}
.inline-link:hover,
.inline-link:focus .inline-link:active {
	text-decoration: none;
}

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: 28px;
	font-size: 14px;
	/*
	text-transform: uppercase;
	letter-spacing: 1px;
*/
	font-weight: 700;
	border: 1px solid var(--primary-cta-color);
	border-radius: var(--border-radius);
	outline: none;
	background: var(--primary-cta-color);
	text-align: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
.txt-btn {
	font-weight: 400;
}

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);
	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;
	padding: 9px 32px 9px 32px;
	background: none;
	color: var(--white-color);
	border: 1px solid rgba(255, 255, 255, 1);
}
.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(--primary-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;
	padding: 9px 32px 9px 32px;
	background: none;
	color: var(--primary-cta-color);
	border: 1px solid var(--primary-cta-color);
}
.b-btn:hover,
.b-btn:active,
.b-btn:focus,
a.b-btn:hover,
a.b-btn:active,
a.b-btn:focus {
	color: var(--hover-color);
	border: 1px solid var(--hover-color);
	background: none;
}
.b-btn span {
	display: inline-flex;
	line-height: 24px;
}
.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;
}
.btn-clean {
	display: inline-block;
	border: none;
	background: none;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 40px;
	color: rgba(14, 31, 59, 1);
}
.btn-clean.clean-light {
	color: rgba(14, 31, 59, 0.25);
}

.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;
}

.hidden {
	display: none;
}

/*
.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(--primary-cta-color);
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
.txt-link:hover {
	color: var(--primary-color);
	transition: 0.4s ease-out all;
	-webkit-transition: 0.4s ease-out all;
}
.chip-btn {
	display: inline-flex;
	padding: 0px;
	border-radius: 3px;
	font-weight: 300;
	color: var(--white-color);
	background: var(--input-bg);
	cursor: pointer;
	transition: 0.2s ease all;
}

.chip-btn span {
	padding: 4px 4px 4px 8px;
	line-height: 16px;
	font-size: 12px;
	color: var(--primary-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(--primary-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(--primary-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(--primary-color);
}

.form-p-link a:hover {
	text-decoration: none;
}
.form-socials, .extra-btm, .standalone.modal-tab-content.tab-pane .form-group.extra-btm {
	margin-bottom: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-control {
	font-size: 14px;
	height: 48px;
	border-radius: var(--input-radius);
	padding: var(--xs-pad) var(--main-pad);
	color: var(--primary-color);
	border: 1px solid var(--input-bg);
	background: var(--input-bg);
	font-weight: 600;
	transition: border-color .15s ease-in-out, background .15s ease-in-out;
}
.form-control:focus {
	box-shadow: none;
	color: var(--primary-color);
	background: var(--input-focus-bg);
	border: 1px solid var(--input-focus-bg);
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 48px var(--input-focus-bg) inset !important;
	background-color: var(--input-focus-bg)!important;
	color: var(--primary-color)!important;
}

.selectric {
	transition: border-color .15s ease-in-out, background .15s ease-in-out;
}
.selectric,
.selectric-focus .selectric,
.selectric-hover .selectric {
	background: var(--input-bg);
	border: 1px solid var(--input-bg);
}
.selectric-open .selectric {
	background: var(--input-focus-bg);
	border: 1px solid var(--input-focus-bg);
}
.selectric-open.selectric-below .selectric-items {
	border: none;
}
.selectric-items li {
	background: var(--input-bg);
}
.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: 0px;
	border-radius: var(--input-radius);
	padding-right: var(--main-pad);
	padding-left: var(--main-pad);
	color: var(--primary-color);
	border: 1px solid var(--input-bg);
	background: var(--input-bg);
	box-shadow: none;
}
.form-control::placeholder {
	color: var(--primary-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(--primary-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 {
	background: #ffffff;
	border: 1px solid var(--border-color);
	/*	text-align: center;*/
	font-weight: 700;
	opacity: 1;
	cursor: default;
}
input[type="date"].form-control {
	line-height: 28px;
}
input[type="date"].flatpickr-input.flatpickr-mobile {
	font-weight: 400;
}
input[type="date"].flatpickr-input.flatpickr-mobile:not(.filled)::before {
	content: attr(placeholder);
}
input[type="date"].flatpickr-input.flatpickr-mobile.filled::before {
	content: "" !important;
}

input[type="date"].flatpickr-input.flatpickr-mobile {
	-webkit-appearance: none;
}

.form-group-lg {
	margin-bottom: 32px;
}
.form-group-lg .form-col {
	margin-bottom: 0;
}
.form-group.main-code-input {
	margin-top: 16px;
	margin-bottom: 32px;
}
.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;
	border-radius: var(--border-radius);
	padding: var(--sm-pad) var(--xs-pad);
	margin: 0 var(--xs-pad);
	color: var(--primary-color);
	border: 1px solid var(--input-bg);
	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: 1px solid var(--input-focus-bg); */
}
.form-code-input .form-input-sm:focus {
	box-shadow: none;
	color: var(--primary-color);
	background: var(--input-focus-bg);
	border: 1px solid var(--input-focus-bg);
	transition: border-color .15s ease-in-out, background .15s ease-in-out;
}
.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 6 Pro";
	position: absolute;
	display: none;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	right: 16px;
	top: 12px;
	width: 24px;
	height: 24px;
	font-size: 16px;
	font-weight: 300;
	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-group.is-valid:after {
	top:0;
	right: 0;
}
.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;
}

/*
.button-full{
	position: relative;
	display: flex;
}
.button-full .button{
	width: 100%;
	margin-bottom: 16px;
}
*/

#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(--primary-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: var(--primary-cta-color);
	background: var(--white-color);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.ch-btn label:hover span {
	cursor: pointer;
/*
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
*/
}
/*
.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 span i {
	display: none;
	height: var(--main-pad);
	line-height: var(--main-pad);
}

.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(--primary-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;
	line-height: 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: #ffffff;
	height: 20px;
	width: 20px;
	line-height: 16px;
	left: 0px;
	top: 2px;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	z-index: 2;
	transition: all 0.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 0.2s ease-in-out;
}
.radio-button:hover .radio-button-bg {
	background: #d7dadb3d;
}
/*
.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: #ffffff;
	height: 20px;
	width: 20px;
	left: 12px;
	top: 14px;
	border: 2px solid var(--primary-cta-color);
	border-radius: 50%;
	z-index: 2;
	transition: all 0.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 0.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: #ebf7f6;
}

.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(--primary-cta-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(--primary-cta-color);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: var(--primary-cta-color);
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
	fill: var(--primary-cta-color);
}
.flatpickr-current-month {
	font-size: 120%;
}
.mobile-button {
	display: none;
}

/* HEADER STYLES *****************************/

#header {
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px 24px;
	background: #ffffff;
	background: transparent;
	/*	box-shadow: 0px 7px 16px rgba(0,0,0,0.3);*/
	z-index: 1051;
	z-index: 10001;
}
.logo-main {
	position: absolute;
	top: 8px;
	left: 24px;
}
.logo-main img {
	height: 48px;
	width: auto;
}
.logo-main-desktop {
	display: flex;
}
.logo-main-mobile {
	display: none;
}
.nav-btns {
	display: flex;
	align-self: flex-end;
	margin-left: auto;
}
.nav-btns .button {
	margin-left: 24px;
}

#header .btn-clean {
	background: var(--primary-cta-color);
	color: var(--white-color);
	padding: 11px 20px 11px 24px;
	border-radius: var(--border-radius);
	line-height: 24px;
	height: 48px;
	border: 1px solid var(--primary-cta-color);
}
#header .btn-clean:hover {
	border: 1px solid var(--hover-color);
	background: var(--hover-color);
	/*
	border: 1px solid var(--primary-cta-color);
	background: var(--primary-cta-color);
*/
}
#header .btn-clean span {
	font-weight: 700;
	line-height: 24px;
	vertical-align: initial;
	text-transform: none;
}
#header .btn-clean i {
	width: 24px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	margin-left: 8px;
}

#header .dropdown-menu {
	right: initial !important;
	left: -20px !important;
	border: none;
	border-radius: var(--border-radius);
	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 6 Pro";
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	z-index: 1;
	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(--primary-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(--hover-color);
	background: none;
}
.dropdown-item.active,
.dropdown-item:active {
	color: var(--hover-color);
	background: none;
}

/* WRAPPER STYLES *****************************/

#outer-wrapper {
	position: relative;
	min-height: 100vh;
	background: url(../images/versweken-background.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
}
#outer-wrapper img {
	display: block;
	max-width: 100%;
}
/*
#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: flex;
	flex-direction: column;
	justify-content: center;
	/* min-height: 90vh; */
	z-index: 2;
}

#content-wrapper {
	position: relative;
	display: block;
	text-align: center;
	z-index: 2;
	padding-top: 18%;
	padding-bottom: 4%;
	max-height: 100vh;
	opacity: 0;
}
.animate #content-wrapper {
	animation: opac-in-animate 0.5s ease-in forwards;
	animation-delay: 0.2s;
}

#content-wrapper #footer {
	margin-top: 120px;
}

/* CONTENT STYLES *****************************/

#outer-assets {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
}
.animate #outer-assets {
	opacity: 0.8;
	opacity: 1;
	transition: opacity 0.4s ease-out;
}


.elements-top {
	position: absolute;
	display: block;
	width: 122%;
	left: -12%;
	top: -40%;
	min-height: 200px;
	z-index: 3;
	opacity: 0;
}
.animate .elements-top {
	animation: btm-in-animate 1s ease-out forwards;
	animation-delay: 0.3s;
}
.elements-top-right {
	position: absolute;
	display: block;
	width: 19%;
	height: 100%;
	top: 0%;
	right: 21%;
	z-index: 4;
}

.animate .elements-top-right{
	animation: wobble-flip 6.0s ease-out infinite;
	animation-delay: 5s;
	transform-origin: 50% 80%;
}
body.modal-open .animate .elements-top-right {
	animation: none;
	transform-origin: 0 0;
}

.sign-top-element {
	position: absolute;
	display: block;
	width: 24%;
	top: 7%;
	right: 4%;
	z-index: 4;
}

.animate .sign-top-element {
	animation: wobble-bell 6s ease-out infinite;
	animation-delay: 5s;
	transform-origin: 65% 25%;
}
body.modal-open .animate .elements-top-right {
	animation: none;
	transform-origin: 0 0;
}

.elements-behind {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 10%;
	left: 0;
	z-index: 0;
}
.element-behind-left-top {
	position: absolute;
	display: block;
	width: 23%;
	top: 18%;
	left: -11.5%;
	opacity: 0;
}
.element-behind-left-top span{
	position: relative;
	display: block;
	transform-origin: 100% 100%;
}
.animate .element-behind-left-top span{
	animation: top-rotate 5.0s linear infinite;
	animation-delay: 2.2s;	
}
body.modal-open .animate .element-behind-left-top span {
	animation: none;
	transform-origin: 0 0;
}

@keyframes top-rotate {
	0%, 20%, 40% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(-11deg);
	}
	30% {
		transform: rotate(11deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.element-behind-left-btm {
	position: absolute;
	display: block;
	width: 23%;
	top: 50%;
	left: -2%;
	opacity: 0;
}
.element-behind-left-btm > img{
	position: relative;
	z-index: 2;
}
.element-behind-left-btm-element{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0%;
	bottom: 0%;
	z-index: 1;
}
.animate .element-behind-left-btm-element{
	animation: rotate-delay-animate 8.0s linear infinite;
	animation-delay: 2.6s;	
}
body.modal-open .animate .element-behind-left-btm-element{
	animation: none;
}

@keyframes rotate-delay-animate {
	0% {
		transform: rotate(360deg);
	}
	12% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.element-behind-right {
	position: absolute;
	display: block;
	width: 28%;
	top: 18%;
	right: -15%;
	opacity: 0;
}

.animate .element-behind-left-top {
	animation: right-in-animate 0.5s ease-out forwards;
	animation-delay: 0.5s;
}
.animate .element-behind-left-btm {
	animation: right-in-animate 0.4s ease-out forwards;
	animation-delay: 0.5s;
}
.animate .element-behind-right {
	animation: left-in-animate 0.6s ease-out forwards;
	animation-delay: 0.4s;
}

.snow-front {
	position: absolute;
	display: block;
	width: 115%;
	bottom: -18%;
	left: -11%;
	z-index: 9;
}

.elements-front {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	bottom: -10%;
	left: 0;
	z-index: 10;
}
.element-front-left {
	position: absolute;
	display: block;
	width: 28%;
	bottom: -2%;
	left: -2%;
	opacity: 0;
}
.element-front-left > img{
	position: relative;
	z-index: 2;
}
.animate .element-front-left {
	animation: right-in-animate 1s ease-out forwards;
	animation-delay: 0.5s;
}
.element-front-left-bg,
.element-front-left-behind{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.element-front-left-bg{
	z-index: 0;	
}

.element-front-left-behind img{
	position: relative;
	display: block;
	z-index: 1;
	
/*	mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);*/
	mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	-webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	mask-size: 100% 200%;
	-webkit-mask-size: 100% 200%;
	mask-position: top;
	-webkit-mask-position: top;
}
.animate .element-front-left-behind img{
	animation: mask-animate 1.2s ease-out forwards;
	animation-delay: 1.4s;	
}
@keyframes mask-animate {
	0% {
		mask-position: top;
		-webkit-mask-position: top;
	}
	100% {
		mask-position: bottom;
		-webkit-mask-position: bottom;
	}
}
.element-front-right {
	position: absolute;
	display: block;
	width: 26%;
	bottom: -4%;
	right: 5%;
	opacity: 0;
}

.animate .element-front-right {
	animation: left-in-animate 0.8s ease-out forwards;
	animation-delay: 0.6s;
}
.element-front-right span{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	top: 0;
	left: 0;
	transform-origin: 50% 100%;
	z-index: 2;
}
.animate .element-front-right span{
	animation: front-right-rotate 5.0s linear infinite;
	animation-delay: 2.0s;	
}

@keyframes front-right-rotate {
	0%, 50%, 100% {
		transform: rotate(0deg) translateX(0%);
	}
	25% {
		transform: rotate(-5deg) translateX(-2%);
	}
	75% {
		transform: rotate(5deg) translateX(2%);
	}
}

.clouds-wrapper{
	position: absolute;
	display: block;
	width: 100%;
	height: 40%;
	left:0%;
	top:8%;
	z-index: 1;
}
.clouds-1, .clouds-2{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	left:0;
	animation: b-clouds-animate 60s infinite;
/*	animation-delay: 0.5s;*/
}
.clouds-2{
	left:100%;
}
.clouds-wrapper img{
	width: 100%;
}

.clouds {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0%;
	bottom: 0%;
	z-index: 3;
	pointer-events: none;
}
.cloud {
	position: absolute;
	display: block;
	width: 200%;
}
.cloud img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
.cloud span {
	position: relative;
	display: block;
	text-align: center;
}
.cloud-left {
	left: -100%;
	bottom: 0;
	opacity: 0;
}
.cloud-right {
	right: -100%;
	bottom: 0;
	opacity: 0;
}
.cloud-right span {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.animate .cloud-left {
	animation: left-out-animate 2.2s ease-out forwards;
}
.animate .cloud-right {
	animation: right-out-animate 2.2s ease-out forwards;
}
body.modal-open .animate .cloud-left, body.modal-open .animate .cloud-right  {
	animation: none;
}

/* GAME STYLES *****************************/


.loading-screen {
  	position: absolute;
	width: 100%;
	height: 100%;
/*	background-color: var(--primary-cta-color);*/
	background: url(../images/versweken-background.jpg) top center no-repeat;
	background-size: cover;
	color: var(--primary-color);
  	z-index: 5;
	
/*
	display: block!important;
  	z-index: 999999999;
*/
}
.loading-screen-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 24px;
}
.loading-screen-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.loading-screen-content .lds-ripple{
	margin-bottom: 8px;
}
.loading-screen-content .lds-ripple div{
/*	border: 4px solid var(--white-color);*/
}

/* START CONTENT */

/*
#code-start-content h2 {
	margin-bottom: 48px;
	font-size: 26px;
}
*/

.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% - 64px); */
	/* margin-right: 16px; */
	border: 1px solid var(--border-color);	
	color: var(--primary-color);
}

#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;
	margin-bottom: 0px;
	overflow: hidden;
}
.prize-line {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	margin-bottom: 32px;
}
.slot-icon {
	display: block;
	width: 12%;
	width: 20%;
	padding: 0 8px;
	margin-bottom: 16px;
}
.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-line .prize-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 0 0px;
	line-height: 1.4;
	color: var(--primary-color);
}
.prize-line .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(--primary-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(--primary-cta-color);
	/* background: var(--primary-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(--primary-cta-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(--input-bg);
	border-radius: 50%;
	border: 2px solid var(--input-bg);
}

.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(--primary-cta-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(--primary-color);
}

.prize-option-content .prize-name {
	position: relative;
	padding: 4px 0px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.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(--input-bg);
	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(--input-bg);
	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(--input-bg);
	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: 0px;
	left: 0px;
	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;
}

.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(--input-bg); */
	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);
}

.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;
	border-radius: var(--border-radius);
	z-index: 2;
}
.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;
}
.form-complete h2 {
	margin-bottom: 4px;
}
/*
.form-complete h3{
	font-size: 20px;
}
*/
.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: 120px;
	height: 120px;
	padding: 10%;
	border-radius: 50%;
	border: 3px solid var(--light-color);
}
.form-complete-img img {
	width: 100%;
	height: auto;
}
.form-complete p {
	padding: 0 10%;
	color: var(--grey-color);
}
.form-complete p span {
	font-weight: 700;
}

.disclaimer-text {
  text-align: center;
  color: var(--grey-color);
  font-size: 12px;
  font-weight: 300;
}

.form-subtext {
	position: relative;
	margin-top: 24px;
	margin-bottom: 32px;
	font-size: 14px;
	font-weight: 300;
	color: var(--grey-color);
}

.banner-form .modal-footer {
	padding-left: 0;
	padding-right: 0;
}

.prize-claimed .form-success {
	display: flex;
/*	padding-top: 72px;*/
}
.form-success h2{
	font-size: 30px;
}
.form-success .modal-header-icon{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 64px;
	margin-top: 24px;
	margin-bottom: 40px;	

}

/* FOOTER *****************************/

#footer {
	position: relative;
	display: block;
	text-align: center;
	z-index: 2000;
}
#modal-code #footer {
	top: 100%;
	bottom: initial;
}

.footer-main {
	position: relative;
	display: block;
	padding: var(--main-pad) 0;
	text-align: center;
	font-size: 12px;
	color: #bbbbbb;
	color: var(--primary-cta-color);
	/*	z-index: 2;*/
}
.footer-main.modal-footer-main {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}
.footer-main a {
	color: var(--primary-cta-color);
}

.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 {
	margin-bottom: 0;
}
.footer-main div {
	margin-bottom: 0;
	line-height: 16px;
}
.footer-main div span {
	display: inline-block;
	line-height: 16px;
}
.footer-main div a {
	display: inline-block;
	text-align: center;
	line-height: 16px;
	padding: 0 4px;
}
.footer-main div a:hover {
	opacity: 0.48;
}
.footer-main div img {
	height: 16px;
	width: auto;
	display: initial !important;
	vertical-align: bottom;
}

/* MODAL STYLES *****************************/

body.modal-open {
	padding: 0px !important;
	overflow-y: hidden !important;
	max-height: 100vh;
}
.modal-backdrop {
	background: var(--secondary-color);
	background: var(--white-color);
}
.modal-backdrop.in {
	opacity: 0.85;
}
.modal-backdrop.show {
	opacity: 0.64;
}
.start-game .modal-backdrop.show {
	opacity: 0;
}
.modal {
	z-index: 9999;
}
.modal-dialog {
	width: 512px;
	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-loading {
	position: absolute;
	display: block;
	background-color: var(--white-color);
	width: calc(100% - 2 * var(--main-pad));
	height: calc(100% - 2 * var(--main-pad));
	border-radius: var(--border-radius);
	z-index: 100;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}
.modal-loading.active {
	opacity: 1;
	pointer-events: auto;
}
.modal-content {
	position: relative;
	background: #fff;
	/*	border: 1px solid rgba(0, 0, 0, 0.2);*/
	border: 0px;
	border-radius: var(--border-radius);
	outline: 0px none;
	box-shadow: none;
	padding: 24px;
}
.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;
}
.modal-content .close img {
	vertical-align: top;
}

.modal-logo {
	position: relative;
	text-align: center;
	padding: 0 20%;
	margin-top: -24px;
	margin-bottom: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 3;
}
.modal-logo > img {
	height: 160px;
	width: auto;
}
.modal-logo-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.modal-logo-link img {
	height: 40px;
	width: auto;
	margin-top: 24px;
}
.modal-content-image .modal-logo {
	margin: 0;
}

.modal-header {
	padding: 24px 24px 8px 24px;
	border: 0px;
	text-align: center;
	color: var(--secondary-color);
	color: var(--primary-color);
}
#modal-error .modal-header {
	flex-direction: column;
}
/*
#start-header.modal-header{
	padding-bottom: 24px;
}
*/
.modal-title {
	font-size: 20px;
	font-weight: 700;
}
.modal-header h2 {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: 600;
}
.modal-header h2 span {
	/*	display: block;*/
}
.modal-header-icon {
	position: relative;
	text-align: center;
	font-size: 64px;
	color: var(--secondary-color);
	margin:auto;
	margin-bottom: 0px;
}
.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-small{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 64px;
	margin-top: 24px;
}
.header-icon-notification {
	margin-top: 24px;
}
.win-title {
	position: relative;
	background: url(../images/winterpret-spinandwin-confetti.png) center bottom no-repeat;
	background-size: cover;
	padding: 36px 0px 32px 0px;
	border-radius: var(--border-radius) var(--border-radius) 0px 0px;
}
.win-title .modal-logo {
	margin-top: 0;
	margin-bottom: 0px;
}
.modal-content .win-title .modal-logo .close {
	right: 0px;
	top: -72px;
}
.win-title .modal-header {
	margin-bottom: var(--main-pad);
	opacity: 0;
	transform-origin: 50% 100%;
}
.win-title h2 {
	font-size: 32px;
}

.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(--secondary-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%;
}
.standalone.modal-tab-content.tab-pane .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-body h3{
	font-size: 16px;
	color: var(--primary-color);
}
*/
.modal-body p {
	text-align: center;
	margin: 0;
	margin-bottom: var(--lg-pad);
	color: var(--primary-color);
}
.modal-body .form-inline .form-col {
	margin-bottom: var(--sm-pad);
}
.modal-body p span {
	font-weight: 700;
}
.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-buttons {
	justify-content: space-between;
}
.modal-footer-buttons .button {
	margin: 0;
	width: calc(50% - 8px);
}
.modal-footer-button-full .button {
	width: calc(100%);
}

.modal-center-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.modal-center-block .modal-body {
	flex: initial;
}

.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;
}

.modal-voucher {
	position: relative;
	margin-left: 15%;
	margin-right: 15%;
	padding: var(--main-pad);
	border-radius: var(--border-radius);
	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 {
	color: var(--secondary-color);
	font-size: 20px;
	margin-bottom: 4px;
}
.single-voucher {
	margin-bottom: 48px; 
}
.single-voucher .prize-option-block {
	margin-bottom: 0;
}
.modal-highlight-text {
	/*	text-align: center;*/
}
.modal-highlight-text p {
	margin-bottom: 24px;
	text-align: left;
}
.modal-info-block {
	position: relative;
	display: block;
	text-align: center;
	/*	border: 1px solid var(--border-color);*/
	background: var(--white-alpha);
	border-radius: var(--border-radius);
	padding: var(--main-pad);
	margin-bottom: var(--med-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: var(--border-radius);
	font-size: 16px;
	text-align: center;
	color: var(--primary-cta-color);
	background: var(--input-bg);
	margin-bottom: 16px;
	border: 2px dashed var(--primary-cta-color);
}

#modal-win .modal-highlight-text .form-control {
	text-align: center;
}

#modal-code-check {
	padding: var(--main-pad) 0;
	/*	padding: 36px 0;*/
	padding: 0;
}

#modal-code-tabs .fade:not(.show) {
	opacity: 0;
	transform: scale(0);
}
#modal-code-tabs .tab-pane {
	/*	min-height: 640px;*/
	min-height: 624px;
}
#modal-code-tabs .fade {
	transform: scale(1);
	transition: all 0.4s ease-out;
}

#modal-game-end .modal-body,
#modal-game-before-start .modal-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
#modal-game-end .modal-body p a,
#modal-game-before-start .modal-body p a {
	font-weight: 600;
	text-decoration: underline;
}
#modal-game-end .modal-body p a:hover,
#modal-game-before-start .modal-body p a:hover {
	text-decoration: none;
}
.modal-content {
	position: relative;
	background: #fff;
	/* background: var(--main-gradient); */
	border: 0px;
	border-radius: var(--border-radius);
	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;
	flex-wrap: wrap;
}
.modal-content-main {
	display: flex;
	flex-direction: column;
	padding: 24px;
	width: 50%;
}
.modal-content-image {
	display: flex;
	flex-direction: column;
	width: 50%;
	/*	background: #FFFFFF;*/
	border-radius: 0px var(--border-radius) var(--border-radius) 0px;
}

.modal-content-image.event-image {
	background: url(https://manager.spinthewheel.nl/media/games/149/style/134/banner_img/versweken-viermeren-mainbanner.jpg) top center no-repeat var(--primary-cta-color);
	/*	background-size: cover;*/
	background-size: contain;
}

.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;
}
.modal-content .close img {
	vertical-align: top;
}
.modal-content .modal-logo .close {
	right: 0px;
	top: 24px;
	top: 0px;
}

#win-store {
	font-weight: 700;
}
#win-store-address {
	display: block;
}

#modal-information {
	background: rgba(255, 255, 255, 0.64);
}
#modal-information .fade:not(.show) {
	opacity: 0;
}
#modal-information .fade {
	transition: all 0.4s ease-out;
}
.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 .nav-tabs {
	display: flex;
	justify-content: space-between;
	margin: 0 var(--main-pad);
	padding: 0;
	border: none;
	background: var(--input-bg);
	border-radius: var(--border-radius);
	/*	border-bottom: 1px solid var(--border-color); */
}
.modal-info-tabs .nav-tabs .nav-item {
	/*	width: 33.3333%;*/
	margin: 0px;
}
.modal-info-tabs .nav-tabs .nav-link {
	margin: 0;
	padding: var(--xs-pad) var(--main-pad);
	border-radius: var(--border-radius);
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	background: none;
	color: var(--primary-color);
	opacity: 0.32;
	opacity: 1;
	border: none;
	transition: all 0.2s ease;
}
.modal-info-tabs .nav-tabs .nav-link:focus,
.modal-info-tabs .nav-tabs .nav-link:hover {
	color: var(--secondary-color);
	background: var(--secondary-color);
	background: none;
	border: none;
	opacity: 1;
}
.modal-info-tabs .nav-tabs .nav-item.show .nav-link,
.modal-info-tabs .nav-tabs .nav-link.active {
	color: var(--button-text-color);
	border: none;
	background: var(--primary-cta-color);
	opacity: 1;
}
.modal-info-tabs .tab-content {
	padding: var(--main-pad) var(--main-pad);
	padding: var(--main-pad) 0 var(--main-pad) var(--main-pad);
}
.modal-info-tabs .tab-content #content-scroll-1 {
	text-align: center;
}
.modal-info-tabs .tab-content a {
	text-decoration: underline;
}
.modal-info-tabs .tab-content a:hover {
	text-decoration: none;
}

.modal-info-tabs .tab-content ul{
	margin: 0 0 32px 0px;
	padding: 0 0 0 18px;
	list-style: disc;
}
.modal-info-tabs .tab-content ul li{
	margin: 0; 
	padding: 0;
	text-align: left;
}

.content-scroll {
	max-height: 50vh;
}
.content-scroll .simplebar-content {
	padding-right: 24px!important;
}
.content-scroll .simplebar-track.simplebar-vertical {
	right: -24px;
	right: 0px;
}
#modal-terms .modal-body,
#modal-faq .modal-body {
}
#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,
#modal-over {
	z-index: 1050;
}
#modal-win-selection .modal-info-block {
	margin-bottom: 0;
}
/*
#modal-win-selection .modal-content{
	padding: 48px;
}
*/

.close-btn {
	position: absolute;
	right: 24px;
	top: 24px;
	opacity: 1;
	margin: 0px;
	width: 24px;
	height: 24px;
	padding: 4px;
	line-height: 24px;
	text-align: center;
	border: none;
}
.close-btn img {
	vertical-align: top;
}

.modal-sml .modal-header {
	padding-bottom: 0;
}
.modal-body .spinner-container {
	display: flex;
	justify-content: center;
}
/*
.game-badge{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 88px;
	right: 0px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	background: var(--light-green-color); 
	z-index: 2;
}
*/

#game-start-code {
	text-transform: uppercase;
}
#game-start-code::placeholder {
	text-transform: none;
}

/*
#modal-code .modal-dialog {
	width: 420px;
	max-width: calc(100% - 32px);
}
*/

/* SURVEY STYLES *****************************/

.survey-form {
	position: relative;
	margin-bottom: 48px;
}

/* 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;
}
.standalone.modal-tab-content.tab-pane h2 {
	text-align: center;
	margin-bottom: 16px;
}
.standalone.modal-tab-content.tab-pane p {
	font-size: 14px;
	margin-bottom: 24px;
}

.standalone.modal-tab-content.tab-pane .form-group {
	margin-bottom: 16px;
}
.standalone.modal-tab-content.tab-pane .form-group.main-code-input {
	margin-bottom: 32px;
}

.standalone.modal-tab-content.tab-pane .form-group .txt-btn.forgotpassword-url {
	padding: 0;
	font-size: 10px;
	font-weight: 400;
	display: flex;
	margin-left: auto;
	line-height: 24px;
}

.standalone.modal-tab-content.tab-pane #password-wrapper {
	margin-bottom: var(--lg-pad);
	display: flex;
	flex-direction: column;
}

.standalone.modal-tab-content.tab-pane .form-line-wrap {
	padding-top: var(--main-pad);
	padding-bottom: 32px;
}

.standalone.modal-tab-content.tab-pane .b-btn.g-btn {
	margin-bottom: 48px;
}

.standalone.modal-tab-content.tab-pane .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(--primary-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;
}


/* 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,
.form-cols: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;
}

/* RESPONSIVE STYLES *****************************/

.container {
	/*	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);
	}
}
@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 {
		/* width: calc(100% - 56px); */
	}

	.form-group-icon .form-control {
		padding-right: 40px;
	}

	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: 1600px) and (max-width: 1920px) {
	.container {
		max-width: 1440px;
		padding-right: var(--lg-pad);
		padding-left: var(--lg-pad);
	}

	/*
	#modal-code .modal-dialog, #modal-win .modal-dialog{
		margin-top: 48px;
	}
*/
}

@media (min-width: 1200px) and (max-width: 1599px) {
	body {
	}
	h2 {
	}
	a.button,
	.button {
	}

	.container {
		max-width: 1320px;
		padding-right: var(--main-pad);
		padding-left: var(--main-pad);
	}

	#content-wrapper {
		padding-top: 16%;
	}
	
	#content-wrapper #footer {
		margin-top: 48px;
	}

	.playbutton {
		width: 96px;
		height: 96px;
	}

	.modal-header h2 {
		font-size: 26px;
	}

	#modal-code .modal-dialog,
	#modal-win .modal-dialog {
		margin-top: 48px;
	}

	#modal-code .modal-dialog .modal-content p:last-child {
		margin-bottom: 24px;
	}

	.modal-logo {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	body {
	}
	.container {
		max-height: 100%;
		padding-right: 16px;
		padding-left: 16px;
		max-width: 100%;
	}

	.modal-header h2 {
		font-size: 26px;
	}

	#modal-code .modal-dialog,
	#modal-win .modal-dialog {
		margin-top: 24px;
	}
	/*
	.modal-logo {
		padding: 0 30%;
		margin-top: -10%;
	}
*/

	#modal-code .modal-dialog .modal-content p:last-child {
		margin-bottom: 24px;
	}

	#loading-content {
		width: 60%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		padding-right: 16px;
		padding-left: 16px;
		max-width: 100%;
	}

	
	#content-wrapper{
		padding-top: 30%;
	}

/*
	.nav-btns .button {
		display: none;
	}
	.nav-btns .i-btn {
		display: block;
	}
*/

	.modal-dialog {
		width: 80%;
	}
	
	.modal-logo {
		margin-bottom: 0;
	}
	.modal-content-main {
		padding: 0;
	}
	.modal-header h2 {
		font-size: 24px;
	}
	.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 {
		margin-top: 24px;
		z-index: 1050;
	}

	#modal-win {
		padding: 24px 0px;
	}
	
	.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;
	}

	.full-popup .modal-dialog {
		padding-top: 0;
	}
	.full-popup .modal-dialog .modal-content {
		padding: 0 0%;
	}
	#loading-content {
		width: 80%;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
	}

	.no-mob {
		display: none;
	}
	.outer-wrapper {
		overflow: hidden;
	}
	.container {
		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;
	}
	
	.form-group.form-checkbox {
		margin-bottom: 32px;
	}
	.form-group.form-checkbox .error-text {
		bottom: -24px;
		left: 0px;
		white-space: nowrap;
	}
	
	.ch-btn {
		padding: 0;
		padding-bottom: 4px;
	}
	.ch-btn label {
		line-height: 1.4;
	}
	.radio-buttons-label {
		display: block;
		width: 100%;
		margin-bottom: 4px;
	}

	label {
		margin-bottom: 0;
	}

	#header {
		height: 56px;
		padding: 8px 16px;
		background: #ffffff;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.24);
		z-index: 1051;
	}
	.logo-main {
		top: 10px;
		left: 16px;
	}
	.logo-main img {
		height: 32px;
	}
	.logo-main-desktop {
		display: none;
	}
	.logo-main-mobile {
		display: flex;
	}
	.nav-btns {
		align-self: auto;
	}
	#header .btn-clean {
		padding: 7px 12px 7px 20px;
		line-height: 24px;
		height: 40px;
		margin: 0px;
	}
	#header .dropdown-menu {
		right: initial !important;
		left: -8px !important;
	}
	#header .dropdown-menu:before {
		right: 40px;
	}

	#modal-code-start .form-btns {
		margin-top: 24px;
	}
	#header .dropdown-menu {
		right: initial !important;
		left: -8px !important;
	}
	.dropdown-item {
		font-size: 14px;
	}
	.dropdown-item i {
		font-size: 14px;
	}
	
/*
	.loading-screen {
		background-color: var(--secondary-color);
		color: var(--white-color);
	}
*/
	.loading-screen-content{
		padding: 24px 24px;
	}

	#outer-assets {
		top: 3%;
	}
	.palm-left {
		left: -5%;
		top: -10%;
		width: 40%;
	}
	.palm-right {
		right: -5%;
		top: -10%;
		width: 50%;
	}

	#content-wrapper {
		padding-top: 65%;
		padding-bottom: 20%;
	}
	.balloon {
		left: 35%;
		top: -58%;
	}

	#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.is-valid .label-inline span:after {
		right: -32px;
		top: 0px;
	}

	.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 h3.extra-margin {
		margin-bottom: 8px;
	}

	.form-col-sm .button {
		padding-left: 16px;
		padding-right: 16px;
	}
	.form-control {
		font-size: 14px;
		padding: 8px 16px;
		-webkit-appearance: none;
		box-shadow: none !important;
	}
	.form-group.main-code-input {
		margin-bottom: 16px;
	}
	.form-code-input {
		margin-left: -4px;
		margin-left: -4px;
	}
	.form-code-input .form-input-sm {
		margin: 0 4px;
		font-size: 28px;
		height: 56px;
	}
	.form-group:after,
	.form-cols-inline .label-inline span:after {
		right: 20px;
		top: 8px;
	}
	.ch-btn label {
		font-size: 12px;
	}
	.form-group.is-valid:after,
	.form-group-icon .form-control-icon,
	#code-start-content .form-row-buttons-top .i-btn {
		width: 40px;
		height: 40px;
	}
	
	.form-p-link {
		margin-bottom: 40px;
	}

	.form-line-txt {
		font-size: 12px;
	}

	.info-email-check {
		padding: 14px var(--main-pad);
	}

	#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(--base-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(--base-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(--base-color);
		border: 2px solid var(--base-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: 1052;
	}

	.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%;
		margin-bottom: 16px;
		margin-bottom: 8px;
	}
	.modal-logo > img {
		height: 96px;
	}
	.modal-logo-link {
		margin-top: 0px;
	}
	.modal-logo-link img {
		height: 40px;
		margin-top: 16px;
	}
	.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: 16px;
		margin-bottom: 4px;
	}
	.modal-body .form-inline .form-col.form-col-sm {
		margin-bottom: 0;
	}
	.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;
		padding-top: 56px;
	}

	.modal-content.modal-cols {
		flex-direction: column;
	}
	.modal-content-main {
		padding: 0;
		width: 100%;
	}
	.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-footer.modal-footer-buttons .button {
		/*		width: calc(50% - 8px);*/
		width: 100%;
		margin-bottom: 16px;
	}
	.modal-footer-buttons {
		justify-content: initial;
		flex-direction: column;
	}

	#modal-code .modal-dialog .modal-content {
		padding-top: 24px;
		padding-top: 56px;
	}

	#modal-code-tabs .tab-pane {
		min-height: 640px;
		min-height: initial;
	}
	#modal-code .modal-content-main {
		background: url(https://manager.spinthewheel.nl/media/games/149/style/134/mobile_img/versweken-viermeren-mobile.jpg) center 0px no-repeat;
		/*		background-size: contain;*/
		background-size: 100%;
		padding-top: 78%;
		padding-bottom: 24px;
	}

	#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 #modal-game-end.tab-pane {
		min-height: 240px;
	}
	#modal-code-start .form-btns {
		margin-top: 24px;
	}

	#modal-information .modal-dialog .modal-content {
		padding-top: 0px;
	}
	#modal-information .modal-logo {
		text-align: left;
	}

	.modal-info-tabs {
		margin: 0;
		margin-top: 8px;
		padding-top: 0px;
	}
	.modal-info-tabs .nav-tabs {
		padding: 0;
		margin: 0 16px;
		flex-wrap: nowrap;
	}
	.modal-info-tabs .nav-tabs .nav-link {
		font-size: 14px;
		line-height: 24px;
		padding: 8px 16px;
	}
	.modal-info-tabs .tab-content {
		padding: 24px 0px 24px 16px;
	}
	.modal-info-block {
		padding: 16px;
		margin-bottom: 24px;
	}
	.modal-info-block p {
		margin-bottom: 16px;
	}
/*
	.content-scroll .simplebar-content {
		padding-right: 16px!important;
	}
*/
	.content-scroll .simplebar-track.simplebar-vertical {
		right: 8px;
	}

	#highscore-reached {
		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;
	}

	.content-scroll {
		max-height: 75vh;
		max-height: calc(100vh - 176px);
	}

	.win-title {
		position: relative;
		background: url(../images/winterpret-spinandwin-confetti.png) center bottom no-repeat;
		background-size: 80%;
		background-size: cover;
		padding: 0px 0px 48px 0px;
	}
	.win-title .modal-header {
		padding-top: 72px;
		padding-bottom: 0;
	}
	.win-title h2 {
		font-size: 24px;
	}
	.win-title .modal-logo {
		z-index: 6;
	}
	.modal-content .win-title .modal-logo .close {
		top: 8px;
		right: 16px;
	}

	.prize-main-wrapper {
		margin-top: 0px;
	}

	.prizes {
		margin-bottom: 0;
	}
	.prize-line {
		margin: 0;
		margin-bottom: 8px;
	}
	/*
	.prize-line .prize-name{
		width: 100%;
		padding: 0 16px;
	}
	
*/

	.prize-line {
		display: flex;
		margin-bottom: 24px;
	}
	.slot-icon {
		display: block;
		width: 12%;
		padding: 0 4px;
		padding-top: 4px;
	}
	.prize-popup-content {
		width: 80%;
		width: calc(100% - 48px);
	}
	.prize-popup-header .prize-name {
		padding: 0;
	}
	.prize-content .close-btn {
		top: 72px;
	}

	.form-success {
		top: 24px;
		padding: 48px 24px;
	}
	.prize-claimed .form-success {
		display: flex;
		padding-top: 72px;
		padding-top: 0px;
	}
	.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 {
		margin-top: 16px;
	}
	.form-complete-img span {
		width: 72px;
		height: 72px;
		border: 2px solid var(--light-color);
	}
	.form-success h2{
		font-size: 20px;
	}
	.form-success .modal-header-icon {
		height: 64px;
		font-size: 52px;
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.form-complete p {
		font-size: 16px;
		padding: 0;
		margin-bottom: 24px;
	}
	.form-subtext {
		margin-top: 16px;
		margin-bottom: 24px;
		font-size: 12px;
	}
	
	.full-popup .modal-dialog {
		padding-top: 0;
	}
	.modal-loading {
		height: 100%;
		width: 100%;
	}
	.clouds-wrapper{
		width: 200%;
		height: 50%;
		left:-50%;
/*		top:8%;*/
	}
	.cloud {
		position: absolute;
		display: block;
		width: 200%;
		height: 100%;
	}
	.cloud img {
		opacity: 0;
	}
	.cloud span {
		height: 100%;
	}
	.cloud-left span {
		background: url(../images/clouds-mobile.png) right bottom no-repeat;
		background-size: cover;
	}
	.cloud-right span {
		background: url(../images/clouds-mobile.png) left bottom no-repeat;
		background-size: cover;
	}
	.animate .cloud-left {
		animation: left-out-animate 1.4s ease-out forwards;
	}
	.animate .cloud-right {
		animation: right-out-animate 1.4s ease-out forwards;
	}
	body.modal-open .animate .cloud-left, body.modal-open .animate .cloud-right {
		animation: none;
	}
	
	#register-info-modal p {
		margin-bottom: 24px;
	}

	.content-header-icon {
		font-size: 24px;
		margin: 0 auto 16px auto;
		width: 48px;
		height: 48px;
	}

	.standalone.modal-tab-content.tab-pane.show-content {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.standalone.modal-tab-content.tab-pane h2 {
		margin-bottom: 8px;
	}
	.standalone.modal-tab-content.tab-pane p {
		font-size: 12px;
		margin-bottom: 24px;
	}

	.standalone.modal-tab-content.tab-pane .form-group {
		margin-bottom: 24px;
	}

	.standalone.modal-tab-content.tab-pane .form-line-wrap {
		padding-bottom: 32px;
	}

	.standalone.modal-tab-content.tab-pane .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 {
		display: none;
	} */

	.footer-main {
		padding: var(--main-pad);
		padding: 0;
		padding-bottom: 32px;
	}
	.footer-main.modal-footer-main {
		position: relative;
		left: initial;
		top: initial;
	}

	/* .footer-nav {
		display: none;
		flex-direction: column;
	} */
}
@media (max-width: 375px) {
	.modal-dialog {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#modal-code .modal-content,
	#modal-win .modal-content {
		padding-top: 72px;
		padding-bottom: 24px;
	}
	input.button,
	.button,
	.button:visited,
	a.button,
	a.button:visited,
	.w-btn,
	.b-btn {
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.form-control {
		height: 40px;
	}

	.selectric .label {
		margin: 0 36px 0 16px;
		line-height: 39px;
		height: 38px;
		text-align: left !important;
		font-weight: 400 !important;
		padding: 0px !important;
	}
	.selectric .button {
		height: 40px;
	}
	.selectric .button:after {
		line-height: 38px;
	}
}
@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;
}
