.pisell-lowcode-add-field-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #E2E2E2;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  cursor: pointer;

  .pisell-lowcode-add-field-icon {}
}

.pisell-lowcode-popover-wrap {
  :global {
    .pisell-lowcode-popover-arrow {
      display: none;
    }
  }
}

.pisell-lowcode-add-field-modal {
  width: 360px;
  padding: 16px 16px 0 16px;

  .pisell-lowcode-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    margin: 0 -16px;
    padding: 0 16px;
    border-top: 1px solid #F1F1F1;

    .pisell-lowcode-add-describe {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;

      .pisell-lowcode-icon {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #1B1B1B;
      }

      .pisell-lowcode-label {
        margin-left: 2px;
        font-size: 14px;
        color: #777777;
      }
    }

    .pisell-lowcode-btns {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;

      .pisell-lowcode-cancel {
        cursor: pointer;
        font-weight: 400;
        font-size: 14px;
        color: #1B1B1B;
      }

      .pisell-lowcode-submit {
        cursor: pointer;
        font-weight: 400;
        font-size: 14px;
        color: var(--theme-color);
      }
    }


  }
}