
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 14px;
}

span.select2-dropdown.select2-dropdown--below {
    margin-left: -40px;
    min-width: 200px;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    filter: none;
    background-color: #f3f4f5;
    border-radius: 4px;
    font-size: 14px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    border: none;
    transition: none;
    margin-top: 10px;
    min-width: 220px;
}
.select2-search {
    display: none;
}
.select2-results__option {
    user-select: none;
    -webkit-user-select: none;
    padding: 8px 16px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #1abc9c;
    color: white;
}
.select2-results__option:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.select2-results__option:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.country-selector .col-md-10.col-sm-10 {
    padding: 0;
    padding-bottom: 6px;
}
:focus ,.select2-container{
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 8px 6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width: 8px 6px;
    top: 3px;   
}