/* Shared native select theme */
select {
    color: #fff !important;
    background-color: #000 !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color-scheme: dark;
}

select:focus {
    color: #fff !important;
    background-color: #000 !important;
    border-color: rgba(231, 76, 60, 0.75) !important;
}

select option,
select optgroup {
    color: #fff;
    background: #000;
}
