.select2-container--default .select2-selection--single {
    background-color: #fafbfe;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    height: 47px;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.select2-container--default.is-invalid .select2-selection--single {
    border-color: red;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    height: 47px;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #4788ff;
    outline: 1;
    box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    padding-left: 0;
    font-size: 14px;
    color: #535f6b;
}

.select2-container--default .select2-results__option {
    padding: 6px 12px;
    font-size: 14px;
    color: #535f6b;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4788ff;
    color: #fafbfe;
}

.select2-container--open .select2-selection--single {
    border-color: #4788ff;
}

.select2-container--open .select2-dropdown {
    border-color: #4788ff;
}

.select2-container {
    /* z-index: 9999; */
    width: 100% !important;
}