infinity-forge 6.1.4 → 6.1.7

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.
Files changed (152) hide show
  1. package/dist/infinity-forge.css +4 -0
  2. package/dist/system/components/data/highlight-icon/index.js +1 -5
  3. package/dist/system/components/data/highlight-icon/index.js.map +1 -1
  4. package/dist/system/components/data/highlight-text/index.js +1 -5
  5. package/dist/system/components/data/highlight-text/index.js.map +1 -1
  6. package/dist/system/components/data/highlight-text/styles.js +2 -2
  7. package/dist/system/components/data/highlight-text/styles.js.map +1 -1
  8. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js +22 -2
  9. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js.map +1 -1
  10. package/dist/ui/components/form/handler/form-handler/index.js +47 -33
  11. package/dist/ui/components/form/handler/form-handler/index.js.map +1 -1
  12. package/dist/ui/components/form/index.d.ts +1 -2
  13. package/dist/ui/components/form/index.js +1 -2
  14. package/dist/ui/components/form/index.js.map +1 -1
  15. package/dist/ui/components/form/input-color/index.d.ts +2 -2
  16. package/dist/ui/components/form/input-color/index.js +2 -51
  17. package/dist/ui/components/form/input-color/index.js.map +1 -1
  18. package/dist/ui/components/form/input-date-picker/component.js +47 -13
  19. package/dist/ui/components/form/input-date-picker/component.js.map +1 -1
  20. package/dist/ui/components/form/input-date-picker/styles.d.ts +1 -0
  21. package/dist/ui/components/form/input-date-picker/styles.js +13 -0
  22. package/dist/ui/components/form/input-date-picker/styles.js.map +1 -1
  23. package/dist/ui/components/form/input-date-range/component.d.ts +6 -0
  24. package/dist/ui/components/form/{input-color/react-input-color-lib/components/Alpha/Alpha.js → input-date-range/component.js} +8 -19
  25. package/dist/ui/components/form/input-date-range/component.js.map +1 -0
  26. package/dist/ui/components/form/input-date-range/index.d.ts +1 -0
  27. package/dist/ui/{integrations/google → components/form/input-date-range}/index.js +1 -1
  28. package/dist/ui/components/form/input-date-range/index.js.map +1 -0
  29. package/dist/ui/components/form/input-date-range/styles.d.ts +1 -0
  30. package/dist/ui/components/form/input-date-range/styles.js +14 -0
  31. package/dist/ui/components/form/input-date-range/styles.js.map +1 -0
  32. package/dist/ui/components/site/context/scripts/component.js +2 -3
  33. package/dist/ui/components/site/context/scripts/component.js.map +1 -1
  34. package/dist/ui/hooks/use-query/use-mutation.d.ts +1 -1
  35. package/dist/ui/hooks/use-query/use-mutation.js.map +1 -1
  36. package/dist/ui/icons/render/icon-academic-cap copy.d.ts +2 -0
  37. package/dist/ui/icons/render/icon-academic-cap copy.js +9 -0
  38. package/dist/ui/icons/render/icon-academic-cap copy.js.map +1 -0
  39. package/dist/ui/icons/render/icon-calendar-time.d.ts +1 -2
  40. package/dist/ui/icons/render/icon-calendar-time.js +2 -3
  41. package/dist/ui/icons/render/icon-calendar-time.js.map +1 -1
  42. package/dist/ui/integrations/index.d.ts +0 -1
  43. package/dist/ui/integrations/index.js +0 -1
  44. package/dist/ui/integrations/index.js.map +1 -1
  45. package/dist/ui/utils/colors/hext-to-rgba.d.ts +1 -0
  46. package/dist/ui/utils/colors/hext-to-rgba.js +10 -0
  47. package/dist/ui/utils/colors/hext-to-rgba.js.map +1 -0
  48. package/dist/ui/utils/colors/index.d.ts +1 -0
  49. package/dist/ui/{integrations/google/recaptcha-v3 → utils/colors}/index.js +1 -1
  50. package/dist/ui/utils/colors/index.js.map +1 -0
  51. package/dist/ui/utils/http/api.js +5 -1
  52. package/dist/ui/utils/http/api.js.map +1 -1
  53. package/dist/ui/utils/index.d.ts +1 -0
  54. package/dist/ui/utils/index.js +1 -0
  55. package/dist/ui/utils/index.js.map +1 -1
  56. package/package.json +65 -74
  57. package/dist/ui/components/form/date-picker/index.d.ts +0 -5
  58. package/dist/ui/components/form/date-picker/index.js +0 -67
  59. package/dist/ui/components/form/date-picker/index.js.map +0 -1
  60. package/dist/ui/components/form/date-picker/styles.d.ts +0 -1
  61. package/dist/ui/components/form/date-picker/styles.js +0 -14
  62. package/dist/ui/components/form/date-picker/styles.js.map +0 -1
  63. package/dist/ui/components/form/input-color/interfaces.d.ts +0 -6
  64. package/dist/ui/components/form/input-color/interfaces.js +0 -3
  65. package/dist/ui/components/form/input-color/interfaces.js.map +0 -1
  66. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.d.ts +0 -6
  67. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.js.map +0 -1
  68. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.style.d.ts +0 -6
  69. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.style.js +0 -52
  70. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.style.js.map +0 -1
  71. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.d.ts +0 -11
  72. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.js +0 -55
  73. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.js.map +0 -1
  74. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.style.d.ts +0 -8
  75. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.style.js +0 -64
  76. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.style.js.map +0 -1
  77. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.d.ts +0 -14
  78. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.js +0 -119
  79. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.js.map +0 -1
  80. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.style.d.ts +0 -9
  81. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.style.js +0 -58
  82. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.style.js.map +0 -1
  83. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/helper.d.ts +0 -3
  84. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/helper.js +0 -55
  85. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/helper.js.map +0 -1
  86. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.d.ts +0 -8
  87. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.js +0 -55
  88. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.js.map +0 -1
  89. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.style.d.ts +0 -4
  90. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.style.js +0 -30
  91. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.style.js.map +0 -1
  92. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.d.ts +0 -17
  93. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.js +0 -63
  94. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.js.map +0 -1
  95. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.style.d.ts +0 -4
  96. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.style.js +0 -38
  97. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.style.js.map +0 -1
  98. package/dist/ui/components/form/input-color/react-input-color-lib/components/PresetList/PresetList.d.ts +0 -9
  99. package/dist/ui/components/form/input-color/react-input-color-lib/components/PresetList/PresetList.js +0 -67
  100. package/dist/ui/components/form/input-color/react-input-color-lib/components/PresetList/PresetList.js.map +0 -1
  101. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.d.ts +0 -8
  102. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.js +0 -67
  103. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.js.map +0 -1
  104. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.style.d.ts +0 -5
  105. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.style.js +0 -35
  106. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.style.js.map +0 -1
  107. package/dist/ui/components/form/input-color/react-input-color-lib/hooks/usePosition.d.ts +0 -12
  108. package/dist/ui/components/form/input-color/react-input-color-lib/hooks/usePosition.js +0 -47
  109. package/dist/ui/components/form/input-color/react-input-color-lib/hooks/usePosition.js.map +0 -1
  110. package/dist/ui/components/form/input-color/react-input-color-lib/index.d.ts +0 -7
  111. package/dist/ui/components/form/input-color/react-input-color-lib/index.js +0 -14
  112. package/dist/ui/components/form/input-color/react-input-color-lib/index.js.map +0 -1
  113. package/dist/ui/components/form/input-color/react-input-color-lib/themes.d.ts +0 -7
  114. package/dist/ui/components/form/input-color/react-input-color-lib/themes.js +0 -24
  115. package/dist/ui/components/form/input-color/react-input-color-lib/themes.js.map +0 -1
  116. package/dist/ui/components/form/input-color/react-input-color-lib/types.d.ts +0 -39
  117. package/dist/ui/components/form/input-color/react-input-color-lib/types.js +0 -3
  118. package/dist/ui/components/form/input-color/react-input-color-lib/types.js.map +0 -1
  119. package/dist/ui/components/form/input-color/styles.d.ts +0 -1
  120. package/dist/ui/components/form/input-color/styles.js +0 -14
  121. package/dist/ui/components/form/input-color/styles.js.map +0 -1
  122. package/dist/ui/components/form/range-date-picker/index.d.ts +0 -5
  123. package/dist/ui/components/form/range-date-picker/index.js +0 -70
  124. package/dist/ui/components/form/range-date-picker/index.js.map +0 -1
  125. package/dist/ui/components/form/range-date-picker/styles.d.ts +0 -1
  126. package/dist/ui/components/form/range-date-picker/styles.js +0 -14
  127. package/dist/ui/components/form/range-date-picker/styles.js.map +0 -1
  128. package/dist/ui/integrations/google/index.d.ts +0 -1
  129. package/dist/ui/integrations/google/index.js.map +0 -1
  130. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha-provider.d.ts +0 -35
  131. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha-provider.js +0 -102
  132. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha-provider.js.map +0 -1
  133. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha.d.ts +0 -6
  134. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha.js +0 -77
  135. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha.js.map +0 -1
  136. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/hoist-non-react-statics.d.ts +0 -1
  137. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/hoist-non-react-statics.js +0 -92
  138. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/hoist-non-react-statics.js.map +0 -1
  139. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/index.d.ts +0 -4
  140. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/index.js +0 -21
  141. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/index.js.map +0 -1
  142. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/use-google-recaptcha.d.ts +0 -1
  143. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/use-google-recaptcha.js +0 -8
  144. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/use-google-recaptcha.js.map +0 -1
  145. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/utils.d.ts +0 -52
  146. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/utils.js +0 -147
  147. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/utils.js.map +0 -1
  148. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/with-google-recaptcha.d.ts +0 -6
  149. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/with-google-recaptcha.js +0 -28
  150. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/with-google-recaptcha.js.map +0 -1
  151. package/dist/ui/integrations/google/recaptcha-v3/index.d.ts +0 -1
  152. package/dist/ui/integrations/google/recaptcha-v3/index.js.map +0 -1
@@ -1,3 +1,7 @@
1
1
  a{text-decoration:unset}html{font-size:10px!important}a,address,b,h1,h2,h3,h4,h5,i,label,li,p,span,strong,td,time{margin-bottom:0;text-rendering:optimizeLegibility!important}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}[class*=-extraBold]{font-weight:800}[class*=-bold]{font-weight:700}[class*=-semibold]{font-weight:600}[class*=-medium]{font-weight:500}[class*=-regular]{font-weight:400}[class*=-light]{font-weight:300}[class*=font-80]{font-size:8rem}[class*=font-72]{font-size:7.2rem}[class*=font-70]{font-size:7rem}[class*=font-64]{font-size:6.4rem}[class*=font-50]{font-size:5rem}[class*=font-48]{font-size:4.8rem}[class*=font-40]{font-size:4rem}[class*=font-36]{font-size:3.6rem}[class*=font-32]{font-size:3.2rem}[class*=font-24]{font-size:2.4rem}[class*=font-20]{font-size:2rem}[class*=font-18]{font-size:1.8rem}[class*=font-16]{font-size:1.6rem}[class*=font-15]{font-size:1.5rem}[class*=font-14]{font-size:1.4rem}[class*=font-13]{font-size:1.3rem}[class*=font-12]{font-size:1.2rem}@media only screen and (max-width:1600px){[class*=font-80]{font-size:6rem}[class*=font-72]{font-size:5.8rem}[class*=font-70]{font-size:5.5rem}[class*=font-64]{font-size:6rem}[class*=font-50]{font-size:4.8rem}[class*=font-48]{font-size:4.4rem}[class*=font-40]{font-size:3.8rem}[class*=font-32]{font-size:3rem}[class*=font-24]{font-size:2.3rem}[class*=font-20]{font-size:1.9rem}[class*=font-18]{font-size:1.7rem}[class*=font-16]{font-size:1.55rem}}@media only screen and (max-width:1400px){[class*=font-80]{font-size:5.4rem}[class*=font-72]{font-size:5.2rem}[class*=font-70]{font-size:4.9rem}[class*=font-64]{font-size:5.6rem}[class*=font-50]{font-size:4.6rem}[class*=font-48]{font-size:4.2rem}[class*=font-40]{font-size:3.6rem}[class*=font-32]{font-size:2.8rem}[class*=font-24]{font-size:2rem}[class*=font-20]{font-size:1.8rem}[class*=font-18]{font-size:1.65rem}[class*=font-16]{font-size:1.5rem}[class*=font-13]{font-size:1.25rem}}@media only screen and (max-width:1200px){[class*=font-80]{font-size:5.5rem}[class*=font-72]{font-size:4.8rem}[class*=font-70]{font-size:4.6rem}[class*=font-64]{font-size:5.2rem}[class*=font-50]{font-size:4.2rem}[class*=font-48]{font-size:4rem}[class*=font-40]{font-size:3.2rem}[class*=font-32]{font-size:2.4rem}[class*=font-24]{font-size:1.9rem}[class*=font-20]{font-size:1.75rem}[class*=font-18]{font-size:1.6rem}[class*=font-16]{font-size:1.45rem}[class*=font-13]{font-size:1.2rem}}@media only screen and (max-width:1024px){[class*=font-80]{font-size:5.2rem}[class*=font-72]{font-size:4.5rem}[class*=font-70]{font-size:4.3rem}[class*=font-64]{font-size:4.4rem}[class*=font-50]{font-size:4rem}[class*=font-48]{font-size:3.8rem}[class*=font-40]{font-size:3rem}[class*=font-32]{font-size:2.2rem}[class*=font-24]{font-size:1.8rem}[class*=font-20]{font-size:1.7rem}[class*=font-18]{font-size:1.55rem}[class*=font-16]{font-size:1.35rem}[class*=font-14]{font-size:1.3rem}}@media only screen and (max-width:900px){[class*=font-80]{font-size:5rem}[class*=font-72]{font-size:3.8rem}[class*=font-70]{font-size:3.6rem}[class*=font-64]{font-size:3.8rem}[class*=font-48]{font-size:3.6rem}[class*=font-40]{font-size:2.8rem}[class*=font-32]{font-size:2rem}}@media only screen and (max-width:768px){[class*=font-80]{font-size:4.5rem}[class*=font-72]{font-size:3.5rem}[class*=font-70]{font-size:3rem}[class*=font-64]{font-size:3.4rem}[class*=font-50]{font-size:3.8rem}[class*=font-48]{font-size:3.4rem}[class*=font-40]{font-size:2.6rem}[class*=font-32]{font-size:1.9rem}[class*=font-24]{font-size:1.7rem}[class*=font-20]{font-size:1.65rem}[class*=font-18]{font-size:1.5rem}[class*=font-16]{font-size:1.35rem}[class*=font-13]{font-size:1.15rem}}@media only screen and (max-width:650px){[class*=font-80]{font-size:4rem}[class*=font-64]{font-size:3.2rem}[class*=font-50]{font-size:3.5rem}[class*=font-48]{font-size:3.2rem}[class*=font-40]{font-size:2.5rem}[class*=font-32]{font-size:1.8rem}[class*=font-24]{font-size:1.65rem}[class*=font-18]{font-size:1.4rem}[class*=font-16]{font-size:1.3rem}}@media only screen and (max-width:500px){[class*=font-80]{font-size:3.5rem}[class*=font-64]{font-size:2.8rem}[class*=font-50]{font-size:3rem}[class*=font-48]{font-size:2.8rem}[class*=font-40]{font-size:2.3rem}[class*=font-24]{font-size:1.6rem}[class*=font-18]{font-size:1.25rem}[class*=font-14],[class*=font-16]{font-size:1.2rem}}@media only screen and (max-width:390px){[class*=font-72],[class*=font-80]{font-size:3rem}[class*=font-64]{font-size:2.6rem}[class*=font-50]{font-size:2.8rem}[class*=font-48]{font-size:2.6rem}[class*=font-40]{font-size:2.1rem}[class*=font-32]{font-size:1.7rem}[class*=font-24]{font-size:1.4rem}[class*=font-18]{font-size:1.2rem}}*,:after,:before{box-sizing:border-box}html{font-family:Roboto,sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:Roboto,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#007bff;text-decoration:none;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;color:#868e96;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}ul,ul li{list-style-type:none;padding-left:0}@keyframes placeHolderShimmer{0%{background-position:0 0}to{background-position:100vw 0}}
2
+ a{text-decoration:unset}html{font-size:10px!important}a,address,b,h1,h2,h3,h4,h5,i,label,li,p,span,strong,td,time{margin-bottom:0;text-rendering:optimizeLegibility!important}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}[class*=-extraBold]{font-weight:800}[class*=-bold]{font-weight:700}[class*=-semibold]{font-weight:600}[class*=-medium]{font-weight:500}[class*=-regular]{font-weight:400}[class*=-light]{font-weight:300}[class*=font-80]{font-size:8rem}[class*=font-72]{font-size:7.2rem}[class*=font-70]{font-size:7rem}[class*=font-64]{font-size:6.4rem}[class*=font-50]{font-size:5rem}[class*=font-48]{font-size:4.8rem}[class*=font-40]{font-size:4rem}[class*=font-36]{font-size:3.6rem}[class*=font-32]{font-size:3.2rem}[class*=font-24]{font-size:2.4rem}[class*=font-20]{font-size:2rem}[class*=font-18]{font-size:1.8rem}[class*=font-16]{font-size:1.6rem}[class*=font-15]{font-size:1.5rem}[class*=font-14]{font-size:1.4rem}[class*=font-13]{font-size:1.3rem}[class*=font-12]{font-size:1.2rem}@media only screen and (max-width:1600px){[class*=font-80]{font-size:6rem}[class*=font-72]{font-size:5.8rem}[class*=font-70]{font-size:5.5rem}[class*=font-64]{font-size:6rem}[class*=font-50]{font-size:4.8rem}[class*=font-48]{font-size:4.4rem}[class*=font-40]{font-size:3.8rem}[class*=font-32]{font-size:3rem}[class*=font-24]{font-size:2.3rem}[class*=font-20]{font-size:1.9rem}[class*=font-18]{font-size:1.7rem}[class*=font-16]{font-size:1.55rem}}@media only screen and (max-width:1400px){[class*=font-80]{font-size:5.4rem}[class*=font-72]{font-size:5.2rem}[class*=font-70]{font-size:4.9rem}[class*=font-64]{font-size:5.6rem}[class*=font-50]{font-size:4.6rem}[class*=font-48]{font-size:4.2rem}[class*=font-40]{font-size:3.6rem}[class*=font-32]{font-size:2.8rem}[class*=font-24]{font-size:2rem}[class*=font-20]{font-size:1.8rem}[class*=font-18]{font-size:1.65rem}[class*=font-16]{font-size:1.5rem}[class*=font-13]{font-size:1.25rem}}@media only screen and (max-width:1200px){[class*=font-80]{font-size:5.5rem}[class*=font-72]{font-size:4.8rem}[class*=font-70]{font-size:4.6rem}[class*=font-64]{font-size:5.2rem}[class*=font-50]{font-size:4.2rem}[class*=font-48]{font-size:4rem}[class*=font-40]{font-size:3.2rem}[class*=font-32]{font-size:2.4rem}[class*=font-24]{font-size:1.9rem}[class*=font-20]{font-size:1.75rem}[class*=font-18]{font-size:1.6rem}[class*=font-16]{font-size:1.45rem}[class*=font-13]{font-size:1.2rem}}@media only screen and (max-width:1024px){[class*=font-80]{font-size:5.2rem}[class*=font-72]{font-size:4.5rem}[class*=font-70]{font-size:4.3rem}[class*=font-64]{font-size:4.4rem}[class*=font-50]{font-size:4rem}[class*=font-48]{font-size:3.8rem}[class*=font-40]{font-size:3rem}[class*=font-32]{font-size:2.2rem}[class*=font-24]{font-size:1.8rem}[class*=font-20]{font-size:1.7rem}[class*=font-18]{font-size:1.55rem}[class*=font-16]{font-size:1.35rem}[class*=font-14]{font-size:1.3rem}}@media only screen and (max-width:900px){[class*=font-80]{font-size:5rem}[class*=font-72]{font-size:3.8rem}[class*=font-70]{font-size:3.6rem}[class*=font-64]{font-size:3.8rem}[class*=font-48]{font-size:3.6rem}[class*=font-40]{font-size:2.8rem}[class*=font-32]{font-size:2rem}}@media only screen and (max-width:768px){[class*=font-80]{font-size:4.5rem}[class*=font-72]{font-size:3.5rem}[class*=font-70]{font-size:3rem}[class*=font-64]{font-size:3.4rem}[class*=font-50]{font-size:3.8rem}[class*=font-48]{font-size:3.4rem}[class*=font-40]{font-size:2.6rem}[class*=font-32]{font-size:1.9rem}[class*=font-24]{font-size:1.7rem}[class*=font-20]{font-size:1.65rem}[class*=font-18]{font-size:1.5rem}[class*=font-16]{font-size:1.35rem}[class*=font-13]{font-size:1.15rem}}@media only screen and (max-width:650px){[class*=font-80]{font-size:4rem}[class*=font-64]{font-size:3.2rem}[class*=font-50]{font-size:3.5rem}[class*=font-48]{font-size:3.2rem}[class*=font-40]{font-size:2.5rem}[class*=font-32]{font-size:1.8rem}[class*=font-24]{font-size:1.65rem}[class*=font-18]{font-size:1.4rem}[class*=font-16]{font-size:1.3rem}}@media only screen and (max-width:500px){[class*=font-80]{font-size:3.5rem}[class*=font-64]{font-size:2.8rem}[class*=font-50]{font-size:3rem}[class*=font-48]{font-size:2.8rem}[class*=font-40]{font-size:2.3rem}[class*=font-24]{font-size:1.6rem}[class*=font-18]{font-size:1.25rem}[class*=font-14],[class*=font-16]{font-size:1.2rem}}@media only screen and (max-width:390px){[class*=font-72],[class*=font-80]{font-size:3rem}[class*=font-64]{font-size:2.6rem}[class*=font-50]{font-size:2.8rem}[class*=font-48]{font-size:2.6rem}[class*=font-40]{font-size:2.1rem}[class*=font-32]{font-size:1.7rem}[class*=font-24]{font-size:1.4rem}[class*=font-18]{font-size:1.2rem}}*,:after,:before{box-sizing:border-box}html{font-family:Roboto,sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:Roboto,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#007bff;text-decoration:none;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;color:#868e96;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}ul,ul li{list-style-type:none;padding-left:0}@keyframes placeHolderShimmer{0%{background-position:0 0}to{background-position:100vw 0}}
3
+ .ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
4
+ *,:after,:before{box-sizing:border-box}a,button{cursor:pointer;outline:unset!important}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}.row{display:flex;gap:15px}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#007bff;text-decoration:none;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;color:#868e96;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}ul,ul li{list-style-type:none;padding-left:0}@keyframes placeHolderShimmer{0%{background-position:0 0}to{background-position:100vw 0}}#__next{position:relative;z-index:1}
5
+
2
6
  .ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
3
7
  *,:after,:before{box-sizing:border-box}a,button{cursor:pointer;outline:unset!important}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}.row{display:flex;gap:15px}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#007bff;text-decoration:none;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;color:#868e96;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}ul,ul li{list-style-type:none;padding-left:0}@keyframes placeHolderShimmer{0%{background-position:0 0}to{background-position:100vw 0}}#__next{position:relative;z-index:1}
@@ -32,18 +32,14 @@ var __importStar = (this && this.__importStar) || (function () {
32
32
  return result;
33
33
  };
34
34
  })();
35
- var __importDefault = (this && this.__importDefault) || function (mod) {
36
- return (mod && mod.__esModule) ? mod : { "default": mod };
37
- };
38
35
  Object.defineProperty(exports, "__esModule", { value: true });
39
36
  exports.HighlightIcon = HighlightIcon;
40
37
  var jsx_runtime_1 = require("react/jsx-runtime");
41
- var chroma_js_1 = __importDefault(require("chroma-js"));
42
38
  var ui_1 = require("../../../../ui/index.js");
43
39
  var S = __importStar(require("./styles.js"));
44
40
  function HighlightIcon(_a) {
45
41
  var icon = _a.icon, color = _a.color;
46
- var background = (0, chroma_js_1.default)(color).alpha(0.22).css();
42
+ var background = (0, ui_1.hexToRgbA)(color, 0.22);
47
43
  return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Highlight', children: (0, jsx_runtime_1.jsx)(S.Highlight, { "$size": icon === null || icon === void 0 ? void 0 : icon.size, style: { background: background, color: color }, children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: icon.name }) }) }));
48
44
  }
49
45
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/components/data/highlight-icon/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,sCAUC;;AAlBD,wDAA8B;AAE9B,2BAAkC;AAIlC,0CAA6B;AAE7B,SAAgB,aAAa,CAAC,EAA+B;QAA7B,IAAI,UAAA,EAAE,KAAK,WAAA;IACzC,IAAM,UAAU,GAAG,IAAA,mBAAM,EAAC,KAAK,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,CAAA;IAElD,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,WAAW,YACrB,uBAAC,CAAC,CAAC,SAAS,aAAQ,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAAI,EAAE,KAAK,EAAE,EAAE,UAAU,YAAA,EAAE,KAAK,OAAA,EAAE,YAC1D,uBAAC,SAAI,IAAC,IAAI,EAAE,IAAI,CAAC,IAAI,GAAI,GACb,GACR,CACT,CAAA;AACH,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/components/data/highlight-icon/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,sCAUC;;AAhBD,2BAA6C;AAI7C,0CAA6B;AAE7B,SAAgB,aAAa,CAAC,EAA+B;QAA7B,IAAI,UAAA,EAAE,KAAK,WAAA;IACzC,IAAM,UAAU,GAAG,IAAA,cAAS,EAAC,KAAK,EAAE,IAAI,CAAC,CAAA;IAEzC,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,WAAW,YACrB,uBAAC,CAAC,CAAC,SAAS,aAAQ,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAAI,EAAE,KAAK,EAAE,EAAE,UAAU,YAAA,EAAE,KAAK,OAAA,EAAE,YAC1D,uBAAC,SAAI,IAAC,IAAI,EAAE,IAAI,CAAC,IAAI,GAAI,GACb,GACR,CACT,CAAA;AACH,CAAC"}
@@ -32,13 +32,9 @@ var __importStar = (this && this.__importStar) || (function () {
32
32
  return result;
33
33
  };
34
34
  })();
35
- var __importDefault = (this && this.__importDefault) || function (mod) {
36
- return (mod && mod.__esModule) ? mod : { "default": mod };
37
- };
38
35
  Object.defineProperty(exports, "__esModule", { value: true });
39
36
  exports.HighlightText = HighlightText;
40
37
  var jsx_runtime_1 = require("react/jsx-runtime");
41
- var chroma_js_1 = __importDefault(require("chroma-js"));
42
38
  var ui_1 = require("../../../../ui/index.js");
43
39
  var S = __importStar(require("./styles.js"));
44
40
  function HighlightText(_a) {
@@ -46,7 +42,7 @@ function HighlightText(_a) {
46
42
  if (!text || !color) {
47
43
  return;
48
44
  }
49
- var background = (0, chroma_js_1.default)(color).alpha(0.22).css();
45
+ var background = (0, ui_1.hexToRgbA)(color, 0.22);
50
46
  return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Highlight', children: (0, jsx_runtime_1.jsx)(S.Highlight, { id: 'highlight-text', "$color": background, children: (0, jsx_runtime_1.jsx)("span", { style: { color: color }, className: 'font-14-regular', children: text }) }) }));
51
47
  }
52
48
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/components/data/highlight-text/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,sCAgBC;;AAxBD,wDAA8B;AAE9B,2BAA4B;AAI5B,0CAA6B;AAE7B,SAAgB,aAAa,CAAC,EAA+B;QAA7B,IAAI,UAAA,EAAE,KAAK,WAAA;IACzC,IAAI,CAAC,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;QACpB,OAAM;IACR,CAAC;IAED,IAAM,UAAU,GAAG,IAAA,mBAAM,EAAC,KAAK,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,CAAA;IAElD,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,WAAW,YACrB,uBAAC,CAAC,CAAC,SAAS,IAAC,EAAE,EAAC,gBAAgB,YAAS,UAAU,YACjD,iCAAM,KAAK,EAAE,EAAE,KAAK,OAAA,EAAE,EAAE,SAAS,EAAC,iBAAiB,YAChD,IAAI,GACA,GACK,GACR,CACT,CAAA;AACH,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/components/data/highlight-text/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,sCAgBC;;AAtBD,2BAAuC;AAIvC,0CAA6B;AAE7B,SAAgB,aAAa,CAAC,EAA+B;QAA7B,IAAI,UAAA,EAAE,KAAK,WAAA;IACzC,IAAI,CAAC,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;QACpB,OAAM;IACR,CAAC;IAED,IAAM,UAAU,GAAG,IAAA,cAAS,EAAC,KAAK,EAAE,IAAI,CAAC,CAAA;IAEzC,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,WAAW,YACrB,uBAAC,CAAC,CAAC,SAAS,IAAC,EAAE,EAAC,gBAAgB,YAAS,UAAU,YACjD,iCAAM,KAAK,EAAE,EAAE,KAAK,OAAA,EAAE,EAAE,SAAS,EAAC,iBAAiB,YAChD,IAAI,GACA,GACK,GACR,CACT,CAAA;AACH,CAAC"}
@@ -8,8 +8,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  };
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.Highlight = void 0;
11
- var chroma_js_1 = __importDefault(require("chroma-js"));
11
+ var ui_1 = require("../../../../ui/index.js");
12
12
  var styled_components_1 = __importDefault(require("styled-components"));
13
- exports.Highlight = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 30px;\n padding: 6px 10px;\n border-radius: 5px;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: ", ";\n\n span {\n margin: 0;\n color: ", ";\n line-height: 1;\n }\n"], ["\n height: 30px;\n padding: 6px 10px;\n border-radius: 5px;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: ", ";\n\n span {\n margin: 0;\n color: ", ";\n line-height: 1;\n }\n"])), function (props) { return (0, chroma_js_1.default)(props.$color).alpha(0.22).css(); }, function (props) { return props.$color; });
13
+ exports.Highlight = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 30px;\n padding: 6px 10px;\n border-radius: 5px;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: ", ";\n\n span {\n margin: 0;\n color: ", ";\n line-height: 1;\n }\n"], ["\n height: 30px;\n padding: 6px 10px;\n border-radius: 5px;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: ", ";\n\n span {\n margin: 0;\n color: ", ";\n line-height: 1;\n }\n"])), function (props) { return (0, ui_1.hexToRgbA)(props.$color, 0.22); }, function (props) { return props.$color; });
14
14
  var templateObject_1;
15
15
  //# sourceMappingURL=styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/system/components/data/highlight-text/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wDAA8B;AAC9B,wEAAsC;AAEzB,QAAA,SAAS,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,8SAAoB,4JAOpC,EAAiD,4CAI1D,EAAuB,+BAGnC,KAPqB,UAAC,KAAK,IAAK,OAAA,IAAA,mBAAM,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAtC,CAAsC,EAI1D,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,MAAM,EAAZ,CAAY,EAGnC"}
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/system/components/data/highlight-text/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,2BAAgC;AAChC,wEAAsC;AAEzB,QAAA,SAAS,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,8SAAoB,4JAOpC,EAAwC,4CAIjD,EAAuB,+BAGnC,KAPqB,UAAC,KAAK,IAAK,OAAA,IAAA,cAAS,EAAC,KAAK,CAAC,MAAM,EAAE,IAAI,CAAC,EAA7B,CAA6B,EAIjD,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,MAAM,EAAZ,CAAY,EAGnC"}
@@ -35,13 +35,33 @@ var __importStar = (this && this.__importStar) || (function () {
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.Share = Share;
37
37
  var jsx_runtime_1 = require("react/jsx-runtime");
38
+ var ui_1 = require("../../../../../../../../ui/index.js");
38
39
  var icons_1 = require("./icons/index.js");
39
- var react_share_1 = require("react-share");
40
40
  var S = __importStar(require("./styles.js"));
41
+ function objectToGetParams(object) {
42
+ var params = Object.entries(object)
43
+ .filter(function (_a) {
44
+ var value = _a[1];
45
+ return value !== undefined && value !== null;
46
+ })
47
+ .map(function (_a) {
48
+ var key = _a[0], value = _a[1];
49
+ return "".concat(encodeURIComponent(key), "=").concat(encodeURIComponent(String(value)));
50
+ });
51
+ return params.length > 0 ? "?".concat(params.join('&')) : '';
52
+ }
41
53
  function Share(_a) {
42
54
  var url = _a.url;
43
55
  var location = process.browser ? window.location.origin : '';
44
56
  var urlShare = "".concat(location, "/post/").concat(url);
45
- return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsxs)(S.Share, { children: [(0, jsx_runtime_1.jsx)(react_share_1.WhatsappShareButton, { className: 'link', url: urlShare, children: (0, jsx_runtime_1.jsx)(icons_1.IconWhatsApp, {}) }), (0, jsx_runtime_1.jsx)(react_share_1.LinkedinShareButton, { className: 'link', url: urlShare, children: (0, jsx_runtime_1.jsx)(icons_1.IconLinkedin, {}) }), (0, jsx_runtime_1.jsx)(react_share_1.FacebookShareButton, { className: 'link', url: urlShare, children: (0, jsx_runtime_1.jsx)(icons_1.Iconfacebook, {}) })] }) }));
57
+ var page = (0, ui_1.useSection)({ ref: 'page' }).page;
58
+ function getWhatsappShareURL() {
59
+ var prefixURL = /(android|iphone|ipad|mobile)/i.test(navigator.userAgent) ? 'api' : 'web';
60
+ return 'https://' + prefixURL + '.whatsapp.com/send' + objectToGetParams({ text: urlShare });
61
+ }
62
+ function getLinkedinShareURL() {
63
+ return "https://linkedin.com/shareArticle?url=".concat(urlShare, "&mini=true&title=").concat(page.titulo, "&summary=").concat(page.descricao, "&source=").concat(page.imagem);
64
+ }
65
+ return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsxs)(S.Share, { children: [(0, jsx_runtime_1.jsx)("a", { className: 'link', target: '_blank', href: getWhatsappShareURL(), children: (0, jsx_runtime_1.jsx)(icons_1.IconWhatsApp, {}) }), (0, jsx_runtime_1.jsx)("a", { className: 'link', href: getLinkedinShareURL(), children: (0, jsx_runtime_1.jsx)(icons_1.IconLinkedin, {}) }), (0, jsx_runtime_1.jsx)("a", { className: 'link', href: "https://www.facebook.com/sharer/sharer.php?u=".concat(urlShare), children: (0, jsx_runtime_1.jsx)(icons_1.Iconfacebook, {}) })] }) }));
46
66
  }
47
67
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,sBAsBC;;AA3BD,iCAAkE;AAClE,2CAA2F;AAE3F,0CAA6B;AAE7B,SAAgB,KAAK,CAAC,EAAwB;QAAtB,GAAG,SAAA;IACzB,IAAM,QAAQ,GAAI,OAAe,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAA;IAEvE,IAAM,QAAQ,GAAG,UAAG,QAAQ,mBAAS,GAAG,CAAE,CAAA;IAE1C,OAAO,CACL,2DACE,wBAAC,CAAC,CAAC,KAAK,eACN,uBAAC,iCAAmB,IAAC,SAAS,EAAC,MAAM,EAAC,GAAG,EAAE,QAAQ,YACjD,uBAAC,oBAAY,KAAG,GACI,EAEtB,uBAAC,iCAAmB,IAAC,SAAS,EAAC,MAAM,EAAC,GAAG,EAAE,QAAQ,YACjD,uBAAC,oBAAY,KAAG,GACI,EAEtB,uBAAC,iCAAmB,IAAC,SAAS,EAAC,MAAM,EAAC,GAAG,EAAE,QAAQ,YACjD,uBAAC,oBAAY,KAAG,GACI,IACd,GACT,CACJ,CAAA;AACH,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAcA,sBAkCC;;AAhDD,2BAAiC;AAEjC,iCAAkE;AAElE,0CAA6B;AAE7B,SAAS,iBAAiB,CAAC,MAA6D;IACtF,IAAM,MAAM,GAAG,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC;SAClC,MAAM,CAAC,UAAC,EAAS;YAAN,KAAK,QAAA;QAAM,OAAA,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI;IAArC,CAAqC,CAAC;SAC5D,GAAG,CAAC,UAAC,EAAY;YAAX,GAAG,QAAA,EAAE,KAAK,QAAA;QAAM,OAAA,UAAG,kBAAkB,CAAC,GAAG,CAAC,cAAI,kBAAkB,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAE;IAAjE,CAAiE,CAAC,CAAA;IAE3F,OAAO,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,WAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAE,CAAC,CAAC,CAAC,EAAE,CAAA;AACxD,CAAC;AAED,SAAgB,KAAK,CAAC,EAAwB;QAAtB,GAAG,SAAA;IACzB,IAAM,QAAQ,GAAI,OAAe,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAA;IAEvE,IAAM,QAAQ,GAAG,UAAG,QAAQ,mBAAS,GAAG,CAAE,CAAA;IAElC,IAAA,IAAI,GAAK,IAAA,eAAU,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,CAAC,KAAhC,CAAgC;IAE5C,SAAS,mBAAmB;QAC1B,IAAM,SAAS,GAAG,+BAA+B,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAA;QAE3F,OAAO,UAAU,GAAG,SAAS,GAAG,oBAAoB,GAAG,iBAAiB,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,CAAA;IAC9F,CAAC;IAED,SAAS,mBAAmB;QAC1B,OAAO,gDAAyC,QAAQ,8BAAoB,IAAI,CAAC,MAAM,sBAAY,IAAI,CAAC,SAAS,qBAAW,IAAI,CAAC,MAAM,CAAE,CAAA;IAC3I,CAAC;IAED,OAAO,CACL,2DACE,wBAAC,CAAC,CAAC,KAAK,eACN,8BAAG,SAAS,EAAC,MAAM,EAAC,MAAM,EAAC,QAAQ,EAAC,IAAI,EAAE,mBAAmB,EAAE,YAC7D,uBAAC,oBAAY,KAAG,GACd,EAEJ,8BAAG,SAAS,EAAC,MAAM,EAAC,IAAI,EAAE,mBAAmB,EAAE,YAC7C,uBAAC,oBAAY,KAAG,GACd,EAEJ,8BAAG,SAAS,EAAC,MAAM,EAAC,IAAI,EAAE,uDAAgD,QAAQ,CAAE,YAClF,uBAAC,oBAAY,KAAG,GACd,IACI,GACT,CACJ,CAAA;AACH,CAAC"}
@@ -97,13 +97,13 @@ exports.default = FormElement;
97
97
  var jsx_runtime_1 = require("react/jsx-runtime");
98
98
  var react_1 = require("react");
99
99
  var yup = __importStar(require("yup"));
100
- var cloneDeep_1 = __importDefault(require("lodash/cloneDeep"));
101
100
  var formik_1 = require("formik");
102
101
  var ui_1 = require("../../../../../ui/index.js");
103
102
  var use_schemas_1 = require("./use-schemas.js");
104
103
  var use_send_file_1 = require("./use-send-file.js");
105
104
  var custom_submit_1 = require("../custom-submit/index.js");
106
105
  var S = __importStar(require("../styles.js"));
106
+ var script_1 = __importDefault(require("next/script"));
107
107
  exports.FormHandlerContext = (0, react_1.createContext)(null);
108
108
  function FormHandlerComponent(_a) {
109
109
  var i18n = _a.i18n, button = _a.button, schema = _a.schema, recaptcha = _a.recaptcha, children = _a.children, onFinish = _a.onFinish, onSucess = _a.onSucess, debugMode = _a.debugMode, fileFields = _a.fileFields, autoComplete = _a.autoComplete, customSubmit = _a.customSubmit, onChangeForm = _a.onChangeForm, customAction = _a.customAction, decimalFields = _a.decimalFields, messageProvider = _a.messageProvider, defaultSchemas = _a.defaultSchemas, isStickyButtons = _a.isStickyButtons, _b = _a.cleanFieldsOnSubmit, cleanFieldsOnSubmit = _b === void 0 ? true : _b, _c = _a.disableEnterKeySubmitForm, disableEnterKeySubmitForm = _c === void 0 ? false : _c;
@@ -111,35 +111,57 @@ function FormHandlerComponent(_a) {
111
111
  var sendFiles = (0, use_send_file_1.useSendFile)({ fileFields: fileFields, debugMode: debugMode });
112
112
  var validateSchemas = (0, use_schemas_1.useSchemas)({ schema: schema, defaultSchemas: defaultSchemas, i18n: i18n });
113
113
  var _e = (0, formik_1.useFormikContext)(), values = _e.values, initialValues = _e.initialValues, setErrors = _e.setErrors, setFieldError = _e.setFieldError, setFieldValue = _e.setFieldValue;
114
- var executeRecaptcha = (0, ui_1.useGoogleReCaptcha)().executeRecaptcha;
115
114
  var sendMessage = (0, ui_1.useMessageProvider)(messageProvider).sendMessage;
116
115
  var generatedID = (0, react_1.useId)();
117
116
  var formHandlerId = "form_handler_".concat(generatedID);
118
117
  function onSubmit(action, configs) {
119
118
  return __awaiter(this, void 0, void 0, function () {
120
- var recaptchaToken, _a, payload_1, hasFileFields, response, err_1, errors_1, input, findInput, formHandler, validationErrors_1;
121
- var _b;
122
- return __generator(this, function (_c) {
123
- switch (_c.label) {
119
+ var recaptchaToken_1, payload_1, hasFileFields, response, err_1, errors_1, input, findInput, formHandler, validationErrors_1;
120
+ var _a;
121
+ return __generator(this, function (_b) {
122
+ switch (_b.label) {
124
123
  case 0:
125
- _c.trys.push([0, 11, 12, 13]);
124
+ _b.trys.push([0, 11, 12, 13]);
126
125
  if (debugMode) {
127
126
  console.log('values', values);
128
127
  }
129
- _a = recaptcha;
130
- if (!_a) return [3 /*break*/, 2];
131
- return [4 /*yield*/, executeRecaptcha()];
128
+ recaptchaToken_1 = '';
129
+ if (!recaptcha) return [3 /*break*/, 2];
130
+ return [4 /*yield*/, new Promise(function (resolve, reject) {
131
+ var _a;
132
+ (_a = window === null || window === void 0 ? void 0 : window.grecaptcha) === null || _a === void 0 ? void 0 : _a.ready(function () {
133
+ return __awaiter(this, void 0, void 0, function () {
134
+ var token, error_1;
135
+ return __generator(this, function (_a) {
136
+ switch (_a.label) {
137
+ case 0:
138
+ _a.trys.push([0, 2, , 3]);
139
+ return [4 /*yield*/, window.grecaptcha.execute(recaptcha, { action: 'submit' })];
140
+ case 1:
141
+ token = _a.sent();
142
+ recaptchaToken_1 = token;
143
+ resolve();
144
+ return [3 /*break*/, 3];
145
+ case 2:
146
+ error_1 = _a.sent();
147
+ reject(error_1);
148
+ return [3 /*break*/, 3];
149
+ case 3: return [2 /*return*/];
150
+ }
151
+ });
152
+ });
153
+ });
154
+ })];
132
155
  case 1:
133
- _a = (_c.sent());
134
- _c.label = 2;
156
+ _b.sent();
157
+ _b.label = 2;
135
158
  case 2:
136
- recaptchaToken = _a;
137
159
  setErrors({});
138
160
  setStateForm({ state: 'loading', message: '' });
139
161
  return [4 /*yield*/, validateSchemas(configs)];
140
162
  case 3:
141
- _c.sent();
142
- payload_1 = (0, cloneDeep_1.default)(__assign(__assign({}, values), { recaptchaToken: recaptchaToken }));
163
+ _b.sent();
164
+ payload_1 = structuredClone(__assign(__assign({}, values), { recaptchaToken: recaptchaToken_1 }));
143
165
  if (decimalFields && decimalFields.length > 0) {
144
166
  payload_1 = Object.keys(payload_1).reduce(function (reducer, key) {
145
167
  var _a, _b;
@@ -154,7 +176,7 @@ function FormHandlerComponent(_a) {
154
176
  return reducer;
155
177
  }, {});
156
178
  }
157
- hasFileFields = (fileFields === null || fileFields === void 0 ? void 0 : fileFields.fields) && ((_b = fileFields === null || fileFields === void 0 ? void 0 : fileFields.fields) === null || _b === void 0 ? void 0 : _b.length) > 0;
179
+ hasFileFields = (fileFields === null || fileFields === void 0 ? void 0 : fileFields.fields) && ((_a = fileFields === null || fileFields === void 0 ? void 0 : fileFields.fields) === null || _a === void 0 ? void 0 : _a.length) > 0;
158
180
  if (hasFileFields) {
159
181
  fileFields === null || fileFields === void 0 ? void 0 : fileFields.fields.forEach(function (field) {
160
182
  payload_1[field] = undefined;
@@ -166,29 +188,29 @@ function FormHandlerComponent(_a) {
166
188
  if (!(messageProvider === null || messageProvider === void 0 ? void 0 : messageProvider.enabled)) return [3 /*break*/, 5];
167
189
  return [4 /*yield*/, sendMessage(payload_1)];
168
190
  case 4:
169
- _c.sent();
170
- _c.label = 5;
191
+ _b.sent();
192
+ _b.label = 5;
171
193
  case 5:
172
194
  if (!(onSucess && !action)) return [3 /*break*/, 8];
173
195
  return [4 /*yield*/, onSucess(payload_1, { setFieldError: setFieldError, setFieldValue: setFieldValue }, initialValues)];
174
196
  case 6:
175
- response = _c.sent();
197
+ response = _b.sent();
176
198
  if (debugMode) {
177
199
  console.log('response', response);
178
200
  }
179
201
  if (!hasFileFields) return [3 /*break*/, 8];
180
202
  return [4 /*yield*/, sendFiles({ response: response, valuesForm: values })];
181
203
  case 7:
182
- _c.sent();
183
- _c.label = 8;
204
+ _b.sent();
205
+ _b.label = 8;
184
206
  case 8:
185
207
  onFinish && onFinish(payload_1, initialValues);
186
208
  !action && setStateForm({ state: 'send', message: '' });
187
209
  if (!action) return [3 /*break*/, 10];
188
210
  return [4 /*yield*/, action(payload_1, setStateForm, initialValues)];
189
211
  case 9:
190
- _c.sent();
191
- _c.label = 10;
212
+ _b.sent();
213
+ _b.label = 10;
192
214
  case 10:
193
215
  if (cleanFieldsOnSubmit) {
194
216
  Object.keys(values).forEach(function (key) {
@@ -197,7 +219,7 @@ function FormHandlerComponent(_a) {
197
219
  }
198
220
  return [3 /*break*/, 13];
199
221
  case 11:
200
- err_1 = _c.sent();
222
+ err_1 = _b.sent();
201
223
  if (debugMode) {
202
224
  console.log('error', err_1);
203
225
  console.log('instanceoferror', typeof err_1);
@@ -280,15 +302,7 @@ function FormHandlerComponent(_a) {
280
302
  function FormElement(props) {
281
303
  var recaptchaKey = typeof props.recaptcha === 'string' ? props.recaptcha : process.env.recaptcha;
282
304
  if (props.recaptcha) {
283
- return ((0, jsx_runtime_1.jsx)(ui_1.GoogleReCaptchaProvider, { reCaptchaKey: recaptchaKey, language: 'pt-BR', scriptProps: {
284
- async: false,
285
- defer: false,
286
- appendTo: 'head',
287
- nonce: undefined,
288
- }, container: {
289
- element: 'recaptcha-v3',
290
- parameters: {},
291
- }, children: (0, jsx_runtime_1.jsx)(FormHandlerComponent, __assign({}, props)) }));
305
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(FormHandlerComponent, __assign({}, props)), (0, jsx_runtime_1.jsx)(script_1.default, { src: "https://www.google.com/recaptcha/api.js?render=".concat(recaptchaKey) })] }));
292
306
  }
293
307
  return (0, jsx_runtime_1.jsx)(FormHandlerComponent, __assign({}, props));
294
308
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/components/form/handler/form-handler/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/components/form/handler/form-handler/index.tsx"],"names":[],"mappings":"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"}
@@ -12,7 +12,6 @@ export * from './input-file/index.js';
12
12
  export * from './input-color/index.js';
13
13
  export * from './text-editor/index.js';
14
14
  export * from './select-icon/index.js';
15
- export * from './date-picker/index.js';
16
15
  export * from './input-switch/index.js';
17
16
  export * from './input-control/index.js';
18
17
  export * from './input-youtube/index.js';
@@ -20,7 +19,7 @@ export * from './input-manager/index.js';
20
19
  export * from './input-password/index.js';
21
20
  export * from './input-cpf-cnpj/index.js';
22
21
  export * from './input-currency/index.js';
23
- export * from './range-date-picker/index.js';
22
+ export * from './input-date-range/index.js';
24
23
  export * from './input-date-picker/index.js';
25
24
  export * from './input-seo/input-meta-image/index.js';
26
25
  export * from './interfaces.js';
@@ -28,7 +28,6 @@ __exportStar(require("./input-file/index.js"), exports);
28
28
  __exportStar(require("./input-color/index.js"), exports);
29
29
  __exportStar(require("./text-editor/index.js"), exports);
30
30
  __exportStar(require("./select-icon/index.js"), exports);
31
- __exportStar(require("./date-picker/index.js"), exports);
32
31
  __exportStar(require("./input-switch/index.js"), exports);
33
32
  __exportStar(require("./input-control/index.js"), exports);
34
33
  __exportStar(require("./input-youtube/index.js"), exports);
@@ -36,7 +35,7 @@ __exportStar(require("./input-manager/index.js"), exports);
36
35
  __exportStar(require("./input-password/index.js"), exports);
37
36
  __exportStar(require("./input-cpf-cnpj/index.js"), exports);
38
37
  __exportStar(require("./input-currency/index.js"), exports);
39
- __exportStar(require("./range-date-picker/index.js"), exports);
38
+ __exportStar(require("./input-date-range/index.js"), exports);
40
39
  __exportStar(require("./input-date-picker/index.js"), exports);
41
40
  __exportStar(require("./input-seo/input-meta-image/index.js"), exports);
42
41
  __exportStar(require("./interfaces.js"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/form/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB;AACvB,0CAAuB;AACvB,2CAAwB;AACxB,4CAAyB;AACzB,6CAA0B;AAC1B,6CAA0B;AAC1B,8CAA2B;AAC3B,8CAA2B;AAC3B,8CAA2B;AAC3B,+CAA4B;AAC5B,+CAA4B;AAC5B,gDAA6B;AAC7B,gDAA6B;AAC7B,gDAA6B;AAC7B,gDAA6B;AAC7B,iDAA8B;AAC9B,kDAA+B;AAC/B,kDAA+B;AAC/B,kDAA+B;AAC/B,mDAAgC;AAChC,mDAAgC;AAChC,mDAAgC;AAChC,sDAAmC;AACnC,sDAAmC;AACnC,+DAA4C;AAE5C,+CAA4B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/form/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB;AACvB,0CAAuB;AACvB,2CAAwB;AACxB,4CAAyB;AACzB,6CAA0B;AAC1B,6CAA0B;AAC1B,8CAA2B;AAC3B,8CAA2B;AAC3B,8CAA2B;AAC3B,+CAA4B;AAC5B,+CAA4B;AAC5B,gDAA6B;AAC7B,gDAA6B;AAC7B,gDAA6B;AAC7B,iDAA8B;AAC9B,kDAA+B;AAC/B,kDAA+B;AAC/B,kDAA+B;AAC/B,mDAAgC;AAChC,mDAAgC;AAChC,mDAAgC;AAChC,qDAAkC;AAClC,sDAAmC;AACnC,+DAA4C;AAE5C,+CAA4B"}
@@ -1,2 +1,2 @@
1
- import { InputColorProps } from './interfaces.js';
2
- export declare function InputColor(props: InputColorProps): import("react/jsx-runtime").JSX.Element;
1
+ import { InputProps } from '../interfaces.js';
2
+ export declare function InputColor(props: InputProps): import("react/jsx-runtime").JSX.Element;
@@ -10,60 +10,11 @@ var __assign = (this && this.__assign) || function () {
10
10
  };
11
11
  return __assign.apply(this, arguments);
12
12
  };
13
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
- if (k2 === undefined) k2 = k;
15
- var desc = Object.getOwnPropertyDescriptor(m, k);
16
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
- desc = { enumerable: true, get: function() { return m[k]; } };
18
- }
19
- Object.defineProperty(o, k2, desc);
20
- }) : (function(o, m, k, k2) {
21
- if (k2 === undefined) k2 = k;
22
- o[k2] = m[k];
23
- }));
24
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
- Object.defineProperty(o, "default", { enumerable: true, value: v });
26
- }) : function(o, v) {
27
- o["default"] = v;
28
- });
29
- var __importStar = (this && this.__importStar) || (function () {
30
- var ownKeys = function(o) {
31
- ownKeys = Object.getOwnPropertyNames || function (o) {
32
- var ar = [];
33
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
34
- return ar;
35
- };
36
- return ownKeys(o);
37
- };
38
- return function (mod) {
39
- if (mod && mod.__esModule) return mod;
40
- var result = {};
41
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
42
- __setModuleDefault(result, mod);
43
- return result;
44
- };
45
- })();
46
- var __importDefault = (this && this.__importDefault) || function (mod) {
47
- return (mod && mod.__esModule) ? mod : { "default": mod };
48
- };
49
13
  Object.defineProperty(exports, "__esModule", { value: true });
50
14
  exports.InputColor = InputColor;
51
15
  var jsx_runtime_1 = require("react/jsx-runtime");
52
- var react_1 = require("react");
53
- var formik_1 = require("formik");
54
- var tooltip_1 = require("../../tooltip/index.js");
55
- var input_control_1 = require("../input-control/index.js");
56
- var react_input_color_lib_1 = __importDefault(require("./react-input-color-lib/index.js"));
57
- var S = __importStar(require("./styles.js"));
16
+ var input_1 = require("../input/index.js");
58
17
  function InputColor(props) {
59
- var _a = (0, formik_1.useField)({ name: props.name }), field = _a[0], _ = _a[1], helpers = _a[2];
60
- (0, react_1.useEffect)(function () {
61
- if (field.value === undefined) {
62
- helpers.setValue('#000');
63
- }
64
- }, [field.value]);
65
- return ((0, jsx_runtime_1.jsx)(S.InputColor, { children: (0, jsx_runtime_1.jsx)(input_control_1.InputControl, __assign({}, props, { children: (0, jsx_runtime_1.jsx)(tooltip_1.Tooltip, { position: (props === null || props === void 0 ? void 0 : props.position) || 'right-center', idTooltip: 'tooltip-color', content: (0, jsx_runtime_1.jsx)(react_input_color_lib_1.default, __assign({}, props, { color: field.value, onChange: function (ev) {
66
- helpers.setValue(ev === null || ev === void 0 ? void 0 : ev.hex);
67
- } })), trigger: (0, jsx_runtime_1.jsx)("label", { className: 'label-color', style: { background: field === null || field === void 0 ? void 0 : field.value } }) }) })) }));
18
+ return (0, jsx_runtime_1.jsx)(input_1.Input, __assign({}, props, { type: 'color' }));
68
19
  }
69
20
  //# sourceMappingURL=index.js.map