.XStHya_input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  flex: 1;
}

.XStHya_options {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.XStHya_options > li:hover {
  background: #d3d3d3;
}

.NzRsbG_file {
  width: 8rem;
  height: 8rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.NzRsbG_file.NzRsbG_empty:before {
  content: "+";
  font-size: 3rem;
}

.NzRsbG_file.NzRsbG_empty input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.NzRsbG_file img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.NzRsbG_file .NzRsbG_close {
  position: absolute;
  top: 0;
  right: .25rem;
}

.NzRsbG_file:hover .NzRsbG_close:before {
  background: #d3d3d3;
}

.-Z-zTa_upload .-Z-zTa_image {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  transition: all .25s;
}

.-Z-zTa_upload .-Z-zTa_summary {
  width: 8rem;
  height: 8rem;
}

.-Z-zTa_upload input[type="file"] {
  cursor: pointer;
}

.-Z-zTa_upload .-Z-zTa_file {
  width: 8rem;
  height: 8rem;
}

.-Z-zTa_upload .-Z-zTa_file:before {
  content: "+";
  color: #ddd;
  margin-top: -1rem;
  font-size: 5rem;
}

.hW5nBa_upload .hW5nBa_delete-icon {
  top: .8rem;
  right: .8rem;
}

.hW5nBa_upload .hW5nBa_image {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  transition: all .25s;
}

.hW5nBa_upload .hW5nBa_file {
  width: 8rem;
  height: 8rem;
}

.hW5nBa_upload .hW5nBa_file:before {
  content: "+";
  color: #d3d3d3;
  margin-top: -1rem;
  font-size: 5rem;
}

