#formulario-contrato {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.campo-grupo {
  margin-bottom: 20px;
}

.campo-grupo label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

.campo-input,
.campo-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.boton-confirmar {
  background-color: #139c9f;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 48px;
}

.boton-confirmar:hover {
  background-color: #127e80;
}

.boton-confirmar:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

#mensaje-resultado {
  padding: 8px 12px;
  border-radius: 4px;
}

#mensaje-resultado.exito {
  background-color: #edf4f4;
  color: #084855;
  border: 1px solid #7ba5ae;
  padding: 48px 20px;
}

#mensaje-resultado.error {
  background-color: #ffe7e9;
  color: #c51d1d;
  border: 1px solid #ff3a3a;
  font-size: 14px;
}

/* Estilos para el mensaje de éxito */
.mensaje-exito {
  text-align: center;
}

.mensaje-exito h3 {
  color: #052e2e;
  margin-bottom: 15px;
  text-transform: none;
}

.mensaje-exito p {
  margin-bottom: 20px;
  font-size: 16px;
}

.boton-pago {
  background-color: #139a9d;
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}

.boton-pago:hover {
  background-color: #057375;
  color: white;
}

#preapproval_box {
  padding: 0 24px;
}
