@font-face {
	font-family: "Montserrat";
	src: url("Montserrat-VariableFont_wght.ttf") format("truetype");
}

:root {
	font-family: "Montserrat";
	color: #525252;
	font-size: 1.95vh;
}

.print-only {
	display: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: "Montserrat";
}

body {
	margin: 0;
	display: flex;
	justify-content: center;
	height: 100%;
	background-color: white;
}

h1,
.h1 {
	color: #746cff;
	text-align: center;
	font-size: 1.73rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0;
}

@media screen and (min-width: 768px) {
	h1,
	.h1 {
		font-size: 38px;
	}
}

h2,
.h2 {
	color: #746cff;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0;
}

h3,
.h3 {
	color: #746cff;
	font-size: 1.12rem;
	font-weight: 700;
	line-height: 1.1;
}

p {
	margin: 10px 0;
	font-weight: 500;
	line-height: 13px;
}

p,
span,
label {
	font-size: 1rem;
	line-height: 1.1;
}

@media screen and (min-width: 768px) {
	p,
	span,
	label {
		font-size: 18px;
	}
}

.alt,
.panel-preview .popup_option_image p {
	font-size: 0.83rem;
}
@media screen and (min-width: 768px) {
	.alt {
		font-size: 0.9em;
	}
}

.alt-2,
.coupon-register .accordion-sub-name {
	font-size: 0.75rem;
}

.discount .content h1 {
	margin-bottom: 1.7rem;
	margin-top: 0;
}

.discount .content p {
	margin-top: 0;
}

.discount .content p.alt-2 {
	margin-bottom: 4.8vh;
}

strong.purple,
b.purple,
.purple {
	color: #746cff;
}

ul {
	list-style: none;
	padding: 0;
}

a.plaintext {
	color: black;
	text-decoration: underline !important;
}

a.plaintext:hover {
	color: #746cff !important;
}

.buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	margin: 15px 0;
}

.buttons.social {
	margin-top: 12px;
	margin-bottom: 0;
}

.button-wrapper {
	border-radius: 20px;
	max-width: 360px;
	width: 90%;
}

.buttons .button-wrapper {
	border-radius: 50%;
	max-width: unset;
	width: unset;
}

.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	min-height: 36px;
	max-height: unset;
	max-width: 360px;
	background: #0971ca;
	margin: 20px auto;
	border: unset;
	border-radius: 19px;
	color: white;
	font-family: "Montserrat";
	font-size: 0.85rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.button {
		font-size: 18px;
	}
}

.button-alt {
	border: 1px solid #0971ca;
	background: white;
	color: #525252;
}

.button[disabled] {
	background: lightgray;
	animation: none;
	color: gray;
	cursor: not-allowed;
}

.button.no-pulse {
	animation: gradientMovement 15s linear infinite alternate !important;
}

.button.boost-connect {
	/* background: linear-gradient(60deg, #26b46d, #068181, #0fb19b, #12b174);
  background-size: 3000% 3000%;
  animation: gradientMovement 15s linear infinite alternate; */
	background: white;
	color: #525252;
	border: 1px solid #0971ca;
	margin: 20px auto;
	width: 99% !important;
	font-weight: 500;
	max-width: unset;
}

button.button svg,
a.button svg {
	width: 25px;
	height: 25px;
}

.button-left-icon {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex: 1 100%;
	align-items: center;
	justify-content: space-between;
	margin: 0 5px;
}

.button-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: white;
	border-radius: 50%;
}

.button-icon svg path {
	fill: #0b70ca;
}

.button-icon-text {
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
	/* line-height: 13px; */
	margin: 0;
}

button.button[type="submit"] {
	margin: 10px auto;
}

.button.back {
	background: none;
	color: #525252;
	font-weight: 500;
	animation: none;
	margin: 0 auto !important;
	height: auto;
	text-decoration: none;
}

.button.back::before {
	content: "";
	background-image: url("res/back-icon.png");
	width: 8px;
	height: 8px;
	margin-right: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

button.button.social,
a.button.social {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	cursor: pointer;
	background: #ffffff !important;
	border: 1px solid #0971ca;
	padding: 9px;
	margin: 0;
}

.button.whatsapp svg path {
	fill: #76de68;
}

.button.facebook svg path {
	fill: #4e52c1;
}

.button.email svg path {
	fill: #6f6f6f;
}

hr {
	width: 50%;
}

span.big-claim {
	font-size: 36px !important;
}

/* FORM */
.connect-form {
	display: flex;
	flex-direction: column;
}

.form-register-use {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-register-use .form-field input {
	border-radius: 19px;
	height: 36px;
}

input:read-only:not([type="submit"]),
textarea:read-only {
	background: transparent;
}

.form-field {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	margin: 0.5rem 0;
	font-size: 12px;
}

/* .form-field + .form-field {
  margin-top: 0;
} */

#form-utilizzo-buono {
	margin-bottom: 0;
	margin-top: 36px;
}

.form-register-use .form-field-price {
	width: 56%;
	float: left;
	margin-bottom: 0;
	margin-top: 0;
}

.form-register-use .button-register {
	width: 35%;
	float: right;
	margin: 0;
}

input,
textarea {
	font-family: "Montserrat";
	font-size: 16px;
}

.form-field:not(.form-field-checkbox) input {
	font-size: 16px;
	border: 1px solid #0971ca;
	border-radius: 19px;
	height: 36px;
	padding: 7px 12px;
	transition: all 0.3s ease;
}

.sidenav .form-field:not(.form-field-checkbox) input {
	height: 30px;
	border-radius: 4px;
}

.form-field:not(.form-field-checkbox) textarea {
	font-size: 16px;
	border: 1px solid #0971ca;
	height: 30px;
	border-radius: 4px;
	padding: 7px 12px;
	transition: all 0.3s ease;
	resize: none;
	height: 196px;
	line-height: 1.2;
}

.form-field input:focus,
.form-field input:active,
.form-field textarea:focus,
.form-field textarea:active {
	outline: none;
	background: #f8f0f9;
}

.form-field:not(.form-field-checkbox) label {
	position: absolute;
	top: 8px;
	left: 20px;
	color: #a7a7a7;
	pointer-events: none;
	transition: all 0.3s ease;
	font-size: 12px;
}

.form-field:not(.form-field-checkbox) input:focus + label,
.form-field:not(.form-field-checkbox) input.not-empty + label,
.form-field:not(.form-field-checkbox) textarea:focus + label,
.form-field:not(.form-field-checkbox) textarea.not-empty + label,
.form-field:not(.form-field-checkbox)
	input:focus:not(:placeholder-shown)
	+ label {
	top: -18px;
	left: 20px;
	font-size: 12px;
	color: #746cff;
}

.form-field.form-field-checkbox {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 10px;
	align-items: center;
}

.form-field.form-field-checkbox label {
	font-size: 0.9em;
	font-weight: 300;
}

.form-field.form-field-checkbox input {
	margin: 0 5px;
}

.form-field.form-field-checkbox input {
	margin: 0 5px;
}

.form-field.form-field-checkbox-big {
	position: relative;
	width: auto;
	padding-left: 15px;
	margin-bottom: 12px;
	cursor: pointer;
	text-transform: uppercase;
	color: #707070;
	font-size: 0.9rem;
	align-items: center;
	background-color: #e5f0fa;
	padding: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form-field.form-field-checkbox-big span,
.form-field.form-field-checkbox-big strong {
	font-size: 0.9rem;
}

.form-field.form-field-checkbox-big input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	flex: 0 1 15%;
}

.checkmark {
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #eee;
	border: 1px solid #0971ca;
	border-radius: 2px;
}

.form-field.form-field-checkbox-big:hover input ~ .checkmark {
	background-color: #eee;
}

.form-field.form-field-checkbox-big input:checked ~ .checkmark {
	background-color: #0971ca;
}

.checkmark:after {
	content: "";
	display: none;
}

.form-field.form-field-checkbox-big input:checked ~ .checkmark:after {
	display: block;
}

.form-field.form-field-checkbox-big .checkmark:after {
	position: relative;
	left: 4px;
	top: 0px;
	width: 4px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form-field.form-field-radio {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
}

.form-field.form-field-radio label {
	position: relative;
	top: 0;
	left: 0;
}

.form-field.form-field-radio input {
	box-shadow: none;
	height: unset;
	margin: 0 5px;
}

.form-field.form-field-radio input:not(:checked) + label {
	top: 0 !important;
	left: 0 !important;
	color: #525252;
	font-size: 14px !important;
}

.form-field.form-field-radio input:checked + label {
	top: 0 !important;
	left: 0 !important;
	color: #746cff;
	font-size: 14px !important;
}

.form-field-group-60-40 {
	width: 100%;
	display: grid;
	grid-template-columns: 58% 40%;
	gap: 2%;
}

.form-field-group-60-40 .form-field {
	margin: 0;
}

.form-error {
	flex: 1 0 100%;
	font-size: 13px;
	color: red;
	text-align: center;
	margin: 10px 0;
	height: 16px;
}

@media screen and (max-width: 768px) {
	.form-register-use .form-field-60,
	.form-register-use .form-field-45 {
		flex: 0 1 100%;
	}
}

.form-field-price {
	position: relative;
}

.form-field-price:after {
	content: "\20AC";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #746cff;
	font-size: 12px;
}

.hidden-inputs {
	display: none;
}

/* ACCORDION */

.coupon-genealogy {
	margin: 0;
}

.coupon-genealogy .coupon-genealogy {
	margin-top: 0;
}

.accordion {
	width: 100%;
}

.accordion-container-absolute {
	position: absolute;
	width: 100%;
	background: #e6f1fa;
	border-radius: 20px;
	max-height: 31vh;
}

.accordion-list-item {
	margin: 10px 0;
}

.accordion-list-item:last-child {
	margin: 10px 0 0;
}

.accordion-list-item.new .accordion-icon::after {
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	background-color: #31df3a;
	width: 5px;
	height: 5px;
	border: 1px solid white;
	border-radius: 50%;
}

.accordion-sub-item.new::after {
	content: "";
	position: absolute;
	top: 40%;
	left: -10px;
	background-color: #31df3a;
	width: 5px;
	height: 5px;
	border: 1px solid white;
	border-radius: 50%;
}

.accordion-item {
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.5);
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	/* transition: max-height 1s ease-out; */
	padding: 0 10px;
}

.accordion-content .accordion-list-item {
	margin: 5px 0;
}

.coupon-register .accordion-content {
	height: 0;
}

.coupon-register .accordion-button.active + .accordion-content {
	height: auto;
}

.coupon-genealogy .accordion-item {
	background-color: transparent;
}

.coupon-genealogy .accordion-content {
	padding-right: 0;
}

.accordion-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	background-color: rgb(230, 230, 230);
	border-radius: 20px;
	cursor: pointer;
	font-size: 10px;
	font-weight: 500;
	color: #707070;
	height: 35px;
}

.accordion-icon {
	position: relative;
	color: #707070;
}

.accordion-score {
	font-size: 12px;
}

.accordion-sub-name,
.accordion-sub-score {
	text-transform: uppercase;
	font-size: 12px;
}

.coupon-register .accordion-sub-name {
	text-transform: none;
}

.accordion-sub-spacer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
}

.accordion-sub-spacer span {
	margin: 0 1px;
}

.accordion-sub-item {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #a3a3a3;
}

.accordion-button.active + .accordion-content {
	max-height: 500px;
}

.accordion-button .accordion-dropdown img {
	transition: transform 300ms;
}

.accordion-button.active .accordion-dropdown img {
	transform: rotate(180deg);
	filter: saturate(0%) brightness(1200%);
	transition: transform 300ms;
}

.accordion-button.active {
	background: #0b70ca;
}

.accordion-content .accordion-button.active {
	background: rgb(11 112 202 / 50%);
}

.accordion-content .no-shared-coupons {
	margin-top: 0.5rem;
	font-size: 0.8rem;
}

.accordion-button.active,
.accordion-button.active p {
	color: white;
}

.accordion-button.active path {
	fill: white;
}

.accordion-content p {
	margin: 5px 0;
}

.coupon-register {
	position: relative;
	overflow-y: visible;
	z-index: 3;
}

.coupon-register h1 {
	margin-top: 0;
	margin-bottom: 17px;
}

.discount .coupon-register .expired-coupon-message {
	margin-top: -2vh;
	margin-bottom: 2vh;
}

.coupon-register .accordion-content {
	padding: 0 20px;
}

.coupon-register .accordion-sub-item:last-child {
	border-bottom: 0;
}

.coupon-register .accordion-button.active + .accordion-content {
	overflow-y: scroll;
	background: #e6f1fa !important;
	border-radius: 16px;
}

.coupon-register .accordion-button .accordion-name p {
	font-size: 0.9rem;
	margin-bottom: 0;
}

.coupon-register .accordion-button.active .accordion-dropdown img {
	filter: brightness(5);
}

@keyframes pulseButton {
	0% {
		box-shadow: none;
	}
	50% {
		box-shadow: 0px 0px 15px 5px #746cff;
	}
	100% {
		box-shadow: none;
	}
}

@keyframes pulseWhatsapp {
	0% {
		box-shadow: none;
	}
	50% {
		box-shadow: 0px 0px 15px 5px #31df3a;
	}
	100% {
		box-shadow: none;
	}
}

@keyframes pulseFacebook {
	0% {
		box-shadow: none;
	}
	50% {
		box-shadow: 0px 0px 15px 5px #29a0cf;
	}
	100% {
		box-shadow: none;
	}
}

@keyframes pulseMail {
	0% {
		box-shadow: none;
	}
	50% {
		box-shadow: 0px 0px 15px 5px #97a1aa;
	}
	100% {
		box-shadow: none;
	}
}

@keyframes gradientMovement {
	0% {
		background-position: 0% 82%;
	}
	25% {
		background-position: 50% 50%;
	}
	50% {
		background-position: 100% 19%;
	}
	75% {
		background-position: 50% 50%;
	}
	100% {
		background-position: 0% 82%;
	}
}

@keyframes showCode {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes showImage {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}
	80% {
		opacity: 0.8;
		transform: translateY(5%);
	}
	100% {
		opacity: 1;
		transform: translateY(10%);
	}
}

@keyframes showClaim {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}
	80% {
		opacity: 0.8;
		transform: translateY(15%);
	}
	100% {
		opacity: 1;
		transform: translateY(17%);
	}
}

@keyframes shakeClaim {
	0% {
		transform: translate(1px, 17%) rotate(0deg);
	}
	10% {
		transform: translate(-1px, 15%) rotate(-1deg);
	}
	20% {
		transform: translate(-3px, 17%) rotate(-2deg);
	}
	30% {
		transform: translate(-1px, 17%) rotate(-2deg);
	}
	40% {
		transform: translate(-3px, 17%) rotate(-2deg);
	}
	50% {
		transform: translate(3px, 15%) rotate(-2deg);
	}
	60% {
		transform: translate(1px, 16%) rotate(-1deg);
	}
	70% {
		transform: translate(0, 17%) rotate(0deg);
	}
	100% {
		transform: translate(0, 17%) rotate(0deg);
	}
}

@keyframes showUpset {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}
	80% {
		transform: translateY(15%);
	}
	100% {
		opacity: 1;
		transform: translateY(28%);
	}
}

@keyframes showPeople {
	0% {
		opacity: 0;
		transform: translate(20px, 50%);
	}
	80% {
		opacity: 0.8;
		transform: translate(20px, 12%);
	}
	100% {
		opacity: 1;
		transform: translate(20px, 17%);
	}
}

@keyframes shakePeople {
	0% {
		transform: translate(20px, 17%);
	}
	15% {
		transform: translate(20px, 22%);
	}
	20% {
		transform: translate(20px, 12%);
	}
	25% {
		transform: translate(20px, 18%);
	}
	35% {
		transform: translate(20px, 17%);
	}
	50% {
		transform: translate(20px, 17%);
	}
	100% {
		transform: translate(20px, 17%);
	}
}

@keyframes showFlyingWoman {
	0% {
		opacity: 0;
		transform: translate(-100%, 50%);
	}
	100% {
		opacity: 1;
		transform: translate(0%, 0%);
	}
}

@keyframes floatFlyingWoman {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}
	15% {
		transform: translate(16px, 18px) rotate(5deg);
	}
	25% {
		transform: translate(16px, 25px) rotate(2deg);
	}
	37% {
		transform: translate(9px, 37px) rotate(-5deg);
	}
	45% {
		transform: translate(-2px, 26px) rotate(-7deg);
	}
	66% {
		transform: translate(-10px, 19px) rotate(-7deg);
	}
	83% {
		transform: translate(-8px, 19px) rotate(2deg);
	}
	100% {
		transform: translate(0, 0) rotate(0deg);
	}
}

@keyframes showProfessionistLogo {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}
	80% {
		opacity: 0.8;
		transform: translateY(0%);
	}
	100% {
		opacity: 1;
		transform: translateY(5%);
	}
}

@keyframes showCouponCustomer {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

@keyframes showAccountImage {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}
	80% {
		opacity: 0.8;
		transform: translateY(10%);
	}
	100% {
		opacity: 1;
		transform: translateY(25%);
	}
}

@keyframes showPresentationImage {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}
	80% {
		opacity: 0.8;
		transform: translateY(10%);
	}
	100% {
		opacity: 1;
		transform: translateY(25%);
	}
}

@keyframes hidePresentationImage {
	0% {
		opacity: 1;
		transform: translateY(25%);
	}
	100% {
		opacity: 0;
		transform: translateY(50%);
	}
}

@keyframes showShareImage {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}
	80% {
		opacity: 0.8;
		transform: translateY(0%);
	}
	100% {
		opacity: 1;
		transform: translateY(5%);
	}
}

@keyframes showLayer {
	0% {
		opacity: 0;
		flex: 0 1 0;
	}
	80% {
		opacity: 0.8;
		flex: 0 1 160%;
	}
	100% {
		opacity: 1;
		flex: 0 1 150%;
	}
}

@keyframes showText {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes blinkQrCorners {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOutCoriander {
	from {
		opacity: 0.5;
	}
	to {
		opacity: 0;
	}
}

@keyframes showQrAdvice {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes rotate {
	to {
		transform: rotate(360deg);
	}
}

.gradient-background {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(60deg, #ae8cfc, #0b70ca, #6da8e2, #0d2450);
	background-size: 1800% 1800%;
	animation: gradientMovement 15s linear infinite alternate;
	will-change: background-position;
}

/* POPUP */
#popup {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: absolute;
	top: 15px;
	width: 95%;
	z-index: 10;
}

.page.coupon.admin #popup {
	top: 30px;
}

.popup_campaign.unavailable {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

#popup_panel {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.7);
	transition: opacity 0.3s linear, visibility 0s linear 0.3s;
	opacity: 0;
	visibility: hidden;
}

#popup_panel.visible {
	top: 0;
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
	z-index: 30;
}

.popup_panel {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.7);
	transition: opacity 0.3s linear, visibility 0s linear 0.3s;
	opacity: 0;
	visibility: hidden;
}

.popup_panel.visible {
	top: 0;
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
	z-index: 30;
}

.popup_overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.popup_resume {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background-color: white;
	box-shadow: #919191a1 0px 2px 10px 0px;
	padding: 38px 35px;
	margin: 40px 42px;
}

.popup_close {
	position: absolute;
	top: -15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: white;
	cursor: pointer;
}

.popup_close svg {
	pointer-events: none;
}

.panel-privacy .popup_close svg {
	width: 20px;
}

.popup_close::after {
	content: "Chiudi";
	font-size: 8px;
	text-transform: uppercase;
	position: absolute;
	bottom: -7px;
}

.popup_close.button.back {
	position: relative;
	top: unset;
	right: unset;
}

.popup_content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}

.popup_header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 1 25%;
}

.popup_main {
	flex: 1 auto;
	height: 200px;
	border: 1px solid #dadada;
	border-radius: 5px;
	overflow-y: auto;
}

.popup_list ul {
	list-style: none;
	padding: 0;
}

.popup_list > ul {
	padding: 0 20px;
}

.popup_list > ul > ul li {
	border-left: 1px solid;
}

/* .popup_main li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
} */

.popup_footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	/* max-height: 100px; */
	overflow-y: auto;
	flex: 0 1 20%;
}

.popup_footer_row {
	display: flex;
	flex-direction: row;
	padding: 5px 0;
	border-radius: 7px;
}

.popup_footer_row > * {
	margin: 0;
}

.popup_footer_row.success {
	background-color: #ceffce;
	color: green;
}

.popup_footer_row.fail {
	background-color: #ffdcdc;
	color: red;
}

.popup_footer_row.success {
	background-color: #ceffce;
	color: green;
}

.panel-info .popup_header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.panel-info .info-logo {
	max-width: 100px;
	max-height: 100px;
	border: 1px solid;
	border-radius: 50%;
	padding: 15px;
}

.panel-info .info-logo img {
	width: 100%;
}

.panel-info .info-header {
	padding-left: 20px;
}

.panel-info .info-header h2,
.panel-info .info-header .h2 {
	text-align: left !important;
}

.panel-info .buttons {
	justify-content: flex-start;
}

.panel-info .button.social {
	margin-right: 4px;
}

.panel-info .info-address {
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
}

.panel-info .popup_main {
	flex: 0 1 auto;
	height: 100%;
}

.panel-confirm .popup_resume {
	height: unset;
	padding: 38px 20px 40px;
}

.panel-confirm .popup_main {
	flex: unset;
	height: unset;
	border: unset;
	text-align: center;
}

.panel-confirm .popup_footer {
	overflow-y: unset;
}

.panel-confirm .popup_footer_row {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.panel-confirm .popup_footer_row.success,
.panel-confirm .popup_footer_row.fail {
	display: none;
	text-align: center;
}

.panel-confirm .popup_footer_row.success {
	color: #43b426;
}

.panel-confirm .popup_footer_row.fail {
	color: #c90c0c;
}

.panel-confirm .popup_footer_row #send_book_request {
	width: 100%;
}

.panel-print .popup_resume,
.panel-parameters .popup_resume {
	height: auto;
	padding: 52px 43px 43px;
	width: 291px;
	min-width: 0;
	box-sizing: border-box;
}

.panel-print .popup_content {
	justify-content: center;
	height: auto;
}

.panel-print .popup_option {
	display: flex;
	flex-direction: column;
}

.panel-confirm .popup_option_content,
.panel-print .popup_option_content,
.panel-parameters .popup_option_content {
	text-align: center;
}

.panel-print .popup_option_content h2,
.panel-confirm .popup_option_content h2 {
	font-size: 15px;
}

.panel-print .popup_option_content p,
.panel-confirm .popup_option_content p {
	margin: 0;
}

.panel-parameters .popup_option_content .green {
	color: #45b766;
}

.panel-parameters .popup_option_content .red {
	color: #ad2e25;
}

.panel-print .start-print-page {
	margin: 40px 0;
}

.panel-confirm .popup_option_image,
.panel-print .popup_option_image,
.panel-parameters .popup_option_image,
.panel-privacy .popup_option_image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.popup_option_image img {
	width: 32px;
}

.panel-print .popup_option_image img {
	width: 60%;
	max-width: 360px;
}

.panel-coupon .popup_resume {
	height: auto;
}

.panel-coupon .popup_option_image,
.panel-preview .popup_option_image,
.panel-preview p {
	text-align: center;
	margin-bottom: 18px;
}

.panel-preview #totale-finale-anteprima {
	font-size: 17px;
	font-weight: bold;
	color: #746cff;
	line-height: 1.3;
}

.panel-coupon .popup-title {
	font-size: 15px;
	margin: 0 0 4px;
	text-align: center;
}

.panel-coupon .popup-text {
	text-align: center;
}

.panel-coupon .popup-text-small {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #9f9f9f;
}

.panel-coupon .popup_btn {
	margin-top: 8px;
	margin-bottom: 0;
}

.popup-privacy .popup_resume {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 20px;
	border-radius: 0;
}

.popup-privacy .popup_close {
	top: 10px;
	right: 15px;
}

.popup-privacy .popup_content {
	width: 100%;
}

.popup-privacy .popup_main {
	height: 60vh;
	padding: 10px 15px;
	margin-top: 20px;
}

.service-link {
	font-size: 1em;
	cursor: pointer;
}

.campaign-data-setting {
	background-color: rgba(9, 113, 202, 0.1);
	padding: 5px 0;
	margin: 5px auto;
	min-width: 220px;
	width: 100%;
}

.campaign-data-setting-name,
.campaign-data-setting-value {
	font-size: 0.75rem;
	line-height: 1.2;
}

.campaign-data-setting-value {
	font-weight: bold;
	color: #746cff;
}

* > .campaign-data-setting:first-child {
	margin-top: 0;
}

* > .campaign-data-setting:last-child {
	margin-bottom: 0;
}

.campaign-data-setting {
	background-color: rgba(9, 113, 202, 0.1);
	padding: 5px 0;
	margin: 5px auto;
	min-width: 220px;
	width: 100%;
}

* > .campaign-data-setting:first-child {
	margin-top: 0;
}

* > .campaign-data-setting:last-child {
	margin-bottom: 0;
}

/* SIDENAV */
.sidenav {
	height: 100%;
	width: 100%;
	max-width: 75%;
	position: fixed;
	z-index: 25;
	top: 0;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-backdrop-filter: blur(35px);
	backdrop-filter: blur(35px);
	overflow-x: hidden;
	transition: all 0.5s ease-in-out;
	opacity: 1;
}

.sidenav.left {
	left: 0;
	transform: translateX(-100%);
}

.sidenav.right {
	right: 0;
	transform: translateX(100%);
}

.sidenav a {
	text-decoration: none;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .button {
	height: 30px;
	margin-top: 1.1rem;
	margin-bottom: 0;
}

.sidenav_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #ffffff;
	border: 2px solid #0971ca;
}

.sidenav_btn:first-child {
	margin-left: 30px;
}

.sidenav_btn:last-child {
	margin-right: 30px;
}

.sidenav_btn svg path {
	fill: #0971ca;
}

.sidenav_btn img {
	width: 25px;
	height: auto;
}

.sidenav .sidenav_btn {
	padding: inherit;
	border-radius: inherit;
	width: inherit;
	height: inherit;
}

.connect-logo {
	display: flex;
	flex: 0 1 20%;
	align-items: center;
	justify-content: center;
}

.connect-logo img {
	width: 100%;
	min-width: 100px;
	max-width: 210px;
}

.tqg-icon {
	width: 21px;
	margin-bottom: 0.9rem;
}

.sidenav-connect-logo {
	width: 128px;
	margin: 0.75rem 0;
}

.sidenav-disclaimer-text {
	text-transform: uppercase;
	margin: 10px 0 0;
}

#support-form-wrapper {
	margin-top: 2.6rem;
}

#support-form-wrapper .button {
	margin: 6px 0 0 0;
	display: inline-block;
	width: 90px;
	background-color: #fff;
	border: 1px solid #0971ca;
	color: #707070;
	font-weight: 500;
	height: 30px;
}

#support-form-wrapper .support-form-title {
	margin: 0 0 7px;
	font-size: 1.12rem;
}

#support-form-wrapper .support-form-description {
	margin-bottom: 1rem;
}

#support-form-wrapper #form-richiesta-supporto {
	margin-bottom: 0;
}

#support-form-wrapper .form-field {
	margin-top: 6px;
	margin-bottom: 0;
}

#support-form-wrapper .form-field:first-child {
	margin-top: 0;
}

.sidenav-tqg-logo {
	width: 131px;
	position: absolute;
	bottom: 52px;
	left: 36px;
}

#sidenav-info .sidenav_content h2 {
	text-align: left;
}

#sidenav-info .sidenav_content .buttons {
	width: 75%;
	margin: 15px auto;
}

#sidenav-info .sidenav_content form input,
#sidenav-info .sidenav_content form textarea {
	width: 100%;
}

/* SIDENAV LEFT */

.sidenav-overlay {
	position: fixed;
	top: 10px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 15;
	pointer-events: none;
	opacity: 0;
	transition: all 0.5s linear;
}

.sidenav-overlay.open {
	pointer-events: initial;
	opacity: 1;
}

.sidenav .closebtn {
	position: absolute;
	top: 10px;
	right: 0;
	padding-right: 15px;
	font-size: 36px;
	cursor: pointer;
	color: #a3a3a3;
}

.sidenav.right .closebtn {
	left: 0;
	padding-right: 0;
	padding-left: 15px;
	width: 20px;
}

.page.coupon .sidenav.right .closebtn {
	right: 0;
	left: auto;
	padding: 0;
	padding-right: 15px;
}

.sidenav_content {
	display: flex;
	flex-direction: column;
	max-width: 1024px;
	margin: 0 auto;
	padding: 40px;
}

#sidenav-info .tqg-logo {
	line-height: 1.2;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.sidenav_content .tqg-logo img {
	width: 60%;
	margin: 5px 0 10px;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}

.sidenav_header .wrapper_business_info {
	display: flex;
	padding-bottom: 20px;
	flex-direction: column;
	align-items: center;
}

.sidenav_header .wrapper_business_info h3 {
	margin-top: 12px;
	margin-bottom: 6px;
	text-align: center;
}

.sidenav_header .wrapper_business_info p {
	margin: 0;
}

.sidenav_header .info-logo {
	width: 86px;
	height: 86px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 13px;
	background-color: white;
	padding: 5px;
}

.sidenav_header .info-header {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.sidenav_header .info-address p {
	margin: 0;
}

.sidenav_header .info-header h2 {
	text-align: left;
}

.sidenav_main .info-contact {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.sidenav_main iframe {
	border-radius: 20px;
	box-shadow: 0 0 10px 0px rgb(142 163 150 / 50%);
}

.sidenav_main .leaflet-container {
	border-radius: 20px !important;
}

.leaflet-popup-content p {
	font-size: 10px;
}

.sidenav_contact {
	text-align: center;
	padding-top: 11px;
}

.sidenav_contact_message {
	line-height: 1;
	margin: 0;
}

.sidenav_contact .button {
	margin: 10px 0;
}

/* SIDENAV RIGHT */

.sidenav p {
	color: #707070;
	margin: 0;
}

.sidenav #campaign-id {
	font-weight: 700;
	margin-bottom: 2px;
}

.sidenav h2 {
	margin: 0;
	text-align: left;
}

.sidenav #campaign-start {
	color: #4ca766;
}

.sidenav #campaign-end {
	color: #ad2e25;
}

.sidenav.right .sidenav_main {
	flex: 0 1 auto;
	/* overflow-y: auto; */
}

.sidenav.right.campaign-details .sidenav_main {
	flex: 1 0 auto;
}

.sidenav.right .sidenav_list > ul > ul li {
	border-left: 1px solid;
}

.sidenav.right .sidenav_main li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.sidenav.right .sidenav_footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 1 20%;
}

.sidenav_footer {
	text-align: center;
	margin-top: 40px;
}

.sidenav_footer .connect-logo {
	width: 128px;
	margin: 0 auto 0.8rem;
}

.sidenav.right .sidenav_footer_row {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

.sidenav.right .sidenav_footer_row::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25%;
	width: 50%;
	height: 2px;
	background: #8c92cb;
}

.sidenav.right .sidenav_footer_row > * {
	margin: 0;
}

.sidenav.right .sidenav_footer_row .button {
	margin: 15px 0;
}

.sidenav .panel-promo-details {
	background-color: #e8e8e8;
	padding: 14px 10px;
	border-radius: 5px;
	position: relative;
}

.sidenav .panel-promo-details > p:first-child {
	margin-bottom: 0.75rem;
}

#additional-promo-details {
	display: none;
}

#additional-promo-details-wrapper.open #additional-promo-details {
	display: block;
	margin: 10px 0;
	background-color: #e8e8e8;
	border-radius: 0 0 4px 4px;
}

#additional-promo-details-wrapper.open + #open-additional-promo-details img {
	transform: rotate(180deg);
}

.sidenav #additional-promo-details {
	/* padding: 11px 0; */
}

.sidenav #additional-promo-details > p:first-child {
	margin-bottom: 0.75rem;
}

.sidenav .additional-promo-details-row {
	display: grid;
	grid-template-columns: 75% 25%;
	margin-bottom: 0.6rem;
}

.sidenav .additional-promo-details-row:last-child {
	margin-bottom: 0;
}

.sidenav .additional-promo-details-row .row-title {
	color: #707070;
	font-size: 0.68rem;
	border-right: 1px solid;
}

.sidenav .additional-promo-details-row .row-value {
	font-size: 0.75rem;
	text-align: right;
	font-weight: 600;
	color: #746cff;
}

.sidenav #open-additional-promo-details {
	text-align: right;
}

.sidenav #shared-coupons {
	margin: 45px 0;
}

/* GUIDE */
.guide-overlay {
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: -10;
	transition: all 0.5s ease-in-out;
}

.guide-container {
	position: relative;
	width: 100%;
}

.guide-container .close-guide.icon-only {
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 20px;
	cursor: pointer;
	z-index: 999;
	font-size: 36px;
	color: rgb(197, 197, 197);
}

.guide-container .close-guide {
	position: absolute;
	top: -15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: white;
	cursor: pointer;
}

.guide-container .close-guide::after {
	content: "Chiudi";
	font-size: 8px;
	text-transform: uppercase;
	position: absolute;
	bottom: -7px;
}

.guide-overlay .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.guide-overlay .slide-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.guide-overlay .slide-content .slide-title {
	margin: 0 -2rem 0.8rem;
}

.guide-overlay .swiper .swiper-button-next:after,
.guide-overlay .swiper .swiper-button-prev:after {
	font-size: 30px;
}

/* MAIN */

.discount {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

#container-qr {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	flex: 0 1 auto;
	transition: 0.5s all;
}

#container-qr_image {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container-qr_corners {
	display: flex;
	position: relative;
	justify-content: center;
}

.container-qr_corners-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-image: url("res/Subtract.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 0;
	padding: 15px;
	animation: blinkQrCorners 2s linear 1.5s infinite;
}

#qr-image {
	width: 200px;
	opacity: 0;
	animation: showCode 1s linear forwards;
	border-radius: 30px;
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	#qr-image {
		width: 150px;
		max-width: unset;
	}
}

#container {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	flex: 0 1 auto;
	transition: 0.5s all;
}

#container_image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-clip: unset;
	overflow: visible;
	width: 100%;
}

#image:not([class]) {
	width: 85%;
	max-width: 768px;
	opacity: 0;
	animation: showImage 0.5s 0.8s ease-in-out forwards;
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	#image:not([class]) {
		width: 40%;
		max-width: unset;
	}
}

#container-text {
	position: relative;
	width: 100%;
	display: flex;
	flex: 0 1 0;
	justify-content: center;
	overflow: hidden;
	opacity: 0;
	background-color: transparent;
	animation: showLayer 1s 0.5s ease-in-out normal forwards;
}

.container-text_circle-bg {
	position: absolute;
	left: -200%;
	width: 500%;
	height: 500%;
	border-radius: 50%;
	background-color: white;
}

.c-1,
.c-2 {
	background-color: rgba(255, 255, 255, 0.3);
}

.c-2 {
	top: 10px;
}

.c-3 {
	top: 20px;
}

.container-text_paragraph {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 768px;
	/* height: 90%; */
	z-index: 2;
	opacity: 0;
	transform: translateY(50%);
	animation: showText 0.5s 0.3s ease-in-out normal forwards;
	margin-top: 40px;
}

.container-text_paragraph > .content {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-width: 100%;
	padding: 15px 42px 28px;
	box-sizing: border-box;
	justify-content: space-between;
}

.container-text_paragraph > .content .business_logo.small {
	width: 60px;
	max-width: 60px;
	max-height: 60px;
	display: block;
	margin: 0 auto 10px;
	/* padding: 10px; */
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	border-radius: 15px;
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	.container-text_paragraph > .content {
		height: 80%;
	}
}

.container-text_paragraph p {
	text-align: center;
}

.show {
	display: flex;
}

/* CONFIRM PAGE */
.discount.registration #container {
	flex: 1 0 35%;
	height: 40%;
}

.discount.registration #container #container_image {
	position: relative;
	display: flex;
	max-width: 768px;
	align-items: center;
	justify-content: center;
	background: url(res/cloud.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom -25px center;
	background-clip: unset;
	background-blend-mode: multiply;
	overflow: visible;
	width: 135%;
	opacity: 0;
	animation: showImage 0.5s 0.8s ease-in-out forwards;
}

@media screen and (min-width: 768px) {
	.discount.registration #container_image {
		width: 100%;
	}
}

.discount.registration #container #container_image.first-step {
	animation: showImage 0.5s 0.8s ease-in-out forwards;
}

.discount.registration #container #container_image.second-step {
	animation: showImage 0.5s 0.8s ease-in-out forwards;
}

.discount.registration #container #container_image.first-step img.claim {
	width: 100%;
	animation: showClaim 0.5s 0.8s ease-in-out forwards,
		shakeClaim 1.5s 1.5s infinite alternate;
}

.discount.registration #container #container_image.first-step img.upset {
	width: 100%;
	opacity: 0;
	animation: showUpset 0.5s 0.8s ease-in-out forwards;
}

.discount.registration #container #container_image.second-step img {
	width: 100%;
	opacity: 0;
	animation: showPeople 0.5s 0.8s ease-in-out forwards,
		shakePeople 3s 1.5s infinite;
}

.discount.registration #container-text {
	flex: 1 0 65%;
}

.discount.registration .container-text_paragraph {
	justify-content: center;
}

.discount.registration .container-text_paragraph.first-step > .content .icon {
	text-align: center;
}

.discount.registration
	.container-text_paragraph.first-step
	> .content
	.icon
	img {
	width: 30px;
	height: auto;
	margin-bottom: 10px;
}

.discount.registration .container-text_paragraph.second-step > .content {
	padding: 15px 32px;
	overflow-y: scroll;
	justify-content: center;
}

.discount.registration button.button[type="submit"] {
	margin-bottom: 0;
}

.discount.registration .button.back {
	padding: 0;
}

.discount.confirm.show {
	opacity: 1;
	visibility: visible;
}

@keyframes walkConfirm {
	0% {
		opacity: 0;
		transform: translate(-100%, 10%);
	}
	20% {
		transform: translate(-80%, -5%);
	}
	40% {
		transform: translate(-60%, 10%);
	}
	60% {
		transform: translate(-40%, -5%);
	}
	80% {
		transform: translate(-20%, 10%);
	}
	90% {
		transform: translate(-10%, -5%);
	}
	100% {
		opacity: 1;
		transform: translate(0, 10%);
	}
}

@keyframes shakeConfirm {
	0% {
		transform: translateY(10%) rotate(0deg);
	}
	10% {
		transform: translateY(10%) rotate(-2deg);
	}
	15% {
		transform: translateY(10%) rotate(0deg);
	}
	30% {
		transform: translateY(10%) rotate(-4deg);
	}
	35% {
		transform: translateY(10%) rotate(0deg);
	}
	100% {
		transform: translateY(10%) rotate(0deg);
	}
}

.discount.confirm.show #image {
	animation: showImage 1.5s 1s ease-in-out forwards;
}

.discount.confirm.show .notify #image {
	animation: walkConfirm 1.5s 1s ease-in-out forwards,
		shakeConfirm 1.5s 2.5s infinite alternate;
}

.discount.confirm #container {
	flex: 0 1 120%;
	opacity: 0;
	animation: showCode 1.5s 0.5s normal forwards;
}

.discount.confirm #container.show-coupon {
	opacity: 0;
	flex: 1 0 40%;
	height: 40%;
	text-align: center;
	animation: showCouponCustomer 0.5s 0.8s ease-in-out forwards;
}

.discount.confirm #container-text {
	flex: 1 0 70%;
}

.discount.confirm #container.show-coupon .buttons {
	margin: 0;
}

.discount.confirm #container_image {
	width: 60%;
	height: 90%;
}

.discount.confirm.show #container-text {
	animation: showLayer 1s ease-in-out normal forwards;
}

.discount.confirm.show .container-text_paragraph {
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin: 40px 0 0; */
	animation: showText 0.5s 0.3s ease-in-out normal forwards;
}

.discount.confirm #container-qr {
	position: absolute;
	width: 90vw;
	max-width: 768px;
	z-index: 2;
}

.discount.confirm #container-qr_image {
	transition: all 0.5s ease-in-out;
}

.discount.confirm #container-qr_image .qr-advice {
	display: flex;
	flex-direction: column;
	color: white;
	height: auto;
	margin-top: 20px;
}

.discount.confirm #container-qr_image .qr-advice h3 {
	color: white;
	line-height: 1.2;
	margin: 15px 0 5px;
}

.discount.confirm #container-qr_image .qr-advice p,
.discount.confirm #container-qr_image .qr-advice span {
	font-size: 1.1rem;
}

.qr-advice.show {
	animation: showQrAdvice 0.5s ease-in-out normal forwards;
}

.qr-advice_top {
	padding-bottom: 20px;
}

.qr-advice_bottom {
	padding: 5px 0;
}

.discount.confirm #qr-image {
	width: 12rem;
}

@media screen and (max-width: 768px) {
	.discount.confirm #qr-image {
		border-radius: 22px;
	}

	.discount.confirm .container-qr_corners-bg {
		padding: 10px;
	}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	.discount.confirm #qr-image {
		width: 120px;
	}
}

.discount.confirm #image {
	opacity: 0;
}

@media screen and (orientation: landscape) {
	.discount.confirm #image {
		width: 60%;
	}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	.discount.confirm #image {
		width: 40%;
		max-width: unset;
	}
}

.discount.confirm #image.presentation.show {
	animation: showPresentationImage 0.5s 1s ease-in-out forwards !important;
}

.discount.confirm #image.removed {
	animation: hidePresentationImage 0.5s ease-in-out forwards !important;
}

.discount.confirm #image.share.show {
	animation: showShareImage 0.5s 1s ease-in-out forwards !important;
}

.discount.confirm .container-text_paragraph {
	/* display: flex; */
	position: absolute;
	height: 95%;
	inset: 0;
	justify-content: center;
	padding: 0;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.discount.confirm .container-text_paragraph {
		margin-top: 20px;
	}
}

.discount.confirm .container-text_paragraph .content-frame {
	overflow-y: auto;
}

.discount.confirm .container-text_paragraph .content {
	display: flex;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	height: auto;
}

.discount.confirm .container-text_paragraph .content img {
	max-width: 30px;
	margin-bottom: 10px;
}

.discount.confirm .container-text_paragraph hr {
	width: 100%;
	height: 1px;
	background-color: rgb(228, 228, 228);
	border: none;
	margin: 20px auto;
}

.discount.confirm .container-text_paragraph .coupon-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

.discount.confirm .container-text_paragraph .coupon-advice {
	margin-bottom: 10px;
}

.discount.confirm .container-text_paragraph .coupon-name {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.discount.confirm .container-text_paragraph .coupon-title {
	text-align: left;
	font-weight: bold;
	font-size: calc(23px + 1vw);
	margin: 10px 0;
}

.discount.confirm .container-text_paragraph .coupon-description {
	text-align: left;
}

.discount.confirm .container-text_paragraph .coupon-uses {
	display: flex;
	flex-direction: column;
	flex: 1 0 25%;
	height: 100% !important;
	min-height: 100% !important;
}

.discount.confirm .container-text_paragraph .coupon-uses-label {
	font-size: calc(9px + 0.2vw);
	font-weight: bold;
}

.discount.confirm .container-text_paragraph .coupon-uses-counter {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	flex: 1 0 100%;
	height: 100%;
	gap: 5px;
	margin: auto;
}

.discount.confirm .container-text_paragraph .coupon-uses-number {
	height: 100%;
	padding: 20px 10px;
	border: 1px solid rgb(228, 228, 228);
	min-width: 25%;
	font-size: calc(23px + 1vw);
	font-weight: bold;
	color: #746cff;
	line-height: 1;
	border-radius: 5px;
}

.discount.confirm .container-text_paragraph .coupon-advice strong {
	color: #746cff;
}

.discount.confirm .container-text_paragraph .coupon-points {
	position: relative;
	margin: 10px auto;
	width: 70%;
}

.discount.confirm .container-text_paragraph .coupon-points-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(60deg, #ae8cfc, #0b70ca, #6da8e2, #0d2450);
	background-size: 3000% 3000%;
	animation: gradientMovement 15s linear infinite alternate;
}

.discount.confirm .container-text_paragraph .coupon-points-content {
	position: relative;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	border-radius: 50px;
	background: rgb(197, 197, 197);
}

.discount.confirm .container-text_paragraph .coupon-points-counter,
.discount.confirm .container-text_paragraph .coupon-points-extimate {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 50px;
	overflow: hidden;
}

.discount.confirm .container-text_paragraph .coupon-points-counter {
	position: relative;
	flex: 0 1 40%;
}

.discount.confirm .container-text_paragraph .coupon-points-counter span {
	position: relative;
	z-index: 1;
}

.discount.confirm .container-text_paragraph .coupon-points-count span {
	color: white;
	font-size: 20px;
	font-weight: 700;
}

.discount.confirm .container-text_paragraph .coupon-points-extimate {
	flex: 0 1 60%;
}

.discount.confirm .container-text_paragraph .coupon-resume {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin: 10px 0;
	gap: 3px;
}

.discount.confirm .container-text_paragraph .coupon-resume-points {
	display: flex;
	flex-direction: column;
	flex: 1 0 30%;
	padding: 5px;
	background: #e6f1fa;
}

.discount.confirm .container-text_paragraph .coupon-resume-points span {
	font-size: calc(9px + 0.2vw);
}

.discount.confirm .container-text_paragraph .coupon-resume-divider {
	width: 1px;
	height: 16px;
	background: #0b70ca;
	margin: auto 0;
}

.discount.confirm .container-text_paragraph .coupon-countdown {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin: 10px auto;
	width: 100%;
}

.discount.confirm .container-text_paragraph .coupon-heading {
	font-size: 16px;
	margin: 5px 0;
}

.discount.confirm .container-text_paragraph .coupon-details {
	font-size: 14px;
}

.discount.confirm .container-text_paragraph.second-step.show {
	display: grid;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 40px auto;
}

.discount.confirm .container-text_paragraph.second-step.show .content-frame {
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	height: 100%;
	padding: 0 30px;
}

.discount.confirm .container-text_paragraph.second-step.show .content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.discount.confirm .buttons {
	width: 70%;
	margin: 0 auto 10px;
}

.discount.confirm a.button.social {
	margin: 5px auto;
}

.discount.confirm.registered-coupon #container_image {
	width: 85%;
	max-width: 768px;
	background-image: url("res/cloud.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom -25px center;
	background-clip: unset;
	background-blend-mode: multiply;
	overflow: visible;
	width: 150%;
	opacity: 0;
	animation: showImage 0.5s 0.8s ease-in-out forwards;
}

@media screen and (min-width: 768px) {
	.discount.confirm.registered-coupon #container_image {
		width: 125%;
	}
}

.discount.confirm.registered-coupon #container_image.success img {
	width: 75%;
	max-width: 768px;
	animation: showFlyingWoman 1.5s ease-in-out forwards,
		floatFlyingWoman 8s 1.5s linear infinite;
}

.discount.confirm.registered-coupon .content .message.margined {
	margin: 30px 0;
}

/* ADMIN PAGE */

.discount.admin {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
}

.discount.admin.show {
	opacity: 1;
	visibility: visible;
}

.discount.admin.show #image {
	animation: showImage 0.5s 0.8s ease-in-out forwards;
}

.discount.admin.show #container-text {
	animation: showLayer 1s ease-in-out normal forwards;
}

.discount.admin.show .container-text_paragraph {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0 0;
	animation: showText 0.5s 0.3s ease-in-out normal forwards;
}

.discount.admin.show .container-text_paragraph .content {
	width: 100%;
}

.container-text_paragraph .content .button.back {
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
	padding: 0;
	min-height: 0;
	font-size: 1rem;
}

/* CAMPAIGN */

.discount.campaign,
.discount.share,
.discount.scan,
.discount.history {
	display: none;
}

.discount.campaign.show,
.discount.share.show,
.discount.scan.show,
.discount.history.show {
	display: flex;
}

.discount.campaign.removed-mt,
.discount.share.removed-mt,
.discount.scan.removed-mt,
.discount.history.removed-mt {
	margin-top: 0;
	max-height: 100%;
}

.discount.campaign #container,
.discount.scan #container {
	flex: 0 1 100%;
	transition: all 0.5s ease-in-out;
	justify-content: center;
}

.discount.share #container-qr {
	flex: 1 0 50%;
	transition: all 0.5s ease-in-out;
	justify-content: center;
}

.discount.step {
	max-height: calc(100% - 60px);
	margin-top: auto;
}

.discount.step.campaign .business-name {
	font-size: 13px;
	font-weight: 600;
}

.discount.step.campaign .campaign-description {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.discount.step.campaign .campaign-description img {
	width: 7vw;
}

.discount.step.campaign .campaign-description p {
	margin-top: 3px;
	margin-bottom: 24px;
	margin-bottom: 3.6vh;
}

.discount.step.campaign #image:not([class]),
.discount.step.history #image:not([class]) {
	animation: showProfessionistLogo 0.5s 0.8s ease-in-out forwards;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	width: 50%;
}

.discount.step .container-text_paragraph span {
	display: block;
	text-align: center;
	font-size: 10px;
}

.discount.step .container-text_paragraph .content .button {
	margin: 0 auto;
}

.discount.step.campaign #image:not([class]),
.discount.step.history #image:not([class]) {
	width: 136px;
}

.discount.campaign .container-description,
.discount.history .container-description {
	display: flex;
	flex-direction: column;
	opacity: 0;
	transition: all 5s linear;
	color: white;
	margin: 20px 0;
	text-align: center;
}

.discount.campaign .container-description h2,
.discount.campaign .container-description p,
.discount.history .container-description .campaign-title {
	color: white;
	margin: 0;
	padding: 0 20px;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
}

.discount.campaign.show .container-description,
.discount.history.show .container-description {
	animation: showCode 1s 1s normal forwards;
}

.discount.step.campaign .campaign-features {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	margin-bottom: 2.8vh;
	gap: 3vw;
}

.discount.step.campaign .step-container {
	width: 88px;
	width: 24vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.discount.step.campaign .step-container .button {
	height: 88px;
	width: 88px;
	max-height: unset;
	margin: 0 0 6px;
	border-radius: 50%;
	padding: 0;
}

.discount.step.campaign .step-container .button .button-left-icon {
	justify-content: center;
}

.discount.step.campaign .step-container .button .button-left-icon .button-icon {
	background: none;
}

.discount.step.campaign
	.step-container
	.button
	.button-left-icon
	.button-icon
	svg
	path {
	fill: white;
}

.discount.campaign .content,
.discount.share .content,
.discount.scan .content,
.discount.history .content,
.coupon .content {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-width: 100%;
	padding: 15px 42px 0;
	box-sizing: border-box;
	justify-content: flex-start;
}

.discount.share .content,
.discount.scan .content {
	height: 90%;
	max-height: 250px;
}

.discount.campaign .content {
	padding-top: 3vh;
}

.discount.scan #container-qr {
	position: relative;
	flex: 1 0 50%;
	justify-content: center;
}

.discount.scan #container-text {
	flex: 1 0 125%;
	justify-content: space-around;
}

.discount.history #container {
	flex: 0 1 113%;
	justify-content: center;
}

.discount.history #image:not([class]) {
	width: 50%;
}

.discount.history #container-text {
	flex: 0 1 150%;
}

.discount.history .buttons {
	width: 75%;
	margin: 15px auto;
}

.discount.history .content {
	justify-content: flex-start;
}

.discount .print-paragraph {
	display: none;
}

/* COUPON HISTORY */

#connect-scan-history-header {
	margin-bottom: 11px;
}

.connect-scan-history-filters-wrapper {
	display: flex;
	justify-content: space-between;
}

.connect-scan-history-filters {
	display: flex;
	justify-content: space-between;
	gap: 6px;
	align-items: center;
	margin-bottom: 23px;
}

.connect-scan-history-filters-header {
	font-size: 13px;
}

.connect-scan-history-filter {
	font-size: 10px;
	text-transform: uppercase;
	border: 1px solid #e8e8e8;
	width: 62px;
	text-align: center;
	border-radius: 9px;
	cursor: pointer;
}

.connect-scan-history-filter.active {
	border-color: #0971ca;
}

#connect-scan-history-wrapper {
	max-height: 210px;
	overflow-y: scroll;
}

.connect-scan-history-element {
	border: 1px solid #0971ca;
	border-radius: 19px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	font-size: 12px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #525252;
}

.connect-scan-history-element:last-child {
	margin-bottom: 0;
}

.connect-scan-history-status {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-shrink: 0;
}

.connect-scan-history-status.valid {
	background-color: #4ca766;
}

.connect-scan-history-status.invalid {
	background-color: #ad2e25;
}

.connect-scan-history-id {
	min-width: 40px;
	margin-left: 7px;
	margin-right: 7px;
}

.connect-scan-history-name {
	font-weight: bold;
	flex-grow: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 7px;
	color: #707070;
}

.connect-scan-history-date {
	font-size: 10px;
	margin-right: 5px;
	flex-shrink: 0;
}

.connect-scan-history-link {
	transform: rotate(-90deg);
	flex-shrink: 0;
}

/* REGISTRATION */
.discount.registration-admin {
	display: none;
}

.discount.registration-admin.show {
	display: flex;
}

.discount.registration-admin #upper-section {
	margin: 30px 40px;
}

.discount.registration-admin #upper-section p {
	margin: 0;
	line-height: 1.2;
	color: #fff;
}

.discount.registration-admin #upper-section #container-client-info {
	display: grid;
	grid-template-columns: 35px auto;
	column-gap: 20px;
	align-items: center;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffffff;
}

.discount.registration-admin
	#upper-section
	#container-client-info
	#client-icon {
	text-align: center;
}

.discount.registration-admin
	#upper-section
	#container-client-info
	#client-icon
	img {
	margin-bottom: 9px;
	width: 23px;
}

.discount.registration-admin
	#upper-section
	#container-client-info
	#client-icon
	p {
	font-size: calc(9px + 0.2vw);
	text-transform: uppercase;
	font-weight: bold;
}

.discount.registration-admin #upper-section #container-campaign-info {
	display: grid;
	grid-template-columns: 35px auto 13px;
	align-items: center;
	margin-bottom: 20px;
}

.discount.registration-admin
	#upper-section
	#container-campaign-info
	#campaign-info-button {
	cursor: pointer;
}

.discount.registration-admin
	#upper-section
	#container-campaign-info
	#campaign-icon
	img {
	width: 26px;
}

.discount.registration-admin
	#upper-section
	#container-campaign-info
	#campaign-description {
	margin-left: 20px;
	margin-right: 5px;
}

.discount.registration-admin
	#upper-section
	#container-campaign-info
	#campaign-description
	p {
	font-size: 0.9rem;
	line-height: 1.1;
}

.discount.registration-admin
	#upper-section
	#container-coupon-info
	#container-coupon-info-points {
	display: grid;
	grid-template-columns: calc(33.333% - 5px) calc(66.666% - 5px);
	column-gap: 10px;
	margin-bottom: 10px;
}

.discount.registration-admin
	#upper-section
	#container-coupon-info
	#container-coupon-info-usage {
	display: grid;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	column-gap: 10px;
}

.coupon-info-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 6px;
}

.coupon-info-box p.coupon-info-box-heading {
	font-size: 0.68rem;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	line-height: 1.4;
}

.coupon-info-box p.coupon-info-box-value {
	font-size: 0.7rem;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.4;
}

.coupon-info-box.double {
	display: grid;
	grid-template-columns: 50% 50%;
	text-align: center;
}

.coupon-info-box.triple {
	display: grid;
	grid-template-columns: 33.33% 33.33% 33.33%;
	text-align: center;
	background-color: rgb(9 113 202 / 10%);
}

.coupon-info-box.double div:first-child {
	border-right: 1px solid #fff;
}

.coupon-info-box.triple div:not(:last-child) {
	border-right: 1px solid #fff;
}

.sidenav .coupon-info-box.double {
	background-color: #e8e8e8;
	border: 0;
}

.coupon.user .sidenav .coupon-info-box.double {
	background-color: #0970ca21;
	margin-top: 5px;
}

.coupon.user .sidenav .coupon-info-box.double .coupon-info-box-heading {
	margin-bottom: 0;
}

.sidenav .coupon-info-box.double div:first-child {
	border-right-color: #707070;
}

.discount.registration-admin #container-info-2 {
	width: 600px;
	margin: 20px auto 0;
	color: white;
	padding: 20px;
	max-width: 100%;
	box-sizing: border-box;
}

.discount.registration-admin #container-info-2 p {
	display: grid;
	grid-template-columns: 50% 50%;
	margin: 0;
}

.discount.registration-admin #container-info-2 p.campaign-paragraph {
	grid-template-columns: 100%;
}

.discount.registration-admin #container-info-2 p label {
	font-weight: 600;
}

.discount.registration-admin #container-info {
	display: grid;
	display: none;
	flex: 1 0 33.33%;
	padding: 20px;
	grid-template-columns: 0.7fr 1.3fr;
	grid-template-rows: auto auto;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
		"points anagraphic"
		"points details";
	max-width: 768px;
	margin: 20px auto 0;
}

.discount.registration-admin #container-info .points {
	grid-area: points;
}

.discount.registration-admin #container-info .points .points-container {
	background: white;
	padding: 5px 0px;
	margin: 10px auto;
	text-align: center;
	border-radius: 10px;
	max-width: 75%;
	font-size: 1rem;
}

.discount.registration-admin #container-info .anagraphic {
	grid-area: anagraphic;
	font-size: 14px;
	align-items: flex-end;
	align-self: flex-end;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	color: white;
}

.discount.registration-admin #container-info .qr {
	grid-area: qr;
	align-items: center;
	align-self: flex-end;
}

.discount.registration-admin #container-info .qr #qr-image {
	width: 75%;
	border-radius: 15px !important;
}

.discount.registration-admin #container-info .details {
	grid-area: details;
	font-size: 14px;
	color: white;
}

.discount.registration-admin #container-info p {
	margin: 0;
}

.discount.discount.registration-admin .accordion-item {
	background-color: rgba(230, 230, 230, 0.5);
}

.discount.discount.registration-admin .container-text_paragraph > .content {
	height: auto;
}

.discount.discount.registration-admin
	.container-text_paragraph
	> .content
	> div {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.accordion-left,
.accordion-right {
	display: flex;
	align-items: center;
	gap: 7px;
}

.discount.coupon {
	overflow: visible !important;
}

.bonus-hidden {
	display: none;
}

/* COUNTER */

#counter-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#counter-content > * {
	margin: 0;
}

/* CORIANDOLI */

#corianders-container {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 20;
}

.coriander {
	position: absolute;
	bottom: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f00; /* Colore rosso, puoi variare i colori */
	opacity: 0.7;
}

.coriander.fade-out {
	animation: fadeOutCoriander 2s ease-out forwards;
}

/* CAROUSEL */

.swiper {
	position: unset !important;
	width: 100%;
	height: auto;
}

.swiper-slide {
	display: grid;
	place-items: center;
	overflow-y: auto;
	margin: auto;
	height: 100%;
}

.swiper-slide .slide-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	gap: 1rem;
}

.swiper-slide .slide-content .slide-images {
	position: relative;
	margin: 0;
	width: 100%;
	max-height: 50%;
	text-align: center;
}

.swiper-slide .slide-content .slide-image {
	margin-bottom: 2.3rem;
	height: 100%;
	transition: all 1s;
}

.swiper-slide .slide-content .slide-image img {
	width: 268px;
	height: 293px;
}

.swiper-slide .slide-content .slide-image.alternative {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	transition: all 1s;
	background-color: #fff;
}

/* .swiper-slide-active .slide-content .slide-image.alternative {
  animation: tutorialFadeIn 2s ease-in-out 0.5s infinite alternate;
}
*/

.swiper-slide .slide-content .slide-image-text {
	font-size: 0.9rem;
	color: rgb(116 108 255 / 50%);
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	padding-top: 1.2rem;
}

.swiper-slide .slide-content .slide-text p {
	text-align: center;
	margin: 5px 5rem;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	display: none;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
	font-size: 30px;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 40px;
}

.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	border: 1px solid #746cff;
	background-color: #ffffff;
	opacity: 1;
	box-sizing: border-box;
}

.swiper-pagination-bullet-active {
	background-color: #746cff;
}

/* SCROLLBAR */

::-webkit-scrollbar {
	width: 0;
	height: 0;
	margin-left: 10px;
}

::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-radius: 3px;
	margin-left: 10px;
}

::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 3px;
	margin-left: 10px;
}

::-webkit-scrollbar-button {
	display: none;
}

.popup_main::-webkit-scrollbar,
.sidenav.right .sidenav_main::-webkit-scrollbar {
	width: 6px;
	height: 12px;
	margin-left: 10px;
}

.popup_main::-webkit-scrollbar-thumb,
.sidenav.right .sidenav_main::-webkit-scrollbar-thumb {
	background-color: grey;
	border-radius: 3px;
	margin-left: 10px;
}

.popup_main::-webkit-scrollbar-track,
.sidenav.right .sidenav_main::-webkit-scrollbar-track {
	background: lightgray;
	border-radius: 3px;
	margin-left: 10px;
}

/* TOPBAR */
.topbar {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topbar-message {
	color: white;
	font-size: 13px;
}
.topbar-bg-green {
	background-color: #4ca766;
}
.topbar-bg-yellow {
	background-color: #ceba06;
}
.topbar-bg-orange {
	background-color: #e25016;
}
.topbar-bg-red {
	background-color: #ad2e25;
}
.topbar-bg-default {
	background-color: grey;
}

/* PAGE */
.page {
	width: 100%;
	display: none;
}

.page.loaded {
	display: flex;
	flex-direction: column;
}

.page #popup {
	width: 100%;
}

.page #popup.popup_campaign {
	z-index: 30;
}

.page #popup.popup_campaign .connect-logo,
.page #popup.popup_campaign .sidenav_btn {
	transition: 0.5s all;
}

.sidenav.open + #popup.popup_campaign {
	z-index: 30;
	pointer-events: none;
}

.sidenav.open + .sidenav + #popup.popup_campaign {
	z-index: 30;
	pointer-events: none;
}

.sidenav.open + #popup.popup_campaign .connect-logo,
.sidenav.open + .sidenav + #popup.popup_campaign .connect-logo {
	opacity: 0;
}

.sidenav.open + #popup.popup_campaign .sidenav_btn[data-target="panel-admin"],
.sidenav.open
	+ .sidenav
	+ #popup.popup_campaign
	.sidenav_btn[data-target="panel-info"] {
	background-color: transparent;
	border-color: transparent;
}

.page #popup.popup_coupon {
	position: relative;
	top: 15px;
}

.page #popup.sidenav-registration {
	flex-direction: row-reverse;
}

.page .sidenav_btn-info {
	margin-left: 10px;
}

.page .sidenav_btn-admin {
	margin-right: 10px;
}

.page.campaign .sidenav .sidenav_content {
	height: auto;
}

/* SCROLL INDICATOR */
.scroll-indicator {
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1)
	);
	transition: all 0.1s ease-in;
	pointer-events: none;
}

/* COUNTDOWN */
#countdown {
	display: flex;
	align-items: center;
	flex-direction: row;
	background: white;
	color: #ff6c6c;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	border-radius: 5px;
	width: 100%;
	max-width: fit-content;
	padding: 0 15px;
}

#countdown p {
	margin: 5px 0;
	font-style: normal;
	font-weight: bold;
}

/* SCAN QR CODE */
#qr-reader {
	display: flex;
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 0;
	visibility: hidden;
}

#qr-reader.open {
	visibility: visible;
	height: 220px;
}

#qr-placeholder {
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px dashed #cccccc; /* Bordo tratteggiato */
	text-align: center;
	color: #333333;
}

#qr-reader video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#loading-spinner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 250px;
	margin: 25px;
	display: none;
	justify-content: center;
	align-items: center;
}

.spinner {
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-top: 4px solid #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
}

.switch-camera {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: white;
}

.switch-camera svg path {
	fill: #746cff;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes tutorialFadeIn {
	0%,
	30% {
		opacity: 0;
	}
	70%,
	100% {
		opacity: 1;
	}
}

@media print {
	.page,
	.gradient-background {
		display: none !important;
	}

	.print-only {
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.print-only > div {
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}

	.background-image {
		top: 330px;
		left: 0;
		right: 0;
	}

	.background-image img {
		width: 100%;
	}

	.business-logo {
		top: 45px;
	}

	.business-logo img {
		width: 121px;
		width: 90px;
		border: 1px solid #e8e8e8;
		border-radius: 15px;
		padding: 15px;
		padding: 7px;
	}

	.promo-showcase-text {
		top: 180px;
		color: #746cff;
		font-size: 26px;
		line-height: 29px;
		font-weight: 700;
		padding: 0 80px;
	}

	.promo-code-text {
		top: 1034px;
		top: 640px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 50px;
		padding: 0 80px;
	}

	.promo-text {
		color: #ffffff;
		font-size: 20px;
		line-height: 22px;
		font-weight: 600;
		text-align: left;
	}

	.promo-code {
		top: 1173px;
		top: 750px;
	}

	.promo-code img {
		width: 225px;
		width: 160px;
		border-radius: 11px;
	}

	.footer-text {
		top: 1570px;
		top: 890px;
		color: RGBA(174, 140, 252, 0.45);
		font-size: 58px;
		line-height: 1;
		font-weight: 900;
		text-transform: uppercase;
	}
}

* {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

.rotate {
	animation: rotate 1.5s linear infinite;
}

/* Stile per il contenitore del tooltip */
.tooltip-container {
	position: absolute;
	right: -20px;
	bottom: 0;
}

.tooltip {
	position: relative;
	display: inline-block;
}

/* Stile per il testo del tooltip */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 210px;
	background-color: #e6f1fa;
	color: #707070;
	text-align: center;
	border-radius: 6px;
	padding: 5px 5px;
	position: absolute;
	z-index: 1;
	bottom: -30px;
	left: -116px;
	/* margin-left: -60px; */
	opacity: 0;
	transition: opacity 0.3s;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.tooltip .tooltiptext::after {
	content: "";
	width: 10px;
	height: 6px;
	background: #e6f1fa;
	position: absolute;
	top: -6px;
	left: calc(50% - -7px);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

/* Cambia visibilità al passaggio del mouse */
.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext {
	visibility: visible;
	opacity: 1;
}
