.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    height: auto;
    min-height: auto;
    border-radius: 0px 0px 0px 0px;
}
.select2-container .select2-selection--single,
.select2-results__option,
.select2-search--dropdown .select2-search__field {
    padding: 12px 15px 12px 15px;
}
.select2-container--default .select2-selection--multiple {
    padding: 5px 5px 5px 5px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--multiple {
    border-color: #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    color: #7a7a7a;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 20px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\F0140";
    font-family: "Material Design Icons";
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f1f1f1;
    color: #7a7a7a;
}
.select2-search--dropdown {
    padding: 12px 12px 12px 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}
