#registerForm {
    max-width: 600px;
    margin: 2rem auto;
    background: #2b2b2b;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 20px #ff007f44;
    color: #fff;
    font-family: 'Poppins', sans-serif;
  }
  
  .form-title {
    color: #ff66b2;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  input, select, textarea {
    width: 100%;
    padding: 0.6rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: 5px;
    background: #edeaea;
    color: #060202;
  }
  
  .telefono-group {
    display: flex;
    margin-bottom: 1rem;
  }
  
  .telefono-group input:first-child {
    width: 70px;
    margin-right: 5px;
  }
  
  .button-group {
    text-align: center;
    margin-top: 1rem;
  }
  
  .button-group button {
    background: #ff007f;
    color: #fff;
    border: none;
    padding: 0.8rem 1.6rem;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 5px;
  }
  
  .preview-img {
    max-width: 100px;
    margin-bottom: 1rem;
  }
  
  .preview-extras {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  
  .step {
    display: none;
  }
  
  .step.active {
    display: block;
  }
  

/*  */



/* Ajuste general para mantener margen uniforme */
/* .select2-container {
  margin-bottom: 1rem;
  width: 100% !important;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
} */

/* Estilo del campo seleccionado (igual que input) */
.select2-container .select2-selection {
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  color: #111;
}

/* El texto seleccionado */
.select2-selection__rendered {
  color: #111 !important;
  line-height: 28px;
}

/* Estilo del dropdown (las opciones) */
.select2-container .select2-dropdown {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 8px 8px;
  z-index: 10000;
}

/* Estilo de las opciones */
.select2-results__option {
  color: #111;
  padding: 8px 12px;
  font-size: 0.95rem;
}

/* Hover de opciones */
.select2-results__option--highlighted {
  background-color: #ff007f;
  color: #fff;
}

/* Quitar border feo al enfocar */
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
  outline: none;
  box-shadow: 0 0 0 2px #ff007f33;
}
/* Ajuste general para mantener margen uniforme */
.select2-container {
  margin-bottom: 1rem;
  width: 100% !important;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}

/* Estilo del campo seleccionado (igual que input) */
.select2-container .select2-selection {
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  color: #111;
}

/* El texto seleccionado */
.select2-selection__rendered {
  color: #111 !important;
  line-height: 28px;
}

/* Estilo del dropdown (las opciones) */
.select2-container .select2-dropdown {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 8px 8px;
  z-index: 10000;
}

/* Estilo de las opciones */
.select2-results__option {
  color: #111;
  font-size: 0.95rem;
}

/* Hover de opciones */
.select2-results__option--highlighted {
  background-color: #ff007f;
  color: #fff;
}

/* Quitar border feo al enfocar */
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
  outline: none;
  box-shadow: 0 0 0 2px #ff007f33;
}



/* multiple */