.select2-container .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    height: 40px;
    animation-delay: 1s;
    border-radius: 0;
    border-color: #D9D9D9;
    font-size: 14px !important;
    padding: 0.375rem 0.75rem;
    display: block;
    width: 100%;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    box-sizing: border-box;
}

.select2-container { margin-bottom: 0.75rem; }

.select2-container .select2-selection--single .select2-selection__rendered { padding-left: 0; }
.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #6c757d; }

.select2-container--default .select2-selection--single .select2-selection__clear { margin-right: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}
.select2-results__option--highlighted { background-color: #00dd75!important; color: #000!important; }
.select2-results__option.select2-results__option--highlighted { color: #000!important;}


