.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: rgba(14, 62, 118, 0.08);
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled):hover {
  background-color: rgba(14, 62, 118, 0.08);
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 4px;
}
.ant-select-dropdown {
  border-radius: 4px;
  padding: 4px;
}
.ant-select-item {
  padding: 2px 8px;
  border-radius: 4px;
}
.ant-select-item:hover {
  background-color: rgba(14, 62, 118, 0.05);
}
