.adf-cell-value {
    .adf-people-initial {
        background: var(--theme-primary-color);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        color: var(--theme-primary-color-default-contrast);
        font-weight: bolder;
        font-size: var(--theme-adf-picture-1-font-size);
        text-transform: uppercase;
    }

    .adf-group-icon {
        height: 20px;
        width: 20px;
        background: var(--theme-primary-color);
        border-radius: 50%;
        padding: 10px;
        color: var(--theme-primary-color-default-contrast);
        font-weight: bolder;
        font-size: var(--theme-title-font-size);
    }

    .adf-datatable-selected {
        height: 100%;
        width: 100%;
        margin-left: -2px;
        margin-top: 2px;
    }

    .adf-people-select-icon {
        margin: 0;

        svg {
            fill: var(--theme-accent-color);
            width: 40px;
            height: 40px;
        }
    }
}
