{"content":"<style>\n.custom-file-button-modal input[type=file] {\n  margin-left: -2px !important;\n}\n\n.custom-file-button-modal input[type=file]::-webkit-file-upload-button {\n  display: none;\n}\n\n.custom-file-button-modal input[type=file]::file-selector-button {\n  display: none;\n}\n\n.label-wrapper:hover label {\n  background-color: #dde0e3;\n  cursor: pointer;\n}\n#attachment:focus {\n    box-shadow: none;\n    border-color: #E9EFFF !important;\n}\n</style>\n<div> \n  <div id=\"send_us_email_msg\" style=\"margin-bottom:5px;color:green;font-weight:bold\"></div>\n\n  <form method=\"post\" id=\"send_us_email_form\" name=\"send_us_email_form\" class=\"form-horizontal form\" action=\"https://usja.net/send_us_email\" enctype=\"multipart/form-data\">\n    <div class=\"form-group\">\n      <label class=\"control-label col-sm-2\"> Name </label>\n      <div class=\"input-wrap\">\n        <input type=\"text\" name=\"name\" id=\"name\" class=\"form-control\" placeholder=\"Your name\" />\n        <span class=\"icon\">\n            <img src=\"https://usja.net/static/images/icon-user.svg\" alt=\"icon-phone\" width=\"24\" height=\"24\" /> \n        </span>\n      </div>\n    </div>\n\n    <div class=\"form-group\">\n      <label class=\"control-label col-sm-2\">Email</label>\n      <div class=\"input-wrap\">\n        <input type=\"email\" name=\"email\" id=\"email\" class=\"form-control\" placeholder=\"Your email address\" />\n        <span class=\"icon\">\n            <img src=\"https://usja.net/static/images/icon-mail-dark.svg\" alt=\"icon-phone\" width=\"24\" height=\"24\" /> \n        </span>\n      </div>\n    </div>\n\n    <div class=\"form-group\">\n      <label class=\"control-label col-sm-2\">Subject</label>\n      <div class=\"input-wrap\">\n        <input type=\"subject\" name=\"subject\" id=\"subject\" class=\"form-control\" placeholder=\"Subject of your enquiry\" />\n        <span class=\"icon\">\n            <img src=\"https://usja.net/static/images/icon-notebook.svg\" alt=\"icon-phone\" width=\"24\" height=\"24\" /> \n        </span>\n      </div>\n    </div>\n    <div class=\"form-group\">\n      <label class=\"control-label col-sm-2\"> Body</label>\n      <textarea name=\"body\" id=\"body\" rows=\"5\" cols=\"20\" class=\"form-control\"></textarea>\n    </div>\n    <div class=\"form-group custom-file-button-modal\">\n    \t<label class=\"form-label\">Attach File</label>\n        <div class=\"label-wrapper\">\n       \t    <label class=\"input-group-text\" for=\"attachment\" style=\"float:left;width:min-content;border-top-right-radius:0;border-bottom-right-radius:0\">\n                <div class=\"icon\">\n                    <img src=\"https://usja.net/static/images/icon-clip.svg\" alt=\"icon-phone\" width=\"24\" height=\"24\" />\n                </div>\n                Choose file\n            </label>\n            <input type=\"file\" id=\"attachment\" name=\"attachment\" class=\"form-control\" style=\"width:-webkit-fill-available;height:2.42rem;border-top-left-radius:0;border-bottom-left-radius:0;border-left:none;\">\n       </div>\n   </div>\n\n    <div class=\"form-group\"> \n        <button type=\"submit\" id=\"submit\" class=\"btn btn-new btn--blue btn--arrow\">\n            Send\n            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n                <g clip-path=\"url(#clip0_2407_1380)\">\n                <path d=\"M3.75 12H20.25\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n                <path d=\"M13.5 5.25L20.25 12L13.5 18.75\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n                </g>\n                <defs>\n                <clipPath id=\"clip0_2407_1380\">\n                <rect width=\"24\" height=\"24\" fill=\"white\"/>\n                </clipPath>\n                </defs>\n            </svg>                                        \n        </button>\n    </div>\n  </form>\n</div>\n\n<style>\n  #send_us_email_form .error {\n    color: #c00;\n  }\n</style>\n\n<script>\n  USJA.Core.initSendUsEmail();\n</script>"}