.removeUserFromGroup {
    margin: 0px;
    width: 30px;
    height: 30px;
}

.userItem {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    margin-bottom: 5px;
}

.userItem .initials {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfcfcf;
    margin-right: 8px;
}

.editPanel h4 {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.collapsed .collapseSection {
    display: none;
}

.editPanel .collapsed h4 {
    font-size: 14px;
}

.editPanel h4 i {
    margin-right: 8px;
}