/* Overlay/Backdrop */
.filter-dropdown-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(180, 180, 180, 0.4);
  z-index: 98;
  animation: fadeIn 0.2s ease;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.filter-dropdown-overlay.show {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .hidden-item {
    display: none !important;
  }
}

.singolo_giorno {
  display: inline-block;
  padding: 10px 20px;
}

.luoghi_container {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
/*luoghi_container:first-child{max-height:900px;}*/

.eventi_container {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
/*.eventi_container:first-child{max-height:900px;}*/

.evento_content {
  padding-bottom: 30px;
}
.evento_title:hover + .evento_content,
.evento_content:hover {
}

/*.evento_content{max-height:0; overflow:hidden; transition: all 0.9s;}
.evento_title:hover+.evento_content, .evento_content:hover{max-height:500px;padding-bottom: 30px;}*/

.vai-all-evento {
  display: block;
}

.singolo_evento {
  position: relative;
  padding-left: 40px;
}

.singolo_evento::before {
  content: "";
  z-index: 2;
  width: 23px;
  height: 23px;
  margin: auto !important;
  position: absolute;
  left: 0px;
  right: auto;
  top: 0px;
  bottom: auto;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-color: #c0c0c0;
  background: #fff;
}

.singolo_evento:hover::before {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.singolo_evento:hover .evento_title h3 {
    color: var(--primary-color);
}

.singolo_evento::after {
  content: "";
  width: 1px;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 11px;
  top: 0;
  background: #c0c0c0;
}

.singolo_evento:last-child::after {
  display: none;
}

.label-giorni-container {
  background: #363636;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 15px 0;
}
.campo_giorno {
  background: #636363;
  color: #fff !important;
  cursor: pointer;
  padding: 10px 25px;
  border-radius: 23px;
}
.campo_giorno.attivo {
  background: var(--primary-color);
}
.campo_giorno:hover {
  background: var(--primary-color);
}

.campo_giorno2020 {
  background: #636363;
  color: #fff !important;
  cursor: pointer;
  padding: 10px 25px;
  border-radius: 23px;
}
.campo_giorno2020.attivo {
  background: var(--primary-color);
}
.campo_giorno2020:hover {
  background: var(--primary-color);
}

.giorni-list {
  text-align: center;
  padding-left: 0;
}

.blochi-luoghi-container {
  background: #f0f0f0;
  text-align: center;
  padding: 15px 0;
  text-align: center;
}
.singolo_luogo {
  display: inline-block;
  margin: 0 20px;
}
.campo_luogo {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.campo_luogo.attivo {
  color: var(--primary-color) !important;
}

.evento_inizio_fine {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #1d1d1f;
}
.evento_title h3 {
  color: #1d1d1f;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}

.evento_img {
  display: block;
  margin-bottom: 20px;
  max-width: 325px;
}

.blochi-eventi-container {
  border: 1px solid #f0f0f0;
  padding: 30px;
  margin-bottom: 75px;
}

.evento_relatore {
}

.riassunto-desktop {
  display: block;
}
.riassunto-mobile {
  display: none;
}
.note_finali {
  margin-top: 20px;
}

.note_finali h3 {
  font-size: 20px;
  line-height: 22px;
  color: var(--primary-color);
  margin-bottom: 0;
}

.note_finali > div {
  padding: 15px 40px;
  border-top: 1px solid #c0c0c0;
  text-align: center;
}
.note_finali > div:last-child {
  border-bottom: 1px solid #c0c0c0;
}
.note_finali > div:nth-child(odd) {
  background: #eee;
}

.main-content-container .campo_note > div * {
  font-size: 14px !important;
  margin-top: 30px;
}

.single-convengo-container .orari {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.single-convengo-container .relatore {
  font-size: 20px;
}
.single-convengo-container .info-evento-aggiuntive {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  color: #b2b1b1;
  text-transform: uppercase;
}
.single-convengo-container .luogo,
.single-convengo-container .giorno {
  /* margin-right:10px; */
  color: #222324;
}
.singolo_convegno_sidebar {
  padding-left: 60px;
}
/*
.info-evento-aggiuntive{font-size:20px; margin-bottom: 30px;}
.info-evento-aggiuntive>div{padding: 15px 40px;}
.info-evento-aggiuntive>div:nth-child(odd){background:#eee}
.info-evento-aggiuntive>div:nth-child(even){background:#fff}
.info-evento-aggiuntive i {margin-right:10px;}
*/

.center-white {
  text-align: center;
  color: #fff;
}
.barra-laterale-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 24px;
  color: var( --text-color);
  margin-top: 5px;
}

.singolo_evento_side {
  position: relative;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.singolo_evento_side::before {
  content: "";
  z-index: 2;
  width: 11px;
  height: 11px;
  margin: auto !important;
  position: absolute;
  left: 0px;
  right: auto;
  top: 20px;
  bottom: auto;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-color: #c0c0c0;
  background: #fff;
}

.singolo_evento_side:hover::before {
  background: #c0c0c0;
}

.singolo_evento_side::after {
  content: "";
  width: 1px;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 5px;
  top: 20px;
  background: #c0c0c0;
}
.side_orario {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 22px;
  color: var(--secondary-color);
  text-transform: uppercase;
}
.side_luogo { 
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.singolo_evento_side:last-child::after {
  display: none;
}
.singolo_evento_side_link,
.singolo_evento_side_link:focus,
.singolo_evento_side_link:visited {
  color: #555555;
}

.single-logo-convegno {
  width: 100px;
  height: auto;
  margin-left: 10px;
}
.single-logo-convegno:first-child {
  margin-left: 0;
}

.single-convegno-loghi.loghi-anteprima-container_wrap {
  margin: 30px 0;
}

.main-content-container p.in_collaborazione_con {
  font-size: 16px;
  padding-top: 16px;
}
.introduzione-singolo-convegno {
  margin-bottom: 20px;
}
.loghi-anteprima-container {
  margin-bottom: 30px;
}
.btn_programma {
  color: #fff !important;
  background: var(--primary-color);
  padding: 5px 10px;
  font-weight: bold;
  display: inline-block;
}

.riassunto-signolo-convegno {
  margin-bottom: 20px;
  font-size: 20px;
}
.content-container-single-convegno {
  margin-top: 40px;
}
.campo_note {
  margin-top: 20px;
}
.campo_mappa img {
  max-width: 100%;
}

/*2022*/
.blocco_convegni {
  padding: 90px 0;
}
.titolo_blocco_convegni {
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 30px;
}
.testo_blocco_convegni {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 80px;
}
.anteprima_convegni_container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.anteprima_convegni_container .nav-item {
  width: calc(25% - 12px);
  text-align: center;
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
.anteprima_convegni_container .nav-item a {
  font-family: "Inter", sans-serif;
  padding: 30px 20px;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.4px;
  font-weight: 600;
  position: relative;
  border: 0;
  border-bottom: 1px solid var(--text-grey);
  background: #ffffff;
  color: var(--text-color);
}
.anteprima_convegni_container .nav-item a.active {
  background: var(--primary-color);
  font-weight: 600;
  color: #ffffff;
}
.anteprima_convegni_container .nav-item:last-child a {
  border-radius: 0;
}
.anteprima_convegni_container .nav.nav-tabs {
  border-radius: 0;
  overflow: hidden;
  border: 0;
}
.anteprima_convegni_container .tab-content {
  background: #ffffff;
  padding: 60px;
  position: relative;
}

.evento_luogo {
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.convegno_intro {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.convegno_relatore {
  color: #838383;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
}

.anteprima_convegno.singolo_evento {
  padding-bottom: 40px;
  cursor: pointer;
  position: relative;
}

/* .anteprima_convegno.singolo_evento:hover {
  opacity: 0.8;
} */

.anteprima_convegno.singolo_evento:hover::before {
  z-index: 2;
}

.anteprima_convegno.singolo_evento:hover::after {
  z-index: 1;
}

.anteprima_convegno.singolo_evento.no-after::after {
  display: none;
}

.anteprima_convegno.singolo_evento:last-child {
  padding-bottom: 0px;
}

.content-container-single-convegno h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
/* .main-content-container .content-container-single-convegno p, .main-content-container .content-container-single-convegno li {
    font-size: 18px; font-weight:300; line-height:28px; color:#838383;    letter-spacing: normal;
} */
.main-content-container .content-container-single-convegno strong {
  color: #1d1d1f;
}
.testo_mappa {
  text-align: center;
  margin: 150px 0 60px 0;
}

.singolo_convegno_sidebar .label-giorni-container {
  background: #ed1c24;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 15px 0 0 40px;
}
.singolo_convegno_sidebar .blochi-luoghi-container {
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #ed1c24;
  text-transform: uppercase;
  padding-left: 0;
  padding-top: 0;
  text-align: left;
  border-bottom: 1px solid #c9c9c9;
}
.singolo_convegno_sidebar .label-giorni-container + .blochi-luoghi-container {
  padding-top: 0px;
}

.side_wrap_eventi {
  padding: 20px 20px 20px 0;
}
.singolo_convegno_sidebar .singolo_evento_side {
  padding-bottom: 40px;
}
.singolo_convegno_sidebar .singolo_evento_side:last-child {
  padding-bottom: 10px;
}

/* .singolo_convegno_sidebar .singolo_evento_side::after {
  background-color: var(--primary-color);
}
.singolo_convegno_sidebar .singolo_evento_side::before {
  border-color: var(--primary-color);
} */
.singolo_convegno_sidebar .singolo_evento_side:hover::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.singolo_convegno_sidebar .singolo_evento_side:hover .barra-laterale-title{
  color: var(--primary-color);
}
.btn_programma_wrap {
  text-align: center;
}
.btn_programma {
  display: inline-block;
  background: #1d1d1f;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 25px; /*text-transform:uppercase;*/
  line-height: 1;
}
/*
.tab-content:before{content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;}
    */
/* .anteprima_convegni_container .nav.nav-tabs:before{
  content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: rgb(238,238,238);
    background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
} */
.anteprima_convegni_container .nav.nav-tabs {
  position: relative;
  gap: 16px;
}

.testo_mappa {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-color);
}
.campo_iscrizione {
  padding-top: 30px;
  text-align: center;
}
.campo_iscrizione .btn_programma {
  min-width: 277px;
}
.singola-pagina-convegno {
  /* background-image:url(img/ombra_sotto_header.png); 
    background-repeat:no-repeat; 
    background-size:100%;    */
  /* margin-top: -20px;*/
  padding-top: 20px;
}
.single-convengo-container.single2024-container .box-titolo-convegno {
  /* margin-top: 80px; */
  margin-bottom: 40px;
}
.single-convengo-container.single2024-container h1 {
  /* margin-top: 80px; */
  margin-bottom: 10px;
}
.single-convengo-container.single2024-container .campo_sottotitolo p {
  font-size: 22px;
  font-weight: 400;
}
.single-convegno {
  /* background-image:url(img/sfondo_convegni_1.jpg); 
    background-repeat:no-repeat; 
    background-size:100%;  */
  background-color: #f5f5f7;
}
.single-convegno-wrap {
  /* background-image:url(img/sfondo_convegni_2.jpg); 
    background-repeat:no-repeat; 
    background-size:100%;  
    background-position:bottom right;  */
  padding-bottom: 30px;
}
.wrap-colonna-eventi {
  /* background: rgb(245,245,247);
    background: linear-gradient(180deg, rgba(245,245,247,1) 0%, rgba(255,255,255,1) 100%);     */
  padding-bottom: 20px;
}

.a_cura_di {
  /* color: #a1a1a1; */
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .anteprima_convegni_container .nav-item a {
    padding: 10px 15px;
  }
  .load-more-container {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .anteprima_convegni_container .tab-content {
    padding-left: 30px;
    padding-right: 30px;
    background: transparent;
  }
  .anteprima_convegni_container .nav-item a {
    background: transparent;
  }
  .anteprima_convegni_container .nav-tabs {
    border-bottom: 0;
    gap: 3px;
    
  }

  .singolo_convegno_sidebar {
    padding-left: 15px;
    margin-top: 60px;
  }
  /* .anteprima_convegni_container .nav-item {
    width: auto;
    margin-bottom: 0;
  } */
  /* .anteprima_convegni_container .nav-item a{border-top-right-radius:10px; border-top-left-radius:10px;border-bottom: 1px solid #A1A1A1; padding-top:20px; padding-bottom:20px;} */
  .anteprima_convegni_container .nav-item a.active {
    border-bottom-color: var(--primary-color);
  }
  .titolo_blocco_convegni {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 1px;
  }
  .anteprima_convegni_container .nav.nav-tabs:before {
    display: none;
  }
}
.page-id-15166 .riquadro_con_immagine_singola_icona img,
.page-id-15192 .riquadro_con_immagine_singola_icona img {
  width: 200px;
}
.page-id-15166 .riquadro_con_immagine_img_text,
.page-id-15192 .riquadro_con_immagine_img_text {
  display: flex;
  flex-direction: column;
}
.page-id-15166 .riquadro_con_immagine_img_text div:nth-child(1),
.page-id-15192 .riquadro_con_immagine_img_text div:nth-child(1) {
  order: 2;
}
.page-id-15166 .riquadro_con_immagine_img_text div:nth-child(2),
.page-id-15192 .riquadro_con_immagine_img_text div:nth-child(2) {
  order: 3;
}
.page-id-15166 .riquadro_con_immagine_img_text div:nth-child(3),
.page-id-15192 .riquadro_con_immagine_img_text div:nth-child(3) {
  order: 1;
}
.page-id-15166 .riquadro_con_immagine_img_text div:nth-child(4),
.page-id-15192 .riquadro_con_immagine_img_text div:nth-child(4) {
  order: 4;
}
.page-id-15166 .riquadro_con_immagine_img_text div:nth-child(5),
.page-id-15192 .riquadro_con_immagine_img_text div:nth-child(5) {
  order: 5;
}

.convegni2023 .campo_giorno {
  color: #1d1d1f !important;
}
.convegni2023 .campo_giorno.active {
  color: #fff !important;
}
.convegni2023 .blochi-eventi-container {
  background: #fff;
}


@media (min-width: 768px) {
  .hidden-item {
    display: none !important;
  }
}

.load-more-container {
  padding: 20px 0;
}

.load-more-btn {
  margin-top: 20px;
  padding: 12px 30px;
  background-color: #e30614;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s;
}

.load-more-btn:hover {
  background-color: #c21b11;
}
.load-more-btn:focus {
  outline: none;
}
/* Filtri Sidebar */
.convegni-filters-sidebar {
  margin-bottom: 30px;
}

.filters-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var( --text-color);
}

.filter-item {
  margin-bottom: 12px;
}

.filter-item input[type="checkbox"] {
  margin-right: 8px;
  cursor: pointer;
}

.filter-item label {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
}

.filter-reset {
  margin-top: 15px;
}

.filter-reset button {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  transition: background-color 0.3s;
  color: #999;
}

/* Bottone disattivato (stato di default) */
.filter-reset button:disabled,
.filter-reset button.disabled {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  color: #999;
  cursor: not-allowed;
  opacity: 0.6;
}

/* Bottone attivo (quando ci sono filtri selezionati) */
.filter-reset button:not(:disabled):not(.disabled),
.filter-reset button.active {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
}

.filter-reset button:not(:disabled):not(.disabled):hover,
.filter-reset button.active:hover {
  background-color: #333;
  border: 1px solid #333;
}

/* Topbar Filtri */
.convegni-filters-topbar {
  background-color: transparent;
  padding: 20px 0;
  margin-bottom: 30px;
  border: none;
}

.filter-select-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  position: relative;
}

.filter-select-label {
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  color: var( --text-color);
  flex-shrink: 0;
  align-self: flex-end;
  line-height: 25px;
  margin-bottom: 0;
}

.filter-dropdown-btn {
  width: 100%;
  padding: 12px 15px;
    border: none;
    border-bottom: 1px solid #707070;
  border-radius: 0;
  font-size: 15px;
  line-height: 25px;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s;
}

.filter-dropdown-wrapper {
  flex: 1;
  max-width: 550px;
  position: relative;
  z-index: 99;
}

.filter-dropdown-btn:hover {
  border-color: #999;
}

.filter-dropdown-btn:focus {
  outline: none;
  border-color: var(--text-color);
  /* box-shadow: 0 0 0 2px rgba(227, 6, 20, 0.1); */
}

.filter-dropdown-btn.active {
  /* border-color: var( --text-color); */
  color: var(--text-color);
  font-weight: 700;
  border-bottom: 1px solid #707070;
}

.filter-dropdown-arrow {
  width: 17px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.121' height='9.311' viewBox='0 0 17.121 9.311'%3E%3Cpath id='Tracciato_85834' data-name='Tracciato 85834' d='M19.5,8.25,12,15.75,4.5,8.25' transform='translate(20.561 16.5) rotate(180)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.2s;
  flex-shrink: 0;
  transform: rotate(180deg);
}

.filter-dropdown-btn.active .filter-dropdown-arrow {
  transform: rotate(0deg);
}

.filter-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: none;
  border-top: none;
  max-width: 550px;
  min-width: 250px;
  width: 100%;
  display: none;
  flex-direction: column;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.filter-dropdown-menu.show {
  display: flex;
}

.filter-dropdown-menu.top {
  top: auto;
  bottom: 100%;
}

.filter-dropdown-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  /* border-bottom: 1px solid #f0f0f0; */
  cursor: pointer;
  transition: background-color 0.2s;
}

.filter-dropdown-item:hover {
  background-color: #f9f9f9;
}

.filter-dropdown-item input[type="checkbox"] {
  display: none;
}

.filter-dropdown-item label {
  cursor: pointer;
  flex: 1;
  margin-bottom: 0;
  font-size: 14px;
  color: var( --text-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-right: 10px; */
}

.filter-dropdown-item input[type="checkbox"] + label::after {
  content: "";
  width: 17px;
  height: 15px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.101' height='15.29' viewBox='0 0 17.101 15.29'%3E%3Cpath id='Tracciato_85837' data-name='Tracciato 85837' d='M4.5,12.75l6,6,9-13.5' transform='translate(-3.439 -4.21)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: opacity 0.2s;
}

.filter-dropdown-item input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.filter-dropdown-item input[type="checkbox"]:checked + label {
  font-weight: 700;
  color: var(--primary-color);
}
.selected-filters-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.selected-filters-wrapper:empty,
.selected-filters-wrapper:has(.selected-filters:empty) {
  display: none;
}

.selected-filters-label {
  font-weight: 400;
  font-size: 15px;
  color: var( --text-color);
  white-space: nowrap;
  flex-shrink: 0;
  margin-bottom: 0;
}

.selected-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.selected-filters:empty {
  display: none;
}

.filter-tag {
  background-color: #fff;
    color: var( --text-color);
    padding: 0 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* border: 1px solid #d8d8d8; */
    height: 30px;
}

.filter-tag .remove-filter {
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #999;
  transition: color 0.2s;
  line-height: 1;
}

.filter-tag .remove-filter:hover {
  color: var( --text-color);
}

.filter-reset-top {
  flex-shrink: 0;
  margin-left: auto;
  align-self: flex-end;
}

.filter-reset-top a {
  background-color: transparent;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: #A8A8A8;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* Link disattivato */
.filter-reset-top a.disabled {
  color: #A8A8A8;
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

/* Link attivo */
.filter-reset-top a:not(.disabled),
.filter-reset-top a.active {
  color: var( --text-color);
}

.filter-reset-top a:not(.disabled):hover,
.filter-reset-top a.active:hover {
  color: var( --text-color);
}

.filter-reset-top a::before {
  content: "✕";
  font-weight: bold;
}

.filter-reset-top button:hover {
  color: var( --text-color);
}

.filter-reset-top button::before {
  content: "✕";
}
@media screen and (max-width: 992px) {

  .filter-select-wrapper {
    gap: 20px;
  }
  .selected-filters-wrapper {
    gap: 20px;
  }
}

.no-results {
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 500;
}


@media screen and (max-width: 600px) {
  .anteprima_convegni_container .nav-item {
    min-width: 120px;
    flex: 0 0 auto;
  }
  .anteprima_convegni_container .nav-item a {
    font-size: 14px;
    line-height: 20px;
  }
  .anteprima_convegni_container .nav.nav-tabs {
    gap: 5px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  .filter-select-wrapper {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .filter-select-label {
    display: none;
    /* text-align: center;
    width: 100%; */
  }
  .filter-dropdown-wrapper {
    width: 100%;
    max-width: none;
  }
  .filter-reset-top {
    margin-left: 0 !important;
    align-self: auto;
  }
  .testo_blocco_convegni {
    margin-bottom: 30px;
  }
  .load-more-container {
    display: none;
  }
}

.area-tematica-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.area-tematica-badges .badge {
    background-color: #fff;
    color: var( --text-color);
    padding: 0 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 30px;
}

.logo-goes-global {
  width: 100%;
  max-width: 220px;
  margin-bottom: 20px;
}
.logo-area {
  width: 100px;
  margin-right: 10px;
}
.goesglobal_goesdining {
  display: flex;
  gap: 20px;
}