﻿/*
Author: Saida Rao
Version: 1.0
Description: tuttiaifornelli
*/
/* font/utils/cookies css */
@import "fonts.css";
@import "utils.css";
@import "cookies.min.css";

:root {
	--grid-template-col-desk: 0.1fr 1fr 0.1fr;
	--grid-template-col-mob: 0.02fr 1fr 0.02fr;
	--gradient-color-shadow: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
	--gradient-color-shadow-desk: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
}


body, html {
	margin: 0;
	padding: 0;
	background-color: #eceae9;
	color: #000;
	font-family: 'NeffSans-Regular', sans-serif;
	font-size: 1em;
	line-height: 0;
}

/* Debug panel */
.debug {
	z-index: 9999999;
	border-radius: 30px;
	padding: 10px;
	background: #af235f;
	color: yellow;
	font-size: 10px;
	line-height: 12px;
	position: fixed;
	right: 10px;
	top: 10px;
	text-align: center;
	font-family: 'Neff Sans Regular', sans-serif;
}

/* TYPO */

h1, h2, h3, h4 {
	line-height: normal !important;
	font-weight: 100;
	margin: 5px 0;
}

h1 {
	font-size: 46px;
	line-height: 52px;
}

h2 {
	font-size: 34px;
	line-height: 39px;
}

h3 {
	font-size: 36px;
	line-height: 40px !important;
}

h4 {
	font-size: 22px;
	line-height: 26px;
}

p {
	font-family: 'NeffSans Regular', sans-serif;
	font-size: 15px;
	line-height: 24px;
	padding: 15px 0;
}

	p.light {
		font-size: 14px;
		line-height: 22px;
		position: absolute;
		width: 100%;
		bottom: 0px;
		letter-spacing: -1px;
		opacity: 0.8;
	}

/* LINKS */

a {
	color: #00639a;
	font-family: 'NeffSans Regular', sans-serif;
	text-decoration: none;
	transition: ease-in-out 0.2s;
}

i {
	font-family: icons;
	font-size: 14px;
	display: block;
	padding: 20px 0px 5px 0px;
	line-height: 20px;
}

	i.normal {
		font-family: 'NeffSans Regular', sans-serif;
		font-size: 14px;
		display: inline-block;
		padding: 0px;
		line-height: 20px;
	}

/* page top bar */



.form_submit_btn {
	padding: 20px;
}

/* HEADER */
header {
	position: absolute;
	width: 100%;
	height: 90px;
	z-index: 10;
}

header:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 10px;
	content: "";
	background-color: #c20736;
}

input, select {
	background-color: transparent;
	outline: none;
	border: none;
	border-bottom: 1px solid #000;
}

.gWrapper .logoProm {
	padding: 0 20px;
	position: relative;
	margin: 0 0 0 -.9375rem;
	width: 160px !important;
	height: auto !important;
}

.logoProm a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.gWrapper .logoProm svg {
	width: 70%;
	height: 100px
}

#banner, #banner_btm {
	width: 100%;
	min-height: 90dvh;
	height: 100%;
	display: block;
	position: relative;
	background-image: url(../App_Images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: local;
}

#banner_btm .table-cell {
	vertical-align: top;
	padding-top: 90px;
}

#banner #desk_bbox h2 {
	font-family: BoschSans-Bold;
}

.rule_contest {
	padding: 10px 20px 0px 20px;
}

/* MOBILE BOX HEADER */

#mobile_bbox, #mobile_bbox_btm {
	display: none;
	width: auto;
	height: auto;
	padding: 25px 15px;
}

/* PREMIO */

#premio .xbutton {
	width: 250px;
	margin: auto;
}

/* LAVASTOVIGLIE */

#lavastoviglie .xbutton {
	width: 180px;
	margin: auto;
}

.box_title {
	width: 100%;
	background-image: var(--gradient-color-shadow-desk);
	position: absolute;
	bottom: 0;
	display: grid;
	grid-template-columns: var(--grid-template-col-desk);
	align-items: center;
	padding: 48px 0 52px;
}

	.box_title h1 {
		color: #fff;
		font-size: 48px;
		font-family: "NeffSans";
		font-style: italic;
		grid-column-start: 2;
		font-weight: 700;
	}

/* INTRO FORM */

#introForm {
	display: grid;
	grid-template-columns: var(--grid-template-col-desk);
	margin: auto;
}

#introForm .col-100{
	display: grid;
	grid-column-start: 2
}

@media screen and (max-width: 1170px){

	.br-banner{
		display: none;
	}

	.box_title {
		grid-template-columns: var(--grid-template-col-mob);
		background: var(--gradient-color-shadow);
	}

	#banner, #banner_btm {
		height: auto;
		background-image: url(../App_Images/banner-mobile.jpg);
		background-position-x: 55%;
		aspect-ratio: 1;
	}

	#introForm {
		width: 90%;
		margin: auto 20px;
	}

	.box_title h1 {
		margin: 0 20px;
		font-size: 30px;
	}

	.gWrapper .logoProm {
		width: 160px;
		height: auto;
		display: block;
	}

		.gWrapper .logoProm img {
			width: 100%;
			height: 100%;
		}

	.gWrapper {
		grid-template-columns: var(--grid-template-col-mob);
	}

	#form .formContainer .formWrap {
		max-width: 90%;
		position: relative;
	}

	.xelem-validator {
		color: #af235f !important;
		position: relative !important;
		left: 0px !important;
		bottom: 0px !important;
		font-size: 14px;
		display: flex;
	}

	hr.line2 {
		max-width: 100%;
		margin: 30px 20px 0;
	}

	#pre_footer .linkUtil .privacy {
		align-items: flex-start;
		padding: 0 20px;
		margin-bottom: 20px;
		flex-direction: column;
		margin: 5% 0px;
	}

		#pre_footer .linkUtil .privacy li p {
			padding: 0px !important;
		}
}

#introForm .xbutton {
	width: auto;
	margin: auto;
}

div#introForm .light {
	bottom: -41px;
}

.hide_me, .hide_me2, .file_section {
	padding-left: 20px;
}

/*tool tip */

.tool_tip_btn {
	width: 24px;
	margin-top: 0px;
	background: rgba(186, 189, 191, 0.51);
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	color: white;
}

.tool_tip_info {
	cursor: pointer;
	display: none;
	margin-left: -25px;
	z-index: 1000;
	position: absolute;
	padding: 20px;
	width: 300px;
	font-size: 13px;
	line-height: 20px;
	background-color: #f6f8fa;
}

.tool_tip_btn1 {
	width: 24px;
	margin-top: 0px;
	background: rgba(186, 189, 191, 0.51);
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	color: white;
}

.tool_tip_info1 {
	cursor: pointer;
	display: none;
	margin-left: -25px;
	z-index: 1000;
	position: absolute;
	padding: 20px;
	width: 300px;
	font-size: 13px;
	line-height: 20px;
	background-color: #f6f8fa;
}

.tool_tip_btn2 {
	width: 24px;
	margin-top: 0px;
	background: rgba(186, 189, 191, 0.51);
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	color: white;
}

.tool_tip_info2 {
	cursor: pointer;
	display: none;
	margin-left: -25px;
	z-index: 1000;
	position: absolute;
	padding: 20px;
	width: 300px;
	font-size: 13px;
	line-height: 20px;
	background-color: #f6f8fa;
}

.tool_tip_btn3 {
	width: 24px;
	margin-top: 0px;
	background: rgba(186, 189, 191, 0.51);
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	color: white;
}

.tool_tip_info3 {
	cursor: pointer;
	display: none;
	margin-left: -25px;
	z-index: 1000;
	position: absolute;
	padding: 20px;
	width: 300px;
	font-size: 13px;
	line-height: 20px;
	background-color: #f6f8fa;
}

.privacyone, .privacytwo, .privacythree {
	padding: 20px;
}

.row_last {
	border-bottom: none !important;
}

/* COMMON */
.premiTitle {
	margin-top: 20px;
	margin-bottom: 30px;
}

.modalDialog {
	position: fixed;
	top: 20%;
	left: 50%;
	background: rgba(255,255,255,0.9);
	border-radius: 5px;
	box-shadow: 0 3px 7px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.25);
	z-index: 99999;
	width: 320px;
	height: auto;
	margin: auto;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	line-height: 20px;
	color: red;
	margin-left: -185px;
	padding: 20px;
	border: 1px solid #ddd1d1;
	cursor: pointer;
}

.modalDialog:before {
		content: "+";
		width: 6px;
		position: absolute;
		height: 6px;
		right: 15px;
		top: 1px;
		font-size: 40px;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		cursor: pointer;
	}

.content {
	display: block;
	max-width: 1280px;
	/*min-height: 100vh;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

.gWrapper {
	display: grid;
	/*min-height: 100vh;*/
	padding: 0 10px;
	grid-template-columns: var(--grid-template-col-desk);
}

.gWrapper a {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: flex-start;
	grid-column-start: 2;
}

.gWrapper h1 {
		font-family: BoschSans-Bold;
		margin: 0 0 80px;
	}

.boxgray {
	width: 100%;
	background-color: #f4f4f4;
	padding: 1px 0;
	margin: 20px 0;
}

.table {
	display: table;
	height: 100%;
	margin: 0;
	padding: 0;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.row {
	width: 100%;
	height: 100%;
	position: relative;
}

.col-25 {
	width: 25%;
	float: left;
	padding: 0;
	position: relative;
}

.col-33 {
	width: 33.3%;
	float: left;
	padding: 0;
	position: relative;
}

.col-50 {
	width: 50%;
	float: left;
	padding: 0;
	position: relative;
}

.col-40 {
	width: 40%;
	float: left;
	padding: 0;
	position: relative;
}

@media screen and (max-width: 1024px){
	.col-40 {
		width: 100%;
	}
}

.col-66 {
	width: 66%;
	float: left;
	padding: 0;
	position: relative;
}

.col-75 {
	width: 75%;
	float: left;
	padding: 0;
	position: relative;
}

.col-75 .margin {
		margin-left: 20px;
	}

.col-100 {
	width: 100%;
	padding: 0;
	position: relative;
}

.img {
	width: 100%;
}

.privacyone .error {
	left: 40px;
}

.xelem-validator {
	color: #af235f !important;
	position: relative !important;
	left: auto !important;
	bottom: 0px !important;
	font-size: 14px;
	display: flex;
	align-items: center;
	height: 30px;
}

.redError {
	position: relative;
}

.errorUpload {
	right: unset !important;
}

.errorBlock {
	color: #af235f !important;
	position: relative !important;
	left: 15px !important;
	bottom: 0px !important;
	font-size: 14px;
	display: block;
	margin: 20px 0 !important;
	right: unset !important;
}

.errorBlock span {
		position: absolute;
		width: 400px;
		/*right: -152px;*/
	}

.align.date {
	display: flex;
	align-items: center;
	flex-direction: row;
	width: 60%;
	gap: 10px;
}

@media screen and (max-width: 980px) {

	.align.date label {
		display: flex;
		align-items: center;
	}

	.align.date select {
		margin: 0 !important;
	}

	#updPuntoVendita .align select {
		margin: 0 !important;
	}

	.align select {
		margin: 0 !important;
	}
}

.error {
	color: Red;
	font-size: 10px;
	position: absolute;
	left: 20px;
	margin-top: 28px;
	display: block;
	line-height: 10px;
	width: calc(100% - 20px);
}

.error.special {
	background-color: #EFEFF1;
}

.error.rb {
	position: relative;
	margin-top: 0;
	left: 0;
}

b, strong {
	font-family: 'NeffSans-Regular', sans-serif;
}

/* BUTTONS */

.xbutton {
	overflow: hidden;
	width: auto;
	position: relative;
	color: #fff;
	border-color: #c20736;
	font-size: 1rem;
	border: 0;
	background-color: #c20736;
	padding-top: 10px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	padding: 10px 20px;
	cursor: pointer;
	transition: background;
}

.xbutton_no_border {
	display: block;
	width: 100%;
	margin: 20px 0;
	font-weight: bold;
	color: #c20736;
	transition: opacity;
	opacity: 1;
}

.xbutton_no_border:hover {
	color: #c20736;
	opacity: 0.5;
}

.xbutton:hover, #form .xbutton:hover {
	color: #fff;
	background-color: #b20136;
}

.xbutton::after {
	content: "";
	opacity: 0;
	background-color: #002958;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
	transform: translateY(100%);
	margin: 0;
	padding: 0;
	z-index: 10;
}

.xbutton:hover::after {
	opacity: .5;
}

.panel {
	position: fixed;
	width: 50%;
	height: 50%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	z-index: 900;
}

/* FORM */

#form {
	width: 100%;
	height: auto;
	max-height: initial;
	overflow: hidden;
}

#form .formContainer {
	margin: auto;
	position: relative;
}

.formWrap {
	display: grid;
	grid-template-columns: var(--grid-template-col-desk);
	margin: auto;
}

#form .formContainer .formRows {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: center;
	background-color: #eceae9;
	gap: 10%;
	grid-column-start: 2;
}

.formButton {
	align-items: flex-start;
	width: 100%;
	margin-top: 50px;
}

#updLuogoNascita, #updPuntoVendita, #upnlSeriale {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.inElement input[type=radio] {
	height: 30px !important;
}

.align {
	display: block;
	width: 100%;
}

#form .contNumDesc {
	display: flex;
	height: auto;
	width: auto;
}

	#form .contNumDesc .number {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 100%;
		border: 1px solid;
		width: 40px;
		height: 40px;
	}

	#form .contNumDesc .descNum {
		display: inline-block;
		width: auto;
		padding-left: 20px;
	}

#form .contNumDesc .number span {
	display: block;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
}

#form .contNumDesc .descNum h4, #form .contNumDesc .descNum p {
	margin: 0px;
}

#form .contNumDesc .descNum p {
	font-family: 'NeffSans-Regular', sans-serif;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	padding: 5px 0px;
	width: 100%;
}

#form label {
	font-size: 16px;
	line-height: 25px;
	font-family: 'NeffSans-Regular', sans-serif;
	display: block;
	position: relative;
	left: 0px;
}

#form .subTit {
	font-size: 16px;
	line-height: 25px;
	font-family: 'NeffSans-Regular', sans-serif;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

	#form .subTit.noMargin {
		margin-left: 0px;
		margin-bottom: 15px;
		margin-top: 15px;
	}

#form .listSpecial {
	margin-left: 325px;
}

#form label:before {
	content: ' ';
	clear: right;
	display: block;
}

#form .xbutton {
	width: auto;
	background-image: none;
	color: #fff !important;
	padding: 10px 30px;
}

#form #checkbox {
	font-size: 13px;
}

	#form #checkbox input {
		margin-left: 20px;
		margin-bottom: 10px;
		display: initial;
	}

#form input, #form select, #form textarea, #form .phForm {
	padding: 5px 10px;
	display: block;
	background-color: #d4cbc2;
	display: block;
	max-height: 300px;
	width: auto;
}

#form #pnlUpload .subTit {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
}

#form #pnlUpload .error {
	margin: 0px;
}

#form .fileUpload {
	width: 695px;
	position: relative;
	margin-right: 65px;
	margin-left: 20px;
}

#form .fileUpload label {
	top: -25px;
	left: 0;
}

#form .fieldUp {
	width: 100%;
	background-color: #fff;
	border: 1px solid #bebebe;
	opacity: 0;
	margin-left: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

#form .overFileInput {
	width: calc(100% - 22px);
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	background-color: #fff;
	height: 30px;
	padding-left: 20px;
	left: 0;
	top: 0;
	border: 1px solid #bebebe;
}

#form .controllo-dati p, #form #pnlPrivacy p {
	padding: 10px 0 10px 0px;
	width: auto;
}

#form #pnlPrivacy p {
	position: relative;
}

#form #pnlPrivacy .inlineB {
	position: relative;
	display: flex;
	gap: 10px;
	align-items: center;
}

	#form #pnlPrivacy .inlineB .xelem-validator {
		margin-bottom: -10px;
		bottom: 0px;
	}

#form .controllo-dati h4 {
	width: 100%;
	padding: 10px 0 10px 0px;
	margin: auto;
	margin-top: 10px;
}

#form #pnlPrivacy .inlineB input {
	display: inline-block;
	margin: 3px 0 5px 0px;
}

#form #pnlPrivacy p label {
	position: relative;
	display: inline-block;
}

#form #rblSesso, #form .radioBtn, #form #rblTipoRimborso, #form #rblRicevutaTipo, #form #rblRicevuta, #form #radiobuttons1 {
	font-size: 12px;
	line-height: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
	margin-bottom: 20px;
	border-spacing: 0;
}

#form .radioBtn {
	margin-left: 0px;
	margin-bottom: 0;
	margin-top: 25px;
	width: 100%;
}

#form #rblSesso tr, #form .radioBtn tr, #form #rblTipoRimborso tr, #form #rblRicevuta tr, #form #rblRicevutaTipo tr, #form #radiobuttons1 tr {
	display: inline-block;
}

#form #rblSesso input, #form .radioBtn input, #form #rblTipoRimborso input, #form #rblRicevutaTipo input, #form #rblRicevuta input, #form #radiobuttons1 input {
	vertical-align: middle;
	width: 30%;
}

/*stellette*/

#form #rating label, #form #rating .error {
	position: relative;
	left: 0;
}

#form #rating .error {
	margin-bottom: 0px;
	margin-top: 0px;
}

#form #rating input, #form #rating textarea {
	margin: 10px 0px 20px 0px;
	width: 100%;
}

#form #rating textarea {
	width: 95%;
}

#form #rating .ratingTxt {
	color: #879baa;
	font-size: 14px;
	line-height: 20px;
}

#form #rating .stars {
	margin-top: 10px;
}

	#form #rating .stars label {
		display: none;
	}

	#form #rating .stars td input[type="radio"] {
		margin: 0px 5px 0px 0px;
		width: 45px !important;
		height: 44px !important;
		display: inline-block;
		border: none;
		vertical-align: middle;
		box-shadow: none;
		background-color: transparent;
		cursor: pointer;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		background-image: url('../App_Images/starOff.png');
		background-repeat: no-repeat;
		background-position: center;
		-webkit-transition: background-image .1s ease-in;
		-moz-transition: background-image .1s ease-in;
		-o-transition: background-image .1s ease-in;
		transition: background-image .1s ease-in;
		outline: none;
	}

		#form #rating .stars td input[type="radio"].active {
			background-image: url('../App_Images/starOn.png');
		}

/*regali*/
#form #regalo .boxRegali {
	margin-top: 10px;
}

	#form #regalo .boxRegali label, #form #regalo .boxRegali input {
		position: relative;
		left: 0;
		display: inline-block;
		margin: 0px;
		vertical-align: middle;
		cursor: pointer;
	}

	#form #regalo .boxRegali input {
		margin-right: 15px;
	}

#form #regalo #premioImg {
	display: none;
}

#form #regalo .error {
	margin-top: -15px;
	left: 0px;
}

#form .uploadFiles label {
	position: relative;
}

#form .uploadFiles input {
	margin-left: 0px !important;
}

	#form .uploadFiles input.first {
		margin-left: 175px;
	}

#form .uploadFiles2 label {
	position: relative;
	display: inline-block;
}

.inElement table tr td, table.radioBtn tr td {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-right: 20px;
}


#form .uploadFiles2 table {
	padding: 0 !important;
}

.inElement table tbody {
	display: flex;
	gap: 30px;
}

#form .uploadFiles2 #updPagamento {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
}

.inElement {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: baseline;
}

	.inElement .set_date {
		display: flex;
		gap: 10px;
		align-items: center;
	}

.inElement label {
	position: relative;
	display: inline-block;
	width: auto;
}

.inElement label {
	margin-bottom: 10px;
}

.flexForm {
	display: flex;
	gap: 20px;
}

#updRimborso {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	gap: 20px;
}

	#updRimborso .inElement .sectionRimborso {
		position: relative;
		display: inline-block;
		width: 100%;
	}

	#updRimborso .inElement table {
		margin-left: 0 !important;
		display: inline;
		width: 70vw;
		position: relative;
	}

#updRimborso .inElement table tr td label, #updRimborso .inElement table tr td input {
	width: auto;
	padding-right: 0 !important;
}

#updRimborso .inElement input {
	margin-left: 0 !important;
	display: inline;
	width: 50%;
}

#updRimborso .inElement table tr {
	display: flex !important;
	gap: 20px;
	flex-wrap: wrap;
}

#upnlSeriale .inElement:nth-child(2) {
	margin-bottom: 30px;
}

.inElement input[type=radio], .inlineB input[type=checkbox], .radioBtn input[type=radio] {
	appearance: none; /* Remove default styling */
	border: 1px solid #000;
	width: 25px !important;
	height: 25px !important;
	background-color: #d4cbc2;
	padding: 0 !important; /* Remove padding */
	cursor: pointer;
	position: relative;
}

	/* Style the checked radio button */
	.inElement input[type=radio]:checked, .inlineB input[type=checkbox]:checked, .radioBtn input[type=radio]:checked {
		position: relative;
		overflow: hidden;
	}


		.inElement input[type=radio]:checked:focus, .inlineB input[type=checkbox]:checked:focus, .radioBtn input[type=radio]:checked:focus {
			box-shadow: 0px 0px 0px 4px rgba(103, 103, 103, 0.46); /* Shadow around checked state */
			position: relative;
			overflow: hidden;
		}
		/* Optional: Add a custom dot in the center for checked state */
		.inElement input[type=radio]:checked::before, .inlineB input[type=checkbox]:checked::before, .radioBtn input[type=radio]:checked::before {
			content: ""; /* Required for pseudo-elements */
			background-color: #676767;
			width: 25px;
			height: 25px;
			position: absolute;
			top: 50%;
			left: 50%;
			background-image: url("../App_Images/checked.svg");
			background-repeat: no-repeat;
			background-position: center;
			background-size: 60%;
			transform: translate(-50%, -50%); /* Center the dot */
			box-shadow: 0px 0px 0px 4px rgba(103, 103, 103, 0.46) inset;
		}

.inElement .upLoadScontrino {
	display: flex;
	align-items: center;
	height: 40px;
	width: 100%;
}
/*uploads Mobile*/
@media screen and (min-width: 650px) and (max-width: 1024px) {

	#form .uploadFiles {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}

	#form .uploadFiles2 #updPagamento .inElement {
		display: inline-flex;
		width: 100%;
		align-items: baseline;
	}

	#form .uploadFiles2 #updPagamento {
		max-width: 451px;
		margin: 0 auto;
	}

	#updRimborso {
		max-width: 86%;
		margin: 0 auto;
	}
}

.postPay .errorPostpay {
	right: unset;
	left: 30% !important;
	height: 30px;
}

.case {
	flex-wrap: wrap !important;
}

.checkBox {
	gap: 20px;
}

.scont {
	flex-wrap: nowrap !important;
}


@media screen and (max-width: 649px) {

	#form #pnlPrivacy .inlineB, #form .radioBtn {
		padding-left: 5px;
	}
		#form .contNumDesc .number span {
			font-size: 18px;
		}

	.scont {
		flex-wrap: wrap !important;
	}

	.case .numero {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media screen and (max-width: 400px){
	#form .contNumDesc .number {
		width: 40px;
		height: 32px;
	}
}

@media screen and (min-width: 649px) and (max-width: 1217px) {
	.scont .xelem-validator {
		bottom: 15px !important;
	}
}

.case .xelem-validator {
	right: unset !important;
}

.case .numero {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

	.case .numero input {
		height: 40px !important;
	}

.iban {
	flex-wrap: wrap;
}
	.iban .ibanText {
		width: 100%;
	}

.postPay {
	flex-wrap: wrap;
}

@media screen and (max-width: 649px) {
	#form .uploadFiles2 #updPagamento .inElement {
		flex-wrap: wrap;
		justify-content: center
	}

	#form .uploadFiles2 label {
		position: relative;
		display: inline-block;
		max-width: 100%;
		width: auto;
	}

	#updRimborso .inElement {
		display: inline-flex;
		align-items: baseline;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}

		#updRimborso .inElement table {
			margin-left: auto !important;
			display: flex;
			width: 100%;
		}

			#updRimborso .inElement table tr td label {
				width: auto;
				line-height: normal;
				padding-right: 10px;
			}

			#updRimborso .inElement table tr {
				display: flex;
				gap: 20px;
			}

	.postPay .errorPostpay {
		flex-wrap: wrap;
		right: unset;
		left: unset !important;
		height: 30px;
	}

	.case .xelem-validator {
		left: auto !important;
		right: unset;
	}
}

/* PRE-FOOTER */
#pre_footer {
	width: 100%;
	margin: auto;
	position: relative;
	height: 80px;
	display: grid;
	grid-template-columns: 0.1fr 1fr 0.1fr;
}

	#pre_footer .social {
		grid-column-start: 2;
		display: block;
	}

	#pre_footer .linkUtil {
		grid-column-start: 2;
		display: block;
	}

		#pre_footer .social ul, #pre_footer .linkUtil ul {
			display: inline;
			float: left;
		}

			#pre_footer .social ul li, #pre_footer .linkUtil ul li {
				display: inline;
				cursor: pointer;
				list-style: none;
			}

			#pre_footer .social ul.socialContent {
				display: inline-flex;
				align-items: center;
				gap: 40px;
				margin: 25px 0px 50px;
				padding: 0 !important;
			}

@media screen and (max-width: 1177px) {
	#pre_footer .social ul.socialContent {
		padding: 0 20px !important;
	}
}

#pre_footer .social ul.socialContent li {
	width: 20px;
}

#pre_footer .social ul.socialContent li a:hover {
	opacity: 0.5;
}

	#pre_footer .social ul.socialContent li a {
		transition: opacity;
		opacity: 1
	}

.line-container {
	display: grid;
	grid-template-columns: var(--grid-template-col-desk);
}

hr.line2 {
	border-top: 1px solid #676767;
	border-left: 0;
	display: grid;
	grid-column-start: 2;
	width: 100%;
}

#pre_footer ul li .foo_link {
	text-decoration: none;
	font-family: 'NeffSans-Regular', sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #000;
	line-height: 1.5rem;
	font-size: 0.75em;
}

#pre_footer .linkUtil .privacy {
	width: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 0 5%;
}

#pre_footer .privacy li {
	display: block;
}

	#pre_footer .privacy li p {
		font-size: 0.75em;
		line-height: 1.5rem;
		width: auto;
	}

#pre_footer ul li #box-share {
	width: 300px;
	position: absolute;
	background-color: white;
	z-index: 300;
	bottom: 80px;
	left: -90px;
	border: 1px solid;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

	#pre_footer ul li #box-share.open {
		visibility: visible;
		opacity: 1;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}

	#pre_footer ul li #box-share .xbutton {
		width: 80%;
		margin: 5px auto;
	}

		#pre_footer ul li #box-share .xbutton .icon-twitter:before {
			content: '\e03f';
		}

	#pre_footer ul li #box-share:after {
		content: "";
		height: 20px;
		width: 20px;
		position: absolute;
		z-index: 301;
		background-color: white;
		bottom: -11px;
		border-right: 1px solid;
		border-bottom: 1px solid;
		left: 0;
		margin: auto;
		right: 0;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#pre_footer ul li #box-share #close {
		height: 10px;
		position: relative;
		display: block;
	}

		#pre_footer ul li #box-share #close:after {
			content: " x ";
			font-size: 22px;
			line-height: 22px;
			position: absolute;
			right: 10px;
			top: -10px;
			opacity: 0.7;
			color: grey;
			cursor: pointer;
		}

		#pre_footer ul li #box-share #close:hover:after {
			color: #00639a;
		}

/* FOOTER */

footer {
	position: relative;
}

	footer ul {
		margin: 40px 20px;
		padding: 0;
	}

		footer ul li {
			display: inline-block;
			margin-right: 20px;
			height: 20px;
		}

			footer ul li a {
				color: black;
				font-size: 12px;
			}

	footer:after {
		position: absolute;
		left: 0;
		bottom: -40px;
		width: 100%;
		height: 16px;
		content: "";
		background: url("../App_Images/top_bar.jpeg") no-repeat;
		background-size: cover;
		background-position: center center;
	}

.foo_link {
	text-decoration: none;
	font-family: 'NeffSans-Light', sans-serif;
	font-weight: lighter;
	font-size: 12px;
}

.foo_title {
	text-decoration: none;
	font-family: 'NeffSans-Light', sans-serif;
	font-weight: lighter;
	font-size: 17px;
}

/* MEDIA QUERIES */

@media all and (max-width:1370px) {
	#pre_footer ul li #box-share {
		left: 0;
		width: 220px;
	}

		#pre_footer ul li #box-share:after {
			right: auto;
			left: 50px;
		}
}

/* < 1200px */

@media all and (max-width:1200px) {
	h3 {
		font-size: 33px;
		width: 90%;
	}

	#premio p {
		padding: 5px 0;
		width: 90%;
	}

	p {
		font-size: 14px;
		line-height: 18px;
	}

		p.light {
			position: relative;
		}

	#form .col-25, #form .col-75 {
		width: 100%;
		padding-bottom: 30px;
	}

	.col-75 .margin {
		margin: 0px;
	}

	#form .fileUpload {
		width: 50%;
	}

	#tbScontrino, #tbpunto, #TextBox2, #TextBox5 {
		width: 195px !important;
	}

	#banner #desk_bbox {
		margin-right: 0px;
		margin-top: -100px;
	}
}

/* < 980px */
@media screen and (max-width: 768px) {
	#mobile_bbox a {
		display: block;
		margin: 0 auto;
		position: relative;
	}
}

@media all and (max-width:1024px) {
	#tbScontrino, #tbpunto, #TextBox2, #TextBox5 {
		width: 160px !important;
	}

	.privacyone, .privacytwo, .privacythree {
		padding: 0;
	}

	h2 {
		font-size: 36px;
	}

	#banner_btm {
		background-image: url("../App_Images/vitafresh.jpg");
		height: 40vh;
	}

		#banner #desk_bbox, #banner_btm #desk_bbox_btm {
			display: none;
		}

	#mobile_bbox, #mobile_bbox_btm {
		display: block;
	}

	#mobile_bbox_btm p {
		margin: 0px;
	}

	#form .phForm {
		display: none;
	}

	.col-50 {
		width: 100%;
		margin: 20px 0px 0px 0px;
	}

	.table-cell {
		display: block;
	}

	#lavastoviglie .table-cell:nth-child(2) {
		display: table-header-group;
	}

	.panel {
		width: 75%;
		height: 75%;
		padding: 15px;
	}

	#form .fileUpload {
		float: none;
		width: 80%;
		margin: 10px auto;
	}
}

#form select::after {
	appearance: none;
	width: 100%;
	height: 100%;
	transition: background ease-in-out 0.5s;
}

#form select {
	appearance: none;
	background-image: url("../App_Images/Common/angle-down.svg");
	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: center;
	width: 100%;
	height: 100%;
	transition: background-image ease-in-out 0.5s;
}

#form .align.date select {
	background-position-x: 90%;
}

#form select:focus {
	background-image: url("../App_Images/Common/angle-up.svg");
}

/* < 650px */
@media all and (max-width:650px) {

	.hide_me, .hide_me2, .file_section {
		padding-left: 0px;
		padding-right: 0px;
	}

	#premio1 img {
		width: 100%;
	}

	#form .col-33, #form .col-66 {
		width: 100%;
		padding: 0px;
	}

	#form .fileUpload, #form .fieldUp {
		width: calc(100% - 20px);
	}

	#form #radiobuttons, #form #radiobuttons1 {
		margin-top: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}

	#form #regalo .boxRegali label, #form #regalo .boxRegali input {
		margin: 0px !important;
	}

	#form #regalo .boxRegali label {
		margin-bottom: 20px !important;
	}

	#form #radiobuttons, #form #radiobuttons1, #form #radiobuttons label, #form #radiobuttons1 label {
		padding: 0px;
	}

	#form .formContainer {
		width: 100%;
	}

	#form label {
		left: 0;
		margin: 10px 0 !important;
		position: relative !important;
	}

	.inElement {
		align-items: flex-start;
	}

	#form input:not([type="radio"]), #form select {
		width: 100%;
		max-width: none !important;
	}

	#form table tr td input[type=radio] {
		width: 30px !important;
		height: 30px !important;
	}

	#form .data input, #form .data select {
		width: 31%;
		max-width: none;
		padding: 0;
		margin: 15px 0;
		height: 27px;
		text-align: center;
	}

	#form .listSpecial {
		margin-left: 325px;
	}

	#form .phForm {
		display: none;
	}

	#form .col-25, #form .col-75 {
		padding-bottom: 0px;
	}

	.error {
		margin-top: 45px;
	}

	.privacyone .error {
		margin-top: 35px;
	}

	.tool_tip_info, .tool_tip_info1, .tool_tip_info2, .tool_tip_info3 {
		margin-left: -36px;
		position: relative;
	}
}

/* Slider */
.slide .carousel-control.left, .slide .carousel-control.right {
	background-image: none !important;
}

.slide p {
	margin: auto;
}

@media screen and (min-width: 768px) {
	.carousel-indicators {
		bottom: -40px;
	}
}

.carousel-indicators li {
	border: none;
	background-color: #ccc;
}

/* Lightbox messaggi di vincita o errore*/
.lightView.panel {
	width: auto;
	height: fit-content;
	overflow: hidden;
}

	.lightView.panel img {
		width: 100%;
	}

.lightView .table {
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width:640px) {
	.lightView .pnlDesk {
		display: none;
	}

	.lightView .table {
		background-size: contain;
	}

	.lightView.panel {
		max-width: 70%;
	}
}

@media screen and (min-width:641px) {
	.lightView .pnlMob {
		display: none;
	}

	.lightView .table {
		background-size: cover;
	}

	.lightView.panel {
		max-width: 70%;
	}
}

@media screen and (min-width:800px) {
	.lightView .pnlMob {
		display: none;
	}

	.lightView .table {
		background-size: cover;
	}

	.lightView.panel {
		max-width: 65%;
	}
}

@media screen and (min-width:1024px) {
	.lightView .pnlMob {
		display: none;
	}

	.lightView .table {
		background-size: cover;
	}

	.lightView.panel {
		max-width: 800px;
	}
}

.socialContent li img {
	width: 100%;
	height: 100%;
	display: inline-block;
}
/* X di chiusura lightbox*/
.closeX {
	width: 30px;
	height: 30px;
	top: 9px;
	right: 9px;
	background: transparent;
	position: absolute;
	cursor: pointer;
	z-index: 99;
}

	.closeX:before {
		transform: rotate(45deg);
		top: 0;
	}

	.closeX:after {
		transform: rotate(-45deg);
		top: 0;
	}

	.closeX:before, .closeX:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		top: 14px;
		left: 0;
		background: #00639A;
		transform-origin: center center;
		transition: transform .25s ease,top .25s ease,bottom .25s ease;
	}
/* --! COOKIE PANEL IUBENDA*/
/*#iubenda-cs-banner .iubenda-cs-container {
	display: block;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container {
		position: fixed;
	}
}

@media only screen and (min-width: 992px) {
	#iubenda-cs-banner .iubenda-cs-container {
		position: relative;
	}
}

#iubenda-cs-banner .iubenda-cs-container .custom-wrapper {
	align-content: center;
	max-width: 1460px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 30px 30px;
	opacity: 1;
	position: relative;
}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container .custom-wrapper {
		text-align: center;
	}
}

#iubenda-cs-banner .iubenda-cs-container .custom-wrapper.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: auto;
	flex: 1 0 auto;
	-webkit-justify-content: space-between;*/
	/*-moz-justify-content: space-between;
	-ms-justify-content: space-between;*/
	/*justify-content: space-between;*/
	/*-ms-flex-pack: space-between;*/
	/*-webkit-align-items: center;*/
	/*-moz-align-items: center;
	-ms-align-items: center;*/
	/*-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#iubenda-cs-banner .iubenda-cs-container .custom-wrapper.flex {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container .custom-wrapper.flex {
		display: block;
	}
}

#iubenda-cs-banner .iubenda-cs-container .custom-wrapper .custom-content {
	width: 88%;
}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container .custom-wrapper .custom-content {
		width: 100%;
	}
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content {
	background-color: #1d1e1c !important;
	color: #9d9895 !important;
	font-size: 13px !important;
}

	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content:before {
		position: absolute;
		content: '';
		background-color: white;
		width: 100%;
		height: 3px;
		top: 0;
		left: 0;
	}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-cookie-policy-lnk {*/
	/*font-family: "proximanova_excnregular";*/
/*}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn {
	position: absolute !important;
	top: 8px !important;
	right: 3px !important;
	width: 30px !important;
	height: 30px !important;
	cursor: pointer;
	-moz-transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
	-o-transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
	-webkit-transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
	transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
}

	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:after, #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:before {
		content: '';
		position: absolute;
		width: 1px;
		height: 20px;
		background-color: #666;
		top: 50%;
		left: 50%;
	}

	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:before {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		-moz-transform: translate(-50%, -50%) rotate(-45deg);
		-ms-transform: translate(-50%, -50%) rotate(-45deg);
		-o-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:after {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		-moz-transform: translate(-50%, -50%) rotate(45deg);
		-ms-transform: translate(-50%, -50%) rotate(45deg);
		-o-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:hover:after, #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:hover:before {
		background-color: #999999;
		-moz-transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
		-o-transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
		-webkit-transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
		transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
	}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-accept-btn {
	display: inline-block !important;
	position: relative !important;
	overflow: hidden !important;
	height: 44px !important;
	text-transform: uppercase !important;
	margin-top: 30px !important;
	padding: 0px 11px !important;
	font-size: 0.7rem !important;
	letter-spacing: 1px !important;
	line-height: 44px !important;
	text-align: center !important;
	color: #666 !important;
	border: 1px solid #000 !important;
	background-color: #fff !important;
	transition: ease-in-out !important;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
	cursor: pointer;
}

#iubenda-cs-banner .iubenda-cs-container .cookie-title {
	color: white;
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
	display: block;
	font-weight: 900;
}

#iubenda-cs-banner .iubenda-cs-container .cookie-text {*/
	/*font-family: "proximanova_excnregular";*/
	/*color: #9d9895 !important;
	font-size: 13px !important;
	line-height: 19px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	color: #9d9895 !important;
}

	#iubenda-cs-banner .iubenda-cs-container .cookie-text a, #iubenda-cs-banner .iubenda-cs-container .cookie-text .iubenda-cs-cookie-policy-lnk {
		color: #fff !important;
		text-decoration: underline !important;
		display: inline-block;
	}

		#iubenda-cs-banner .iubenda-cs-container .cookie-text a:hover, #iubenda-cs-banner .iubenda-cs-container .cookie-text .iubenda-cs-cookie-policy-lnk:hover {
			color: #9d9895 !important;
		}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn {
	display: inline-block;
	font-size: 13px !important;
	line-height: 18px !important;
	color: #fff !important;
	text-decoration: underline !important;
	cursor: pointer;
}

	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn:hover {
		color: #9d9895 !important;
	}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn {
		text-align: center !important;
		margin: 0 auto !important;
	}
}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container .buttons-accept {
		margin: 20px auto 0 20px;
		text-align: center;
	}
}

#iubenda-cs-banner .iubenda-cs-container .buttons-accept button {
	margin: 0 auto 0 20px !important;
}

@media only screen and (max-width: 767px) {
	#iubenda-cs-banner .iubenda-cs-container .buttons-accept button {
		margin: 20px 0 0 20px !important;
	}
}

#iubenda-iframe .purposes-btn-accept {
	background-color: #eb9c44 !important;
	color: #06281f !important;
	background-size: 16px !important;
}*/

/* Aggiornamento stili pulsanti nel banner */
/*#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-accept-btn,
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn,
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn {
	font-family: "Roboto",Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	padding: 10px 25px !important;
	border-radius: 0 !important;
	cursor: pointer !important;
	min-width: 140px !important;
	text-align: center !important;
	background-color: #eb9c44 !important;
	color: white !important;
	border: 1px solid #eb9c44 !important;
	transition: all 0.3s ease-in-out !important;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-accept-btn:hover,
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:hover,
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn:hover {
	background-color: #332f2d !important;
	color: #eb9c44 !important;
	border: 1px solid #eb9c44 !important;
}*/
