/* Hover sobre toda la fila de la tabla */
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner table tbody tr:hover td {
    background-color: #0d658048 !important;
    color: white !important;
}