/* espaciado */

.espaciado {
  /* margin-top: 10px; */
  margin-bottom: 10px;
}


body{
    background: url(../images/contador.jpg) no-repeat center center fixed;
    background-size: cover;
}
.app-sidebar__user-avatar{

	width: 48px;
	background: gray;
	padding: 6px;
}


.app-sidebar__toggle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15pt;
}
.app-sidebar__toggle::before{
	display: none;
}

.headerRegister, .header-primary{
	background: #009688;
	color: #FFF;
}

.headerUpdate{
	background: #17a2b8;
	color: #FFF;
}

.notBlock{
	display: none;
}

/*Estilos login*/
#divLoading{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;  
	justify-content: center;
	align-items: center;
	background: rgba(254,254,255, .65);
	z-index: 9999;
	display: none;
}
#divLoading img{
	width: 50px;
	height: 50px;
}
.required{
	color: red;
	font-size: 13pt;
	font-weight: bold;
}


.mt-6,
.my-6 {
  margin-top: 2rem !important;
}

/* stylos foto*/

.prevPhoto {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 100px;
  /* background: url(../images/usuario_defecto.png); */
  border: 1px solid #CCC;
  position: relative;
  cursor: pointer;
  margin: auto;
  /* background-size: 200px 80px; */
}

.prevPhoto label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.prevPhoto div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.prevPhoto div img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
border-radius: 5px;

}

.upimg,
.notBlock {
  display: none !important;
}

.errorArchivo {
  font-size: 16px;
  font-family: arial;
  color: #cc0000;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.delPhoto {
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: red;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
}

#tbl_list_productos img {
  width: 50px;
}

.imgProductoDelete {
  width: 175px;
}

/*Juagdores */

/* Contenedor de cada jugador */

/* Contenedor de cada jugador */
.jugador {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #000;
  overflow: hidden;
  width: 300px;
  height: 360px;
  margin: 10px; /* espacio entre los jugadores */
}

/* Contenedor de la foto del jugador */
.foto-jugador {
  flex: 0 0 100px;
  margin-right: 5px;
  overflow: hidden;
  border-radius: 10%;
  border: 1.5px solid #000;
  margin-left: 5px;
}

/* Estilo de la imagen del jugador */
.foto-jugador img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contenedor de los datos del jugador */
.datos-jugador {
  flex: 0.5;
  margin-bottom: 5px; /* añade margen inferior de 10px */
}

/* Estilos de los títulos de los datos del jugador */
.datos-jugador h2,
.datos-jugador p {
  font-size: 18px;
  margin-bottom: 3px;
  border-bottom: 2px solid #000;
  margin-right: 20px;
}

.datos-jugador h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

/* Título del jugador */
.jugador h1 {
  font-size: 24px;
  margin-bottom: 5px;
  margin-left: 10px;
}

/* Contenedor de los botones */
.botones-jugador {
  display: flex;
  flex-direction: column;
  margin-left: auto; /* alinear los botones a la derecha */
}

/* Estilos de los botones */
.botones-jugador button {
  margin-bottom: 10px;
  width: 100%; /* los botones ocupan todo el ancho disponible */
}

/* Contenedor de todos los jugadores */
.jugadores-container {
  display: flex;
  flex-wrap: wrap;
}

/* Estilos para evitar que los botones se desborden */
.botones-jugador span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 2px;
}

.player-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.list-group-item {
  display: flex;
  align-items: center;
}
.player-info {
  display: flex;
  align-items: center;
}
/* .stats-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.2em;
} */

.pointer {
  cursor: pointer;
}


.stats-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.2em;
  border: 2px solid white; /* Borde blanco */
  background-color: white; /* Fondo blanco */
  padding: 10px; /* Espaciado interno para que el contenido no esté pegado al borde */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Sombra para un mejor contraste */
}
