/* Plotly Overrides - Hide default hover and cursor */

/* Hide Plotly default hover and cursor */
#treatmentComplexityChart1 .hoverlayer,
#treatmentComplexityChart2 .hoverlayer,
#treatmentComplexityChart3 .hoverlayer,
#treatmentComplexityChart4 .hoverlayer {
    display: none !important;
}

#treatmentComplexityChart1 .hovertext,
#treatmentComplexityChart2 .hovertext,
#treatmentComplexityChart3 .hovertext,
#treatmentComplexityChart4 .hovertext {
    display: none !important;
}

#treatmentComplexityChart1 svg,
#treatmentComplexityChart2 svg,
#treatmentComplexityChart3 svg,
#treatmentComplexityChart4 svg {
    cursor: default !important;
}

#treatmentComplexityChart1 svg *,
#treatmentComplexityChart2 svg *,
#treatmentComplexityChart3 svg *,
#treatmentComplexityChart4 svg * {
    cursor: default !important;
}

/* Hide Plotly's cursor crosshair */
#treatmentComplexityChart1 .cursor,
#treatmentComplexityChart2 .cursor,
#treatmentComplexityChart3 .cursor,
#treatmentComplexityChart4 .cursor {
    display: none !important;
}
