.um-field .select2.select2-container .select2-selection, .um-search-filter .select2.select2-container .select2-selection{

    display: block !important;
      height: 52px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    /* white-space: nowrap !important; */
    /* line-height: 28px !important; */
    color: #666 !important;
    /* font-size: 15px !important; */
    -moz-border-radius: 2px!important;
    /* -webkit-border-radius: 2px !important; */
    border-radius: 41px !important;
    background-clip: padding-box !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    background: #fff !important;
    /* border: 1px solid #ddd !important; */

}



.um.um-register .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 24px !important;
    line-height: 20px !important;
    color: #000 !important;
    /* font-size: 15px !important; */
}