
@select-height-base: 34px;
@select-height-sm: 30px;
@select-height-xs:26px;
@select-height-xl: 42px;
@select-height-lg: 38px;
@select-active-box-shadow: 0 0 0 2px rgba(@primary-color,.2);

@select-input-padding-right: 32px;
@select-number-bg-color: @gray-4;

@select-open-zindex: @input-clear-zindex + 1;
@select-selected-label-color: @text-color-1;
@select-selected-label-bg: @gray-4;

@select-icon-color: @text-color-3;
@select-custom-active-border: @input-focus-border;
@select-custom-hover-border: @input-hover-border;
@select-multiple-error-border: @input-danger-border;

@select-multiple-input-hover-border: @input-hover-border;
@select-multiple-input-active-border: @input-focus-border;
@select-multiple-collapse-border: @input-active-border;

@select-border: @input-border;

@select-disabled-color: @input-disabled-color;
@select-disabled-border: @input-disabled-border;
@select-disabled-bg: @input-disabled-bg;

@select-plain-color: @primary-color;
@select-plain-disabled-color: @input-disabled-color;
@select-plain-hover-disabled-border: transparent;
@select-plain-disabled-bg: transparent;
@select-plain-icon-hover-disabled-color: @input-disabled-border;

@select-icon-disabled-color: @text-color-5;

// filled
@select-fill-label-color: @text-color-1;
@select-fill-label-bg: @tag-light-bg;
@select-filled-bg: @input-filled-bg;
@select-filled-border: @input-filled-bg;
@select-filled-hover-bg: @input-filled-hover-bg;
@select-filled-hover-border: @input-filled-hover-bg;
@select-filled-active-border: @input-filled-active-bg;
@select-filled-active-bg: @input-filled-active-bg;
@select-filled-focus-bg: @input-filled-focus-bg;
@select-filled-focus-border: @input-focus-border;
@select-popper-shadow: @popper-shadow;

// select popper
@select-popper-bg: @popper-body-bg;
@select-popper-match-none-color: @text-color-4;
@select-popper-match-none-icon-color: @text-color-5;


// select option
@select-option-wrapper-height: @popper-content-height;
@select-option-hover-bg: @list-hover-bg;
@select-option-active-color: @list-selected-color;
@select-option-disabled-color: @list-disabled-color;
@select-option-hover-disabled-bg: transparent;

// select group
@select-optgroup-label-color: @text-color-3;
@select-optgroup-label-padding-top: @list-padding-top;
@select-optgroup-label-padding-left: @list-padding-left;

// plain
@select-plain-input-border: transparent !important;
@select-plain-hover-color: @primary-color;
@select-plain-hover-border: transparent !important;
@select-plain-disabled-color: @disabled-default-color;
@select-plain-disabled-bg: transparent !important;
@select-plain-disabled-border: transparent !important;

@select-prefix-color: @text-color-1;
