.editor-set-postfix-style-downIcon {
  display: inline-block;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px !important;
}
.editor-set-postfix-style-downIcon.anticon-close-circle {
  font-size: 12px !important;
}
.editor-set-postfix-style-input {
  position: relative;
  display: flex;
  width: 100%;
  flex: 1;
  height: 28px;
  padding: 2px 0 2px 1px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  justify-content: flex-end;
  align-items: center;
}
.editor-set-postfix-style-input button {
  margin-right: 8px;
}
.editor-set-postfix-style-input .editor-input-wrapper.editor-input-group > .editor-input.editor-input-sm {
  height: 24px;
}
.editor-set-postfix-style-input .editor-input-group-wrapper {
  flex: 1;
  top: 0;
}
.editor-set-postfix-style-input .editor-input-group-addon {
  font-size: 10px;
}
.editor-set-postfix-style-input:hover,
.editor-set-postfix-style-input:focus,
.editor-set-postfix-style-input:active {
  border-color: #6b90ed;
  border-right-width: 1px !important;
}
.editor-set-postfix-style-wrap .editor-input:hover,
.editor-set-postfix-style-wrap .editor-input:focus,
.editor-set-postfix-style-wrap .editor-input:active {
  border-color: #e5e5e5;
}
.editor-set-postfix-style-postfixMenu {
  transition: none;
}
.editor-set-postfix-style-postfixMenu .editor-dropdown-menu-item {
  padding: 5px 8px !important;
}
.editor-set-postfix-style-postfixMenu .editor-dropdown-menu-item .editor-input-group-wrapper .editor-input-wrapper.editor-input-group .editor-input {
  height: 28px;
}
.editor-set-postfix-style-postfixMenu .editor-dropdown-menu-item .editor-input-group-addon,
.editor-set-postfix-style-postfixMenu .editor-dropdown-menu-item .editor-input-suffix {
  font-size: 12px;
}
.editor-set-postfix-style-postfixMenu .editor-dropdown-menu-item .editor-input:hover,
.editor-set-postfix-style-postfixMenu .editor-dropdown-menu-item .editor-input:focus,
.editor-set-postfix-style-postfixMenu .editor-dropdown-menu-item .editor-input:active {
  border-color: #e5e5e5;
}
.editor-set-postfix-style-postfixMenu .editor-dropdown-menu-item .editor-input-group input {
  height: 24px;
}
.editor-set-postfix-style-whiteStyle .editor-input-group-addon {
  background: #fff;
}
.editor-set-postfix-style-blueStyle .editor-input-group-addon {
  color: #fff;
  background: #4477ee;
}
.editor-set-postfix-style-noBorderStyle .editor-input-group-addon {
  background: #fff;
}
.editor-set-postfix-style-noBorderStyle .editor-input-group-addon .editor-btn {
  border-left: none;
}
.editor-set-postfix-style-noBorderStyle .editor-input-group-addon .editor-btn:hover {
  border-color: #d9d9d9;
}
.editor-set-postfix-style-noBorderStyle .editor-input {
  border-right: none;
}
