.list-group-item {
background-color: transparent;
&.active {
background-color: var(--primary);
border-color: var(--primary);
}