/* •0â7 Chips de selecci¨®n de n¨²meros */
.selector-chip {
  display: inline-block;
  padding: 8px 14px;
  background: linear-gradient(145deg, #e0e0e0, #f8f8f8);
  color: #222;
  border: 2px solid #c00;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 0 4px rgba(200, 0, 0, 0.3);
  width: 60px;
}

.selector-check:checked + .selector-chip {
  background: url (http://yagxiiregistros.com/wp-content/uploads/2025/09/ticket-plata.png);
  color: #c00;
  text-shadow: 0 0 4px #c00;
  box-shadow: 0 0 8px rgba(200, 0, 0, 0.5);
}

/* •0ä8 Caja de resumen */
#evento-resumen,
#formulario_pago_registro {
  color: #222;
  padding: 18px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  max-width: 640px;
  margin: auto;
  text-align: center;
  background: linear-gradient(160deg, #f0f0f0, #dcdcdc);
  box-shadow:
    0 0 12px rgba(0, 0, 0, 0.1),
    inset 0 0 20px rgba(255, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

/* ”9æ4 Chips en resumen */
#evento-resumen span.chip-num {
  display: inline-block;
  margin: 6px;
  padding: 10px 18px;
  border: 2px solid #c00;
  border-radius: 8px;
  font-size: 16px;
  background: #f5f5f5;
  color: #222;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  box-shadow: 0 0 4px rgba(200, 0, 0, 0.3);
  animation: glowPulse 2.4s infinite;
}

/* ”9ä3 Resaltado de b¨²squeda */
.resaltar-busqueda {
  animation: parpadeoBrillante 1.2s ease-in-out;
  background-color: #ffd700 !important;
  color: #000 !important;
  box-shadow: 0 0 20px #ffd700;
}

/* ”9å4 Botones rojo con blanco */
button,
#limpiar_seleccion,
#guardarSeleccion,
#boton_enviar_pago {
  background: linear-gradient(145deg, #c00, #e60000);
  color: #fff;
  font-weight: bold;
  padding: 10px 18px;
  border: 2px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}

button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.6), 0 0 8px rgba(255, 0, 0, 0.4);
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 7¿8 Animaciones */
@keyframes parpadeoBrillante {
  0%   { box-shadow: 0 0 0 transparent; transform: scale(1); }
  50%  { box-shadow: 0 0 20px #ffd700; transform: scale(1.08); }
  100% { box-shadow: 0 0 0 transparent; transform: scale(1); }
}

@keyframes glowPulse {
  0%   { box-shadow: 0 0 2px #c00; }
  50%  { box-shadow: 0 0 8px #c00; }
  100% { box-shadow: 0 0 2px #c00; }
}

/* •0ä3 Bot¨®n para borrar */
button.btn-eliminar-numero {
  display: none !important;
}

span.numero-resumen {
  margin-left: 8px;
}

/* ”9Æ8 Iconos de bancos */
.banco-icono {
  background: #fff;
  cursor: pointer !important;
  border: 2px solid transparent;
  max-height: 62px !important;
  min-width: 50px;
  border-radius: 10px;
  transition: border-color 0.2s ease;
  opacity: 0.8;
}

.banco-icono:hover {
  border-color: #c00;
}

.banco-icono img {
  background: #fff;
  max-height: 60px !important;
  width: auto !important;
  border-radius: 10px !important;
}

.banco-icono.selected-banco {
  border-color: #c00;
  box-shadow: 0 0 15px rgba(200, 0, 0, 0.4);
  transform: scale(1.05);
  opacity: 1 !important;
}

.banco-icono.selected-banco img {
  opacity: 1 !important;
}

/* •0ä8 Formulario */
.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.form-grid div {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.form-grid label {
  font-weight: bold;
  margin-bottom: 4px;
  color: #222;
  font-family: 'Poppins', sans-serif;
}

.form-grid input {
  padding: 10px;
  border-radius: 6px;
  border: 2px solid #ccc;
  background: #fff;
  color: #222;
  box-shadow: 0 0 4px rgba(200, 0, 0, 0.2);
}

/* •0á8 Responsive: dos columnas si el ancho es mayor a 350px */
@media (min-width: 351px) {
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
  
    .selector-iconico img {
    width: 70px;
    height: 70px;
  }
}

#btnSiguiente, #btnAnterior, button{
    color: #fff important;
    font-weight: 700 !important;
}

div#contenedor_paginas {
    margin-bottom: 20px;
}

.cantidad{
    display:flex;
    width:100% !important;
    align-items:center; 
    justify-content:center; 
    gap:10px; margin-top:10px;
}

#evento-selector{
        flex-direction:column;
}

.buscar-n, #contenedor_paginas, .navegador{
    display:none;
    }
    
    button#limpiar_seleccion {
    DISPLAY: NONE;
}

div#evento-resumen {
    max-height: 0px;
    padding: 0px;
}


  .selector-iconico {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 14px;
  }

  .selector-iconico label {
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: 0.3s ease;
  }

  .selector-iconico input[type="radio"] {
    display: none;
  }

  .selector-iconico input[type="radio"]:checked + img {
    border-color: #B60101;
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.6);
  }

  .selector-iconico img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #fff;
    padding: 6px;
  }

  #tipo_pago {
    display: none;
  }

