
/* ================================
   BOOTSTRAP GRID MINIMAL (CLON)
   ================================ */
.apagado {
	display:none !important;
}

/* ---------- CONTAINER ---------- */
.container,
.container-fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}



/* ---------- ROW ---------- */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
    box-sizing: border-box;
}

/* ---------- COLUMN BASE ---------- */
[class^="col"],
[class*=" col"] {
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box;
    min-height: 1px;
}

/* ---------- AUTO / FULL ---------- */
.col {
    flex: 1 0 0%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-12 { width: 100%; }
.col-11 { width: 91.666666%; }
.col-10 { width: 83.333333%; }
.col-9  { width: 75%; }
.col-8  { width: 66.666666%; }
.col-7  { width: 58.333333%; }
.col-6  { width: 50%; }
.col-5  { width: 41.666666%; }
.col-4  { width: 33.333333%; }
.col-3  { width: 25%; }
.col-2  { width: 16.666666%; }
.col-1  { width: 8.333333%; }



/* ---------- UTILIDADES FLEX ---------- */
.d-flex { display: flex; }
.ai-c { align-items: center; }
.ai-s { align-items: flex-start; }
.ai-e { align-items: flex-end; }

.jc-c { justify-content: center; }
.jc-s { justify-content: flex-start; }
.jc-e { justify-content: flex-end; }
.jc-b { justify-content: space-between; }

/* ---------- TEXT ALIGN ---------- */
.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }

/* ---------- SPACING (MINIMAL) ---------- */
.p-0 { padding: 0 !important; }
.p-1 { padding: 4px; }
.p-2 { padding: 8px; }

.m-0 { margin: 0 !important; }
.mt-1 { margin-top: 4px; }
.mt-2 { margin-top: 8px; }
.mb-1 { margin-bottom: 4px; }
.mb-2 { margin-bottom: 8px; }

#game-section .col-md-6 { margin-bottom:1rem; }
.ordenpodio {
	font-size: 12px!important;
	line-height: 20px!important;
	text-align: center!important;
	padding: 0px!important;
	height: 20px!important;
	width: 33px!important;
	color: #D6D6D6;
	background-color: #333;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	position: relative;
	border-radius:3px;
	font-weight:600;
}

.mstitletanda {
	width: 100%;
	display: block;
	height: 22px;
	line-height: 22px;
	box-sizing: border-box;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	color: #06C;
	float: left;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	font-weight:400;
}






.ordenpodiox {
	font-size: 12px!important;
	line-height: 20px!important;
	text-align: center!important;
	padding: 0px!important;
	height: 20px!important;
	width: auto!important;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	position: relative;
}




table td,
table th {
	padding: 4px !important;
	font-size: 14px;
	line-height: 10px;
	text-align: left;
}
.bg-podium-1 {
	background-color: #D6D6D6;
}

.bg-podium-2 {
	background-color: #FFFF99;
}
.bg-podium-3 {
	background-color: #9999FF;
}
.podio-box {
	height: 230px;
	position: relative;
	overflow: hidden;
}
.podio-num {
	color: #FFF;
	background-color: #099;
	margin: 0px;
	padding: 0px;
	height: 36%;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border: 2px solid #FFF;
	box-sizing: border-box;
	z-index:99999999999999999999999999999;
}
.podio-dorsal {
	color: #0CF;
	background-color: #039;
	margin: 0px;
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0px;
	border: 2px solid #FFF;
	box-sizing: border-box;
	font-size: 35px;
	line-height: 35px;
	text-align: left;
	top: 0px;
	z-index: 0;
	font-weight: 700;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.MS-Podio-Header {
	width: 100%;
	height: 80px;    /* Gris desktop */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
	border: 0.5px solid #D6D6D6;
	border-radius:4PX;
}

/* Logo */
.MS-Podio-Header .logo {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
}

.MS-Podio-Header .logo img {
    height: 100%;
    width: auto;
}

/* User Data */
.MS-Podio-Header .user-data {
    width: 30%;
    color: black;
    display: flex;           /* Activamos flexbox */
    flex-direction: column;  /* Apilar elementos verticalmente */
    align-items: flex-end;   /* Alinea todos los elementos hijos a la derecha */
    justify-content: center; /* Opcional: centra verticalmente si hay altura */
}




    #logout-btn{
	background-color: #F00;
	color: #FFF;
	margin: 0px;
	float: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius:3px;
    }


    #logout-btn{
	background-color: #F00;
	color: #FFF;
	margin: 0px;
	float: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius:3px;
    }

.alertacontador {
	width: 100%;
	margin-top: 15px;
	background-color: #d1e7dd; /* verde claro tipo alert-success */
	border: 1px solid #badbcc;
	border-radius: 4px;
	color: #0f5132;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 2px; /* espacio entre los CounterPodio-Block */
	flex-wrap: wrap; /* se acomoda si hay poco espacio */
	height: 250PX;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	float: left;
	position: relative;
}

.alertacontador p{
	font-size: 15px;
	line-height: 19px;
	font-weight: 200;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 100%;
}

.alertacontador span{
	font-size: 15px;
	line-height: 19px;
	font-weight: 200;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

.CounterPodio-Block {
	background: #ffffff33;
	border-radius: 4px;
	min-width: 60px;
	text-align: center;
	position: relative;
	height: 55px;
	width: 25%;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.CounterPodio-Block b {
	font-size: 3em;
	display: block;
	color: #096;
	font-weight: 500;
	background-color: #D6D6D6;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 100%;
	position: relative;
}

.CounterPodio-Block strong {
    font-size: 0.8em;
    display: block;
}
.btn-jugar {
    display: inline-block !important;
    margin-top: 10px !important;
    padding: 10px 20px !important;
    background-color: #1b5e20 !important; /* verde oscuro */
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    border-radius: 25px !important; /* redondeado */
    text-align: center !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
}

.btn-jugar:hover {
    background-color: #2e7d32; /* un poco más claro al hover */
    transform: scale(1.05);
}


/* Contenedor principal */
.MS-Podio-Container {
  width: 100% !important;
  font-family: var(--jkd-fabula-heading-font);
  box-sizing: border-box !important;
  overflow:visible!important;
  height:auto;
  min-height:700px;
}

/* Header de tabs */
.MS-Podio-Tabs-Header {
  display: flex !important;
  flex-wrap: wrap !important;
  border-bottom: 2px solid #ddd !important;
}

/* Cada tab */
.MS-Podio-Tab {
  flex: 1 1 auto !important;
  text-align: center !important;
  padding: 10px 15px !important;
  cursor: pointer !important;
  background-color: #222 !important;
  color: #fff !important;
  margin: 2px !important;
  border-radius: 5px 5px 0 0 !important;
  transition: background 0.3s !important;
  font-size: 14px !important;
}

.MS-Podio-Tab:hover {
  background-color: #555 !important;
}

.MS-Podio-Tab.active {
  background-color: #007bff !important;
  color: #fff !important;
}

/* Contenido de tabs */
.MS-Podio-Tabs-Content {
  border: 1px solid #ddd !important;
  border-top: none !important;
  background-color: #f2f2f2 !important;
  padding: 15px !important;
  text-align:left!important;
}

.MS-Podio-Tab-Content {
  display: none !important;
}

.MS-Podio-Tab-Content.active {
  display: block !important;
}














/* Contenedor principal */
#MS-Podio-Login {
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    background: #f9f9f9;
}

/* Wrapper centrado vertical y horizontal */
.login-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Div interior centrado */
.login-inner {
    max-width: 400px;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Título */
.login-inner h2 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: #333;
}

/* Párrafos */
.login-inner p {
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #555;
}

/* Botón Google */
.btn-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #06C;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    transition: all 0.2s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.btn-google img {
    width: 20px;
    height: 20px;
}

.btn-google:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* Links footer */
.links-footer {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
}

.links-footer .link-footer {
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
    position: relative;
    transition: color 0.3s;
}

.links-footer .link-footer span {
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
    padding: 2px 5px;
    border-radius: 3px;
}

.links-footer .link-footer:hover span {
    background-color: #e0e0e0;
    color: #333;
}















.MS-Podio-Carrera-Head {
    width: 100%;
    display: flex;
    align-items: center; /* centra verticalmente */
    gap: 12px; /* espacio entre logo y texto */
    padding: 8px 16px;
    border-radius: 6px;
    box-sizing: border-box;
}

.MS-Podio-Carrera-Logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.MS-Podio-Carrera-Title {
    font-size: 1.2rem;
    font-weight: 800 !important;
    color: #666;
}

.MS-Podio-Carrera-Title strong {
    font-size: 1.2rem;
    font-weight: 800 !important;
    color: #333;
}

/* Contenedor padre opcional */
.MS-Podio-Carrera {
    display: flex;
    flex-wrap: wrap; /* para que en móvil los hijos se apilen */
    gap: 0; /* opcional */
}

/* Columna izquierda */
.MS-Podio-Carrera-Col-Left {
    flex: 0 0 40%; /* ancho fijo 40% */
    max-width: 40% !important;
}

/* Columna derecha */
.MS-Podio-Carrera-Col-Right {
    flex: 0 0 60%; /* ancho fijo 60% */
    max-width: 60%!important;
}



















/* Contenedor flex general */
.MS-Podio-Carrera-Row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* espacio entre columnas */
}

/* Columnas base: mobile stacked */
.MS-Podio-Carrera-Col {
    flex: 1 1 100%;
    min-width: 0;
}

/* Columna mapa */
.MS-Podio-Carrera-Mapa {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow:hidden !important;
}































/* Contenedor principal */
.MS-Podio-MisPredicciones-Container {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

/* Row principal */
.MS-Podio-MisPredicciones-Row {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center; /* vertical centering */
    justify-content: flex-start; /* alineado a la izquierda */
    padding: 0;
    margin-bottom: 5px;
    box-sizing: border-box;
    gap: 5px; /* espacio entre items */
    border: 1px solid #ddd; /* opcional para visualizar */
}

/* Logo de la marca */
.MS-Podio-MisPredicciones-Row-Marca {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

/* Número del piloto */
.MS-Podio-MisPredicciones-Row-Nro {
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: bold;
}

/* Nombre del piloto */
.MS-Podio-MisPredicciones-Row-Piloto {
    width: 50%;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Logo adicional o marca final (relleno) */
.MS-Podio-MisPredicciones-Row-Marca2 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5px;
}

/* Contenedor principal del input group */
.input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    font-size: 1rem; /* más compacto */
}

/* Cada elemento dentro del input group */
.input-group > * {
    margin: 0;
    flex: 0 0 auto;
}

/* Span estilo input-group-text con padding mínimo */
.input-group-text {
	display: flex;
	align-items: center;
	justify-content: left; /* mucho menos padding */
	font-size: 0.85rem;
	line-height: 1.2;
	color: #495057;
	text-align: left !important;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.2rem;
	padding-top: 0.1;
	padding-bottom: 0.25;
	padding-left: 5px;
}

/* Primer y último span redondeado */
.input-group > :first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Bordes internos se solapan */
.input-group > :not(:first-child):not(:last-child) {
    border-radius: 0;
    border-left: 0;
}

/* Hover opcional */
.input-group-text:hover {
    background-color: #dde0e3;
    cursor: default;
}

.row-logo-slug img {
    width: 25px;
    height: 25px;
	margin:3px;
}


.row-dorsal {
    width: 40px;
	text-align:center !important;
}

.grupoeditpred {
	background-color: #F0F0F0;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 100%;
	position: relative;
}


/* =====================================================
   MS PODIO – INPUT GROUP (Bootstrap-like, compacto)
   ===================================================== */

.MS-Podio-Group {
	display: flex !important;
	align-items: stretch !important;
	width: 100% !important;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
}

/* ---------------- LABEL ---------------- */

.MS-Podio-Label {
	display: flex !important;
	align-items: center !important;
	min-width: 90px !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #495057 !important;
	background-color: #e9ecef !important;
	border: 1px solid #ced4da !important;
	border-right: 0 !important;
	border-radius: 4px 0 0 4px !important;
	white-space: nowrap !important;
	line-height: 40px;
	height: 40px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}

/* Imagen dentro de MS-Podio-Label */
.MS-Podio-Label img {
    margin: 2px; /* separa la imagen del texto */
    margin-right: 7px!important;
    display: block;     /* evita que el img genere espacio inferior */
}

/* ---------------- CONTROL ---------------- */

.MS-Podio-Control {
	flex: 1 1 auto !important;
	font-size: 18px !important;
	color: #212529 !important;
	background-color: #fff !important;
	border: 1px solid #ced4da !important;
	border-radius: 0 4px 4px 0 !important;
	outline: none !important;
	box-shadow: none !important;
	line-height: 40px;
	height: 40px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

/* ---------------- SELECT FIX ---------------- */

.MS-Podio-Control select,
select.MS-Podio-Control {
    appearance: none !important;
    background-image: none !important;
}

/* ---------------- FOCUS ---------------- */

.MS-Podio-Control:focus {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25) !important;
}

/* Mantener borde del label al hacer focus */
.MS-Podio-Group:focus-within .MS-Podio-Label {
    border-color: #86b7fe !important;
}

/* ---------------- DISABLED ---------------- */

.MS-Podio-Control:disabled {
    background-color: #e9ecef !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

/* ---------------- COMPACT VARIANT (opcional) ---------------- */

.MS-Podio-Group.compact .MS-Podio-Label {
    min-width: 60px !important;
    font-size: 12px !important;
}

.MS-Podio-Group.compact .MS-Podio-Control {
    padding: 3px 6px !important;
    font-size: 12px !important;
}

/* =================== Fake Select =================== */
.fake-select {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.fake-select-value {
	display: flex;
	align-items: center;
	gap: 3px;
}

.fake-select-options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 350px;
	width: 350px !important;
	overflow-y: auto;
	background: #fff;
	z-index: 100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
}

.fake-select.open .fake-select-options {
    display: block;
}

.fake-select-option {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 1px;
    cursor: pointer;
}

.fake-select-option:hover {
    background: #e9ecef;
}

.fs-logo {
	width: 36px;
	height: 36px;
	background: #ccc; /* placeholder gris */
	flex-shrink: 0;
	border-radius: 4px;
	margin: 2px;
}

.fs-logo img{
	width: 34px;
	height: 34px;
	margin: 1px;
}

.fs-numero {
	width: 55px;
	height: 36px; /* placeholder gris */
	flex-shrink: 0;
	border-radius: 4px;
	margin: 2px;
	font-size: 22px;
	line-height: 41px;
	font-weight: 500;
	color: #FFF;
	background-color: #06F;
	text-align: center;
}

.fs-nombre {
    flex: 1;
    font-size: 18px;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}























/* ===============================
   RESET LOCAL (NO BOOTSTRAP)
=============================== */
.MS-Podio-Stats-Row,
.MS-Podio-Stats-Row * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ===============================
   CONTENEDOR PRINCIPAL
=============================== */
.MS-Podio-Stats-Row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    padding: 4px;
    background: #0b0b0b;
    border: 2px solid #1e1e1e;
    border-radius: 3px;
    margin-bottom: 10px;
	box-sizing: border-box;
}

/* ===============================
   TITULO
=============================== */
.MS-Podio-Stats-Titulo {
    width: 100%;
    display: block;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 800;
    color: #00c8ff;
    background: linear-gradient(90deg, #001f3f, #003f7f);
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
	box-sizing: border-box;
}

/* ===============================
   COLUMNAS (50 / 25 / 25)
=============================== */
.MS-Podio-Stats-Podio {
    width: 48%;
	box-sizing: border-box;
}

.MS-Podio-Stats-Winer {
    width: 24%;
	box-sizing: border-box;
}

.MS-Podio-Stats-Poleman {
    width: 24%;
	box-sizing: border-box;
}

/* ===============================
   CAJA BASE
=============================== */
.MS-Podio-Stats-Box {
    height: 100%;
    background: linear-gradient(180deg, #151515, #050505);
    border: 1px solid #2a2a2a;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
}

/* ===============================
   HEADER / FOOTER
=============================== */
.MS-Podio-Stats-Header {
    padding: 6px 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(90deg, #005eff, #00b7ff);
    text-transform: uppercase;
	box-sizing: border-box;
}

.MS-Podio-Stats-Footer {
    padding: 4px;
    text-align: center;
    font-size: 13px;
    color: #cccccc;
    background: #000;
    border-top: 1px solid #333;
	box-sizing: border-box;
}

/* ===============================
   BODY SIMPLE
=============================== */
.MS-Podio-Stats-Body {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
	padding: 4px;
	box-sizing: border-box;
}

/* ===============================
   PODIO INTERNO
=============================== */
.MS-Podio-Stats-Podio-Row {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px 6px;
    background: linear-gradient(180deg, #101010, #000);
}

/* ===============================
   COLUMNAS PODIO
=============================== */
.MS-Podio-Stats-Podio-Col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	min-height: 200px;
	margin: 5px;
	box-sizing: border-box;
	background-size: cover;
	position: relative;
	background: url(bgcellpodio.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.N-podio-Foto {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	z-index:0;
}	
/* ===============================
   DORSAL / NUMERO
=============================== */
.N-podio-dorsal {
	color: #00CCFF;
	border-radius: 3px;
	min-width: 98%;
	max-width: 98%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 45px;
	height: 45px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 40px;
	font-weight: 900;
	text-align: left;
	width: auto;
	position: absolute;
	left: 11px;
	top: 11px;
	opacity:0.5;
}

.N-podio-piloto {
	color: #ffffff !important;
	background: #000;
	border-radius: 3px;
	min-width: 98%;
	max-width: 98%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	height: 25px;
	margin: 1%;
	padding: 0px;
	z-index:9999999999999999999999999999999999999;

	/* profundidad */
	box-shadow:
		0 1px 3px rgba(0,0,0,0.75),
		0 0 6px rgba(255,255,255,0.08);
}



.N-podio-piloto strong{
	float: left;
	height: 25px;
	width: 25px;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #ffffff !important;
}

.N-podio-piloto strong img{
	height: 25px;
	width: 25px;
}


.N-podio-piloto b{
	float: left;
	height: 25px;
	width: calc(100% - 30px);
	position: relative;
	background: rgba(0,0,0,0.8);
	color: #ffffff !important;
	padding-left: 10px;
}


.N-podio-num {
    font-size: 22px;
    font-weight: 900;
    color: #00c8ff;
}

/* PODIO GANADOR (CENTRO) */
.MS-Podio-Stats-Podio-Col:nth-child(2) .N-podio-num {
    font-size: 26px;
    color: #ffd700;
}







/* Columnas clases - Desktop: 3 columnas */
.MS-Col-Clase {
    width: 100%!important;
    box-sizing: border-box!important;
    padding: 2px;
    float: left!important;
}

.MS-BTN-Save {
	display: inline-block;              /* centrado horizontal */
	text-align: center;          /* centra el texto */
	background-color: #007bff;   /* ejemplo: azul */
	color: #fff;                 /* texto blanco */
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-weight: 200;
	margin: 10px;
}

/* Contenedor centrado */
.MS-BTN-Save-container {
    text-align: center; /* esto asegura que el botón quede centrado */
}


/* mensaje a jugadores */
.MS-Podio-ComoJugar {
	padding: 11px;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
















































    .MS-Fantasy-Cads-Moviles-Container {
		background-color:transparent !important;

    }
 








/* ===============================
   MEDIA QUERIES ORDENADOS
=============================== */

/* ---------- MIN-WIDTH (desktop / tablet) ---------- */




@media (min-width: 1280px) {
/* Contenedor principal */
.MS-Podio-Container {
	zoom: 0.75 !important;
	padding-right: 7%!important;
	padding-left: 7%!important;
}

}




/* Small devices (sm) ≥ 576px */
@media (min-width: 576px) {
    .container { max-width: 540px; }
}

/* Medium devices (md) ≥ 768px */
@media (min-width: 768px) {
    .container { max-width: 720px; }

    /* Responsive columnas */
    .col-md-12 { width: 100%; }
    .col-md-6  { width: 50%; }
    .col-md-4  { width: 33.333333%; }
    .col-md-3  { width: 25%; }

    /* Desktop: dos columnas lado a lado (MS-Podio-Carrera) */
    .MS-Podio-Carrera-Col {
        flex: 1 1 48%;
        max-width: 48%;
    }
}

/* Large devices (lg) ≥ 992px */
@media (min-width: 992px) {
    .container { max-width: 960px; }

    .col-lg-12 { width: 100%; }
    .col-lg-6  { width: 50%; }
    .col-lg-4  { width: 33.333333%; }
    .col-lg-3  { width: 25%; }
}

/* Extra large devices (xl) ≥ 1200px */
@media (min-width: 1200px) {
    .container { max-width: 1140px; }
}


/* ---------- MAX-WIDTH (móviles / tablets) ---------- */

/* Mobile / tablets ≤ 900px */
@media (max-width: 900px) {
    .MS-Podio-Stats-Podio,
    .MS-Podio-Stats-Winer,
    .MS-Podio-Stats-Poleman {
        width: 100%;
    }

    .MS-Podio-Stats-Body {
        font-size: 18px;
    }

    .MS-Podio-Stats-Titulo {
        font-size: 16px;
        text-align: center;
    }
	
	
	
	
	
	
	
	
	
	
	
}

/* Tablets ≤ 768px */
@media (max-width: 768px) {

    /* MS-Podio Header */
    .MS-Podio-Header {
        height: 40px;
        background-color: #ff0; /* amarillo móvil */
        padding: 0 10px;
    }

    .MS-Podio-Header .logo {
        width: 35%;
        height: auto;
    }

    .MS-Podio-Header .logo img {
        height: 100%;
        max-height: 40px;
    }

    .MS-Podio-Header .user-data {
        width: 65%;
        color: black;
        font-size: 0.8rem;
    }

    /* MS-Podio Tabs */
    .MS-Podio-Tab {
        font-size: 13px !important;
        padding: 8px 10px !important;
    }

    .MS-Podio-Tabs-Content {
        padding: 10px !important;
    }
}

/* Tablets ≤ 767px (MS-Podio-Carrera columnas) */
@media (max-width: 767px) {
    .MS-Podio-Carrera-Col-Left,
    .MS-Podio-Carrera-Col-Right {
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
}

/* Mobile phones ≤ 480px */
@media (max-width: 480px) {
	
.container, .container-fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px!important;
    padding-right: 0px!important;
    box-sizing: border-box;
}	
	

/* MS-Podio Tabs: 6 tabs en línea */
.MS-Podio-Tab {
	flex: 0 0 18.66% !important; /* cada tab ocupa 1/6 del ancho */
	max-width: 18.66% !important;
	font-size:20px !important;
	box-sizing: border-box; /* para que el padding no rompa el ancho */
	text-align: center; /* opcional: centra icono + texto */
	padding-top: 2px!important;
	padding-right: 1px!important;
	padding-bottom: 2px!important;
	padding-left: 1px!important;
}


    .MS-Podio-Tabs-Content {
        padding: 0px !important;
        font-size: 14px !important;
    }

    .MS-Podio-Tabs-Content h4 {
	font-size: 14px !important;
	line-height: 26px!important;
	height: 26px!important;
	padding-top: 0px!important;
	padding-right: 4px!important;
	padding-bottom: 0px!important;
	padding-left: 4px!important;
	margin-bottom: 5px !important;
    }

    .row-cols-md-3,.row-cols-md-3 col, .card  {
	padding: 0px!important;
	margin:0px !important;
    }

    .MS-Podio-Tabs-Content .card  {
	padding: 0px!important;
	margin:0px !important;
    }
	
	
	
	

    /* Login */
    .login-inner {
        padding: 6px 6px;
    }

    .login-inner h2 {
        font-size: 1.5rem;
    }

    .btn-google {
	width: 100%;
	justify-content: center;
	margin-bottom: 25px;
    }

    .links-footer {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 22px;
	width: 100%;
	position: relative;
    }
	

.login-inner p {
    margin-bottom: 15px;
    font-size: 0.8rem;
    color: #555;
}
	
	
    .MS-Podio-Tab span.tab-text {
        display: block !important;
		font-size:10px !important;
    }
	
.MS-Podio-Carrera-Title{
	font-size: 13px!important;
	line-height: 18px!important;
	font-weight: 400!important;
	color: #666!important;
	display: table-row!important;
}
	
.MS-Podio-Carrera-Title span{
	font-size: 14px!important;
	line-height: 18px!important;
	font-weight: 300!important;
	color: #666!important;
	display: table-row!important;
}
    .MS-Podio-Carrera-Title strong{
	font-size: 16px!important;
	line-height: 18px!important;
	font-weight: 500!important;
	color: #000!important;
	display: table-row!important;
    }
    .MS-Podio-Carrera-Col-Left	p msfinal{
	display:none!important;
    }


	
.btn-jugar {
	display: inline-block !important;
	margin-top: 10px !important;
	background-color: #1b5e20 !important; /* verde oscuro */
	color: #ffffff !important;
	font-weight: lighter !important;
	font-size: 0.9rem !important;
	text-decoration: none !important;
	border-radius: 25px !important; /* redondeado */
	text-align: center !important;
	transition: background-color 0.3s ease, transform 0.2s ease !important;
	width: auto!important;
	min-width: 70%!important;
	padding-top: 0px!important;
	padding-right: 20px;
	padding-bottom: 0px!important;
	padding-left: 20px;
	line-height: 45px!important;
	height: 45px!important;
}

.btn-jugar:hover {
    background-color: #2e7d32; /* un poco más claro al hover */
    transform: scale(1.05);
}	







strong.MS-Name-Clase {
	font-size: 14px !important;
	line-height: 30px!important;
	height: 30px!important;
	padding-top: 0px!important;
	padding-right: 4px!important;
	padding-bottom: 0px!important;
	padding-left: 4px!important;
	margin-bottom: 5px !important;
	float: left;
	width: 100%;
	position: relative;
}	



.MS-BTN-Save {
	display: inline-block;              /* centrado horizontal */
	text-align: center;          /* centra el texto */
	background-color: #007bff;   /* ejemplo: azul */
	color: #fff;                 /* texto blanco */
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-weight: 200;
}

/* Contenedor centrado */
.MS-BTN-Save-container {
    text-align: center; /* esto asegura que el botón quede centrado */
}


    .MS-Col-Clase {
	width: 100%!important;
	float: left!important;
	position: relative!important;
	display: block!important;
    border:none!important;
	padding:0px;

    }













/* =====================================================
   MS PODIO – INPUT GROUP (Bootstrap-like, compacto)
   ===================================================== */

.MS-Podio-Group {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ---------------- LABEL ---------------- */

.MS-Podio-Label {
    display: flex !important;
    align-items: center !important;
    padding: 0 8px !important;
    min-width: 85px !important;

    font-size: 17px !important;
    font-weight: 500 !important;
    color: #495057 !important;

    background-color: #e9ecef !important;
    border: 1px solid #ced4da !important;
    border-right: 0 !important;

    border-radius: 4px 0 0 4px !important;
    white-space: nowrap !important;
}

/* Imagen dentro de MS-Podio-Label */
.MS-Podio-Label img {
    margin: 2px; /* separa la imagen del texto */
    margin-right: 7px!important;
    display: block;     /* evita que el img genere espacio inferior */
}


/* ---------------- CONTROL ---------------- */

.MS-Podio-Control {
	flex: 1 1 auto !important;
	font-size: 17px !important;
	color: #212529 !important;
	background-color: #fff !important;
	border: 1px solid #ced4da !important;
	border-radius: 0 4px 4px 0 !important;
	outline: none !important;
	box-shadow: none !important;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

/* ---------------- SELECT FIX ---------------- */

.MS-Podio-Control select,
select.MS-Podio-Control {
    appearance: none !important;
    background-image: none !important;
}

/* ---------------- FOCUS ---------------- */

.MS-Podio-Control:focus {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25) !important;
}

/* Mantener borde del label al hacer focus */
.MS-Podio-Group:focus-within .MS-Podio-Label {
    border-color: #86b7fe !important;
}

/* ---------------- DISABLED ---------------- */

.MS-Podio-Control:disabled {
    background-color: #e9ecef !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

/* ---------------- COMPACT VARIANT (opcional) ---------------- */

.MS-Podio-Group.compact .MS-Podio-Label {
    min-width: 60px !important;
    font-size: 12px !important;
}

.MS-Podio-Group.compact .MS-Podio-Control {
    padding: 3px 6px !important;
    font-size: 12px !important;
}

/* =================== Fake Select =================== */
.fake-select {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.fake-select-value {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fake-select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 180px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ced4da;
    border-top: none;
    z-index: 100;
}

.fake-select.open .fake-select-options {
    display: block;
}

.fake-select-option {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 3px;
    cursor: pointer;
}

.fake-select-option:hover {
    background: #e9ecef;
}

.fs-logo {
    width: 28px;
    height: 28px;
    background: #ccc; /* placeholder gris */
    flex-shrink: 0;
    border-radius: 4px;
}

.fs-numero {
    width: 32px;
    height: 26px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-radius: 4px;
    flex-shrink: 0;
}

.fs-nombre {
    flex: 1;
    font-size: 17px;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}










/* ===============================
   RESET LOCAL (NO BOOTSTRAP)
=============================== */
.MS-Podio-Stats-Row,
.MS-Podio-Stats-Row * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ===============================
   CONTENEDOR PRINCIPAL
=============================== */
.MS-Podio-Stats-Row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    padding: 2px;
    background: #0b0b0b;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    margin-bottom: 7px;
	box-sizing: border-box;
}

/* ===============================
   TITULO
=============================== */
.MS-Podio-Stats-Titulo {
    width: 100%;
    display: block;
    padding: 3px 4px;
    font-size: 15px;
    font-weight: 500;
    color: #00c8ff;
    background: linear-gradient(90deg, #001f3f, #003f7f);
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0px;
	box-sizing: border-box;
}

/* ===============================
   COLUMNAS (50 / 25 / 25)
=============================== */
.MS-Podio-Stats-Podio {
    width: 100% !important;
	box-sizing: border-box;
}

.MS-Podio-Stats-Winer {
    width: 48%!important;
	box-sizing: border-box;
}

.MS-Podio-Stats-Poleman {
    width: 48%!important;
	box-sizing: border-box;
}

/* ===============================
   CAJA BASE
=============================== */
.MS-Podio-Stats-Box {
    height: 100%;
    background: linear-gradient(180deg, #151515, #050505);
    border: 1px solid #2a2a2a;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
}

/* ===============================
   HEADER / FOOTER
=============================== */
.MS-Podio-Stats-Header {
    padding: 4px 6px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(90deg, #005eff, #00b7ff);
    text-transform: uppercase;
	box-sizing: border-box;
}

.MS-Podio-Stats-Footer {
    padding: 4px;
    text-align: center;
    font-size: 13px;
    color: #cccccc;
    background: #000;
    border-top: 1px solid #333;
	box-sizing: border-box;
}

/* ===============================
   BODY SIMPLE
=============================== */
.MS-Podio-Stats-Body {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	padding: 4px;
	box-sizing: border-box;
}

/* ===============================
   PODIO INTERNO
=============================== */
.MS-Podio-Stats-Podio-Row {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 5px 3px;
    background: linear-gradient(180deg, #101010, #000);
}

/* ===============================
   COLUMNAS PODIO
=============================== */
.MS-Podio-Stats-Podio-Col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	min-height: 140px;
	margin: 3px;
	box-sizing: border-box;
	background-size: cover;
	position: relative;
	background: url(bgcellpodio.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.N-podio-Foto {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	z-index:0;
}	
/* ===============================
   DORSAL / NUMERO
=============================== */
.N-podio-dorsal {
	color: #00CCFF;
	border-radius: 3px;
	min-width: 98%;
	max-width: 98%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	height: 25px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	width: auto;
	position: absolute;
	left: 5px;
	top: 5px;
	opacity:0.5;
}

.N-podio-piloto {
	color: #ffffff !important;
	background: #000;
	border-radius: 3px;
	min-width: 98%;
	max-width: 98%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	height: 20px;
	margin: 1%;
	padding: 0px;
	z-index:9999999999999999999999999999999999999;

	/* profundidad */
	box-shadow:
		0 1px 3px rgba(0,0,0,0.75),
		0 0 6px rgba(255,255,255,0.08);
}



.N-podio-piloto strong{
	float: left;
	height: 20px;
	width: 20px;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #ffffff !important;
}

.N-podio-piloto strong img{
	height: 20px;
	width: 20px;
}


.N-podio-piloto b{
	float: left;
	height: 20px;
	width: calc(100% - 25px);
	position: relative;
	background: rgba(0,0,0,0.8);
	color: #ffffff !important;
	padding-left: 6px;
	font-size:12px !important;
}


.N-podio-num {
    font-size: 22px;
    font-weight: 900;
    color: #00c8ff;
}

/* PODIO GANADOR (CENTRO) */
.MS-Podio-Stats-Podio-Col:nth-child(2) .N-podio-num {
    font-size: 26px;
    color: #ffd700;
}


    .user-data{
	color: #666;
	margin: 0px;
	float: left;
	border-radius: 3px;
	position: relative;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 100%;
	padding: 0px;
	display:block;
    }
    #logout-btn{
	background-color: #F00;
	color: #FFF;
	margin: 0px;
	float: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius: 3px;
	position: absolute;
	top: 0px;
	right: 2px;
    }





















	
}

/* ===============================
   MS Fantasy Cards - Mobile
================================ */
@media (max-width: 768px) {

    /* CONTENEDOR */
.MS-Fantasy-Cads-Moviles-Container {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
    width: 100vw;       /* 100% del viewport */
    max-width: 100vw;   /* no exceder el viewport */
    box-sizing: border-box; /* para que padding/border no sumen ancho */
    border: none !important;
}


    /* CARD */
    .MS-Fantasy-Cads-Moviles {
        flex: 0 0 100%;
        max-width: 100%;
        height: 350px;
        box-sizing: border-box;
    }

    /* Ocultar scrollbar */
    .MS-Fantasy-Cads-Moviles-Container::-webkit-scrollbar {
        display: none;
    }

    /* GUIA VISUAL */
    .MS-Fantasy-Cads-Moviles-Flechas {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        opacity: 0.7;
        font-size: 13px;
        color: #666;
        pointer-events: none;
    }

    .MS-Fantasy-Cads-Moviles-Flechas .flecha {
        font-size: 22px;
        width: 40px;
        text-align: center;
    }

    .MS-Fantasy-Cads-Moviles-Flechas .texto {
        flex: 1;
        text-align: center;
        font-size: 13px;
    }
}

/* Desktop: comportamiento normal */
@media (min-width: 769px) {
    .MS-Fantasy-Cads-Moviles-Flechas {
        display: none;
    }
}



.LoginGoogle{
	position:absolute;
	top:40%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
	height:auto;
	text-align:center;
}

