#shortcode-152-14 .piotnetforms-button {
  display: none !important;
}
input,
textarea {
  transition: border-color 0.3s ease;
}

input.used:invalid,
textarea.used:invalid {
  border: solid 2px #F05A46 !important; /* piros */
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><circle fill="%23F05A46" cx="10" cy="10" r="10"/><path fill="white" d="M5.8 5.86a.85.85 0 0 1 1.2 0l3 3.15 3-3.15a.85.85 0 0 1 1.2 1.2l-3.1 3.2 3.1 3.2a.85.85 0 1 1-1.2 1.2l-3-3.15-3 3.15a.85.85 0 0 1-1.2-1.2l3.1-3.2-3.1-3.2a.85.85 0 0 1 0-1.2z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
}

input.used:valid,
textarea.used:valid {
  border: solid 2px #99D25F !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0)"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Zm4.57 7.78c.25-.26.24-.67-.02-.91a.64.64 0 0 0-.91.02l-4.78 4.95-2.22-1.66a.64.64 0 0 0-.9.13c-.2.29-.14.69.15.9l2.68 1.99c.26.2.63.17.86-.07l5.14-5.35Z" fill="%2394D163"/></g><defs><clipPath id="clip0"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
}
