.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    height: 42px;

    border: 1px solid #e5e4e4;
}

.select2-dropdown {
    border: 1px solid #e5e4e4;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    padding-left: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
