.cts-upload-file {
  display: flex;
  flex-wrap: wrap;
  .upload-img-item {
    width: 154px;
    height: 154px;
    border: 1px dashed $color-icon;
    text-align: center;
    margin-right: 16px;
    position: relative;

    &:nth-child(4n) {
      margin-right: 0;
    }

    &:nth-child(n + 5) {
      margin-top: 16px;
    }

    .delete {
      position: absolute;
      width: 30px;
      height: 30px;
      color: $color-danger;
      right: -10px;
      top: -10px;
    }

    .img {
      width: 100%;
      height: 100%;
    }

    .iconRectangle {
      color: $color-icon;
      margin-top: 28px;
      font-size: 40px;
    }

    .item-text {
      color: $color-icon;
      margin-top: 18px;
    }
  }
}
