.select2-container .select2-selection--single {
    height: 40px !important;
    border-color: #8e9eac !important;
}

.js-example-basic-single + .select2-container .select2-selection {
    border-radius: 1.5rem;
}

.select2-selection__choice {
    background-color: #164364 !important;
    color: #FFF !important;
    width:100%!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    white-space: normal;
}

