.bg-primary-taburete {
	--bs-primary-rgb: 193, 39, 45;
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;

}

.taburete-funcion-descripcion {
	margin: 0;
	/* Ajusta el margen según tu diseño */
}

.taburete-descripcion-ver-mas {
	font-weight: bold;
	/* Estilo opcional */
}


.taburete-ultimas-disponibles {
	display: inline-block;
	padding: 10px 20px;
	background-color: #C1272D;
	color: #fff;
	text-align: center;
}

.frontend-img-funcion {
	height: auto;
	display: block;
	/* Esto garantiza que la imagen tenga un comportamiento de bloque */
	margin-left: auto;
	/* Centra la imagen horizontalmente */
	margin-right: auto;
	/* Centra la imagen horizontalmente */
}

/*
* PARA EL BOTON FLOTANTE DE WHATSAPP
*/
.whastapp-float-link {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.whastapp-float-icon {
	margin-top: 16px;
}

/** PARA LOS LINKS EN PRINCIPAL (fondo rojo) **/
.a-link-principal {
	color: aliceblue;
	text-decoration: underline;
}

/* unvisited link */
a.a-link-principal:link {
	color: aliceblue;
}

/* visited link */
a.a-link-principal:visited {
	color: black;
}

/* mouse over link */
a.a-link-principal:hover {
	color: black;
}

/* selected link */
a.a-link-principal:active {
	color: black;
}

/** PARA LOS LINKS fondo blanco **/
.a-link-black {
	color: black;
	text-decoration: underline;
}

/* unvisited link */
a.a-link-black:link {
	color: black;
}

/* visited link */
a.a-link-black:visited {
	color: black;
}

/* mouse over link */
a.a-link-black:hover {
	color: black;
}

/* selected link */
a.a-link-black:active {
	color: black;
}


/** CARUSEL RESPONSIVE **/
/*@media (min-width: 768px) {
	.carousel-inner {
		display: flex;
	}

	.carousel-item {
		margin-right: 0;
		flex: 0 0 33.333333%;
		display: block;
	}
}*/
/** PAGINA PROGRAMACIÓN **/
.programacion-fondo-1 {
	background-color: #7a0681;
}

.programacion-fondo-2 {
	background-color: #840402;
}

#programacion-filtros {
	background-color: #fff;
}

#programacion-titulo {
	background-color: #000;
	color: #FFF;
}

/** TABLA DE ARQUEO **/

.table-arqueo-row-botones {
	background-color: #06891c;
	color: white;
	display: flex;
	flex-wrap: wrap;
}

.table-arqueo-filter {
	font-weight: bold;
	font-size: large;
}

input[type="search"] {
	font-size: large;
}

.table-arqueo-caption {
	background-color: #203c7a;
	color: white;
	font-size: large;
	font-weight: 500;
	padding: 8px;
}

.table-arqueo-caption-alerta {
	background-color: #ed2e2e;
	/* #acb600;*/
	color: white;
}

.table-arqueo th {
	color: #566a7f;
	font-weight: 500;
}

.table-arqueo {
	color: white;
	font-weight: 500;
}

table.table-arqueo.dataTable {
	margin-top: 0px !important;
}

.table-arqueo tr:nth-child(even) {
	background-color: #666666;
}

.table-arqueo tbody>tr:nth-child(odd) {
	background-color: #264588;
}

.table-arqueo thead>tr {
	background-color: #fefefe;
}

.ticket_td_click {
	cursor: pointer;
}

.arqueo-clipboard {
	color: #ffffff;
	/* Color del ícono */
	background-color: #7a0681;
	/* Color de fondo del ícono */
	padding: 5px;
	/* Opcional: agrega un relleno al icono */
}

.nav-link.nav-link-arqueo-resumen {
	background-color: #6c757d;
	color: white;
	font-weight: bold;
}

.nav-link.nav-link-arqueo-show {
	background-color: #6c757d;
	color: white;
	font-weight: bold;
}

.nav-link.nav-link-arqueo-resumen.active {
	background-color: #f4ff29;
	font-weight: bold;
}

.nav-link.nav-link-arqueo-show.active {
	background-color: #f4ff29;
	font-weight: bold;
}

#ticket_editar .modal-content {
	background-color: #203c7a;
	color: white;
	font-weight: 600;
	font-size: large;
}

#ticket_editar .form-check-input:checked,
.form-check-input[type=checkbox]:indeterminate {
	background-color: #acb600;
	border-color: #acb600;
	box-shadow: 0 2px 4px 0 rgb(105 108 255 / 40%);
}

#ticket_editar .ticket_modal_radio_label_seleccionada {
	background-color: #acb600;
}

/* Para cuando autocompleta, que lo deje en blanco el color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	box-shadow: 0 0 0 30px white inset !important;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

#ticket_editar .form-label {
	color: white;
	font-weight: 600;
	font-size: large;
}

#ticket_editar .form-control {
	font-weight: 600;
	font-size: large;
}

#ticket_editar .modal-title {
	color: white;
	font-weight: 600;
	font-size: large;
}

/** MAPA **/
#mapa-table {
	table-layout: fixed;
	width: 100%;
	border-width: 2px;
}

#mapa-table>:not(caption)>*>* {
	border-width: 2px;
	border-color: #000;
}

.mapa-fila {
	width: 5px;
}

/* Colores de Mapa Fila Silla*/
.mapa-fila-silla {
	background-color: #c0c0c0 !important;
	color: #ffffff;
	overflow: hidden;
}

.mapa-fila-silla[data-ubic-checked="D"] {
	cursor: pointer;
}

.mapa-fila-silla[data-ubic-checked="E"] {
	background-color: #0f8000 !important;
	cursor: not-allowed;
}

.mapa-fila-silla[data-ubic-checked="R"] {
	background-color: #D1D100 !important;
	/* #cccc33 !important;*/
	cursor: not-allowed;
}

.mapa-fila-silla[data-ubic-checked="A"] {
	background-color: #0f4588 !important;
	cursor: pointer;
}


.mapa-fila-silla[data-ubic-checked="X"] {
	background: repeating-linear-gradient(-45deg,
			#d12020,
			#f63737 10px,
			transparent 10px,
			transparent 20px);
	cursor: pointer;
}

/* Estilo para ubicaciones "nulas" */
.mapa-fila-silla[data-ubic-checked="N"] {
	background: repeating-linear-gradient(-45deg,
			#2b2b2b,
			#2b2b2b 10px,
			transparent 10px,
			transparent 20px);
	cursor: pointer;
	/* Cambiar el cursor para indicar que son seleccionables */
	opacity: 0.6;
	/* Opacidad reducida para que parezcan menos atractivas */
	transition: opacity 1;
	/* Transición de opacidad suave al pasar el cursor */
}

/* Estilo adicional al pasar el cursor sobre ubicaciones "nulas" */
.mapa-fila-silla[data-ubic-checked="N"]:hover {
	background: repeating-linear-gradient(-45deg,
			#c0c0c0,
			#c0c0c0 10px,
			transparent 10px,
			transparent 20px);
	opacity: 1;
	/* Restaurar la opacidad completa al pasar el cursor */
}


/*background-color: #282829 !important;*/


/** IMAGENES de Comediante en Listado de Comediantes*/
.img-comediante {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.img-comediante-single {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: 50% 20%;
}

/** Embeber videos de youtube **/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/** CHECKOUT **/
.btn-entradas-checkout-paso1 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 5px;
	font-size: 18px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	transition: all 0.3s ease;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}



.btn-entradas-checkout-paso1.active {
	background-color: #6c757d;
	color: #fff;
}

#checkout_countdown {
	font-size: larger;
	font-weight: bolder;
	cursor: default;
}

/*------------------------------*/
/* LINEA ENTRE TIPOS DE ENTRADA */
/*------------------------------*/
/* Posiciona relativo para poder usar ::after */
#col-descuentos-general {
	position: relative;
}

/* Línea vertical separadora */
#col-descuentos-general::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #010911;
	/* gris claro */
}

/* En pantallas más pequeñas, cambia a línea horizontal */
@media (max-width: 991.98px) {
	#col-descuentos-general::after {
		top: 100%;
		/* justo debajo del bloque */
		bottom: auto;
		left: 0;
		right: auto;
		width: 100%;
		/* ancho completo */
		height: 1px;
	}
}

/*-----------------*/
/* CHECKOUT STEPS */
/*-----------------*/

/* 1) El contenedor de botones: flex y ancho completo */
.sw-toolbar-elm.toolbar {
	display: flex;
	width: 100%;
	gap: 0.5rem;
	/* opcional, espacio entre botones */
}

/* 2) Cada botón: flex-grow para compartir espacio igual */
.sw-toolbar-elm.toolbar .btn.sw-btn-prev,
.sw-toolbar-elm.toolbar .btn.sw-btn-next {
	flex: 1 1 auto;
	min-width: 0;
	/* evita overflow si el texto es muy largo */
}

.sw-toolbar-elm.toolbar .btn.sw-btn-prev,
.sw-toolbar-elm.toolbar .btn.checkout-finalizar-compra {
	flex: 1 1 auto;
	min-width: 0;
	/* evita overflow si el texto es muy largo */
}

/* Botón “Anterior” en gris (secondary) */
.sw-toolbar-elm.toolbar .btn.sw-btn-prev {
	background-color: #6c757d !important;
	border-color: #6c757d !important;
	color: #fff !important;
}

/* Botón “Siguiente” en verde (success) */
.sw-toolbar-elm.toolbar .btn.sw-btn-next {
	background-color: #28a745 !important;
	border-color: #28a745 !important;
	color: #fff !important;
}

/* (Opcional) Efectos hover más suaves */
.sw-toolbar-elm.toolbar .btn.sw-btn-prev:hover {
	background-color: #5a6268 !important;
	border-color: #5a6268 !important;
}

.sw-toolbar-elm.toolbar .btn.sw-btn-next:hover {
	background-color: #218838 !important;
	border-color: #1e7e34 !important;
}

/* 1) Activar flex en el toolbar */
.sw-toolbar-elm.toolbar {
	display: flex;
	align-items: center;
}

/* 2) Asignar orden a cada elemento */
.checkout-cancelar-compra {
	order: 1;
	border-radius: .25rem;
	text-decoration: none;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-left: .2rem;
    margin-right: .2rem;
    cursor: pointer;
    padding: .375rem .75rem;
    border-radius: .25rem;
    font-weight: 400;
}

.sw-btn-prev {
	order: 0;

}

.sw-btn-next {
	order: 2;

}

#checkout-finalizar-compra {
	order: 3;
	border-radius: .25rem;
	text-decoration: none;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-left: .2rem;
    margin-right: .2rem;
    cursor: pointer;
    padding: .375rem .75rem;
    border-radius: .25rem;
    font-weight: 400;
}


/* 1) Permitir que los botones “vuelvan” a la siguiente línea */
.sw-toolbar-elm.toolbar {
  display: flex;        
  flex-wrap: wrap;      /* <-- aquí */
  gap: 0.5rem;
  width: 100%;
}

/* 2) Cada botón se dimensiona al contenido, no a partes iguales */
.sw-toolbar-elm.toolbar .btn {
  flex: 0 1 auto;       /* <-- cambia el flex-grow a 0 */
  white-space: nowrap;  /* evita que el texto salte de línea */
}

/* (Opcional) Centrar todos los botones */
.sw-toolbar-elm.toolbar {
  justify-content: center;
}

/* Si aún quisieras mantener “mitad de ancho” en pantallas grandes, hazlo con @media */
@media (min-width: 768px) {
  .sw-toolbar-elm.toolbar .btn {
    flex: 1 1 0;        /* igual reparto en desktop/tablet */
  }
}

.checkout-steps-contenido {
	

}
.checkout-steps-nav {
	
}
.sw-toolbar-elm {
	
	background-color: #cce5ff;
	
	padding: .375rem .75rem;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	/* Sombra ligera */
	border: 1px solid #ccc;
	/* Borde gris claro */
	border-radius: 4px;
	/* Bordes redondeados */
	transition: background-color 0.3s ease, color 0.3s ease;
}
#checkout-pantalla {
  /*padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fbfbfb;*/

    background-color: #f0f0f0;
	
	padding: .375rem .75rem;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	/* Sombra ligera */
	border: 1px solid #ccc;
	/* Borde gris claro */
	border-radius: 4px;
	/* Bordes redondeados */
	transition: background-color 0.3s ease, color 0.3s ease;
}

#checkout-steps-card-body {
	
}
:root {
	/* Color del borde y separadores del wizard */
	--sw-border-color: #eeeeee;

	/* Color de texto de los botones del toolbar (Next/Prev/Reset) */
	--sw-toolbar-btn-color: #ffffff;
	/* Color de fondo de los botones del toolbar */
	--sw-toolbar-btn-background-color: #28a745;

	/* Fondo de los pasos en estado “default” (no seleccionado ni completado) */
	--sw-anchor-default-primary-color: #f8f9fa;
	/* Color de texto/ícono de los pasos “default” */
	--sw-anchor-default-secondary-color: #b0b0b1;

	/* Fondo del paso activo (current) */
	--sw-anchor-active-primary-color: #28a745;
	/* Color de texto/ícono del paso activo */
	--sw-anchor-active-secondary-color: #ffffff;

	/* Fondo de los pasos completados (done) */
	--sw-anchor-done-primary-color: #7e9f82;
	/* Color de texto/ícono de los pasos completados */
	--sw-anchor-done-secondary-color: #fefefe;

	/* Fondo de los pasos deshabilitados */
	--sw-anchor-disabled-primary-color: #f8f9fa;
	/* Color de texto/ícono de los pasos deshabilitados */
	--sw-anchor-disabled-secondary-color: #dbe0e5;

	/* Fondo del paso en estado de error */
	--sw-anchor-error-primary-color: #dc3545;
	/* Color de texto/ícono del paso en error */
	--sw-anchor-error-secondary-color: #ffffff;

	/* Fondo del paso en estado de advertencia */
	--sw-anchor-warning-primary-color: #ffc107;
	/* Color de texto/ícono del paso en advertencia */
	--sw-anchor-warning-secondary-color: #ffffff;

	/* Color de la barra de progreso */
	--sw-progress-color: #28a745;
	/* Fondo de la barra de progreso */
	--sw-progress-background-color: #f8f9fa;

	/* Color del loader/spinner */
	--sw-loader-color: #28a745;
	/* Fondo del loader/spinner */
	--sw-loader-background-color: #f8f9fa;
	/* Color de la superposición detrás del loader */
	--sw-loader-background-wrapper-color: rgba(255, 255, 255, 0.7);
}

.checkout-finalizar-compra{
background-color: #28a745;	
}

.div-checkout-descuento {
	background-color: #f8f9fa;
	color: black;
	padding: .375rem .75rem;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	/* Sombra ligera */
	border: 1px solid #ccc;
	/* Borde gris claro */
	border-radius: 4px;
	/* Bordes redondeados */
	transition: background-color 0.3s ease, color 0.3s ease;
}
.div-tyc {
	background-color: #f8f9fa;
	color: black;
	padding: .375rem .75rem;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	/* Sombra ligera */
	border: 1px solid #ccc;
	/* Borde gris claro */
	border-radius: 4px;
	/* Bordes redondeados */
	transition: background-color 0.3s ease, color 0.3s ease;
}

.div-is-invalid {
	animation: flash-div-is-invalid 3s 2;
}

@keyframes flash-div-is-invalid {
	0% {
		background-color: rgba(255, 0, 0, 0.8);
		opacity: 1;
	}

	100% {
		background-color: initial;
		opacity: 1;
	}
}




.filmacion-filtro-boton-activo {
	background-color: black;
}


.bdx-recaudacion {
	font-size: 16px;
	font-weight: bold;
	color: #555;
}

.bdx-recaudacion span {
	display: block;
}

.bdx-espectadores {
	font-size: 12px;
	font-weight: bold;
	color: #555;
}

.bdx-espectadores span {
	display: block;
}

.arqueo-botones-hr::after {
	content: '';
	display: block;
	height: 1px;
	background-color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Estilo general para tarjetas */
.border-medio-de-pago,
.checkout-descuento-entrada-general,
.checkout-descuento-clubln,
.checkout-descuento-cupon-manual {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	/* Sombra ligera */
	border: 1px solid #ccc;
	/* Borde gris claro */
	border-radius: 4px;
	/* Bordes redondeados */
	transition: background-color 0.3s ease, color 0.3s ease;
}

/* Colores base */
.border-medio-de-pago,
.form-check-input:not(:checked)+.form-check-label-mediodepago,
.checkout-descuento-entrada-general,
.checkout-descuento-clubln,
.checkout-descuento-cupon-manual {
	background-color: #f8f9fa;
	/* Fondo neutro compartido */
	color: black;
	/* Texto negro */
}

/* Hover general */
.border-medio-de-pago:hover,
.checkout-descuento-entrada-general:hover,
.checkout-descuento-clubln:hover,
.checkout-descuento-cupon-manual:hover {
	background-color: #e9ecef;
	/* Fondo más oscuro en hover */
}

/* Estilo para medios de pago */
.form-check-label-mediodepago {
	font-size: 18px;
	padding: 10px 15px;
	display: inline-block;
	background-color: #f8f9fa;
	/* Fondo neutro compartido */
	border-radius: 5px;
}

/* Medio de pago seleccionado */
.form-check-input:checked+.form-check-label-mediodepago {
	background-color: #0047aa;
	/* Azul intenso */
	color: white;
	/* Texto blanco */
	border-color: #0047aa;
	/* Bordes consistentes con el fondo */
}

/* Medio de pago no seleccionado */
.form-check-input:not(:checked)+.form-check-label-mediodepago {
	background-color: #f8f9fa;
	color: black;
}

/* Estilo para descuentos seleccionados */
input[type="radio"]:checked+.checkout-descuento-entrada-general,
input[type="radio"]:checked+.checkout-descuento-clubln,
input[type="radio"]:checked+.checkout-descuento-cupon-manual {
	background-color: #0047aa;
	/* Azul intenso para estado seleccionado */
	color: white;
	/* Texto blanco */
	border-color: #0047aa;
	/* Bordes consistentes con el fondo */
}

/* Estado activo (radio button seleccionado dentro del label) */
label.form-label-descuento:has(input[type="radio"]:checked) {
	background-color: #cce5ff;
	/* Azul intenso para el estado activo */
	color: black;
	/* Texto blanco para resaltar */
	border-color: #0047aa;
	/* Bordes consistentes con el fondo */
	transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover general (sin cambiar el estado seleccionado) */
label.form-label-descuento:hover {
	background-color: #e9ecef;
	/* Gris más oscuro al pasar el mouse */
	color: black;
	/* Texto negro */
	border-color: #ccc;
	/* Mantener el borde gris */
}

/* Estado activo (radio button seleccionado dentro del label) */
label.form-label-mediopago:has(input[type="radio"]:checked) {
	background-color: #cce5ff;
	/* Azul intenso para el estado activo */
	color: black;
	/* Texto blanco para resaltar */
	border-color: #0047aa;
	/* Bordes consistentes con el fondo */
	transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover general (sin cambiar el estado seleccionado) */
label.form-label-mediopago:hover {
	background-color: #e9ecef;
	/* Gris más oscuro al pasar el mouse */
	color: black;
	/* Texto negro */
	border-color: #ccc;
	/* Mantener el borde gris */
}

/* Estilo para el label deshabilitado */
.checkout-descuento-disabled {
	background-color: #e9ecef;
	/* Fondo gris claro */
	color: #6d6d6d;
	/* Texto gris apagado */
	cursor: not-allowed;
	/* Cursor indicando que está deshabilitado */
	opacity: 0.6;
	/* Reduce opacidad para mostrar que está inactivo */
	border-color: #ced4da;
	/* Borde gris claro */
}

/* Hover deshabilitado (sin efecto) */
.checkout-descuento-disabled:hover {
	background-color: #e9ecef;
	/* Mantiene el fondo gris claro */
	border-color: #ced4da;
	/* Sin cambios en el borde */
}

/* Texto adicional para indicar estado deshabilitado */
.checkout-descuento-disabled-text {
	color: #6c757d;
	/* Texto gris apagado */
	font-style: italic;
	/* Opción estilística para destacar el mensaje */
}

/* Asegura que los spans dentro del label reflejen el estado deshabilitado */
.checkout-descuento-disabled .form-check-input:disabled~span {
	color: #6c757d;
	/* Texto gris apagado */
}

/* Estilo para la tarjeta que contiene el radio button deshabilitado */
.checkout-descuento-entrada-general:has(input:disabled),
.checkout-descuento-clubln:has(input:disabled),
.checkout-descuento-cupon-manual:has(input:disabled) {
	background-color: #f2f2f2;
	/* Fondo gris claro para indicar que está deshabilitado */
	color: #ccc;
	/* Texto gris claro */
	cursor: not-allowed;
	/* Cambiar el cursor a "no permitido" */
	opacity: 0.6;
	/* Baja opacidad para indicar inactividad */
	border-color: #d6d6d6;
	/* Borde gris más claro */
}

/* Estilo cuando el radio button deshabilitado está seleccionado */
.checkout-descuento-entrada-general:has(input:disabled:checked),
.checkout-descuento-clubln:has(input:disabled:checked),
.checkout-descuento-cupon-manual:has(input:disabled:checked) {
	background-color: #e0e0e0;
	/* Fondo gris ligeramente más oscuro cuando está seleccionado */
	color: #999;
	/* Texto gris más oscuro */
}

/**
* CHECKOUT COMBOS
*/
.checkout-combos-container {
  margin-top: 0.5rem;
}

.checkout-combos-card {
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  transition: transform 0.2s ease;
}

.checkout-combos-card:hover {
  transform: translateY(-3px);
}

.checkout-combos-img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
  object-fit: contain;
}

.checkout-combos-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.checkout-combos-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  min-height: 1.8em;
}

.checkout-combos-subtitle {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  line-height: 1.2;
  min-height: 2.2em;
}

.checkout-combos-subtitle-full {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  line-height: 1.2;
  min-height: 2.2em;
}

.checkout-combos-link {
  font-size: 0.75rem;
  color: #555;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.checkout-combos-precio {
  font-size: 0.9rem;
  line-height: 1.2;
}

.checkout-combos-precio .fw-bold {
  font-size: 1.05rem;
}

.fudo_producto_cantidad_input {
  text-align: center;
  min-width: 40px;
}
.checkout-combos-header {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
}


/**
 * TABLA DE PEDIDOS - ESTILO STRIPED CONTRASTE (AZUL + GRIS)
 */

.table-pedidos-listado tbody tr:nth-child(even) {
    background-color: #264588 !important; /* Azul oscuro */
    color: #ffffff !important;
    font-weight: 600 !important;
}

.table-pedidos-listado tbody tr:nth-child(odd) {
    background-color: #666666 !important; /* Gris oscuro */
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* Estilo de enlaces y botones dentro de la tabla */
.table-pedidos-listado tbody tr td a,
.table-pedidos-listado tbody tr td button {
    color: #ffffff !important;
}

/* Estilo opcional para el texto dentro de badge si usás status */
.table-pedidos-listado .badge {
    color: #ffffff !important;
    font-weight: bold !important;
}

.table-pedidos-listado th {
	color: #566a7f;
	font-weight: 500;
}


/* ===========================================
   FIX MEDIOS DE PAGO PARA MOBILE
   =========================================== */

/* 1) Cada col ocupa 100% en mobile */
@media (max-width: 576px) {

  #div-medios-de-pago .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* 2) El label interno debe comportarse como bloque */
  #div-medios-de-pago label.form-label-mediopago {
    width: 100%;
    display: block;
  }

  /* 3) Imágenes: que jamás rompan el contenedor */
  #div-medios-de-pago img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* 4) Alinear títulos y textos a la izquierda (opcional pero recomendado) */
  #div-medios-de-pago p,
  #div-medios-de-pago span {
    text-align: left !important;
  }
}
