@bigbinary/neeto-form-frontend 4.1.4 → 4.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/javascript/src/translations/he.json +121 -3
- package/dist/BuildForm.js +1 -1
- package/dist/ExternalForm.js +6 -4
- package/dist/ExternalForm.js.map +1 -1
- package/dist/UrlBuilder.js +3 -3
- package/dist/UrlBuilder.js.map +1 -1
- package/dist/cjs/BuildForm.js +1 -1
- package/dist/cjs/ExternalForm.js +6 -4
- package/dist/cjs/ExternalForm.js.map +1 -1
- package/dist/cjs/UrlBuilder.js +3 -3
- package/dist/cjs/UrlBuilder.js.map +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/{constants-Dmtgr5z3.js → constants-BcJ30DLv.js} +3 -1
- package/dist/constants-BcJ30DLv.js.map +1 -0
- package/dist/{constants-gYwz1n9Z.js → constants-l3WmeLil.js} +3 -2
- package/dist/constants-l3WmeLil.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/main.css +1 -1
- package/dist/main.css.map +1 -1
- package/dist/{utils-MzF2E7FD.js → utils-BXskasBx.js} +14 -6
- package/dist/utils-BXskasBx.js.map +1 -0
- package/dist/{utils-D2hYV2RU.js → utils-Bjg6xF_s.js} +14 -6
- package/dist/utils-Bjg6xF_s.js.map +1 -0
- package/package.json +13 -13
- package/dist/constants-Dmtgr5z3.js.map +0 -1
- package/dist/constants-gYwz1n9Z.js.map +0 -1
- package/dist/utils-D2hYV2RU.js.map +0 -1
- package/dist/utils-MzF2E7FD.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants-l3WmeLil.js","sources":["../app/javascript/src/components/Common/StarRatingIcons.jsx","../app/javascript/src/assets/images/feedback/confused-face.svg","../app/javascript/src/assets/images/feedback/happy-face.svg","../app/javascript/src/assets/images/feedback/sad-face.svg","../app/javascript/src/components/ExternalForm/constants.js","../app/javascript/src/components/BuildForm/constants.js","../app/javascript/src/components/BuildForm/Icons.jsx","../app/javascript/src/components/Common/constants.js","../app/javascript/src/components/BuildForm/utils.js","../app/javascript/src/components/BuildForm/Questions/utils.js","../app/javascript/src/components/BuildForm/Questions/Fields/utils.js","../app/javascript/src/components/BuildForm/Questions/Fields/constants.js","../app/javascript/src/components/BuildForm/Questions/constants.js"],"sourcesContent":["/* eslint-disable @bigbinary/neeto/no-multiple-components-in-a-file */\nimport { memo } from \"react\";\n\nconst Star = props => {\n const { size = 20, ...other } = props;\n\n return (\n <svg\n fill=\"none\"\n height={size}\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"2\"\n viewBox=\"0 0 24 24\"\n width={size}\n xmlns=\"http://www.w3.org/2000/svg\"\n {...other}\n >\n <path d=\"M12 2L15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2z\" />\n </svg>\n );\n};\n\nconst Heart = props => {\n const { size = 20, ...other } = props;\n\n return (\n <svg\n fill=\"none\"\n height={size}\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"2\"\n viewBox=\"0 0 24 24\"\n width={size}\n xmlns=\"http://www.w3.org/2000/svg\"\n {...other}\n >\n <path d=\"M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z\" />\n </svg>\n );\n};\n\nconst Zap = props => {\n const { size = 20, ...other } = props;\n\n return (\n <svg\n fill=\"none\"\n height={size}\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"2\"\n viewBox=\"0 0 24 24\"\n width={size}\n xmlns=\"http://www.w3.org/2000/svg\"\n {...other}\n >\n <path d=\"M13 2L3 14 12 14 11 22 21 10 12 10 13 2z\" />\n </svg>\n );\n};\n\nconst Crown = ({ size = 20, ...otherProps }) => (\n <svg\n fill=\"none\"\n height={size}\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"2\"\n viewBox=\"0 0 24 24\"\n width={size}\n xmlns=\"http://www.w3.org/2000/svg\"\n {...otherProps}\n >\n <path\n d=\"M22.3186 17.8652C22.3186 18.8915 21.4789 19.7311 20.4527 19.7311L20.4714 19.733H5.54466C4.49979 19.733 3.67882 18.912 3.67882 17.8858V8.61254H3.66016C3.66016 8.0901 4.07064 7.67962 4.59308 7.67962C4.761 7.67962 4.94759 7.71693 5.09686 7.82888L9.23902 10.5903L12.1871 6.14963V6.13097C12.4669 5.70182 13.0453 5.57122 13.4745 5.86975C13.5678 5.92573 13.6611 6.01902 13.717 6.11231L16.6651 10.5344L20.8072 7.75425C21.2177 7.45572 21.8129 7.56767 22.0928 7.99681C22.1861 8.14608 22.2421 8.314 22.2421 8.50059V17.7552\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.5\"\n />\n </svg>\n);\n\nconst Trophy = ({ size = 20, ...otherProps }) => (\n <svg\n fill=\"none\"\n height={size}\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"2\"\n viewBox=\"0 0 24 24\"\n width={size}\n xmlns=\"http://www.w3.org/2000/svg\"\n {...otherProps}\n >\n <path\n d=\"M17.6873 8.05176H20.0311V8.05176C20.894 8.05176 21.5936 8.75131 21.5936 9.61426V11.1768C21.5936 12.9026 20.1944 14.3018 18.4686 14.3018H17.5889\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M13 16.6455V21.333\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M16.125 21.333H9.875\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M9.875 5.70801H16.125V5.70801C16.9879 5.70801 17.6875 6.40756 17.6875 7.27051V13.5205C17.6875 15.2464 16.2884 16.6455 14.5625 16.6455H11.4375V16.6455C9.71161 16.6455 8.3125 15.2464 8.3125 13.5205V7.27051V7.27051C8.3125 6.40756 9.01205 5.70801 9.875 5.70801V5.70801Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M8.3125 8.05176H5.96875V8.05176C5.1058 8.05176 4.40625 8.75131 4.40625 9.61426V11.1768V11.1768C4.40625 12.9026 5.80536 14.3018 7.53125 14.3018H8.41094\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.5\"\n />\n </svg>\n);\n\nconst MemoizedStar = memo(Star);\nconst MemoizedHeart = memo(Heart);\nconst MemoizedZap = memo(Zap);\nconst MemoizedCrown = memo(Crown);\nconst MemoizedTrophy = memo(Trophy);\n\nexport {\n MemoizedStar as Star,\n MemoizedHeart as Heart,\n MemoizedZap as Zap,\n MemoizedCrown as Crown,\n MemoizedTrophy as Trophy,\n};\n","<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M16 4C9.38267 4 4 9.38267 4 16C4 22.6173 9.38267 28 16 28C22.6173 28 28 22.616 28 16C28 9.384 22.616 4 16 4Z\" stroke=\"#68737D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M20.6675 20.9177C20.6675 20.9177 18.9168 22.667 16.0008 22.667C13.0835 22.667 11.3342 20.9177 11.3342 20.9177M20.4382 12.667C20.2542 12.667 20.1048 12.8163 20.1062 13.0003C20.1062 13.1843 20.2555 13.3337 20.4395 13.3337C20.6235 13.3337 20.7728 13.1843 20.7728 13.0003C20.7728 12.8163 20.6235 12.667 20.4382 12.667ZM11.5195 12.667C11.3355 12.667 11.1862 12.8163 11.1875 13.0003C11.1875 13.1843 11.3368 13.3337 11.5208 13.3337C11.7048 13.3337 11.8542 13.1843 11.8542 13.0003C11.8542 12.8163 11.7048 12.667 11.5195 12.667Z\" stroke=\"#68737D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n","<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M9.33203 13.3336C9.8587 12.687 10.5787 12.3203 11.332 12.3203C12.0854 12.3203 12.7854 12.687 13.332 13.3336M18.6654 13.3336C19.192 12.687 19.912 12.3203 20.6654 12.3203C21.4187 12.3203 22.1187 12.687 22.6654 13.3336\" stroke=\"#68737D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M24.4853 7.51472C29.1715 12.201 29.1715 19.799 24.4853 24.4853C19.799 29.1715 12.201 29.1715 7.51472 24.4853C2.82843 19.799 2.82843 12.201 7.51472 7.51472C12.201 2.82843 19.799 2.82843 24.4853 7.51472\" stroke=\"#68737D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M20.6654 19.584C20.6654 19.584 18.9147 21.3333 15.9987 21.3333C13.0814 21.3333 11.332 19.584 11.332 19.584\" stroke=\"#68737D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n","<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M20.6666 12V13.3333M24.4853 7.51472C29.1715 12.201 29.1715 19.799 24.4853 24.4853C19.799 29.1715 12.201 29.1715 7.51472 24.4853C2.82843 19.799 2.82843 12.201 7.51472 7.51472C12.201 2.82843 19.799 2.82843 24.4853 7.51472V7.51472ZM11.3333 12V13.3333V12Z\" stroke=\"#68737D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M11.332 21.3333C11.332 21.3333 13.0827 19.584 15.9987 19.584C18.916 19.584 20.6654 21.3333 20.6654 21.3333\" stroke=\"#68737D\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n","import { t } from \"i18next\";\n\nimport {\n Star as StarIcon,\n Heart,\n Crown,\n Trophy,\n Zap,\n} from \"components/Common/StarRatingIcons\";\nimport ConfusedFace from \"images/feedback/confused-face\";\nimport HappyFace from \"images/feedback/happy-face\";\nimport SadFace from \"images/feedback/sad-face\";\n\nexport const QUESTION_KIND = {\n TEXT: { value: \"text\" },\n NAME: { value: \"name\" },\n EMAIL: { type: \"email\", value: \"email\" },\n PHONE: { value: \"phone\" },\n CHECKBOX: { value: \"checkbox\" },\n RADIO: { value: \"radio\" },\n DROPDOWN: { value: \"dropdown\" },\n PARAGRAPH: { value: \"paragraph\" },\n TEXTAREA: { value: \"textarea\" },\n QUESTION: { value: \"question\" },\n RATING: { value: \"rating\" },\n STAR_RATING: { value: \"star_rating\" },\n TERMS: { value: \"termsandcondition\", type: \"checkbox\" },\n CONDITION: { value: \"condition\", type: \"checkbox\" },\n DATE: { value: \"date\" },\n ADDITIONAL_GUESTS: { value: \"additional_guests\" },\n RICH_TEXT: { value: \"rich_text\" },\n INTEGER: {\n type: \"number\",\n value: \"integer\",\n onKeyDown: e => {\n if (e.key === \".\" || e.key === \"e\") e.preventDefault();\n },\n },\n DECIMAL: {\n type: \"number\",\n value: \"decimal\",\n onKeyDown: e => {\n if (e.key === \"e\") e.preventDefault();\n },\n },\n FILE_UPLOAD: { value: \"file_upload\" },\n CAPTCHA: { value: \"captcha\" },\n SMS_REMINDER: { value: \"sms_reminder\" },\n};\n\nexport const RATING_VALUES = {\n GOOD: { label: t(\"neetoForm.common.good\"), value: \"good\" },\n AVERAGE: { label: t(\"neetoForm.common.okay\"), value: \"okay\" },\n BAD: { label: t(\"neetoForm.common.bad\"), value: \"bad\" },\n};\n\nexport const SCHEMA_LESS_QUESTION_KINDS = [QUESTION_KIND.PARAGRAPH.value];\n\nexport const RATING_OPTIONS = [\n {\n icon: HappyFace,\n modifier: \"happy\",\n value: RATING_VALUES.GOOD.value,\n },\n {\n icon: ConfusedFace,\n modifier: \"confused\",\n value: RATING_VALUES.AVERAGE.value,\n },\n { icon: SadFace, modifier: \"sad\", value: RATING_VALUES.BAD.value },\n];\n\nexport const GENERIC_PHONE_REGEX = /\\+\\d{11,14}$/;\n\nexport const ICONS_MAP = {\n star: StarIcon,\n heart: Heart,\n crown: Crown,\n trophy: Trophy,\n zap: Zap,\n};\n\nexport const ERROR_CODES = {\n FILE_TOO_LARGE: \"file-too-large\",\n FILE_INVALID_TYPE: \"file-invalid-type\",\n TOO_MANY_FILES: \"too-many-files\",\n};\n\nexport const EMAIL_REGEX = new RegExp(\n \"^[A-Z0-9._%+-]+@[A-Z0-9.-]+\\\\.[A-Z]{2,}$\",\n \"i\"\n);\n\nexport const SIX_DIGIT_NUMBER_REGEX = /^\\d{6}$/;\n\nexport const LAST_ELEMENTS_THRESHOLD = 2;\n","import { QUESTION_TYPES } from \"components/constants\";\n\nconst {\n PARAGRAPH,\n TERMS_AND_CONDITION,\n CONDITION,\n CHECKBOX,\n RADIO,\n DROPDOWN,\n FILE_UPLOAD,\n CAPTCHA,\n SMS_REMINDER,\n RATING,\n STAR_RATING,\n} = QUESTION_TYPES;\n\nexport const DEFAULT_AVAILABLE_LANGUAGES = [{ code: \"en\", name: \"English\" }];\n\nexport const DEFAULT_LANGUAGE_CODE = \"en\";\n\nexport const MANDATORY_KINDS = [CAPTCHA];\nexport const IMMUTABLE_KINDS = [];\nexport const AUTO_GENERATED_KINDS = [SMS_REMINDER];\n\nexport const QUESTIONS_WITHOUT_FIELD_CODE = [\n PARAGRAPH,\n TERMS_AND_CONDITION,\n CONDITION,\n FILE_UPLOAD,\n CAPTCHA,\n];\n\nexport const NON_HIDEABLE_FIELDS = [\n ...QUESTIONS_WITHOUT_FIELD_CODE,\n SMS_REMINDER,\n];\n\nexport const NON_READ_ONLY_FIELDS = [\n ...QUESTIONS_WITHOUT_FIELD_CODE,\n SMS_REMINDER,\n RATING,\n STAR_RATING,\n];\n\nexport const QUESTIONS_INITIAL_VALUE = {\n enabled: false,\n questions: [\n { label: \"\", kind: \"text\", nodeId: \"1\" },\n { label: \"\", kind: \"email\", nodeId: \"2\" },\n ],\n title: \"\",\n isQuestionsLoading: true,\n};\n\nexport const RESERVED_FIELD_CODES = [\"month\", \"date\", \"time\", \"lang\"];\n\nexport const SELECTABLE_KINDS = [RADIO, CHECKBOX, DROPDOWN];\n\nexport const RICH_TEXT_QUESTIONS = [PARAGRAPH, TERMS_AND_CONDITION];\n\nexport const QUESTION_ACTIONS = {\n ADD: \"add\",\n EDIT: \"edit\",\n DELETE: \"delete\",\n REORDER: \"reorder\",\n CLONE: \"clone\",\n};\n\nexport const MINIMUM_OPTIONS = 1;\n\n// eslint-disable-next-line no-control-regex\nexport const NON_BASIC_LATIN_CHARACTERS_REGEX = /[^\\u0000-\\u007f]/;\n\nexport const DEFAULT_ADVANCED_FEATURES = {\n fieldCode: false,\n markResponsesAsReadOnly: false,\n restrictResponseVisibilityToHost: false,\n};\n","const BadSmiley = props => {\n const { size, color, ...other } = props;\n\n return (\n <svg fill=\"none\" height={size} viewBox=\"0 0 48 48\" width={size} {...other}>\n <path\n d=\"M24 0C10.767 0 0 10.767 0 24s10.767 24 24 24c13.234 0 24-10.767 24-24S37.234 0 24 0zm0 45.913c-12.084 0-21.913-9.83-21.913-21.913 0-12.084 9.83-21.913 21.913-21.913 12.082 0 21.913 9.83 21.913 21.913 0 12.084-9.83 21.913-21.913 21.913z\"\n fill={color}\n />\n <path\n d=\"M18.783 19.826a3.134 3.134 0 00-3.13-3.13 3.134 3.134 0 00-3.131 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13zm-4.174 0c0-.575.468-1.044 1.043-1.044s1.044.469 1.044 1.044c0 .575-.469 1.043-1.044 1.043a1.045 1.045 0 01-1.043-1.043zm17.739-3.13a3.134 3.134 0 00-3.13 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13 3.134 3.134 0 00-3.13-3.13zm0 4.173a1.045 1.045 0 010-2.087 1.045 1.045 0 010 2.087zM24 29.218a13.677 13.677 0 00-10.168 4.52 1.043 1.043 0 101.553 1.394A11.587 11.587 0 0124 31.305c3.3 0 6.44 1.394 8.614 3.826a1.045 1.045 0 001.473.082 1.044 1.044 0 00.082-1.473c-2.57-2.874-6.277-4.523-10.169-4.523z\"\n fill={color}\n />\n </svg>\n );\n};\n\nBadSmiley.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nconst OkaySmiley = props => {\n const { size, color, ...other } = props;\n\n return (\n <svg fill=\"none\" height={size} viewBox=\"0 0 48 48\" width={size} {...other}>\n <path\n d=\"M24 0C10.767 0 0 10.767 0 24s10.767 24 24 24 24-10.767 24-24S37.233 0 24 0zm0 45.913c-12.084 0-21.913-9.83-21.913-21.913 0-12.084 9.83-21.913 21.913-21.913 12.084 0 21.913 9.83 21.913 21.913 0 12.084-9.83 21.913-21.913 21.913z\"\n fill={color}\n />\n <path\n d=\"M15.652 22.956a3.134 3.134 0 003.13-3.13 3.134 3.134 0 00-3.13-3.13 3.134 3.134 0 00-3.13 3.13 3.134 3.134 0 003.13 3.13zm0-4.174c.575 0 1.044.469 1.044 1.044 0 .575-.469 1.043-1.044 1.043a1.045 1.045 0 01-1.043-1.043c0-.575.468-1.044 1.043-1.044zm16.696-2.086a3.134 3.134 0 00-3.13 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13 3.134 3.134 0 00-3.13-3.13zm0 4.173a1.045 1.045 0 01-1.044-1.043c0-.575.469-1.044 1.044-1.044a1.044 1.044 0 010 2.087zm2.087 8.349h-20.87a1.044 1.044 0 000 2.086h20.87a1.044 1.044 0 000-2.086z\"\n fill={color}\n />\n </svg>\n );\n};\n\nOkaySmiley.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nconst GoodSmiley = props => {\n const { size, color, ...other } = props;\n\n return (\n <svg fill=\"none\" height={size} viewBox=\"0 0 48 48\" width={size} {...other}>\n <path\n d=\"M24 0C10.767 0 0 10.767 0 24s10.767 24 24 24 24-10.767 24-24S37.233 0 24 0zm0 45.913c-12.084 0-21.913-9.83-21.913-21.913 0-12.084 9.83-21.913 21.913-21.913 12.084 0 21.913 9.83 21.913 21.913 0 12.084-9.83 21.913-21.913 21.913z\"\n fill={color}\n />\n <path\n d=\"M18.783 19.826a3.134 3.134 0 00-3.13-3.13 3.134 3.134 0 00-3.131 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13zm-4.174 0a1.044 1.044 0 012.087 0c0 .575-.469 1.044-1.044 1.044a1.045 1.045 0 01-1.043-1.044zm17.739-3.13a3.134 3.134 0 00-3.13 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13 3.134 3.134 0 00-3.13-3.13zm0 4.174a1.045 1.045 0 01-1.044-1.044 1.044 1.044 0 111.044 1.044zm.265 8.695c-2.175 2.432-5.314 3.826-8.613 3.826a11.59 11.59 0 01-8.615-3.827 1.043 1.043 0 10-1.553 1.394A13.677 13.677 0 0024 35.478c3.892 0 7.599-1.648 10.17-4.521a1.043 1.043 0 10-1.557-1.392z\"\n fill={color}\n />\n </svg>\n );\n};\n\nGoodSmiley.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nconst Drag = props => {\n const { size, color, ...other } = props;\n\n return (\n <svg fill=\"none\" height={size} viewBox=\"0 0 24 24\" width={size} {...other}>\n <g\n clipPath=\"url(#clip0_6290_43)\"\n fill={color}\n stroke={color}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.5\"\n >\n <path d=\"M8 12a1 1 0 102 0 1 1 0 00-2 0zM8 18a1 1 0 102 0 1 1 0 00-2 0zM8 6a1 1 0 102 0 1 1 0 00-2 0zM14 12a1 1 0 102 0 1 1 0 00-2 0zM14 18a1 1 0 102 0 1 1 0 00-2 0zM14 6a1 1 0 102 0 1 1 0 00-2 0z\" />\n </g>\n <defs>\n <clipPath id=\"clip0_6290_43\">\n <path d=\"M0 0H24V24H0z\" fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\n\nDrag.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nexport { BadSmiley, OkaySmiley, GoodSmiley, Drag };\n","export const CALLOUT_STYLES = { ERROR: \"error\", INFO: \"info\" };\n\nexport const CALLOUT_POSITIONS = {\n ABSOLUTE: \"absolute\",\n STATIC: \"static\",\n};\n\nexport const DOCUMENT_TYPE = { frame: \"FRAME\", site: \"SITE\" };\n\nexport const LABEL_FIELDS = {\n DEFAULT: \"label\",\n FULL_NAME: \"fullNameLabel\",\n FIRST_NAME: \"firstNameLabel\",\n LAST_NAME: \"lastNameLabel\",\n};\n","import { t } from \"i18next\";\nimport { dynamicArray } from \"neetocist\";\nimport { Plus } from \"neetoicons\";\nimport { assoc, includes, reduce, __, equals } from \"ramda\";\n\nimport {\n AUTO_GENERATED_KINDS,\n DEFAULT_LANGUAGE_CODE,\n IMMUTABLE_KINDS,\n MANDATORY_KINDS,\n RICH_TEXT_QUESTIONS,\n} from \"./constants\";\n\nconst randomId = () => Math.random().toString(36).substring(2, 13);\n\nexport const validateEditorContent = editorRef => () =>\n editorRef.current?.editor?.isEmpty\n ? t(\"neetoForm.common.thisFieldIsRequired\")\n : \"\";\n\nexport const buildReorderPayload = questions =>\n reduce(\n (acc, { id, displayOrder }) => assoc(id, displayOrder, acc),\n {},\n questions\n );\n\nexport const isRichTextQuestion = includes(__, RICH_TEXT_QUESTIONS);\nexport const isAutoGeneratedQuestion = includes(__, AUTO_GENERATED_KINDS);\nexport const isImmutableField = ({ kind }) => includes(kind, IMMUTABLE_KINDS);\nexport const isMandatoryField = ({ kind }) => includes(kind, MANDATORY_KINDS);\n\nexport const buildAddQuestionButtonProps = (\n onAdd,\n isDisabled,\n tooltipProps\n) => ({\n \"data-cy\": \"neeto-form-engine-add-question-button\",\n disabled: isDisabled,\n label: t(\"neetoForm.questions.common.primaryPanel.addQuestion\"),\n icon: Plus,\n iconPosition: \"left\",\n style: \"link\",\n onClick: onAdd,\n ...(isDisabled && { tooltipProps }),\n});\n\nexport const buildDisabledAddButtonHelpPopoverProps = (\n disabledAddButtonHelpPopoverProps = {}\n) => ({\n description: t(\"neetoForm.questions.common.primaryPanel.noQuestionLeft\"),\n ...disabledAddButtonHelpPopoverProps,\n});\n\nexport const generateDefaultOptions = count =>\n dynamicArray(count, index => ({\n id: `draft-${randomId()}`,\n label: t(\"neetoForm.questions.common.questionFields.field.numberedOption\", {\n number: index + 1,\n }),\n position: index,\n }));\n\nexport const isDefaultLanguage = equals(__, DEFAULT_LANGUAGE_CODE);\n","import DOMPurify from \"dompurify\";\nimport { findBy } from \"neetocist\";\nimport { range } from \"ramda\";\n\nimport { LABEL_FIELDS } from \"components/Common/constants\";\nimport { QUESTION_TYPES } from \"components/constants\";\nimport { fieldWithFallback } from \"utils\";\n\nimport { EMPTY_PARAGRAPH_REGEX } from \"./constants\";\n\nimport { isRichTextQuestion } from \"../utils\";\n\nexport const getActiveQuestionKindDetails = ({ allQuestionKinds, item }) => {\n const { kind, label } = item;\n\n const { isSingular } = findBy({ type: kind }, allQuestionKinds);\n\n return { kind, label, isSingular };\n};\n\nexport const generateArray = (start, end) => range(start, end + 1);\n\nexport const isElementOverflowing = ({\n clientWidth,\n clientHeight,\n scrollWidth,\n scrollHeight,\n}) => scrollHeight > clientHeight || scrollWidth > clientWidth;\n\nexport const htmlToPlainText = htmlContent => {\n const formattedContent = htmlContent.replaceAll(EMPTY_PARAGRAPH_REGEX, \"\\n\");\n const node = document.createElement(\"div\");\n node.innerHTML = DOMPurify.sanitize(formattedContent);\n\n return node.textContent || node.innerText || \"\";\n};\n\nexport const buildDisplayLabel = question => {\n const label = fieldWithFallback(question, LABEL_FIELDS.DEFAULT);\n const { kind } = question;\n\n if (isRichTextQuestion(kind)) return htmlToPlainText(label);\n\n if (kind !== QUESTION_TYPES.NAME) return label;\n\n if (!question.isSplitMode) {\n return fieldWithFallback(question, LABEL_FIELDS.FULL_NAME);\n }\n\n const firstNameLabel = fieldWithFallback(question, LABEL_FIELDS.FIRST_NAME);\n const lastNameLabel = fieldWithFallback(question, LABEL_FIELDS.LAST_NAME);\n\n return `${firstNameLabel}, ${lastNameLabel}`;\n};\n","import { t } from \"i18next\";\nimport { toLabelAndValue } from \"neetocist\";\n\nimport { generateArray } from \"../utils\";\n\nexport const validateEditorContent = editorRef => () =>\n editorRef.current?.editor?.isEmpty\n ? t(\"neetoForm.common.thisFieldIsRequired\")\n : \"\";\n\nexport const generateRatingOptions = range =>\n generateArray(...range).map(toLabelAndValue);\n","import { t } from \"i18next\";\nimport { values } from \"ramda\";\n\nimport { BadSmiley, GoodSmiley, OkaySmiley } from \"components/BuildForm/Icons\";\nimport {\n Crown,\n Heart,\n Star,\n Trophy,\n Zap,\n} from \"components/Common/StarRatingIcons\";\n\nimport { generateRatingOptions } from \"./utils\";\n\nconst FILE_TYPES = {\n DOCUMENTS: \"documents\",\n IMAGES: \"images\",\n AUDIO_VIDEO: \"audio/video\",\n};\n\nexport const INPUT_FIELD_MAX_LENGTH = 60;\nexport const PLACEHOLDER_MAX_LENGTH = 40;\nexport const TEXTAREA_FIELD_MAX_LENGTH = 150;\n\nexport const STAR_RATING_ICONS_MAP = {\n star: Star,\n heart: Heart,\n crown: Crown,\n trophy: Trophy,\n zap: Zap,\n};\n\nexport const STAR_RATING_MAX_VALUE_OPTIONS = generateRatingOptions([3, 10]);\nexport const STAR_RATING_MIN_VALUE_OPTIONS = generateRatingOptions([0, 1]);\n\nexport const FILE_TYPES_MAP = {\n [FILE_TYPES.DOCUMENTS]: [\n \"pdf\",\n \"doc\",\n \"docx\",\n \"xls\",\n \"xlsx\",\n \"csv\",\n \"txt\",\n \"rtf\",\n \"html\",\n \"zip\",\n \"md\",\n ],\n [FILE_TYPES.IMAGES]: [\"jpg\", \"jpeg\", \"png\", \"gif\"],\n [FILE_TYPES.AUDIO_VIDEO]: [\"mp3\", \"wma\", \"mpg\", \"flv\", \"avi\", \"mp4\", \"webm\"],\n};\n\nexport const DEFAULT_ALLOWED_FILE_TYPES = values(FILE_TYPES_MAP)\n .flat()\n .join(\", \");\n\nexport const FILE_GROUPS = [\n { label: t(\"neetoForm.fileTypes.documents\"), name: FILE_TYPES.DOCUMENTS },\n { label: t(\"neetoForm.fileTypes.images\"), name: FILE_TYPES.IMAGES },\n {\n label: t(\"neetoForm.fileTypes.audioVideo\"),\n name: FILE_TYPES.AUDIO_VIDEO,\n },\n];\n\nexport const RATING_OPTIONS = [\n { icon: GoodSmiley, name: \"highestRatingLabel\", color: \"#00ba88\" },\n { icon: OkaySmiley, name: \"averageRatingLabel\", color: \"#f3cd82\" },\n { icon: BadSmiley, name: \"lowestRatingLabel\", color: \"#f56a58\" },\n];\n","import { t } from \"i18next\";\n\nimport { CAPTCHA_TYPES, QUESTION_TYPES } from \"components/constants\";\n\nimport { DEFAULT_ALLOWED_FILE_TYPES } from \"./Fields/constants\";\n\nimport { MINIMUM_OPTIONS } from \"../constants\";\nimport { generateDefaultOptions } from \"../utils\";\n\nconst {\n NAME,\n PHONE,\n EMAIL,\n ADDITIONAL_GUESTS,\n TEXT,\n TEXTAREA,\n RICH_TEXT,\n INTEGER,\n DECIMAL,\n PARAGRAPH,\n TERMS_AND_CONDITION,\n CONDITION,\n CHECKBOX,\n RADIO,\n DROPDOWN,\n STAR_RATING,\n RATING,\n DATE,\n FILE_UPLOAD,\n CAPTCHA,\n SMS_REMINDER,\n} = QUESTION_TYPES;\n\nconst DEFAULT_CHOICE_QUESTION_ATTRIBUTES = {\n label: \"\",\n isRequired: false,\n optionsAttributes: generateDefaultOptions(MINIMUM_OPTIONS),\n};\n\nexport const QUESTION_KINDS = [\n {\n type: EMAIL,\n label: t(\"neetoForm.fields.eif\"),\n isSingular: true,\n defaults: { label: \"\" },\n },\n {\n type: ADDITIONAL_GUESTS,\n label: t(\"neetoForm.fields.agif\"),\n isSingular: true,\n defaults: { label: t(\"neetoForm.common.addAdditionalGuests\") },\n },\n {\n type: PHONE,\n label: t(\"neetoForm.fields.pif\"),\n isSingular: true,\n defaults: { label: \"\" },\n },\n {\n type: NAME,\n label: t(\"neetoForm.fields.nif\"),\n isSingular: true,\n defaults: { label: \"\" },\n },\n {\n type: TEXT,\n label: t(\"neetoForm.fields.tif\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: TEXTAREA,\n label: t(\"neetoForm.fields.qif\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: INTEGER,\n label: t(\"neetoForm.fields.iif\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: DECIMAL,\n label: t(\"neetoForm.fields.dif\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: RICH_TEXT,\n label: t(\"neetoForm.fields.rtf\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: PARAGRAPH,\n label: t(\"neetoForm.fields.def\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: CHECKBOX,\n label: t(\"neetoForm.fields.mcf\"),\n isSingular: false,\n defaults: DEFAULT_CHOICE_QUESTION_ATTRIBUTES,\n },\n {\n type: RADIO,\n label: t(\"neetoForm.fields.scf\"),\n isSingular: false,\n defaults: DEFAULT_CHOICE_QUESTION_ATTRIBUTES,\n },\n {\n type: DROPDOWN,\n label: t(\"neetoForm.fields.drf\"),\n isSingular: false,\n defaults: DEFAULT_CHOICE_QUESTION_ATTRIBUTES,\n },\n {\n type: STAR_RATING,\n label: t(\"neetoForm.fields.rif\"),\n isSingular: false,\n defaults: {\n label: \"\",\n isRequired: true,\n minValue: 1,\n maxValue: 5,\n iconType: \"star\",\n },\n },\n {\n type: RATING,\n label: t(\"neetoForm.fields.fbf\"),\n isSingular: false,\n defaults: {\n label: \"\",\n isRequired: true,\n highestRatingLabel: \"\",\n averageRatingLabel: \"\",\n lowestRatingLabel: \"\",\n },\n },\n {\n type: TERMS_AND_CONDITION,\n label: t(\"neetoForm.fields.tcf\"),\n isSingular: true,\n defaults: {\n termsLink: \"\",\n privacyPolicyLink: \"\",\n isRequired: true,\n label: t(\"neetoForm.common.agreeTermsAndConditions\"),\n },\n },\n {\n type: CONDITION,\n label: t(\"neetoForm.fields.cf\"),\n defaults: {\n isRequired: true,\n label: t(\"neetoForm.common.agreeCondition\"),\n },\n },\n {\n type: DATE,\n label: t(\"neetoForm.fields.date\"),\n isSingular: false,\n defaults: { label: \"\", isRequired: true },\n },\n {\n type: FILE_UPLOAD,\n label: t(\"neetoForm.fields.fileUpload\"),\n isSingular: false,\n defaults: {\n label: \"\",\n multipleFilesAllowed: true,\n allowedFileTypes: DEFAULT_ALLOWED_FILE_TYPES,\n },\n },\n {\n type: CAPTCHA,\n label: t(\"neetoForm.fields.captcha\"),\n isSingular: true,\n defaults: {\n label: t(\"neetoForm.questions.common.questionFields.field.verifyHuman\"),\n isRequired: true,\n variant: CAPTCHA_TYPES.RECAPTCHA_V2,\n },\n },\n {\n type: SMS_REMINDER,\n label: t(\"neetoForm.fields.smsReminder\"),\n isSingular: true,\n defaults: { label: \"\" },\n },\n];\n\n// To show the question type as label in accordion\nexport const INDEPENDENT_LABELS_MAP = {\n paragraph: t(\"neetoForm.fields.def\"),\n termsandcondition: t(\"neetoForm.fields.tcf\"),\n};\n\nexport const PADDED_FIELDS = [PARAGRAPH, TERMS_AND_CONDITION];\n\nexport const EMPTY_PARAGRAPH_REGEX = new RegExp(/<p[^>]*?>\\s*<\\/p>/gi);\n\nexport const FIELD_CODES_REJECT_CHARS_REGEX = new RegExp(\"[^a-z0-9_]\");\n"],"names":["Star","props","_props$size","size","other","_objectWithoutProperties","_excluded","_jsx","_objectSpread","fill","height","stroke","strokeLinecap","strokeLinejoin","strokeWidth","viewBox","width","xmlns","children","d","Heart","_props$size2","_excluded2","Zap","_props$size3","_excluded3","Crown","_ref","_ref$size","otherProps","_excluded4","Trophy","_ref2","_ref2$size","_excluded5","_jsxs","MemoizedStar","memo","MemoizedHeart","MemoizedZap","MemoizedCrown","MemoizedTrophy","_path","_path2","_extends","QUESTION_KIND","TEXT","value","NAME","EMAIL","type","PHONE","CHECKBOX","RADIO","DROPDOWN","PARAGRAPH","TEXTAREA","QUESTION","RATING","STAR_RATING","TERMS","CONDITION","DATE","ADDITIONAL_GUESTS","RICH_TEXT","INTEGER","onKeyDown","e","key","preventDefault","DECIMAL","FILE_UPLOAD","CAPTCHA","SMS_REMINDER","RATING_VALUES","GOOD","label","t","AVERAGE","BAD","SCHEMA_LESS_QUESTION_KINDS","RATING_OPTIONS","icon","HappyFace","modifier","ConfusedFace","SadFace","ICONS_MAP","star","StarIcon","heart","crown","trophy","zap","EMAIL_REGEX","RegExp","SIX_DIGIT_NUMBER_REGEX","LAST_ELEMENTS_THRESHOLD","QUESTION_TYPES","TERMS_AND_CONDITION","DEFAULT_AVAILABLE_LANGUAGES","code","name","DEFAULT_LANGUAGE_CODE","MANDATORY_KINDS","IMMUTABLE_KINDS","AUTO_GENERATED_KINDS","QUESTIONS_WITHOUT_FIELD_CODE","NON_HIDEABLE_FIELDS","concat","NON_READ_ONLY_FIELDS","QUESTIONS_INITIAL_VALUE","enabled","questions","kind","nodeId","title","isQuestionsLoading","RESERVED_FIELD_CODES","SELECTABLE_KINDS","RICH_TEXT_QUESTIONS","QUESTION_ACTIONS","ADD","EDIT","DELETE","REORDER","CLONE","MINIMUM_OPTIONS","NON_BASIC_LATIN_CHARACTERS_REGEX","DEFAULT_ADVANCED_FEATURES","fieldCode","markResponsesAsReadOnly","restrictResponseVisibilityToHost","BadSmiley","color","defaultProps","OkaySmiley","GoodSmiley","Drag","clipPath","id","CALLOUT_STYLES","ERROR","INFO","CALLOUT_POSITIONS","ABSOLUTE","STATIC","LABEL_FIELDS","DEFAULT","FULL_NAME","FIRST_NAME","LAST_NAME","randomId","Math","random","toString","substring","validateEditorContent","editorRef","_editorRef$current","current","editor","isEmpty","buildReorderPayload","reduce","acc","displayOrder","assoc","isRichTextQuestion","includes","__","isAutoGeneratedQuestion","isImmutableField","isMandatoryField","_ref3","buildAddQuestionButtonProps","onAdd","isDisabled","tooltipProps","disabled","Plus","iconPosition","style","onClick","buildDisabledAddButtonHelpPopoverProps","disabledAddButtonHelpPopoverProps","arguments","length","undefined","description","generateDefaultOptions","count","dynamicArray","index","number","position","isDefaultLanguage","equals","getActiveQuestionKindDetails","allQuestionKinds","item","_findBy","findBy","isSingular","generateArray","start","end","range","isElementOverflowing","clientWidth","clientHeight","scrollWidth","scrollHeight","htmlToPlainText","htmlContent","formattedContent","replaceAll","EMPTY_PARAGRAPH_REGEX","node","document","createElement","innerHTML","DOMPurify","sanitize","textContent","innerText","buildDisplayLabel","question","fieldWithFallback","isSplitMode","firstNameLabel","lastNameLabel","generateRatingOptions","apply","_toConsumableArray","map","toLabelAndValue","FILE_TYPES","DOCUMENTS","IMAGES","AUDIO_VIDEO","STAR_RATING_ICONS_MAP","STAR_RATING_MAX_VALUE_OPTIONS","STAR_RATING_MIN_VALUE_OPTIONS","FILE_TYPES_MAP","_defineProperty","DEFAULT_ALLOWED_FILE_TYPES","values","flat","join","FILE_GROUPS","DEFAULT_CHOICE_QUESTION_ATTRIBUTES","isRequired","optionsAttributes","QUESTION_KINDS","defaults","minValue","maxValue","iconType","highestRatingLabel","averageRatingLabel","lowestRatingLabel","termsLink","privacyPolicyLink","multipleFilesAllowed","allowedFileTypes","variant","CAPTCHA_TYPES","RECAPTCHA_V2","INDEPENDENT_LABELS_MAP","paragraph","termsandcondition","FIELD_CODES_REJECT_CHARS_REGEX"],"mappings":"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"}
|
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import 'classnames';
|
|
|
11
11
|
import '@bigbinary/neeto-cist';
|
|
12
12
|
import '@bigbinary/neetoui/Spinner';
|
|
13
13
|
import 'ramda';
|
|
14
|
-
import './constants-
|
|
14
|
+
import './constants-l3WmeLil.js';
|
|
15
15
|
import 'i18next';
|
|
16
16
|
import 'react';
|
|
17
17
|
import '@babel/runtime/helpers/defineProperty';
|
|
@@ -67,7 +67,7 @@ import '@bigbinary/neeto-icons/Warning';
|
|
|
67
67
|
import '@bigbinary/neeto-molecules/PageLoader';
|
|
68
68
|
import '@bigbinary/neetoui/Callout';
|
|
69
69
|
import '@bigbinary/neeto-icons/Check';
|
|
70
|
-
import './utils-
|
|
70
|
+
import './utils-BXskasBx.js';
|
|
71
71
|
import 'libphonenumber-js';
|
|
72
72
|
import '@bigbinary/neeto-editor/EditorContent';
|
|
73
73
|
import '@bigbinary/neetoui/MultiEmailInput';
|
package/dist/main.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
:root{--neeto-form-engine-primary-color:#2f3941;--neeto-form-engine-primary-color-dark:#000;--neeto-form-engine-secondary-color:#fff;--neeto-form-engine-question-color:0,0,0;--neeto-form-engine-answer-color:45,54,212;--neeto-form-engine-button-background-color:45,54,212;--neeto-form-engine-button-text-color:255,255,255;--neeto-form-engine-error-color:175,4,4;--neeto-form-engine-transition:all 0.1s ease-out;--neeto-form-engine-border-radius-sm:0.3125rem}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-and-scale{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(-1turn) scale(1)}}@keyframes rotate-and-scale-clockwise{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(1turn) scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.neeto-form-engine-add-question-between{visibility:hidden}.neeto-form-engine-add-question-between *{transition:none!important}.neeto-form-engine-question-accordion__drag-icon{display:none!important}.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body,.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__header{border-radius:var(--neeto-ui-rounded-lg)}.neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between{visibility:visible}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon{display:block!important}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__icon{display:none!important}.neeto-form-engine-form h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);line-height:var(--neeto-ui-leading-normal);margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-questions-wrapper{max-height:calc(100vh - 240px)}.neeto-form-engine-form .neeto-form-engine-choices__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-input__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-rating:not(:last-child),.neeto-form-engine-form .neeto-form-engine-star-rating:not(:last-child){margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;margin:.5rem 0 0}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice{align-items:center;background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:.75rem;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:.625rem .75rem;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]{border:2px solid rgb(var(--neeto-ui-gray-300));height:1rem;width:1rem}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-weight:400}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-ui-radio__container{gap:.5rem;width:100%}.neeto-form-engine-form .neeto-form-engine-star-rating>.neeto-form-engine-label{margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-star-rating__icon.neeto-form-engine-star-rating__icon--active{fill:rgb(var(--neeto-ui-primary-500));stroke:rgb(var(--neeto-ui-primary-500))}.neeto-form-engine-form .neeto-form-engine-rating>.neeto-form-engine-label{margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row{align-items:center;display:flex;flex-direction:row;gap:1.5rem;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item{align-items:center;color:rgb(var(--neeto-ui-gray-600));cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:.5rem}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg{margin-bottom:.25rem}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg path{stroke:currentColor;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item .neeto-form-engine-label{color:inherit;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:hover{color:rgb(var(--neeto-ui-success-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:hover{color:rgb(var(--neeto-ui-warning-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:hover{color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-terms .neeto-form-engine-choice{align-items:center;color:rgb(var(--neeto-ui-gray-700));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:.75rem;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:.5rem 0;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-terms .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]{align-self:flex-start;border:2px solid rgb(var(--neeto-ui-gray-300));height:1rem;margin-top:.125rem;width:1rem}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input input{min-height:2.5rem;padding:.5em .8em}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-react-select__container .neeto-ui-react-select__value-container{min-height:2.5rem}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input__prefix .neeto-ui-react-select__value-container{min-height:1.875rem}body .neeto-form-engine-form .neeto-form-engine-date-picker .ant-picker-input>input{padding-bottom:.5rem;padding-top:.5rem}body .neeto-form-engine-form .neeto-form-engine-star-rating__row button{outline:none}body .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item{box-shadow:none;outline:none}body .neeto-form-engine-form .neeto-form-engine-form{display:flex;flex-direction:column;gap:.625rem}body .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice{background-color:rgb(var(--neeto-ui-white));padding-bottom:.625rem;padding-top:.625rem}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input:focus-within:not(.neeto-ui-input--naked,.neeto-ui-input--error){box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input.neeto-ui-input--error:focus-within{box-shadow:0 0 0 1px rgb(var(--neeto-ui-error-500)) inset}body .neeto-form-engine-form .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused{box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}body .neeto-form-engine-form .neeto-ui-react-select__container.neeto-ui-react-select__container--error .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused{box-shadow:0 0 0 1px rgb(var(--neeto-ui-error-500)) inset}.neeto-form-nano-form__card--active{box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}.neeto-form-nano-advanced-properties-accordion{--neeto-ui-accordion-item-padding-x:0rem;--neeto-ui-accordion-drop-padding-x:0rem;--neeto-ui-accordion-wrapper-border-width:0rem}.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input .neeto-ui-input textarea{padding-top:.1875rem}.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-rich_text .neeto-ui-input textarea,.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-textarea .neeto-ui-input textarea{min-height:4em!important}@media (max-width:768px){.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-size:1rem}}.neeto-form-nano-adaptive-input textarea{--neeto-ui-input-line-height:1.5}button.neeto-form-engine-button{align-items:center;background-color:#2f3941;background-color:var(--neeto-form-engine-primary-color);border-radius:var(--neeto-ui-rounded-sm);color:#fff;color:var(--neeto-form-engine-secondary-color);display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);justify-content:center;letter-spacing:-.0094rem;line-height:1;padding:.5rem .75rem;position:relative;transition:var(--neeto-ui-transition)}button.neeto-form-engine-button:active,button.neeto-form-engine-button:focus,button.neeto-form-engine-button:hover{background-color:#000;background-color:var(--neeto-form-engine-primary-color-dark)}.neeto-form-engine-button__loader,.neeto-form-engine-button__success{align-items:center;background:inherit;border-radius:inherit;cursor:default;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;outline:none;position:absolute;top:0;width:100%}.neeto-form-engine-button__loader svg path,.neeto-form-engine-button__success svg path{stroke:currentColor}.neeto-form-engine-input__wrapper{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start}.neeto-form-engine-input__wrapper .neeto-form-engine-input__label-wrapper{display:flex;justify-content:space-between;margin-bottom:.375rem;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-input{align-items:center;background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);justify-content:flex-start;line-height:1.6;overflow:hidden;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea{padding:.5rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{background-color:transparent;border:none;box-shadow:none;color:inherit;font-size:inherit;line-height:inherit;outline:none;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::-moz-placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::-moz-placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input:focus,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea:focus{outline-color:transparent}.neeto-form-engine-input__wrapper .neeto-form-engine-input input{line-height:1.3;padding:.375rem .5rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{max-height:14rem;overflow-y:auto;padding:0}.neeto-form-engine-input__wrapper .neeto-form-engine-input:focus-within:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800));box-shadow:var(--neeto-ui-shadow-m)}.neeto-form-engine-input__wrapper .neeto-form-engine-input:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea{resize:none}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled{background-color:rgb(var(--neeto-ui-gray-100));cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input,.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea{cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{align-items:center;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:row;font-size:.875rem;justify-content:flex-start}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix svg,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix svg{height:1rem;width:1rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix{margin-left:.625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{margin-right:.625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{background-color:rgb(var(--neeto-ui-gray-100));margin:0;padding:.5rem .625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix{border-right:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{border-left:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__error{color:rgb(var(--neeto-ui-error-500));font-size:var(--neeto-ui-text-xs);margin-top:.25rem}.neeto-form-engine-label{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);letter-spacing:-.0094rem;line-height:1.5}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input,.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea,.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix,.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{font-size:1rem}.neeto-ui-input--medium,.neeto-ui-input__wrapper .neeto-ui-input,.neeto-ui-react-select__container,.neeto-ui-react-select__input,.neeto-ui-react-select__menu-portal,.neeto-ui-react-select__multi-value__label{font-size:1rem!important}}.neeto-form-engine-date-picker{display:flex;flex-direction:column;width:100%}.neeto-form-engine-date-picker .ant-picker{background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-800));font-size:.875rem;line-height:1.15;padding:0;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-date-picker .ant-picker:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-date-picker .ant-picker.ant-picker-focused:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800))!important;box-shadow:var(--neeto-ui-shadow-m)!important;outline:none!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error.ant-picker-focused{border-color:rgb(var(--neeto-ui-error-500))!important;box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea{resize:none}.neeto-form-engine-date-picker .ant-picker.neeto-ui-date-input{padding:0}.neeto-form-engine-date-picker .ant-picker-suffix{color:rgba(var(--neeto-ui-gray-800));margin:0;padding-right:.4444444444em}.neeto-form-engine-date-picker .ant-picker-suffix svg{height:1rem;width:1rem}.neeto-form-engine-date-picker .ant-picker-clear{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));margin-right:.4444444444rem}.neeto-form-engine-date-picker .ant-picker-clear svg{color:inherit;height:1rem;width:1rem}.neeto-form-engine-date-picker .ant-picker-clear+.ant-picker-suffix .ant-picker-suffix,.neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=""])+.ant-picker-suffix{opacity:0}.neeto-form-engine-date-picker .ant-picker-input>input{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));font-size:.875rem;padding:.375rem .5rem}.neeto-form-engine-date-picker .ant-picker-input>input::-moz-placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}.neeto-form-engine-date-picker .ant-picker-input>input::placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}.neeto-form-engine-date-picker-popup .ant-picker-panel-container{background-color:rgb(var(--neeto-ui-white));border:1px solid rgba(var(--neeto-ui-gray-800),.8);border-radius:.75rem}.neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel{border:0}.neeto-form-engine-date-picker-popup .ant-picker-cell,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-date-picker-popup .ant-picker-header button{color:rgb(var(--neeto-ui-gray-800))!important}.neeto-form-engine-date-picker-popup .ant-picker-header>button:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-content th{color:rgba(var(--neeto-ui-gray-800),.8)}.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-footer,.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-header{background-color:transparent;border:0}.neeto-form-engine-date-picker-popup .ant-picker-now-btn,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn,.neeto-form-engine-date-picker-popup .ant-picker-today-btn{background-color:#4558f9!important;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white))!important;cursor:pointer;padding:.25rem}.neeto-form-engine-date-picker-popup .ant-picker-now-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-now-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background-color:rgb(var(--neeto-form-answer-color));color:rgb(var(--neeto-form-answer-text-color))}.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child){border-left:none}.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover{background-color:rgba(var(--neeto-form-question-color),.1)}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:rgb(var(--neeto-form-answer-color))!important}.neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner{border-radius:.3125rem!important}.neeto-form-engine-date-picker-popup .ant-picker-content th{font-size:.75rem;text-transform:uppercase}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input{font-size:1.25rem;height:calc(3rem - 2px);padding:.8em}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix{padding-right:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg{height:1.5rem;width:1.5rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear{margin-right:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear svg{height:1.5rem;width:1.5rem}@media (min-width:768px){.neeto-form-engine-date-picker .ant-picker-cell .ant-picker-cell-inner{height:2rem;line-height:2rem;min-width:2rem}.neeto-form-engine-date-picker .ant-picker-date-panel{width:320px}.neeto-form-engine-date-picker .ant-picker-header{align-items:center;min-height:4.25rem;padding:.75rem 1.5rem 0;white-space:nowrap}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body{padding-left:1.5rem;padding-right:1.5rem}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content{width:272px}}@media (max-width:768px){.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input,.neeto-form-engine-date-picker .ant-picker,.neeto-form-engine-date-picker .ant-picker-input>input{font-size:1rem}}.neeto-form-engine-loader{height:100%;width:100%}.neeto-form-engine-loader,.neeto-form-engine-spinner{align-items:center;display:flex;flex-direction:row;justify-content:center}.neeto-form-engine-spinner svg{animation:rotate 1s ease-in-out infinite}.neeto-form-engine-dropdown{align-items:center;display:inline-flex;position:relative}.neeto-form-engine-dropdown button{margin:0}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu{background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded);box-shadow:var(--neeto-ui-shadow-m)-m;margin:0;min-width:168px;opacity:0;padding:.25rem 0;pointer-events:none;position:absolute;right:0;top:100%;transition:var(--neeto-ui-transition)}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li{list-style:none}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button{align-items:center;color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-xs);gap:.5rem;justify-content:flex-start;line-height:1;padding:.5rem .625rem;transition:var(--neeto-ui-transition);white-space:nowrap;width:100%}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button svg{height:.875rem;width:.875rem}.neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,.neeto-form-engine-dropdown>button:focus+.neeto-form-engine-dropdown-menu{opacity:1;pointer-events:all}.neeto-form-engine-callout{align-items:center;animation:fade-in .3s both;background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);bottom:2.5rem;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:column;gap:.75rem;justify-content:flex-start;left:0;margin:auto;padding:.75rem;position:absolute;right:0;width:calc(100% - 48px)}.neeto-form-engine-callout.neeto-form-engine-callout--static{position:static}.neeto-form-engine-callout.neeto-form-engine-callout--error{background-color:rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-callout.neeto-form-engine-callout--info{background-color:rgb(var(--neeto-ui-pastel-blue))}.neeto-form-engine-callout .neeto-form-engine-callout__close{color:rgb(var(--neeto-ui-gray-600));padding:0;position:absolute;right:.75rem;top:.75rem;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout .neeto-form-engine-callout__close:active,.neeto-form-engine-callout .neeto-form-engine-callout__close:focus,.neeto-form-engine-callout .neeto-form-engine-callout__close:hover{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-callout .neeto-form-engine-callout__content{margin:auto;max-width:240px;width:100%}.neeto-form-engine-callout .neeto-form-engine-callout__content h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);letter-spacing:-.0094rem;line-height:1rem;margin-bottom:.25rem;text-align:center}.neeto-form-engine-callout .neeto-form-engine-callout__content p{font-size:var(--neeto-ui-text-xs);line-height:1rem;text-align:center}.neeto-form-engine-callout button.neeto-form-engine-callout__button{align-items:center;background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);justify-content:center;letter-spacing:-.0094rem;line-height:1rem;padding:.375rem .5rem;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout button.neeto-form-engine-callout__button:active,.neeto-form-engine-callout button.neeto-form-engine-callout__button:focus,.neeto-form-engine-callout button.neeto-form-engine-callout__button:hover{background-color:rgb(var(--neeto-ui-gray-100))}.neeto-form-engine-email-input{width:100%}.neeto-form-engine-email-input .neeto-form-engine-label{margin-bottom:.5rem}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row{gap:.5rem;justify-content:space-between;width:100%}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-label{flex-grow:1;overflow-wrap:break-word}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-email-input__counter{color:rgb(var(--neeto-form-engine-gray-700));line-height:1;margin-bottom:.5rem;margin-left:auto}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix{margin-left:.75rem}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix svg,.neeto-form-engine-email-input .neeto-form-engine-email-input__suffix svg{height:1rem;width:1rem}.loader{min-height:192px}.neeto-form-nano-external-form .neeto-form-engine-form{display:flex;flex-direction:column;gap:1rem}.neeto-form-nano-external-form--size-large{display:flex;flex-direction:column;margin:0 auto;max-width:46.5rem;padding:1rem 1rem 4rem;width:100%}.neeto-form-nano-external-form--size-large .neeto-form-engine-input__label-wrapper{margin:.5rem 0 1rem}.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper>.neeto-ui-input__label-wrapper>.neeto-ui-label,.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper>.neeto-ui-label{--neeto-ui-label-font-size:1.3125rem;--neeto-ui-label-font-weight:400;margin:.5rem 0 1rem}.neeto-form-nano-external-form--size-large .neeto-ui-checkbox__container .neeto-ui-label{--neeto-ui-label-font-size:1.3125rem;--neeto-ui-label-font-weight:400}.neeto-form-nano-external-form--size-large .neeto-form-engine-label{font-size:1.3125rem;font-weight:400}.neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title{font-size:2.25rem;font-weight:400;line-height:1.2;margin:.4em 0;text-align:left}.neeto-form-nano-external-form--size-large .neeto-form-nano-form-footer .neeto-ui-btn--size-medium{border-radius:.625rem!important;font-size:1rem;height:2.5rem;padding:.625em 1.25em}.neeto-form-nano-external-form--size-large .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-size:1rem!important;position:relative;top:-.0625rem}.neeto-form-nano-external-form--size-large .neeto-form-engine-rating__item .neeto-form-engine-label,.neeto-form-nano-external-form--size-large .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-label,.neeto-form-nano-external-form--size-large .neeto-form-engine-terms .neeto-ui-checkbox__container .neeto-ui-label{font-size:1rem}@media only screen and (min-width:768px){.neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title{font-size:3rem}}.neeto-molecules-file-upload__dropzone,.neeto-molecules-file-upload__uploaded-list{width:100%}.neeto-form-nano-math-captcha{align-items:center;border:2px dashed rgba(var(--neeto-ui-primary-500),.5);border-radius:.3125rem;color:rgb(var(--neeto-ui-black));display:flex;font-size:.875rem;gap:.3125rem;padding:.5rem}.neeto-form-nano-math-captcha__button{align-items:center;background:rgb(var(--neeto-ui-primary-500))!important;border:none;border-radius:.1875em;color:rgb(var(--neeto-ui-white));cursor:pointer;display:inline-flex;font-weight:400;gap:.25rem;line-height:1.2;min-height:2.25rem;padding:.3125em;text-decoration:none;transition:all .1s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.neeto-form-nano-math-captcha__button:hover{opacity:.85}.neeto-form-nano-math-captcha__button:focus,.neeto-form-nano-math-captcha__button:focus-visible{outline:2px solid rgba(var(--neeto-ui-primary-500),.2);outline-offset:1px}.neeto-form-nano-math-captcha__equation{align-items:center;display:flex;gap:.3125rem;justify-content:center;min-width:4rem}.neeto-form-nano-math-captcha__input{border-color:rgb(var(--neeto-ui-primary-500));width:6rem}
|
|
1
|
+
:root{--neeto-form-engine-primary-color:#2f3941;--neeto-form-engine-primary-color-dark:#000;--neeto-form-engine-secondary-color:#fff;--neeto-form-engine-question-color:0,0,0;--neeto-form-engine-answer-color:45,54,212;--neeto-form-engine-button-background-color:45,54,212;--neeto-form-engine-button-text-color:255,255,255;--neeto-form-engine-error-color:175,4,4;--neeto-form-engine-transition:all 0.1s ease-out;--neeto-form-engine-border-radius-sm:0.3125rem}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-and-scale{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(-1turn) scale(1)}}@keyframes rotate-and-scale-clockwise{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(1turn) scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.neeto-form-engine-add-question-between{visibility:hidden}.neeto-form-engine-add-question-between *{transition:none!important}.neeto-form-engine-question-accordion__drag-icon{display:none!important}.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body,.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__header{border-radius:var(--neeto-ui-rounded-lg)}.neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between{visibility:visible}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon{display:block!important}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__icon{display:none!important}.neeto-form-engine-form h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);line-height:var(--neeto-ui-leading-normal);margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-questions-wrapper{max-height:calc(100vh - 240px)}.neeto-form-engine-form .neeto-form-engine-choices__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-input__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-rating:not(:last-child),.neeto-form-engine-form .neeto-form-engine-star-rating:not(:last-child){margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;margin:.5rem 0 0}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice{align-items:center;background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:.75rem;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:.625rem .75rem;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]{border:2px solid rgb(var(--neeto-ui-gray-300));height:1rem;width:1rem}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-weight:400}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-ui-radio__container{gap:.5rem;width:100%}.neeto-form-engine-form .neeto-form-engine-star-rating>.neeto-form-engine-label{margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-star-rating__icon.neeto-form-engine-star-rating__icon--active{fill:rgb(var(--neeto-ui-primary-500));stroke:rgb(var(--neeto-ui-primary-500))}.neeto-form-engine-form .neeto-form-engine-rating>.neeto-form-engine-label{margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row{align-items:center;display:flex;flex-direction:row;gap:1.5rem;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item{align-items:center;color:rgb(var(--neeto-ui-gray-600));cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:.5rem}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg{margin-bottom:.25rem}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg path{stroke:currentColor;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item .neeto-form-engine-label{color:inherit;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:hover{color:rgb(var(--neeto-ui-success-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:hover{color:rgb(var(--neeto-ui-warning-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:hover{color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-terms .neeto-form-engine-choice{align-items:center;color:rgb(var(--neeto-ui-gray-700));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:.75rem;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:.5rem 0;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-terms .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]{align-self:flex-start;border:2px solid rgb(var(--neeto-ui-gray-300));height:1rem;margin-top:.125rem;width:1rem}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input input{min-height:2.5rem;padding:.5em .8em}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-react-select__container .neeto-ui-react-select__value-container{min-height:2.5rem}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input__prefix .neeto-ui-react-select__value-container{min-height:1.875rem}body .neeto-form-engine-form .neeto-form-engine-date-picker .ant-picker-input>input{padding-bottom:.5rem;padding-top:.5rem}body .neeto-form-engine-form .neeto-form-engine-star-rating__row button{outline:none}body .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item{box-shadow:none;outline:none}body .neeto-form-engine-form .neeto-form-engine-form{display:flex;flex-direction:column;gap:.625rem}body .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice{background-color:rgb(var(--neeto-ui-white));padding-bottom:.625rem;padding-top:.625rem}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input:focus-within:not(.neeto-ui-input--naked,.neeto-ui-input--error){box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input.neeto-ui-input--error:focus-within{box-shadow:0 0 0 1px rgb(var(--neeto-ui-error-500)) inset}body .neeto-form-engine-form .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused{box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}body .neeto-form-engine-form .neeto-ui-react-select__container.neeto-ui-react-select__container--error .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused{box-shadow:0 0 0 1px rgb(var(--neeto-ui-error-500)) inset}.neeto-form-nano-form__card--active{box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}.neeto-form-nano-advanced-properties-accordion{--neeto-ui-accordion-item-padding-x:0rem;--neeto-ui-accordion-drop-padding-x:0rem;--neeto-ui-accordion-wrapper-border-width:0rem}.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input .neeto-ui-input textarea{padding-top:.1875rem}.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-rich_text .neeto-ui-input textarea,.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-textarea .neeto-ui-input textarea{min-height:4em!important}@media (max-width:768px){.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-size:1rem}}.neeto-form-nano-adaptive-input textarea{--neeto-ui-input-line-height:1.5}button.neeto-form-engine-button{align-items:center;background-color:#2f3941;background-color:var(--neeto-form-engine-primary-color);border-radius:var(--neeto-ui-rounded-sm);color:#fff;color:var(--neeto-form-engine-secondary-color);display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);justify-content:center;letter-spacing:-.0094rem;line-height:1;padding:.5rem .75rem;position:relative;transition:var(--neeto-ui-transition)}button.neeto-form-engine-button:active,button.neeto-form-engine-button:focus,button.neeto-form-engine-button:hover{background-color:#000;background-color:var(--neeto-form-engine-primary-color-dark)}.neeto-form-engine-button__loader,.neeto-form-engine-button__success{align-items:center;background:inherit;border-radius:inherit;cursor:default;display:flex;flex-direction:row;height:100%;inset-inline-start:0;justify-content:center;outline:none;position:absolute;top:0;width:100%}.neeto-form-engine-button__loader svg path,.neeto-form-engine-button__success svg path{stroke:currentColor}.neeto-form-engine-input__wrapper{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start}.neeto-form-engine-input__wrapper .neeto-form-engine-input__label-wrapper{display:flex;justify-content:space-between;margin-bottom:.375rem;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-input{align-items:center;background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);justify-content:flex-start;line-height:1.6;overflow:hidden;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea{padding:.5rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{background-color:transparent;border:none;box-shadow:none;color:inherit;font-size:inherit;line-height:inherit;outline:none;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::-moz-placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::-moz-placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input:focus,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea:focus{outline-color:transparent}.neeto-form-engine-input__wrapper .neeto-form-engine-input input{line-height:1.3;padding:.375rem .5rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{max-height:14rem;overflow-y:auto;padding:0}.neeto-form-engine-input__wrapper .neeto-form-engine-input:focus-within:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800));box-shadow:var(--neeto-ui-shadow-m)}.neeto-form-engine-input__wrapper .neeto-form-engine-input:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea{resize:none}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled{background-color:rgb(var(--neeto-ui-gray-100));cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input,.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea{cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{align-items:center;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:row;font-size:.875rem;justify-content:flex-start}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix svg,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix svg{height:1rem;width:1rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix{margin-inline-start:.625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{margin-inline-end:.625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{background-color:rgb(var(--neeto-ui-gray-100));margin:0;padding:.5rem .625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix{border-inline-end:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{border-inline-start:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__error{color:rgb(var(--neeto-ui-error-500));font-size:var(--neeto-ui-text-xs);margin-top:.25rem}.neeto-form-engine-label{color:rgb(var(--neeto-ui-black));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);letter-spacing:-.0094rem;line-height:1.5}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input,.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea,.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix,.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{font-size:1rem}.neeto-ui-input--medium,.neeto-ui-input__wrapper .neeto-ui-input,.neeto-ui-react-select__container,.neeto-ui-react-select__input,.neeto-ui-react-select__menu-portal,.neeto-ui-react-select__multi-value__label{font-size:1rem!important}}.neeto-molecules-phone-number-input__input .neeto-ui-input input{direction:inherit}.neeto-form-engine-date-picker{display:flex;flex-direction:column;width:100%}.neeto-form-engine-date-picker .ant-picker{background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-800));font-size:.875rem;line-height:1.15;padding:0;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-date-picker .ant-picker:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-date-picker .ant-picker.ant-picker-focused:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800))!important;box-shadow:var(--neeto-ui-shadow-m)!important;outline:none!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error.ant-picker-focused{border-color:rgb(var(--neeto-ui-error-500))!important;box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea{resize:none}.neeto-form-engine-date-picker .ant-picker.neeto-ui-date-input{padding:0}.neeto-form-engine-date-picker .ant-picker-suffix{color:rgba(var(--neeto-ui-gray-800));margin:0;padding-inline-end:.4444444444em}.neeto-form-engine-date-picker .ant-picker-suffix svg{height:1rem;width:1rem}.neeto-form-engine-date-picker .ant-picker-clear{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));margin-inline-end:.4444444444rem}.neeto-form-engine-date-picker .ant-picker-clear svg{color:inherit;height:1rem;width:1rem}.neeto-form-engine-date-picker .ant-picker-clear+.ant-picker-suffix .ant-picker-suffix,.neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=""])+.ant-picker-suffix{opacity:0}.neeto-form-engine-date-picker .ant-picker-input>input{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));font-size:.875rem;padding:.375rem .5rem}.neeto-form-engine-date-picker .ant-picker-input>input::-moz-placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}.neeto-form-engine-date-picker .ant-picker-input>input::placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}.neeto-form-engine-date-picker-popup .ant-picker-panel-container{background-color:rgb(var(--neeto-ui-white));border:1px solid rgba(var(--neeto-ui-gray-800),.8);border-radius:.75rem}.neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel{border:0}.neeto-form-engine-date-picker-popup .ant-picker-cell,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-date-picker-popup .ant-picker-header button{color:rgb(var(--neeto-ui-gray-800))!important}.neeto-form-engine-date-picker-popup .ant-picker-header>button:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-content th{color:rgba(var(--neeto-ui-gray-800),.8)}.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-footer,.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-header{background-color:transparent;border:0}.neeto-form-engine-date-picker-popup .ant-picker-now-btn,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn,.neeto-form-engine-date-picker-popup .ant-picker-today-btn{background-color:#4558f9!important;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white))!important;cursor:pointer;padding:.25rem}.neeto-form-engine-date-picker-popup .ant-picker-now-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-now-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background-color:rgb(var(--neeto-form-answer-color));color:rgb(var(--neeto-form-answer-text-color))}.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child){border-inline-start:none}.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover{background-color:rgba(var(--neeto-form-question-color),.1)}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:rgb(var(--neeto-form-answer-color))!important}.neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner{border-radius:.3125rem!important}.neeto-form-engine-date-picker-popup .ant-picker-content th{font-size:.75rem;text-transform:uppercase}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input{font-size:1.25rem;height:calc(3rem - 2px);padding:.8em}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix{padding-inline-end:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg{height:1.5rem;width:1.5rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear{margin-inline-end:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear svg{height:1.5rem;width:1.5rem}@media (min-width:768px){.neeto-form-engine-date-picker .ant-picker-cell .ant-picker-cell-inner{height:2rem;line-height:2rem;min-width:2rem}.neeto-form-engine-date-picker .ant-picker-date-panel{width:320px}.neeto-form-engine-date-picker .ant-picker-header{align-items:center;min-height:4.25rem;padding:.75rem 1.5rem 0;white-space:nowrap}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body{padding-inline-end:1.5rem;padding-inline-start:1.5rem}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content{width:272px}}@media (max-width:768px){.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input,.neeto-form-engine-date-picker .ant-picker,.neeto-form-engine-date-picker .ant-picker-input>input{font-size:1rem}}[dir=rtl] .neeto-form-engine-date-picker-popup .ant-picker-header-next-btn,[dir=rtl] .neeto-form-engine-date-picker-popup .ant-picker-header-prev-btn{transform:rotate(180deg)}.neeto-form-engine-loader{height:100%;width:100%}.neeto-form-engine-loader,.neeto-form-engine-spinner{align-items:center;display:flex;flex-direction:row;justify-content:center}.neeto-form-engine-spinner svg{animation:rotate 1s ease-in-out infinite}.neeto-form-engine-dropdown{align-items:center;display:inline-flex;position:relative}.neeto-form-engine-dropdown button{margin:0}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu{background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded);box-shadow:var(--neeto-ui-shadow-m)-m;inset-inline-end:0;margin:0;min-width:168px;opacity:0;padding:.25rem 0;pointer-events:none;position:absolute;top:100%;transition:var(--neeto-ui-transition)}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li{list-style:none}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button{align-items:center;color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-xs);gap:.5rem;justify-content:flex-start;line-height:1;padding:.5rem .625rem;transition:var(--neeto-ui-transition);white-space:nowrap;width:100%}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button svg{height:.875rem;width:.875rem}.neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,.neeto-form-engine-dropdown>button:focus+.neeto-form-engine-dropdown-menu{opacity:1;pointer-events:all}.neeto-form-engine-callout{align-items:center;animation:fade-in .3s both;background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);bottom:2.5rem;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:column;gap:.75rem;inset-inline-end:0;inset-inline-start:0;justify-content:flex-start;margin:auto;padding:.75rem;position:absolute;width:calc(100% - 48px)}.neeto-form-engine-callout.neeto-form-engine-callout--static{position:static}.neeto-form-engine-callout.neeto-form-engine-callout--error{background-color:rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-callout.neeto-form-engine-callout--info{background-color:rgb(var(--neeto-ui-pastel-blue))}.neeto-form-engine-callout .neeto-form-engine-callout__close{color:rgb(var(--neeto-ui-gray-600));inset-inline-end:.75rem;padding:0;position:absolute;top:.75rem;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout .neeto-form-engine-callout__close:active,.neeto-form-engine-callout .neeto-form-engine-callout__close:focus,.neeto-form-engine-callout .neeto-form-engine-callout__close:hover{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-callout .neeto-form-engine-callout__content{margin:auto;max-width:240px;width:100%}.neeto-form-engine-callout .neeto-form-engine-callout__content h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);letter-spacing:-.0094rem;line-height:1rem;margin-bottom:.25rem;text-align:center}.neeto-form-engine-callout .neeto-form-engine-callout__content p{font-size:var(--neeto-ui-text-xs);line-height:1rem;text-align:center}.neeto-form-engine-callout button.neeto-form-engine-callout__button{align-items:center;background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);justify-content:center;letter-spacing:-.0094rem;line-height:1rem;padding:.375rem .5rem;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout button.neeto-form-engine-callout__button:active,.neeto-form-engine-callout button.neeto-form-engine-callout__button:focus,.neeto-form-engine-callout button.neeto-form-engine-callout__button:hover{background-color:rgb(var(--neeto-ui-gray-100))}.neeto-form-engine-email-input{width:100%}.neeto-form-engine-email-input .neeto-form-engine-label{margin-bottom:.5rem}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row{gap:.5rem;justify-content:space-between;width:100%}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-label{flex-grow:1;overflow-wrap:break-word}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-email-input__counter{color:rgb(var(--neeto-form-engine-gray-700));line-height:1;margin-bottom:.5rem;margin-inline-start:auto}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix{margin-inline-start:.75rem}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix svg,.neeto-form-engine-email-input .neeto-form-engine-email-input__suffix svg{height:1rem;width:1rem}.loader{min-height:192px}.neeto-form-nano-external-form .neeto-form-engine-form{display:flex;flex-direction:column;gap:1rem}.neeto-form-nano-external-form--size-large{display:flex;flex-direction:column;margin:0 auto;max-width:46.5rem;padding-inline-end:1rem;padding-bottom:4rem;padding-top:1rem;padding-inline-start:1rem;width:100%}.neeto-form-nano-external-form--size-large .neeto-form-engine-input__label-wrapper{margin:.5rem 0 1rem}.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper>.neeto-ui-input__label-wrapper>.neeto-ui-label,.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper>.neeto-ui-label{--neeto-ui-label-font-size:1.3125rem;--neeto-ui-label-font-weight:400;margin:.5rem 0 1rem}.neeto-form-nano-external-form--size-large .neeto-ui-checkbox__container .neeto-ui-label{--neeto-ui-label-font-size:1.3125rem;--neeto-ui-label-font-weight:400}.neeto-form-nano-external-form--size-large .neeto-form-engine-label{font-size:1.3125rem;font-weight:400}.neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title{font-size:2.25rem;font-weight:400;line-height:1.2;margin:.4em 0;text-align:start}.neeto-form-nano-external-form--size-large .neeto-form-nano-form-footer .neeto-ui-btn--size-medium{border-radius:.625rem!important;font-size:1rem;height:2.5rem;padding:.625em 1.25em}.neeto-form-nano-external-form--size-large .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-size:1rem!important;position:relative;top:-.0625rem}.neeto-form-nano-external-form--size-large .neeto-form-engine-rating__item .neeto-form-engine-label,.neeto-form-nano-external-form--size-large .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-label,.neeto-form-nano-external-form--size-large .neeto-form-engine-terms .neeto-ui-checkbox__container .neeto-ui-label{font-size:1rem}@media only screen and (min-width:768px){.neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title{font-size:3rem}}.neeto-molecules-file-upload__dropzone,.neeto-molecules-file-upload__uploaded-list{width:100%}.neeto-form-nano-math-captcha{align-items:center;border:2px dashed rgba(var(--neeto-ui-primary-500),.5);border-radius:.3125rem;color:rgb(var(--neeto-ui-black));display:flex;font-size:.875rem;gap:.3125rem;padding:.5rem}.neeto-form-nano-math-captcha__button{align-items:center;background:rgb(var(--neeto-ui-primary-500))!important;border:none;border-radius:.1875em;color:rgb(var(--neeto-ui-white));cursor:pointer;display:inline-flex;font-weight:400;gap:.25rem;line-height:1.2;min-height:2.25rem;padding:.3125em;text-decoration:none;transition:all .1s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.neeto-form-nano-math-captcha__button:hover{opacity:.85}.neeto-form-nano-math-captcha__button:focus,.neeto-form-nano-math-captcha__button:focus-visible{outline:2px solid rgba(var(--neeto-ui-primary-500),.2);outline-offset:1px}.neeto-form-nano-math-captcha__equation{align-items:center;display:flex;gap:.3125rem;justify-content:center;min-width:4rem}.neeto-form-nano-math-captcha__input{border-color:rgb(var(--neeto-ui-primary-500));width:6rem}
|
|
2
2
|
/*# sourceMappingURL=main.css.map */
|
package/dist/main.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../app/javascript/src/stylesheets/base/variables.css","../app/javascript/src/stylesheets/base/animations.css","../app/javascript/src/stylesheets/pages/form-builder.css","../app/javascript/src/stylesheets/components/adaptive_input.css","../app/javascript/src/stylesheets/components/button.css","../app/javascript/src/stylesheets/components/input.css","../app/javascript/src/stylesheets/components/date-picker.css","../app/javascript/src/stylesheets/components/loader.css","../app/javascript/src/stylesheets/components/dropdown.css","../app/javascript/src/stylesheets/components/callout.css","../app/javascript/src/stylesheets/components/email-input.css","../app/javascript/src/stylesheets/components/external-form.css","../app/javascript/src/stylesheets/components/file-upload.css","../app/javascript/src/stylesheets/components/math-captcha.css"],"names":[],"mappings":"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","file":"main.css","sourcesContent":[":root {\n --neeto-form-engine-primary-color: #2f3941;\n --neeto-form-engine-primary-color-dark: #000000;\n --neeto-form-engine-secondary-color: #ffffff;\n --neeto-form-engine-question-color: 0, 0, 0;\n --neeto-form-engine-answer-color: 45, 54, 212;\n --neeto-form-engine-button-background-color: 45, 54, 212;\n --neeto-form-engine-button-text-color: 255, 255, 255;\n --neeto-form-engine-error-color: 175, 4, 4;\n --neeto-form-engine-transition: all 0.1s ease-out;\n --neeto-form-engine-border-radius-sm: 0.3125rem;\n}\n","@keyframes rotate {\n from {\n transform: rotate(0deg);\n }\n\n to {\n transform: rotate(360deg);\n }\n}\n\n@keyframes rotate-and-scale {\n from {\n transform: rotate(0deg) scale(0);\n }\n\n to {\n transform: rotate(-360deg) scale(1);\n }\n}\n\n@keyframes rotate-and-scale-clockwise {\n from {\n transform: rotate(0deg) scale(0);\n }\n\n to {\n transform: rotate(360deg) scale(1);\n }\n}\n\n@keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n",".neeto-form-engine-add-question-between {\n visibility: hidden;\n}\n\n.neeto-form-engine-add-question-between * {\n transition: none !important;\n}\n\n.neeto-form-engine-question-accordion__drag-icon {\n display: none !important;\n}\n\n.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__header {\n border-radius: var(--neeto-ui-rounded-lg);\n}\n\n.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body {\n border-radius: var(--neeto-ui-rounded-lg);\n}\n\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between {\n visibility: visible;\n}\n\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon {\n display: block !important;\n}\n\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__icon {\n display: none !important;\n}\n\n.neeto-form-engine-form h5 {\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n color: rgb(var(--neeto-ui-gray-800));\n margin-bottom: 1rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-questions-wrapper {\n max-height: calc(100vh - 240px);\n}\n\n.neeto-form-engine-form .neeto-form-engine-input__wrapper:not(:last-child),\n.neeto-form-engine-form .neeto-form-engine-rating:not(:last-child),\n.neeto-form-engine-form .neeto-form-engine-star-rating:not(:last-child),\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper:not(:last-child) {\n margin-bottom: 1rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 0.5rem;\n margin: 0.5rem 0 0;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n\n background-color: rgb(var(--neeto-ui-white));\n border: thin solid rgb(var(--neeto-ui-gray-300));\n border-radius: var(--neeto-ui-rounded);\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n transition: var(--neeto-ui-transition);\n cursor: pointer;\n padding: 0.625rem 0.75rem;\n gap: 0.75rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"] {\n border-radius: var(--neeto-ui-rounded-sm);\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"],\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"] {\n width: 1rem;\n height: 1rem;\n border: 2px solid rgb(var(--neeto-ui-gray-300));\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:not(:disabled),\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:not(:disabled) {\n cursor: pointer;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:hover:not(:disabled, :checked),\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:hover:not(:disabled, :checked) {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:checked,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:checked {\n border: none !important;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:disabled,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:focus,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:focus-visible,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:focus,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:focus-visible {\n outline: transparent;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:focus-visible,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:focus-visible {\n box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)),\n 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label {\n font-weight: 400;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-ui-radio__container {\n width: 100%;\n gap: 0.5rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-star-rating > .neeto-form-engine-label {\n margin-bottom: 1rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 1.5rem;\n flex-wrap: wrap;\n}\n\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=\"radio\"] {\n display: none;\n}\n\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-star-rating__icon.neeto-form-engine-star-rating__icon--active {\n fill: rgb(var(--neeto-ui-primary-500));\n stroke: rgb(var(--neeto-ui-primary-500));\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating > .neeto-form-engine-label {\n margin-bottom: 1rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 1.5rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=\"radio\"] {\n display: none;\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n padding: 0.5rem;\n color: rgb(var(--neeto-ui-gray-600));\n cursor: pointer;\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg {\n margin-bottom: 0.25rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg path {\n stroke: currentColor;\n transition: var(--neeto-ui-transition);\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item .neeto-form-engine-label {\n color: inherit;\n transition: var(--neeto-ui-transition);\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:hover,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:focus,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:active,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy.active {\n color: rgb(var(--neeto-ui-success-500));\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:hover,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:focus,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:active,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused.active {\n color: rgb(var(--neeto-ui-warning-500));\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:hover,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:focus,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:active,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad.active {\n color: rgb(var(--neeto-ui-error-500));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n transition: var(--neeto-ui-transition);\n padding: 0.5rem 0;\n gap: 0.75rem;\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"] {\n border-radius: var(--neeto-ui-rounded-sm);\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"],\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"] {\n width: 1rem;\n height: 1rem;\n border: 2px solid rgb(var(--neeto-ui-gray-300));\n align-self: flex-start;\n margin-top: 0.125rem;\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:not(:disabled),\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:not(:disabled) {\n cursor: pointer;\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:hover:not(:disabled, :checked),\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:hover:not(:disabled, :checked) {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:checked,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:checked {\n border: none !important;\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:disabled,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:focus,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:focus-visible,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:focus,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:focus-visible {\n outline: transparent;\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:focus-visible,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:focus-visible {\n box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)),\n 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n}\n\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input input {\n min-height: 2.5rem;\n padding: 0.5em 0.8em;\n}\n\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-react-select__container .neeto-ui-react-select__value-container {\n min-height: 2.5rem;\n}\n\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input__prefix .neeto-ui-react-select__value-container {\n min-height: 1.875rem;\n}\n\nbody .neeto-form-engine-form .neeto-form-engine-date-picker .ant-picker-input > input {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n\nbody .neeto-form-engine-form .neeto-form-engine-star-rating__row button {\n outline: none;\n}\n\nbody .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item {\n outline: none;\n box-shadow: none;\n}\n\nbody .neeto-form-engine-form .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 0.625rem;\n}\n\nbody .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n background-color: rgb(var(--neeto-ui-white));\n}\n\nbody .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n padding-top: 0.625rem;\n padding-bottom: 0.625rem;\n}\n\n/* Focus ring overrides */\n\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input:focus-within:not(.neeto-ui-input--naked, .neeto-ui-input--error) {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\n\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input.neeto-ui-input--error:focus-within {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-error-500)) inset;\n}\n\nbody .neeto-form-engine-form .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\n\nbody .neeto-form-engine-form .neeto-ui-react-select__container.neeto-ui-react-select__container--error .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-error-500)) inset;\n}\n\n.neeto-form-nano-form__card--active {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\n\n.neeto-form-nano-advanced-properties-accordion {\n --neeto-ui-accordion-item-padding-x: 0rem;\n --neeto-ui-accordion-drop-padding-x: 0rem;\n --neeto-ui-accordion-wrapper-border-width: 0rem;\n}\n\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input .neeto-ui-input textarea {\n padding-top: 0.1875rem;\n}\n\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-textarea .neeto-ui-input textarea,\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-rich_text .neeto-ui-input textarea {\n min-height: 4em !important;\n}\n\n@media (max-width: 768px) {\n .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label {\n font-size: 1rem;\n }\n}\n",".neeto-form-nano-adaptive-input textarea {\n --neeto-ui-input-line-height: 1.5;\n}\n","button.neeto-form-engine-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: relative;\n\n font-weight: var(--neeto-ui-font-medium);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1;\n letter-spacing: -0.0094rem;\n color: var(--neeto-form-engine-secondary-color);\n\n border-radius: var(--neeto-ui-rounded-sm);\n background-color: var(--neeto-form-engine-primary-color);\n transition: var(--neeto-ui-transition);\n padding: 0.5rem 0.75rem;\n}\n\nbutton.neeto-form-engine-button:hover,\nbutton.neeto-form-engine-button:focus,\nbutton.neeto-form-engine-button:active {\n background-color: var(--neeto-form-engine-primary-color-dark);\n}\n\n.neeto-form-engine-button__loader,\n.neeto-form-engine-button__success {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n border-radius: inherit;\n background: inherit;\n cursor: default;\n outline: none;\n}\n\n.neeto-form-engine-button__loader svg path,\n.neeto-form-engine-button__success svg path {\n stroke: currentColor;\n}\n",".neeto-form-engine-input__wrapper {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n flex-grow: 1;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__label-wrapper {\n display: flex;\n justify-content: space-between;\n margin-bottom: 0.375rem;\n width: 100%;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input {\n width: 100%;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n font-size: var(--neeto-ui-text-sm);\n line-height: 1.6;\n transition: var(--neeto-ui-transition);\n border-radius: var(--neeto-ui-rounded);\n border: thin solid rgb(var(--neeto-ui-gray-400));\n background-color: rgb(var(--neeto-ui-white));\n color: rgb(var(--neeto-ui-gray-800));\n overflow: hidden;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea {\n padding: 0.5rem;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {\n width: 100%;\n background-color: transparent;\n color: inherit;\n border: none;\n font-size: inherit;\n line-height: inherit;\n box-shadow: none;\n outline: none;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input::placeholder,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::placeholder {\n color: rgb(var(-neeto-ui-gray-400));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input:focus,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea:focus {\n outline-color: transparent;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input {\n padding: 0.375rem 0.5rem;\n line-height: 1.3;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {\n padding: 0;\n max-height: 14rem;\n overflow-y: auto;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input:focus-within:not(.neeto-form-engine-input--error) {\n border-color: rgb(var(--neeto-ui-gray-800));\n box-shadow: var(--neeto-ui-shadow-m);\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {\n border-color: rgb(var(--neeto-ui-gray-700));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error {\n border-color: rgb(var(--neeto-ui-error-500));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error:focus-within {\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea {\n resize: none;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled {\n background-color: rgb(var(--neeto-ui-gray-100));\n cursor: not-allowed;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input {\n cursor: not-allowed;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea {\n cursor: not-allowed;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n font-size: 0.875rem;\n color: rgb(var(--neeto-ui-gray-600));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix svg,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix svg {\n width: 1rem;\n height: 1rem;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix {\n margin-left: 0.625rem;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n margin-right: 0.625rem;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {\n margin: 0;\n padding: 0.5rem 0.625rem;\n background-color: rgb(var(--neeto-ui-gray-100));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix {\n border-right: thin solid rgb(var(--neeto-ui-gray-300));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {\n border-left: thin solid rgb(var(--neeto-ui-gray-300));\n}\n\n.neeto-form-engine-input__error {\n margin-top: 0.25rem;\n font-size: var(--neeto-ui-text-xs);\n color: rgb(var(--neeto-ui-error-500));\n}\n\n.neeto-form-engine-label {\n font-size: var(--neeto-ui-text-sm);\n color: rgb(var(--neeto-ui-gray-700));\n font-weight: var(--neeto-ui-font-medium);\n letter-spacing: -0.0094rem;\n line-height: 1.5;\n}\n\n@media (max-width: 768px) {\n .neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input {\n font-size: 1rem;\n }\n .neeto-form-engine-input__wrapper .neeto-form-engine-input {\n font-size: 1rem;\n }\n .neeto-form-engine-input__wrapper .neeto-form-engine-input input,\n .neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {\n font-size: 1rem;\n }\n .neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,\n .neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n font-size: 1rem;\n }\n .neeto-ui-react-select__container,\n .neeto-ui-react-select__menu-portal,\n .neeto-ui-react-select__multi-value__label,\n .neeto-ui-react-select__input,\n .neeto-ui-input__wrapper .neeto-ui-input,\n .neeto-ui-input--medium {\n font-size: 1rem !important;\n }\n}\n",".neeto-form-engine-date-picker {\n display: flex;\n flex-direction: column;\n width: 100%;\n}\n\n.neeto-form-engine-date-picker .ant-picker {\n font-size: 0.875rem;\n line-height: 1.15;\n width: 100%;\n border-radius: var(--neeto-ui-rounded);\n transition: var(--neeto-ui-transition);\n border: thin solid rgb(var(--neeto-ui-gray-400));\n color: rgb(var(--neeto-ui-gray-800));\n background-color: rgb(var(--neeto-ui-white));\n padding: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {\n border-color: rgb(var(--neeto-ui-gray-700));\n}\n\n.neeto-form-engine-date-picker .ant-picker.ant-picker-focused:not(.neeto-form-engine-input--error) {\n outline: none !important;\n border-color: rgb(var(--neeto-ui-gray-800)) !important;\n box-shadow: var(--neeto-ui-shadow-m) !important;\n}\n\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error {\n border-color: rgb(var(--neeto-ui-error-500)) !important;\n}\n\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error:focus-within {\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;\n}\n\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error.ant-picker-focused {\n border-color: rgb(var(--neeto-ui-error-500)) !important;\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;\n}\n\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea {\n resize: none;\n}\n\n.neeto-form-engine-date-picker .ant-picker.neeto-ui-date-input {\n padding: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-suffix {\n color: rgba(var(--neeto-ui-gray-800));\n padding-right: 0.4444444444em;\n margin: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-suffix svg {\n width: 1rem;\n height: 1rem;\n}\n\n.neeto-form-engine-date-picker .ant-picker-clear {\n color: rgba(var(--neeto-ui-gray-800));\n margin-right: 0.4444444444rem;\n background-color: transparent;\n}\n\n.neeto-form-engine-date-picker .ant-picker-clear svg {\n width: 1rem;\n height: 1rem;\n color: inherit;\n}\n\n.neeto-form-engine-date-picker .ant-picker-clear + .ant-picker-suffix .ant-picker-suffix {\n opacity: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=\"\"]) + .ant-picker-suffix {\n opacity: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-input > input {\n font-size: 0.875rem;\n padding: 0.375rem 0.5rem;\n color: rgba(var(--neeto-ui-gray-800));\n background-color: transparent;\n}\n\n.neeto-form-engine-date-picker .ant-picker-input > input::placeholder {\n /* Chrome, Firefox, Opera, Safari 10.1+ */\n color: rgba(var(--neeto-form-answer-color), 0.5);\n opacity: 1; /* Firefox */\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-panel-container {\n background-color: rgb(var(--neeto-ui-white));\n border: 1px solid rgba(var(--neeto-ui-gray-800), 0.8);\n border-radius: 0.75rem;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel {\n border: 0;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-cell,\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {\n color: rgb(var(--neeto-ui-gray-800));\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-header button {\n color: rgb(var(--neeto-ui-gray-800)) !important;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-header > button:hover {\n opacity: 0.8;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-content th {\n color: rgba(var(--neeto-ui-gray-800), 0.8);\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-header,\n.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-footer {\n border: 0;\n background-color: transparent;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-today-btn,\n.neeto-form-engine-date-picker-popup .ant-picker-now-btn,\n.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn {\n background-color: #4558f9 !important;\n color: rgb(var(--neeto-ui-white)) !important;\n cursor: pointer;\n padding: 0.25rem;\n border-radius: var(--neeto-ui-rounded);\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover,\n.neeto-form-engine-date-picker-popup .ant-picker-today-btn:focus,\n.neeto-form-engine-date-picker-popup .ant-picker-now-btn:hover,\n.neeto-form-engine-date-picker-popup .ant-picker-now-btn:focus,\n.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:hover,\n.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:focus {\n opacity: 0.8;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {\n background-color: rgb(var(--neeto-form-answer-color));\n color: rgb(var(--neeto-form-answer-text-color));\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {\n background-color: rgb(var(--neeto-form-answer-color));\n color: rgb(var(--neeto-form-answer-text-color));\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child) {\n border-left: none;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,\n.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {\n background-color: rgba(var(--neeto-form-question-color), 0.1);\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {\n background-color: rgba(var(--neeto-form-question-color), 0.1);\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {\n border-color: rgb(var(--neeto-form-answer-color)) !important;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner {\n border-radius: 0.3125rem !important;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-content th {\n font-size: 0.75rem;\n text-transform: uppercase;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input > input {\n font-size: 1.25rem;\n height: calc(3rem - 2px);\n padding: 0.8em;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix {\n padding-right: 0.8rem;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg {\n width: 1.5rem;\n height: 1.5rem;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear {\n margin-right: 0.8rem;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear svg {\n width: 1.5rem;\n height: 1.5rem;\n}\n\n@media (min-width: 768px) {\n .neeto-form-engine-date-picker .ant-picker-cell .ant-picker-cell-inner {\n min-width: 2rem;\n height: 2rem;\n line-height: 2rem;\n }\n .neeto-form-engine-date-picker .ant-picker-date-panel {\n width: 320px;\n }\n .neeto-form-engine-date-picker .ant-picker-header {\n min-height: 4.25rem;\n padding: 0.75rem 1.5rem 0rem 1.5rem;\n white-space: nowrap;\n align-items: center;\n }\n .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n }\n .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content {\n width: 272px;\n }\n}\n\n@media (max-width: 768px) {\n .neeto-form-engine-date-picker .ant-picker {\n font-size: 1rem;\n }\n .neeto-form-engine-date-picker .ant-picker-input > input {\n font-size: 1rem;\n }\n .neeto-form-engine--md .neeto-form-date-picker .ant-picker-input > input {\n font-size: 1rem;\n }\n}\n",".neeto-form-engine-loader {\n width: 100%;\n height: 100%;\n\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n\n.neeto-form-engine-spinner {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n\n.neeto-form-engine-spinner svg {\n animation: rotate 1s ease-in-out infinite;\n}\n",".neeto-form-engine-dropdown {\n display: inline-flex;\n align-items: center;\n position: relative;\n}\n\n.neeto-form-engine-dropdown button {\n margin: 0;\n}\n\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu {\n opacity: 0;\n background-color: rgb(var(--neeto-ui-white));\n border-radius: var(--neeto-ui-rounded);\n box-shadow: var(--neeto-ui-shadow-m)-m;\n transition: var(--neeto-ui-transition);\n pointer-events: none;\n min-width: 168px;\n padding: 0.25rem 0;\n margin: 0;\n\n position: absolute;\n top: 100%;\n right: 0;\n}\n\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li {\n list-style: none;\n}\n\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-xs);\n transition: var(--neeto-ui-transition);\n white-space: nowrap;\n line-height: 1;\n padding: 0.5rem 0.625rem;\n gap: 0.5rem;\n cursor: pointer;\n}\n\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover,\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active,\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus {\n background-color: rgb(var(--neeto-ui-gray-200));\n}\n\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button svg {\n width: 0.875rem;\n height: 0.875rem;\n}\n\n/* Handle Dropdown Trigger */\n\n.neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,\n.neeto-form-engine-dropdown > button:focus + .neeto-form-engine-dropdown-menu {\n opacity: 1;\n pointer-events: all;\n}\n",".neeto-form-engine-callout {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n gap: 0.75rem;\n\n width: calc(100% - 48px);\n background-color: rgb(var(--neeto-ui-gray-200));\n color: rgb(var(--neeto-ui-gray-600));\n border-radius: var(--neeto-ui-rounded-sm);\n padding: 0.75rem;\n\n position: absolute;\n left: 0;\n right: 0;\n bottom: 2.5rem;\n margin: auto;\n\n animation: fade-in 0.3s both;\n}\n\n.neeto-form-engine-callout.neeto-form-engine-callout--static {\n position: static;\n}\n\n.neeto-form-engine-callout.neeto-form-engine-callout--error {\n background-color: rgb(var(--neeto-ui-pastel-red));\n}\n\n.neeto-form-engine-callout.neeto-form-engine-callout--info {\n background-color: rgb(var(--neeto-ui-pastel-blue));\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__close {\n position: absolute;\n right: 0.75rem;\n top: 0.75rem;\n padding: 0;\n color: rgb(var(--neeto-ui-gray-600));\n transition: var(--neeto-ui-transition);\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__close:hover,\n.neeto-form-engine-callout .neeto-form-engine-callout__close:focus,\n.neeto-form-engine-callout .neeto-form-engine-callout__close:active {\n color: rgb(var(--neeto-ui-gray-800));\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__content {\n width: 100%;\n max-width: 240px;\n margin: auto;\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__content h5 {\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1rem;\n text-align: center;\n letter-spacing: -0.0094rem;\n color: rgb(var(--neeto-ui-gray-800));\n margin-bottom: 0.25rem;\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__content p {\n font-size: var(--neeto-ui-text-xs);\n line-height: 1rem;\n text-align: center;\n}\n\n.neeto-form-engine-callout button.neeto-form-engine-callout__button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1rem;\n letter-spacing: -0.0094rem;\n color: rgb(var(--neeto-ui-gray-800));\n\n border-radius: var(--neeto-ui-rounded-sm);\n transition: var(--neeto-ui-transition);\n background-color: rgb(var(--neeto-ui-white));\n padding: 0.375rem 0.5rem;\n}\n\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:hover,\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:focus,\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:active {\n background-color: rgb(var(--neeto-ui-gray-100));\n}\n",".neeto-form-engine-email-input {\n width: 100%;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-label {\n margin-bottom: 0.5rem;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row {\n gap: 0.5rem;\n justify-content: space-between;\n width: 100%;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-label {\n flex-grow: 1;\n overflow-wrap: break-word;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-email-input__counter {\n color: rgb(var(--neeto-form-engine-gray-700));\n line-height: 1;\n margin-bottom: 0.5rem;\n margin-left: auto;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix {\n margin-left: 0.75rem;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix svg {\n width: 1rem;\n height: 1rem;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__suffix svg {\n width: 1rem;\n height: 1rem;\n}\n",".loader {\n min-height: 192px;\n}\n\n/* sizing */\n\n.neeto-form-nano-external-form .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n}\n\n.neeto-form-nano-external-form--size-large {\n max-width: 46.5rem;\n margin: 0 auto;\n width: 100%;\n padding-top: 1rem;\n padding-left: 1rem;\n padding-right: 1rem;\n padding-bottom: 4rem;\n display: flex;\n flex-direction: column;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-input__label-wrapper {\n margin: 0.5rem 0 1rem;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper > .neeto-ui-input__label-wrapper > .neeto-ui-label,\n.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper > .neeto-ui-label {\n --neeto-ui-label-font-size: 1.3125rem;\n --neeto-ui-label-font-weight: 400;\n margin: 0.5rem 0 1rem;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-ui-checkbox__container .neeto-ui-label {\n --neeto-ui-label-font-size: 1.3125rem;\n --neeto-ui-label-font-weight: 400;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-label {\n font-size: 1.3125rem;\n font-weight: 400;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title {\n font-size: 2.25rem;\n text-align: left;\n font-weight: 400;\n line-height: 1.2;\n margin: 0.4em 0;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-nano-form-footer .neeto-ui-btn--size-medium {\n font-size: 1rem;\n height: 2.5rem;\n padding: 0.625em 1.25em;\n border-radius: 0.625rem !important;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label {\n font-size: 1rem !important;\n top: -0.0625rem;\n position: relative;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-label {\n font-size: 1rem;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-rating__item .neeto-form-engine-label {\n font-size: 1rem;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-terms .neeto-ui-checkbox__container .neeto-ui-label {\n font-size: 1rem;\n}\n\n@media only screen and (min-width: 768px) {\n .neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title {\n font-size: 3rem;\n }\n}\n",".neeto-molecules-file-upload__dropzone {\n width: 100%;\n}\n\n.neeto-molecules-file-upload__uploaded-list {\n width: 100%;\n}\n",".neeto-form-nano-math-captcha {\n border: 2px dashed rgba(var(--neeto-ui-primary-500), 0.5);\n border-radius: 0.3125rem;\n padding: 0.5rem;\n color: rgb(var(--neeto-ui-black));\n display: flex;\n align-items: center;\n gap: 0.3125rem;\n font-size: 0.875rem;\n}\n\n.neeto-form-nano-math-captcha__button {\n cursor: pointer;\n user-select: none;\n text-decoration: none;\n border: none;\n transition: all 0.1s ease-out;\n\n padding: 0.3125em;\n font-weight: 400;\n line-height: 1.2;\n min-height: 2.25rem;\n\n background: rgb(var(--neeto-ui-primary-500)) !important;\n color: rgb(var(--neeto-ui-white));\n border-radius: 0.1875em;\n\n display: inline-flex;\n align-items: center;\n gap: 0.25rem;\n}\n\n.neeto-form-nano-math-captcha__button:hover {\n opacity: 0.85;\n}\n\n.neeto-form-nano-math-captcha__button:focus-visible,\n.neeto-form-nano-math-captcha__button:focus {\n outline: 2px solid rgba(var(--neeto-ui-primary-500), 0.2);\n outline-offset: 1px;\n}\n\n.neeto-form-nano-math-captcha__equation {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.3125rem;\n min-width: 4rem;\n}\n\n.neeto-form-nano-math-captcha__input {\n width: 6rem;\n border-color: rgb(var(--neeto-ui-primary-500));\n}\n"]}
|
|
1
|
+
{"version":3,"sources":["../app/javascript/src/stylesheets/base/variables.css","../app/javascript/src/stylesheets/base/animations.css","../app/javascript/src/stylesheets/pages/form-builder.css","../app/javascript/src/stylesheets/components/adaptive_input.css","../app/javascript/src/stylesheets/components/button.css","../app/javascript/src/stylesheets/components/input.css","../app/javascript/src/stylesheets/components/date-picker.css","../app/javascript/src/stylesheets/components/loader.css","../app/javascript/src/stylesheets/components/dropdown.css","../app/javascript/src/stylesheets/components/callout.css","../app/javascript/src/stylesheets/components/email-input.css","../app/javascript/src/stylesheets/components/external-form.css","../app/javascript/src/stylesheets/components/file-upload.css","../app/javascript/src/stylesheets/components/math-captcha.css"],"names":[],"mappings":"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","file":"main.css","sourcesContent":[":root {\n --neeto-form-engine-primary-color: #2f3941;\n --neeto-form-engine-primary-color-dark: #000000;\n --neeto-form-engine-secondary-color: #ffffff;\n --neeto-form-engine-question-color: 0, 0, 0;\n --neeto-form-engine-answer-color: 45, 54, 212;\n --neeto-form-engine-button-background-color: 45, 54, 212;\n --neeto-form-engine-button-text-color: 255, 255, 255;\n --neeto-form-engine-error-color: 175, 4, 4;\n --neeto-form-engine-transition: all 0.1s ease-out;\n --neeto-form-engine-border-radius-sm: 0.3125rem;\n}\n","@keyframes rotate {\n from {\n transform: rotate(0deg);\n }\n\n to {\n transform: rotate(360deg);\n }\n}\n\n@keyframes rotate-and-scale {\n from {\n transform: rotate(0deg) scale(0);\n }\n\n to {\n transform: rotate(-360deg) scale(1);\n }\n}\n\n@keyframes rotate-and-scale-clockwise {\n from {\n transform: rotate(0deg) scale(0);\n }\n\n to {\n transform: rotate(360deg) scale(1);\n }\n}\n\n@keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n",".neeto-form-engine-add-question-between {\n visibility: hidden;\n}\n\n.neeto-form-engine-add-question-between * {\n transition: none !important;\n}\n\n.neeto-form-engine-question-accordion__drag-icon {\n display: none !important;\n}\n\n.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__header {\n border-radius: var(--neeto-ui-rounded-lg);\n}\n\n.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body {\n border-radius: var(--neeto-ui-rounded-lg);\n}\n\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between {\n visibility: visible;\n}\n\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon {\n display: block !important;\n}\n\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__icon {\n display: none !important;\n}\n\n.neeto-form-engine-form h5 {\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n color: rgb(var(--neeto-ui-gray-800));\n margin-bottom: 1rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-questions-wrapper {\n max-height: calc(100vh - 240px);\n}\n\n.neeto-form-engine-form .neeto-form-engine-input__wrapper:not(:last-child),\n.neeto-form-engine-form .neeto-form-engine-rating:not(:last-child),\n.neeto-form-engine-form .neeto-form-engine-star-rating:not(:last-child),\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper:not(:last-child) {\n margin-bottom: 1rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 0.5rem;\n margin: 0.5rem 0 0;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n\n background-color: rgb(var(--neeto-ui-white));\n border: thin solid rgb(var(--neeto-ui-gray-300));\n border-radius: var(--neeto-ui-rounded);\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n transition: var(--neeto-ui-transition);\n cursor: pointer;\n padding: 0.625rem 0.75rem;\n gap: 0.75rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"] {\n border-radius: var(--neeto-ui-rounded-sm);\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"],\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"] {\n width: 1rem;\n height: 1rem;\n border: 2px solid rgb(var(--neeto-ui-gray-300));\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:not(:disabled),\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:not(:disabled) {\n cursor: pointer;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:hover:not(:disabled, :checked),\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:hover:not(:disabled, :checked) {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:checked,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:checked {\n border: none !important;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:disabled,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:focus,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:focus-visible,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:focus,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:focus-visible {\n outline: transparent;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:focus-visible,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"radio\"]:focus-visible {\n box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)),\n 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label {\n font-weight: 400;\n}\n\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-ui-radio__container {\n width: 100%;\n gap: 0.5rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-star-rating > .neeto-form-engine-label {\n margin-bottom: 1rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 1.5rem;\n flex-wrap: wrap;\n}\n\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=\"radio\"] {\n display: none;\n}\n\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-star-rating__icon.neeto-form-engine-star-rating__icon--active {\n fill: rgb(var(--neeto-ui-primary-500));\n stroke: rgb(var(--neeto-ui-primary-500));\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating > .neeto-form-engine-label {\n margin-bottom: 1rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 1.5rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=\"radio\"] {\n display: none;\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n padding: 0.5rem;\n color: rgb(var(--neeto-ui-gray-600));\n cursor: pointer;\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg {\n margin-bottom: 0.25rem;\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg path {\n stroke: currentColor;\n transition: var(--neeto-ui-transition);\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item .neeto-form-engine-label {\n color: inherit;\n transition: var(--neeto-ui-transition);\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:hover,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:focus,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:active,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy.active {\n color: rgb(var(--neeto-ui-success-500));\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:hover,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:focus,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:active,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused.active {\n color: rgb(var(--neeto-ui-warning-500));\n}\n\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:hover,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:focus,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:active,\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad.active {\n color: rgb(var(--neeto-ui-error-500));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n transition: var(--neeto-ui-transition);\n padding: 0.5rem 0;\n gap: 0.75rem;\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"] {\n border-radius: var(--neeto-ui-rounded-sm);\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"],\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"] {\n width: 1rem;\n height: 1rem;\n border: 2px solid rgb(var(--neeto-ui-gray-300));\n align-self: flex-start;\n margin-top: 0.125rem;\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:not(:disabled),\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:not(:disabled) {\n cursor: pointer;\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:hover:not(:disabled, :checked),\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:hover:not(:disabled, :checked) {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:checked,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:checked {\n border: none !important;\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:disabled,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:focus,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:focus-visible,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:focus,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:focus-visible {\n outline: transparent;\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:focus-visible,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:focus-visible {\n box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)),\n 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n}\n\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input input {\n min-height: 2.5rem;\n padding: 0.5em 0.8em;\n}\n\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-react-select__container .neeto-ui-react-select__value-container {\n min-height: 2.5rem;\n}\n\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input__prefix .neeto-ui-react-select__value-container {\n min-height: 1.875rem;\n}\n\nbody .neeto-form-engine-form .neeto-form-engine-date-picker .ant-picker-input > input {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n\nbody .neeto-form-engine-form .neeto-form-engine-star-rating__row button {\n outline: none;\n}\n\nbody .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item {\n outline: none;\n box-shadow: none;\n}\n\nbody .neeto-form-engine-form .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 0.625rem;\n}\n\nbody .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n background-color: rgb(var(--neeto-ui-white));\n}\n\nbody .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n padding-top: 0.625rem;\n padding-bottom: 0.625rem;\n}\n\n/* Focus ring overrides */\n\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input:focus-within:not(.neeto-ui-input--naked, .neeto-ui-input--error) {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\n\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input.neeto-ui-input--error:focus-within {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-error-500)) inset;\n}\n\nbody .neeto-form-engine-form .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\n\nbody .neeto-form-engine-form .neeto-ui-react-select__container.neeto-ui-react-select__container--error .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-error-500)) inset;\n}\n\n.neeto-form-nano-form__card--active {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\n\n.neeto-form-nano-advanced-properties-accordion {\n --neeto-ui-accordion-item-padding-x: 0rem;\n --neeto-ui-accordion-drop-padding-x: 0rem;\n --neeto-ui-accordion-wrapper-border-width: 0rem;\n}\n\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input .neeto-ui-input textarea {\n padding-top: 0.1875rem;\n}\n\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-textarea .neeto-ui-input textarea,\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-rich_text .neeto-ui-input textarea {\n min-height: 4em !important;\n}\n\n@media (max-width: 768px) {\n .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label {\n font-size: 1rem;\n }\n}\n",".neeto-form-nano-adaptive-input textarea {\n --neeto-ui-input-line-height: 1.5;\n}\n","button.neeto-form-engine-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: relative;\n\n font-weight: var(--neeto-ui-font-medium);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1;\n letter-spacing: -0.0094rem;\n color: var(--neeto-form-engine-secondary-color);\n\n border-radius: var(--neeto-ui-rounded-sm);\n background-color: var(--neeto-form-engine-primary-color);\n transition: var(--neeto-ui-transition);\n padding: 0.5rem 0.75rem;\n}\n\nbutton.neeto-form-engine-button:hover,\nbutton.neeto-form-engine-button:focus,\nbutton.neeto-form-engine-button:active {\n background-color: var(--neeto-form-engine-primary-color-dark);\n}\n\n.neeto-form-engine-button__loader,\n.neeto-form-engine-button__success {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: absolute;\n inset-inline-start: 0;\n top: 0;\n width: 100%;\n height: 100%;\n border-radius: inherit;\n background: inherit;\n cursor: default;\n outline: none;\n}\n\n.neeto-form-engine-button__loader svg path,\n.neeto-form-engine-button__success svg path {\n stroke: currentColor;\n}\n",".neeto-form-engine-input__wrapper {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n flex-grow: 1;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__label-wrapper {\n display: flex;\n justify-content: space-between;\n margin-bottom: 0.375rem;\n width: 100%;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input {\n width: 100%;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n font-size: var(--neeto-ui-text-sm);\n line-height: 1.6;\n transition: var(--neeto-ui-transition);\n border-radius: var(--neeto-ui-rounded);\n border: thin solid rgb(var(--neeto-ui-gray-400));\n background-color: rgb(var(--neeto-ui-white));\n color: rgb(var(--neeto-ui-gray-800));\n overflow: hidden;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea {\n padding: 0.5rem;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {\n width: 100%;\n background-color: transparent;\n color: inherit;\n border: none;\n font-size: inherit;\n line-height: inherit;\n box-shadow: none;\n outline: none;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input::placeholder,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::placeholder {\n color: rgb(var(-neeto-ui-gray-400));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input:focus,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea:focus {\n outline-color: transparent;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input {\n padding: 0.375rem 0.5rem;\n line-height: 1.3;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {\n padding: 0;\n max-height: 14rem;\n overflow-y: auto;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input:focus-within:not(.neeto-form-engine-input--error) {\n border-color: rgb(var(--neeto-ui-gray-800));\n box-shadow: var(--neeto-ui-shadow-m);\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {\n border-color: rgb(var(--neeto-ui-gray-700));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error {\n border-color: rgb(var(--neeto-ui-error-500));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error:focus-within {\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea {\n resize: none;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled {\n background-color: rgb(var(--neeto-ui-gray-100));\n cursor: not-allowed;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input {\n cursor: not-allowed;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea {\n cursor: not-allowed;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n font-size: 0.875rem;\n color: rgb(var(--neeto-ui-gray-600));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix svg,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix svg {\n width: 1rem;\n height: 1rem;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix {\n margin-inline-start: 0.625rem;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n margin-inline-end: 0.625rem;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {\n margin: 0;\n padding: 0.5rem 0.625rem;\n background-color: rgb(var(--neeto-ui-gray-100));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix {\n border-inline-end: thin solid rgb(var(--neeto-ui-gray-300));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {\n border-inline-start: thin solid rgb(var(--neeto-ui-gray-300));\n}\n\n.neeto-form-engine-input__error {\n margin-top: 0.25rem;\n font-size: var(--neeto-ui-text-xs);\n color: rgb(var(--neeto-ui-error-500));\n}\n\n.neeto-form-engine-label {\n font-size: var(--neeto-ui-text-sm);\n color: rgb(var(--neeto-ui-black));\n font-weight: var(--neeto-ui-font-medium);\n letter-spacing: -0.0094rem;\n line-height: 1.5;\n}\n\n@media (max-width: 768px) {\n .neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input {\n font-size: 1rem;\n }\n\n .neeto-form-engine-input__wrapper .neeto-form-engine-input {\n font-size: 1rem;\n }\n\n .neeto-form-engine-input__wrapper .neeto-form-engine-input input,\n .neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {\n font-size: 1rem;\n }\n\n .neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,\n .neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n font-size: 1rem;\n }\n\n .neeto-ui-react-select__container,\n .neeto-ui-react-select__menu-portal,\n .neeto-ui-react-select__multi-value__label,\n .neeto-ui-react-select__input,\n .neeto-ui-input__wrapper .neeto-ui-input,\n .neeto-ui-input--medium {\n font-size: 1rem !important;\n }\n}\n\n.neeto-molecules-phone-number-input__input .neeto-ui-input input {\n direction: inherit;\n}",".neeto-form-engine-date-picker {\n display: flex;\n flex-direction: column;\n width: 100%;\n}\n\n.neeto-form-engine-date-picker .ant-picker {\n font-size: 0.875rem;\n line-height: 1.15;\n width: 100%;\n border-radius: var(--neeto-ui-rounded);\n transition: var(--neeto-ui-transition);\n border: thin solid rgb(var(--neeto-ui-gray-400));\n color: rgb(var(--neeto-ui-gray-800));\n background-color: rgb(var(--neeto-ui-white));\n padding: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {\n border-color: rgb(var(--neeto-ui-gray-700));\n}\n\n.neeto-form-engine-date-picker .ant-picker.ant-picker-focused:not(.neeto-form-engine-input--error) {\n outline: none !important;\n border-color: rgb(var(--neeto-ui-gray-800)) !important;\n box-shadow: var(--neeto-ui-shadow-m) !important;\n}\n\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error {\n border-color: rgb(var(--neeto-ui-error-500)) !important;\n}\n\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error:focus-within {\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;\n}\n\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error.ant-picker-focused {\n border-color: rgb(var(--neeto-ui-error-500)) !important;\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;\n}\n\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea {\n resize: none;\n}\n\n.neeto-form-engine-date-picker .ant-picker.neeto-ui-date-input {\n padding: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-suffix {\n color: rgba(var(--neeto-ui-gray-800));\n padding-inline-end: 0.4444444444em;\n margin: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-suffix svg {\n width: 1rem;\n height: 1rem;\n}\n\n.neeto-form-engine-date-picker .ant-picker-clear {\n color: rgba(var(--neeto-ui-gray-800));\n margin-inline-end: 0.4444444444rem;\n background-color: transparent;\n}\n\n.neeto-form-engine-date-picker .ant-picker-clear svg {\n width: 1rem;\n height: 1rem;\n color: inherit;\n}\n\n.neeto-form-engine-date-picker .ant-picker-clear+.ant-picker-suffix .ant-picker-suffix {\n opacity: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=\"\"])+.ant-picker-suffix {\n opacity: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-input>input {\n font-size: 0.875rem;\n padding: 0.375rem 0.5rem;\n color: rgba(var(--neeto-ui-gray-800));\n background-color: transparent;\n}\n\n.neeto-form-engine-date-picker .ant-picker-input>input::placeholder {\n /* Chrome, Firefox, Opera, Safari 10.1+ */\n color: rgba(var(--neeto-form-answer-color), 0.5);\n opacity: 1;\n /* Firefox */\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-panel-container {\n background-color: rgb(var(--neeto-ui-white));\n border: 1px solid rgba(var(--neeto-ui-gray-800), 0.8);\n border-radius: 0.75rem;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel {\n border: 0;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-cell,\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {\n color: rgb(var(--neeto-ui-gray-800));\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-header button {\n color: rgb(var(--neeto-ui-gray-800)) !important;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-header>button:hover {\n opacity: 0.8;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-content th {\n color: rgba(var(--neeto-ui-gray-800), 0.8);\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-header,\n.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-footer {\n border: 0;\n background-color: transparent;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-today-btn,\n.neeto-form-engine-date-picker-popup .ant-picker-now-btn,\n.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn {\n background-color: #4558f9 !important;\n color: rgb(var(--neeto-ui-white)) !important;\n cursor: pointer;\n padding: 0.25rem;\n border-radius: var(--neeto-ui-rounded);\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover,\n.neeto-form-engine-date-picker-popup .ant-picker-today-btn:focus,\n.neeto-form-engine-date-picker-popup .ant-picker-now-btn:hover,\n.neeto-form-engine-date-picker-popup .ant-picker-now-btn:focus,\n.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:hover,\n.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:focus {\n opacity: 0.8;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {\n background-color: rgb(var(--neeto-form-answer-color));\n color: rgb(var(--neeto-form-answer-text-color));\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {\n background-color: rgb(var(--neeto-form-answer-color));\n color: rgb(var(--neeto-form-answer-text-color));\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child) {\n border-inline-start: none;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,\n.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {\n background-color: rgba(var(--neeto-form-question-color), 0.1);\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {\n background-color: rgba(var(--neeto-form-question-color), 0.1);\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {\n border-color: rgb(var(--neeto-form-answer-color)) !important;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner {\n border-radius: 0.3125rem !important;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-content th {\n font-size: 0.75rem;\n text-transform: uppercase;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input {\n font-size: 1.25rem;\n height: calc(3rem - 2px);\n padding: 0.8em;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix {\n padding-inline-end: 0.8rem;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg {\n width: 1.5rem;\n height: 1.5rem;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear {\n margin-inline-end: 0.8rem;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear svg {\n width: 1.5rem;\n height: 1.5rem;\n}\n\n@media (min-width: 768px) {\n .neeto-form-engine-date-picker .ant-picker-cell .ant-picker-cell-inner {\n min-width: 2rem;\n height: 2rem;\n line-height: 2rem;\n }\n\n .neeto-form-engine-date-picker .ant-picker-date-panel {\n width: 320px;\n }\n\n .neeto-form-engine-date-picker .ant-picker-header {\n min-height: 4.25rem;\n padding: 0.75rem 1.5rem 0rem 1.5rem;\n white-space: nowrap;\n align-items: center;\n }\n\n .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body {\n padding-inline-start: 1.5rem;\n padding-inline-end: 1.5rem;\n }\n\n .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content {\n width: 272px;\n }\n}\n\n@media (max-width: 768px) {\n .neeto-form-engine-date-picker .ant-picker {\n font-size: 1rem;\n }\n\n .neeto-form-engine-date-picker .ant-picker-input>input {\n font-size: 1rem;\n }\n\n .neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input {\n font-size: 1rem;\n }\n}\n\n/* RTL Styles */\n\n[dir=\"rtl\"] .neeto-form-engine-date-picker-popup .ant-picker-header-next-btn {\n transform: rotate(180deg);\n}\n\n[dir=\"rtl\"] .neeto-form-engine-date-picker-popup .ant-picker-header-prev-btn {\n transform: rotate(180deg);\n}\n",".neeto-form-engine-loader {\n width: 100%;\n height: 100%;\n\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n\n.neeto-form-engine-spinner {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n\n.neeto-form-engine-spinner svg {\n animation: rotate 1s ease-in-out infinite;\n}\n",".neeto-form-engine-dropdown {\n display: inline-flex;\n align-items: center;\n position: relative;\n}\n\n.neeto-form-engine-dropdown button {\n margin: 0;\n}\n\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu {\n opacity: 0;\n background-color: rgb(var(--neeto-ui-white));\n border-radius: var(--neeto-ui-rounded);\n box-shadow: var(--neeto-ui-shadow-m)-m;\n transition: var(--neeto-ui-transition);\n pointer-events: none;\n min-width: 168px;\n padding: 0.25rem 0;\n margin: 0;\n\n position: absolute;\n top: 100%;\n inset-inline-end: 0;\n}\n\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li {\n list-style: none;\n}\n\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-xs);\n transition: var(--neeto-ui-transition);\n white-space: nowrap;\n line-height: 1;\n padding: 0.5rem 0.625rem;\n gap: 0.5rem;\n cursor: pointer;\n}\n\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover,\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active,\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus {\n background-color: rgb(var(--neeto-ui-gray-200));\n}\n\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button svg {\n width: 0.875rem;\n height: 0.875rem;\n}\n\n/* Handle Dropdown Trigger */\n\n.neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,\n.neeto-form-engine-dropdown>button:focus+.neeto-form-engine-dropdown-menu {\n opacity: 1;\n pointer-events: all;\n}\n",".neeto-form-engine-callout {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n gap: 0.75rem;\n\n width: calc(100% - 48px);\n background-color: rgb(var(--neeto-ui-gray-200));\n color: rgb(var(--neeto-ui-gray-600));\n border-radius: var(--neeto-ui-rounded-sm);\n padding: 0.75rem;\n\n position: absolute;\n inset-inline-start: 0;\n inset-inline-end: 0;\n bottom: 2.5rem;\n margin: auto;\n\n animation: fade-in 0.3s both;\n}\n\n.neeto-form-engine-callout.neeto-form-engine-callout--static {\n position: static;\n}\n\n.neeto-form-engine-callout.neeto-form-engine-callout--error {\n background-color: rgb(var(--neeto-ui-pastel-red));\n}\n\n.neeto-form-engine-callout.neeto-form-engine-callout--info {\n background-color: rgb(var(--neeto-ui-pastel-blue));\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__close {\n position: absolute;\n inset-inline-end: 0.75rem;\n top: 0.75rem;\n padding: 0;\n color: rgb(var(--neeto-ui-gray-600));\n transition: var(--neeto-ui-transition);\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__close:hover,\n.neeto-form-engine-callout .neeto-form-engine-callout__close:focus,\n.neeto-form-engine-callout .neeto-form-engine-callout__close:active {\n color: rgb(var(--neeto-ui-gray-800));\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__content {\n width: 100%;\n max-width: 240px;\n margin: auto;\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__content h5 {\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1rem;\n text-align: center;\n letter-spacing: -0.0094rem;\n color: rgb(var(--neeto-ui-gray-800));\n margin-bottom: 0.25rem;\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__content p {\n font-size: var(--neeto-ui-text-xs);\n line-height: 1rem;\n text-align: center;\n}\n\n.neeto-form-engine-callout button.neeto-form-engine-callout__button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1rem;\n letter-spacing: -0.0094rem;\n color: rgb(var(--neeto-ui-gray-800));\n\n border-radius: var(--neeto-ui-rounded-sm);\n transition: var(--neeto-ui-transition);\n background-color: rgb(var(--neeto-ui-white));\n padding: 0.375rem 0.5rem;\n}\n\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:hover,\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:focus,\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:active {\n background-color: rgb(var(--neeto-ui-gray-100));\n}\n",".neeto-form-engine-email-input {\n width: 100%;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-label {\n margin-bottom: 0.5rem;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row {\n gap: 0.5rem;\n justify-content: space-between;\n width: 100%;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-label {\n flex-grow: 1;\n overflow-wrap: break-word;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-email-input__counter {\n color: rgb(var(--neeto-form-engine-gray-700));\n line-height: 1;\n margin-bottom: 0.5rem;\n margin-inline-start: auto;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix {\n margin-inline-start: 0.75rem;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix svg {\n width: 1rem;\n height: 1rem;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__suffix svg {\n width: 1rem;\n height: 1rem;\n}\n",".loader {\n min-height: 192px;\n}\n\n/* sizing */\n\n.neeto-form-nano-external-form .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n}\n\n.neeto-form-nano-external-form--size-large {\n max-width: 46.5rem;\n margin: 0 auto;\n width: 100%;\n padding-top: 1rem;\n padding-inline-start: 1rem;\n padding-inline-end: 1rem;\n padding-bottom: 4rem;\n display: flex;\n flex-direction: column;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-input__label-wrapper {\n margin: 0.5rem 0 1rem;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper>.neeto-ui-input__label-wrapper>.neeto-ui-label,\n.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper>.neeto-ui-label {\n --neeto-ui-label-font-size: 1.3125rem;\n --neeto-ui-label-font-weight: 400;\n margin: 0.5rem 0 1rem;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-ui-checkbox__container .neeto-ui-label {\n --neeto-ui-label-font-size: 1.3125rem;\n --neeto-ui-label-font-weight: 400;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-label {\n font-size: 1.3125rem;\n font-weight: 400;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title {\n font-size: 2.25rem;\n text-align: start;\n font-weight: 400;\n line-height: 1.2;\n margin: 0.4em 0;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-nano-form-footer .neeto-ui-btn--size-medium {\n font-size: 1rem;\n height: 2.5rem;\n padding: 0.625em 1.25em;\n border-radius: 0.625rem !important;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label {\n font-size: 1rem !important;\n top: -0.0625rem;\n position: relative;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-label {\n font-size: 1rem;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-rating__item .neeto-form-engine-label {\n font-size: 1rem;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-terms .neeto-ui-checkbox__container .neeto-ui-label {\n font-size: 1rem;\n}\n\n@media only screen and (min-width: 768px) {\n .neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title {\n font-size: 3rem;\n }\n}\n",".neeto-molecules-file-upload__dropzone {\n width: 100%;\n}\n\n.neeto-molecules-file-upload__uploaded-list {\n width: 100%;\n}\n",".neeto-form-nano-math-captcha {\n border: 2px dashed rgba(var(--neeto-ui-primary-500), 0.5);\n border-radius: 0.3125rem;\n padding: 0.5rem;\n color: rgb(var(--neeto-ui-black));\n display: flex;\n align-items: center;\n gap: 0.3125rem;\n font-size: 0.875rem;\n}\n\n.neeto-form-nano-math-captcha__button {\n cursor: pointer;\n user-select: none;\n text-decoration: none;\n border: none;\n transition: all 0.1s ease-out;\n\n padding: 0.3125em;\n font-weight: 400;\n line-height: 1.2;\n min-height: 2.25rem;\n\n background: rgb(var(--neeto-ui-primary-500)) !important;\n color: rgb(var(--neeto-ui-white));\n border-radius: 0.1875em;\n\n display: inline-flex;\n align-items: center;\n gap: 0.25rem;\n}\n\n.neeto-form-nano-math-captcha__button:hover {\n opacity: 0.85;\n}\n\n.neeto-form-nano-math-captcha__button:focus-visible,\n.neeto-form-nano-math-captcha__button:focus {\n outline: 2px solid rgba(var(--neeto-ui-primary-500), 0.2);\n outline-offset: 1px;\n}\n\n.neeto-form-nano-math-captcha__equation {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.3125rem;\n min-width: 4rem;\n}\n\n.neeto-form-nano-math-captcha__input {\n width: 6rem;\n border-color: rgb(var(--neeto-ui-primary-500));\n}\n"]}
|