.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
    background-color: #fff  !important;
    border: 1px solid #d2d6de !important;
    border-radius: 0px  !important;
}

.select2-container .select2-selection--single, .select2-container{
    height: 34px  !important;
}

.select2-container {
    min-width: 100%  !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}

.select2-selection__rendered {
    padding-left: 12px  !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #dd4b39 !important;
}

.select2-selection--multiple {
    overflow: hidden !important;
}