.title-container {
  background-color: #eaf0f8;
  overflow-x: visible;
  width: 100%;
  padding-bottom: 2.5rem;
}
.text-blue {
  color: #00205c !important;
}
.text-lblue {
  color: #112f67 !important;
}
.cercaButton {
  background-color: #00205c !important;
  color: white !important;
  display: block !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  padding: 10px 5px !important;
  width: 130px !important;
  vertical-align: middle !important;
  border: 1px solid #00205c !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
}

.cercaButton:hover {
  color: #00205c !important;
  background-color: white !important;
}

@media (max-width: 767px) {
  .cercaButton {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}

.cc-button-secondary {
  border-radius: 12px !important;
}

.filter-option.pull-left {
  color: #00205c !important;
}

.cc-title {
  color: #00205c !important;
}

.cc-note {
  color: #00205c !important;
}

.cc-label {
  color: #00205c !important;
  padding-left: 5%;
  font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.cc-section-simil-table .cc-simil-table .cc-table-body .cc-row-table {
  border-top: none !important;
  max-width: 50%;
}
.cc-section-simil-table .cc-simil-table.cc-simil-table-1 .cc-row-main {
  display: flex;
  flex-direction: column;
}

.cc-svg-phone-table {
 filter: invert(10%) sepia(100%) saturate(1000%) hue-rotate(200deg) brightness(70%) contrast(100%);   
}

.cc-svg-email-table {
  filter: invert(10%) sepia(100%) saturate(1000%) hue-rotate(200deg) brightness(70%) contrast(100%);
}

.cc-col {
  display: flex;
  flex-direction: column;
  gap: 5px; /* Spazio tra gli elementi, opzionale */
}

.cc-section-simil-table .cc-simil-table .cc-table-body .cc-row-table {
  padding-top: 15px !important;
  border-top: none !important;
}

.cc-row-main {
  display: flex;
}

.cc-section-simil-table .cc-simil-table.cc-simil-table-1 .cc-row-main {
  min-height: 160px;
  max-height: 160px;
  padding-top: 2%;
}

.cc-section-simil-table .cc-simil-table.cc-simil-table-1 .cc-row-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  border-bottom: 2px solid #edf0f2;
}

.cc-section-simil-table .cc-simil-table.cc-simil-table-1 .cc-col.cc-col-1 {
  width: 100% !important;
  padding-right: 50px;
}
.details {
  position: absolute;
  left: 82%; /* Center horizontally */
  top: 64%; /* Adjust vertical position as needed */
  transform: translate(-50%, -20%); /* Fine-tune alignment */
  color: #00205c;
  background-color: #e2e2e2;
  border: none;
  border-radius: 4px;
}

/* .cc-content-select .bootstrap-select .dropdown-toggle:focus{
    background-color:#00205c!important;
    color:white !important;
} */

.cercaIm {
  position: absolute;
  /*     left: 82%;   
    top: 64%;    
    transform: translate(-50%, -20%);  */
  max-width: 100px;
}

/* Silvia  */

.titolo {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #00205c;
  font-size: 25px;
  line-height: 23px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 1%;
}

@media (min-width: 1024px) {
  .titolo {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    max-height: 45px;
  }
}

.indirizzo {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #00205c !important;
  font-size: 17px;
  text-align: left;
  padding-bottom: 1%;
}


.label{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #00205c !important;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.dettagli {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.button-dettagli {
          color: #00205c;
  background-color: #e2e2e2;
  border: none;
  border-radius: 4px;
      font-size: 13px;
    padding: 2%;
}
.button-dettagli:hover{
  color:white;
  background-color: #0069d9;
}
@media (max-width: 767px) {
  .dettagli {
    flex-direction: column;
    align-items: stretch; /* o center, se vuoi centrare il bottone */
  }

}
.cella{
  height: 200px;
  padding-top: 2%;
  padding-bottom: 2%;
}
@media (max-width: 992px) {
  .cella {
  height: auto;
  }

}
.cella::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  border-bottom: 2px solid #edf0f2;
}

.imgTorneo{
  max-width: 100%;
  padding-bottom: 2%;
}




