.select2-container--default .select2-selection--single {
    /* background-color: #fff; */
    border: none;
    border-radius: 4px;
    background: transparent;
    padding: 0;
    color: white;
    border-bottom: 1px solid;
    border-radius: 0;
    height: auto;
    font-size: 1em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 28px;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 18px;
    height: 100%;
    background: transparent;
    /*display: block;*/
/*    width: 100%;
    height: 100%;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\e914";
    color: white;
    position: relative;
    font-family: 'icomoon';
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    padding: 13px 18px;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    /* padding: 6px; */
    /* border-top: none; */
    /* border-bottom: 1px solid #ddd; */
    line-height: 1;
    border-bottom: 1px solid #ddd;
    padding: 13px 18px;
}

.select2-search--dropdown {
    display: block;
    padding: 4px 4px 0px 0px;
    margin-top: -34px;
    background-color: transparent;
}

.select2-search--dropdown:focus,
.select2-search--dropdown .select2-search__field:focus {
    outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    color: #fff;
}

.select2-search--dropdown .select2-search__field {
    /* padding-left: 0px; */
    padding: 4px;
    padding-left: 0px;
    width: 100%;
    box-sizing: border-box;
    /* border: none; */
    background: transparent;
    /* margin-top: -31px; */
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f4f4f4;
    color: #444;
}

.select2-dropdown--above > span.select2-search.select2-search--dropdown {
      position: absolute;
      bottom: -28px;
}