.capa1 { position:absolute;
	z-index:1;
}

.tarjetas_home
{
	border-radius: 15px;
}

.borde_tarjetas_home
{
	padding: 10px 3px 0px 10px;
}

.texto
{
	word-break: break-all;
}

.center-pills {
	display: flex;
	justify-content: center;
}

.zoom{
	transition: transform .2s;
}

.zoom:hover {
	transform: scale(1.1);
}

.zoom2{
	transition: transform .2s;
}

.zoom2:hover {
	transform: scale(1.3);
}

.black a,.black a:hover {
	color: black !important;
}

.red a,.red a:hover {
	color: red !important;
}

.box
{
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.box-end
{
	display: flex;
	justify-content: flex-end;
}


.box img
{
	display: block;
	margin-left: auto;
	margin-right: auto;

}

.box_home
{
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.foto_equipo
{
	height: 90px;
}

.hover_gris:hover
{
	background-color: #E8E8E8;
}

.hover_gris
{
	border-bottom: 1px solid #ccc;
}

.tabla_informes {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.tabla_informes td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}

.tabla_informes tr:nth-child(even) {
	background-color: #dddddd;
}

.subrayado
{
	border: 2px solid #2962FF;
}

.estado_negociaciones, .estado_curso, .warning_mercado
{
	background-color: #FBCA8C;
}

.estado_buscar, .estado_rechazada, .danger_mercado
{
	background-color: #F7B3B3;
}

.estado_verde, .estado_aceptada, .success_mercado
{
	background-color: #ADF0C9;
}

.switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 22px;
	transition: all 0.3s;
}

.switch::after {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	background-color: white;
	top: 1px;
	left: 1px;
	transition: all 0.3s;
}

input[type='checkbox']:checked + .switch::after {
	transform: translateX(22px);
}

input[type='checkbox']:checked + .switch {
	background-color: #2962FF;
}

.offscreen {
	position: absolute;
	left: -9999px;
}

.required-label:has(+ input:enabled)::after,
.required-label:has(+ select:enabled)::after {
	content: " *";
	color: red;
}
.select2-wrapper {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.label-idioma {
	display: flex;
	align-items: center;
	font-weight: bold;
	gap: 8px;
}
.label-idioma img {
	width: 20px;
	height: 22px;
}

/* Color de fondo y texto de las opciones seleccionadas */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #007bff !important;
	border-color: #007bff !important;
	color: #fff !important;
}

/* Color de la 'X' de cierre */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: #007bff !important;
	color: #fff !important;;
	margin-right: 6px!important; ;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #ddd !important;;
}

@media only screen and (max-width: 799px)
{
	.fondo
	{
		background:url(../assets/images/big/fondo.jpg) center;
		background-size: 100% 100%;
	}
}

@media only screen and (min-width: 800px)
{

	.fondo
	{
		background:url(../assets/images/big/fondo2.jpg) center;
		background-size: 100% 100%;
	}

}


.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.dni
{
	-webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.41);
	-moz-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.41);
	box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.41);
}
.contenedor_campo {
    position: relative !important;
    width: 100%;

    display: inline-block;
}

.imagen_fondo_campo {
    width: 100%;
    display: block;
}

.posicion_campo {
    display: flex ;
    justify-content: center ;
    align-items: center ;
    width: 25px ;
    height: 25px ;
    position: absolute ;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-decoration: none ;
    transition: all 0.2s ease-in-out;
}

.posicion_campo img {
    position: absolute ;
    top: 0; left: 0;
    width: 100% ; height: 100% ;
    border-radius: 50%;
    z-index: 1;
}

.posicion_siglas {
    position: relative ;
    z-index: 20;
    color: white ;
    font-weight: bold ;
    font-size: 11px ;
    text-shadow: 1px 1px 2px black;
    opacity: 0 ;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}

.posicion_campo:hover {
    transform: translate(-50%, -50%) scale(1.4) ;
    z-index: 100 ;
}

.posicion_campo:hover .posicion_siglas {
    opacity: 1 ;
}

#posicion_por{ top: 95.2%; left: 50%; }
#posicion_ci{ top: 79%; left: 35.2%; }
#posicion_cd{ top: 79%; left: 64.8%; }
#posicion_li{ top: 73.3%; left: 7.4%; }
#posicion_ld{ top: 73.3%; left: 92.6%; }
#posicion_pd{ top: 62.3%; left: 50%; }
#posicion_mc{ top: 50%; left: 50%; }
#posicion_po{ top: 37%; left: 50%; }
#posicion_ei{ top: 25.7%; left: 7.4%; }
#posicion_ed{ top: 25.7%; left: 92.6%; }
#posicion_mp{ top: 19.9%; left: 50%; }
#posicion_pun{ top: 7%; left: 50%; }

#posicion_ban{
    top: 50%; left: 2%;
    background: #e1e1e1;
    border-radius: 0.2rem;
    padding: 1rem 0;
}

.campo_1{
	position: absolute;
	top:81%;
	left:47%;
}

.campo_2{
	position: absolute;
	top:70%;
	left:29%;
}

.campo_3{
	position: absolute;
	top:70%;
	left:66%;
}

.campo_4{
	position: absolute;
	top:70%;
	left:39%;
}

.campo_5{
	position: absolute;
	top:70%;
	left:55%;
}

.campo_6{
	position: absolute;
	top:60%;
	left:47%;
}

.campo_7{
	position: absolute;
	top:46%;
	left:47%;
}

.campo_8{
	position: absolute;
	top:32%;
	left:47%;
}

.campo_9{
	position: absolute;
	top:35%;
	left:35%;
}

.campo_10{
	position: absolute;
	top:35%;
	left:60%;
}

.campo_11{
	position: absolute;
	top:20%;
	left:29%;
}

.campo_12{
	position: absolute;
	top:20%;
	left:66%;
}

.campo_13{
	position: absolute;
	top:20%;
	left:47%;
}

.campo_14{
	position: absolute;
	top:15%;
	left:47%;
}

.campo_15{
	position: absolute;
	top:10%;
	left:47%;
}

#suggestions {
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
	height: auto;
	position: absolute;
	top: 45px;
	z-index: 9999;
	width: 206px;
}

#suggestions .suggest-element {
	background-color: #EEEEEE;
	border-top: 1px solid #d6d4d4;
	cursor: pointer;
	padding: 8px;
	width: 100%;
	float: left;
}

#suggestions2 {
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
	height: auto;
	position: absolute;
	top: 45px;
	z-index: 9999;
	width: 206px;
}

#suggestions2 .suggest-element2 {
	background-color: #EEEEEE;
	border-top: 1px solid #d6d4d4;
	cursor: pointer;
	padding: 8px;
	width: 100%;
	float: left;
}


img { max-width: 100%;}

@media only screen and (max-width: 600px){
	.movil{display: none;}
}

@media only screen and (min-width: 600px){
	.solo_movil{display: none;}
}



.enlace{
	color:white;
	text-decoration:none;

}
.dark{
	color:black;
	text-decoration:none;

}

.enlace:hover{
	color:black;
	text-decoration:none;
}

.oculto{
	display:none;
}

.mayus{

	text-transform: uppercase;
}

.color_gris{
	background: #F1F2F4 !important;
}
.color_blanco{
	background: #FFF;
}

.color_azul{
	background: #A7DFFF;
}

.color_verde{
	background: #BDFFB0;
}

.no_mostrar{
	display: none;
}

img.img-fluid{
	display:block;
	margin:auto;
}

#posiciones{
	margin-left:auto;
	margin-right:auto;
}

div.col-xl-4.col-lg-6.col-md-6.col-sm-12#cajaCampo{
	margin-left:auto;
	margin-right:auto;
}

.btn.btn-info#marcarTodo{
	margin:auto;
}

.pendientes{
	margin-left: 5%;
	margin-top: 5%;
}

.espana{

	background:url(../assets/Imagenes/espana.jpg) center;
	background-size: 100% 100%;
}


div.contenedor {
	width: 100%;
	margin-top: 10%;
}

button.centrado {
	width: 110px; /* Para que no se rompa en dos líneas, y lo translade tal cual. */
	margin-left: 50%;
	transform: translateX(-50%);
}


.entrenador{

	margin-right: 5%;
}


.entrenadornomb{

	margin-top: 40%;
}

/* Asegurar que la tabla se ajuste en pantallas grandes */
.table-responsive-contacts {
	overflow-x: auto;  /* Habilita el desplazamiento horizontal solo cuando sea necesario */
	-webkit-overflow-scrolling: touch; /* Habilita desplazamiento suave en dispositivos móviles */
}

.table-contacts.datatable {
	width: 100% !important;  /* Asegura que la tabla utilice el 100% del ancho disponible */
}

@media (min-width: 768px) {
	.table-responsive-contacts {
		overflow-x: visible;  /* En pantallas grandes, no mostrar scroll horizontal */
	}
}

/* Asegurar que la tabla se ajuste en pantallas grandes */
.table-responsive-intermediacion{
	overflow-x: auto;  /* Habilita el desplazamiento horizontal solo cuando sea necesario */
	-webkit-overflow-scrolling: touch; /* Habilita desplazamiento suave en dispositivos móviles */
}

.table-intermediacion.datatable {
	width: 100% !important;  /* Asegura que la tabla utilice el 100% del ancho disponible */
}

.perfil-jugador .card {
	border-radius: 10px;
	background-color: #f8f9fa;
}

.perfil-jugador p {
	margin-bottom: 0.5rem;
}

.perfil-jugador h3 {
	font-weight: 600;
}

.section-title {
	font-size: 1.25rem;
	font-weight: 600;
	border-bottom: 2px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}

dl.row dt, dl.row dd {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.modal-content {
	border-radius: 0.8rem;
	overflow: hidden;
}

@media (min-width: 768px) {
	.table-responsive-intermediacion {
		overflow-x: visible;  /* En pantallas grandes, no mostrar scroll horizontal */
	}
}

#toast-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.toast-centered {
	width: 2000px; /* Ajustar tamaño del toast */
	font-size: 1.1rem; /* Aumentar el tamaño de la fuente */
	text-align: center;
}

.toast .toast-header {
	font-size: 1.1rem;
	font-weight: bold;
}

.modal-body {
	max-height: 70vh; /* Ajusta este valor si es necesario */
	overflow-y: auto;
}

.d-show{
	display: none;
}

/* Contenedor relativo para establecer el contexto de posicionamiento */
.relative-box{
	position: relative;
}

/* Elemento superpuesto (encima), abajo a la izquierda */
.superpuestoDerecha{
	position: absolute;
	bottom: 0; /* Distancia desde la parte inferior */
	right: 0; /* Distancia desde la izquierda */
}
.relative-box .superpuestoDerecha{
	opacity: 0.9;
}
.menuHorizontal{
	display: flex;
	flex-direction: row; /* Asegura que los elementos estén en fila */
	justify-content: space-between; /* Distribuye el espacio entre elementos */
	width: 100%; /* Ocupa todo el ancho disponible */
}

.menuHorizontal > .contenedorConversaciones {
	width: 35%; /* Cada elemento ocupa 1/3 del ancho */
	margin: 5px;
}

.menuHorizontal > .menuLigasYEquipos {
	width: 100%;
	margin: 5px;
	text-align: center; /* Centra el contenido dentro de cada elemento */

}
.navScrollable {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
	overflow-x: auto;
	margin-bottom: 8px;
}
.navScrollable::-webkit-scrollbar {
	display: none; /* Oculta la barra de desplazamiento */
}
#conversaciones{
	overflow-y: auto;
	max-height: 900px;
}
.select-container {
	display: none;
	position: absolute;
	top: 100%; /* Se despliega justo debajo del botón */
	right: 0;
	z-index: 1000; /* Asegura que esté por encima de otros elementos */
}
/* Mostrar el select cuando está activo */
.select-container.active {
	display: block;
}
.menuFiltroEquipos{
	position: relative;
}
#filtro-cargos-btn{
	width: 200px;
}
.activeNav{
	border-bottom: 3px solid #007bff;
	font-weight: bold;
}
.contenedor-posiciones{
	padding: 0 4px 0 4px;
	display: flex;
	justify-content: space-evenly;
}
.apartado-conversaciones{
	overflow: hidden;
	margin-right: 40px;
}
.apartado-conversaciones > h2{
	text-align: center;
}
.contenedor-conversaciones{
	overflow-y: auto;
	max-height: 100vh;
}
.contenedor-conversaciones::-webkit-scrollbar {
	display: none; /* Oculta la barra de desplazamiento */
}
.contenedor-posiciones > h5 {
	margin: 4px 0 4px 0;
}
.pop-message{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.menu-right{
	display: grid;
	grid-template-columns:75% 25%;
	grid-gap: 16px;
	transition: grid-template-columns 0.3s linear;
}

.close-menu{
	grid-template-columns: 100% 0 ;
}
.relative{
	position: relative;
}
.absolute-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.card-nav{
	background-color: #fff;
	height: 100%;
	border-radius: 3px;
	text-wrap: nowrap;
	display: flex;
	justify-content: space-between;
	padding: 8px 15px;
}
#message-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

.ligas-selector {
	padding: 7px 15px;
	font-weight: bold;
	border: 0;
	font-size: 16px;
	cursor: pointer;
	color: #3e5569;
}

.contenedor-necesidad .el-card-item{
	padding: 0 6px 0 6px;
	position: relative;
}
.contenedor-necesidad .nota-necesidad{
	padding: 7px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
	transition: 0.2s;
}
.contenedor-necesidad .nota-necesidad:hover{
	opacity: 1;
}
.cuadricula-necesidades > div{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 10px;

}
.cuadricula-necesidades{
	width: 80%;
	padding: 10px;
	margin-left: 20px;
}
.info-jugador{
	width: 20%;
}
.banderita-espana-contactos{
	height: 18px;
	position: absolute;
	top:0; right: 0;
	transition: 0.3s;
}
#slider-non-linear .noUi-handle[data-handle="1"] {
	display: none;
}
#slider-non-linear .noUi-tooltip {
	display: none;
}
#slider-non-linear .noUi-active .noUi-tooltip {
	display: block;
}
#slider-toggle {
	height: 50px;
}
#slider-toggle.off .noUi-handle {
	border-color: #ADF0C9;
}
.texto_conversacion{
	white-space: pre-wrap;
}
.opt_group_btn{
	text-align: center;
	padding: 16%;
	font-weight: bold;
	border-radius: 30px;
}
.boton-limpio {
	color: inherit;
	background: none;
	border: none;
	padding: 0;
}
.boton-limpio:focus{
	outline: none;
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 1rem;
}
.contenedor-necesidades{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: clamp(13rem, 100%, 22rem);
	gap: 1rem 0;
}
.player-img{
	width: 100%;
}
.player-card-container {
	height: clamp(8rem, 15vw, 14rem);
	width: clamp(9rem, 16vw, 13rem);
	font-size: clamp(0.7rem, 1.4vw, 1rem);
	container-type: inline-size;
	container-name: contenedor-jugador;
	position: relative;
}
.necesidad-card-container{
	font-size: clamp(0.7rem, 1.4vw, 1rem);
	width: 100%;
	height: clamp(2.1rem, 4.7vw, 3rem);
	position: relative;
	container-type: inline-size;
	container-name: contenedor-necesidad;
}

.item-card{
	position: relative;
	z-index: 3;
	height: 100%;
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	padding: 10px;
	font-weight: bold;
	transition: all 150ms ease-out;
}
.select-button{
	position: absolute;
	font-size: clamp(1rem, 1.6vw, 1.3rem);
	bottom: 1rem;
	left: 1rem;
	color: #2962FF;
}
.player-card-container.is-selected > .item-card{
	background-color: #e6e6e6;
}

.necesidad-card-container > .item-card{
	cursor: pointer;
}
.necesidad-card-container.is-selected > .item-card{
	background-color: #2962FF;
	color: #fff;
	cursor: default;
}
.necesidad-card-container.is-selected > .necesidad-back-panel{
	background-color: rgba(43, 65, 143, 0.94);
	border-color: #2b418f;
}
.necesidad-card-container:not(.is-selected) > .item-card:hover{
	background-color: #efefef;
}

.necesidad-card-content{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;

}
.player-card-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}
.necesidad-image-wrapper{
	position: relative;
	max-height: 80%;
	width: 100%;
}
.player-image-wrapper {
	position: relative;
	max-height: 60%;
	width: 100%;
}
.config-button{
	left: 0.5rem;
}
.info-button {
	right: 0.5rem;
}
.jugador-tool-button{
	top: 0.5rem;
}
.tool-button{
	position: absolute;
	opacity: 0.2;
	font-size: clamp(1rem, 1.6vw, 1.3rem);
	line-height: 1;
	transition: opacity 60ms linear, transform 150ms ease-out;
}
.alert-button{
	top: 2rem;
	opacity: 0.4;
	right: 0.5rem;
	color: #ffdd00;
	z-index: 999;
}
.necesidad-tool-button{
	top:50%;
	transform: translateY(-50%);
}
.config-button:hover{
	opacity: 0.6;
	transform: translateY(-50%) rotate(270deg);
}
.alert-button:hover{
	opacity: 1;
}
.contain-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.team-logo-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 12cqw;
	padding: 0 3cqw;
}
.info-necesidad-seleccionado{
	position: absolute;
	background-color: #2962FF;
	border-radius: 0.7rem;
	color: white;
	bottom: 0.7rem;
	right: 0.7rem;
	font-size: clamp(0.5rem, 1.2vw, 0.8rem);
	padding: 0.2rem 0.5rem 0.1rem 0.5rem;
}

.team-logo-image {
	max-height: 16cqw;
}
.necesidad-info-text {
	flex: 1
}
.btn-add-player{
	width: 30%;
}
.player-info-text {
	height: 40%;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
}

.info-button:hover{
	opacity: 0.4;
}

.jugador-details-panel {
	top: 0;
	right: 0;
	position: absolute;
	font-size: clamp(0.7rem, 6.5cqw, 1rem);
	height: 100%;
	transform: translateX(0%);
	border-top-right-radius: 20px;
	opacity: 0;
	z-index: 1;
	border-bottom-right-radius: 20px;
	background-color: rgba(65, 71, 85, 0.96);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 15px 15px 15px 15cqw;
	border: 3px solid #414755;
	color: #fff;
	transition: opacity 150ms ease-out, transform 150ms ease-out;
}
.necesidad-details-panel {
	gap: 0.1rem 0.6rem;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	text-align: start;
}
.necesidad-config-panel{
	justify-content: space-between;
}
.menu-item-container{
	opacity: 0.5;
	display: flex;
	align-items: center;
	gap: 0 1rem;
}
.menu-item-container:hover{
	opacity: 0.9;
}
.menu-item-container > .help-text-span {
	width: 0;
	overflow: hidden;
	transition: width 200ms ease-out;
}
.menu-item-container:hover > .help-text-span{
	width: 100%;
}
.menu-item-container.delete-necesidad{
	display: flex;
	justify-content: flex-end;
}
.necesidad-back-panel{
	position: absolute;
	top: 0;
	right: 0;
	font-size: clamp(0.7rem, 5cqw, 1rem);
	transform: translateY(8cqw);
	width: 100cqw;
	overflow: hidden;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: rgba(65, 71, 85, 0.96);
	display: flex;
	border: 3px solid #414755;
	color: #fff;
	opacity: 0;
	z-index: 1;
	transition: opacity 150ms ease-out, height 150ms ease-out, transform 150ms ease-out, padding 150ms ease-out;
	height: 0;
}
.jugador-details-panel.extended{
	transform: translateX(87%);
	opacity: 1;
}
.necesidad-back-panel.extended{
	opacity: 1;

}
.necesidad-details-panel.extended{
	height: 10.5rem;
	padding: 7cqw 4cqw 4cqw 4cqw;

}
.necesidad-config-panel.extended{
	height: 120%;
	padding: 6% 4cqw 1cqw 4cqw;
}
.btn-aniadir-jugador{
	font-size: 12cqw;
}

.salary-highlight {
	color: #36bea6;
}
.link-transfermarkt{
	padding: 0 8cqw;
	width: 80%;
}
.big-button{
	border-radius: 1.4rem;
	padding: 1rem;
	background-color: #2962FF;
	transition: background-color 200ms ease-out;
}
.big-button:hover{
	background-color: #2d59cd;
}
.grid-player-selection{
	display: grid;
	grid-template-columns: 0.5fr 1fr;
	grid-gap:2rem;
}
.players-selection{
	display: flex;
	gap: 0 0.7rem;
	justify-content: center;
}
.necesidades-selection{
	display: flex;
	flex-direction: column;
	gap: 1rem 1rem;
}
.necesidad-option-pdf{
	--color-1: #e3e3e3;
	--color-2: #2962FF;
	position: relative;
	container-type: inline-size;
	container-name: necesidad-opntion;
	color:inherit;
	overflow: hidden;
	display: flex;
	width: 100%;
	border-radius: 2rem;
	text-align: center;
	font-weight: bold;
}
.necesidad-option-pdf.is-selected{
	--color-1: #2962FF;
	--color-2: #e3e3e3;
	color: white;
}
.necesidad-option-pdf.is-selected > .cantidad-jugadores-opt{
	background-color: #e3e3e3;
	color: #3e5569;
}
.necesidad-option-pdf.is-selected > .nombre-posicion-opt{
	background-color: #2962FF;
	color: white;
}
.cantidad-jugadores-opt{
	background-color: #2962FF;
	padding: 0.7rem 0.7rem 0.7rem 0.4rem;
	width: 10%;
	color: white;
	transition: background-color 200ms ease-out, color 200ms ease-out;
}
.select-jugadores{
	min-width: 4rem;
}
.nombre-posicion-opt{
	background-color: #e3e3e3;
	padding: 0.7rem;
	width: 90%;
	height: 100%;
	transition: background-color 200ms ease-out, color 200ms ease-out;
}
.contenedor-jugadores{
	display: flex;
	flex-direction: column;
	gap: 1.3rem;
	flex: 1;
}
.estado-warning{
	background-color: #ffeab4;
}
.estado-danger{
	background-color: #ffc3c3;
}
.estado-secondary{
	background-color: white;
}
.estado-success{
	background-color: #d3ffc7;
}
.estado-primary{
	background-color: #c4d6ef;
}
.estado-dark{
	background-color: #b6b6b6;
}
.estado-send{
	background-color: #e4d1ff;
}
span.estado-warning{
	background-color: inherit;
	color: #ffeab4;
}
span.estado-danger{
	background-color: inherit;
	color: #ffc3c3;
}
span.estado-secondary{
	background-color: inherit;
	color: white;
}
span.estado-success{
	background-color: inherit;
	color: #d3ffc7;
}
span.estado-primary{
	background-color: inherit;
	color: #c4d6ef;
}
span.estado-dark{
	background-color: inherit;
	color: #b6b6b6;
}
span.estado-send{
	background-color: inherit;
	color: #e4d1ff;
}
.message-button{
	border-radius: 1rem;
	font-weight: bold;
	padding: 0.3rem 1rem;
	background-color: #2962FF;
	color: white;
	transition: background-color 150ms linear;
}
.message-button:hover{
	background-color: #0346ff;
}
.tiny-img{
	height: 2.5rem;
	max-width: inherit;
}
.flex-v-center{
	display: flex;
	align-items: center;
}
.datatable-header {
	display: flex; /* Activa Flexbox */
	justify-content: space-between; /* Distribuye el espacio entre los elementos */
	align-items: center; /* Alinea verticalmente los elementos al centro */
}
.grid-form{
	display: grid;
	grid-gap: 1rem;
}
.grid-form.grid-c3{
	grid-template-columns: repeat(3, 1fr);
}
.grid-form.grid-c2{
	grid-template-columns: repeat(2, 1fr);
}
.grid-form.grid-c4{
	grid-template-columns: repeat(4, 1fr);
}
#contenedor-contactos-equipos{
	display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}
.buttons-bar{
	display: flex;
	justify-content: start;
	align-items: center;
}
.partido-card{
	position:relative;
	background-color: white;
	border-radius: 1rem;
	padding: 15%;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}
.partido-card:focus{
	opacity: 1;
}
.info-jugador-content{
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}
.absolut-right{
	position: absolute;
	top: 5%;
	right: 5%;
}
.absolut-right-bottom{
	position: absolute;
	bottom: 5%;
	right: 5%;
}
.autoComplete_wrapper{
	width: 100%;
}
.autoComplete_wrapper > input.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #4F5467;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e9ecef;
	border-radius: 2px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background-image: inherit;
}
.valid-input{
	border-color: #a3f492;
}
.hidden{
	display: none !important;
}
.small-btn{
	background-color: rgb(46, 158, 138);
	color: white;
	border-radius: 0.3rem;
	padding: 0.2rem 0.4rem;
	transition: filter 150ms linear;
}
.small-btn:hover{
	filter: brightness(85%);
}
.small-btn:disabled{
	filter: brightness(85%);
}
.small-btn.info{
	background-color: #2962FF;
}
.contenedor-imagenes-encargados{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0.7rem;
}
.encargado-item{
	overflow: hidden;
	border-radius: 1rem;
	color: inherit;
	aspect-ratio: 1 / 1;
	text-align: center;
}
.contenedor-negociaciones-equipo{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.7rem;
}
.nav-pills li.nav-item{
    flex: 1;
    text-align: center;
    background-color: white;
    font-weight: bold;
}
.nav-pills li.nav-item:hover{
    background-color: #eff2f6;
}
.nav-pills .nav-item a {
    color: inherit;
}
.nav-pills .nav-item .nav-link{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}
.nav-pills{
    border-radius: 1rem;
    overflow: hidden;
}
.tab-content{
    padding: 0.7rem
}
.nav-pills .nav-item{
    transition: flex 0.2s ease-out;
}
@media (max-width: 600px) {
    .nav-pills .nav-item.flex-5{
        flex:1 !important;
    }
}
.nav-pills .nav-item.flex-5{
    flex:4;
}
.contenedor-equipos-extended{
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	overflow: visible;
}
.cobrar-factura-btn{
    color: #2962FF;
}
.cobrar-factura-btn:hover{
    color: #3e07d3;
}
.seccion-contactos{
    background-color: #e5e7f6;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 100%;
}
.seccion-contactos-titulo{
    text-align: left;
    background-color: #fff;
    padding: 0.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 0.5rem;
}
.seccion-contactos-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-gap:0.7rem;
    padding: 0.5rem;
    box-sizing: border-box;
    width: 100%;
}
/* Contenedor principal para alinear las fotos y la gráfica */
.graph-wrapper {
    display: flex;
    align-items: center;
    gap: 20px; /* Espacio entre las fotos y la gráfica */
    justify-content: space-between;
    border-radius: 0.3rem;
}

/* Contenedor para las imágenes de perfil */
.photos-container {
    display: flex;
    height: 51.8vh;
    flex-direction: column;
    justify-content: space-between;
    min-width: 50px;
    margin-top: 4.5vh;
}
@media (max-width: 560px) {
    .photos-container {
        display: none;
    }
}
.photo-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.photos-container img {
    width: clamp(2rem, 11vw, 4rem);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e1e8ed;
}

/* Contenedor para la gráfica */
.chart-container {
    flex-grow: 1; /* La gráfica ocupa el espacio restante */
    height: 65vh; /* Altura de la gráfica */
    width: 100%;
}
.chart-container canvas{
    max-width: 100%;
}
.scoutingButton{
    font-size: 1.2rem;
    border-radius: 0.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
#miScoutingButton{
    background-color: rgba(37, 195, 89, 0.78);
    box-shadow: 0 6px 12px rgba(37, 195, 89, 0.3);
    color: white;
    width: 100%;
    transition: background-color 0.2s ease-in;
}
#miScoutingButton:hover{
    background-color: rgba(37, 174, 80, 0.78);
}
#misReunionesButton{
    width: 100%;
    position: relative;
    z-index: 2;
    box-shadow: 0 6px 12px rgba(41, 98, 255, 0.3);
    transition: background-color 0.2s ease-in;
}
#feedsReuniones{
    flex: 0.35;
}
#conversacionesExpand{
    position: absolute;
    bottom: 75%;
    width: 100%;
    height: 0;
    z-index: 0;
    box-sizing: border-box;
    transition: height 0.2s ease-in, box-shadow 0.3s ease-out;
}
#conversacionesExpand.active{
    height: 18rem;
}
#scoutingGraphSection{
    flex: 0.65;
    background-color: white;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    justify-content: space-evenly;
    border-radius: 0.6rem
}

@media (max-width: 600px) {
    #feedsReuniones{
        flex:1;
    }
    #scoutingGraphSection{
        flex:none;
        width: 100%;
    }
}

.dropdown-wrapper {
    /* Contenedor principal para el posicionamiento */
    position: relative;
    display: inline-block; /* Ocupa solo lo necesario */
}

.dropdown-trigger {
    /* El botón de arriba */
    position: relative; /* Crea stacking context */
    z-index: 2; /* Importante: por encima del contenido */

    cursor: pointer;
}

.dropdown-content {
    /* El contenido desplegable */
    position: absolute !important;
    z-index: 1; /* Importante: por debajo del trigger */

    /* Posicionamiento: justo debajo del trigger */
    top: 100%; /* Empieza al 100% de la altura del wrapper */
    left: 0;
    width: 100%;

    /* --- LA MAGIA DE LA ANIMACIÓN --- */

    /* 1. Estado inicial (oculto) */
    opacity: 0;
    visibility: hidden; /* Oculta a lectores de pantalla y tabulación */

    /* Lo movemos 10px hacia arriba (para el efecto "deslizamiento") */
    transform: translateY(-10px);

    /* 2. La transición */
    transition: transform 0.3s ease-out,
    opacity 0.3s ease-out,
    visibility 0s;
}
.icon-t-r{
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    font-size: 1.2rem;
    color: #333;
}

/* Estado final (visible) */
.dropdown-wrapper.active .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* Vuelve a su posición original */
    transition: transform 0.3s ease-out,
    opacity 0.3s ease-out,
    visibility 0.3s;
}

.form-wrapper{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.vacio{
    opacity: 0.6;
}
.relacion-intermediario-icon{
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 15%;
    display: flex;
    top: 5%;
    left: 5%;
    font-size: 0.7rem;
    border-radius: 3rem;
}
.relacion-intermediario-icon>*{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.relacion-intermediario-icon[data-relacion="1"]{
background-color: #A7DFFF;
}
.relacion-intermediario-icon[data-relacion="2"]{
background-color: #BDFFB0;
}
.relacion-intermediario-icon[data-relacion="3"] {
background-color: #fddb78;
}
.text-send{
	color: #0ea5e9;
}

/* ── Legacy shell (sustituye style.min.css del tema Admin) ── */

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.lds-ripple {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

.lds-ripple .lds-pos {
    position: absolute;
    border: 2px solid #2962FF;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
}

.lds-ripple .lds-pos:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.auth-wrapper {
    min-height: 100vh;
    position: relative;
}

.auth-wrapper .auth-box {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    max-width: 400px;
    width: 90%;
    margin: 10% 0;
}

.auth-wrapper .auth-box .logo {
    text-align: center;
}

.page-breadcrumb {
    padding: 20px 20px 0;
}

.page-breadcrumb .page-title {
    margin-bottom: 0;
}

.page-breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 12px;
}

.page-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\e649";
    font-family: themify;
    color: #ced4da;
    font-size: 11px;
}

.m-r-10 { margin-right: 10px; }
.font-20 { font-size: 20px; }