.select2-container {
    width: 100% !important;
}

.select2 .select2-selection {
    border-radius: .25rem;
    border: 1px solid #e8ebf3;
    width: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #85a8db;
}