.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;
}
