.cust-upload-box {
  .ant-upload-picture-card-wrapper {
    display: inline-flex;
  }
  .ant-upload-select-picture-card {
    position: relative;
    .cust-upload-progress {
      position: absolute;
      width: 80px;
      height: 2px;
      left: 8px;
      bottom: 4px;
      .cust-upload-bar {
        width: 100%;
        height: 100%;
        background: rgba(110, 182, 75, 1);
      }
    }
  }
}

.hidden-upload-Btn .ant-upload {
  visibility: hidden;
}
