.select2-container--default .select2-selection--single {
    border: 1px solid #d9dee2;
    border-radius: 2rem ;
    height: auto;
    padding: .3rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 11px 6px 0 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 10px !important;
    top: 6px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 11px 6px;

}

.select2-dropdown {
    background-color: white;
    border: 1px solid #dce0e4;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6e9ec;
}
.select2-results__option {
    text-align: right;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #294c6c;
    color: white;
    text-align: right;
}.select2-container--default .select2-results__option[aria-selected=true] {
     background-color: #e8ebed;
     text-align: right;
     color: #294c6c;
 }


.intl-tel-input {
    display: table-cell;
}
.intl-tel-input .selected-flag {
    z-index: 4;
}
.intl-tel-input .country-list {
    z-index: 5;
}
.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}