html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display:block
}
body {
  line-height:1
}
ol,
ul {
  list-style:none
}
blockquote,
q {
  quotes:none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content:"";
  content:none
}
table {
  border-collapse:collapse;
  border-spacing:0
}
.webi_ajax_progress {
    margin: 10px;
    width: 100%;
}
.webi_ajax_progress_barra {
    background-color: #B4F5B4; 
    width: 0%; 
    height:20px; 
    border-radius: 3px;   
}
.messaggio_verde {
    background-color: var(--w-ms-green);
    
}
.messaggio_rosso, .messaggio_rosso_statico {
    background-color: var(--w-ms-red);
    color: var(--sup);

}
.messaggio_rosso, .messaggio_verde, .messaggio_rosso_statico { 
   // color: var(--sup);
    padding: 10px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    position: fixed;
    top: -300px;
    right: 0;
    left: 0;
    border-radius: 10px;
    transition: top .5s;
    transition-timing-function: ease;
    z-index: 9999;
}

.messaggio_rosso_statico { 
    position: relative;
    top: 0px;
    right: 0;
    left: 0;
    width: 80%;
    margin: 10px 0px;
 }


.messaggio_open {
    top: 0px;
}
a.disabled {
    pointer-events: none;
}


.box-404 { position: fixed; display:block; top: 50%; left:50%; transform: translate(-50%,-50%); }
.box-404 label span { font-size: 4em; color: var(--w-gray-400); }
.box-404 label  { color: var(--w-gray-400); line-height: 3em; }
