.app-data-picker {
  width: 100%;
  .anticon {
    padding: 0 2px;
    font-size: 13px;
  }
  .anticon-close-circle {
    display: none;
  }
  &:hover {
    .anticon-close-circle {
      display: block;
    }
  }
  > .ant-select-arrow {
    position: absolute;
    top: 1px;
    right: 10px;
    margin: 0;
    padding: 0;
    width: max-content;
    height: calc(100% - 2px);
    background-color: @layout-body-background;
    > .app-data-picker-dropdown-select-icon {
      position: relative;
      flex: auto;
      width: max-content;
      top: 25%;
      right: 0px;
      color: @text-color;
      display: flex;
      > .anticon {
        flex: auto;
      }
    }
    > .anticon {
      position: relative;
      top: 25%;
      right: 0px;
      color: @text-color;
    }
  }
  &.ant-select{
    >.ant-select-arrow{
      background-color: transparent;
    }
  }
}

.app-editor-data-picker-dropdown {
  background-color: @layout-body-background;

  .ant-select-item.ant-select-item-option:has(.ant-empty) {
    background-color: @layout-body-background;
  }
}
