:root
{
	--MinTouchTarget: 44px;
	--QrGap: 0.625rem;
}

.hidden
{
	display: none !important;
}

input, button, select
{
	min-height: var(--MinTouchTarget);
	min-width: var(--MinTouchTarget);
}

*, ::after, ::before
{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:;
	--tw-pan-y:;
	--tw-pinch-zoom:;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:;
	--tw-gradient-via-position:;
	--tw-gradient-to-position:;
	--tw-ordinal:;
	--tw-slashed-zero:;
	--tw-numeric-figure:;
	--tw-numeric-spacing:;
	--tw-numeric-fraction:;
	--tw-ring-inset:;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59,130,246,.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:;
	--tw-brightness:;
	--tw-contrast:;
	--tw-grayscale:;
	--tw-hue-rotate:;
	--tw-invert:;
	--tw-saturate:;
	--tw-sepia:;
	--tw-drop-shadow:;
	--tw-backdrop-blur:;
	--tw-backdrop-brightness:;
	--tw-backdrop-contrast:;
	--tw-backdrop-grayscale:;
	--tw-backdrop-hue-rotate:;
	--tw-backdrop-invert:;
	--tw-backdrop-opacity:;
	--tw-backdrop-saturate:;
	--tw-backdrop-sepia:;
	--tw-contain-size:;
	--tw-contain-layout:;
	--tw-contain-paint:;
	--tw-contain-style:;
}

::backdrop
{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:;
	--tw-pan-y:;
	--tw-pinch-zoom:;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:;
	--tw-gradient-via-position:;
	--tw-gradient-to-position:;
	--tw-ordinal:;
	--tw-slashed-zero:;
	--tw-numeric-figure:;
	--tw-numeric-spacing:;
	--tw-numeric-fraction:;
	--tw-ring-inset:;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59,130,246,.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:;
	--tw-brightness:;
	--tw-contrast:;
	--tw-grayscale:;
	--tw-hue-rotate:;
	--tw-invert:;
	--tw-saturate:;
	--tw-sepia:;
	--tw-drop-shadow:;
	--tw-backdrop-blur:;
	--tw-backdrop-brightness:;
	--tw-backdrop-contrast:;
	--tw-backdrop-grayscale:;
	--tw-backdrop-hue-rotate:;
	--tw-backdrop-invert:;
	--tw-backdrop-opacity:;
	--tw-backdrop-saturate:;
	--tw-backdrop-sepia:;
	--tw-contain-size:;
	--tw-contain-layout:;
	--tw-contain-paint:;
	--tw-contain-style:;
}

*, ::after, ::before
{
	border: 0px solid rgb(229, 231, 235);
	box-sizing: border-box;
}

::after, ::before
{
	--tw-content: "";
}

:host, html
{
	line-height: 1.5;
	text-size-adjust: 100%;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	tab-size: 4;
	-webkit-tap-highlight-color: transparent;
}

body
{
	line-height: inherit;
	margin: 0px;
}

abbr:where([title])
{
	text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6
{
	font-size: inherit;
	font-weight: inherit;
}

button, input, optgroup, select, textarea
{
	color: inherit;
	font-family: inherit;
	font-feature-settings: inherit;
	font-size: 100%;
	font-variation-settings: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0px;
	padding: 0px;
}

button, select
{
	text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"])
{
	appearance: button;
	background-color: transparent;
	background-image: none;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button
{
	height: auto;
}

::-webkit-search-decoration
{
	appearance: none;
}

::-webkit-file-upload-button
{
	appearance: button;
	font: inherit;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre
{
	margin: 0px;
}

input::placeholder, textarea::placeholder
{
	color: rgb(156, 163, 175);
	opacity: 1;
}

[role="button"], button
{
	cursor: pointer;
}

:disabled
{
	cursor: default;
}

audio, canvas, embed, iframe, img, object, svg, video
{
	display: block;
	vertical-align: middle;
}

[hidden]:where(:not([hidden="until-found"]))
{
	display: none;
}

.container
{
	width: 100%;
}

@media (min-width: 640px)
{
	.container
	{
		max-width: 640px;
	}
}

@media (min-width: 768px)
{
	.container
	{
		max-width: 768px;
	}
}

@media (min-width: 1024px)
{
	.container
	{
		max-width: 1024px;
	}
}

@media (min-width: 1280px)
{
	.container
	{
		max-width: 1280px;
	}
}

@media (min-width: 1536px)
{
	.container
	{
		max-width: 1536px;
	}
}

.relative
{
	position: relative;
}

.mx-auto
{
	margin-left: auto;
	margin-right: auto;
}

.mb-1
{
	margin-bottom: 0.25rem;
}

.mb-2
{
	margin-bottom: 0.5rem;
}

.mb-3
{
	margin-bottom: 0.75rem;
}

.mb-4
{
	margin-bottom: 1rem;
}

.mb-6
{
	margin-bottom: 1.5rem;
}

.mb-8
{
	margin-bottom: 2rem;
}

.mt-1
{
	margin-top: 0.25rem;
}

.mt-2
{
	margin-top: 0.5rem;
}

.mt-4
{
	margin-top: 1rem;
}

.mt-6
{
	margin-top: 1.5rem;
}

.flex
{
	display: flex;
}

.grid
{
	display: grid;
}

.h-2
{
	height: 0.5rem;
}

.h-full
{
	height: 100%;
}

.min-h-\[1\.5rem\]
{
	min-height: 1.5rem;
}

.min-h-screen
{
	min-height: 100vh;
}

.w-full
{
	width: 100%;
}

.min-w-0
{
	min-width: 0px;
}

.max-w-4xl
{
	max-width: 56rem;
}

.max-w-full
{
	max-width: 100%;
}

.shrink-0
{
	flex-shrink: 0;
}

.flex-grow
{
	flex-grow: 1;
}

.grid-cols-1
{
	grid-template-columns: repeat(1, minmax(0px, 1fr));
}

.flex-col
{
	flex-direction: column;
}

.flex-wrap
{
	flex-wrap: wrap;
}

.items-center
{
	align-items: center;
}

.items-stretch
{
	align-items: stretch;
}

.justify-between
{
	justify-content: space-between;
}

.gap-3
{
	gap: 0.75rem;
}

.gap-4
{
	gap: 1rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden])
{
	--tw-space-y-reverse: 0;
	margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
	margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden])
{
	--tw-space-y-reverse: 0;
	margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
	margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
}

.rounded
{
	border-radius: 0.25rem;
}

.rounded-full
{
	border-radius: 9999px;
}

.rounded-lg
{
	border-radius: 0.5rem;
}

.rounded-md
{
	border-radius: 0.375rem;
}

.rounded-r-md
{
	border-bottom-right-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}

.border
{
	border-width: 1px;
}

.border-b
{
	border-bottom-width: 1px;
}

.border-l-4
{
	border-left-width: 4px;
}

.border-emerald-500
{
	--tw-border-opacity: 1;
	border-color: rgb(16 185 129/var(--tw-border-opacity,1));
}

.border-gray-200
{
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235/var(--tw-border-opacity,1));
}

.border-gray-300
{
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219/var(--tw-border-opacity,1));
}

.border-indigo-100
{
	--tw-border-opacity: 1;
	border-color: rgb(224 231 255/var(--tw-border-opacity,1));
}

.border-indigo-200
{
	--tw-border-opacity: 1;
	border-color: rgb(199 210 254/var(--tw-border-opacity,1));
}

.border-orange-500
{
	--tw-border-opacity: 1;
	border-color: rgb(249 115 22/var(--tw-border-opacity,1));
}

.bg-blue-100
{
	--tw-bg-opacity: 1;
	background-color: rgb(219 234 254/var(--tw-bg-opacity,1));
}

.bg-gray-100
{
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246/var(--tw-bg-opacity,1));
}

.bg-gray-50
{
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251/var(--tw-bg-opacity,1));
}

.bg-green-50
{
	--tw-bg-opacity: 1;
	background-color: rgb(240 253 244/var(--tw-bg-opacity,1));
}

.bg-indigo-50
{
	--tw-bg-opacity: 1;
	background-color: rgb(238 242 255/var(--tw-bg-opacity,1));
}

.bg-indigo-600
{
	--tw-bg-opacity: 1;
	background-color: rgb(79 70 229/var(--tw-bg-opacity,1));
}

.bg-orange-100
{
	--tw-bg-opacity: 1;
	background-color: rgb(255 237 213/var(--tw-bg-opacity,1));
}

.bg-orange-50
{
	--tw-bg-opacity: 1;
	background-color: rgb(255 247 237/var(--tw-bg-opacity,1));
}

.bg-slate-200
{
	--tw-bg-opacity: 1;
	background-color: rgb(226 232 240/var(--tw-bg-opacity,1));
}

.bg-white
{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255/var(--tw-bg-opacity,1));
}

.bg-yellow-100
{
	--tw-bg-opacity: 1;
	background-color: rgb(254 249 195/var(--tw-bg-opacity,1));
}

.p-3
{
	padding: 0.75rem;
}

.p-4
{
	padding: 1rem;
}

.p-5
{
	padding: 1.25rem;
}

.p-6
{
	padding: 1.5rem;
}

.px-2
{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.px-4
{
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-1
{
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}

.py-3
{
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.py-8
{
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.pb-2
{
	padding-bottom: 0.5rem;
}

.pl-3
{
	padding-left: 0.75rem;
}

.text-center
{
	text-align: center;
}

.text-right
{
	text-align: right;
}

.font-sans
{
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl
{
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl
{
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-base
{
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-lg
{
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-sm
{
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-xl
{
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-xs
{
	font-size: 0.75rem;
	line-height: 1rem;
}

.font-bold
{
	font-weight: 700;
}

.font-medium
{
	font-weight: 500;
}

.font-semibold
{
	font-weight: 600;
}

.uppercase
{
	text-transform: uppercase;
}

.leading-normal
{
	line-height: 1.5;
}

.leading-relaxed
{
	line-height: 1.625;
}

.leading-snug
{
	line-height: 1.375;
}

.tracking-normal
{
	letter-spacing: 0px;
}

.tracking-wide
{
	letter-spacing: 0.025em;
}

.text-blue-800
{
	--tw-text-opacity: 1;
	color: rgb(30 64 175/var(--tw-text-opacity,1));
}

.text-emerald-800
{
	--tw-text-opacity: 1;
	color: rgb(6 95 70/var(--tw-text-opacity,1));
}

.text-gray-500
{
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity,1));
}

.text-gray-600
{
	--tw-text-opacity: 1;
	color: rgb(75 85 99/var(--tw-text-opacity,1));
}

.text-gray-700
{
	--tw-text-opacity: 1;
	color: rgb(55 65 81/var(--tw-text-opacity,1));
}

.text-gray-800
{
	--tw-text-opacity: 1;
	color: rgb(31 41 55/var(--tw-text-opacity,1));
}

.text-gray-900
{
	--tw-text-opacity: 1;
	color: rgb(17 24 39/var(--tw-text-opacity,1));
}

.text-indigo-600
{
	--tw-text-opacity: 1;
	color: rgb(79 70 229/var(--tw-text-opacity,1));
}

.text-indigo-700
{
	--tw-text-opacity: 1;
	color: rgb(67 56 202/var(--tw-text-opacity,1));
}

.text-indigo-800
{
	--tw-text-opacity: 1;
	color: rgb(55 48 163/var(--tw-text-opacity,1));
}

.text-indigo-900
{
	--tw-text-opacity: 1;
	color: rgb(49 46 129/var(--tw-text-opacity,1));
}

.text-orange-800
{
	--tw-text-opacity: 1;
	color: rgb(154 52 18/var(--tw-text-opacity,1));
}

.text-slate-800
{
	--tw-text-opacity: 1;
	color: rgb(30 41 59/var(--tw-text-opacity,1));
}

.text-white
{
	--tw-text-opacity: 1;
	color: rgb(255 255 255/var(--tw-text-opacity,1));
}

.text-yellow-800
{
	--tw-text-opacity: 1;
	color: rgb(133 77 14/var(--tw-text-opacity,1));
}

.shadow-lg
{
	--tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-md
{
	--tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
}

.shadow-md, .shadow-sm
{
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-sm
{
	--tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}

.transition
{
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300
{
	transition-duration: 0.3s;
}

.hover\:bg-indigo-700:hover
{
	--tw-bg-opacity: 1;
	background-color: rgb(67 56 202/var(--tw-bg-opacity,1));
}

.focus\:outline-none:focus
{
	outline: transparent solid 2px;
	outline-offset: 2px;
}

.focus\:ring-2:focus
{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
}

.focus\:ring-indigo-500:focus
{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(99 102 241/var(--tw-ring-opacity,1));
}

.disabled\:cursor-not-allowed:disabled
{
	cursor: not-allowed;
}

.disabled\:opacity-50:disabled
{
	opacity: 0.5;
}

@media (min-width: 640px)
{
	.sm\:w-auto
	{
		width: auto;
	}

	.sm\:min-w-\[12rem\]
	{
		min-width: 12rem;
	}

	.sm\:max-w-sm
	{
		max-width: 24rem;
	}

	.sm\:flex-1
	{
		flex: 1 1 0%;
	}

	.sm\:flex-row
	{
		flex-direction: row;
	}

	.sm\:items-end
	{
		align-items: flex-end;
	}

	.sm\:justify-between
	{
		justify-content: space-between;
	}

	.sm\:gap-6
	{
		gap: 1.5rem;
	}

	.sm\:text-right
	{
		text-align: right;
	}
}

@media (min-width: 768px)
{
	.md\:grid-cols-2
	{
		grid-template-columns: repeat(2, minmax(0px, 1fr));
	}
}

#TitoloPrincipale + .sottotitolo-header
{
	text-align: center;
	font-size: clamp(0.8rem, 2.5vw, 0.95rem);
	opacity: 0.92;
	margin-top: 0.25rem;
	font-weight: 400;
	line-height: 1.35;
}

/* Form */
.form-qr-compatta
{
	display: flex;
	flex-direction: column;
	gap: var(--QrGap);
}

.riga-tipo-lingua
{
	display: grid;
	grid-template-columns: 1fr minmax(6.75rem, 8.75rem);
	gap: 0.375rem 0.625rem;
	align-items: end;
}

.campo-compatto
{
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.campo-compatto label,
#FormQr .flex.flex-col > label
{
	font-size: 0.8125rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
	color: rgb(55, 65, 81);
}

.campo-compatto select,
.campo-compatto input,
.campo-compatto textarea,
#FormQr .flex.flex-col input,
#FormQr .flex.flex-col select,
#FormQr .flex.flex-col textarea
{
	width: 100%;
	padding: 0.5rem 0.625rem;
	font-size: 1rem;
	border: 2px solid rgb(209, 213, 219);
	border-radius: 0.375rem;
	min-height: var(--MinTouchTarget);
	box-sizing: border-box;
}

#FormQr .flex.flex-col input:focus,
#FormQr .flex.flex-col select:focus,
#FormQr .flex.flex-col textarea:focus,
.campo-compatto input:focus,
.campo-compatto select:focus,
.campo-compatto textarea:focus
{
	outline: 2px solid rgb(99, 102, 241);
	outline-offset: 2px;
	border-color: rgb(99, 102, 241);
}

#FormQr textarea,
#FormQr .flex.flex-col textarea
{
	min-height: 4.5rem;
	resize: vertical;
}

#FormQr #InputDescrizioneEvento,
#FormQr #InputNoteContatto
{
	min-height: 3.25rem;
}

#BottoneGenera
{
	width: 100%;
	min-height: var(--MinTouchTarget);
	padding: 0.625rem 1rem;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	background-color: rgb(79, 70, 229);
	border: none;
	border-radius: 0.375rem;
	cursor: pointer;
	margin-top: 0.25rem;
}

#BottoneGenera:hover
{
	background-color: rgb(67, 56, 202);
}

#ContenitoreQr
{
	width: 100%;
	max-width: min(100%, 28rem);
	min-height: clamp(12rem, 52vw, 22rem);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	background: #ffffff;
	border-radius: 0.375rem;
	border: 1px dashed rgb(199, 210, 254);
}

#ContenitoreQr svg,
#ContenitoreQr img
{
	max-width: 100%;
	height: auto;
}

.messaggio-errore,
.messaggio-avviso
{
	padding: 0.5rem 0.625rem;
	border-radius: 0.375rem;
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
	line-height: 1.4;
}

.messaggio-errore
{
	color: #b91c1c;
	background: #fee2e2;
}

.messaggio-avviso
{
	color: #92400e;
	background: #fef3c7;
}

.messaggio-errore[hidden],
.messaggio-avviso[hidden],
.info-tecnica[hidden]
{
	display: none;
}

.info-tecnica
{
	font-size: 0.8125rem;
	color: rgb(146, 64, 14);
	background: rgb(254, 243, 199);
	padding: 0.5rem 0.625rem;
	border-radius: 0.375rem;
	text-align: center;
	margin-top: 0.5rem;
	line-height: 1.35;
}

.pannello-tipo
{
	display: flex;
	flex-direction: column;
	gap: var(--QrGap);
}

.etichetta-gruppo-qr
{
	margin: 0.25rem 0 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #4f46e5;
}

.griglia-due-colonne
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--QrGap);
}

.checkbox-riga
{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-height: var(--MinTouchTarget);
}

.checkbox-riga label
{
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0;
}

.checkbox-riga input[type="checkbox"]
{
	width: 1.125rem;
	height: 1.125rem;
	min-width: 1.125rem;
	min-height: 1.125rem;
	flex-shrink: 0;
}

.azioni-qr
{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 0.625rem;
}

.azioni-qr button
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	min-width: min(100%, 8rem);
	min-height: var(--MinTouchTarget);
	padding: 0.5rem 0.75rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #ffffff;
	background-color: rgb(79, 70, 229);
	border: none;
	border-radius: 0.375rem;
	cursor: pointer;
}

.azioni-qr button.secondario
{
	background-color: rgb(72, 101, 129);
}

.azioni-qr button:disabled
{
	background-color: rgb(159, 179, 200);
	cursor: not-allowed;
}

.azioni-qr button:hover:not(:disabled)
{
	background-color: rgb(67, 56, 202);
}

.azioni-qr button.secondario:hover:not(:disabled)
{
	background-color: rgb(51, 78, 104);
}

@media (max-width: 380px)
{
	.riga-tipo-lingua
	{
		grid-template-columns: 1fr;
	}

	.campo-lingua
	{
		max-width: 100%;
	}

	.griglia-due-colonne
	{
		grid-template-columns: 1fr;
	}

	.azioni-qr button
	{
		min-width: 100%;
	}
}

@media (min-width: 640px)
{
	#ContenitoreQr
	{
		min-height: clamp(14rem, 40vw, 24rem);
		max-width: 32rem;
	}

	#FormQr textarea
	{
		min-height: 5.5rem;
	}
}

/*
 * Integrazione layout sito (da Oroscopo.css): il preflight imposta img { display:block }
 * su tutte le img; si ripristina il logo nell’header come sulle altre pagine.
 */
.ClsDivHeader .ClsTopLogo
{
	top: 1px;
	position: relative;
	font-weight: bold;
	color: #e08000;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
}

.ClsDivHeader .ClsTopLogo img
{
	display: inline !important;
	vertical-align: baseline;
	width: 51px;
	height: 48px;
	max-width: none;
	max-height: none;
	box-sizing: content-box;
}

.ClsDivHeader .ClsSpanLogo
{
	position: relative;
	margin-left: 5px;
	top: -18px;
	color: rgb(24, 60, 94);
	width: auto;
	height: auto;
}

#DivContenuti > div > .bg-indigo-600
{
	width: 100%;
	box-sizing: border-box;
}

#DivContenuti > div > .bg-indigo-600 #TitoloPrincipale
{
	text-align: center;
	width: 100%;
	max-width: 100%;
}
