.select2-container--bootstrap .select2-selection--single {
    border-radius: 0.1rem !important;
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
    line-height: 1;
    height: calc(2em + 0.8rem); }

.select2-dropdown,
.select2-container--bootstrap .select2-selection.form-control {
    background: white; }

.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
    background: white;
    color: #3a3a3a; }

.select2-container--bootstrap
.select2-selection--single
.select2-selection__rendered {
    color: #3a3a3a;
    padding-top: 5px; }

.input-group-text {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #d7d7d7;
    color: #3a3a3a;
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
    line-height: 1 !important; }

.select2-container--bootstrap .select2-selection {
    border: 1px solid #d7d7d7; }

.select2-container--bootstrap .select2-selection--multiple {
    height: calc(2em + 0.8rem) !important;
    font-size: 0.8rem;
    padding: 0.5rem 75rem;
    min-height: initial !important;
    padding: 0.5rem 0.25rem; }

.select2-container--bootstrap
.select2-selection--multiple
.select2-search--inline
.select2-search__field {
    min-height: initial !important;
    height: initial; }

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: rgba(111, 179, 39, 0.7); }

.select2-container--bootstrap .select2-dropdown {
    border-color: rgba(111, 179, 39, 0.7); }

.select2-container--bootstrap
.select2-results__option--highlighted[aria-selected] {
    background-color: #6fb327;
    color: #fff; }

.select2-dropdown,
.select2-container--bootstrap .select2-selection.form-control {
    border-radius: 0.1rem !important; }

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: 0.1rem !important;
    border: 1px solid #8f8f8f;
    outline: initial;
    background: white;
    color: #3a3a3a; }

.select2-container--bootstrap
.select2-selection--multiple
.select2-search--inline
.select2-search__field {
    outline: initial;
    background: white;
    color: #3a3a3a; }

.select2-container--bootstrap
.select2-selection--multiple
.select2-selection__choice {
    border-radius: 0.1rem;
    background: white;
    color: #3a3a3a;
    border-color: #d7d7d7;
    margin: 0 0 0 8px; }

.select2-container--bootstrap
.select2-selection--multiple
.select2-selection__choice__remove:hover {
    outline: initial;
    text-shadow: initial;
    color: #6fb327; }

.typeahead.dropdown-menu {
    width: 100%;
    border-radius: 0.1rem !important; }
.typeahead.dropdown-menu .dropdown-item {
    padding: 0.5rem 0.75rem !important; }
.typeahead.dropdown-menu .active a {
    background-color: #6fb327;
    color: #fff; }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 10px;
    height: calc(2em); }

.select2-container--bootstrap
.select2-selection--multiple
.select2-search--inline
.select2-search__field {
    padding-top: 3px;
    padding-left: 8px; }

.select2-container--bootstrap
.select2-selection--multiple
.select2-selection__choice {
    margin: 2px 0 2px 5px; }

.select2-container--bootstrap .select2-selection--multiple {
    height: unset !important;
    padding: 0.4rem 0.25rem; }
