.top_block {
  margin-top: -100px;
  z-index: -1;
  position: relative;
}

/* ------------------------------------------------- */
/* TASSONOMIE - SERVIZIO */
/* ------------------------------------------------- */

#loop-step #riga-step.odd .step-counter {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: #20bc71;
  border-radius: 300px;
  filter: drop-shadow(1px 1px 40px rgba(0, 0, 0, 0.1));
}

#loop-step #riga-step.odd .number {
  font-size: 100px;
  font-weight: bold;
  color: #ffffff;
}

#loop-step #riga-step.odd .box-icon {
  position: absolute;
  right: -25px;
  bottom: -25px;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loop-step #riga-step.odd .step-counter .step-line {
  position: absolute;
  top: 95%;
  left: 20px;
  transform: rotate(0);
}

#riga-step .section-label::before {
  left: 0;
  transform: translateX(0);
}

#loop-step #riga-step.even .step-counter {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: #20bc71;
  border-radius: 300px;
  filter: drop-shadow(1px 1px 40px rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: end;
  justify-content: end;
}

#loop-step #riga-step.even .step-counter .step-line {
  position: absolute;
  top: 85%;
  left: -90%;
  transform: rotate(90deg);
}

#loop-step #riga-step.even .number {
  font-size: 100px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 22px;
}

#loop-step #riga-step.even .box-icon {
  position: absolute;
  left: -25px;
  top: -25px;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ------------------------------------------------- */
/* TASSONOMIE - SETTORE */
/* ------------------------------------------------- */

#loop-zone-operative .badge-zona-operativa {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #989898;
  background-color: #f5f5f5;
}

#loop-zone-operative .badge-zona-operativa span {
  font-size: 16px;
  font-weight: bold;
}

/* ------------------------------------------------- */
/* PAGINA - DOWNLOAD */
/* ------------------------------------------------- */

#single-file .bg {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 99px #0000001a;
}

#single-file {
  color: var(--dark) !important;
  text-decoration: none;
}

#single-file i {
  color: var(--dark);
  font-size: 15px;
}

#single-file .file-weight {
  font-size: 14px;
  color: #989898;
}


/* ------------------------------------------------- */
/* PAGINA RISULTATI DI RICERCA */
/* ------------------------------------------------- */

#searchResults {
  min-height: 55vh;
}

#searchResults .search-label {
  display: inline-block;
  color: var(--dark);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

/* ------------------------------------------------- */
/* PAGINA 404 */
/* ------------------------------------------------- */

#page-404 {
  min-height: 54vh;
}
