/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version,>1%
*/

.select2-container {
    display: block;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #777;
    border-radius: 0;
    padding: 9px 14px !important;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    width: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\e907";
    font-family: 'prodent-usa-icon';
    font-size: 16px;
    color: #2D2A2A;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    content: "\e90a";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

ul.select2-results__options li:before {
    display: none;
}

.select2-results__option {
    padding: 6px 15px;
    font-size: 16px;
}