.stepsTableCellAssignee {
    height: 100%;
    font-size: 14px;
    color: #4a4a4a;
}

    .stepsTableCellAssignee .assigneeNames {
        margin-left: 4px;
        font-family: GlowRegular;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        padding-top: 4px;
        padding-right: 2px;
        display: flex;
        justify-content: space-between;
    }

        .stepsTableCellAssignee .assigneeNames .nameContainer {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .stepsTableCellAssignee .assigneeNames .iconsContainer img {
            margin-bottom: 4px;
        }

    .stepsTableCellAssignee .assigneeNames .isOutsideTheGroupAssignment {
        color: #FF7C10;
    }