.bootstrap-select>button:hover,
.bootstrap-select>button:focus,
.bootstrap-select option,
.bootstrap-select div,
.bootstrap-select ul {
    background-color: #343434;
    color: white;
}

.bootstrap-select ul>li>a {
    color: #fff;
}

.bootstrap-select input{
    padding: 5px !important;
}