/* =========================== */
/* Connection Checklist */
/* =========================== */
.connection-checklist-svg svg {
    pointer-events: all;
}
.connection-checklist-svg svg g[id] {
    pointer-events: bounding-box;
    cursor: pointer;
}