.left-roles,.right-shops{
    margin-top: 10px;
    width: 49%;
}
.split-form-group{
    display: flex;
    justify-content: space-between;
}
.dropdown-selector{
    background-color: white;
    color: black;
    padding: 6px 12px 6px;
    border-radius: 6px;
    overflow: hidden;
}
.dropdown-selector::after{
    display: none;
}

.role-list-item{
    white-space:nowrap;
    position:relative;
    margin:0 5px 0 10px;
    displaY:inline-block;
    height:25px;
    border-radius: 0 5px 5px 0;
    padding: 0 25px 0 15px;
    background:#E8EDF0;
    border: 1px solid #C7D2D4;
    color:#999;
    line-height:23px;
}
.role-list-item::after{
    position:absolute;
    right:0;
    margin:1px 7px;
    font-weight:bold;
    font-size:19px;
    /*content:"\00D7";*/
}
.role-dropdown,.shop-dropdown{
    width: 430px;
}