.ant-select-item-option-selected:not(.ant-select-item-option-disabled){
    // background-color: rgba(0, 0, 0, .05);
    background-color: rgba(14, 62, 118, 0.08);
    &: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;
    &:hover {
        background-color: rgba(14, 62, 118, 0.05);
    }
}
