.ant-select-dropdown-menu {
background: #1F1F26;
border: solid 1px #32323a;
}
.ant-select-dropdown-menu-item {
color: #fff !important;
}
.ant-select-dropdown-menu-item:hover {
background: #32323a;
}
.ant-select-dropdown-menu-item-selected {
background: #32323a;
}
.ant-select-dropdown-menu-item-active {
background: #32323a;
}