﻿.select2-selection {
    background-color: gray !important;
}

.select2-selection__choice {
    background-color: white !important;
    color: black; !important;
}

.select2-results__options {
    background-color: #777373 !important;
    color: black; !important;
}