body {
    background-color: #fafafa;
}

.group-card {
    border: 1px solid #e5e5e5;
    transition: border-color 0.15s ease;
}

.group-card:hover {
    border-color: #b0b0b0;
}

.group-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}

.btn-check:checked + .btn-outline-secondary {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}

.rep-radio-pill.selected {
    background-color: #212529 !important;
    color: #fff !important;
    border-color: #212529 !important;
}

.repeater-row .card-body {
    padding: 12px;
}

.list-group-item-action {
    cursor: pointer;
}
