.profile-avatar-edit {
  position: absolute;
  right: -8px;
  bottom: 0;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  background: #138d69;
  color: #fff;
  font-size:13px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(19, 141, 105, .25);
}

.profile-avatar-edit:disabled {
  cursor: wait;
  opacity: .75;
}

.profile-avatar-file {
  display: none !important;
}
