.select2 input[type=search] {
    height: 30px;
}
.select2-container,
.select2-results__option {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 19px;
}
.select2-results__option {
    padding: 10px 18px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #8ABE49;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 9px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 35px 0 14px;
    margin-top: 12px;
    background-color: white;
    color: #8ABE49;
    border: 1px solid #8ABE49;
    border-radius: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    line-height: 29px;
}
.select2-selection__choice + .select2-search.select2-search--inline {
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: relative;
    z-index: 1;
    float: right;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #8ABE49;
    margin-top: 3px;
    margin-left: 8px;
    margin-right: -32px;
    color: white;
    font-size: 27px;
    line-height: 22px;
    text-align: center;
    font-weight: 300;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    min-height: 54px;
    margin-top: -1px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #8abe49;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: white;
}
