.edit-profile {
  a {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.contact-info-title {
  width: 35%;
  + p {
    width: 65%;
    font-weight: 600;
  }
}
.img-detail {
  .img-box {
    border-radius: 8px;
    border: solid 1px rgba(47, 50, 59, 0.2);
    padding: 5px;
  }
}
.professional-detail {
  .contact-info-title {
    width: 45%;
  }
}
.ant-list-item-meta {
  align-items: center !important;
  margin-bottom: 10px;
  .ant-list-item-meta-avatar {
    margin-inline-end: 10px !important;
  }
}
.ant-list-item {
  position: relative;
  .review-img {
    position: absolute;
    left: 190px;
    top: 18px;
    img {
      max-width: 80%;
    }
  }
}
.edit-form {
  .textarea-field.input-label {
    height: 70px;
  }
}
.change-password-form {
  .btn-theme.btn-theme2.btn-dark {
    padding: 6px 30px;
  }
}
