﻿select.form-select {
    color: #212529 !important;
    background-color: #ffffff;
}

select.form-select option {
    color: #212529 !important;
}

select.form-select:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #212529 !important;
}
