﻿.group-badge {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    width: fit-content;
    cursor: pointer;
}

.color-selected {
    color: #91268F;
}