/*Version 1.0 - 13/06/2023*/
/* https://www.toptal.com/developers/cssminifier */
/* webfont */
/* https://gwfh.mranftl.com/fonts */
/* roboto-slab-regular - latin */
/* lato-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/adminsite/fonts/lato-v24-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*eliminazione branding tinymce*/
.tox-promotion, .tox-statusbar__branding {
	display: none !important;
}
/*main*/

.nomobile {
	display: none !important;
}
.nascosto {
	display: none !important;
}
.scrollhoriz {
	overflow-x: scroll !important;
	/*max-width: 1000000em !important;*/
}
.displayflex {
	display: flex;
}
.addpaddingbottom {
	padding-bottom: 2em !important;
}
.tolowercase {
	text-transform: lowercase !important;
}
.alertinput {
	border: 0.01em solid !important;
	background-color: rgba(255, 205, 205, 1.0) !important;
}
.intl-tel-input {
	width: 100% !important;
}
#phone {
	padding-left: 6em !important;
}
.iti-arrow {
	display: none;
}
.rounded {
	border-radius: 50%;
}

* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,1);
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	color: #212529;
	scroll-behavior: smooth;
	font-size: 16px;
}
body {
	background-color: #F4F6F9;
	line-height: 1.5;
	position: relative;
}
a:link, a:visited {
	text-decoration:none;
	color: rgba(171,41,41,1);
}
a:hover {
	color: rgba(133,133,147,1);
}

strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	line-height: 1.2em;
}
h1 {
	font-size:1.5em;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}

.btn {
	background-color: rgba(131,187,86,1);
	color: rgba(255,255,255,1);
	/*background-color: rgba(212,175,55,1);
	color: rgba(255,255,255,1);*/
	margin: 1em auto;
	padding: 0.5em 1em;
	word-wrap: break-word;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.5em;
	/*border-color: #b9ed8f;
	/*border-color: rgba(197,179,88,1);*/
	/*  color: #212529;*/
	border: none;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a.btn::before {
	 width: 0;
	 height: 0;
}
a.btn-default:link, a.btn-default:visited {
	color: rgba(255,255,255,1);
}
.btn-orange {
	background-color: rgba(255,128,0,1);
}
.btn-default:hover {
	background-color: rgba(86,179,187,1);
}
.btn-green {
	background-color: rgba(131, 187, 86, 1);
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    border-radius: 0.4em;
}
.btn-green:hover {
	background-color: rgba(255,128,0,1);
}

    


.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
.text-uppercase {
	text-transform: uppercase;
}
.boxedcontainer {
	max-width: 1320px;
	margin: auto;
}
.haspadding div {
	padding: 0 1.5em;
}

input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-bottom:  0.5em;
	padding: 0.5em 1em;
	border: 0.01em solid #d9d9d9;
}

.rounded-circle {
    border-radius: 50% !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.imgbackground {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*SCROLLBAR*/
/* width */
::-webkit-scrollbar {
	width: 0.001em;
}
/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
	background: rgba(0,0,0,0);
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
	background: rgba(0,0,0,0);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
	background: rgba(0,0,0,0);
}


/*PAGINA LOGIN*/
.login-box {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-box form {
	max-width: 500px;
	width: 80%;
}
.login-box input {
	width: 100%;
}
.login-box h1 {
	text-align: center;
	font-weight: 900;
	color: #484848;
	margin: 0.5em;
}
.login-box h1 span {
	font-weight: 300;
}
input:focus, textarea:focus { 
	box-shadow: 0 0 0.8em rgba(86,179,187,1);
	border-color: rgba(86,179,187,1);
	outline: none; 
} 
input.error, textarea.error  {
	box-shadow: 0 0 0.8em rgba(180,0,0,1);
	border-color: rgba(180,0,0,1);
	outline: none; 
}
input.warning, textarea.warning {
	box-shadow: 0 0 0.8em rgba(255,131,0,1);
	border-color: rgba(255,131,0,1);
	outline: none; 
}
input.ok, textarea.ok {
	box-shadow: 0 0 0.8em rgba(131, 187, 86, 1);
	border-color: rgba(131, 187, 86, 1);
	outline: none; 
}
input.success, textarea.success {
	box-shadow: 0 0 0.8em rgba(131, 187, 86, 1);
	border-color: rgba(131, 187, 86, 1);
	outline: none; 
}


thead tr td.asc::after {
    content: ' ▲';
}
thead tr td.desc::after {
    content: ' ▼';
}

/*PAGINE ADMIN*/
.wrapper {
	width: 100%;
}


.navbar {
	position: fixed;
	top: 0;
	height: 100vh;
	background: rgba(54, 54, 54, 1.0);
	width: 16em;
	z-index: 100;
	color: rgba(255, 255, 255, 1.0);
	box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
	overflow-x: hidden;
	width: 100%;
	display:none;

	background-image: linear-gradient(-230deg, #444d65, #171e28, #171e28, #171e28, #444d65);
    background-position: center;
}
.navbar a:link, .navbar a:visited {
	color: rgba(255,255,255,1);
}
.navbar a:hover {
	color: rgba(171,171,171,1);
}
.logobox {
	height: 4em;
	background: rgba(25, 25, 25, 1.0);
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	padding-left: 1em;
	border-bottom: 0.02em solid #ccc;
}
.logobox a:link, .logobox a:visited {
	color: rgba(255,255,255,1);
}

.logo {
	font-size: 0.7em;
}
.logo img {
	margin-right: 1em;
	width: 2em;
	height: 2em;
	float: left;
	background: #505050;
	padding: 0.3em;
}
.logobox a:hover {
	color: rgba(255,255,255,0.5);
}
.logobox a:hover img {
	background: #e2c622;
}
.brandname {
	font-size: 2em;
	line-height: 1em;
}
#errore-bar {
    font-size: 16px;
    padding: 12px;
    background-color: #dc3545;
    color: white;
    position: absolute;
    z-index: 99999;
    display:none; position: fixed; top: 0; left: 0; right: 0; border-radius: 0;
}
.modale {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.8);
	z-index: 99997;
	top:0;
}
.modale form {
	width: 90%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loader {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.8);
	z-index: 99998;
	top:0;
}
.loader img {
	max-width: 10em;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

/* Stile generale per la navbar */
.navbar ul {
    padding: 0;
    margin: 0;
}

.navbar ul img {
    filter: invert(100%) sepia(27%) saturate(0%) hue-rotate(239deg) brightness(111%) contrast(101%);
}

/* Link del menu */
.navbar a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
    padding: 0.5em;
}

/* Lista degli elementi */
.navbar ul li {
    margin: 0.5em 0;
    list-style: none;
}

/* Icona a sinistra */
.icon-left {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: middle;
}

/* Badge di notifica */
.badge {
    background-color: #ff0000;
    color: #ffffff;
    font-size: 0.8em;
    border-radius: 25%;
    padding: 0.2em 0.5em;
    margin-left: 0.5em;
    vertical-align: middle;
}

/* Icona a destra */
.icon-right {
    width: 0.8em;
    height: 0.8em;
    vertical-align: middle;
    margin-left: 0.5em;
}

/* Spaziatore flessibile */
.flex-spacer {
    flex-grow: 1;
}

/* Sottomenu di default nascosto */
.navbar ul li ul {
    display: none;
    margin-left: 1em;
    padding-left: 0;
}

/* Mostra il sottomenu quando il parent ha la classe "open" */
.navbar ul li.open > ul {
    display: block;
}

.bg-red {
	background-color: #dc3545 !important;
	color: #ffffff !important;
}
.bg-info {
	background-color: #17a2b8 !important;
	color: #ffffff !important;
}
.bg-green {
	background-color: #28a745 !important;
	color: #ffffff !important;
}
.bg-orange {
	background-color: #fd7e14! important;
	color: #ffffff !important;
}
.bg-purple {
	background-color: #6f42c1! important;
	color: #ffffff !important;
}
.bg-yellow {
	background-color: #ffc107! important;
	color: #000000 !important;
}
.bg-grey {
	background-color: #9e9e9e !important;
	color: #ffffff !important;
}
.bg-darkgrey {
	background-color: #607d8b !important;
	color: #ffffff !important;
}
.bg-blunotte {
	background-color: #3f51b5 !important;
	color: #ffffff !important;
}

/*fine barra di navigazione */

.menuleft {
	position: absolute;
	left: 1em;
	top: 1em;
}
.menuright {
	position: absolute;
	top: 1em;
	right: 1em;
}
.main {
	position: relative;
	min-height: 100vh;
	text-align: center;
	width: 100%;
	margin-left: 0;
}
/*HEADER*/
header {
	position: fixed;
	height: 4em;
	display: inline-block;
	background: #ffffff;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 0.02em solid #ccc;
	padding: 0 1em;
	z-index: 99;
}
header a img {
	filter: invert(55%) sepia(5%) saturate(18%) hue-rotate(348deg) brightness(90%) contrast(89%);
	height: 1.5em;
	width: auto;
}
header a:hover img {
	filter: invert(15%) sepia(18%) saturate(6571%) hue-rotate(181deg) brightness(98%) contrast(91%);
}
header li {
	display: inline-block;
	margin: 0 1em 0 0;
}
header a:link, header a:visited {

}
header a:hover {

}
.closemenu {

}
.closemenu img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(348deg) brightness(103%) contrast(101%);
	height: 1.5em;
	width: auto;
	position: absolute;
	right: 1em;
	top: 1em;
}

/*menu laterale*/
.userbox {
	padding: 1em 1em;
	display: flex;
	align-items: center; /* Centra verticalmente */
	/*justify-content: center; /* Centra orizzontalmente */
	gap: 0.8em; /* Spaziatura tra immagine e testo, opzionale */
	border-bottom: 0.01em solid;
}
.userbox img {
	width: 2.5em;
	height: auto;
	vertical-align: middle;
}
.userbox .logout {
	font-size: 0.7em;
	margin-top:0.4em; /* Spazio tra "Guest" e "Logout" */
}

.userbox div {
	display: flex;
	flex-direction: column; /* Disposizione verticale per testo e link */
	/*align-items: center; /* Centra il testo e il link sotto l’immagine */
}

.searchboxdiv {
	display: flex;
	align-items: center;
	padding: 0.5em;
	border-radius: 0.25em;
	margin-bottom: 0.5em;
}

.search {
	flex: 1;
	border: none;
	outline: none;
	padding: 0.5em;
	border-radius: 0.25em;
}

.searchboxdivbutton {
	margin-left: 0.4em;
	display: flex;
	align-items: center; /* Centra verticalmente l'icona nel bottone */
}

.btnsearch {
	padding: 0.50em; /* Imposta padding per una dimensione uniforme */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.55em;
}

.btnsearch img {
	height: 1.55em;
	width: auto;
}
.btnsearch:hover img {
	filter: invert(100%) sepia(27%) saturate(0%) hue-rotate(239deg) brightness(111%) contrast(101%);
}



/*centro*/
.maincontainer {
	width: 100%;
}

.container {
	width:calc(100% - 2em);
	margin: auto;
	padding-top: 6em;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
.container h1 {
	display: block;
	width: 100%;
	font-weight: 300;
	border-bottom: 0.02em solid #ccc;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.container input, .container textarea, .container select {
	width: 100%;
	border-radius: 0.6em;
}

.card {
	/*width: calc(50% - 2em);*/
	padding: 1em;
	border: 0.02em solid #ccc;
	border-radius: 0.6em;

	width: calc(100% - 2em);
	margin: 1em;
	overflow-x: scroll;
}
.cardnoborder {
	padding: 0;
	border: 0;
	/*min-height: 4em*/
	/*border-radius: 0em;*/
}
.smallcard {
	width: calc(100% - 1em);
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    box-sizing: border-box; /* Include padding e bordo nella dimensione totale */
    border-radius: 0.6em;
    min-height: 10em;
    padding: 1em; /* Spaziatura interna */
}
.card h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 1em 0 1em 0;
	font-weight: 300;
    text-transform: uppercase;
}

.smallcard h3 {
	font-size: 3em;
}

.card table {
	width: 100%;
	color: rgba(60,60,60,1); /* Testo bianco per le righe nere */
}

.card table thead {
    background-color: rgba(200,36,36,1);
    color: rgba(255,255,255,1);
    font-weight: 700;
    text-align: center;
}

.card table tbody tr:nth-child(odd) {
    background-color: rgba(200,200,200,1);
   
}

.card table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.card table tbody tr:hover {
    background-color: #ececec;
}
.card td {
    padding: 0.2em 1em;
    white-space: nowrap;
    /*text-transform: uppercase;*/
}

.card tr.error {
    background-color: rgba(244,185,185,1) !important;
}
.card tr.warning {
    background-color: rgba(240,188,128,1) !important;
}

.card td input {
    width:auto;
}

.card_dashboard {
	display: flex;
	flex-wrap: wrap;
	gap: 1em; /* Spazio di 1em tra le card */
	border: 0;
}

/*suggest per inventario*/
.suggestions {
  position: relative;
  border: 1px solid #ccc;
  background-color: white;
  max-height: 150px;
  overflow-y: auto;
  display: none;
}

.suggestions li {
  padding: 8px;
  cursor: pointer;
}

.suggestions li:hover {
  background-color: #f0f0f0;
}

.seorow {
	background-image: linear-gradient(-230deg, #444d65, #171e28, #171e28, #171e28, #444d65);
    background-position: center;
    color: #bfbfbf;
    padding: 1em;
}
.punteggio {
	    font-size: 2em;
    padding: 0.5em;
    display: block;
} 
.googleserp {
	background-color: #1f1f1f;
	padding: 1em;
}
.googleserp .sitetitle {
	color: #dadce0;
	font-size: 0.875em;
}
.googleserp .sitetitle img {
	float: left;
	width: 2em;
	height: auto;
	margin-right: 1em;
}
.googleserp .sitetitle p {
	float: left;
	width: calc(100% - 4em);
	line-height: 1.3em;
}
.googleserp .sitetitle a:link, .googleserp .sitetitle a:visited {
	color: #dadce0;
	font-size: 0.875em;
}
.googleserp h3 {
	font-size: 1.5em;
    color: #99c3ff;
    padding-top: 0.5em !important;
    display: block;
    clear: both;
 }
.googleserp p {
	font-size: 0.875em;
	color: #bfbfbf;
}

.preview-h1 {
	padding-top:1em;
	text-align: center;
	font-weight: 400;
	font-size: 2em;
}
.preview-h2 {
	text-align: center;
	font-weight: 300;
	font-size: 1.5em;
}
.preview-h3 {
	text-align: left;
	font-weight: 200;
	font-size: 1.2em;
}
.preview-articolo {
	text-align: left;
}
.preview-articolo p {
	margin-bottom: 1em;
}
.previewphoto {
	width: 100%;
	position: relative;
	background-size: cover;
    background-position: center;
    margin: 1em auto;
}
.previewphoto-horiz {
    padding-top: calc(10 / 22.22 * 100%); /* Mantiene il rapporto 19.14:10 */
}
.previewphoto-sq {
    padding-top: calc(10 / 10 * 100%); /* Mantiene il rapporto 19.14:10 */
}
.previewphoto-sl {
    padding-top: calc(10 / 19.14 * 100%); /* Mantiene il rapporto 19.14:10 */
}

.row-col-container {
  display: flex;
  gap: 20px;
}
.col-editor {
  flex: 1;
  border: 1px solid #ccc;
  padding: 10px;
  background: #f9f9f9;
}
.contenuti-col {
  margin-top: 10px;
}

.menuaggiuntablocco img {
	height: 2em;
	width: auto;
}

.riga-editor {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 10px;
}

.col-tools {
  width: 30px;
  flex-shrink: 0;
  position: relative;
}

.col-contenuto {
  flex-grow: 1;
  padding-left: 1em;
}

.block-options {
  display: none;
  position: absolute;
  left: 35px;
  top: 0;
  background: #eee;
  border: 1px solid #ccc;
  padding: 5px;
  z-index: 10;
}


.editor-toolbar {
	text-align: center;
	padding: 1em 0;
}

.preview-paragrafo {
	 margin:auto;
}
/*STILO PER PREVIEW*/
.panelprevieweditor {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:"wdth" 100;
	background-color: #fff;
}
.panelprevieweditor .text-right {
	text-align: right !important;
}
.panelprevieweditor .text-left {
	text-align: left !important;
}
.panelprevieweditor .text-uppercase {
	text-transform: uppercase;
}
.panelprevieweditor .has-padding-vert {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}
.panelprevieweditor .has-padding-hor {
	padding-left: 1em !important;
	padding-right: 1em !important;
}
.panelprevieweditor .row-narrow {
		max-width: 75%;
		background-color: #ff0000;
	}
/**/

/*fine suggest per inventario*/

/*BOTTONE AGGIUNGI*/
.fab-add {
    position: fixed;
    display:none;
    bottom: 1.5em;
    right: 1.5em;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    border-radius: 50%;
    background-color: #4285f4;
    color: white;
    font-size: 2em;
    font-weight: bold;
    border: none;
    box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.3);
    z-index: 1000;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.fab-add:hover {
    background-color: #3367d6;
    box-shadow: 0 0.4em 0.8em rgba(0, 0, 0, 0.4);
}


/*DEBUGGER*/
#toggleDebugger {
	position:fixed;bottom:0.8em;left:0.8em;z-index:10000;
}
.debugger {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 300px;
	max-height: 100vh;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	font-family: monospace;
	font-size: 13px;
	padding: 15px 20px 40px;
	border-left: 2px solid #00ffc8;
	z-index: 9999;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.7);
	transition: right 0.3s ease;
	display: none;
}
.debugger.active {
    display: block;
}

.debugger h3 {
	margin-top: 0;
	font-size: 16px;
	color: #00ffc8;
}

.debugger ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.debugger li {
	margin-bottom: 8px;
	word-break: break-all;
}

.debugger button.chiudi-debugger {
	position: absolute;
	top: 5px;
	right: 10px;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.debugger.nascosto {
	right: -320px;
}
/*fine debugger*/

@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
	
}

@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */ 
	
}
@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
	
}
@media (min-width:913px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
	.onlymobile {
		display: none !important;
	}
	.nomobile {
		display: inline-block !important;
	}
	.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
		display: inline-block;
		margin: 0;
		padding: 0;
		vertical-align:top;
	}
	.col-2 {
		width: 16.66666666666667%;
	}
	.col-3 {
		width: 25%;
		width: 24.7%;
		width: 24.5%;
	}
	.col-4 {
		width: 33%;
	}
	.col-5 {
		width: 41.66666666666667%;
	}
	.col-6 {
		width: 49%;
	}
	.col-7 {
		width: 58.33333333333333%;
	}
	.col-8 {
		width: 66%;
	}
	.col-9 {
		width: 75%;
	}
	.col-10 {
		width: 83.33333333333333%;
	}
	.col-11 {
		width: 91.66666666666667%;
	}
	

	.navbar {
		width: 16em;
		display: inline-block;
	}
	.main {
		width: calc(100vw - 16em);
		margin-left: 16em;
	}
	.mainfull {
		width: calc(100vw);
		margin-left: 0em;
	}

	header {
		width: calc(100% - 16em);
	}
	.headerfull {
		width: calc(100vw);
		margin-left: 0em;
	}


	.openmenu {
		/*display: none;*/
	}
	
	.card {
		flex: 0 0 calc(50% - 2em);
	}

	.card-fullwidth {
		flex: 0 0 calc(100% - 2em);
	}

	.smallcard {
	    flex: 0 0 calc(33.333% - 1em); /* Sottrae il gap dallo spazio totale */
	    max-width: calc(33.333% - 1em); /* Mantiene la larghezza massima considerando il gap */
	}

	.modale form {
		width: 50%;
		
	}
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
	.firstcolinput {
		margin-right: 0.7em !important;
	}
	
}
@media (min-width:1280px) { /* hi-res laptops and desktops */ 
	.nodesktop {
		display: none !important;
	}
	.closemenu {
		display: none !important;
	}
}
@media (min-width:1991px) { /* larger desktops */ 
	
}

