._editImageButton_1oeon_1 {
  padding: 0.25rem;
  margin: 0.25rem;
  font-size: 2rem;
  color: var(--color-gray-600);
  border: 2px solid var(--color-gray-600);
}

._editImageContent_1oeon_9 {
  position: relative;
  height: 40px;
  width: 40px;
}

._editImageContentWithImage_1oeon_15 {
  background-position: center;
  background-size: cover;
}

._editImageContentWithoutImage_1oeon_20 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

._editImageButton_1oeon_1:hover,
._editImageButton_1oeon_1:active {
  border: 2px solid var(--color-primary) !important; /* stylelint-disable-line declaration-no-important */
}

._loadingSpinner_1oeon_31 {
  width: 2rem;
  height: 2rem;
}

._editImageButton_1oeon_1._squareImageShape_1oeon_36 {
  border-radius: 3px;
}

._editImageButton_1oeon_1._circleImageShape_1oeon_40 {
  border-radius: 50%;
}

._fileInput_1oeon_44 {
  display: none;
}

._clearButton_1oeon_48 {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: white;
  width: 20px !important; /* stylelint-disable-line declaration-no-important */
  height: 20px !important; /* stylelint-disable-line declaration-no-important */
  border: solid 2px;
}
