.ManageTeamMembersV2 {

    &-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    &-filter-bar {
        display: flex;
        margin-bottom: 30px;
        justify-content: space-between;
    }

    &-filter-items {
        display: inline-flex;
    }

    &-organization-filter,
    &-networks-filter {
        width: 250px !important;
        margin-right: 25px;
    }

    &-name {
        font-size: 14px;
    }

    &-email {
        color: var(--gray-500);
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    &-all {
        color: var(--gray-500);
        font-size: 12px;
    }

    .TrashGlyph {
        cursor: pointer;

        &:hover {
            fill: var(--gray-400);
        }
    }

    .table &-td,
    .table &-network,
    .table &-show-family {
        vertical-align: middle;
    }

    &-actions {
        display: flex;

        .Edit {
            cursor: pointer;
            margin-right: 10px;

            &:hover {
                fill: var(--gray-400);
            }
        }
    }
}
