@import (reference) '../theme/variables/antdVariables.less';

@modalSelectCls: modalSelect;

.@{modalSelectCls} {
  .@{ant-prefix}-select {
    width: 100%;
  }

  .@{ant-prefix}-select:not(.pcfactory-select-customize-input) {

		.@{ant-prefix}-select-selector {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
      padding-left: 8px;
		}
	}

  &.postfixNoBorderStyle {
    .@{ant-prefix}-input-affix-wrapper {
      border-right: 0;
    }
    .@{ant-prefix}-select .@{ant-prefix}-select-selector {
      border-right: none;
    }
  }

  &.@{ant-prefix}-input-after-border-right-width {
    .@{ant-prefix}-select-selector {
      border-right-width: 0px !important;
    }
  }
}

.@{ant-prefix}-form-item-control-input-content {
  .@{modalSelectCls} {
    .@{ant-prefix}-input-wrapper {

      .@{ant-prefix}-select {
        width: 100%;

        .@{ant-prefix}-select-selector {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          padding-left:8px;
        }
      }
    }

  }
}