.@{prefixCls}-input-compact {
  display: flex;
  align-items: center;
  height: @input-height-base;
  padding: 0;

  &.@{ant-prefix}-input-borderless {
    height: @input-height-base - 2 * @border-width-base;
  }

  &-gutter {
    position: relative;
    display: block;
    width: 1px;
    height: (@input-height-base - 2px - 10px);
    background-color: @border-color-base;

    &:last-child {
      display: none;
    }
  }

  &-split {
    &:last-child {
      display: none;
    }
  }

  &.@{ant-prefix}-input-status-error {
    .@{ant-prefix}-select-borderless.@{ant-prefix}-select:not(.@{ant-prefix}-select-disabled):not(
        .@{ant-prefix}-select-customize-input
      ):not(.@{ant-prefix}-pagination-size-changer)
      .@{ant-prefix}-select-selector {
      border-color: transparent !important;
    }
  }
}
