
.select2-container--default .select2-selection--single {
    border: 1px solid #d9dee3;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
.select2-container--default .select2-selection--single {
    border-radius: 0.375rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.select2-container .select2-selection__arrow b[role="presentation"] {
    display: none;
}
.form-select {
    background-position: right 0.5rem center;
}