div.full > span.ant-upload-wrapper {
  width: 90% !important;
  height: 100% !important;
  display: block;
}
div.full > span.ant-upload-wrapper.document-uploaded {
  height: auto;
}
div.full .custom-upload-list {
  height: 100%;
  min-height: 200px;
}
div.full .custom-upload-list .ant-upload-wrapper, div.full .custom-upload-list .ant-upload {
  min-height: 200px;
  height: 100%;
}
div.full {
  height: 100% !important;
}

div.custom-upload-list .ant-upload-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
div.custom-upload-list .ant-upload-list::before {
  display: none;
}
div.custom-upload-list .ant-upload-list .ant-upload-list-item-container {
  flex-basis: calc(50% - 6px);
  max-width: calc(50% - 6px);
  flex-grow: 0;
  flex-shrink: 1;
}
div.custom-upload-list .ant-upload-list .ant-upload-list-item-container .ant-upload-list-item-name {
  max-width: 100%;
  text-overflow: ellipsis;
  text-decoration: none;
  color: black;
  cursor: default;
}