@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300&display=swap');
@charset "UTF-8";

:root {
  --bs-font-sans-serif: 'Assistant', sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
}

/* Applica a tutti gli elementi */
body,
.text-sans-serif {
  font-family: var(--bs-font-sans-serif);
}

/* Componenti specifici che potrebbero ignorare l'ereditarietà */
.btn, .form-control, .dropdown-menu, .navbar,
.nav-link, .alert, .card, .list-group-item,
.table, .modal-content, .tooltip, .popover {
  font-family: inherit;
}

/* Elementi a larghezza fissa */
pre, code, kbd, samp {
  font-family: 'Assistant', monospace;
}

* {
  box-sizing: border-box;
}

html {
	font-family: var(--bs-font-sans-serif);
}

#spot, .coupon, .disclaimer, .mission, .report {
	border-collapse: collapse
}
#LOGO, #NAVIGATOR, #TESTATA, .greybtn:active {
	position: relative;
}

.nodec {
	text-decoration: none;
	color: inherit;
}

.whitetxt{
	color: white;
}

.blacktxt{
	color: black;
}

.alignleft{
	text-align: left!important;
}
.alignright{
	text-align: right!important;
}
.aligncenter{
	text-align: center!important;
}
.alignjustify{
	text-align: justify!important;
}

.greypill{
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0% / auto padding-box border-box;
	border-radius: 15px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: table;
	font: normal normal normal normal 18px/normal Antic, sans-serif;
	/* height: 64px; */
	/* left: 50%; */
	margin: 2px 0px;
	padding: 10px 20px;
}

.frostedbg{
	-webkit-backdrop-filter:blur(10px);
	backdrop-filter:blur(10px);
}

.link {
	display: inline-block;
	background: rgba(210, 213, 255, 0.78);
	color: rgb(7, 5, 172);
	padding: 1px 8px;
	border-radius: 4px;
	text-decoration: none;
}

.link:hover {
	background: rgba(189, 125, 237, 0.35);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.65);
}

img {
   opacity: 1;
   transition: opacity 0.3s;
}
img[data-src] {
   opacity: 0;
}
.HeaderMessaggio, .columns, body, h2 {

}
.btn, .btn:hover {
	transition: all .1s ease-in-out
}
.formtext, .inputselect, .select {
	-webkit-appearance: none;
	-moz-appearance: none
}
.TitoloMessaggio, .greengradient, .greybtn, .lottoball p, .popup, .popup p, .readmore, .riquadretto {
	vertical-align: middle
}
.inputfile + label, select.color {
	text-overflow: ellipsis;
	white-space: nowrap
}
.btn, .flatbtn, .greybtn, .pointer {
	cursor: pointer
}

.noscrollbar::-webkit-scrollbar {    display: none;}

.spinner {
		margin: 20px auto;
		width: 40px;
		height: 40px;
		border: 5px solid rgba(0, 0, 0, 0.1);
		border-top-color: #3498db;
		border-radius: 50%;
		animation: spin 1s linear infinite;
}

.tabber{
	/* overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap; */
	display: flex;
	/* flex-wrap: nowrap; */
	flex-wrap: wrap;
	/* overflow-x: auto; */
	justify-content: center
}
.tabber > * {
	text-align: center;
	display: inline-block;
	background: rgba(124, 133, 186, 1);
	color: white;
	font-size: 18px;
	font-variant-caps: all-small-caps;
	padding: 6px 11px 8px;
	border-radius: 10px;
	font-weight: bold;
	margin: 0px 2px 2px 3px;
	cursor: pointer;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	text-decoration:none;
	border: 1px solid black;
	flex-grow: 1;
}

.tabber > *:hover {
background: rgba(95, 113, 218, 1);
color: rgb(255, 246, 0);
}

.tabber > *:active {
}

.tabberactive{
	background: rgba(255, 251, 150, 1);
	color: rgba(55, 65, 120, 1);
	border: 1px solid rgb(156, 156, 255);
}

.contenutotab {
	padding-top: 10px;
	text-align: justify;
	font-size: 20px;
}


#TESTATA {

/*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(79,79,79,1) 36%, rgba(71,71,71,1) 63%, rgba(0,0,0,1) 100%);*/

	background: linear-gradient(rgba(87, 86, 174, 0.82), rgba(59, 57, 156, 1) 47.48%);

	/* background: url('/immagini/mimosa.jpg') no-repeat center; background-size: cover; */

	min-width: 300px;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .53);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .53);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: 999;
	position: sticky;
/*	transition: all .05s;
	-webkit-transition: all .05s;*/
	opacity: 1;
	-webkit-backdrop-filter:blur(10px);
	backdrop-filter:blur(10px);
}
#LOGOIMG {
	max-height: 105px;
	height: auto;
	position: absolute;
	top: 5px;
	right: 5px;
	background-image: url(../images/bNa855zhwWkw.png);
	background-position: left top;
	z-index: 0;
	left: 0;
	opacity: 1;
/*	transition: all .05s;
	-webkit-transition: all .05s ;*/

}
#LOGO {
	/* background-image: url(/immagini/logo.png?1); */
	z-index: 1;
	visibility: visible;
	width: auto!important;
	margin: auto!important;
}
#LOGO, #LOGOIMG, #TESTATA, body {
	background-repeat: no-repeat
}
#NAVIGATOR, #TESTATA, .columns {
	text-align: center;
/*	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;*/
}
.HeaderMessaggio, .caps {
	text-transform: uppercase
}
body, h2 {
	margin: 0
}
#LOGO, #TESTATA {
	background-position: center center;
	width: 100%;
	min-height: 40px;
	max-height: 100px;
	height: 15vw;
	text-align:center;
/*	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;*/
}
#TESTATA a {
	text-align:center;
}

#TESTATA > * {
  height: 100%;
}


#LOGO, #LOGOIMG {
	background-size: contain;
	display: block;
/*	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;*/
}
#clockdiv, #clockdiv div > span, #clockdiv > div, .greybtn, .navbtn, ul.pagination, ul.pagination li {
	display: inline-block
}
.maxheight10px {
	max-height: 10px!important;
	opacity: .6;
	/* transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out; */
}
#LOGO, .greengradient {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.HeaderMessaggio {
	padding-top: 5px;
	padding-bottom: 5px
}
.TitoloMessaggio, .TitoloMessaggio h2 a {
	text-decoration: none;
	text-align: center
}
body {
	word-wrap: break-word;
	color: rgba(0, 0, 0, 1);
	top: 0;
	font-style: normal;
	font-weight: 400;
	background-color: #624983;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding-bottom: 100px;
	min-height:100vh;

/*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(79,79,79,1) 36%, rgba(71,71,71,1) 63%, rgba(0,0,0,1) 100%);*/

	background: linear-gradient(148deg, rgba(80, 102, 161, 1) 4%, rgba(143, 149, 218, 1) 20.17%, rgba(191, 191, 243, 1) 34.03%, rgba(181, 192, 238, 1) 45.8%, rgba(119, 128, 207, 1) 60.08%, rgba(76, 97, 156, 1) 81.09%, rgba(91, 103, 163, 1));

	/*
	background-image: -webkit-linear-gradient(0deg, rgba(137, 88, 157, 1.00) 0%, rgba(98, 73, 131, 1.00) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(137, 88, 157, 1.00) 0%, rgba(98, 73, 131, 1.00) 100%);
	background-image: -o-linear-gradient(0deg, rgba(137, 88, 157, 1.00) 0%, rgba(98, 73, 131, 1.00) 100%);
	background-image: linear-gradient(90deg, rgba(137, 88, 157, 1.00) 0%, rgba(98, 73, 131, 1.00) 100%);
	*/
}



hr {
  line-height: 2px;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 2px;
  opacity: .5;
}
hr:before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
hr:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1em;
  color: #818078;
  background-color: #fcfcfa;
}

.txtcenter{
	text-align: center!important;
}

.flexbox {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	width: 95%;
	flex-flow: row;
	flex-wrap: wrap
}
.columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-webkit-column-rule-width: 1px;
	-moz-column-rule-width: 1px;
	column-rule-width: 1px;
	font-size: 12px;
	color: hsla(0, 0%, 28%, 1)
}
.TitoloMessaggio, .TitoloMessaggio h2 a {
	color: rgba(255, 255, 255, 0.88);
}
#spot, .center, .warning {
	display: block
}
#NAVIGATOR {
	font-size: 14px;
	margin: 4px auto 0;
	z-index: 2
}
.PUBBLI {
	max-width: 1000px;
	width: 95%;
	min-width: 320px;
	margin: 5px auto
}
.CONTAINERMESSAGGIO {
	width: 99%;
	text-align: justify;
	border: 1px solid rgba(0, 0, 0, .84);
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .59);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .59);
	/* min-width: 300px; */
	background-color: rgba(255, 255, 255, .75);
	overflow: auto;
	margin: 5px auto
}
#spot, .DESCRIZIONE {
	-webkit-overflow-scrolling: touch
}
.HeaderMessaggio {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-image: linear-gradient(60deg, rgba(255, 255, 255, 0), rgba(170, 0, 184, 0.72) 45.8%, rgba(235, 0, 255, 0.28) 97.9%);
}
.HeaderBlogPost {
  box-sizing: border-box;
  margin-top: -4px;
  width: 100%;
margin-left: auto;
margin-right: auto;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-image: linear-gradient(60deg, rgba(0, 0, 0, 0.63), rgba(0, 73, 184, 0.72) 45.8%, rgba(235, 0, 255, 0.28) 97.9%);
}
#PAGINAZIONE, .DESCRIZIONE {
	width: 99%;
}
.NroMessaggio {
	padding-right: 10px;
	padding-left: 5px
}
.TitoloMessaggio {
	font-weight: 700;
	font-size: medium;
	margin: 4px 2px 4px;
}
.DESCRIZIONE h1, .DESCRIZIONE h2 {
	text-shadow: 1px 1px 1px rgba(84, 84, 84, .5);
	color: #2E1D0E;
	line-height: 1;
	letter-spacing: 1pt;
	word-spacing: 2pt
}
#SUPPORT, #footer {
	margin-right: auto;
	margin-left: auto
}
#PAGINAZIONE {
	text-align: center;
	font-weight: lighter;
	font-size: 14px;
	background-color: rgba(255, 255, 255, .42);
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 5px auto
}
#PAGINAZIONE ul {
	text-align: justify;
	padding-left: 25px;
	padding-right: 15px
}
#SUPPORT, #footer, #spot, .DESCRIZIONE, .center, ul.pagination, ul.pagination li {
	text-align: center!important
}
.DESCRIZIONE h1, .DESCRIZIONE h2, .center, .warning {
	text-align: center
}
.DESCRIZIONE {
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	/* border: 1px solid rgba(0, 0, 0, .62); */
	margin: 10px auto;
	padding: 5px
}
.DESCRIZIONE h1 {
	font-weight: 700;
	font-size: 20px
}
.DESCRIZIONE h2 {
	font-weight: 700;
	font-size: 18px
}
#footer {
	width: 100%
}
#SUPPORT {
	background-color: rgba(202, 237, 152, .95);
	z-index: 999;
	color: rgba(0, 0, 0, 1);
	border: 1px solid rgba(66, 66, 66, .68);
	border-top-right-radius: 8px;
	border-top-left-radius: 8px
}
.btn, ul.pagination li a {
	color: #000;
	text-decoration: none
}
#___gcse_0, .gsc-control-cse, .gsc-control-cse-it {
	width: auto!important;
	height: auto!important;
	top: auto!important;
	left: auto!important;
	bottom: auto!important;
	right: auto!important;
	border-style: none!important;
	background-color: rgba(0, 0, 0, 0)!important;
	margin: 0!important;
	padding: 0!important
}
.btn {
	border-radius: 8px;
	box-shadow: 0 1px 3px #666;
	font-size: 17px;
	padding: 10px 20px;
	border: 1px solid #b5b5b5;
	background-color: hsla(326, 0%, 93.5%, 0.95);
	-webkit-transition: all .1s ease-in-out
}
.btn:hover {
	background-color: hsla(244.35, 0%, 100%, 0.82);
	text-decoration: none;
	-webkit-transition: all .1s ease-in-out
}
.btn:active {
	background-color: hsla(244.35, 0%, 100%, 0.90);
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	transform: translateY(1px);
	box-shadow: 0 0 1px #666
}
ul.pagination {
	padding: 0;
	margin: 0 auto
}
ul.pagination li {
	margin-left: 0;
	margin-right: 0
}
ul.pagination li a {
	float: left;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
	transition: all .3s ease-in-out;
	background-color: white;
	background-image: linear-gradient(130deg, rgba(255, 255, 255, 0.93) 83.19%, rgba(151, 132, 255, 0.66));
	box-shadow: 0 1px 3px hsla(0, 0%, 0%, .61);
	text-align: center;
	border-radius: 4px
}
.pagination li:last-child a {
	background-color: hsla(52, 78%, 79%, 0.78);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(222, 205, 107, 0.78) 100%);
	transition: all .3s ease-in-out
}
ul.pagination li a.active {
	background-color: white;
	background-image: linear-gradient(rgba(255, 227, 10, 0.85) 44.54%, rgba(255, 255, 255, 0.81));
	text-decoration: none;
	color: #00f;
	transition: all .3s ease-in-out
}
ul.pagination li a:hover:not(.active) {
	background-color: hsla(55, 74%, 87%, 0.71);
	background-image: linear-gradient(180deg, rgba(233, 229, 185, 0.71) 0%, rgba(246, 242, 197, 0.70) 100%);
	text-decoration: none;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 6px 5px hsla(0, 0%, 0%, .61);
	box-shadow: 0 6px 5px hsla(0, 0%, 0%, .61)
}
.formtext, .inputselect, .inputselect select {
	margin: auto;
	font-size: 18px
}
.formtext, .inputselect {
	display: block;
	width: 90%;
	appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
	padding: 10px;
	border: 1px solid #dcdcdc;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.inputselect select {
	width: 100%;
	height: 100%;
	border: none!important;
	box-shadow: none!important;
	background-color: transparent!important;
	background-image: none!important;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important
}
.inputselect select:focus {
	outline: 0!important
}
.center {
	margin-left: auto!important;
	margin-right: auto!important;
	left: 50%;
	right: 50%
}
.warning {
	width: 90%;
	min-width: 100px;
	background-color: hsla(360, 49.65%, 51.34%, 1);
	background-image: radial-gradient(rgba(255, 251, 201, 0.55), rgba(255, 78, 78, 0.4));
	border-radius: 26px;
	color: hsla(359, 0%, 100%, 1);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: 700;
	/* text-shadow: 1px 1px 4px hsla(0, 0%, 0%, .28); */
	padding: 10px;
	margin: 0 auto 30px;
}
#spot {
	background-color: hsla(0, 0%, 100%, .45);
	-webkit-box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, .53);
	box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, .53);
	min-width: 300px;
	max-width: 600px;
	border-radius: 19px;
	width: 95%;
	background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 100, .6) 0, rgba(255, 255, 100, .8) 100%);
	background-image: linear-gradient(180deg, rgba(255, 255, 100, .6) 0, rgba(255, 255, 100, .8) 100%);
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px
}
.black {
	color: rgba(0, 0, 0, 1)
}
.tinytxt {
	font-size: 10px
}
.minitxt {
	font-size: 14px
}
.miditxt {
	font-size: 16px
}
.fb-comments, .fb-comments iframe span[style], .fb-comments iframe[style], .fb-comments span, .fb-like-box, .fb-like-box iframe span[style], .fb-like-box iframe[style], .fb-like-box span {
	width: 100%!important;
	padding-top: 3px
}
.CorpoMessaggio_Richiesta {
	/* font-weight: lighter; */
	text-align: justify;
	/* font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif; */
	color: hsla(0, 0%, 0%, 1);
	font-style: italic;
	margin: 0px 10px 0px 10px;
	padding: 6px
}
.Frasedelgiorno, .title {

}
/* .CorpoMessaggio_Richiesta:first-letter {
	color: #000;
	font-size: 28px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 2px;
	text-transform: uppercase
} */
.Autore, .greengradient {
	text-transform: capitalize
}
.readmore, .tablereport th, .title {
	text-transform: uppercase
}
.CorpoMessaggio_Risposta {
	font-style: normal;
	text-align: justify;
	font-variant: normal;
	font-weight: 400;
	padding: 0 15px 15px
}
.CorpoMessaggio {
  overflow: auto;
  padding: 3%
}
.centerpad10 {
	text-align: center;
	padding: 10px
}
.title {
	margin-top: 10px;
	margin-bottom: 8px;
	font-weight: 700;
	text-decoration: none;
	text-align: left;
	text-shadow: 1px 1px 4px hsla(0, 0%, 0%, .61);
	font-size: 20px;
	text-indent: 10px;
	margin-left: 3%;
	float: none
}
.titlebanner{
	width: 100%;
	display: inline-block;
	padding: 14px;
	background: rgba(83, 0, 186, 0.36);
	color: white!important;
	text-decoration: none;
	border-radius: 5px;
}
.disclaimer {
	text-align: justify;
	color: rgba(69, 69, 69, 0.78);
	font-style: italic;
	font-size: xx-small;
	width: 50%;
	overflow: auto;
	margin: 10px auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: thin solid hsla(0, 0%, 0%, 0.26);
	background-color: hsla(0, 0%, 100%, 0.72);
	border-radius: 10px;
	max-width: 500px;
	min-width: 280px;
}
.disclaimer a {
	text-decoration: none;
	color: rgba(43, 46, 78, 1.00);
}
.blinking {
	animation: blinkingText 1s infinite
}
@keyframes blinkingText {
	0%, 100% {
		color: inherit;
		font-size: 100%;
		font-weight: 400
	}
	50% {
		color: red;
		font-size: 105%;
		font-weight: 700
	}
}
.Frasedelgiorno, .greybtn {
	text-align: justify;
	font-style: normal;
	text-decoration: none
}
.greybtn {
	-moz-box-shadow: inset 0 1px 3px 0 #fff;
	-webkit-box-shadow: inset 0 1px 3px 0 #fff;
	box-shadow: inset 0 1px 3px 0 #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #f9f9f9), color-stop(1, #e9e9e9));
	background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color: #f9f9f9;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	text-indent: 0;
	border: 1px solid #dcdcdc;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	width: auto;
	line-height: 25px;
	text-shadow: 1px 1px 2px #fff;
	padding: 5px 10px 5px 10px!important;
	margin: 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.Autore, .navbtn {
	font-weight: lighter
}
.greybtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #e9e9e9), color-stop(1, #f9f9f9));
	background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color: #e9e9e9
}
.greybtn:active {
	top: 1px
}
@keyframes allunga {
	from {
		height: 0
	}
	to {
		height: auto
	}
}
@-webkit-keyframes allunga {
	from {
		height: 0
	}
	to {
		height: auto
	}
}
.Frasedelgiorno {
	font-size: 20px;
	/* text-indent: 4px; */
	text-shadow: 1px 1px 2px hsla(0, 0%, 0%, .26);
	/* min-height: 75px; */
	margin: 0px 10px 0px 10px;
	padding: 6px;
	/* font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif */
}
.readmore, legend {
	margin-left: auto
}
.readmore {
	color: hsla(0, 0%, 0%, 1);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	background-color: hsla(0, 0%, 100%, .55);
	border: 1px solid hsla(0, 0%, 34%, 1);
	font-weight: 400;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-top: -15px;
	padding: 5px 5px 14px
}
/* .Frasedelgiorno:first-line {

} */
.Frasedelgiorno:first-letter {
	text-transform: uppercase;
	/* float: left; */
	color: #210090;
	font-size: 50px;
	/* line-height: 40px; */
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	/* font-family: Georgia; */
	text-shadow: 2px 2px 3px hsla(0, 0%, 0%, .31)
}
.Autore {
	text-align: right;
	font-style: italic;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 14px;
	color: hsla(0, 0%, 0%, .9);
	margin-right: 11%;
	margin-left: 3%;
	padding-top: 10px;
	padding-bottom: 11px
}
#clockdiv, #tipocoupon, .caption, .descrizionesmorfia, .displaynumbers, .flatbtn, .greengradient, .lottoball, .mission, .popup, .popup p, .tab, .tabactive, .textcenter, .titolo1, div.miniatura, div.miniatura img, div.miniatura p, fieldset {
	text-align: center
}
.greengradient, .tab, .tabactive {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif
}
.greengradient, .navbtn {
	text-decoration: none;
	color: hsla(0, 0%, 0%, 1)
}
.navbtn {
	background-color: hsla(59, 100%, 78%, .25);
	border-radius: 3px;
	font-size: 10px;
	border: thin solid hsla(0, 0%, 100%, .25);
	width: auto;
	clear: none;
	margin: 5px;
	padding: 10px
}
.navbtn:hover {
	background-color: hsla(59, 100%, 74%, .75)
}
.greengradient {
	background: #bfd255;
	background: -moz-linear-gradient(45deg, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
	background: -webkit-linear-gradient(45deg, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
	background: linear-gradient(45deg, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=1);
	min-width: 300px;
	width: 95%;
	max-width: 400px;
	border-radius: 6px;
	border: inset hsla(0, 0%, 0%, .5);
	text-shadow: 0 0 5px hsla(0, 0%, 100%, .74)
}
.polaroid {
	margin: 5px 5px 25px;
	width: 160px;
	max-width: 170px;
	transition: transform .1s;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 2px 20px 0 rgba(0, 0, 0, .19);
	border-radius: 35px;
	background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, .58) .04%, rgba(255, 255, 255, 1) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, .58) .04%, rgba(255, 255, 255, 1) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, .58) .04%, rgba(255, 255, 255, 1) 100%);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .58) .04%, rgba(255, 255, 255, 1) 100%);	transform: scale(1);
}
.polaroid:hover {
	transform: scale(1.15);
}
.polaroid > img, .roundimg {
	border-radius: 100%
}
.polaroid > img {
	margin: auto;
	max-height: 120px;
	padding: 6px
}
.mission, .wsign {
	margin: 10px auto
}
.caption {
	padding: 5px;
	font-size: 25px;
	font-weight: bold;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.65));
	border-radius: 18px;
	margin: 10px;
}

.wsign {
	max-width: 400px;
	max-height: 360px;
	width: 50%;
	height: 50%;
	background-image: url(../images/0eEgiqA7PeXx.png);
	min-width: 50px;
	min-height: 80px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center
}
#clockdiv {
	/* font-family: sans-serif; */
	color: hsla(359, 0%, 100%, 1);
	font-weight: 100;
	font-size: 30px;
	margin: 2px auto 23px;
}
.btnrossobig, .btnverdebig, .buybtn, .buybtnpromo {
	font-family: Arial;
	text-decoration: none
}
.displaynumbers, .flatbtn, .titolo1 {
	font-weight: 700
}
#clockdiv > div {
	border-radius: 18px;
	background-color: hsla(242.49, 0%, 77.5%, 0.68);
	padding: 10px;
	margin-bottom: 9px;
}
#clockdiv div > span {
	border-radius: 22px;
	background-color: hsla(359, 0%, 100%, 0.81);
	padding: 9px;
	color: black;
	min-width: 35px;
}
#clockdiv div > div {
	color: rgba(0, 0, 0, 0.56);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.smalltext {
	padding-top: 5px;
	font-size: 10px
}
.btnrossobig, .btnverdebig {
	max-width: 400px;
	color: #fff;
	padding: 17px
}
.lottoball {
	display: table;
	overflow: hidden;
	margin: auto;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	background-color: red;
	border: 10px solid hsla(0, 0%, 100%, 1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
.btnverdebig {
	background: #39a312;
	background-image: -webkit-linear-gradient(top, #39a312, #1d7500);
	background-image: -moz-linear-gradient(top, #39a312, #1d7500);
	background-image: -ms-linear-gradient(top, #39a312, #1d7500);
	background-image: -o-linear-gradient(top, #39a312, #1d7500);
	background-image: linear-gradient(to bottom, #39a312, #1d7500);
	-webkit-border-radius: 25;
	-moz-border-radius: 25;
	border-radius: 25px;
	font-size: 28px
}
.btnverdebig:hover {
	background: #73d94a;
	background-image: -webkit-linear-gradient(top, #73d94a, #4cb324);
	background-image: -moz-linear-gradient(top, #73d94a, #4cb324);
	background-image: -ms-linear-gradient(top, #73d94a, #4cb324);
	background-image: -o-linear-gradient(top, #73d94a, #4cb324);
	background-image: linear-gradient(to bottom, #73d94a, #4cb324);
	text-decoration: none
}
.btnrossobig {
	background: #a11414;
	background-image: -webkit-linear-gradient(top, #a11414, #730000);
	background-image: -moz-linear-gradient(top, #a11414, #730000);
	background-image: -ms-linear-gradient(top, #a11414, #730000);
	background-image: -o-linear-gradient(top, #a11414, #730000);
	background-image: linear-gradient(to bottom, #a11414, #730000);
	-webkit-border-radius: 25;
	-moz-border-radius: 25;
	border-radius: 25px;
	font-size: 28px
}
.displaynumbers, .flatbtn {
	display: inline-flex;
	position: relative;
	padding: 0;
	color: #454545;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}
.btnrossobig:hover {
	background: #d94c4c;
	background-image: -webkit-linear-gradient(top, #d94c4c, #b32626);
	background-image: -moz-linear-gradient(top, #d94c4c, #b32626);
	background-image: -ms-linear-gradient(top, #d94c4c, #b32626);
	background-image: -o-linear-gradient(top, #d94c4c, #b32626);
	background-image: linear-gradient(to bottom, #d94c4c, #b32626);
	text-decoration: none
}
.flatbtn {
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	font-size: 28px;
	background: #ecf0f1;
	border: 1px;
	border-bottom: 2px solid #dadedf;
	-webkit-box-shadow: inset 0 -2px #dadedf;
	box-shadow: 0 1px 5px rgba(10, 10, 10, .9);
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}
.flatbtn:active, .flatbtn:hover {
	background: #fffff1;
	border-bottom: 2px solid #EEEED8
}
.flatbtn:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	box-shadow: 0 1px 5px rgba(10, 10, 10, .9);
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}
.flatbtn:active {
	top: 1px;
	outline: 0;
	-webkit-box-shadow: none;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	box-shadow: 0 1px 5px rgba(10, 10, 10, .9);
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}
.displaynumbers {
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	font-size: 32px;
	background: #fff;
	border: 1px solid #dadedf;
	-webkit-box-shadow: inset 0 -2px #dadedf;
	box-shadow: inset 2px #dadedf
}
@keyframes pulseyellow {
	from {
		background-color: #ecf0f1;
		border-bottom: 2px solid #dadedf;
		box-shadow: 0 1px 5px rgba(10, 10, 10, .9)
	}
	to {
		background-color: #fffff1;
		border-bottom: 2px solid #EEEED8;
		box-shadow: 0 3px 15px rgba(10, 10, 10, .5)
	}
}
div.miniatura {
	overflow: auto;
	min-width: 90px;
	min-height: 60px;
	margin-bottom: 5px;
	display: inline-block;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	text-decoration: none;
	background-color: hsla(231.3, 0%, 100%, 0.68);
	border-radius: 10px;
	transition: transform .2s;
	transform: scale(1);
}
div.miniatura img, div.miniatura p {
	margin: auto;
	display: block;
	text-decoration: none
}
div.miniatura img {
  max-height: 110px;
  border-radius: 100%;
}
div.miniatura p {
	font-size: 18px;
	padding: 5px
}
.clearfix::after {
	content: "";
	clear: both;
	display: table
}
.titolo1 {
	text-shadow: 1px 1px 1px rgba(84, 84, 84, .5);
	color: #2E1D0E;
	letter-spacing: 1pt;
	word-spacing: 2pt;
	font-size: 20px;
	line-height: 1
}
.lottoball p {
	font-size: 60px;
	color: #fff;
	display: table-cell;
	font-weight: bolder
}
.backtotop, .fixedtopcenter {
	font-size: 14px;
	left: 50%;
	position: fixed
}
.inline, .riquadretto, .tab, .tabactive {
	display: inline-block
}
.descrizionesmorfia {
	font-size: 14px
}
.inline {
	text-align: center
}
.riquadretto {
	background-color: hsla(0, 0%, 100%, .27);
	border: 1px solid hsla(0, 0%, 0%, .58);
	border-radius: 4px;
	padding: 8px;
	margin: 4px
}
.overlayblack, .popup {
	position: absolute;
	display: none
}
.overlayblack {
	background-color: hsla(0, 0%, 0%, .62);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10
}
.popup {
	min-width: 300px;
	min-height: 150px;
	background-color: hsla(233, 100%, 97%, .9);
	z-index: 50;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow-y: auto;
	overflow-x: auto;
	border: 1px solid hsla(0, 0%, 0%, .81);
	height: 20%;
	width: 30%;
	padding: auto;
	-webkit-box-shadow: 10px 10px 20px hsla(0, 0%, 0%, .64);
	box-shadow: 10px 10px 20px hsla(0, 0%, 0%, .64)
}
.buybtn, .buybtnpromo {
	font-size: 26px;
	padding: 10px 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	transition: all .3s ease-in-out;
	min-width: 200px
}
.popup p {
	display: table-cell
}
.buybtn {
	position: relative;
	left:auto!important;
	right:auto!important;
	width: 60%;
	max-width: 450px;
	background: #778ef6;
	background-image: -webkit-linear-gradient(rgba(157, 157, 157, 0.19) 0.04%, rgba(0, 0, 0, 0.64));
	background-image: -moz-linear-gradient(rgba(157, 157, 157, 0.19) 0.04%, rgba(0, 0, 0, 0.64));
	background-image: -ms-linear-gradient(rgba(157, 157, 157, 0.19) 0.04%, rgba(0, 0, 0, 0.64));
	background-image: -o-linear-gradient(rgba(157, 157, 157, 0.19) 0.04%, rgba(0, 0, 0, 0.64));
	background-image: linear-gradient(rgba(157, 157, 157, 0.19) 0.04%, rgba(0, 0, 0, 0.64));
	-webkit-border-radius: 19;
	-moz-border-radius: 19;
	border-radius: 19px;
	-webkit-box-shadow: 0 4px 2px hsla(0, 0%, 0%, .44);
	-moz-box-shadow: 0 4px 2px #000;
	box-shadow: 0 4px 2px hsla(0, 0%, 0%, .44);
	color: #fff
}
.goldenbtn, .goldenbtn:hover {
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
	color: hsla(240, 100%, 16%, 1);
	border-left: 3px solid hsla(0, 0%, 100%, .48);
	border-right: 3px solid hsla(0, 0%, 0%, .48);
	border-bottom: 3px solid hsla(0, 0%, 0%, .48);
	border-top: 3px solid hsla(0, 0%, 100%, .48);
	cursor: pointer
}
.orangebg {
	background-color: #E7A153;
	background-image: -webkit-linear-gradient(270deg, rgba(234, 172, 103, 1) 0, rgba(194, 109, 13, 1) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(234, 172, 103, 1) 0, rgba(194, 109, 13, 1) 100%);
	background-image: -o-linear-gradient(270deg, rgba(234, 172, 103, 1) 0, rgba(194, 109, 13, 1) 100%);
	background-image: linear-gradient(180deg, rgba(234, 172, 103, 1) 0, rgba(194, 109, 13, 1) 100%)
}
.magentabg {
	background-color: rgba(191, 4, 76, 1);
	background-image: -webkit-linear-gradient(rgba(191, 4, 76, 1) 0, rgba(113, 2, 52, 1) 100%);
	background-image: -moz-linear-gradient(rgba(191, 4, 76, 1) 0, rgba(113, 2, 52, 1) 100%);
	background-image: -o-linear-gradient(rgba(191, 4, 76, 1) 0, rgba(113, 2, 52, 1) 100%);
	background-image: linear-gradient(rgba(191, 4, 76, 1) 0, rgba(113, 2, 52, 1) 100%)
}
.fastorangebg {
	background-image:url(../images/XU4PtYbjDHTy.png), radial-gradient(rgb(255, 127, 40) 57.14%, rgba(255, 222, 143, 1));
}
.bluebg {
	background-color: #080DBB;
	background-image: -webkit-linear-gradient(270deg, rgba(103, 118, 234, 1) 0, rgba(12, 25, 194, 1) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(103, 118, 234, 1) 0, rgba(12, 25, 194, 1) 100%);
	background-image: -o-linear-gradient(270deg, rgba(103, 118, 234, 1) 0, rgba(12, 25, 194, 1) 100%);
	background-image: linear-gradient(180deg, rgba(103, 118, 234, 1) 0, rgba(12, 25, 194, 1) 100%)
}
.goldenbtn {
	background-color: hsla(53, 90%, 84%, 1);
	background-image: url(../images/XU4PtYbjDHTy.png), radial-gradient(rgba(252, 241, 241, 1) 57.14%, rgba(255, 222, 143, 1))
}
.buybtn:hover {
	background-color: #8BE587;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.43), rgba(18, 18, 18, 0.46));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.43), rgba(18, 18, 18, 0.46));
	background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.43), rgba(18, 18, 18, 0.46));
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0.43), rgba(18, 18, 18, 0.46));
	background-image: linear-gradient(rgba(255, 255, 255, 0.43), rgba(18, 18, 18, 0.46));
	text-decoration: none;
	-webkit-box-shadow: 0 9px 13px hsla(0, 0%, 0%, .44);
	-moz-box-shadow: 0 4px 2px #000;
	box-shadow: 0 9px 13px hsla(0, 0%, 0%, .44);
	transition: all .3s ease-in-out;
	vertical-align: baseline
}
.goldenbtn:hover {
	background-color: hsla(53, 90%, 84%, 1);
	background-image: url(../images/XU4PtYbjDHTy.png), radial-gradient(rgba(255, 250, 250, 1) 57.14%, rgba(255, 242, 183, 1));
	box-shadow: 0 9px 13px hsla(0, 0%, 0%, .44);
	transition: all .3s ease-in-out
}
.fastorangebg:hover {
	background-image:url(../images/XU4PtYbjDHTy.png), radial-gradient(rgb(255, 157, 60) 57.14%, rgba(255, 255, 173, 21));
}

.mission, .starbg, select.color {
	background-repeat: no-repeat
}
.orangebg:hover {
	cursor: pointer;
	background-color: #EABA86;
	background-image: -webkit-linear-gradient(270deg, rgba(243, 193, 135, 1) 0, rgba(216, 138, 49, 1) 99.91%);
	background-image: -moz-linear-gradient(270deg, rgba(243, 193, 135, 1) 0, rgba(216, 138, 49, 1) 99.91%);
	background-image: -ms-linear-gradient(top, #9aeb96, #45ad00);
	background-image: -o-linear-gradient(270deg, rgba(243, 193, 135, 1) 0, rgba(216, 138, 49, 1) 99.91%);
	background-image: linear-gradient(180deg, rgba(243, 193, 135, 1) 0, rgba(216, 138, 49, 1) 99.91%)
}
.magentabg:hover {
	cursor: pointer;
	background-color: rgba(202, 94, 136, 1);
	background-image: -webkit-linear-gradient(90deg, rgba(219, 103, 147, 1) 0, rgba(168, 44, 100, 1) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(219, 103, 147, 1) 0, rgba(168, 44, 100, 1) 100%);
	background-image: -o-linear-gradient(90deg, rgba(219, 103, 147, 1) 0, rgba(168, 44, 100, 1) 100%);
	background-image: linear-gradient(0deg, rgba(219, 103, 147, 1) 0, rgba(168, 44, 100, 1) 100%)
}
.bluebg:hover {
	cursor: pointer;
	background-color: #1D22D8;
	background-image: -webkit-linear-gradient(270deg, rgba(157, 167, 243, 1) 0, rgba(30, 42, 207, 1) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(157, 167, 243, 1) 0, rgba(30, 42, 207, 1) 100%);
	background-image: -o-linear-gradient(270deg, rgba(157, 167, 243, 1) 0, rgba(30, 42, 207, 1) 100%);
	background-image: linear-gradient(180deg, rgba(157, 167, 243, 1) 0, rgba(30, 42, 207, 1) 100%)
}
.buybtnpromo {
	width: 60%;
	max-width: 450px;
	cursor: pointer;
	background-color: #FFBC3B;
	background-image: -webkit-linear-gradient(270deg, rgba(255, 239, 200, 1) .04%, rgba(255, 203, 0, 1) 100%);
	background-image: -moz-linear-gradient(top, #9aeb96, #45ad00);
	background-image: -ms-linear-gradient(top, #9aeb96, #45ad00);
	background-image: -o-linear-gradient(top, #9aeb96, #45ad00);
	background-image: linear-gradient(180deg, rgba(255, 239, 200, 1) .04%, rgba(255, 203, 0, 1) 100%);
	-webkit-border-radius: 19;
	-moz-border-radius: 19;
	border-radius: 19px;
	-webkit-box-shadow: 0 4px 2px hsla(0, 0%, 0%, .44);
	-moz-box-shadow: 0 4px 2px #000;
	box-shadow: 0 4px 2px hsla(0, 0%, 0%, .44);
	color: #0D00CF
}
.buybtnpromo:hover {
	cursor: pointer;
	background-color: #FBF3C1;
	background-image: -webkit-linear-gradient(270deg, rgba(255, 253, 225, 1) 0, rgba(255, 233, 104, 1) 100%);
	background-image: -moz-linear-gradient(top, #c8f7c6, #92e05e);
	background-image: -ms-linear-gradient(top, #c8f7c6, #92e05e);
	background-image: -o-linear-gradient(top, #c8f7c6, #92e05e);
	background-image: linear-gradient(180deg, rgba(255, 253, 225, 1) 0, rgba(255, 233, 104, 1) 100%);
	text-decoration: none;
	-webkit-box-shadow: 0 9px 13px hsla(0, 0%, 0%, .44);
	-moz-box-shadow: 0 4px 2px #000;
	box-shadow: 0 9px 13px hsla(0, 0%, 0%, .44);
	transition: all .3s ease-in-out;
	color: hsla(247, 100%, 64%, 1)
}
[role=dialog] {
	z-index: 99999!important
}
#at-custom-mobile-bar {
	z-index: 20!important
}
.script {
	/* font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter; */
	font-size: 18px
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.creditcardslogo {
	max-width: 200px;
	width: 100%
}
fieldset {
	padding-left: 10px;
	padding-right: 10px;
	background-color: hsla(0, 0%, 100%, .6);
	border: 1px solid hsla(0, 0%, 0%, .68);
	border-radius: 4px;
	min-width: 200px;
	margin: 3px 4px;
  padding: revert;
}
.coupon {
	border: dashed #000;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .49)
}
#tipocoupon {
	color: rgba(0, 0, 122, .97);
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 700;
	font-size: 76px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .47)
}
legend {
	margin-right: auto;
	background-color: hsla(0, 0%, 100%, 1);
	font-size: 10px;
	border: 1px solid hsla(0, 0%, 0%, .52);
	border-radius: 8px;
	padding: 3px 6px;
  float: none;
  width: fit-content;
}
.goldenbg {
	background-color: hsla(46, 100%, 82%, 1);
	background-image: -webkit-linear-gradient(309deg, rgba(255, 245, 200, 1) .04%, rgba(255, 215, 131, 1) 100%);
	background-image: linear-gradient(141deg, rgba(255, 245, 200, 1) .04%, rgba(255, 215, 131, 1) 100%)
}
.litegoldenbg {
	background-color: rgba(254, 255, 209, 0.72);
	background-image: linear-gradient(141deg, rgba(255, 250, 224, 0.77), rgba(254, 255, 209, 0.72) 99.58%);
}
.promobg {
	background-color: hsla(248.08, 100%, 82%, 1);
	background-image: linear-gradient(141deg, rgba(251, 89, 255, 1), rgba(195, 195, 255, 1));
}
.starbg {
	background-size: 25px 25px;
	background-image: url(../images/4ST8zHWDvyjl.gif);
	background-origin: padding-box;
	background-position: center 125px
}
.greenbg {
	background-color: hsla(104, 100%, 34.25%, 1);
	background-image: linear-gradient(141deg, rgba(165, 255, 165, 1) 0.04%, rgba(99, 213, 2, 1));
}
.litegreenbg {
	background-color: hsla(104, 78.89%, 73.95%, 1);
	background-image: linear-gradient(141deg, rgba(207, 255, 207, 1), rgba(141, 208, 83, 1));
}
select.color {
	text-align: center!important;
	-webkit-appearance: button;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-position: 97% center;
	border: .5px solid rgba(0, 0, 0, 0.38);
	font-size: inherit;
	overflow: hidden;
	padding: 3px 8px 3px 8px;
	width: 95%;
	max-width: 300px;
	color: #020202;
	background-color: #ffffff;
	/* -webkit-border-radius: 20px; */
	/* -moz-border-radius: 20px; */
	/* border-radius: 20px; */
	background-image: url(../images/u7GipLTtm6rD.png), linear-gradient(to top, rgba(228, 225, 210, 1), rgba(255, 255, 255, 1));
}
.mission {
	background-color: hsla(0, 0%, 99%, 1);
	border: 1px solid hsla(0, 0%, 100%, 1);
	border-radius: 15px;
	color: hsla(0, 0%, 0%, 1);
	width: auto;
	background-image: url(../images/nUGSD5FgirjH.jpg), -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 0, rgba(193, 193, 193, 1) 99.95%, rgba(255, 0, 0, 1) 100%);
	background-image: url(../images/nUGSD5FgirjH.jpg), -moz-linear-gradient(270deg, rgba(255, 255, 255, 1) 0, rgba(193, 193, 193, 1) 99.95%, rgba(255, 0, 0, 1) 100%);
	background-image: url(../images/nUGSD5FgirjH.jpg), -o-linear-gradient(270deg, rgba(255, 255, 255, 1) 0, rgba(193, 193, 193, 1) 99.95%, rgba(255, 0, 0, 1) 100%);
	background-image: url(../images/nUGSD5FgirjH.jpg), linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(193, 193, 193, 1) 99.95%, rgba(255, 0, 0, 1) 100%);
	background-size: cover;
	background-position: center center;
	-webkit-box-shadow: 0 0 12px 9px rgba(255, 255, 255, .66);
	box-shadow: 0 0 12px 9px rgba(255, 255, 255, .66);
	padding: 0 15px
}
.tab, .tabactive {
	background-color: hsla(270, 92%, 75%, .68);
	text-decoration: none;
	color: hsla(0, 0%, 100%, 1);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 10px;
	-webkit-box-shadow: 0 -2px 3px hsla(0, 0%, 0%, .4);
	box-shadow: 0 -2px 3px hsla(0, 0%, 0%, .4);
	vertical-align: -10px;
	padding: 7px 12px 4px
}
.tabactive {
	background-color: hsla(65, 100%, 88%, .92);
	color: hsla(0, 0%, 0%, 1);
	text-shadow: 1px 1px 2px hsla(0, 0%, 0%, .73)
}
.tab:hover {
	background-color: hsla(270, 100%, 74%, 1)
}
.plaintextarea {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: hsla(0, 0%, 0%, 1);
	font-size: 16px
}
.econ {
	border: 1px solid hsla(0, 0%, 0%, .54)!important;
	margin-top: 6px!important;
	margin-right: 8px!important;
	margin-left: 8px!important;
	text-align: center!important;
	border-radius: 5px!important;
	display: inline-block!important;
	line-height: normal;
	padding: 5px!important;
	color:black;
	text-decoration: none;
}
.backtotop, .fixedtopcenter, .report th, .tablereport, .tablereport th {
	text-align: center
}
.report {
	width: 100%
}
.report td, .report th {
	text-align: center;
	border: 1px solid #ddd;
	padding: 8px
}
.report tr:nth-child(even) {
	background-color: #f2f2f2
}
.report tr:hover {
	background-color: #ddd
}
.report th {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #4CAF50;
	color: #fff
}
.thumbup {
	cursor: pointer;
	background-color: hsla(0, 0%, 100%, .39);
	font-size: 30px;
	vertical-align: 110%;
	display: table;
	width: auto;
	border-radius: 15px;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	margin: 8px auto;
	padding: 10px 20px
}
.thumbup:hover {
	background-color: hsla(54, 100%, 82%, .68);
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out
}
.tablereport {
	display: table;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 80%;
	border-radius: 5px;
	border: 1px solid hsla(0, 0%, 0%, .84);
	background-color: hsla(0, 0%, 100%, .56);
	margin: 1px auto;
	padding: 0
}
.tablereport td {
	margin: 0;
	padding: 8px
}
.tablereport tr {
	margin: 0;
	padding: 0
}
.tablereport th {
	color: #000;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-color: #a9a9a9;
	padding: 13px
}
.online-dot {
	width: 10px;
	height: 10px;
	background-color: #049D00;
	border: 2px outset #027000;
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
	vertical-align: middle;
	border-radius: 100%
}

.onlinepill {
	background: linear-gradient(#ffe859 5.04%, #e7d221 99.58%);
	background-color: #ffe63c;
	border-radius: 20px;
	border: 1px solid rgba(227, 218, 54, 0.5);
	display: inline-block;
	cursor: pointer;
	color: #4a39e3;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}

.hidden, .onoffswitch-checkbox {
	display: none
}
.bounce, .fading, .popp, .zoom {
	opacity: 0
}
.opaco {
	opacity: 1
}
.searchterm {
	background-color: hsla(54, 100%, 72%, .8)
}
.backtotop {
	bottom: 53px;
	margin-left: -45px;
	z-index: 5;
	width: 100px;
	height: auto;
	background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, .53) .04%, rgba(255, 255, 255, .81) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, .53) .04%, rgba(255, 255, 255, .81) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, .53) .04%, rgba(255, 255, 255, .81) 100%);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .53) .04%, rgba(255, 255, 255, .81) 100%);
	background-color: hsla(0, 0%, 89%, .52);
	border: 1px inset hsla(0, 0%, 0%, .4);
	border-radius: 10px;
	color: hsla(0, 0%, 4%, 1);
	text-decoration: none;
	line-height: 27px;
	font-style: normal;
	-webkit-box-shadow: 0 2px 3px hsla(0, 0%, 0%, .62);
	box-shadow: 0 2px 3px hsla(0, 0%, 0%, .62);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	padding: 5px;
}
.fixedtopcenter {
	-webkit-backdrop-filter:blur(10px);
	backdrop-filter:blur(10px);
	z-index: 1;
	top: max(min(28vw, 150px), 99px);
	width: 240px;
	margin-left: -124px;
	background-image: -webkit-linear-gradient(270deg, rgba(235, 185, 0, 1) 0, rgba(255, 232, 0, .75) 23.47%, rgba(255, 232, 0, .75) 81.24%, rgba(235, 185, 0, 1) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(235, 185, 0, 1) 0, rgba(255, 232, 0, .75) 23.47%, rgba(255, 232, 0, .75) 81.24%, rgba(235, 185, 0, 1) 100%);
	background-image: -o-linear-gradient(270deg, rgba(235, 185, 0, 1) 0, rgba(255, 232, 0, .75) 23.47%, rgba(255, 232, 0, .75) 81.24%, rgba(235, 185, 0, 1) 100%);
	background-image: linear-gradient(180deg, rgba(235, 185, 0, 1) 0, rgba(255, 232, 0, .75) 23.47%, rgba(255, 232, 0, .75) 81.24%, rgba(235, 185, 0, 1) 100%);
	text-decoration: none;
	-webkit-box-shadow: 0 2px 4px hsla(0, 0%, 0%, .57);
	box-shadow: 0 2px 4px hsla(0, 0%, 0%, .57);
	border-radius: 10px;
	padding: 8px
}

.tondino-notifica span {
  display: inline-block;
  min-width: 10px;
  padding: 4px 6px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #db0f00;
  border-radius: 10px;
}

.tondino-notifica {
  position: relative;
  top: -8px;
  right: -2px;
  color: #f44336;
}

@media all and (max-width:634px) {
	div.spot {
		max-height: 350px;
		overflow: auto;
		text-align: center;
		/* border: thin solid hsla(0, 0%, 0%, .48); */
		box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.58) inset;
		background-color: rgba(255, 255, 255, .8);
		padding: 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		min-width: 300px;
		top: 0;
		-webkit-flex-grow: 1;
		-webkit-flex-shrink: 1;
		-webkit-flex-basis: 100px;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 100px;
		-webkit-overflow-scrolling: touch
	}
	.polaroid {
		width: min-content;
    padding: 5px;
    margin: 2px;
		border-radius: 10px;
	}
	.polaroid img{
		padding:0px;
	}
}
@media all and (min-width:635px) {
	div.spot {
		text-align: center;
		/* border: 1px solid rgba(221, 221, 221, 0.58); */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28) inset;
    background-color: rgba(255, 255, 255, 0.52);
    border-radius: 14px;
		padding: 8px;
		margin: 5px;
		box-sizing: border-box;
		min-width: 300px;
		top: 0;
		-webkit-flex-grow: 1;
		-webkit-flex-shrink: 1;
		-webkit-flex-basis: 100px;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 100px;
		max-height: 400px;
		overflow: auto;
		-webkit-overflow-scrolling: touch
	}
}
.onoffswitch {
	position: relative;
	width: 160px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #E3E3E3;
	border-radius: 20px
}
.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin .3s ease-in 0s
}
.onoffswitch-inner:after, .onoffswitch-inner:before {
	display: block;
	float: left;
	width: 50%;
	height: 43px;
	padding: 0;
	line-height: 43px;
	font-size: 16px;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: 700;
	box-sizing: border-box
}
.onoffswitch-inner:before {
	content: "ATTIVATO";
	padding-left: 10px;
	background-color: #7CFF7A;
	color: #000
}
.onoffswitch-inner:after {
	content: "DISATTIVATO";
	padding-right: 10px;
	background-color: #FFF;
	color: #666;
	text-align: right
}
.onoffswitch-switch {
	display: block;
	width: 29px;
	margin: 7px;
	background: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 113px;
	border: 2px solid #E3E3E3;
	border-radius: 20px;
	transition: all .3s ease-in 0s
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0
}
.CONTAINERMESSAGGIO .CorpoMessaggio a img {
	border-radius: 100%
}
.attesasblocco {
	margin: 2px;
	display: inline-block;
	text-align: center;
	border: 1px solid hsla(0, 0%, 82%, .79);
	background-color: hsla(0, 0%, 100%, .71);
	font-size: 12px;
	border-radius: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	z-index: auto;
	vertical-align: middle;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	text-decoration: none;
	color: hsla(0, 0%, 0%, .69);
	padding: 3px
}
.attesasblocco:hover {
	z-index: 99;
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	background-color: hsla(56, 100%, 89%, .91)
}
.attesasblocco span {
	text-decoration: none;
	color: hsla(0, 0%, 0%, .44);
	font-size: 8px;
	vertical-align: middle
}

.cartomanti-wrapper, .blog-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cartomanti-scroll, .blog-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 10px;
    white-space: nowrap;
}

.cartomanti-scroll::-webkit-scrollbar, .blog-scroll::-webkit-scrollbar {
    display: none; /* Nasconde la scrollbar su browser WebKit */
}

.cartomanti-scroll .miniatura, .blog-scroll .card  {
    flex: 0 0 auto;
    text-align: center;
    padding: 12px;
}

.scroll-btn, .scrollblog-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
}

.scroll-btn.left, .scrollblog-btn.left {
    left: 0;
    height: 100px;
}

.scroll-btn.right, .scrollblog-btn.right {
    right: 0;
    height: 100px;
}

.scroll-btn:hover, .scrollblog-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.cartomanti .miniatura img {
	border-radius: 100%
}
.cartomanti .miniatura {
	border-radius: 5px;
	padding: 6px;
	transition: transform .2s
}
.miniatura:hover {
	transform: scale(1.15);
}
@media all and (min-width:538px) {
	#menuicon, .onlymobile {
		display: none
	}
}
@media all and (min-width:700px) {
	#slideshow {
		min-height: 300px;
		height: 75vh!important;
		transition: all .3s ease-in-out;
		z-index: 0
	}
}
@media all and (max-width:537px) {
	.thumbup {
		vertical-align: middle
	}
}
@media all and (max-width:699px) {
	.onlymobile {
		display:block
	}
	#menuicon, ul.pagination li a {
		width: 100%;
		text-align: center
	}
	#NAVIGATOR {
		margin: 0 auto;
		width: 100%;
		position: -webkit-sticky;
		position: sticky;
		top: max(min(15vw, 100px), 49px);
		border: 1px rgba(0, 0, 0, 0.18) solid;
		border-radius: 15px;
	}
	.navshowscroll{
		position: sticky!important;
		width: auto!important;
		top: 40px;
		max-width: 55px;
		margin-left: 0px!important;
		}
	.spot {
		margin: 5px;
		border: none
	}
	#menuicon {
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		cursor: pointer;
		display: block;
		background-color: rgba(255, 255, 255, .77);
		text-decoration: none;
		color: #000;
		font-size: 24px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bolder;
		-webkit-overflow-scrolling: touch;
		padding: 6px;
		-webkit-backdrop-filter:blur(10px);
		backdrop-filter:blur(10px);
	}
	.pagination {
		height: auto;
		overflow: hidden;
		transition: max-height .15s ease-out;
		display: block
	}
	pagination, ul.pagination li {
		margin: 0;
		width: 100%
	}
	ul.pagination, ul.pagination li {
		padding: 0;
		margin: 0 auto;
		display: block
	}
	ul.pagination li a {
		padding: 8px 16px;
		transition: all .3s ease-in-out;
		background-color: hsla(0, 0%, 92%, .61);
		box-shadow: 0 1px 3px hsla(0, 0%, 0%, .61);
		box-sizing: border-box;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, .61) 0, rgba(255, 255, 255, .61) 100%);
		border-left: 0 none transparent;
		border-right: 0 none transparent;
		border-bottom: 0 none transparent;
		border-top: 1px solid hsla(0, 0%, 0%, .85);
		border-radius: 0;
		font-size: 20px
	}
	.pagination li:last-child a {
		background-color: hsla(51, 85%, 74%, .8);
		background-image: -webkit-linear-gradient(270deg, rgba(245, 228, 132, .8) 0, rgba(245, 228, 132, .8) 100%);
		background-image: -moz-linear-gradient(270deg, rgba(245, 228, 132, .8) 0, rgba(245, 228, 132, .8) 100%);
		background-image: -ms-linear-gradient(top, #fcf5f1, #f5e586);
		background-image: -o-linear-gradient(270deg, rgba(245, 228, 132, .8) 0, rgba(245, 228, 132, .8) 100%);
		background-image: linear-gradient(180deg, rgba(245, 228, 132, .8) 0, rgba(245, 228, 132, .8) 100%);
		transition: all .3s ease-in-out
	}
	ul.pagination li a.active {
		background: #fcf5e2;
		background-image: linear-gradient(rgba(255, 188, 1, 1), rgba(255, 255, 255, 0.24));
		text-decoration: none;
		color: #00f;
		transition: all .3s ease-in-out
	}
	ul.pagination li a:hover:not(.active) {
		background: #fcf5e2;
		background-image: linear-gradient(rgba(255, 188, 1, 0.5), rgba(255, 255, 255, 0.24));
		text-decoration: none;
		transition: all .3s ease-in-out;
		-webkit-box-shadow: 0 6px 5px hsla(0, 0%, 0%, .61);
		box-shadow: 0 6px 5px hsla(0, 0%, 0%, .61)
	}
	#menubuttons {
		display: none;
		position: absolute;
		width: 100%;
		-webkit-backdrop-filter:blur(10px);
		backdrop-filter:blur(10px);
	}
}
.cartomantemini {
	width: auto;
	cursor: pointer;
	text-align: center;
	height: 300px
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}
.close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: 700
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer
}

.halloween, .promo {
	border-radius: 10px;
	border: 1px solid hsla(234, 100%, 50%, .68);
	background-color: hsla(0, 0%, 100%, .69);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .79) 0, rgba(255, 221, 170, .76) 100%);
	-webkit-box-shadow: 0 0 6px 3px hsla(56, 100%, 80%, .62);
	box-shadow: 0 0 6px 3px hsla(56, 100%, 80%, .62);
	width: 100%;
	text-align: center;
	display: block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: 2px;
	z-index: 280;
	margin: 2px auto;
	padding: 5px
}

.inputfile {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}
.inputfile + label {
	max-width: 80%;
	font-size: 1.25rem;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: .625rem 1.25rem;
	color: #d3394c
}
.no-js .inputfile + label {
	display: none
}
.inputfile.has-focus + label, .inputfile:focus + label {
	outline: #000 dotted 1px;
	outline: -webkit-focus-ring-color auto 5px
}
.inputfile + label svg {
	vertical-align: middle;
	margin-top: -.25em;
	margin-right: .25em
}
.inputfile + label:hover, .inputfile.has-focus + label, .inputfile:focus + label {
	color: #722040
}
.inputfile + label figure {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #d3394c;
	display: block;
	padding: 20px;
	margin: 0 auto 10px
}
.inputfile + label:hover figure, .inputfile.has-focus + label figure, .inputfile:focus + label figure {
	background-color: #722040
}
.inputfile + label svg {
	width: 100%;
	height: 100%;
	fill: #f1e5e6
}
.select {
	color: #000;
	font-size: 18px;
	width: 50%;
	margin-left: 25%;
	margin-top: 50px;
	padding: 15px 0 15px 10px;
	border: 0!important;
	appearance: none;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%238C98F2'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat #fff;
	background-size: 12px;
	background-position: calc(100% - 20px) center;
	border-radius: 8px;
	text-align-last: center
}
a.fb-msg-btn {
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: bolder;
	color: #fff;
	text-align: center;
	padding: 12px 16px;
	margin: 5 0;
	background-color: #0084ff;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}
a:hover.fb-msg-btn {
	background-color: #0268c7;
}
.f11px {
	font-size: 11px
}
.no-bg {
	background-color: rgba(134, 0, 2, 1.00);
	color: rgba(255, 255, 255, 1.00);
}
.yes-bg {
	background-color: rgba(0, 94, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
}
.yes-bg, .no-bg {
	border-radius: 6px;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	text-align: center;
	border: thin solid rgba(0, 0, 0, 0.64);
}

.css-checkbox { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }#inputPreview { display: flex; gap: 20px; justify-content: center;	}
.css-checkbox + label { position: relative; font-size: 16px; cursor: pointer; display: inline-flex; align-items: center; height: 36px; color: rgb(0, 0, 0); }
.css-checkbox + label::before { content: " "; display: inline-block; vertical-align: middle; margin-right: 3px; width: 30px; height: 30px; background-color: white; border-width: 3px; border-style: solid; border-color: rgb(255, 0, 0); border-radius: 8px; box-shadow: none; }
.css-checkbox:checked + label::after {
	content: " ";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTIgNTEyIj48cGF0aCBmaWxsPSIiIGQ9Ik0yNDIuNzIgMjU2bDEwMC4wNy0xMDAuMDdjMTIuMjgtMTIuMjggMTIuMjgtMzIuMTkgMC00NC40OGwtMjIuMjQtMjIuMjRjLTEyLjI4LTEyLjI4LTMyLjE5LTEyLjI4LTQ0LjQ4IDBMMTc2IDE4OS4yOCA3NS45MyA4OS4yMWMtMTIuMjgtMTIuMjgtMzIuMTktMTIuMjgtNDQuNDggMEw5LjIxIDExMS40NWMtMTIuMjggMTIuMjgtMTIuMjggMzIuMTkgMCA0NC40OEwxMDkuMjggMjU2IDkuMjEgMzU2LjA3Yy0xMi4yOCAxMi4yOC0xMi4yOCAzMi4xOSAwIDQ0LjQ4bDIyLjI0IDIyLjI0YzEyLjI4IDEyLjI4IDMyLjIgMTIuMjggNDQuNDggMEwxNzYgMzIyLjcybDEwMC4wNyAxMDAuMDdjMTIuMjggMTIuMjggMzIuMiAxMi4yOCA0NC40OCAwbDIyLjI0LTIyLjI0YzEyLjI4LTEyLjI4IDEyLjI4LTMyLjE5IDAtNDQuNDhMMjQyLjcyIDI1NnoiLz48L3N2Zz4=");
	border-color: rgb(0, 200, 0);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center; position: absolute; display: flex; justify-content: center; align-items: center; margin-left: 0px; left: 0px; top: 0px; text-align: center; background-color: transparent; font-size: 10px; height: 36px; width: 36px;
}

.warningbg {
	background-color: hsla(359, 54%, 40%, 1.00);
	background-position: center center;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-attachment: fixed;
	background-image: url(../images/0eEgiqA7PeXx.png);
	background-size: 50% auto;
}
.redtext {
color: darkred
}
.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.admmain {
background-color:#bbbbbb;
background-image: none!important;
color: black;
}
.admallpriv{
background-color:#FFFFAA;
}
.admpriv{

}

.searchbox {
	width: 20px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	background-color: white;
	background-image: url('../images/GRvDTYqTYvrd.svg');
	background-repeat: no-repeat;
	background-position: 10px center; /* Posizione dell'icona */
	background-size: 20px 20px; /* Dimensione dell'icona */
	padding: 7px 20px 7px 40px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	border-radius: 50px;
}

.searchbox:focus {
  width: 100%;
	max-width: 300px;
}

.blinkbg {
    background: linear-gradient(183deg, #e9e9e9, #fdee22);
    background-size: 400% 400%;

    -webkit-animation: blinkbganim .5s ease infinite;
    -moz-animation: blinkbganim .5s ease infinite;
    animation: blinkbganim .5s ease infinite;
}

@-webkit-keyframes blinkbganim {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-moz-keyframes blinkbganim {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@keyframes blinkbganim {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}


/*ALERT BOOTSTRAP 5 */
/*
.alert{
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.alert-success {
	color: #ffffff!important;
	background-color: #008a21;
	border-color: #60bb74;
	font-size: larger;
	font-weight: bolder;
	text-transform: uppercase;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-critical {
	color: #ffffff!important;
	background-color: #6e000a;
	border-color: #870110;
	font-size: larger;
	font-weight: bolder;
	text-transform: uppercase;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-light {
color: #818182;
background-color: rgba(254, 254, 254, 0.67);
border-color: rgba(252, 252, 254, 0.47);
}
.alert-dark {
	color: #f0f0f0;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: #c6c8ca;
} */
/*FINE ALERT BOOTSTRAP 5*/

/*@media (prefers-color-scheme: dark) {
		body {
		color: linen;
		}
		.admmain {
		background-color:black;
		color: linen;
		}
		.admallpriv{
		background-color:#6C6C00;
		background-image: none!important;
		color: linen;
		}

		.fieldset {
		background-color: hsla(0,0%,100%,0.20);
		border: 1px solid hsla(0, 0%, 80.42%, 0.68);
		}
		.econ{
		color:rgba(228,228,228,1.00);
		}

		ul.pagination li a {
		background-image: linear-gradient(rgba(0, 0, 0, 0.93) 64.29%, rgba(154, 160, 162, 0.66));
		background-color: hsla(0, 0%, 8.47%, 1);
		color: #f2f2f2;
		}
		.pagination li:last-child a {
		background-color: hsla(52, 78%, 23.81%, 0.78);
		background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(136, 119, 27, 0.78) 57.98%);
		}
		ul.pagination li a:hover:not(.active) {
		background-image: linear-gradient(rgba(0, 0, 0, 0.71), rgba(189, 175, 19, 1));
		}
	}*/


  .hero-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .hero-carousel .carousel-item {
    position: relative;
    height: calc(100vh - 100px); /* adatta a header + menu */
  }

  .hero-carousel .hero-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  /* link cliccabile su tutta la slide */
  .hero-carousel .hero-link {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
  }
  .hero-link {
      z-index: 99;
  }
  .hero-carousel {
      z-index: 2;
  }
  .carousel-control-prev, .carousel-control-next {
      z-index: 999;
  }

  /* testo sempre leggibile e visibile */
  .carousel-caption.hero-caption {
    position: absolute;
    z-index: 3;
    color: white;
    text-align: center;
    padding: 5px;
    max-width: 800px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.35); /* sfondo scuro semi */
    border-radius: 10px;
    backdrop-filter: blur(5px);
  }

  .carousel-caption.hero-caption h1 {
    font-size: 2rem;
    font-weight: bolder;
    text-transform: uppercase;  }

  .carousel-caption.hero-caption p {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }

  @media (max-width: 768px) {
    .hero-carousel .carousel-item {
      height: 20vh;
      min-height: 200px;
    }

    .carousel-caption.hero-caption h1 {
      font-size: 1.2rem;
    }

    .carousel-caption.hero-caption p {
      /* display: none; */
      font-size: 0.9rem;
    }

    .carousel-control-prev, .carousel-control-next {
        display: none;
    }
  }

  @media (min-width: 768px) {
    .hero-carousel .carousel-item {
      max-height: 450px;
    }

    .carousel-caption.hero-caption h1 {
      font-size: 3rem;
    }

    .carousel-caption.hero-caption p {
      font-size: 1.25rem;
    }
    .carousel-caption.hero-caption {
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
