.select2-results__option {
    padding: 10px;
}

.select2-search--dropdown {
    padding: 14px;
}

.select2-search__field {
    border: 1px solid #E6E8EB;
    border-radius: 4px;
}

.select2-search .select2-search--inline {
    font-size: 16px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 16px !important;

}

.select2-selection--single {
    border: none !important;
}

.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 2px solid rgba(25, 61, 116, 1);
    font-size: 16px !important;

}


.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border: none;
    border-bottom: 2px solid rgba(25, 61, 116, 1);
}

.select2-container--default .select2-results__option--selected {
    background: #FFF5EC;
    color: rgba(25, 61, 116, 1);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #FFF5EC;
    color: rgba(25, 61, 116, 1);
}

.select2-container--open .select2-dropdown--below {
    box-shadow: 0px 4px 8px rgba(26, 28, 38, 0.15);
    border-radius: 0px 0px 4px 4px;
    border: none;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option--selected:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: rgba(25, 61, 116, 1);
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    font-size: 16px;
    background: white;
}

.select2-selection {
    overflow: hidden !important;
    white-space: nowrap;
}

ul.select2-selection__rendered {
    white-space: nowrap;
}

.select2-selection__choice__remove {
    display: none;
}
