/* 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;
}

#scotland-sea-phase-run-button:hover {
    background-color: #1d4fa8 !important;
    border-color: #1d4fa8 !important;
    transform: scale(1.03);
    transition: all 0.15s ease-in-out;
}

.free-simulation-results-tabs,
.free-simulation-results-tabs.nav-tabs,
.free-simulation-results-tabs .nav-tabs {
    background-color: #173b78 !important;
    border-bottom: 0 !important;
    padding: 0.75rem 1.25rem;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    align-items: center;
}

.free-simulation-results-tabs .nav-item,
.free-simulation-results-tabs.nav-tabs .nav-item {
    margin-bottom: 0;
}

.free-simulation-results-tabs .nav-item + .nav-item,
.free-simulation-results-tabs.nav-tabs .nav-item + .nav-item {
    margin-left: 1.5rem;
}

.free-simulation-results-tabs .nav-link,
.free-simulation-results-tabs.nav-tabs .nav-link {
    color: rgba(255, 255, 255, 0.92) !important;
    font: inherit;
    font-weight: 400;
    background-color: transparent !important;
    margin-bottom: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    line-height: inherit;
    box-shadow: none !important;
    text-decoration: none;
}

.free-simulation-results-tabs .nav-link:hover,
.free-simulation-results-tabs.nav-tabs .nav-link:hover {
    color: #ffffff !important;
    background-color: transparent !important;
}

.free-simulation-results-tabs .nav-link.active,
.free-simulation-results-tabs .nav-item.show .nav-link,
.free-simulation-results-tabs.nav-tabs .nav-link.active,
.free-simulation-results-tabs.nav-tabs .nav-item.show .nav-link {
    color: #ffffff !important;
    background-color: transparent !important;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.22rem;
    text-decoration-thickness: 0.12rem;
}

.free-simulation-results-tabs .tab-content {
    padding: 1rem 1rem 0;
}

/* 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;
}
