.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #1755c0;
}

.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) {
  .ant-select-selector {
    border-color: #1755c0;
    box-shadow: none;
  }
}

.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #c4ebd4 !important;
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  font-weight: normal !important;
  background-color: #bfd4f3 !important;
}

.ant-select-tree .ant-select-tree-node-content-wrapper:hover {
  background-color: #c4ebd4 !important;
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input)
  .ant-select-selector {
  background-color: #f3f2f7 !important;
}

.ant-select:not(.ant-select-customize-input).ant-select-single
  .ant-select-selector {
  transition: none !important;
  height: 26px;
  line-height: 26px;
}

.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 26px !important;
}

.ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 26px !important;
}
