
.formfield_phone {
    position: relative;
    width: 100%;
}
.formfield_phone.form-control {
    padding: 0;
    height: auto;
}
.formfield_phone .formfield_phone_code {
    float: left;
    width: 48%;
}
.formfield_phone .formfield_phone_number {
    width: 48%;
    float: left;
}
.formfield_phone .formfield_phone_number .form-control {
    border: 0 !important;
    border-radius: 0;
    padding-left: 0;
}
.formfield_phone .formfield_phone_number .form-control:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}
.formfield_phone::after {
    content: "";
    clear: both;
    display: block;
}
.select2-container--phonefield {
    min-width: 75px;
    width: auto !important;
}
.select2-container--phonefield .select2-selection--single .select2-selection__rendered {
    padding-left: 4px;
    font-size: 12px;
}
.select2-container--phonefield .select2-selection--single {
    background: none;
    border: 0;
    outline: 0;
    height: 48px !important;
}
.select2-container--phonefield .select2-selection--single:focus {
    border: 0;
    outline: 0 }
.select2-container--phonefield .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 44px; }
.select2-container--phonefield .select2-selection--single .select2-selection__rendered span {
  vertical-align: middle; }
.select2-container--phonefield .select2-selection--single .select2-selection__arrow {
    background: none;
    border: none;
    height: 45px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--phonefield .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--phonefield[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    left: 1px;
    right: auto; }

.select2-container--phonefield.select2-container--open .select2-selection--single {
    border: 0; }
.select2-container--phonefield.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--phonefield.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--phonefield .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }

.select2-container--phonefield .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--phonefield .select2-results__option[role=group] {
    padding: 0; }

.select2-container--phonefield .select2-results__option[aria-disabled=true] {
    color: grey; }

.select2-container--phonefield .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }

.select2-container--phonefield .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--phonefield.select2-container--open .select2-dropdown {
    border-color: #5897fb; }
