#filter-search-reset {
  color: var(--color-text-disabled, #5C6F82);
  text-align: justify;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  cursor: pointer;
}
#post-reset-filter {
  display: none;
}
.z_index_results {
  z-index: 11;
}
.li_opendata {
  display: flex;
}
.text-filter-result {
  color: var(--color-text-base, #1a1a1a);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

/* Style for the search container */
.search-container {
  position: relative;
  width: 100%;
  border: 1px solid;
  padding: 4px 8px !important;
  border-radius: 4px;
  border: 1px solid var(--color-border-secondary, #5c6f82);
  background: var(--color-background-inverse, #fff);
}

/* Style for the search input */
.search-input {
  padding: 4px 0px !important;
  width: 100%;
  text-align: left;
  color: black;
  font-family: "Inter";
  font-weight: 400;
  border-bottom: none !important;
}

/* Style for the search button */
.search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px; /* Adjust the width as needed */
  border: none;
  cursor: pointer;
}

/* Style for the search icon inside the button */
.search-button i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.title-risultati-trovati {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  margin-bottom: 48px;
}
.title-risultati-trovati-bold {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
}
.card-body-risltati {
  padding: 32px 0px 32px 0px !important;
}
.title-card-risultati {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #0066cc;
  text-decoration-line: underline;

  margin-bottom: 16px;
}

.paragrapgh-card-risultati {
  font-family: Inter !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  text-align: left !important;
  color: #2f475e !important;
  margin-bottom: 16px;
}
.ipusm-title-risultati {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  background-color: yellow;
}
.title-trovain {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #2f475e;
  margin-bottom: 0px;
}
.display-sitrove-data {
  display: flex;
  gap: 48px;
}
.title-attivia {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  color: #2f475e;
}
.margin-title-attivita {
  margin-left: 8px;
}

.chip-label-risltati {
  padding: 2px 24px 2px 24px !important ;
  border-radius: 100px;
  border: 1px solid #06c;
  background: #fff;
  margin-top: 0px !important;
  margin-bottom: 16px !important;
  margin-right: 0px !important;
}
.title-label-chip-risultati {
  color: #06c !important ;

  /* chips/small */
  font-family: Inter !important ;
  font-size: 14px !important ;
  font-style: normal !important ;
  font-weight: 600 !important ;
  line-height: 20px !important ; /* 142.857% */
}
.chip-label-risltati:hover:not(.chip-label-risltati-disabled) {
  background: white;
  border-color: none !important;
}
.wrapper-card-risultati {
  border-top: 1px solid;
  border-top: 1px solid #ebeced;
}

.dropdown-file #selectSearchArgomenti {
  width: 100%;
  text-align: left;
  font-family: "Inter";
  color: var(--color-background-secondary, #5c6f82);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.dropdown-file #selectSearchContenuti {
  width: 100%;
  text-align: left;
  font-family: "Inter";
  color: var(--color-background-secondary, #5c6f82);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.svgRisultati {
  float: right;
  margin-top: 9px;
}

@media (min-width: 768px) {
  .d-title-risultati {
    display: none;
  }
  .d-title-desktop {
    display: block;
  }
  .filters-risultati {
    display: flex;
    gap: 56px;
    flex-direction: column;
  }
  .left-side-risultati {
    width: 30%;
  }
  .right-side-risultati {
    width: 70%;
  }
  .container-risultati {
    display: flex;
    gap: 135px;
  }
  .filter-toggler{
    display: none;
  }
  .filters-container-risultati{
    display: flex;
    gap: 56px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .filter-toggler {
    display: flex;
    padding-bottom: 24px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid var(--color-slate-93, #ebeced);
  }
  .filter-toggler-text {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .d-title-risultati {
    display: block;
  }
  .d-title-desktop {
    display: none;
  }
  .liste-risultati {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .liste-risultati-suggerimenti {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }

  .title-input-risultati {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
  }
  .title-eliminato-mobile {
    font-family: Inter !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    text-align: left !important;
  }
  .filters-risultati{
    padding-top: 56px;
    display: flex;
    gap: 56px;
    flex-direction: column;
  }
  .filters-container-risultati{
    display: none;
    gap: 56px;
    flex-direction: column;
  }
  .container-risultati {
    display: flex;
    gap: 48px;
    flex-direction: column;
  }

  .display-sitrove-data {
    display: flex;
    gap: 8px !important;
    flex-direction: column;
  }
  .container-mobile-risultati {
    padding: 0px;
  }
  .title-risultati-trovati-bold {
    font-family: Inter !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 130% !important;
    margin-bottom: 48px !important;
  }
  .d-title-risultati {
    font-family: Inter !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 130% !important;
    margin-bottom: 48px !important;
  }
  .section-mobile-risultati {
    padding: 40px 12px 80px 12px !important;
  }
}

.title-eliminato {
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  margin-bottom: 16px !important;
}

.link-riapplica {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #0066cc;
}
.img-eliminatio {
  margin-top: 64px !important;
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.title-input-risultati {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
}
.liste-risultati {
  margin-bottom: 0px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.liste-risultati-suggerimenti {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.seleziona-text-style {
  color: black;
  font-family: "Inter";
  font-weight: 400;
}

.section-materiali-news {
  display: none;
}

.btn-secondary-custom {
  color: rgba(92, 111, 130, 1) !important;
  background: var(--color-background-disabled, #d9dadb) !important;
}
