.members {
  & > div {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.members-list {
  & > h2 {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  [name="segment1"] {
    label {
      display: none;
    }
    .ss-multi-selected {
      background: #fff;
    }
    .ss-disabled {
      text-indent: -999em;
      &::before {
        position: relative;
        color: var(--color-body);
        text-indent: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
      }
    }
    [name="tzcld_profile.regions"] {
      .ss-disabled::before {
        content: "Régions";
      }
    }
    [name="tzcld_profile.departments"] {
      .ss-disabled::before {
        content: "Départements";
      }
    }
  }
  solid-form-search {
    &.padding-top-large {
      padding-top: 0;
    }
  }
}

.members-list {
  [name="segment4"] {
    display: none;
  }
  & > .directory-checkbox {
    display: none;
  }
}

.members-list solid-form-search.padding-bottom-large {
  padding-bottom: 0;
}

solid-directory .counter > div:first-child,
solid-picture .counter > div:first-child {
  display: block !important;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
  text-align: center;
}

solid-directory .counter > div:first-child:before,
solid-picture .counter > div:first-child:before {
  border-top: 1px solid #807a7a;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
}

solid-directory .counter > div:first-child > span,
solid-picture .counter > div:first-child > span {
  background: #f6f6f6;
  color: var(--color-heading);
  font-size: 16px;
  padding: 0 21.5px;
  position: relative;
  text-align: center;
}

.members-edit-profile {
  form > [name="email"] label.text-uppercase {
    text-transform: none;
    font-size: 16px;
  }

  form div[name="tzcld_profile.membership"] label {
    display: inline-block;
    min-width: 25%;
    padding: 15px;
    &:first-child {
      padding-left: 0;
    }
    &:last-child {
      padding-right: 0;
    }
    input {
      display: inline-block;
      vertical-align: middle;
    }
    span {
      display: inline-block;
      vertical-align: text-bottom;
    }
  }
}
