.select2-main-container {
    background-color: #fff;
    border-radius: 4px;
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    min-width: 100px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 5px 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selector---select2 {
    display: flex;
}
.selector---select2 span {
    display: inline-block;
    margin-bottom: 10px;
}
.select2-selection__rendered .selector---select2__state {
    display: none;
}

.selector---select2__state {
    line-height: 50px;
    color: #009D4D;
    padding: 0 0.5em 0 0;
}

.selector---select2__left {
    flex: 100 1 auto;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

.selector---select2__text {
    text-transform: uppercase;
}

.selector---select2__iban {
    color: #535353;
}

.selector---select2__category {
    text-transform: uppercase;
}

.selector---select2__right {
    font-weight: bold;
    color: #009D4D;
    flex: 0 0 auto;
    text-align: right;
}

.selector---select2__right--assets-label {
    font-weight: 500;
}

.selector---select2__right--balance {
    color: #535353;
    font-weight: normal;
}

.selector---select2__right--balance {
    color: #535353;
    font-weight: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}