/* SIPAD — rifiniture dedicate alla pagina Delegati regionali */
.sipad-delegates [id$="DataList1"] > tbody > tr > td {
  align-items: center;
  text-align: center;
}

.sipad-delegates [id$="regione"],
.sipad-delegates [id$="titoloLabel"],
.sipad-delegates [id$="DataList1"] td > strong,
.sipad-delegates [id$="linkemail"] {
  width: 100%;
  text-align: center;
}

.sipad-delegates [id$="IDutenteLabel"]:has(img[src$="void.jpg"]) {
  position: relative;
  display: flex !important;
  overflow: hidden;
  min-height: 184px;
  background: linear-gradient(145deg,#dfe6eb,#cfd8df);
}

.sipad-delegates [id$="IDutenteLabel"]:has(img[src$="void.jpg"])::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f5f7f9;
  transform: translateX(-50%);
}

.sipad-delegates [id$="IDutenteLabel"]:has(img[src$="void.jpg"])::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 132px;
  height: 108px;
  border-radius: 66px 66px 18px 18px;
  background: #f5f7f9;
  transform: translateX(-50%);
}

.sipad-delegates [id$="IDutenteLabel"]:has(img[src$="void.jpg"]) img {
  display: none;
}
