.select2-container{
    width: 100%;
}

/* select2 multiple */
.select2-container--default .select2-selection--multiple {
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 7px 12px 12px 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder{
    color: #CDD0D3;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: #E4262C;
    border: none;
    padding: 4px 4px 4px 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border-right: 1px solid #E4262C;
    color: #fff;
    height: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    background-color: #fff;
    color: #212122;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color: #fff;
}

/* select2 single */
.select2-container--default .select2-selection--single{
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 7px 12px 12px 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
   top: 17%; 
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #CDD0D3;
}