.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.has-error .select2-selection .select2-selection--multiple {
    border-color: rgb(185, 74, 72) !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    color: red !important;
    margin-right: 2px;
}

/*.select2-selection{*/
/*    border: 1px solid #e4e6fc !important;*/
/*}*/
