:root {
    --color-brand: #fff310;
}

select {
    border-color: var(--color-brand) !important;
}