.combo-lotero-img-banner{
    margin-bottom: 15px;
    cursor: pointer;
}
.hidden{
    display: none;
}

		.combo-container {
			background: white;
		}
		
		/* ---- Info Section Header ---- */
		.combo-header {
			text-align: center;
			padding: 42px 16px 8px;
		}
		
		.combo-header h1 {
			margin: 0 0 10px 0;
			font-size: 34px;
			font-weight: normal;
			color: #006B2D;
			text-transform: uppercase;
			font-family: AllerDisplay, Arial, sans-serif;
		}
		
		.combo-header p {
			margin: 0;
			font-size: 16px;
			color: #666666;
			line-height: 1.5;
			font-family: AllerRegular, Arial, sans-serif;
			font-weight: bold;
		}

		/* ---- Product Cards ---- */
		.combo-products {
			display: flex;
			justify-content: center;
			align-items: flex-start;
			margin: 24px auto 20px;
			gap: 24px;
			padding: 0 8px;
			max-width: 720px;
		}

		.combo-product-item {
			flex: 1 1 0;
			max-width: 230px;
			min-width: 0;
			text-align: center;
		}
		
		.product-card {
			border-radius: 10px;
			overflow: hidden;
			aspect-ratio: 1 / 1;
			box-shadow: 0 4px 10px rgba(0,0,0,0.16);
			transition: transform 0.2s ease;
			position: relative;
			display: flex;
			flex-direction: column;
		}
		
		.product-card:hover {
			transform: translateY(-4px);
		}
		
		.product-card.tinka {
			background: #f5e400;
		}
		
		.product-card.kabala {
			background: #7ab62e;
		}
		
		.product-card.gana-diario {
			background: #29c4e0;
		}

		.product-card-media {
			flex: 1 1 auto;
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 0;
			height: 127px;
		}

		.product-card img {
			width: 100%;
			height: 100%;
			display: block;
			object-fit: cover;
		}
		
		.product-detail {
			font-size: 12px;
			font-weight: 700;
			color: #666666;
			line-height: 1.3;
			background: #ffffff;
			padding: 8px 8px;
			height: 56px;
			text-align: center;
			border-top: 1px solid rgba(0,0,0,0.06);
			display: flex;
			align-items: center;
			justify-content: center;
		}
		
		/* ---- Pricing ---- */
		.combo-pricing {
			text-align: center;
			margin: 30px 0 24px;
		}
		
		.combo-price {
			font-size: 30px;
			font-weight: bold;
			color: #006B2D;
			margin: 6px 0 4px;
			font-family: AllerRegular, Arial, sans-serif;
		}
		
		.regular-price {
			margin-bottom: 18px;
			font-size: 14px;
			font-weight: bold;
			color: #006B2D;
			font-family: AllerRegular, Arial, sans-serif;
		}

		.combo-play-btn {
			display: block;
			width: 80%;
			max-width: 260px;
			margin: 0 auto 16px;
			font-size: 18px;
			font-weight: 800;
			border-radius: 50px;
			width: 260px;
			height: 48px;
			line-height: 48px;
		}
		
		.combo-terms {
			text-align: center;
			margin-top: 32px;
			font-size: 16px;
			font-family: AllerRegular, Arial, sans-serif;
			font-weight: bold;
		}
		
		.combo-terms a {
			color: #333;
			text-decoration: underline;
			font-weight: 700;
		}

		.top-banner-logo {
			text-align: center;
			margin-bottom: 20px;
		}
		
		.top-banner-logo img {
			max-width: 200px;
			height: auto;
		}

/* ======================================================
   TABS DE JUEGOS
   ====================================================== */

.combo-game-tabs {
	background: transparent;
}

.game-tab {
    pointer-events: none;
    cursor: default;
	background: #d9d9d9;
	color: #7a7a7a;
	padding: 10px 12px;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
	font-size: 13px;
	transition: all 0.2s ease;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
}

.game-tab:hover {
	background: #e5e5e5;
}

.game-tab.game-tab-complete:not(.game-tab-active) {
	background: #e5e5e5;
	color: #1b1b1b;
	border-color: #c8c8c8;
}

#tab-tinka.game-tab-complete:not(.game-tab-active) {
	background: radial-gradient(circle, #F7DF07 0%, #F7DF07 100%) !important;
    color: #111 !important;
    box-shadow: inset 2px 8px 8px 0px rgba(0, 0, 0, 0.12);
}

#tab-kabala.game-tab-complete:not(.game-tab-active) {
    background: radial-gradient(circle, #FAC028 0%, #FAC028 100%) !important;
    color: #111 !important;
    box-shadow: inset 2px 8px 8px 0px rgba(0, 0, 0, 0.12);
}

#tab-ganadiario.game-tab-complete:not(.game-tab-active) {
	background: radial-gradient(circle, #56D5F4 0%, #06ACE6 100%);
	color: #111;
	box-shadow: inset 2px 8px 8px 0px rgba(0, 0, 0, 0.12);

}

.game-tab-active {
    background: radial-gradient(circle, #F7DF07 0%, #F7DF07 100%) !important;
    color: #111 !important;
    box-shadow: inset 2px 8px 8px 0px rgba(0, 0, 0, 0.12);
}

#combo-step-1.combo-tab-kabala .game-tab-active {
    background: radial-gradient(circle, #FAC028 0%, #FAC028 100%) !important;
    color: #111 !important;
    box-shadow: inset 2px 8px 8px 0px rgba(0, 0, 0, 0.12);
}

#combo-step-1.combo-tab-ganadiario .game-tab-active {
	background: radial-gradient(circle, #06ACE6 0%, #06ACE6 100%) !important;
    color: #111 !important;
    box-shadow: inset 2px 8px 8px 0px rgba(0, 0, 0, 0.12);
}

#combo-step-1.combo-tab-tinka .game-tab:hover {
	background: linear-gradient(180deg, #ffe600 0%, #ffe600 100%);
	color: #111;
}

#combo-step-1.combo-tab-kabala .game-tab:hover {
	background: linear-gradient(180deg, #cce800 0%, #8faa00 100%);
	color: #111;
}

#combo-step-1.combo-tab-ganadiario .game-tab:hover {
	background: linear-gradient(180deg, #00c8e8 0%, #0096b8 100%);
	color: #111;
}

.combo-game-content {
	padding: 10px 0;
}

	

/* Step bar */
.main-play .steps-play .step-play {
	background-color: #c9c9c9;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	padding-left: 12px;
}

.main-play .steps-play .step-play.step-combo-active {
	background-color: #7f7f7f;
}

/* Box styling to match mock */
.combo-game-content .box-playing {
	background: #fff;
}

.combo-play-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.combo-play-left {
	border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 12px 12px 20px;
    background: #fff;
}

.combo-left-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.combo-left-header img {
	height: 32px;
	width: auto;
}

#content-tinka .combo-left-header img {
	height: 24px;
}

.combo-left-title {
    font-size: 13px;
    font-weight: normal;
    color: #4d4d4d;
    font-family: AllerRegular, Arial, sans-serif;
}

.combo-divider {
	border: 0;
	border-top: 1px solid #e6e6e6;
	margin: 10px 0 12px;
}

.combo-left-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 12px;
}

.combo-play-right {
	border: 1px solid #e6e6e6;
	border-radius: 12px;
	padding: 12px 12px 14px;
	background: #fff;
}

.combo-play-right > .play-text {
	float: right;
}

.combo-play-right > .combo-right-block {
	clear: both;
}

.combo-help-btn {
	background: #2f7b3c;
	color: #fff;
	border: none;
	border-radius: 12px;
	padding: 4px 12px;
	font-size: 11px;
	font-weight: 700;
	float: right;
}

.combo-right-block {
	margin-top: 15px;
    margin-bottom: 22px;
}

.combo-right-header {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 4px;
}

.combo-right-header-help {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.combo-right-header-jugadas {
	display: flex;
	justify-content: flex-start;
}

.combo-right-block h5 {
	font-size: 14px;
    font-weight: bold;
    color: #888888;
    margin: 0 0 8px 0;
    font-family: AllerRegular, Arial, sans-serif;
}

.combo-right-block .current-numbers {
	width: 100%;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	min-height: 62px;
	padding: 10px 12px;
	font-size: 13px;
	resize: none;
}

.combo-valid-text {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    font-family: 'AllerRegular', Arial, sans-serif;
}

.combo-next-btn {
	background: #0f6b3a !important;
	color: #fff !important;
	border-radius: 12px;
	width: 100%;
	margin-top: 16px;
}

.combo-next-btn:hover {
	background: #0b5a31 !important;
}

.combo-game-content .game-logo-header {
	float: left;
	margin: 0 0 6px 0;
	text-align: left;
}

.combo-game-content .game-instruction {
	float: right;
	margin: 4px 0 6px 0;
	text-align: right;
}

.combo-game-content .game-instruction h5 {
	font-size: 13px;
	font-weight: 600;
	color: #4d4d4d;
}

.combo-game-content .btn-help-combo {
	background: #2f7b3c;
	border-radius: 12px;
	width: auto;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	font-size: 11px;
	margin-left: 8px;
}

.combo-game-content .body-single-game {
	clear: both;
	padding-top: 8px;
}

.combo-game-content .body-game .checkboxes-ball {
	max-width: none;
	display: grid;
	grid-template-columns: repeat(6, 34px);
	gap: 8px;
	justify-content: center;
}

.combo-game-content .body-game .checkboxes-ball label {
	margin: 0;
	width: auto;
}

.combo-game-content .body-game .checkboxes-ball label .button-group-item {
	border: 1px solid #9a9a9a;
	width: 34px;
	border-radius: 50%;
	padding: 0;
	box-sizing: border-box;
}

.combo-game-content .body-game .checkboxes-ball label .button-group-item .label-item {
	font-size: 14px;
    color: #000;
	font-family: AllerRegular, Arial, sans-serif;
}

#content-tinka input.combo-tinka-ball:checked + .check-tinka,
#content-tinka .check-tinka.check_active {
	background: #e31e24 !important;
	color: #fff !important;
	font-weight: normal;
}

#content-tinka input.combo-tinka-ball:checked + .check-tinka .label-item {
	color: #fff !important;
}

.combo-step-nav .button-black {
	background: #0f6b3a !important;
}

.combo-step-nav .button-black:hover {
	background: #0b5a31 !important;
}

.combo-step-nav .button-black:disabled {
	background: #c9c9c9 !important;
	border-color: #b9b9b9 !important;
	cursor: not-allowed;
	opacity: 0.85;
}

.combo-game-content .button-kabala,
.combo-game-content .button-tinka {
	border-radius: 8px;
    color: #006B2D !important;
    font-family: AllerRegular, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.combo-game-content .footer-single-game {
	padding: 10px 0 4px;
}

.combo-game-content .footer-single-game .footer-number h5 {
	text-align: left;
	color: #7a7a7a;
	font-weight: 700;
	margin: 0 0 8px 0;
}

.combo-game-content .footer-single-game .current-numbers {
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	min-height: 56px;
	padding: 10px 12px;
	font-size: 13px;
	line-height: 1.4;
}

.combo-game-content .footer-single-game .button-tinka {
	background: #ffde00 !important;
	color: #2f2f2f !important;
	border-radius: 12px;
	font-weight: 700;
}

/* ======================================================
   LOGOS Y ENCABEZADOS DE JUEGO
   ====================================================== */

.game-logo-header {
	text-align: center;
	margin-bottom: 15px;
}

.game-instruction {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.game-instruction h5 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	display: inline-block;
}

.btn-help-combo {
	background: #00B8D4;
	color: white;
	border: none;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 10px;
	vertical-align: middle;
}

/* ======================================================
   COLORES DE BOLILLAS POR JUEGO
   ====================================================== */

/* Tinka - Amarillo */
.check-tinka.check_active,
input.combo-tinka-ball:checked + .check-tinka {
	background: #FFDE00 !important;
	color: #333 !important;
	font-weight: bold;
}

/* Kábala - Morado */
.check-kabala.check_active,
input.combo-kabala-ball:checked + .check-kabala {
	background: #b7d400 !important;
	color: #fff !important;
	font-weight: normal;
	border: none !important;
}

input.combo-kabala-ball:checked + .check-kabala .label-item {
	color: #fff !important;
}

/* Gana Diario - Cyan */
.check-ganadiario.check_active,
input.combo-gd-ball:checked + .check-ganadiario,
input.combo-gd1-ball:checked + .check-ganadiario,
input.combo-gd2-ball:checked + .check-ganadiario {
	background: #24b9e0 !important;
	color: #ffffff !important;
	font-weight: normal;
	border: none !important;
}

input.combo-gd-ball:checked + .check-ganadiario .label-item,
input.combo-gd1-ball:checked + .check-ganadiario .label-item,
input.combo-gd2-ball:checked + .check-ganadiario .label-item {
	color: #ffffff !important;
}

/* ======================================================
   BOTONES AL AZAR / LIMPIAR POR JUEGO
   ====================================================== */

.button-tinka {
	background: #FFDE00 !important;
	color: #333 !important;
	border: none !important;
}

.button-tinka:hover {
	background: #FFE81A !important;
}

.button-kabala {
	background: #b7d400 !important;
	color: #2f2f2f !important;
	border: none !important;
}

.button-kabala:hover {
	/* background: #7539A3 !important; */
}

.button-ganadiario {
	background: #600A6F !important;
	color: white !important;
	border: none !important;
    font-family: AllerRegular, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.button-ganadiario:hover {
	/* background: #7539A3 !important; */
}

/* ======================================================
   SELECTOR JUGADA A/B (GANA DIARIO)
   ====================================================== */

.gd-jugada-selector {
	display: flex;
	gap: 8px;
}

.btn-jugada {
	background: #ffffff;
    color: #cbcbcbcb;
    border: 2px solid #cbcbcbcb;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    font-weight: normal;
    font-size: 32px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: AllerRegular, Arial, sans-serif;
}

.btn-jugada:hover {
	background: #ededed;
}

.btn-jugada-active {
	background: #600A6F !important;
	color: #ffffff !important;
	border-color: #600A6F !important;
	font-weight: bold;
}

.btn-jugada-filled {
    background: #fff;
    color: #600A6F;
    border-color: #600A6F;
    font-weight: normal;
}

.gd-jugada-panel {
	/* Contenedor de cada jugada A o B */
}

/* ======================================================
   BOTONES DE NAVEGACIÓN
   ====================================================== */

.button-white {
	background: white !important;
	color: #0f6b3a !important;
	border: 2px solid #0f6b3a !important;
}

.button-white:hover {
	background: #f8f8f8 !important;
	border-color: #aaa !important;
}

.button-black {
	background: #2c2c2c !important;
	color: white !important;
	border: none !important;
}

.combo-step-nav .button-white,
.combo-step-nav .button-black {
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	border-radius: 12px;
}

.combo-step-nav .col-6:first-child {
	padding-right: 5px;
}

.combo-step-nav .col-6:last-child {
	padding-left: 5px;
}

.button-black:hover {
	background: #1a1a1a !important;
}

.button-red {
	background: #E31E24 !important;
	color: white !important;
	border: none !important;
}

.button-red:hover {
	background: #C01820 !important;
}

/* ======================================================
   RESUMEN DE COMPRA (PASO 2)
   ====================================================== */

.combo-summary {
	max-width: none;
	margin: 0;
	width: 100%;
}

.combo-summary-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 16px;
	align-items: start;
}

.combo-pricing-col {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.combo-summary-card,
.combo-pricing-card {
	background: #ffffff;
	border: 1px solid #d8d8d8;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.combo-summary-header {
	background: #8f8f8f;
	padding: 10px 12px;
	border-radius: 12px 12px 0 0;
	border-bottom: 1px solid #d8d8d8;
}

.combo-summary-header h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    font-family: AllerRegular, Arial, sans-serif;
}

.combo-summary-list {
	padding-top: 8px;
}

.combo-summary-item {
	display: grid;
	grid-template-columns: 18px 64px 86px 16px 16px;
	align-items: center;
	padding: 6px 12px;
	gap: 8px;
}

.combo-summary-item .btn-edit-combo {
	grid-column: 5;
}

/* Jugada simple: número pegado al título, sin columna fija de ancho */
.combo-summary-item:not(.has-multi-jugada):not(.is-ganadiario):not(.is-ganadiario-second) {
	grid-template-columns: 18px auto 1fr auto;
	gap: 4px;
}

.combo-summary-item:not(.has-multi-jugada):not(.is-ganadiario):not(.is-ganadiario-second) .item-numbers {
	grid-column: 3;
}

.combo-summary-item:not(.has-multi-jugada):not(.is-ganadiario):not(.is-ganadiario-second) .btn-edit-combo {
	grid-column: 4;
}

.combo-summary-item.is-ganadiario {
	grid-template-rows: auto;
}

/* Multi-jugada collapsible summary item */
.combo-summary-item.has-multi-jugada {
	grid-template-columns: 18px 64px 86px 16px auto;
	align-items: center;
	gap: 4px;
}

.combo-summary-item.has-multi-jugada .item-numbers-stack {
	grid-column: 3;
	display: block;
}

.combo-summary-item.has-multi-jugada .btn-jugadas-toggle {
	grid-column: 4;
}

.stack-collapsed {
	display: inline;
}

.stack-expanded {
	display: none;
	flex-direction: column;
	gap: 2px;
	width: 100%;
}

.btn-jugadas-toggle {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	cursor: pointer;
	font: inherit;
	color: #9a9a9a;
	white-space: nowrap;
}

.combo-summary-item.is-ganadiario .item-title {
	grid-column: 2;
	grid-row: 1;
}

.combo-summary-item.is-ganadiario .item-numbers-stack {
	grid-column: 3;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.combo-summary-item.is-ganadiario-second {
	grid-template-rows: auto;
}

.combo-summary-item.is-ganadiario-second .item-number,
.combo-summary-item.is-ganadiario-second .item-title {
	visibility: hidden;
}

.combo-summary-item.is-ganadiario-second .item-numbers {
	grid-column: 2 / 4;
}

.combo-summary-item:last-of-type {
	border-bottom: none;
}

.item-number {
    color: #9F9F9F;
    font-weight: normal;
    font-size: 11px;
    font-family: AllerRegular, Arial, sans-serif;
}

.item-title {
    font-weight: bold;
    font-size: 10px;
    color: #656565;
    text-align: start;
    font-family: AllerRegular, Arial, sans-serif;
}

.item-numbers {
	font-size: 10px;
	color: #9a9a9a;
	white-space: normal;
	line-height: 1.2;
	text-align: left;
}

.btn-edit-combo {
	background: transparent;
	color: #000000;
	border: none;
	padding: 0;
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer;
	justify-self: end;
}

.btn-edit-combo.combo-control-disabled,
.btn-delete-combo.combo-control-disabled,
#btn_agregar_combo.combo-control-disabled {
	text-decoration: none;
	color: #8a8a8a;
	cursor: default;
}

.btn-edit-combo:hover {
	color: #333333;
}

.btn-edit-combo.combo-lupa-inline {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-decoration: none;
	font-size: 0;
	position: relative;
	padding: 0;
}

.btn-edit-combo.combo-lupa-inline::before {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	background: url("../../../layer-view-image/v2/lupa-red.png") no-repeat center;
	background-size: 12px 12px;
}

.btn-edit-combo.combo-lupa-inline:hover {
	background: #b5b4b4;
}

.combo-summary-action {
    padding: 10px 12px;
    text-align: right;
    border-top: 1px solid #eeeeee;
    margin-top: 8px;
}

.combo-success {
    margin-bottom: 12px;
    padding: 12px;
    border-bottom: 1px solid #d8d8d8;
    background: #ffffff;
    position: relative;
}

.combo-success-row {
	margin-top: 0px;
	flex:1;
}

.combo-success-help {
	position: absolute;
	right: 10px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: #2f7b3c;
	color: #ffffff !important;
	font-size: 11px;
	font-weight: 700;
	border-radius: 12px;
	padding: 2px 8px;
	text-decoration: none !important;
}

.combo-success-help span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ffffff;
	color: #2f7b3c;
	font-size: 10px;
	font-weight: 900;
	line-height: 14px;
}

.combo-success-title {
	font-weight: normal;
    font-size: 20px;
    color: #0f6b3a;
    text-align: center;
    font-family: 'AllerDisplay';
}

.combo-success-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.combo-success-item {
	display: grid;
	grid-template-columns: 1fr 28px;
	gap: 8px;
	align-items: center;
	padding: 8px 10px;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	background: #fafafa;
}

.combo-success-name {
	font-weight: 700;
	font-size: 12px;
	color: #2f2f2f;
	margin-bottom: 4px;
}

.combo-success-lines {
	font-size: 10px;
	color: #6b6b6b;
	line-height: 1.4;
}

.combo-lupa {
	width: 22px;
	height: 22px;
	border: 1px solid #b5b4b4;
	border-radius: 50%;
	background: #f4f4f4;
	cursor: pointer;
	position: relative;
}

.combo-lupa:hover {
	background: #b5b4b4;
}

.combo-lupa::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	width: 14px;
	height: 14px;
	background: url("../../../layer-view-image/v2/lupa-red.png") no-repeat center;
	background-size: 14px 14px;
}

.combo-control-disabled {
	opacity: 0.5;
	pointer-events: none;
}

#btn_combo_next_1.combo-control-disabled {
	pointer-events: auto;
	background-color: #c1bfbf !important;
}

.btn-delete-combo {
	background: transparent;
	color: #000000;
	border: none;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

.combo-summary-pager {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	color: #6b6b6b;
	padding: 6px 2px 0;
}

.combo-summary-pager .pager-arrows {
	cursor: pointer;
}

.combo-summary-pager .pager-arrows.pager-disabled {
	opacity: 0.35;
	pointer-events: none;
}

.combo-summary-left .combo-summary-card {
	margin-bottom: 6px;
}

.combo-actions-disabled button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.combo-actions-disabled input[type="checkbox"]:disabled + .button-group-item {
	opacity: 0.55;
	cursor: not-allowed;
}

#block-subscription {
	display: none;
}

#section-combo-play.combo-success-mode #block-subscription {
	display: block !important;
}

.combo-finalize-standard #pan_0 {
	display: block;
}

#section-combo-play #payments_section {
	display: block;
}

#section-combo-play #pan_0 {
	display: block;
}

.combo-next-modal,
.combo-delete-modal,
.combo-sorteo-modal {
	z-index: 90;
}

.combo-next-modal .popup,
.combo-delete-modal .popup,
.combo-sorteo-modal .popup {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	max-width: calc(100% - 40px);
	margin: 0;
	transform: translate(-50%, -50%);
	border-radius: 18px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.combo-next-modal .combo-next-modal-body,
.combo-delete-modal .combo-delete-modal-body,
.combo-sorteo-modal .combo-sorteo-modal-body {
	padding: 28px 36px 32px;
	text-align: center;
}

.combo-next-modal .combo-next-modal-title {
	font-size: 13px;
	line-height: 1.3;
	color: #1f1f1f;
	margin-bottom: 22px;
}

.combo-delete-modal .combo-delete-modal-title {
	font-size: 13px;
	line-height: 1.3;
	color: #1f1f1f;
	margin-bottom: 17px;
}

.combo-sorteo-modal .combo-sorteo-modal-title {
	font-size: 17px;
	line-height: 1.3;
	color: #1f1f1f;
	margin-bottom: 22px;
}

.combo-next-modal .combo-next-modal-btn {
	width: 100%;
    max-width: 220px;
    margin: 0 auto 7px;
    border-radius: 7px;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: 37px;
	line-height: 0px !important;
    font-size: 14px !important;
}

.combo-sorteo-modal .combo-sorteo-modal-ok {
	width: 60%;
	max-width: 300px;
	margin: 0 auto;
	border-radius: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.combo-delete-modal .combo-delete-modal-confirm,
.combo-delete-modal .combo-delete-modal-cancel {
	width: 100%;
    max-width: 220px;
    margin: 0 auto 7px;
    border-radius: 7px;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: 37px;
	line-height: 0px !important;
    font-size: 14px !important;
}

.combo-delete-modal .combo-delete-modal-cancel {
	background: #ffffff;
	color: #07663a;
	border: 2px solid #07663a;
}

.combo-delete-modal .combo-delete-modal-cancel:hover {
	background: #f2f7f4;
}

.combo-next-modal .combo-next-modal-close,
.combo-delete-modal .combo-delete-modal-close,
.combo-sorteo-modal .combo-sorteo-modal-close {
	position: absolute;
	top: 12px;
	right: 16px;
	border: 0;
	background: transparent;
	font-size: 22px;
	line-height: 1;
	color: #1f1f1f;
	cursor: pointer;
}

.combo-finalize-standard .tab-item {
	background-color: #ffffff;
}

.combo-finalize-standard .title-accordion {
	color: #959595;
}

.combo-finalize-standard .accordion-ico .ico-body {
	fill: #07663a;
}

.combo-finalize-standard .accordion-ico .ico-line {
	fill: #ffffff;
}

.combo-finalize-standard #panel_finaliza_compra {
	margin: 12px 0 0;
	display: block;
	text-align: right;
}

.combo-finalize-standard #panel_finaliza_compra a {
	float: none;
	width: 50%;
	display: inline-block;
	margin-left: auto;
}

.combo-summary-pager .pager-current {
	color: #e31e24;
	font-weight: 700;
}

.combo-pricing-card {
	padding: 12px 14px 10px;
}

.pricing-header {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 700;
	color: #7a7a7a;
	padding-bottom: 8px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 6px;
}

.pricing-row {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	font-size: 12px;
	color: #7a7a7a;
}

.pricing-row.pricing-total {
	border-top: 1px solid #d6d6d6;
	margin-top: 8px;
	padding-top: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #4a4a4a;
}

.pricing-date {
	color: #999;
	font-size: 12px;
}

.combo-actions {
	margin: 10px 0 8px;
	display: flex;
	justify-content: flex-end;
}

.combo-charge-balance {
	margin-top: 8px;
	padding: 12px;
	background: #f1f1f1;
	border: 1px solid #d8d8d8;
	border-radius: 12px;
	cursor: pointer;
}

.charge-balance-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
	color: #7a7a7a;
}

.charge-icon {
	background: #0f6b3a;
	color: white;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 12px;
}

.charge-arrow {
	color: #999;
}

.combo-final-action {
	margin-top: 0;
	display: flex;
	justify-content: flex-end;
}

.combo-final-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
	gap: 12px;
}

.combo-security-note {
	text-align: left;
	font-size: 11px;
	color: #8a8a8a;
	display: flex;
	align-items: center;
	gap: 8px;
}

.button-green {
	background: #0f6b3a !important;
	color: #ffffff !important;
	border: none !important;
}

.button-green:hover {
	background: #0b5a31 !important;
}

.security-icon {
	font-size: 16px;
}

.button-full {
	width: 100%;
}

/* === No Procesada tooltip === */
.combo-no-process-label {
	color: #c00;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	cursor: default;
}
.combo-no-process-hint {
	text-decoration: underline;
	cursor: pointer;
}
.combo-no-process-tooltip {
	display: none;
	position: absolute;
	bottom: calc(100% + 6px);
	left: 0;
	background: #333;
	color: #fff;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 11px;
	line-height: 1.6;
	white-space: nowrap;
	z-index: 100;
	box-shadow: 0 2px 8px rgba(0,0,0,0.25);
	pointer-events: none;
}
.combo-no-process-tooltip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 12px;
	border: 5px solid transparent;
	border-top-color: #333;
}
.combo-no-process-back{
  margin-top: 16px;
}

.body-game .checkboxes-ball label .button-group-item {
    line-height: 2.55em;
}

.main-play .body-single-game {
    padding: 0px 0 20px;
}

.result-play-text{
	display: inline-flex;
    right: 10px;
    position: absolute;
}

.main-play .left-panel {
    margin: 55px 0 0;
}

.main-play .detail-pay {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-play .detail-pay-date {
    float: right;
    color: #4D4D4D;
    padding-right: 8px;
    font-size: 14px;
}

.main-play .box-detail-pay h4 {
    margin: 8px 0;
    font-size: 14px;
    color: #949494;
}

.total-pagar{
	color: #000 !important;
	margin-top: 44px !important;
}

.main-play .box-action-pay .button {
    height: 48px;
	line-height: 48px;
    font-weight: normal;
}

.modal-eliminar-combo{
	height: 177px; 
	border-radius: 6px !important;
    width: 300px !important;
}

.modal-continue-combo{
	height: 140px; 
	border-radius: 7px !important;
    width: 300px !important;
}

.item-numbers-stack,
.stack-row{
	text-align: left;
}

.main-play #ico-title {
    font-family: AllerDisplay, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}

.main-play .body-play .play-text{
	display: flex;
}

.combo-success {
    margin-bottom: 12px;
    padding: 12px;
    border-bottom: 1px solid #d8d8d8;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
}

.main-play .box-content-game {
  padding: 0px 20px 15px;
}