.cr-image-uploader {
  &__dragger {
    line-height: 16px;
    min-width: 220px;
    width: 100%;
    &.ant-upload-drag {
      background-color: #fff;
      border: 0;
      background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%23e6e2db' stroke-width='3' stroke-dasharray='12%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
      border-radius: 12px;
      .ant-upload {
        padding: 0;
      }
    }
  }

  &__icon {
    font-size: 22px;
  }

  &__title {
    font-size: 12px;
    font-weight: 800;
  }

  &__description {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
  }

  &__container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }

  &__content {
    padding: 32px 16px;
    color: #3f3d56;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    &--show-image {
      background-color: rgba(0, 0, 0, 0.35);
      color: #fff !important;
    }
  }

  .ant-upload-list-item-card-actions-btn.ant-btn-sm {
    height: auto !important;
  }
}