* {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
  background-color: white;
  margin: 0px;
  padding: 0;
}

table {
  width: 100%;
  /* max-width: 500px; */
  /* margin: 0 auto; */
  border-collapse: collapse;
  border: solid 1px darkslategrey;
  font-size: 12px;
  background-color: #eeffee;
}

.dati {
  text-align: left;
  margin: 3px;
}

tr {
  text-align: center;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  /* Standard Property */
  -webkit-transition: all 1.15s ease-out;
  -moz-transition: all 1.15s ease-out;
  -o-transition: all 1.15s ease-out;
  transition: all 1.15s ease-out;
}

tr:nth-child(odd) {
  background-color: rgba(35, 35, 15, .1);
}

tr:hover {
  background-color: rgba(120, 120, 0, .2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  /* Standard Property */
}

td {
  padding: 1px 4px;
  text-align: center
}

/* #td{  text-align: center;} */
td:nth-child(1) {
  color: rgba(25, 25, 25, .2);
}

#AnnoAttuale {
  display: block;
  position: sticky;
  top: 34px;
  width: 100%;
  font-family: system-ui, Helvetica, sans-serif;
  font-stretch: 150%;
  font-size: 20px;
  color: rgb(50, 60, 60);
  text-align: center;
  text-shadow: -1px 1px 3px rgb(92, 92, 77);
  padding: 5px;
  margin: 0px;
  border-top: 1px solid rgb(20, 10, 10);
  border-bottom: 1px solid rgb(20, 10, 10);
  background: linear-gradient(0deg, rgba(246, 248, 249, 0.9) 0%, rgba(229, 235, 238, 0.9) 85%, rgb(206, 238, 218) 88%, rgba(90, 112, 102, 0.9) 100%);
  z-index: 99;
}
ul {
  padding-left: .8em;
}
li{
  font-size: 18px;
  padding-bottom: 0.4em;
}
/* di seguito il codice per i tooltip (commenti a comparsa) dei button */
.button-assegna {
  font-family: system-ui, Helvetica, sans-serif;
  font-stretch: 150%;
  font-size: 15px;
  background-color: rgb(156, 248, 160);
  position: relative;
  display: inline-block;
  padding-left: 2px;
  margin: 4px;
  border-radius: 5px;
  width: fit-content;
  z-index: 1;
}

.button-assegna .popupAssegna {
  visibility: hidden;
  width: fit-content;
  font-family: system-ui, Helvetica, sans-serif;
  border: solid rgb(170, 172, 168) 1px;
  background: linear-gradient(200deg, rgba(210, 237, 247, 0.4) 0%, rgba(212, 239, 243, 0.6) 75%, rgba(225, 235, 237, 1) 80%, rgba(210, 230, 236, 0.5) 85%, rgba(163, 184, 190, 0.1) 100%);
  backdrop-filter: blur(4px);
  box-shadow: 2px 4px 6px rgba(10, 10, 10, .6), inset 0 0 0 2px rgba(255, 255, 255, 0.8);
  color: #282828;
  text-align: center;
  border-radius: 8px;
  padding: 2px 0;
  position: absolute;
  z-index: 100;
  bottom: 100%;
  left: 50%;
  margin-left: -120px;
  opacity: 0;
  transition: opacity 0.6s;
}

.button-assegna:hover {
  cursor: pointer;
}

.button-assegna:hover .popupAssegna {
  visibility: visible;
  opacity: 0.95;
}

.opzioneCaso {
  display: none;
  padding: 2px 7px 2px;
}

.settings-bar {
  width: 100%;
  display: block;
  background: conic-gradient(from 0deg at 80% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 45deg, rgb(102, 119, 145) 85deg, rgb(225, 225, 234) 110deg, rgba(255, 255, 255, 0) 180deg, rgba(255, 255, 255, 0) 360deg),
    linear-gradient(135deg, rgba(246, 248, 249, 0) 0%, rgb(229, 235, 238) 70%, rgb(172, 191, 205) 70.5%, rgb(245, 247, 249) 75%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(70deg, rgba(10, 20, 40), rgb(255, 255, 255) 70px);
  position: fixed;
  border-bottom: 1px solid rgb(20, 10, 10);
  z-index: 99;
}

.titolopagina {
  display: inline-flex;
  font-family: system-ui, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: rgb(50, 60, 60);
  text-shadow: -1px 1px 3px rgba(55, 55, 45, 1);
  position: relative;
  animation: presentazione 2s;
  padding: 3px;
  
  margin-left: 50px;
}

.container-testo {
  display: block;
  
  margin-left: 0px;
  padding-top: 40px;
  padding-right: 20px;
  margin-bottom: 20px;
  background: conic-gradient(from 0deg at 85% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 45deg, rgba(123, 154, 147, 0.6) 85deg, rgba(225, 225, 234, 1) 110deg, rgba(255, 255, 255, 0.3) 180deg, rgba(255, 255, 255, 0) 360deg);
}
.email{
  margin-top: 0px;
  float: right;
}
.testo {
  /*text-indent: 10px;*/
  text-align: justify;
  padding: 40px;
  padding-top: 0px;
  margin: 15px;
  margin-bottom: 0px;
  font-family: system-ui, sans-serif;
  font-size: 18px;
  position: relative;
  column-count: 2;
  column-rule: 1px solid gray;
}
ol {
  padding-left: 0;       
  margin-left: 0;  
}

p::first-letter {
  font-size: 150%;
  font-weight: bold;
  color: rgb(60, 105, 105);
  display : inline;
  padding-bottom: 0%;
}
.container {
  display: grid;
  background-color: rgba(246, 246, 4, 0);
  grid-template-columns: 35% 30% 35%;
  grid-gap: 1px;
  font-family: system-ui, sans-serif;
}

#gaussiana:checked~.opzioneCaso {
  display: inline-block;
}

.riquadro {
  padding: 5px;
  margin: 5px;
  border: solid 1px gray;
  background-color: rgb(225, 236, 238);
  font-family: system-ui, sans-serif;
}
.evidenzia {
  background-color: #ebbd26;
  transition: background-color 0.5s ease;
}
.item1 {
  padding: 2px;
  margin:0;
  font-size: 13px;
  font-family: system-ui, sans-serif;
  order: 2;
}

.item2 {
  order: 3;
  margin:2px;
  padding:0;
}

#tabella {
  float: left;
  text-align: center;
}

.item3 {
  margin: 2px;
  padding: 0;
  order: 1;
}


/* screen-reader only */
.sr-only {
  position:absolute;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0);
  white-space:nowrap; border:0;
}

/* label con icona informativa */
.hint-icon {
  cursor: help;
  color: #064;               /* colore testo; personalizza se vuoi */
  font-weight: 600;
  display:inline-flex;
  align-items:center;
  gap: .4rem;
}

/* icona */
.info-icon {
  margin-left:6px;
  font-size:0.95em;
  opacity:0.95;
  line-height:1;
}

/* focus visibile per accessibilità */
.hint-icon:focus {
  outline: 3px solid rgba(0,85,85,0.15);
  outline-offset: 3px;
  border-radius: 4px;
}
.muted-strike {
    color: #777; 
    text-decoration: line-through;
    text-decoration-thickness: 2px; 
    text-decoration-color: rgba(120,120,120,0.9);
    transition: color 160ms ease, text-decoration-color 160ms ease, opacity 160ms ease;
    opacity: 0.85;
    pointer-events: none; 
  }

@media screen and (max-width: 800px) {
  .settings-bar{
    height: 7%;
    min-height: 50px;
  }
  .titolopagina {
    font-size: 1.2rem;
    margin-left: 5px;
  }
  li{
    font-size: 1rem;
  }
  a{
    float: right;
    font-size: 0.7rem;
  }
  .email{
    font-size: 0.8rem;
    align-items: center;
    float: right;
    padding-top: 30px;
    margin-top: -10px;
  }
  .testo{
    column-count: 1;
    font-size: 1rem;
  }
  .testo2{
    column-count: 1;
    font-size: 1rem;
  }
  .container {
    display: block;
    padding:0;

  }
  .container-testo{
    display: block;
    padding:0px;
    padding-top: 80px;

  }  
  
}

@keyframes presentazione {
  0% {
    transform: scale3d(10, 10, 10);
    opacity: 0;
  }

  100% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }

  0% {
    transform: translateX(200%);
  }

  100% {
    transform: translateX(0);
  }
}