/* Hover effect for Simulate button */
#run-button:hover {
    background-color: #1d4fa8 !important;
    border-color: #1d4fa8 !important;
    transform: scale(1.03);
    transition: all 0.15s ease-in-out;
}

/* Avoid cross (+) and use default mouse icon */
.js-plotly-plot .nsewdrag,
.js-plotly-plot .ewdrag,
.js-plotly-plot .nsdrag,
.js-plotly-plot .draglayer,
.js-plotly-plot .zoomlayer {
    cursor: default !important;
}

/* Evitar cursor de mano en los íconos de la leyenda */
.js-plotly-plot .legendtoggle {
    cursor: default !important;
    pointer-events: none !important;
}
