.select2.select2-container {
    font-family: 'OpenSans';
    text-align: left;
    height: 25px !important;
}

.select2.select2-container[data-select2-id="1"] {
    width: 166px !important;
}

.select2.select2-container[data-select2-id="2"] {
    width: 53px !important;
}

.select2-results {
    color: #000;
}

.select2-selection__rendered {
    color: #000 !important;
}

@media (max-width: 768px) {
    .select2.select2-container[data-select2-id="1"] {
        width: 125px !important;
    }
}

.select2-selection--single {
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #000 !important;
    margin-top: -5px !important;
}

.select2-selection__arrow {
    margin-top: -5px !important;
}

.select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
}

.select2-search__field {
    color:  #000;
}

.select2-results__option {
    padding-bottom: 3px;
    padding-top: 3px;
    white-space: pre;
    font-family: 'OpenSans';
}

.select2-results__options {
    max-height: 280px !important;
}

@media (min-width: 769px) {
    .select2.select2-container[data-select2-id="1"] {
        width: 166px !important;
    }
}

@media (max-width: 320px) {
    .select2.select2-container[data-select2-id="1"] {
        width: 99px !important;
    }
}

.select2-dropdown[style="width: 125px;"] {
    width: 166px !important;
}

.select2-dropdown[style="width: 99px;"] {
    width: 148px !important;
}

.select2-dropdown[style="width: 45px;"] {
    width: 55px !important;
}