.pisell-lowcode-upload {
  position: relative;
}
.pisell-upload-button {
  border: 0;
  background: none;
  cursor: inherit;
  color: #000;

  .pisell-upload-text {
    margin-top: 8px;
  }

  .pisell-upload-globe-icon {
    position: absolute;
    right: 6px;
    bottom: 6px;
    cursor: pointer;
    color: #98a2b3;
    font-size: 20px;
    &:hover {
      transition: color 0.3s;
      color: var(--theme-color);
    }
  }
  // &[disabled] {
  //   opacity: 0.4;
  // }
}
.pisell-data-source-upload {
  .pisell-lowcode-upload-list-item-container {
    .pisell-lowcode-upload-list-item-action {
      &:hover {
        background: none !important;
      }
    }
  }
}

.pisell-upload-multilingual-container {
  padding: 24px 0;

  .pisell-upload-multilingual-item {
    margin-bottom: 24px;
    &-title {
      font-size: 14px;
      font-weight: 500;
      color: #344054;
      margin-bottom: 8px;
    }

    &-content {
      .ant-upload-wrapper {
        .ant-upload-list {
          .ant-upload-list-item-container {
            width: 100px;
            height: 100px;
          }
        }
        .ant-upload.ant-upload-select {
          width: 100px;
          height: 100px;
        }
      }
    }
  }
}

.pisell-upload-multilingual-icon {
  color: #fff;
  font-size: 16px;
}

.pisell-lowcode-image-preview-wrap {
  z-index: 1201 !important;
}
.pisell-lowcode-image-preview-mask {
  z-index: 1201 !important;
}
.pisell-lowcode-image-preview-operations-wrapper {
  z-index: 1202 !important;
}

.pisell-lowcode-upload-camera-popover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;

  .pisell-lowcode-upload-camera-wrapper {
    height: 100%;
    width: 100%;
  }
}

.pisell-lowcode-upload-camera-popover-content {
  margin: -12px;
  display: flex;
  flex-direction: column;
  width: 200px;
  border-radius: 10px;
  overflow: hidden;

  .pisell-lowcode-upload-camera-popover-content-item {
    padding: 10px 12px;
    cursor: pointer;

    &:hover {
      background-color: #f0f0f0;
    }
  }
}
