.ant-select-selector {
    box-sizing: border-box;
    color: rgb(12, 30, 41);
    background: transparent;
    border: 1px solid rgb(187, 195, 203) !important;
    border-radius: 2px !important;
    font-size: 14px;
    line-height: 24px;
    font-family: Roboto, sans-serif;
    outline: none;
    padding: 4px 8px;
}