.container {
  position: relative;
  width: 32px;
  height: 32px;
}

.button {
  position: absolute;
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  outline: none;
}

.icon {
  width: 16px;
  height: 16px;
  font-size: 17px;
  line-height: 14px;
  color: #4f5051;
}

.fileInput {
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  opacity: 0;
}
