#sankey {
    width: 100wv;
    height: 100wh;
}

.sankey-active .node rect,
.sankey-active .node text,
.sankey-active .link {
    opacity: 0.1 !important;
}

.sankey-active .is-highlighted {
    opacity: 1 !important;
}

.node rect {
    cursor: pointer;
    shape-rendering: crispEdges;
}

.node text {
    pointer-events: none;
}