/* Estilos del Ranking de Usuarios */
.perfil-puntaje-widget{
	background:white;
	padding-top:15px;
    min-height: 535px;
}
.perfil-contenedor-mes{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 0px 20px;
}

.perfil-contenedor-duplicador{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.perfil-mes-label{
	font-weight: 700;
    font-size: 16px;
    color: #797979;
	font-family: "Hyundai Sans Head", Sans-serif;
}
.perfil-mes-dato{
	color: #1C1C1C;
    font-size: 18px;
    font-weight: 700;
	font-family: "Hyundai Sans Head", Sans-serif;
}
.circuit-popup {
    position: absolute;
    background: white;
    color: black;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    width: 220px;
    z-index: 990;
    padding: 0px;
    font-family: Arial, sans-serif;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
}
.ranking-users-widget-main .cabecera{
	margin-bottom:-13px;
}

.competencia-suv-ranking-header-image{
    text-align: center;
    margin-bottom: -35px;
}
.competencia-suv-ranking-header-image img{
        width: 210px;
        z-index: 99;
    
}
.competencia-suv-ranking-list{
    padding: 0px 5px;
     max-height: 63vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #1A1A1A #9F9F9F;
}
.competencia-suv-ranking-list::-webkit-scrollbar {
    width: 6px;
}

.competencia-suv-ranking-list::-webkit-scrollbar-track {
    background: #02244A;
}

.competencia-suv-ranking-list::-webkit-scrollbar-thumb {
    background: #FFC300;
    border-radius: 5px;
}
.elementor-widget-ranking-acumulado-users, .elementor-widget-ranking-acumulado-users .competencia-suv-ranking-users-widget{
	max-width:500px;
	width:500px;
}
.elementor-widget-ranking-acumulado-users .container-scroll-ranking{
	width:300px;
}
.competencia-suv-ranking-list-acumulado{
    padding: 0px 5px;
     max-height: 75vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #FFC300 #02244A;
}
.competencia-suv-ranking-list-acumulado::-webkit-scrollbar {
    width: 6px;
}

.competencia-suv-ranking-list-acumulado::-webkit-scrollbar-track {
    background: #02244A;
}

.competencia-suv-ranking-list-acumulado::-webkit-scrollbar-thumb {
    background: #FFC300;
    border-radius: 5px;
}

.competencia-suv-ranking-users-widget {
    background: #02244A;
    border-radius: 10px;
    padding: 5px;
    color: #fff;
    font-family: Arial, sans-serif;
    max-width: 268px;
    text-align: center;
	padding-top:15px;
}



.elementor-widget-dealer_sales_ranking{
	 max-width: 500px;
	width:500px;
}

.competencia-suv-ranking-list-dealer{
    padding: 0px 5px;
     max-height: 70vh;
    overflow-y: auto;
	overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #FFC300 #02244A;
}

@media (min-width: 0px) and (max-width: 980px) {
    .competencia-suv-ranking-list-dealer{
         max-height:400px;
    }
	.competencia-suv-ranking-list-acumulado{
		max-height:400px;
	}
	.elementor-widget-ranking-acumulado-users,.elementor-widget-ranking-acumulado-users .competencia-suv-ranking-users-widget{
		max-width:350px;
		width:350px;
	}

	.elementor-widget-dealer_sales_ranking{
	max-width:350px;
		width:350px;
	}

}


.competencia-suv-ranking-list-dealer::-webkit-scrollbar {
    width: 6px;
}

.competencia-suv-ranking-list-dealer::-webkit-scrollbar-track {
    background: #02244A;
}

.competencia-suv-ranking-list-dealer::-webkit-scrollbar-thumb {
    background: #FFC300;
    border-radius: 5px;
}





.competencia-suv-ranking-users-widget .cabecera-texto {
    font-family: "Hyundai Sans Head", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #002c5f;
	margin: 0;
}

.competencia-suv-ranking-acumulado-widget h3{
    color:#002c5f !important;
	font-size: 22px;
    font-weight: bold;
	font-family: 'Hyundai Sans Head';
	padding-top:15px;
	padding-bottom:15px;
}
.competencia-suv-ranking-acumulado-widget{
	max-width: 95% !important;
	width: 95% !important;
}
.competencia-suv-ranking-user{
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #E2E2E2;
    padding: 5px 0px;
}
.competencia-suv-ranking-user .rank-position{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 3px 3px 0px 3px;
}
.competencia-suv-ranking-user .rank-position-suv{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 3px 3px 0px 3px;
}
.competencia-suv-ranking-user .rank-position-dealer{
	width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 3px 3px 0px 3px;
}

.competencia-suv-ranking-user .rank-position img{
    width: 50px;
	height: 50px;
}
.competencia-suv-ranking-user  .rank-position-suv img{
    width: 50px;
	height: 50px;
}
.competencia-suv-ranking-user .user-info{
    width: 75%;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.competencia-suv-ranking-users-widget .rank-number {
    font-size: 35px;
    line-height: 30px;
    font-weight: 500;
    color: #5C5C5C;
    font-family: 'Hyundai Sans Head';
}

.competencia-suv-ranking-users-widget .puntaje {
    color: #5C5C5C;
    font-family: Hyundai Sans Head;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.competencia-suv-ranking-users-widget .user-info {
    text-align: left;
    flex-grow: 1;
	border-left: 1px solid #5C5C5C;
}
.user-info-suv{

	border-left: 1px solid #5C5C5C;
}
.user-info-dealer{
	width:38%;
	border-left: 1px solid #5C5C5C;
	display: flex;
    flex-direction: column;
    padding-left: 10px;
	text-align: left;
}
.user-comercial-dealer{
	width:30%;
		display: flex;
    flex-direction: column;
    padding-left: 10px;
	text-align: center;
    justify-content: center;
}
.user-performance-dealer{
	width:23%;
			display: flex;
    flex-direction: column;
    padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	 justify-content: center;
}
.puntaje-numero {
    font-family: 'Hyundai Sans Head';
    font-size: 25px;
    font-weight: 500;
	color:#1D3751;
}
.resaltar-suv .rank-number , .resaltar-suv .user-info .nombre, .resaltar-suv .user-info .dealer, .resaltar-suv .user-info .puntaje, .resaltar-suv .dealer-suv, .resaltar-suv .nombre-suv, .resaltar-suv .puntaje-suv,.resaltar-suv .rank-number-suv, .resaltar-suv .puntaje-numero{
    color: #ffffff !important;
}

.resaltar-suv-acu span{
    color: #ffffff !important;

}
.resaltar-suv-acu {
    background-color:#002C5F;
    }
    
.competencia-suv-ranking-users-widget .user-info .nombre{
    font-size: 13px;
    font-family: Hyundai Sans Head;
    font-weight: 500;
    line-height: 123%;
    vertical-align: middle;
    color:#5C5C5C;
    margin-bottom:4px;

}

.competencia-suv-ranking-users-widget .dealer {
    font-size: 10px;
    color: #5C5C5C;
}


.competencia-suv-ranking-users-widget .top-rank {
    display: flex;
    align-items: center;
    background: #FFD700;
    color: #02244A;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}
/*Estilos del Ranking de Usuarios Mobile */

.competencia-suv-circuit-map-mobile {
    position: relative;
    width: 635px;
    height: 340px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*background-image: url('https://hyundaiproduct.com/wp-content/uploads/2025/05/ljkolhj.png');*/
	background-image: url('http://geelyperu.phoexgenius.com/wp-content/uploads/2025/10/geely-pista.png');
}

/* Estilos del Ranking de Usuarios */

.competencia-suv-ranking-circuit-widget {
    position: relative;
    width: 100%;
    max-width: 1048px; 
    height: 729px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.competencia-suv-circuit-map {
    position: relative;
    width: 990px;
    height: 544px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	background-repeat: no-repeat;
    align-items: center;
     background-image: url('http://geelyperu.phoexgenius.com/wp-content/uploads/2025/10/geely_pista.png');
}

.competencia-suv-circuit-map svg {
    width: 100%;
    height: auto;
}

.imagen-circuito {
    position: absolute;
}

/* ---- */

.competencia-suv-circuit-position {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.has-users {
    background-color: blue;
    color: white;
}

.user-highlight {
    background-color: green !important;
}

.dealer-highlight {
    background-color: green !important;
}

.first-place {
    background-color: gold !important;
    color: black;
}

.trophy-icon2 {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 24px;
}
.competencia-suv-circuit-popup {
    position: absolute;
    background: white;
    color: black;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    width: 220px;
    z-index: 990;
    padding: 0px;
    font-family: Arial, sans-serif;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
	scrollbar-width: thin;
}
.competencia-suv-circuit-popup::-webkit-scrollbar {
    width: 6px; /* Tamaño del scroll */
    visibility: visible; /* Asegurar que siempre se vea */
}

.competencia-suv-circuit-popup::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color del fondo del scrollbar */
}

.competencia-suv-circuit-popup::-webkit-scrollbar-thumb {
    background: #888; /* Color de la barra de desplazamiento */
    border-radius: 3px;
}

.competencia-suv-circuit-popup::-webkit-scrollbar-thumb:hover {
    background: #555; /* Oscurecer cuando se pasa el mouse */
}

.popup-header {
    display: flex;
    justify-content: flex-end;
	position: absolute;
	z-index:999;
}

.popup-close {
    width: 25px;
    height: 25px;
	max-width:25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
	margin-top:-10px;
	margin-right:-10px;
	
}

.popup-user {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px;
	 white-space: normal;
}

.popup-user:last-child {
    border-bottom: none;
}

.rank {
    font-size: 20px;
    font-weight: bold;
    color: #FFC300;
    margin-right: 10px;
}

.popup-user .user-info {
    display: flex;
    flex-direction: column;
}

.popup-user .user-info {
    font-size: 16px;
    color: #002C5F;
}


.puntaje {
    font-size: 14px;
    font-weight: bold;
    color: black;
	margin-bottom:0px;
}


/* .---- */


.container-scroll-ranking {
    width: 160px;  /* Ajusta el ancho según tu diseño */
    overflow-x: auto; /* Permite el desplazamiento horizontal */
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
    scrollbar-width: none; /* Oculta la barra de desplazamiento en Firefox */
    -ms-overflow-style: none; /* Oculta la barra de desplazamiento en Edge */
	cursor: grab;
	user-select: none;
	display:flex;
}

/* Ocultar la barra de desplazamiento en Chrome, Safari y Edge */
.container-scroll-ranking::-webkit-scrollbar {
    display: none;
}

.text-scroll-ranking {
    display: inline-block;
    white-space: nowrap;
}
.scroll-container {
    width: 150px;
    overflow-x: auto; 
    white-space: nowrap; 
    scrollbar-width: none; 
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
    display:flex;
}
.scroll-container::-webkit-scrollbar {
    display: none;
}

.perfil-container {
  position: relative;
  width: 100px;
  height: 50px;
}

.foto-perfil {
  object-fit: cover;
  border-radius: 50% !important; 
  display: block;
  width:50px;
}

.trofeo-icono {
  position: absolute;
  bottom: 0;
  right: 0;
    width: 25px !important;
    height: auto !important;
}
.trofeo-icono-perfil{
    position: relative;
    width: 30px;
    top: -2px;
    right: 25px;
}
.icono-numero{
    position: absolute;
    background-color: #5C5C5C;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    display: block;
    bottom: 3px;
    right: -3px;
    font-size: 14px;
    font-weight: 600;
	color:white;
	text-align:center;
}

.rank-position-suv .icono-numero{
	bottom: 1px;
    right: 10px;
}
.dealer-suv{
	font-size: 10px;
    color: #5C5C5C;
}
.nombre-suv{
	font-size: 13px;
    font-family: Hyundai Sans Head;
    font-weight: 500;
    line-height: 123%;
    vertical-align: middle;
    color: #5C5C5C;
    margin-bottom: 4px;
}
.puntaje-suv{
color: #5C5C5C;
    font-family: Hyundai Sans Head;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.resaltar-suv{
	background-color: #172c60 !important;
}
   
.rank-number-suv{
	font-size: 35px;
    line-height: 30px;
    font-weight: 500;
    color: #5C5C5C;
font-family: 'Hyundai Sans Head';
	padding-left: 8px;
}
.nombre-acumulado{
	    font-size: 13px;
    font-family: Hyundai Sans Head;
    font-weight: 500;
    line-height: 160%;
    vertical-align: middle;
    color: #5C5C5C;
}
.rank-position-suv{
	width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 2px;
    padding-left: 8px;
}
.user-info-suv{
	width: 83%;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
	text-align: left;
}
.perfil-foto-portada{
	    text-align: center;
    margin: 0 auto;
    width: 200px;
}
.portada-perfil{
	width: 100px;
    border-radius: 50% !important;
}
.icono-numero-perfil{
background-color: #002C5F;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    bottom: 40px;
    left: 130px;
    font-size: 24px;
    font-weight: 600;
    color: white;
    text-align: center;
    position: relative;
}
.perfil-nombre{
	text-align: center;
    margin-top: -30px;
    font-weight: 700;
    color: #000000;
    font-family: 'Hyundai Sans Head';
	margin-bottom: 0px;
}
.perfil-dealer{
	text-align: center;
    font-weight: 500;
	color: #5C5C5C;
    font-family: 'Hyundai Sans Head';
	margin-top: 0px;
    font-size: 16px;
	margin-bottom: 10px;
}
.perfil-top-indicadores{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 20px;

}
.verde{
	color:#1e8a00 !important;
}
.amarillo{
	color:#ffca00!important;
}
.rojo{
	color:#ba0003!important;
}
.perfil-contenedor-puntaje{
    text-align: left;
}
.perfil-contenedor-kpi{
text-align: center;

}
.perfil-indicador-titulo{
	font-size: 12px;
    margin-bottom: 15px;
    font-family: Hyundai Sans Head;
    font-weight: 500;
    color: #5C5C5C;
}
.perfil-indicador{
	font-family: Hyundai Sans Head;
    font-weight: 500;
    font-size: 18px;
    line-height: 123%;
    vertical-align: middle;

	color: #5C5C5C;
	margin-bottom:0px;
}
.perfil-indicador span{
    font-weight: 600;
    font-size: 40px;
}
.perfil-mensaje{
	text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.perfil-estadisticas{
	    background-color: #E2E2E2;
    padding: 15px 20px 35px 20px;
    color: #1D3751;
    font-size: 14px;
    font-weight: 700;
}
.tabla-puntaje {
  margin: 0px 20px;
  border-collapse: collapse;
  font-family: sans-serif;
  text-align: left;
   width: 410px;
}
@media only screen and (max-width: 767px) {
	.tabla-puntaje {
	   width: 90% !important;
	}
}
.tabla-puntaje thead:first-child tr:first-child th {
    border-block-start: none;
}
.tabla-puntaje tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background-color: transparent;
}

.tabla-puntaje th,
.tabla-puntaje td {
  padding: 5px 2px;
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
}

.tabla-puntaje th {
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: Hyundai Sans Head;
  font-size: 12px;
  color: #1D3751;
}

.tabla-puntaje .puntaje-final td {
  border: none;
  font-weight: bold;
  color: #5C5C5C;

}
.posicion-uno{
        padding-left: 20px;
    margin-bottom: 20px;
}
.posicion-num{
        font-family: 'Hyundai Sans Head';
            margin-bottom: -5px;
}
.fecha-ranking {
    font-size: 12px;
    color: white;
    margin-bottom: 10px;
}
