.locationElementContainer .select2-container--default .select2-selection--single{
    background: red !important;
    height: 40px !important;
    background: var(--color-black-5) !important;
    border-radius: var(--border-radius) !important;
    border: 2px solid var(--color-black-5) !important;
    padding: 0px 12px;
    transition: var(--transition);
    width: 100%;
    font-size: var(--font-size-s6);
    -webkit-appearance: none;
    color: var(--color-black-85);
}
.locationElementContainer .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
}
.locationElementContainer .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px !important;
}
.locationElementContainer .select2-container--default .select2-selection--single .select2-selection__clear{
    height: 35px;
    margin-right: 10px;
    font-size: 16px;
}