.select2-container--default .select2-selection--single {
    height: 90%;
    padding: 0.375rem 0.75rem;
    border-radius: 0rem;
    border: 0%;
    border-color: #d1d5d8 !important;
}

.select2-container {
    width: auto !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    padding: 6px 12px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 26px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 38px;
}
