.user-profile-edit {
  padding: 15px;
}
.user-profile-edit .page-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
.user-profile-edit .user-avata label {
  width: 160px;
  height: 160px;
  border-radius: 160px;
  border: solid 4px #e0e0e0;
  position: relative;
}
.user-profile-edit .user-avata label img {
  max-width: 100%;
  height: auto;
  border-radius: 160px;
}
.user-profile-edit .user-avata label svg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.user-profile-edit .user-avata #avataThumb {
  display: none;
}
.user-profile-edit .form-user-profile .form-group {
  max-width: 416px;
  margin-bottom: 0;
  padding: 10px 0px;
  border-bottom: solid 1px #e0e0e0;
  overflow: hidden;
}
.user-profile-edit .form-user-profile .form-group label {
  float: left;
  margin: 0;
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}
.user-profile-edit .form-user-profile .form-group input.form-control,
.user-profile-edit .form-user-profile .form-group div.form-control {
  width: calc(100% - 132px);
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 16px;
  border: solid 1.5px #e0e0e0;
  box-shadow: none;
  float: left;
}
.user-profile-edit .form-user-profile .form-group input.form-control.error {
  border-color: red;
}
.user-profile-edit .form-user-profile .form-group div.form-control {
  border: none;
  text-align: right;
}
.user-profile-edit .form-user-profile .form-action {
  border: none;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.user-profile-edit .form-user-profile .form-action .btn {
  height: 56px;
  font-size: 18px;
  max-width: 47%;
}
.user-profile-edit .form-user-profile .btn-edu {
  height: 56px;
  font-size: 18px;
}
.user-profile-edit .form-user-profile .oldPass,
.user-profile-edit .form-user-profile .newPass {
  border: none;
}
.user-profile-edit .form-user-profile.disableEdit input.form-control,
.user-profile-edit .form-user-profile.disableEdit div.form-control {
  border: none;
  text-align: right;
}
.user-profile-edit .form-user-profile.disableEdit .form-control[readonly] {
  background: transparent;
}
.user-profile-edit .form-user-profile.disableEdit .btn-edu {
  max-width: 100%;
}
.user-profile-edit .form-user-profile.disableEdit .newPass,
.user-profile-edit .form-user-profile.disableEdit .btn-cancel {
  display: none;
}
.user-profile-edit .form-user-profile.disableEdit .oldPass {
  border: none;
}
.user-profile-edit .error {
  color: red;
  display: block;
  clear: left;
}
.user-profile-edit .error ul {
  margin-left: 20px;
}
.user-profile-edit .error ul li {
  margin-bottom: 5px;
}
.education-upload-form .addimage360File {
  display: none;
}
