.form-upload {
  flex-direction: row;
  flex-wrap: wrap;
  &__add {
    width: 160px;
    height: 160px;
    background-color: rgba(244, 244, 244, 1);
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-right: 15px;
    &__text {
      height: 34px;
      font-size: 24px;
      line-height: 34px;
      color: rgba(111, 111, 111, 1);
      margin-top: 20px;
    }
  }
  &__item {
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
    margin-right: 15px;
    &__image {
      width: 160px;
      height: 160px;
    }
    &__close {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background-color: rgba(0, 0, 0, 0.5);
      align-items: center;
      justify-content: center;
    }
  }
}
