/******* Do not edit this file *******
Code Snippets Manager
Saved: Aug 29 2025 | 06:53:42 */
@charset "UTF-8";
#orderNumber {
  font-size: 20px !important;
}
#orderDesc {
  font-size: 20px !important;
}
#amountTPV {
  font-size: 20px !important;
  width: 75% !important;
}
.table-form-tpv {
  column-count: 1 !important;
  width: 80% !important;
  margin: 0 auto;
  text-align: center;
}
#form_tpv_submit {
  margin-top: 10px;
  background-color: #000000;
  color: #f1d318 !important;
  /* texto del botón */
  font-weight: bold;
  /* negrita */
  border-radius: 12px;
  font-size: 20px !important;
  text-transform: capitalize;
  transition: background-color 0.3s ease;
  perspective: 1000px;
}
#form_tpv_submit:hover {
  background-color: #000000;
  transform: translateY(2px) rotateX(5deg);
  box-shadow: 0px 2px 5px #f1d318;
}
#wpforms-submit-38428 {
  display: none;
}
#wpforms-submit-42208 {
  display: none;
}
