.avatar-upload {
  position: relative;
  max-width: 220px;
}

.avatar-edit label {
  position: absolute;
  right: 3rem;
  z-index: 1;
  top: 1.5rem;
  left: -1rem;
  text-align: center;
  background: black;
  margin: 0 20px;
  color: #fff;
  font-family: "Poppins";
  font-size: 15px;
  padding: 20px 0;
  line-height: 0;
  border-radius: 5px;
  cursor: pointer;
}

.avatar-edit input {
  display: none;
}

.jpg-png p {
  font-size: 12px;
}

.loader-pro {
  text-align: right;
}

section.ProfileInfo-section button.btn {
  width: auto;
  background: #000;
  color: #fff;
}

/* change profile phone start */
.information button.btn {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 15px 50px;
  cursor: pointer;
  width: 100%;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
}

.information button.btn:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}

section.ProfileInfo-section {
  font-family: "Poppins";
  overflow-x: hidden;
}

/* change profile phone End */

/* .avatar-upload .avatar-preview {
    height: 280px;
    position: relative;
    border: 2px solid #7070709e;
    border-radius: 0;
    display: flex;
}
.avatar-preview.active_img #imagePreview {
    filter: unset;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0.5);
}
/* .avatar-edit label {
  margin: 0 130px !important;
} */
.avatar-edit input {
  display: none;
}

/* .avatar-preview {
  height: 280px;
  position: relative;
  border: 2px solid #7070709e;
  border-radius: 0;
  display: flex;
} */
.avatar-preview.active_img #imagePreview {
  filter: unset;
}

.avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0.5);
}

.profile-h .avatar-preview.active_img {
  width: 140px;
  height: 140px;
}

.profile-h .avatar-preview.active_img div#imagePreview {
  border-radius: 50%;
}

.information table.table tr th {
  text-align: center;
}

@media(max-width:767px) {
  .profile-h .avatar-preview.active_img {
    margin: auto;
  }

  .jpg-png p {
    text-align: center;
  }

  .avatar-edit label {
    right: 0;
    left: 0;
  }

  .information table.table tr td:nth-child(1) {
    width: 140px;
    min-width: 110px;
  }

  .information table.table tr td:nth-child(3) {
    width: 150px;
    min-width: 150px;
    text-align: center;
  }

  .information table.table tr th {
    text-align: left;
  }
}