
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-bottom: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #D21963;
    border-color: #D2196355;
    border-color: none !important;
    font-size: 14px;
    color: #fff;
    padding: 2px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove {
    color: #fff; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #D21963;
    color: #fff; }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f4f4f4;
    color:#727272;}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #ddd;
    color: #1e1e1e; }

.select2-container--default .select2-search--inline .select2-search__field {
    top: 2px;
    left: 4px;
    position: relative; }

.select2-dropdown {
    border: none;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    overflow: hidden; }
