.image-uploader {
  .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-container {
    @apply !rounded-xl;
  }
  .ant-upload-list-item-container,
  .ant-upload-select {
    @apply !w-full !h-[125px] !bg-white;
    .ant-upload-list-item {
      @apply !p-0 !rounded-xl !overflow-hidden !w-full !h-full before:!size-full !flex items-center justify-center;
    }
  }
}

.file-uploader {
  .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-container {
    @apply !rounded-xl;
  }
  .ant-upload-list-item-container,
  .ant-upload-select {
    @apply !w-full !h-[125px] !bg-white;
    .ant-upload-list-item {
      @apply !p-0 !rounded-xl !overflow-hidden !w-full !h-full before:!size-full flex items-center justify-center;
    }
  }
}
