/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
html,
#root,
.root,
div,
section {
  --pf-primary-color: var(--wj-A1_1, #06aea6);
  --pf-primary-color-hover: var(--wj-A1_2, #1ac3bb);
  --pf-primary-color-active: var(--wj-A1_3, #4a9591);
  --pf-primary-1: var(--wj-A1_4, #e3f8f5);
  --pf-primary-2: #333030;
  --pf-primary-3: var(--wj-A1_1, #06aea6);
  --pf-primary-4: var(--wj-A1_2, #1ac3bb);
  --pf-primary-5: #0d0c0c;
  --pf-primary-6: var(--wj-A1_1, #06aea6);
  --pf-primary-7: #000000;
  --pf-success-color: #52c41a;
  --pf-success-color-hover: #73d13d;
  --pf-success-color-active: #389e0d;
  --pf-success-color-outline: rgba(82, 196, 26, 0.2);
  --pf-success-color-deprecated-bg: #f6ffed;
  --pf-success-color-deprecated-border: #b7eb8f;
  --pf-error-color: #ff4d4f;
  --pf-error-color-hover: #ff7875;
  --pf-error-color-active: #d9363e;
  --pf-error-color-outline: rgba(255, 77, 79, 0.2);
  --pf-error-color-deprecated-bg: #fff2f0;
  --pf-error-color-deprecated-border: #ffccc7;
  --pf-warning-color: #faad14;
  --pf-warning-color-hover: #ffc53d;
  --pf-warning-color-active: #d48806;
  --pf-warning-color-outline: rgba(250, 173, 20, 0.2);
  --pf-warning-color-deprecated-bg: #fffbe6;
  --pf-warning-color-deprecated-border: #ffe58f;
  --pf-info-color: var(--wj-A1_1, #06aea6);
  --pf-info-color-deprecated-bg: #403d3c;
  --pf-info-color-deprecated-border: #262424;
}
.pf-select-single .pf-select-selector {
  display: flex;
}
.pf-select-single .pf-select-selector .pf-select-selection-search {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
}
.pf-select-single .pf-select-selector .pf-select-selection-search-input {
  width: 100%;
}
.pf-select-single .pf-select-selector .pf-select-selection-item,
.pf-select-single .pf-select-selector .pf-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
}
@supports (-moz-appearance: meterbar) {
  .pf-select-single .pf-select-selector .pf-select-selection-item,
  .pf-select-single .pf-select-selector .pf-select-selection-placeholder {
    line-height: 30px;
  }
}
.pf-select-single .pf-select-selector .pf-select-selection-item {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pf-select-single .pf-select-selector .pf-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.pf-select-single .pf-select-selector::after,
.pf-select-single .pf-select-selector .pf-select-selection-item::after,
.pf-select-single .pf-select-selector .pf-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.pf-select-single.pf-select-show-arrow .pf-select-selection-search {
  right: 24px;
}
.pf-select-single.pf-select-show-arrow .pf-select-selection-item,
.pf-select-single.pf-select-show-arrow .pf-select-selection-placeholder {
  padding-right: 18px;
}
.pf-select-single:not(.pf-select-customize-input) .pf-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 10px;
}
.pf-select-single:not(.pf-select-customize-input) .pf-select-selector .pf-select-selection-search-input {
  height: 30px;
}
.pf-select-single:not(.pf-select-customize-input) .pf-select-selector::after {
  line-height: 30px;
}
.pf-select-single.pf-select-customize-input .pf-select-selector::after {
  display: none;
}
.pf-select-single.pf-select-customize-input .pf-select-selector .pf-select-selection-search {
  position: static;
  width: 100%;
}
.pf-select-single.pf-select-customize-input .pf-select-selector .pf-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 10px;
}
.pf-select-single.pf-select-customize-input .pf-select-selector .pf-select-selection-placeholder::after {
  display: none;
}
.pf-select-single.pf-select-lg:not(.pf-select-customize-input) .pf-select-selector {
  height: 36px;
}
.pf-select-single.pf-select-lg:not(.pf-select-customize-input) .pf-select-selector::after,
.pf-select-single.pf-select-lg:not(.pf-select-customize-input) .pf-select-selector .pf-select-selection-item,
.pf-select-single.pf-select-lg:not(.pf-select-customize-input) .pf-select-selector .pf-select-selection-placeholder {
  line-height: 34px;
}
.pf-select-single.pf-select-lg:not(.pf-select-customize-input):not(.pf-select-customize-input) .pf-select-selection-search-input {
  height: 34px;
}
.pf-select-single.pf-select-sm:not(.pf-select-customize-input) .pf-select-selector {
  height: 26px;
}
.pf-select-single.pf-select-sm:not(.pf-select-customize-input) .pf-select-selector::after,
.pf-select-single.pf-select-sm:not(.pf-select-customize-input) .pf-select-selector .pf-select-selection-item,
.pf-select-single.pf-select-sm:not(.pf-select-customize-input) .pf-select-selector .pf-select-selection-placeholder {
  line-height: 24px;
}
.pf-select-single.pf-select-sm:not(.pf-select-customize-input):not(.pf-select-customize-input) .pf-select-selection-search-input {
  height: 24px;
}
.pf-select-single.pf-select-sm:not(.pf-select-customize-input) .pf-select-selection-search {
  right: 7px;
  left: 7px;
}
.pf-select-single.pf-select-sm:not(.pf-select-customize-input) .pf-select-selector {
  padding: 0 7px;
}
.pf-select-single.pf-select-sm:not(.pf-select-customize-input).pf-select-show-arrow .pf-select-selection-search {
  right: 28px;
}
.pf-select-single.pf-select-sm:not(.pf-select-customize-input).pf-select-show-arrow .pf-select-selection-item,
.pf-select-single.pf-select-sm:not(.pf-select-customize-input).pf-select-show-arrow .pf-select-selection-placeholder {
  padding-right: 21px;
}
.pf-select-single.pf-select-lg:not(.pf-select-customize-input) .pf-select-selector {
  padding: 0 10px;
}
/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.pf-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.pf-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.pf-select-multiple .pf-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.pf-select-show-search.pf-select-multiple .pf-select-selector {
  cursor: text;
}
.pf-select-disabled.pf-select-multiple .pf-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.pf-select-multiple .pf-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  content: '\a0';
}
.pf-select-multiple.pf-select-show-arrow .pf-select-selector,
.pf-select-multiple.pf-select-allow-clear .pf-select-selector {
  padding-right: 24px;
}
.pf-select-multiple .pf-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  -webkit-padding-end: 4px;
          padding-inline-end: 4px;
}
.pf-select-disabled.pf-select-multiple .pf-select-selection-item {
  color: #bfbfbf;
  border-color: #d1d1d1;
  cursor: not-allowed;
}
.pf-select-multiple .pf-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.pf-select-multiple .pf-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #999;
  font-weight: bold;
  font-size: 8px;
  line-height: inherit;
  cursor: pointer;
  margin: 0 3px;
  display: flex;
  align-items: center;
}
.pf-select-multiple .pf-select-selection-item-remove > * {
  line-height: 1;
  display: flex;
}
.pf-select-multiple .pf-select-selection-item-remove svg {
  display: inline-block;
}
.pf-select-multiple .pf-select-selection-item-remove::before {
  display: none;
}
.pf-select-multiple .pf-select-selection-item-remove .pf-select-multiple .pf-select-selection-item-remove-icon {
  display: block;
}
.pf-select-multiple .pf-select-selection-item-remove > .anticon {
  vertical-align: -0.2em;
}
.pf-select-multiple .pf-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.pf-select-multiple .pf-select-selection-overflow-item + .pf-select-selection-overflow-item .pf-select-selection-search {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.pf-select-multiple .pf-select-selection-search {
  position: relative;
  max-width: 100%;
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
}
.pf-select-multiple .pf-select-selection-search-input,
.pf-select-multiple .pf-select-selection-search-mirror {
  height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 24px;
  transition: all 0.3s;
}
.pf-select-multiple .pf-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.pf-select-multiple .pf-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.pf-select-multiple .pf-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 10px;
  left: 10px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.pf-select-multiple.pf-select-lg .pf-select-selector::after {
  line-height: 28px;
}
.pf-select-multiple.pf-select-lg .pf-select-selection-item {
  height: 28px;
  line-height: 26px;
}
.pf-select-multiple.pf-select-lg .pf-select-selection-search {
  height: 28px;
  line-height: 28px;
}
.pf-select-multiple.pf-select-lg .pf-select-selection-search-input,
.pf-select-multiple.pf-select-lg .pf-select-selection-search-mirror {
  height: 28px;
  line-height: 26px;
}
.pf-select-multiple.pf-select-sm .pf-select-selector::after {
  line-height: 18px;
}
.pf-select-multiple.pf-select-sm .pf-select-selection-item {
  height: 18px;
  line-height: 16px;
}
.pf-select-multiple.pf-select-sm .pf-select-selection-search {
  height: 18px;
  line-height: 18px;
}
.pf-select-multiple.pf-select-sm .pf-select-selection-search-input,
.pf-select-multiple.pf-select-sm .pf-select-selection-search-mirror {
  height: 18px;
  line-height: 16px;
}
.pf-select-multiple.pf-select-sm .pf-select-selection-placeholder {
  left: 7px;
}
.pf-select-multiple.pf-select-sm .pf-select-selection-search {
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
}
.pf-select-multiple.pf-select-lg .pf-select-selection-item {
  height: 32px;
  line-height: 32px;
}
.pf-select-disabled .pf-select-selection-item-remove {
  display: none;
}
/* Reset search input style */
.pf-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #666;
}
.pf-select:not(.pf-select-customize-input) .pf-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pf-select:not(.pf-select-customize-input) .pf-select-selector input {
  cursor: pointer;
}
.pf-select-show-search.pf-select:not(.pf-select-customize-input) .pf-select-selector {
  cursor: text;
}
.pf-select-show-search.pf-select:not(.pf-select-customize-input) .pf-select-selector input {
  cursor: auto;
}
.pf-select-focused:not(.pf-select-disabled).pf-select:not(.pf-select-customize-input) .pf-select-selector {
  border-color: #53bde7;
  box-shadow: 0 0 0 1px rgba(83, 189, 231, 0.5);
  border-right-width: 1px !important;
  outline: 0;
  color: #999;
}
.pf-select-disabled.pf-select:not(.pf-select-customize-input) .pf-select-selector {
  color: #999;
  background: #f5f5f5;
  cursor: not-allowed;
}
.pf-select-multiple.pf-select-disabled.pf-select:not(.pf-select-customize-input) .pf-select-selector {
  background: #f5f5f5;
}
.pf-select-disabled.pf-select:not(.pf-select-customize-input) .pf-select-selector input {
  cursor: not-allowed;
}
.pf-select:not(.pf-select-customize-input) .pf-select-selector .pf-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}
.pf-select:not(.pf-select-customize-input) .pf-select-selector .pf-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.pf-select:not(.pf-select-disabled):hover .pf-select-selector {
  border-color: #53bde7;
  border-right-width: 1px !important;
}
.pf-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .pf-select-selection-item *::-ms-backdrop,
  .pf-select-selection-item {
    flex: auto;
  }
}
.pf-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #ccc;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .pf-select-selection-placeholder *::-ms-backdrop,
  .pf-select-selection-placeholder {
    flex: auto;
  }
}
.pf-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: #999;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.pf-select-arrow > * {
  line-height: 1;
  display: flex;
}
.pf-select-arrow svg {
  display: inline-block;
}
.pf-select-arrow::before {
  display: none;
}
.pf-select-arrow .pf-select-arrow-icon {
  display: block;
}
.pf-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.pf-select-arrow .anticon > svg {
  vertical-align: top;
}
.pf-select-arrow .anticon:not(.pf-select-suffix) {
  pointer-events: auto;
}
.pf-select-disabled .pf-select-arrow {
  cursor: not-allowed;
}
.pf-select-open:not(.pf-select-disabled):not(.pf-select-show-search) .pf-select-arrow {
  transform: rotate(180deg);
}
.pf-select-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  color: #ccc;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.pf-select-clear::before {
  display: block;
}
.pf-select-clear:hover {
  color: #999;
}
.pf-select:hover .pf-select-clear {
  opacity: 1;
}
.pf-select-dropdown {
  margin: 0;
  padding: 0;
  color: #333;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 0 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.pf-select-dropdown.pf-slide-up-enter.pf-slide-up-enter-active.pf-select-dropdown-placement-bottomLeft,
.pf-select-dropdown.pf-slide-up-appear.pf-slide-up-appear-active.pf-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.pf-select-dropdown.pf-slide-up-enter.pf-slide-up-enter-active.pf-select-dropdown-placement-topLeft,
.pf-select-dropdown.pf-slide-up-appear.pf-slide-up-appear-active.pf-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.pf-select-dropdown.pf-slide-up-leave.pf-slide-up-leave-active.pf-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.pf-select-dropdown.pf-slide-up-leave.pf-slide-up-leave-active.pf-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.pf-select-dropdown-hidden {
  display: none;
}
.pf-select-dropdown-empty {
  color: #999;
}
.pf-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #999;
}
.pf-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.pf-select-item-group {
  color: #999;
  font-size: 12px;
  cursor: default;
}
.pf-select-item-option {
  display: flex;
}
.pf-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pf-select-item-option-state {
  flex: none;
}
.pf-select-item-option-active:not(.pf-select-item-option-disabled) {
  background-color: #fffbe0;
}
.pf-select-item-option-selected:not(.pf-select-item-option-disabled) {
  color: var(--wj-A1_1, #06aea6);
  font-weight: 600;
  background-color: #fff;
}
.pf-select-item-option-selected:not(.pf-select-item-option-disabled) .pf-select-item-option-state {
  color: var(--pf-primary-color);
}
.pf-select-item-option-disabled {
  color: #999;
  cursor: not-allowed;
}
.pf-select-item-option-disabled.pf-select-item-option-selected {
  background-color: #f5f5f5;
}
.pf-select-item-option-grouped {
  padding-left: 24px;
}
.pf-select-lg {
  font-size: 16px;
}
.pf-select-borderless .pf-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.pf-select-table-drop-header {
  font-weight: 600;
  background: var(--wj-minorColor, #e7f9f7);
  font-family: PingFang SC, PingFang SC-Medium;
  display: flex;
  flex-wrap: nowrap;
  padding: 4px;
}
.pf-select-table-drop-header-item {
  padding: 0 17px;
  display: flex;
  gap: 6px;
  min-width: 120px;
  flex: 1;
}
.pf-select-table-drop {
  max-height: 300px;
  overflow-y: auto;
}
.pf-select-table-drop-item {
  height: 32px;
  display: flex;
  position: relative;
  color: #333;
  cursor: pointer;
}
.pf-select-table-drop-item-striped {
  background: #f5f5f5;
}
.pf-select-table-drop-item-selected {
  color: var(--wj-A1_1, #06aea6) !important;
  font-weight: 600 !important;
}
.pf-select-table-drop-item:hover {
  background: #fffbe0 !important;
}
.pf-select-table-drop-label {
  display: flex;
  align-items: center;
  min-width: 120px;
  flex: 1;
  padding: 0 15px 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pf-select-table-drop-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  height: 200px;
  color: #999;
}
.pf-select-table-drop-empty-icon {
  font-size: 16px;
}
.pf-select-table-drop-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
  font-size: 12px;
  color: #999;
}
.pf-select-rtl {
  direction: rtl;
}
.pf-select-rtl .pf-select-arrow {
  right: initial;
  left: 11px;
}
.pf-select-rtl .pf-select-clear {
  right: initial;
  left: 11px;
}
.pf-select-dropdown-rtl {
  direction: rtl;
}
.pf-select-dropdown-rtl .pf-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.pf-select-rtl.pf-select-multiple.pf-select-show-arrow .pf-select-selector,
.pf-select-rtl.pf-select-multiple.pf-select-allow-clear .pf-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.pf-select-rtl.pf-select-multiple .pf-select-selection-item {
  text-align: right;
}
.pf-select-rtl.pf-select-multiple .pf-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.pf-select-rtl.pf-select-multiple .pf-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.pf-select-rtl.pf-select-multiple .pf-select-selection-placeholder {
  right: 10px;
  left: auto;
}
.pf-select-rtl.pf-select-multiple.pf-select-sm .pf-select-selection-placeholder {
  right: 7px;
}
.pf-select-rtl.pf-select-single .pf-select-selector .pf-select-selection-item,
.pf-select-rtl.pf-select-single .pf-select-selector .pf-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.pf-select-rtl.pf-select-single.pf-select-show-arrow .pf-select-selection-search {
  right: 10px;
  left: 24px;
}
.pf-select-rtl.pf-select-single.pf-select-show-arrow .pf-select-selection-item,
.pf-select-rtl.pf-select-single.pf-select-show-arrow .pf-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.pf-select-rtl.pf-select-single.pf-select-sm:not(.pf-select-customize-input).pf-select-show-arrow .pf-select-selection-search {
  right: 6px;
}
.pf-select-rtl.pf-select-single.pf-select-sm:not(.pf-select-customize-input).pf-select-show-arrow .pf-select-selection-item,
.pf-select-rtl.pf-select-single.pf-select-sm:not(.pf-select-customize-input).pf-select-show-arrow .pf-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}
