#selectedGroupsContainer {
    background-color: white;
    font-size: 12px;
    overflow: hidden;
    width: 100%;
}

#selectedGroupsContainer ul.groups-list {
    border: 1px solid #eee;
    margin-bottom: 10px;
    max-height: 195px;
    min-height: 98px !important;
    overflow: auto;
    padding: 4px;
}

#selectedGroupsContainer #groupFilters #selectedFiltersContainer .filterForTable .filterForColumn:not(:nth-child(1)) .attributeName {
    opacity: 1 !important;
}

#selectedGroupsContainer ul.groups-list li {
    background-color: #00000010;
    cursor: move;
    list-style: none;
    margin-bottom: 5px;
    padding: 4px 12px 4px 16px;
    position: relative;
    white-space: nowrap;
}

#selectedGroupsContainer ul.groups-list li:nth-last-child(1) {
    margin-bottom: 0;
}

#selectedGroupsContainer ul.groups-list li::before {
    align-items: center;
    bottom: 0;
    content: '\F3FE';
    color: #00000060;
    display: flex;
    font-family:'Bootstrap-icons';
    font-size: 12px;
    margin: auto;
    position: absolute;
    left:  2px;
    top: 0;
}

#selectedGroupsContainer ul.groups-list li:nth-last-child(1):after {
    content: none;
}

#selectedGroupsContainer ul.groups-list .sortable-chosen {
    background-color: #00000030 !important;
}

#selectedGroupsContainer ul.groups-list .selectedGroup {
    background-color: #000000 !important;
    color: white;
}

#selectedGroupsContainer ul.groups-list .selectedGroup::before {
    color: white;
}

#selectedGroupsContainer::-webkit-scrollbar {
    height: 6px;
}

/* Track */
#selectedGroupsContainer::-webkit-scrollbar-track {
    background: #f1f1f100; 
}

/* Handle */
#selectedGroupsContainer::-webkit-scrollbar-thumb {
    background: #999;
}

/* Handle on hover */
#selectedGroupsContainer::-webkit-scrollbar-thumb:hover {
    background: #999; 
}
