.unido-profile-wrapper {
  position: relative;
}
.unido-profile-wrapper .edit-user-profile-remove-btn {
  position: absolute;
  bottom: 0;
  right: 5%;
  min-width: 18px;
  height: 32px;
  padding: 8px 4px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(168, 168, 168, 0.1);
}
.unido-profile-wrapper .unido-gh2-profile .custom-file-upload-wrapper {
  bottom: 0;
  position: absolute;
  right: 5%;
}
.unido-profile-wrapper .unido-gh2-profile .custom-file-upload-wrapper .custom-file-upload-button {
  cursor: pointer;
  z-index: 1; /* Place the button above the file input */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.unido-profile-wrapper .unido-gh2-profile .custom-file-upload-wrapper .edit-user-picture-upload {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  min-width: 50px;
  opacity: 0;
  cursor: pointer;
}
.unido-profile-wrapper .unido-gh2-profile span {
  display: none;
}
.unido-profile-wrapper .unido-gh2-profile img {
  height: 100px;
  width: 100px !important;
  max-width: 100px !important;
  border-radius: 12px;
  border: 1px dashed #B3B3B3;
}
