﻿.listadoJugadoresEnPista{display:flex;flex-direction:column;align-items:flex-start;gap:15px;width:100%;overflow:hidden;overflow-x:auto;}@media(min-width:768px){.listadoJugadoresEnPista{flex-direction:row;}}.listadoJugadoresEnPista .nombreEquipo{position:sticky;left:0;padding:10px;}.listadoJugadoresEnPista .nombreEquipo img{display:inline-block;width:30px;height:30px;border-radius:50%;margin-right:10px;object-fit:cover;overflow:hidden;background-color:#fff;}.listadoJugadoresEnPista .ahoraEnPista{position:sticky;left:0;display:inline-block;width:100%;padding:3px 15px;text-align:center;background-color:#eee;color:var(--primario-80);}.listadoJugadoresEnPista .dorsal{width:1%;white-space:nowrap;display:flex;flex-direction:row;justify-content:space-between;}.listadoJugadoresEnPista .dorsal img{display:inline-block;width:25px;height:25px;margin-left:10px;border-radius:50%;object-fit:cover;background-color:#fff;aspect-ratio:1;}.listadoJugadoresEnPista .dorsal strong{min-width:20px!important;}.listadoJugadoresEnPista .jugador{width:1%;white-space:nowrap;text-align:left!important;}.listadoJugadoresEnPista .jugador span{display:inline-block;width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:20px;max-width:150px;}.listadoJugadoresEnPista .resultados{text-align:center!important;}.tarjeta-jugadores-pista{flex:1;min-width:0;height:auto!important;min-height:0!important;}.tarjeta-jugadores-pista .tarjeta-widget-contenido{padding-bottom:0!important;}.tabla-jugadores-scroll{overflow-x:auto;width:100%;}.tablaJugadores thead{position:sticky;top:0;z-index:9999999999;}.tablaJugadores thead tr th,.tablaJugadores thead tr td,.tablaJugadores tbody tr th,.tablaJugadores tbody tr td{font-size:var(--tamanoTexto);}.tablaJugadores thead tr th:first-child,.tablaJugadores thead tr td:first-child,.tablaJugadores tbody tr th:first-child,.tablaJugadores tbody tr td:first-child{position:sticky;left:0;white-space:nowrap;z-index:999;}.tablaJugadores thead tr th,.tablaJugadores tbody tr th{background-color:var(--primario-80);}.tablaJugadores thead tr td,.tablaJugadores tbody tr td{background-color:#fff;}