.jpcrm_funnel {
margin: auto;
width: 90%;
display: flex;
flex-direction: column;
clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}
.jpcrm_funnel > .funnel_section {
color: #fff;
display: flex;
align-items: center;
justify-content: center;
flex: 1 1 100%;
margin-bottom: 2px;
}
.jpcrm_funnel > .funnel_section:hover {
/* https://stackoverflow.com/a/16910152 */
box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.2);
}
.jpcrm_funnel > .funnel_section:hover::before {
content: attr(data-hover);
}
.jpcrm_funnel_legend {
text-align: center;
}
.jpcrm_funnel_legend > div {
display: inline-block;
margin-left: 5px;
vertical-align: middle;
}
.jpcrm_funnel_legend > .legend-color {
width: 15px;
height: 15px;
}