@sapui5/sap.ui.richtexteditor 1.136.4 → 1.136.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (448) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/richtexteditor/.library +1 -1
  3. package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
  4. package/src/sap/ui/richtexteditor/RichTextEditor.js +43 -43
  5. package/src/sap/ui/richtexteditor/ToolbarWrapper.js +1 -1
  6. package/src/sap/ui/richtexteditor/js/tiny_mce7/icons/default/icons.js +234 -0
  7. package/src/sap/ui/richtexteditor/js/tiny_mce7/icons/default/icons.min.js +7 -0
  8. package/src/sap/ui/richtexteditor/js/tiny_mce7/icons/default/index.js +13 -0
  9. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ar.js +7 -0
  10. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/bg_BG.js +7 -0
  11. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ca.js +7 -0
  12. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/cs.js +7 -0
  13. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/cy.js +1 -0
  14. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/da.js +7 -0
  15. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/de.js +7 -0
  16. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/el.js +7 -0
  17. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/en_GB.js +261 -0
  18. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/es.js +7 -0
  19. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/es_MX.js +1 -0
  20. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/eu.js +7 -0
  21. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/fa.js +7 -0
  22. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/fi.js +7 -0
  23. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/fr_FR.js +7 -0
  24. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/he_IL.js +7 -0
  25. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/hi.js +7 -0
  26. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/hr.js +7 -0
  27. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/hu_HU.js +7 -0
  28. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/id.js +7 -0
  29. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/it.js +7 -0
  30. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ja.js +7 -0
  31. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/kk.js +7 -0
  32. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ko_KR.js +7 -0
  33. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/lt.js +1 -0
  34. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/lv.js +1 -0
  35. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ms.js +7 -0
  36. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/nb_NO.js +7 -0
  37. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/nl.js +7 -0
  38. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/pl.js +7 -0
  39. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/pt_BR.js +7 -0
  40. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/pt_PT.js +7 -0
  41. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ro.js +7 -0
  42. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ru.js +7 -0
  43. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sk.js +7 -0
  44. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sl_SI.js +7 -0
  45. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sr.js +1 -0
  46. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sv_SE.js +7 -0
  47. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/th_TH.js +7 -0
  48. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/tr.js +7 -0
  49. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/uk.js +7 -0
  50. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/vi.js +7 -0
  51. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/zh_CN.js +7 -0
  52. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/zh_TW.js +7 -0
  53. package/src/sap/ui/richtexteditor/js/tiny_mce7/license.txt +5 -0
  54. package/src/sap/ui/richtexteditor/js/tiny_mce7/models/dom/index.js +13 -0
  55. package/src/sap/ui/richtexteditor/js/tiny_mce7/models/dom/model.js +8147 -0
  56. package/src/sap/ui/richtexteditor/js/tiny_mce7/models/dom/model.min.js +9 -0
  57. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/accordion/index.js +13 -0
  58. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/accordion/plugin.js +1062 -0
  59. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/accordion/plugin.min.js +9 -0
  60. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/CHANGELOG.md +45 -0
  61. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/codemirror.min.js +13 -0
  62. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/customeditor.js +10 -0
  63. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/customeditor.min.js +10 -0
  64. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/index.js +3 -0
  65. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ar.js +35 -0
  66. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/bg_BG.js +35 -0
  67. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ca.js +35 -0
  68. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/cs.js +35 -0
  69. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/da.js +35 -0
  70. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/de.js +35 -0
  71. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/el.js +35 -0
  72. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/es.js +35 -0
  73. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/eu.js +35 -0
  74. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/fa.js +35 -0
  75. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/fi.js +35 -0
  76. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/fr_FR.js +35 -0
  77. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/he_IL.js +35 -0
  78. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/hi.js +35 -0
  79. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/hr.js +35 -0
  80. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/hu_HU.js +35 -0
  81. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/id.js +35 -0
  82. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/it.js +35 -0
  83. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ja.js +35 -0
  84. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/kk.js +35 -0
  85. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ko_KR.js +35 -0
  86. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ms.js +35 -0
  87. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/nb_NO.js +35 -0
  88. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/nl.js +35 -0
  89. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/pl.js +35 -0
  90. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/pt_BR.js +35 -0
  91. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/pt_PT.js +35 -0
  92. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ro.js +35 -0
  93. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ru.js +35 -0
  94. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/sk.js +35 -0
  95. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/sl_SI.js +35 -0
  96. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/sv_SE.js +35 -0
  97. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/th_TH.js +35 -0
  98. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/tr.js +35 -0
  99. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/uk.js +35 -0
  100. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/vi.js +35 -0
  101. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/zh_CN.js +35 -0
  102. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/zh_TW.js +35 -0
  103. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/license.txt +5 -0
  104. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/plugin.js +10 -0
  105. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/plugin.min.js +10 -0
  106. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/readme.txt +10 -0
  107. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/version.txt +1 -0
  108. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advlist/index.js +13 -0
  109. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advlist/plugin.js +298 -0
  110. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advlist/plugin.min.js +9 -0
  111. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/anchor/index.js +13 -0
  112. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/anchor/plugin.js +219 -0
  113. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/anchor/plugin.min.js +9 -0
  114. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autolink/index.js +13 -0
  115. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autolink/plugin.js +233 -0
  116. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autolink/plugin.min.js +9 -0
  117. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autoresize/index.js +13 -0
  118. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autoresize/plugin.js +184 -0
  119. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autoresize/plugin.min.js +9 -0
  120. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autosave/index.js +13 -0
  121. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autosave/plugin.js +239 -0
  122. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autosave/plugin.min.js +9 -0
  123. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/charmap/index.js +13 -0
  124. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/charmap/plugin.js +1663 -0
  125. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/charmap/plugin.min.js +9 -0
  126. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/code/index.js +13 -0
  127. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/code/plugin.js +90 -0
  128. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/code/plugin.min.js +9 -0
  129. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/codesample/index.js +13 -0
  130. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/codesample/plugin.js +2468 -0
  131. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/codesample/plugin.min.js +9 -0
  132. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/directionality/index.js +13 -0
  133. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/directionality/plugin.js +395 -0
  134. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/directionality/plugin.min.js +9 -0
  135. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/index.js +13 -0
  136. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojiimages.js +7 -0
  137. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojiimages.min.js +9 -0
  138. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojis.js +7 -0
  139. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojis.min.js +8 -0
  140. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/plugin.js +601 -0
  141. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/plugin.min.js +9 -0
  142. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/fullscreen/index.js +13 -0
  143. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/fullscreen/plugin.js +1266 -0
  144. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/fullscreen/plugin.min.js +9 -0
  145. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/index.js +13 -0
  146. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ar.js +99 -0
  147. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/bg_BG.js +99 -0
  148. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ca.js +99 -0
  149. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/cs.js +99 -0
  150. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/da.js +99 -0
  151. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/de.js +99 -0
  152. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/el.js +99 -0
  153. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/en.js +99 -0
  154. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/es.js +99 -0
  155. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/eu.js +99 -0
  156. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/fa.js +99 -0
  157. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/fi.js +99 -0
  158. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/fr_FR.js +99 -0
  159. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/he_IL.js +99 -0
  160. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/hi.js +99 -0
  161. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/hr.js +99 -0
  162. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/hu_HU.js +99 -0
  163. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/id.js +99 -0
  164. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/it.js +99 -0
  165. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ja.js +99 -0
  166. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/kk.js +99 -0
  167. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ko_KR.js +99 -0
  168. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ms.js +99 -0
  169. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/nb_NO.js +99 -0
  170. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/nl.js +99 -0
  171. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/pl.js +99 -0
  172. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/pt_BR.js +99 -0
  173. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/pt_PT.js +99 -0
  174. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ro.js +99 -0
  175. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ru.js +99 -0
  176. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/sk.js +99 -0
  177. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/sl_SI.js +99 -0
  178. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/sv_SE.js +99 -0
  179. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/th_TH.js +99 -0
  180. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/tr.js +99 -0
  181. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/uk.js +99 -0
  182. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/vi.js +99 -0
  183. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/zh_CN.js +93 -0
  184. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/zh_TW.js +99 -0
  185. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/plugin.js +931 -0
  186. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/plugin.min.js +9 -0
  187. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/image/index.js +13 -0
  188. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/image/plugin.js +1513 -0
  189. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/image/plugin.min.js +9 -0
  190. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/importcss/index.js +13 -0
  191. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/importcss/plugin.js +350 -0
  192. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/importcss/plugin.min.js +9 -0
  193. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/insertdatetime/index.js +13 -0
  194. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/insertdatetime/plugin.js +192 -0
  195. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/insertdatetime/plugin.min.js +9 -0
  196. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/link/index.js +13 -0
  197. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/link/plugin.js +1337 -0
  198. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/link/plugin.min.js +9 -0
  199. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/lists/index.js +13 -0
  200. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/lists/plugin.js +2186 -0
  201. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/lists/plugin.min.js +9 -0
  202. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/media/index.js +13 -0
  203. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/media/plugin.js +1229 -0
  204. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/media/plugin.min.js +9 -0
  205. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/index.js +1 -0
  206. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ar.js +12 -0
  207. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/bg_BG.js +12 -0
  208. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ca.js +12 -0
  209. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/cs.js +12 -0
  210. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/da.js +12 -0
  211. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/de.js +12 -0
  212. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/el.js +12 -0
  213. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/es.js +12 -0
  214. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/eu.js +12 -0
  215. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/fa.js +12 -0
  216. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/fi.js +12 -0
  217. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/fr_FR.js +12 -0
  218. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/he_IL.js +12 -0
  219. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/hi.js +12 -0
  220. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/hr.js +12 -0
  221. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/hu_HU.js +12 -0
  222. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/id.js +12 -0
  223. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/it.js +12 -0
  224. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ja.js +12 -0
  225. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/kk.js +12 -0
  226. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ko_KR.js +12 -0
  227. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ms.js +12 -0
  228. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/nb_NO.js +12 -0
  229. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/nl.js +12 -0
  230. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/pl.js +12 -0
  231. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/pt_BR.js +12 -0
  232. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/pt_PT.js +12 -0
  233. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ro.js +12 -0
  234. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ru.js +12 -0
  235. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/sk.js +12 -0
  236. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/sl_SI.js +12 -0
  237. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/sv_SE.js +12 -0
  238. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/th_TH.js +12 -0
  239. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/tr.js +12 -0
  240. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/uk.js +12 -0
  241. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/vi.js +12 -0
  242. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/zh_CN.js +12 -0
  243. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/zh_TW.js +12 -0
  244. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/license.txt +5 -0
  245. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/plugin.js +10 -0
  246. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/plugin.min.js +10 -0
  247. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/readme.txt +10 -0
  248. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/version.txt +1 -0
  249. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/nonbreaking/index.js +13 -0
  250. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/nonbreaking/plugin.js +128 -0
  251. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/nonbreaking/plugin.min.js +9 -0
  252. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/pagebreak/index.js +13 -0
  253. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/pagebreak/plugin.js +122 -0
  254. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/pagebreak/plugin.min.js +9 -0
  255. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/CHANGELOG.md +20 -0
  256. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/index.js +2 -0
  257. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/js/wordimport.js +23102 -0
  258. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ar.js +19 -0
  259. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/bg_BG.js +19 -0
  260. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ca.js +19 -0
  261. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/cs.js +19 -0
  262. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/da.js +19 -0
  263. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/de.js +19 -0
  264. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/el.js +19 -0
  265. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/es.js +19 -0
  266. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/eu.js +19 -0
  267. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/fa.js +19 -0
  268. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/fi.js +19 -0
  269. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/fr_FR.js +19 -0
  270. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/he_IL.js +19 -0
  271. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/hi.js +19 -0
  272. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/hr.js +19 -0
  273. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/hu_HU.js +19 -0
  274. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/id.js +19 -0
  275. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/it.js +19 -0
  276. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ja.js +19 -0
  277. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/kk.js +19 -0
  278. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ko_KR.js +19 -0
  279. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ms.js +19 -0
  280. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/nb_NO.js +19 -0
  281. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/nl.js +19 -0
  282. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/pl.js +19 -0
  283. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/pt_BR.js +19 -0
  284. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/pt_PT.js +19 -0
  285. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ro.js +19 -0
  286. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ru.js +19 -0
  287. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/sk.js +19 -0
  288. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/sl_SI.js +19 -0
  289. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/sv_SE.js +19 -0
  290. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/th_TH.js +19 -0
  291. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/tr.js +19 -0
  292. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/uk.js +19 -0
  293. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/vi.js +19 -0
  294. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/zh_CN.js +19 -0
  295. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/zh_TW.js +19 -0
  296. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/license.txt +5 -0
  297. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/plugin.js +10 -0
  298. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/plugin.min.js +10 -0
  299. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/readme.txt +17 -0
  300. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/version.txt +1 -0
  301. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/preview/index.js +13 -0
  302. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/preview/plugin.js +598 -0
  303. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/preview/plugin.min.js +9 -0
  304. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/quickbars/index.js +13 -0
  305. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/quickbars/plugin.js +463 -0
  306. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/quickbars/plugin.min.js +9 -0
  307. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/save/index.js +13 -0
  308. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/save/plugin.js +124 -0
  309. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/save/plugin.min.js +9 -0
  310. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/searchreplace/index.js +13 -0
  311. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/searchreplace/plugin.js +1103 -0
  312. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/searchreplace/plugin.min.js +9 -0
  313. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/table/index.js +13 -0
  314. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/table/plugin.js +3466 -0
  315. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/table/plugin.min.js +9 -0
  316. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/CHANGELOG.md +56 -0
  317. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/css/tinycomments.css +9 -0
  318. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/css/tinycomments.js +10 -0
  319. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/index.js +3 -0
  320. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/js/tinycomments-sidebar.js +10 -0
  321. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/js/tinycomments-sidebar.min.js +10 -0
  322. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ar.js +58 -0
  323. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/bg_BG.js +58 -0
  324. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ca.js +58 -0
  325. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/cs.js +58 -0
  326. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/da.js +58 -0
  327. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/de.js +58 -0
  328. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/el.js +58 -0
  329. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/es.js +58 -0
  330. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/eu.js +58 -0
  331. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/fa.js +58 -0
  332. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/fi.js +58 -0
  333. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/fr_FR.js +58 -0
  334. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/he_IL.js +58 -0
  335. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/hi.js +58 -0
  336. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/hr.js +58 -0
  337. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/hu_HU.js +58 -0
  338. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/id.js +58 -0
  339. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/it.js +58 -0
  340. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ja.js +58 -0
  341. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/kk.js +58 -0
  342. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ko_KR.js +58 -0
  343. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ms.js +58 -0
  344. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/nb_NO.js +58 -0
  345. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/nl.js +58 -0
  346. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/pl.js +58 -0
  347. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/pt_BR.js +58 -0
  348. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/pt_PT.js +58 -0
  349. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ro.js +58 -0
  350. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ru.js +58 -0
  351. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/sk.js +58 -0
  352. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/sl_SI.js +58 -0
  353. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/sv_SE.js +58 -0
  354. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/th_TH.js +58 -0
  355. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/tr.js +58 -0
  356. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/uk.js +58 -0
  357. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/vi.js +58 -0
  358. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/zh_CN.js +58 -0
  359. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/zh_TW.js +58 -0
  360. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/license.txt +5 -0
  361. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/plugin.js +10 -0
  362. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/plugin.min.js +10 -0
  363. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/readme.txt +10 -0
  364. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/version.txt +1 -0
  365. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualblocks/index.js +13 -0
  366. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualblocks/plugin.js +105 -0
  367. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualblocks/plugin.min.js +9 -0
  368. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualchars/index.js +13 -0
  369. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualchars/plugin.js +567 -0
  370. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualchars/plugin.min.js +9 -0
  371. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/wordcount/index.js +13 -0
  372. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/wordcount/plugin.js +420 -0
  373. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/wordcount/plugin.min.js +9 -0
  374. package/src/sap/ui/richtexteditor/js/tiny_mce7/readme.txt +12 -0
  375. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/dark/content.css +72 -0
  376. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/dark/content.js +7 -0
  377. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/dark/content.min.css +7 -0
  378. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/default/content.css +67 -0
  379. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/default/content.js +7 -0
  380. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/default/content.min.css +7 -0
  381. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/document/content.css +72 -0
  382. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/document/content.js +7 -0
  383. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/document/content.min.css +7 -0
  384. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5/content.css +67 -0
  385. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5/content.js +7 -0
  386. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5/content.min.css +7 -0
  387. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5-dark/content.css +72 -0
  388. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5-dark/content.js +7 -0
  389. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5-dark/content.min.css +7 -0
  390. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/writer/content.css +68 -0
  391. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/writer/content.js +7 -0
  392. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/writer/content.min.css +7 -0
  393. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.css +890 -0
  394. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.inline.css +884 -0
  395. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.inline.js +7 -0
  396. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.inline.min.css +7 -0
  397. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.js +7 -0
  398. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.min.css +7 -0
  399. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.css +4766 -0
  400. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.js +7 -0
  401. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.min.css +7 -0
  402. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.shadowdom.css +36 -0
  403. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.shadowdom.js +7 -0
  404. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.shadowdom.min.css +7 -0
  405. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.css +878 -0
  406. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.inline.css +884 -0
  407. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.inline.js +7 -0
  408. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.inline.min.css +7 -0
  409. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.js +7 -0
  410. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.min.css +7 -0
  411. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.css +4769 -0
  412. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.js +7 -0
  413. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.min.css +7 -0
  414. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.shadowdom.css +36 -0
  415. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.shadowdom.js +7 -0
  416. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.shadowdom.min.css +7 -0
  417. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.css +890 -0
  418. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.inline.css +884 -0
  419. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.inline.js +7 -0
  420. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.inline.min.css +7 -0
  421. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.js +7 -0
  422. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.min.css +7 -0
  423. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.css +4880 -0
  424. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.js +7 -0
  425. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.min.css +7 -0
  426. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.shadowdom.css +36 -0
  427. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.shadowdom.js +7 -0
  428. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.shadowdom.min.css +7 -0
  429. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.css +878 -0
  430. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.inline.css +884 -0
  431. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.inline.js +7 -0
  432. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.inline.min.css +7 -0
  433. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.js +7 -0
  434. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.min.css +7 -0
  435. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.css +4880 -0
  436. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.js +7 -0
  437. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.min.css +7 -0
  438. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.shadowdom.css +36 -0
  439. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.shadowdom.js +7 -0
  440. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +7 -0
  441. package/src/sap/ui/richtexteditor/js/tiny_mce7/themes/silver/index.js +13 -0
  442. package/src/sap/ui/richtexteditor/js/tiny_mce7/themes/silver/theme.js +31928 -0
  443. package/src/sap/ui/richtexteditor/js/tiny_mce7/themes/silver/theme.min.js +337 -0
  444. package/src/sap/ui/richtexteditor/js/tiny_mce7/tinymce.d.ts +3313 -0
  445. package/src/sap/ui/richtexteditor/js/tiny_mce7/tinymce.js +32267 -0
  446. package/src/sap/ui/richtexteditor/js/tiny_mce7/tinymce.min.js +336 -0
  447. package/src/sap/ui/richtexteditor/js/tiny_mce7/version.txt +1 -0
  448. package/src/sap/ui/richtexteditor/library.js +9 -3
@@ -0,0 +1,4769 @@
1
+ /*!
2
+ * TinyMCE Skin
3
+ *
4
+ * Copyright (c) 2025 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ .tox {
8
+ box-shadow: none;
9
+ box-sizing: content-box;
10
+ color: #222f3e;
11
+ cursor: auto;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
13
+ font-size: 16px;
14
+ font-style: normal;
15
+ font-weight: normal;
16
+ line-height: normal;
17
+ -webkit-tap-highlight-color: transparent;
18
+ -webkit-text-decoration: none;
19
+ text-decoration: none;
20
+ text-shadow: none;
21
+ text-transform: none;
22
+ vertical-align: initial;
23
+ white-space: normal;
24
+ }
25
+ .tox *:not(svg):not(rect) {
26
+ box-sizing: inherit;
27
+ color: inherit;
28
+ cursor: inherit;
29
+ direction: inherit;
30
+ font-family: inherit;
31
+ font-size: inherit;
32
+ font-style: inherit;
33
+ font-weight: inherit;
34
+ line-height: inherit;
35
+ -webkit-tap-highlight-color: inherit;
36
+ text-align: inherit;
37
+ text-decoration: inherit;
38
+ text-shadow: inherit;
39
+ text-transform: inherit;
40
+ vertical-align: inherit;
41
+ white-space: inherit;
42
+ }
43
+ .tox *:not(svg):not(rect) {
44
+ /* stylelint-disable-line no-duplicate-selectors */
45
+ background: transparent;
46
+ border: 0;
47
+ box-shadow: none;
48
+ float: none;
49
+ height: auto;
50
+ margin: 0;
51
+ max-width: none;
52
+ outline: 0;
53
+ padding: 0;
54
+ position: static;
55
+ width: auto;
56
+ }
57
+ .tox:not([dir=rtl]) {
58
+ direction: ltr;
59
+ text-align: left;
60
+ }
61
+ .tox[dir=rtl] {
62
+ direction: rtl;
63
+ text-align: right;
64
+ }
65
+ .tox-tinymce {
66
+ border: 2px solid #161f29;
67
+ border-radius: 10px;
68
+ box-shadow: none;
69
+ box-sizing: border-box;
70
+ display: flex;
71
+ flex-direction: column;
72
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
73
+ overflow: hidden;
74
+ position: relative;
75
+ visibility: inherit !important;
76
+ }
77
+ .tox.tox-tinymce-inline {
78
+ border: none;
79
+ box-shadow: none;
80
+ overflow: initial;
81
+ }
82
+ .tox.tox-tinymce-inline .tox-editor-container {
83
+ overflow: initial;
84
+ }
85
+ .tox.tox-tinymce-inline .tox-editor-header {
86
+ background-color: #222F3E;
87
+ border: 2px solid #161f29;
88
+ border-radius: 10px;
89
+ box-shadow: none;
90
+ overflow: hidden;
91
+ }
92
+ .tox-tinymce-aux {
93
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
94
+ z-index: 1300;
95
+ }
96
+ .tox-tinymce *:focus,
97
+ .tox-tinymce-aux *:focus {
98
+ outline: none;
99
+ }
100
+ button::-moz-focus-inner {
101
+ border: 0;
102
+ }
103
+ .tox[dir=rtl] .tox-icon--flip svg {
104
+ transform: rotateY(180deg);
105
+ }
106
+ @keyframes tox-rotation {
107
+ 0% {
108
+ transform: rotate(0deg);
109
+ }
110
+ 100% {
111
+ transform: rotate(360deg);
112
+ }
113
+ }
114
+ .tox .accessibility-issue__header {
115
+ align-items: center;
116
+ display: flex;
117
+ margin-bottom: 4px;
118
+ }
119
+ .tox #accessibility-issue__subheader {
120
+ font-size: 16px;
121
+ color: #fff;
122
+ }
123
+ .tox .accessbility-sr-only {
124
+ position: absolute;
125
+ clip: rect(1px, 1px, 1px, 1px);
126
+ clip-path: inset(0 0 99.9% 99.9%);
127
+ overflow: hidden;
128
+ height: 1px;
129
+ width: 1px;
130
+ padding: 0;
131
+ border: 0;
132
+ }
133
+ .tox .accessibility-issue__description {
134
+ align-items: stretch;
135
+ border-radius: 6px;
136
+ justify-content: space-between;
137
+ }
138
+ .tox .accessibility-issue__description > div {
139
+ padding-bottom: 16px;
140
+ }
141
+ .tox .accessibility-issue__description > div > div {
142
+ align-items: center;
143
+ display: flex;
144
+ margin-bottom: 4px;
145
+ }
146
+ .tox .accessibility-issue__description > div > div .tox-icon svg {
147
+ display: block;
148
+ }
149
+ .tox #accessibility-issue__contentID {
150
+ margin-top: 16px;
151
+ margin-bottom: 16px;
152
+ }
153
+ .tox #accessibility-issue__contentID span:first-child {
154
+ font-weight: bold;
155
+ }
156
+ .tox #accessibility-issue__document {
157
+ padding-bottom: 8px;
158
+ }
159
+ .tox .accessibility-issue__repair {
160
+ margin-top: 8px;
161
+ }
162
+ .tox .accessibility-issue__repair .tox-form__group .tox-form__group--error {
163
+ color: #eb9999;
164
+ }
165
+ .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
166
+ background-color: #1f354f;
167
+ color: #fff;
168
+ }
169
+ .tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
170
+ font-size: 14px;
171
+ color: #99c4f5;
172
+ }
173
+ .tox .tox-dialog__body-content .accessibility-issue--info .tox-icon.accessibility-issue__icon svg {
174
+ fill: #99c4f5;
175
+ }
176
+ .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
177
+ background-color: #006ce7;
178
+ color: #fff;
179
+ }
180
+ .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover,
181
+ .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus {
182
+ background-color: #0060ce;
183
+ }
184
+ .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
185
+ background-color: #0054b4;
186
+ }
187
+ .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
188
+ background-color: #383f38;
189
+ color: #fff;
190
+ }
191
+ .tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
192
+ font-size: 14px;
193
+ color: #ffeb99;
194
+ }
195
+ .tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon.accessibility-issue__icon svg {
196
+ fill: #ffeb99;
197
+ }
198
+ .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
199
+ background-color: #FFE89D;
200
+ color: #222f3e;
201
+ }
202
+ .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover,
203
+ .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus {
204
+ background-color: #F2D574;
205
+ color: #222f3e;
206
+ }
207
+ .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active {
208
+ background-color: #E8C657;
209
+ color: #222f3e;
210
+ }
211
+ .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
212
+ background-color: #332a38;
213
+ color: #fff;
214
+ }
215
+ .tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
216
+ font-size: 14px;
217
+ color: #eb9999;
218
+ }
219
+ .tox .tox-dialog__body-content .accessibility-issue--error .tox-icon.accessibility-issue__icon svg {
220
+ fill: #eb9999;
221
+ }
222
+ .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
223
+ background-color: #F2BFBF;
224
+ color: #222f3e;
225
+ }
226
+ .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover,
227
+ .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus {
228
+ background-color: #E9A4A4;
229
+ color: #222f3e;
230
+ }
231
+ .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active {
232
+ background-color: #EE9494;
233
+ color: #222f3e;
234
+ }
235
+ .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
236
+ background-color: rgba(120, 171, 70, 0.5);
237
+ color: #fff;
238
+ }
239
+ .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > *:last-child {
240
+ display: none;
241
+ }
242
+ .tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
243
+ color: #fff;
244
+ }
245
+ .tox .tox-dialog__body-content .accessibility-issue--success .tox-icon.accessibility-issue__icon svg {
246
+ fill: #fff;
247
+ }
248
+ .tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,
249
+ .tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
250
+ margin-top: 0;
251
+ }
252
+ .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
253
+ margin-left: 4px;
254
+ }
255
+ .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
256
+ margin-left: auto;
257
+ }
258
+ .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
259
+ padding: 8px;
260
+ }
261
+ .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
262
+ margin-right: 4px;
263
+ }
264
+ .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
265
+ margin-right: auto;
266
+ }
267
+ .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
268
+ padding: 4px 8px 4px 4px;
269
+ }
270
+ .tox .mce-codemirror {
271
+ background: #fff;
272
+ bottom: 0;
273
+ font-size: 13px;
274
+ left: 0;
275
+ position: absolute;
276
+ right: 0;
277
+ top: 0;
278
+ z-index: 1;
279
+ }
280
+ .tox .mce-codemirror.tox-inline-codemirror {
281
+ margin: 8px;
282
+ position: absolute;
283
+ }
284
+ .tox .tox-advtemplate .tox-form__grid {
285
+ flex: 1;
286
+ }
287
+ .tox .tox-advtemplate .tox-form__grid > div:first-child {
288
+ display: flex;
289
+ flex-direction: column;
290
+ width: 30%;
291
+ }
292
+ .tox .tox-advtemplate .tox-form__grid > div:first-child > div:nth-child(2) {
293
+ flex-basis: 0;
294
+ flex-grow: 1;
295
+ overflow: auto;
296
+ }
297
+ @media only screen and (max-width: 767px ) {
298
+ body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid > div:first-child {
299
+ width: 100%;
300
+ }
301
+ }
302
+ .tox .tox-advtemplate iframe {
303
+ border-color: #161f29;
304
+ border-radius: 10px;
305
+ border-style: solid;
306
+ border-width: 1px;
307
+ margin: 0 10px;
308
+ }
309
+ .tox .tox-anchorbar {
310
+ display: flex;
311
+ flex: 0 0 auto;
312
+ }
313
+ .tox .tox-bottom-anchorbar {
314
+ display: flex;
315
+ flex: 0 0 auto;
316
+ }
317
+ .tox .tox-bar {
318
+ display: flex;
319
+ flex: 0 0 auto;
320
+ }
321
+ .tox .tox-button {
322
+ background-color: #006ce7;
323
+ background-image: none;
324
+ background-position: 0 0;
325
+ background-repeat: repeat;
326
+ border-color: #006ce7;
327
+ border-radius: 6px;
328
+ border-style: solid;
329
+ border-width: 1px;
330
+ box-shadow: none;
331
+ box-sizing: border-box;
332
+ color: #fff;
333
+ cursor: pointer;
334
+ display: inline-block;
335
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
336
+ font-size: 14px;
337
+ font-style: normal;
338
+ font-weight: bold;
339
+ letter-spacing: normal;
340
+ line-height: 24px;
341
+ margin: 0;
342
+ outline: none;
343
+ padding: 4px 16px;
344
+ position: relative;
345
+ text-align: center;
346
+ -webkit-text-decoration: none;
347
+ text-decoration: none;
348
+ text-transform: none;
349
+ white-space: nowrap;
350
+ }
351
+ .tox .tox-button::before {
352
+ border-radius: 6px;
353
+ bottom: -1px;
354
+ box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
355
+ content: '';
356
+ left: -1px;
357
+ opacity: 0;
358
+ pointer-events: none;
359
+ position: absolute;
360
+ right: -1px;
361
+ top: -1px;
362
+ }
363
+ .tox .tox-button[disabled] {
364
+ background-color: #006ce7;
365
+ background-image: none;
366
+ border-color: #006ce7;
367
+ box-shadow: none;
368
+ color: rgba(255, 255, 255, 0.5);
369
+ cursor: not-allowed;
370
+ }
371
+ .tox .tox-button:focus:not(:disabled) {
372
+ background-color: #0060ce;
373
+ background-image: none;
374
+ border-color: #0060ce;
375
+ box-shadow: none;
376
+ color: #fff;
377
+ }
378
+ .tox .tox-button:focus:not(:disabled)::before {
379
+ opacity: 1;
380
+ }
381
+ .tox .tox-button:hover:not(:disabled) {
382
+ background-color: #0060ce;
383
+ background-image: none;
384
+ border-color: #0060ce;
385
+ box-shadow: none;
386
+ color: #fff;
387
+ }
388
+ .tox .tox-button:active:not(:disabled) {
389
+ background-color: #0054b4;
390
+ background-image: none;
391
+ border-color: #0054b4;
392
+ box-shadow: none;
393
+ color: #fff;
394
+ }
395
+ .tox .tox-button.tox-button--enabled {
396
+ background-color: #0054b4;
397
+ background-image: none;
398
+ border-color: #0054b4;
399
+ box-shadow: none;
400
+ color: #fff;
401
+ }
402
+ .tox .tox-button.tox-button--enabled[disabled] {
403
+ background-color: #0054b4;
404
+ background-image: none;
405
+ border-color: #0054b4;
406
+ box-shadow: none;
407
+ color: rgba(255, 255, 255, 0.5);
408
+ cursor: not-allowed;
409
+ }
410
+ .tox .tox-button.tox-button--enabled:focus:not(:disabled) {
411
+ background-color: #00489b;
412
+ background-image: none;
413
+ border-color: #00489b;
414
+ box-shadow: none;
415
+ color: #fff;
416
+ }
417
+ .tox .tox-button.tox-button--enabled:hover:not(:disabled) {
418
+ background-color: #00489b;
419
+ background-image: none;
420
+ border-color: #00489b;
421
+ box-shadow: none;
422
+ color: #fff;
423
+ }
424
+ .tox .tox-button.tox-button--enabled:active:not(:disabled) {
425
+ background-color: #003c81;
426
+ background-image: none;
427
+ border-color: #003c81;
428
+ box-shadow: none;
429
+ color: #fff;
430
+ }
431
+ .tox .tox-button--icon-and-text,
432
+ .tox .tox-button.tox-button--icon-and-text,
433
+ .tox .tox-button.tox-button--secondary.tox-button--icon-and-text {
434
+ display: flex;
435
+ padding: 5px 4px;
436
+ }
437
+ .tox .tox-button--icon-and-text .tox-icon svg,
438
+ .tox .tox-button.tox-button--icon-and-text .tox-icon svg,
439
+ .tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg {
440
+ display: block;
441
+ fill: currentColor;
442
+ }
443
+ .tox .tox-button--secondary {
444
+ background-color: #3d546f;
445
+ background-image: none;
446
+ background-position: 0 0;
447
+ background-repeat: repeat;
448
+ border-color: #3d546f;
449
+ border-radius: 6px;
450
+ border-style: solid;
451
+ border-width: 1px;
452
+ box-shadow: none;
453
+ color: #fff;
454
+ font-size: 14px;
455
+ font-style: normal;
456
+ font-weight: bold;
457
+ letter-spacing: normal;
458
+ outline: none;
459
+ padding: 4px 16px;
460
+ -webkit-text-decoration: none;
461
+ text-decoration: none;
462
+ text-transform: none;
463
+ }
464
+ .tox .tox-button--secondary[disabled] {
465
+ background-color: #3d546f;
466
+ background-image: none;
467
+ border-color: #3d546f;
468
+ box-shadow: none;
469
+ color: rgba(255, 255, 255, 0.5);
470
+ }
471
+ .tox .tox-button--secondary:focus:not(:disabled) {
472
+ background-color: #34485f;
473
+ background-image: none;
474
+ border-color: #34485f;
475
+ box-shadow: none;
476
+ color: #fff;
477
+ }
478
+ .tox .tox-button--secondary:hover:not(:disabled) {
479
+ background-color: #34485f;
480
+ background-image: none;
481
+ border-color: #34485f;
482
+ box-shadow: none;
483
+ color: #fff;
484
+ }
485
+ .tox .tox-button--secondary:active:not(:disabled) {
486
+ background-color: #2b3b4e;
487
+ background-image: none;
488
+ border-color: #2b3b4e;
489
+ box-shadow: none;
490
+ color: #fff;
491
+ }
492
+ .tox .tox-button--secondary.tox-button--enabled {
493
+ background-color: #2b5c93;
494
+ background-image: none;
495
+ border-color: #2b5c93;
496
+ box-shadow: none;
497
+ color: #fff;
498
+ }
499
+ .tox .tox-button--secondary.tox-button--enabled[disabled] {
500
+ background-color: #2b5c93;
501
+ background-image: none;
502
+ border-color: #2b5c93;
503
+ box-shadow: none;
504
+ color: rgba(255, 255, 255, 0.5);
505
+ }
506
+ .tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled) {
507
+ background-color: #254f80;
508
+ background-image: none;
509
+ border-color: #254f80;
510
+ box-shadow: none;
511
+ color: #fff;
512
+ }
513
+ .tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) {
514
+ background-color: #254f80;
515
+ background-image: none;
516
+ border-color: #254f80;
517
+ box-shadow: none;
518
+ color: #fff;
519
+ }
520
+ .tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) {
521
+ background-color: #1f436c;
522
+ background-image: none;
523
+ border-color: #1f436c;
524
+ box-shadow: none;
525
+ color: #fff;
526
+ }
527
+ .tox .tox-button--icon,
528
+ .tox .tox-button.tox-button--icon,
529
+ .tox .tox-button.tox-button--secondary.tox-button--icon {
530
+ padding: 4px;
531
+ }
532
+ .tox .tox-button--icon .tox-icon svg,
533
+ .tox .tox-button.tox-button--icon .tox-icon svg,
534
+ .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
535
+ display: block;
536
+ fill: currentColor;
537
+ }
538
+ .tox-context-form__group .tox-button--icon,
539
+ .tox-context-form__group .tox-button.tox-button--icon {
540
+ margin: 6px 1px 5px 0;
541
+ padding: 0;
542
+ }
543
+ .tox .tox-button-link {
544
+ background: 0;
545
+ border: none;
546
+ box-sizing: border-box;
547
+ cursor: pointer;
548
+ display: inline-block;
549
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
550
+ font-size: 16px;
551
+ font-weight: normal;
552
+ line-height: 1.3;
553
+ margin: 0;
554
+ padding: 0;
555
+ white-space: nowrap;
556
+ }
557
+ .tox .tox-button-link--sm {
558
+ font-size: 14px;
559
+ }
560
+ .tox .tox-button--naked {
561
+ background-color: transparent;
562
+ border-color: transparent;
563
+ box-shadow: unset;
564
+ color: #fff;
565
+ }
566
+ .tox .tox-button--naked[disabled] {
567
+ background-color: rgba(255, 255, 255, 0.2);
568
+ border-color: transparent;
569
+ box-shadow: unset;
570
+ color: rgba(255, 255, 255, 0.5);
571
+ }
572
+ .tox .tox-button--naked:hover:not(:disabled) {
573
+ background-color: rgba(255, 255, 255, 0.2);
574
+ border-color: transparent;
575
+ box-shadow: unset;
576
+ color: #fff;
577
+ }
578
+ .tox .tox-button--naked:focus:not(:disabled) {
579
+ background-color: rgba(255, 255, 255, 0.2);
580
+ border-color: transparent;
581
+ box-shadow: unset;
582
+ color: #fff;
583
+ }
584
+ .tox .tox-button--naked:active:not(:disabled) {
585
+ background-color: rgba(255, 255, 255, 0.3);
586
+ border-color: transparent;
587
+ box-shadow: unset;
588
+ color: #fff;
589
+ }
590
+ .tox .tox-button--naked .tox-icon svg {
591
+ fill: currentColor;
592
+ }
593
+ .tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
594
+ color: #fff;
595
+ }
596
+ .tox .tox-checkbox {
597
+ align-items: center;
598
+ border-radius: 6px;
599
+ cursor: pointer;
600
+ display: flex;
601
+ height: 36px;
602
+ min-width: 36px;
603
+ }
604
+ .tox .tox-checkbox__input {
605
+ /* Hide from view but visible to screen readers */
606
+ height: 1px;
607
+ overflow: hidden;
608
+ position: absolute;
609
+ top: auto;
610
+ width: 1px;
611
+ }
612
+ .tox .tox-checkbox__icons {
613
+ align-items: center;
614
+ border-radius: 6px;
615
+ box-shadow: 0 0 0 2px transparent;
616
+ box-sizing: content-box;
617
+ display: flex;
618
+ height: 24px;
619
+ justify-content: center;
620
+ padding: calc(4px - 1px);
621
+ width: 24px;
622
+ }
623
+ .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
624
+ display: block;
625
+ fill: rgba(255, 255, 255, 0.2);
626
+ }
627
+ @media (forced-colors: active) {
628
+ .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
629
+ fill: currentColor !important;
630
+ }
631
+ }
632
+ .tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
633
+ display: none;
634
+ fill: #006ce7;
635
+ }
636
+ .tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
637
+ display: none;
638
+ fill: #006ce7;
639
+ }
640
+ .tox .tox-checkbox--disabled {
641
+ color: rgba(255, 255, 255, 0.5);
642
+ cursor: not-allowed;
643
+ }
644
+ .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
645
+ fill: rgba(255, 255, 255, 0.5);
646
+ }
647
+ .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
648
+ fill: rgba(255, 255, 255, 0.5);
649
+ }
650
+ .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
651
+ fill: rgba(255, 255, 255, 0.5);
652
+ }
653
+ .tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
654
+ display: none;
655
+ }
656
+ .tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
657
+ display: block;
658
+ }
659
+ .tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
660
+ display: none;
661
+ }
662
+ .tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
663
+ display: block;
664
+ }
665
+ .tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
666
+ border-radius: 6px;
667
+ box-shadow: inset 0 0 0 1px #006ce7;
668
+ padding: calc(4px - 1px);
669
+ }
670
+ .tox:not([dir=rtl]) .tox-checkbox__label {
671
+ margin-left: 4px;
672
+ }
673
+ .tox:not([dir=rtl]) .tox-checkbox__input {
674
+ left: -10000px;
675
+ }
676
+ .tox:not([dir=rtl]) .tox-bar .tox-checkbox {
677
+ margin-left: 4px;
678
+ }
679
+ .tox[dir=rtl] .tox-checkbox__label {
680
+ margin-right: 4px;
681
+ }
682
+ .tox[dir=rtl] .tox-checkbox__input {
683
+ right: -10000px;
684
+ }
685
+ .tox[dir=rtl] .tox-bar .tox-checkbox {
686
+ margin-right: 4px;
687
+ }
688
+ .tox .tox-collection--toolbar .tox-collection__group {
689
+ display: flex;
690
+ padding: 0;
691
+ }
692
+ .tox .tox-collection--grid .tox-collection__group {
693
+ display: flex;
694
+ flex-wrap: wrap;
695
+ max-height: 208px;
696
+ overflow-x: hidden;
697
+ overflow-y: auto;
698
+ padding: 0;
699
+ }
700
+ .tox .tox-collection--list .tox-collection__group {
701
+ border-bottom-width: 0;
702
+ border-color: rgba(255, 255, 255, 0.15);
703
+ border-left-width: 0;
704
+ border-right-width: 0;
705
+ border-style: solid;
706
+ border-top-width: 1px;
707
+ padding: 4px 0;
708
+ }
709
+ .tox .tox-collection--list .tox-collection__group:first-child {
710
+ border-top-width: 0;
711
+ }
712
+ .tox .tox-collection__group-heading {
713
+ background-color: rgba(255, 255, 255, 0.15);
714
+ color: rgba(255, 255, 255, 0.5);
715
+ cursor: default;
716
+ font-size: 12px;
717
+ font-style: normal;
718
+ font-weight: normal;
719
+ margin-bottom: 4px;
720
+ margin-top: -4px;
721
+ padding: 4px 8px;
722
+ text-transform: none;
723
+ -webkit-touch-callout: none;
724
+ -webkit-user-select: none;
725
+ user-select: none;
726
+ }
727
+ .tox .tox-collection__item {
728
+ align-items: center;
729
+ border-radius: 3px;
730
+ color: #fff;
731
+ display: flex;
732
+ -webkit-touch-callout: none;
733
+ -webkit-user-select: none;
734
+ user-select: none;
735
+ }
736
+ .tox .tox-collection--list .tox-collection__item {
737
+ padding: 4px 8px;
738
+ }
739
+ .tox .tox-collection--toolbar .tox-collection__item {
740
+ border-radius: 3px;
741
+ padding: 4px;
742
+ }
743
+ .tox .tox-collection--grid .tox-collection__item {
744
+ border-radius: 3px;
745
+ padding: 4px;
746
+ }
747
+ .tox .tox-collection--list .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
748
+ background-color: #2b3b4e;
749
+ color: #fff;
750
+ }
751
+ .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
752
+ background-color: #006ce7;
753
+ color: #fff;
754
+ }
755
+ @media (forced-colors: active) {
756
+ .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
757
+ border: solid 1px;
758
+ }
759
+ }
760
+ .tox .tox-collection--grid .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
761
+ background-color: #599fef;
762
+ color: #fff;
763
+ }
764
+ .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
765
+ background-color: #2f4055;
766
+ color: #fff;
767
+ position: relative;
768
+ z-index: 1;
769
+ }
770
+ .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
771
+ border-radius: 3px;
772
+ bottom: 0;
773
+ box-shadow: 0 0 0 2px #fff inset;
774
+ content: '';
775
+ left: 0;
776
+ position: absolute;
777
+ right: 0;
778
+ top: 0;
779
+ }
780
+ @media (forced-colors: active) {
781
+ .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
782
+ border: 2px solid highlight;
783
+ }
784
+ }
785
+ .tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
786
+ background-color: #599fef;
787
+ color: #fff;
788
+ }
789
+ @media (forced-colors: active) {
790
+ .tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
791
+ border-radius: 3px;
792
+ outline: solid 1px;
793
+ }
794
+ }
795
+ .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
796
+ color: #fff;
797
+ background-color: #2b3b4e;
798
+ position: relative;
799
+ }
800
+ .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
801
+ background-color: #2f4055;
802
+ color: #fff;
803
+ }
804
+ .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus {
805
+ background-color: #2f4055;
806
+ color: #fff;
807
+ }
808
+ .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
809
+ border-radius: 3px;
810
+ bottom: 0;
811
+ box-shadow: 0 0 0 2px #fff ;
812
+ content: '';
813
+ left: 0;
814
+ position: absolute;
815
+ right: 0;
816
+ top: 0;
817
+ }
818
+ @media (forced-colors: active) {
819
+ .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
820
+ border: 2px solid highlight;
821
+ }
822
+ }
823
+ @media (forced-colors: active) {
824
+ .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
825
+ border-radius: 3px;
826
+ outline: solid 1px;
827
+ }
828
+ }
829
+ .tox .tox-collection__item-icon,
830
+ .tox .tox-collection__item-checkmark {
831
+ align-items: center;
832
+ display: flex;
833
+ height: 24px;
834
+ justify-content: center;
835
+ width: 24px;
836
+ }
837
+ .tox .tox-collection__item-icon svg,
838
+ .tox .tox-collection__item-checkmark svg {
839
+ fill: currentColor;
840
+ }
841
+ .tox .tox-collection--toolbar-lg .tox-collection__item-icon {
842
+ height: 48px;
843
+ width: 48px;
844
+ }
845
+ .tox .tox-collection__item-label {
846
+ color: currentColor;
847
+ display: inline-block;
848
+ flex: 1;
849
+ font-size: 14px;
850
+ font-style: normal;
851
+ font-weight: normal;
852
+ line-height: 24px;
853
+ max-width: 100%;
854
+ text-transform: none;
855
+ word-break: break-all;
856
+ }
857
+ .tox .tox-collection__item-accessory {
858
+ color: currentColor;
859
+ display: inline-block;
860
+ font-size: 14px;
861
+ height: 24px;
862
+ line-height: 24px;
863
+ text-transform: none;
864
+ }
865
+ .tox .tox-collection__item-caret {
866
+ align-items: center;
867
+ display: flex;
868
+ min-height: 24px;
869
+ }
870
+ .tox .tox-collection__item-caret::after {
871
+ content: '';
872
+ font-size: 0;
873
+ min-height: inherit;
874
+ }
875
+ .tox .tox-collection__item-caret svg {
876
+ fill: currentColor;
877
+ }
878
+ .tox .tox-collection__item--state-disabled {
879
+ background-color: transparent;
880
+ color: rgba(255, 255, 255, 0.5);
881
+ cursor: not-allowed;
882
+ }
883
+ .tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
884
+ fill: rgba(255, 255, 255, 0.5);
885
+ }
886
+ .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
887
+ display: none;
888
+ }
889
+ .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
890
+ display: none;
891
+ }
892
+ .tox .tox-collection--horizontal {
893
+ background-color: #2b3b4e;
894
+ border: 1px solid rgba(255, 255, 255, 0.15);
895
+ border-radius: 6px;
896
+ box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
897
+ display: flex;
898
+ flex: 0 0 auto;
899
+ flex-shrink: 0;
900
+ flex-wrap: nowrap;
901
+ margin-bottom: 0;
902
+ overflow-x: auto;
903
+ padding: 0;
904
+ }
905
+ .tox .tox-collection--horizontal .tox-collection__group {
906
+ align-items: center;
907
+ display: flex;
908
+ flex-wrap: nowrap;
909
+ margin: 0;
910
+ padding: 0 4px;
911
+ }
912
+ .tox .tox-collection--horizontal .tox-collection__item {
913
+ height: 28px;
914
+ margin: 6px 1px 5px 0;
915
+ padding: 0 4px;
916
+ }
917
+ .tox .tox-collection--horizontal .tox-collection__item-label {
918
+ white-space: nowrap;
919
+ }
920
+ .tox .tox-collection--horizontal .tox-collection__item-caret {
921
+ margin-left: 4px;
922
+ }
923
+ .tox .tox-collection__item-container {
924
+ display: flex;
925
+ }
926
+ .tox .tox-collection__item-container--row {
927
+ align-items: center;
928
+ flex: 1 1 auto;
929
+ flex-direction: row;
930
+ }
931
+ .tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
932
+ margin-right: auto;
933
+ }
934
+ .tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
935
+ justify-content: flex-end;
936
+ margin-left: auto;
937
+ }
938
+ .tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
939
+ align-items: flex-start;
940
+ margin-bottom: auto;
941
+ }
942
+ .tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
943
+ align-items: center;
944
+ }
945
+ .tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
946
+ align-items: flex-end;
947
+ margin-top: auto;
948
+ }
949
+ .tox .tox-collection__item-container--column {
950
+ align-self: center;
951
+ flex: 1 1 auto;
952
+ flex-direction: column;
953
+ }
954
+ .tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
955
+ align-items: flex-start;
956
+ }
957
+ .tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
958
+ align-items: flex-end;
959
+ }
960
+ .tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
961
+ align-self: flex-start;
962
+ }
963
+ .tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
964
+ align-self: center;
965
+ }
966
+ .tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
967
+ align-self: flex-end;
968
+ }
969
+ .tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
970
+ border-right: 1px solid transparent;
971
+ }
972
+ .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
973
+ margin-left: 8px;
974
+ }
975
+ .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
976
+ margin-left: 4px;
977
+ }
978
+ .tox:not([dir=rtl]) .tox-collection__item-accessory {
979
+ margin-left: 16px;
980
+ text-align: right;
981
+ }
982
+ .tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
983
+ margin-left: 16px;
984
+ }
985
+ .tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
986
+ border-left: 1px solid transparent;
987
+ }
988
+ .tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
989
+ margin-right: 8px;
990
+ }
991
+ .tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
992
+ margin-right: 4px;
993
+ }
994
+ .tox[dir=rtl] .tox-collection__item-accessory {
995
+ margin-right: 16px;
996
+ text-align: left;
997
+ }
998
+ .tox[dir=rtl] .tox-collection .tox-collection__item-caret {
999
+ margin-right: 16px;
1000
+ transform: rotateY(180deg);
1001
+ }
1002
+ .tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
1003
+ margin-right: 4px;
1004
+ }
1005
+ @media (forced-colors: active) {
1006
+ .tox .tox-hue-slider,
1007
+ .tox .tox-rgb-form .tox-rgba-preview {
1008
+ background-color: currentColor !important;
1009
+ border: 1px solid highlight !important;
1010
+ forced-color-adjust: none;
1011
+ }
1012
+ }
1013
+ .tox .tox-color-picker-container {
1014
+ display: flex;
1015
+ flex-direction: row;
1016
+ height: 225px;
1017
+ margin: 0;
1018
+ }
1019
+ .tox .tox-sv-palette {
1020
+ box-sizing: border-box;
1021
+ display: flex;
1022
+ height: 100%;
1023
+ }
1024
+ .tox .tox-sv-palette-spectrum {
1025
+ height: 100%;
1026
+ }
1027
+ .tox .tox-sv-palette,
1028
+ .tox .tox-sv-palette-spectrum {
1029
+ width: 225px;
1030
+ }
1031
+ .tox .tox-sv-palette-thumb {
1032
+ background: none;
1033
+ border: 1px solid black;
1034
+ border-radius: 50%;
1035
+ box-sizing: content-box;
1036
+ height: 12px;
1037
+ position: absolute;
1038
+ width: 12px;
1039
+ }
1040
+ .tox .tox-sv-palette-inner-thumb {
1041
+ border: 1px solid white;
1042
+ border-radius: 50%;
1043
+ height: 10px;
1044
+ position: absolute;
1045
+ width: 10px;
1046
+ }
1047
+ .tox .tox-hue-slider {
1048
+ box-sizing: border-box;
1049
+ height: 100%;
1050
+ width: 25px;
1051
+ }
1052
+ .tox .tox-hue-slider-spectrum {
1053
+ background: linear-gradient(to bottom, #f00, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, #f00);
1054
+ height: 100%;
1055
+ width: 100%;
1056
+ }
1057
+ .tox .tox-hue-slider,
1058
+ .tox .tox-hue-slider-spectrum {
1059
+ width: 20px;
1060
+ }
1061
+ .tox .tox-hue-slider-spectrum:focus,
1062
+ .tox .tox-sv-palette-spectrum:focus {
1063
+ outline: #08f solid;
1064
+ }
1065
+ .tox .tox-hue-slider-thumb {
1066
+ background: white;
1067
+ border: 1px solid black;
1068
+ box-sizing: content-box;
1069
+ height: 4px;
1070
+ width: 100%;
1071
+ }
1072
+ .tox .tox-rgb-form {
1073
+ display: flex;
1074
+ flex-direction: column;
1075
+ justify-content: space-between;
1076
+ }
1077
+ .tox .tox-rgb-form div {
1078
+ align-items: center;
1079
+ display: flex;
1080
+ justify-content: space-between;
1081
+ margin-bottom: 5px;
1082
+ width: inherit;
1083
+ }
1084
+ .tox .tox-rgb-form input {
1085
+ min-width: 6em;
1086
+ }
1087
+ .tox .tox-rgb-form input.tox-invalid {
1088
+ /* Need !important to override Chrome's focus styling unfortunately */
1089
+ border: 1px solid #f00 !important;
1090
+ box-shadow: 0 0 0 1px #f00;
1091
+ }
1092
+ .tox .tox-rgb-container {
1093
+ position: relative;
1094
+ }
1095
+ .tox .tox-rgb-form .tox-invalid-icon {
1096
+ align-content: center;
1097
+ align-items: center;
1098
+ display: none;
1099
+ height: 100%;
1100
+ position: absolute;
1101
+ right: 0;
1102
+ top: 0;
1103
+ }
1104
+ .tox .tox-rgb-form .tox-invalid-icon .tox-control-wrap__status-icon-invalid {
1105
+ margin: 0;
1106
+ }
1107
+ .tox .tox-rgb-warning-note {
1108
+ background-color: #442632;
1109
+ border: 1px solid #55212b;
1110
+ border-radius: 3px;
1111
+ color: #e68080;
1112
+ padding: 3px;
1113
+ }
1114
+ .tox input.tox-invalid + .tox-invalid-icon {
1115
+ display: flex;
1116
+ }
1117
+ .tox .tox-rgb-form .tox-rgba-preview {
1118
+ border: 1px solid black;
1119
+ flex-grow: 2;
1120
+ margin-bottom: 0;
1121
+ }
1122
+ .tox:not([dir=rtl]) .tox-sv-palette {
1123
+ margin-right: 15px;
1124
+ }
1125
+ .tox:not([dir=rtl]) .tox-hue-slider {
1126
+ margin-right: 15px;
1127
+ }
1128
+ .tox:not([dir=rtl]) .tox-hue-slider-thumb {
1129
+ margin-left: -1px;
1130
+ }
1131
+ .tox:not([dir=rtl]) .tox-rgb-form label {
1132
+ margin-right: 0.5em;
1133
+ }
1134
+ .tox[dir=rtl] .tox-sv-palette {
1135
+ margin-left: 15px;
1136
+ }
1137
+ .tox[dir=rtl] .tox-hue-slider {
1138
+ margin-left: 15px;
1139
+ }
1140
+ .tox[dir=rtl] .tox-hue-slider-thumb {
1141
+ margin-right: -1px;
1142
+ }
1143
+ .tox[dir=rtl] .tox-rgb-form label {
1144
+ margin-left: 0.5em;
1145
+ }
1146
+ .tox .tox-toolbar .tox-swatches,
1147
+ .tox .tox-toolbar__primary .tox-swatches,
1148
+ .tox .tox-toolbar__overflow .tox-swatches {
1149
+ margin: 5px 0 6px 11px;
1150
+ }
1151
+ .tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
1152
+ border: 0;
1153
+ margin: -4px -4px;
1154
+ }
1155
+ .tox .tox-swatches__row {
1156
+ display: flex;
1157
+ }
1158
+ @media (forced-colors: active) {
1159
+ .tox .tox-swatches__row {
1160
+ forced-color-adjust: none;
1161
+ }
1162
+ }
1163
+ .tox .tox-swatch {
1164
+ height: 30px;
1165
+ transition: transform 0.15s, box-shadow 0.15s;
1166
+ width: 30px;
1167
+ }
1168
+ .tox .tox-swatch:hover,
1169
+ .tox .tox-swatch:focus {
1170
+ box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
1171
+ transform: scale(0.8);
1172
+ }
1173
+ .tox .tox-swatch--remove {
1174
+ align-items: center;
1175
+ display: flex;
1176
+ justify-content: center;
1177
+ }
1178
+ .tox .tox-swatch--remove svg path {
1179
+ stroke: #e74c3c;
1180
+ }
1181
+ .tox .tox-swatches__picker-btn {
1182
+ align-items: center;
1183
+ background-color: transparent;
1184
+ border: 0;
1185
+ cursor: pointer;
1186
+ display: flex;
1187
+ height: 30px;
1188
+ justify-content: center;
1189
+ outline: none;
1190
+ padding: 0;
1191
+ width: 30px;
1192
+ }
1193
+ .tox .tox-swatches__picker-btn svg {
1194
+ fill: #fff;
1195
+ height: 24px;
1196
+ width: 24px;
1197
+ }
1198
+ .tox .tox-swatches__picker-btn:hover {
1199
+ background: #2f4055;
1200
+ }
1201
+ .tox div.tox-swatch:not(.tox-swatch--remove) svg {
1202
+ display: none;
1203
+ fill: #fff;
1204
+ height: 24px;
1205
+ margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
1206
+ width: 24px;
1207
+ }
1208
+ .tox div.tox-swatch:not(.tox-swatch--remove) svg path {
1209
+ fill: #fff;
1210
+ paint-order: stroke;
1211
+ stroke: #222f3e;
1212
+ stroke-width: 2px;
1213
+ }
1214
+ .tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg {
1215
+ display: block;
1216
+ }
1217
+ .tox:not([dir=rtl]) .tox-swatches__picker-btn {
1218
+ margin-left: auto;
1219
+ }
1220
+ .tox[dir=rtl] .tox-swatches__picker-btn {
1221
+ margin-right: auto;
1222
+ }
1223
+ .tox {
1224
+ /* Animation for deleting a comment */
1225
+ /* A comment fades to 0 when it is being deleted, then is removed */
1226
+ }
1227
+ .tox .tox-conversations {
1228
+ display: flex;
1229
+ flex-direction: column;
1230
+ position: relative;
1231
+ height: 100%;
1232
+ /* This is to give the sidebar a consistent width. Need a solution for this */
1233
+ min-width: 300px;
1234
+ max-width: 300px;
1235
+ width: 300px;
1236
+ }
1237
+ .tox .tox-conversations__header {
1238
+ align-items: center;
1239
+ display: flex;
1240
+ justify-content: space-between;
1241
+ box-shadow: 0px 4px 8px 0px rgba(34, 47, 62, 0.1);
1242
+ padding: 8px 12px;
1243
+ background: #222F3E;
1244
+ z-index: 1;
1245
+ }
1246
+ .tox .tox-conversations__title {
1247
+ font-size: 20px;
1248
+ font-weight: 400;
1249
+ padding: 8px 0 8px 0;
1250
+ color: #fff;
1251
+ line-height: 28px;
1252
+ }
1253
+ .tox .tox-comment {
1254
+ background: #222F3E;
1255
+ border: 1px solid #222F3E;
1256
+ border-radius: 6px;
1257
+ padding: 8px 8px 16px 8px;
1258
+ position: relative;
1259
+ }
1260
+ .tox .tox-comment:hover {
1261
+ box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
1262
+ }
1263
+ .tox .tox-comment.tox-comment--selected {
1264
+ background-color: #1b3b60;
1265
+ border: 1px solid #006ce7;
1266
+ box-shadow: 0px 4px 8px 0px rgba(34, 47, 62, 0.1);
1267
+ }
1268
+ .tox .tox-comment.tox-comment--selected:focus {
1269
+ border: 2px solid #fff;
1270
+ margin: -1px;
1271
+ }
1272
+ .tox .tox-comment.tox-comment--selected:focus:not(:first-child) {
1273
+ margin-top: 7px;
1274
+ }
1275
+ .tox .tox-comment.tox-comment--selected .tox-comment__single {
1276
+ margin-bottom: 12px;
1277
+ }
1278
+ .tox .tox-comment.tox-comment--selected .tox-comment__single:focus {
1279
+ position: relative;
1280
+ }
1281
+ .tox .tox-comment.tox-comment--selected .tox-comment__single:focus::after {
1282
+ top: -9px;
1283
+ pointer-events: none;
1284
+ position: absolute;
1285
+ content: "";
1286
+ display: block;
1287
+ bottom: -9px;
1288
+ left: -9px;
1289
+ right: -9px;
1290
+ border-radius: 6px;
1291
+ border: 2px solid #fff;
1292
+ }
1293
+ .tox .tox-comment__header {
1294
+ align-items: center;
1295
+ color: #fff;
1296
+ display: flex;
1297
+ justify-content: space-between;
1298
+ }
1299
+ .tox .tox-comment__date {
1300
+ color: #fff;
1301
+ font-size: 12px;
1302
+ line-height: 18px;
1303
+ }
1304
+ .tox .tox-comment__body {
1305
+ color: #fff;
1306
+ font-size: 16px;
1307
+ font-style: normal;
1308
+ font-weight: normal;
1309
+ line-height: 1.3;
1310
+ margin-top: 8px;
1311
+ position: relative;
1312
+ text-transform: initial;
1313
+ transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
1314
+ white-space: pre-wrap;
1315
+ /* We remove the transitions when wanting to measure and jump straight to collapsed or expanded */
1316
+ }
1317
+ .tox .tox-comment__body.tox-comment__body--expanded {
1318
+ max-height: 100em;
1319
+ transition: max-height 1s ease-in-out;
1320
+ }
1321
+ .tox .tox-comment__body.tox-comment__body--pending {
1322
+ transition: max-height 0s;
1323
+ }
1324
+ .tox .tox-comment__body p {
1325
+ margin: 0;
1326
+ }
1327
+ .tox .tox-comment__body textarea {
1328
+ resize: none;
1329
+ white-space: normal;
1330
+ width: 100%;
1331
+ font-size: 16px;
1332
+ }
1333
+ .tox .tox-comment__loading-text {
1334
+ align-items: center;
1335
+ color: #fff;
1336
+ display: flex;
1337
+ flex-direction: column;
1338
+ position: relative;
1339
+ }
1340
+ .tox .tox-comment__loading-text > div {
1341
+ padding-bottom: 16px;
1342
+ }
1343
+ .tox .tox-comment__overlaytext {
1344
+ bottom: 0;
1345
+ flex-direction: column;
1346
+ font-size: 14px;
1347
+ left: 0;
1348
+ padding: 1em;
1349
+ position: absolute;
1350
+ right: 0;
1351
+ top: 0;
1352
+ z-index: 10;
1353
+ }
1354
+ .tox .tox-comment__overlaytext p {
1355
+ background-color: #222F3E;
1356
+ box-shadow: 0 0 8px 8px #222F3E;
1357
+ color: #fff;
1358
+ text-align: center;
1359
+ }
1360
+ .tox .tox-comment__overlaytext div:nth-of-type(2) {
1361
+ font-size: 0.8em;
1362
+ }
1363
+ .tox .tox-comment__expander {
1364
+ padding-top: 8px;
1365
+ }
1366
+ .tox .tox-comment__expander p {
1367
+ color: rgba(255, 255, 255, 0.5);
1368
+ font-size: 14px;
1369
+ font-style: normal;
1370
+ /* Need a focus highlight on the show more/less button */
1371
+ }
1372
+ .tox .tox-comment__expander p:focus {
1373
+ font-weight: bold;
1374
+ }
1375
+ .tox .tox-comment__buttonspacing {
1376
+ padding-top: 16px;
1377
+ text-align: center;
1378
+ }
1379
+ .tox .tox-tbtn.tox-comment__mention-btn {
1380
+ display: flex;
1381
+ width: 34px;
1382
+ height: 34px;
1383
+ padding: 5px;
1384
+ justify-content: center;
1385
+ align-items: center;
1386
+ margin: 0;
1387
+ background-color: transparent;
1388
+ }
1389
+ .tox .tox-comment-thread {
1390
+ background: #222F3E;
1391
+ position: relative;
1392
+ border-radius: 6px;
1393
+ background-color: transparent;
1394
+ }
1395
+ .tox .tox-comment-thread > *:not(:first-child) {
1396
+ margin-top: 8px;
1397
+ }
1398
+ .tox .tox-comment-thread__overlay::after {
1399
+ background: #222F3E;
1400
+ bottom: 0;
1401
+ content: "";
1402
+ display: flex;
1403
+ left: 0;
1404
+ opacity: 0.9;
1405
+ position: absolute;
1406
+ right: 0;
1407
+ top: 0;
1408
+ z-index: 5;
1409
+ }
1410
+ .tox .tox-comment__reply {
1411
+ display: flex;
1412
+ flex-shrink: 0;
1413
+ flex-wrap: wrap;
1414
+ justify-content: flex-end;
1415
+ margin-top: 8px;
1416
+ }
1417
+ .tox .tox-comment__reply > *:first-child {
1418
+ margin-bottom: 8px;
1419
+ width: 100%;
1420
+ }
1421
+ .tox .tox-comment__edit {
1422
+ display: flex;
1423
+ flex-wrap: wrap;
1424
+ justify-content: flex-end;
1425
+ margin-top: 8px;
1426
+ }
1427
+ .tox .tox-comment__gradient::after {
1428
+ background: linear-gradient(rgba(34, 47, 62, 0), #222F3E);
1429
+ bottom: 0;
1430
+ content: "";
1431
+ display: block;
1432
+ height: 5em;
1433
+ margin-top: -40px;
1434
+ position: absolute;
1435
+ width: 100%;
1436
+ }
1437
+ .tox .tox-comment__overlay {
1438
+ background: #222F3E;
1439
+ bottom: 0;
1440
+ display: flex;
1441
+ flex-direction: column;
1442
+ flex-grow: 1;
1443
+ left: 0;
1444
+ opacity: 0.9;
1445
+ position: absolute;
1446
+ right: 0;
1447
+ text-align: center;
1448
+ top: 0;
1449
+ z-index: 5;
1450
+ }
1451
+ .tox .tox-comment__busy-spinner {
1452
+ align-items: center;
1453
+ background-color: #222F3E;
1454
+ bottom: 0;
1455
+ display: flex;
1456
+ justify-content: center;
1457
+ left: 0;
1458
+ position: absolute;
1459
+ right: 0;
1460
+ top: 0;
1461
+ z-index: 20;
1462
+ }
1463
+ .tox .tox-comment__scroll {
1464
+ display: flex;
1465
+ flex-direction: column;
1466
+ flex-shrink: 1;
1467
+ overflow: auto;
1468
+ padding: 12px;
1469
+ scroll-behavior: smooth;
1470
+ }
1471
+ .tox .tox-comment__scroll:has(textarea:focus) {
1472
+ scroll-behavior: auto;
1473
+ }
1474
+ .tox .tox-comment--disappearing {
1475
+ transition: opacity 0.5s ease;
1476
+ }
1477
+ .tox .tox-comment[data-transitioning-destination="deleting"] {
1478
+ opacity: 0;
1479
+ }
1480
+ .tox .tox-skeleton .tox-skeleton__line {
1481
+ height: 16px;
1482
+ width: 100%;
1483
+ background: linear-gradient(to right, rgba(240, 240, 240, 0.5) 8%, rgba(240, 240, 240, 0.7) 18%, rgba(240, 240, 240, 0.5) 33%);
1484
+ animation: wave 2s infinite ease-out;
1485
+ }
1486
+ .tox .tox-skeleton .tox-skeleton__circle {
1487
+ height: 36px;
1488
+ width: 36px;
1489
+ margin-right: 8px;
1490
+ border-radius: 100%;
1491
+ background: linear-gradient(to right, rgba(240, 240, 240, 0.5) 8%, rgba(240, 240, 240, 0.7) 18%, rgba(240, 240, 240, 0.5) 33%);
1492
+ animation: wave 2s infinite ease-out;
1493
+ }
1494
+ @keyframes wave {
1495
+ 0% {
1496
+ background-position: -268px 0;
1497
+ }
1498
+ 100% {
1499
+ background-position: 268px 0;
1500
+ }
1501
+ }
1502
+ .tox .tox-ring-loader {
1503
+ width: 10px;
1504
+ height: 10px;
1505
+ border: 1px solid #FFF;
1506
+ border-bottom-color: transparent;
1507
+ border-radius: 50%;
1508
+ display: inline-block;
1509
+ box-sizing: border-box;
1510
+ animation: tox-rotation 1s linear infinite;
1511
+ }
1512
+ .tox:not([dir=rtl]) .tox-comment__edit {
1513
+ margin-left: 8px;
1514
+ }
1515
+ .tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child,
1516
+ .tox:not([dir=rtl]) .tox-comment__edit > *:last-child,
1517
+ .tox:not([dir=rtl]) .tox-comment__reply > *:last-child {
1518
+ margin-left: 8px;
1519
+ }
1520
+ .tox[dir=rtl] .tox-comment__edit {
1521
+ margin-right: 8px;
1522
+ }
1523
+ .tox[dir=rtl] .tox-comment__buttonspacing > *:last-child,
1524
+ .tox[dir=rtl] .tox-comment__edit > *:last-child,
1525
+ .tox[dir=rtl] .tox-comment__reply > *:last-child {
1526
+ margin-right: 8px;
1527
+ }
1528
+ .tox .tox-user {
1529
+ align-items: center;
1530
+ display: flex;
1531
+ }
1532
+ .tox .tox-user__avatar svg {
1533
+ fill: rgba(255, 255, 255, 0.5);
1534
+ }
1535
+ .tox .tox-user__avatar img {
1536
+ border-radius: 50%;
1537
+ height: 36px;
1538
+ object-fit: cover;
1539
+ vertical-align: middle;
1540
+ width: 36px;
1541
+ }
1542
+ .tox .tox-user__name {
1543
+ color: #fff;
1544
+ font-size: 14px;
1545
+ font-style: normal;
1546
+ font-weight: bold;
1547
+ line-height: 18px;
1548
+ text-transform: none;
1549
+ }
1550
+ .tox:not([dir=rtl]) .tox-user__avatar svg,
1551
+ .tox:not([dir=rtl]) .tox-user__avatar img {
1552
+ margin-right: 8px;
1553
+ }
1554
+ .tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
1555
+ margin-left: 8px;
1556
+ }
1557
+ .tox[dir=rtl] .tox-user__avatar svg,
1558
+ .tox[dir=rtl] .tox-user__avatar img {
1559
+ margin-left: 8px;
1560
+ }
1561
+ .tox[dir=rtl] .tox-user__avatar + .tox-user__name {
1562
+ margin-right: 8px;
1563
+ }
1564
+ .tox {
1565
+ /* .tox-dialog-blocker-wrap {
1566
+ //
1567
+ } */
1568
+ }
1569
+ .tox .tox-dialog-wrap {
1570
+ align-items: center;
1571
+ bottom: 0;
1572
+ display: flex;
1573
+ justify-content: center;
1574
+ left: 0;
1575
+ position: fixed;
1576
+ right: 0;
1577
+ top: 0;
1578
+ z-index: 1100;
1579
+ }
1580
+ .tox .tox-dialog-wrap__backdrop {
1581
+ background-color: rgba(34, 47, 62, 0.75);
1582
+ bottom: 0;
1583
+ left: 0;
1584
+ position: absolute;
1585
+ right: 0;
1586
+ top: 0;
1587
+ z-index: 1;
1588
+ }
1589
+ .tox .tox-dialog-wrap__backdrop--opaque {
1590
+ background-color: #222F3E;
1591
+ }
1592
+ .tox .tox-dialog {
1593
+ background-color: #2b3b4e;
1594
+ border-color: #161f29;
1595
+ border-radius: 10px;
1596
+ border-style: solid;
1597
+ border-width: 0;
1598
+ box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
1599
+ display: flex;
1600
+ flex-direction: column;
1601
+ max-height: 100%;
1602
+ max-width: 480px;
1603
+ overflow: hidden;
1604
+ position: relative;
1605
+ width: 95vw;
1606
+ z-index: 2;
1607
+ }
1608
+ @media only screen and (max-width: 767px ) {
1609
+ body:not(.tox-force-desktop) .tox .tox-dialog {
1610
+ align-self: flex-start;
1611
+ margin: 8px auto;
1612
+ max-height: calc(100vh - 8px * 2);
1613
+ width: calc(100vw - 16px);
1614
+ }
1615
+ }
1616
+ .tox .tox-dialog-inline {
1617
+ z-index: 1100;
1618
+ }
1619
+ .tox .tox-dialog__header {
1620
+ align-items: center;
1621
+ background-color: #2b3b4e;
1622
+ border-bottom: none;
1623
+ color: #fff;
1624
+ display: flex;
1625
+ font-size: 16px;
1626
+ justify-content: space-between;
1627
+ padding: 8px 16px 0 16px;
1628
+ position: relative;
1629
+ }
1630
+ .tox .tox-dialog__header .tox-button {
1631
+ z-index: 1;
1632
+ }
1633
+ .tox .tox-dialog__draghandle {
1634
+ cursor: grab;
1635
+ height: 100%;
1636
+ left: 0;
1637
+ position: absolute;
1638
+ top: 0;
1639
+ width: 100%;
1640
+ }
1641
+ .tox .tox-dialog__draghandle:active {
1642
+ cursor: grabbing;
1643
+ }
1644
+ .tox .tox-dialog__dismiss {
1645
+ margin-left: auto;
1646
+ }
1647
+ .tox .tox-dialog__title {
1648
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
1649
+ font-size: 20px;
1650
+ font-style: normal;
1651
+ font-weight: normal;
1652
+ line-height: 1.3;
1653
+ margin: 0;
1654
+ text-transform: none;
1655
+ }
1656
+ .tox .tox-dialog__body {
1657
+ color: #fff;
1658
+ display: flex;
1659
+ flex: 1;
1660
+ font-size: 16px;
1661
+ font-style: normal;
1662
+ font-weight: normal;
1663
+ line-height: 1.3;
1664
+ min-width: 0;
1665
+ text-align: left;
1666
+ text-transform: none;
1667
+ }
1668
+ @media only screen and (max-width: 767px ) {
1669
+ body:not(.tox-force-desktop) .tox .tox-dialog__body {
1670
+ flex-direction: column;
1671
+ }
1672
+ }
1673
+ .tox .tox-dialog__body-nav {
1674
+ align-items: flex-start;
1675
+ display: flex;
1676
+ flex-direction: column;
1677
+ flex-shrink: 0;
1678
+ padding: 16px 16px;
1679
+ }
1680
+ @media only screen and (min-width: 768px ) {
1681
+ .tox .tox-dialog__body-nav {
1682
+ max-width: 11em;
1683
+ }
1684
+ }
1685
+ @media only screen and (max-width: 767px ) {
1686
+ body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
1687
+ flex-direction: row;
1688
+ -webkit-overflow-scrolling: touch;
1689
+ overflow-x: auto;
1690
+ padding-bottom: 0;
1691
+ }
1692
+ }
1693
+ .tox .tox-dialog__body-nav-item {
1694
+ border-bottom: 2px solid transparent;
1695
+ color: rgba(255, 255, 255, 0.5);
1696
+ display: inline-block;
1697
+ flex-shrink: 0;
1698
+ font-size: 14px;
1699
+ line-height: 1.3;
1700
+ margin-bottom: 8px;
1701
+ max-width: 13em;
1702
+ -webkit-text-decoration: none;
1703
+ text-decoration: none;
1704
+ }
1705
+ .tox .tox-dialog__body-nav-item:focus {
1706
+ background-color: rgba(0, 108, 231, 0.1);
1707
+ }
1708
+ .tox .tox-dialog__body-nav-item--active {
1709
+ border-bottom: 2px solid #67aeff;
1710
+ color: #67aeff;
1711
+ }
1712
+ @media (forced-colors: active) {
1713
+ .tox .tox-dialog__body-nav-item--active {
1714
+ border-bottom: 2px solid highlight;
1715
+ color: highlight;
1716
+ }
1717
+ }
1718
+ .tox .tox-dialog__body-content {
1719
+ box-sizing: border-box;
1720
+ display: flex;
1721
+ flex: 1;
1722
+ flex-direction: column;
1723
+ max-height: min(650px, calc(100vh - 110px));
1724
+ overflow: auto;
1725
+ -webkit-overflow-scrolling: touch;
1726
+ padding: 16px 16px;
1727
+ }
1728
+ .tox .tox-dialog__body-content > * {
1729
+ margin-bottom: 0;
1730
+ margin-top: 16px;
1731
+ }
1732
+ .tox .tox-dialog__body-content > *:first-child {
1733
+ margin-top: 0;
1734
+ }
1735
+ .tox .tox-dialog__body-content > *:last-child {
1736
+ margin-bottom: 0;
1737
+ }
1738
+ .tox .tox-dialog__body-content > *:only-child {
1739
+ margin-bottom: 0;
1740
+ margin-top: 0;
1741
+ }
1742
+ .tox .tox-dialog__body-content a {
1743
+ color: #67aeff;
1744
+ cursor: pointer;
1745
+ -webkit-text-decoration: underline;
1746
+ text-decoration: underline;
1747
+ }
1748
+ .tox .tox-dialog__body-content a:hover,
1749
+ .tox .tox-dialog__body-content a:focus {
1750
+ color: #cde5ff;
1751
+ -webkit-text-decoration: underline;
1752
+ text-decoration: underline;
1753
+ }
1754
+ .tox .tox-dialog__body-content a:focus-visible {
1755
+ border-radius: 1px;
1756
+ outline: 2px solid #67aeff;
1757
+ outline-offset: 2px;
1758
+ }
1759
+ .tox .tox-dialog__body-content a:active {
1760
+ color: #ffffff;
1761
+ -webkit-text-decoration: underline;
1762
+ text-decoration: underline;
1763
+ }
1764
+ .tox .tox-dialog__body-content svg {
1765
+ fill: #fff;
1766
+ }
1767
+ .tox .tox-dialog__body-content strong {
1768
+ font-weight: bold;
1769
+ }
1770
+ .tox .tox-dialog__body-content ul {
1771
+ list-style-type: disc;
1772
+ }
1773
+ .tox .tox-dialog__body-content ul,
1774
+ .tox .tox-dialog__body-content ol,
1775
+ .tox .tox-dialog__body-content dd {
1776
+ padding-inline-start: 2.5rem;
1777
+ }
1778
+ .tox .tox-dialog__body-content ul,
1779
+ .tox .tox-dialog__body-content ol,
1780
+ .tox .tox-dialog__body-content dl {
1781
+ margin-bottom: 16px;
1782
+ }
1783
+ .tox .tox-dialog__body-content ul,
1784
+ .tox .tox-dialog__body-content ol,
1785
+ .tox .tox-dialog__body-content dl,
1786
+ .tox .tox-dialog__body-content dd,
1787
+ .tox .tox-dialog__body-content dt {
1788
+ display: block;
1789
+ margin-inline-end: 0;
1790
+ margin-inline-start: 0;
1791
+ }
1792
+ .tox .tox-dialog__body-content .tox-form__group h1 {
1793
+ color: #fff;
1794
+ font-size: 20px;
1795
+ font-style: normal;
1796
+ font-weight: bold;
1797
+ letter-spacing: normal;
1798
+ margin-bottom: 16px;
1799
+ margin-top: 2rem;
1800
+ text-transform: none;
1801
+ }
1802
+ .tox .tox-dialog__body-content .tox-form__group h2 {
1803
+ color: #fff;
1804
+ font-size: 16px;
1805
+ font-style: normal;
1806
+ font-weight: bold;
1807
+ letter-spacing: normal;
1808
+ margin-bottom: 16px;
1809
+ margin-top: 2rem;
1810
+ text-transform: none;
1811
+ }
1812
+ .tox .tox-dialog__body-content .tox-form__group p {
1813
+ margin-bottom: 16px;
1814
+ }
1815
+ .tox .tox-dialog__body-content .tox-form__group h1:first-child,
1816
+ .tox .tox-dialog__body-content .tox-form__group h2:first-child,
1817
+ .tox .tox-dialog__body-content .tox-form__group p:first-child {
1818
+ margin-top: 0;
1819
+ }
1820
+ .tox .tox-dialog__body-content .tox-form__group h1:last-child,
1821
+ .tox .tox-dialog__body-content .tox-form__group h2:last-child,
1822
+ .tox .tox-dialog__body-content .tox-form__group p:last-child {
1823
+ margin-bottom: 0;
1824
+ }
1825
+ .tox .tox-dialog__body-content .tox-form__group h1:only-child,
1826
+ .tox .tox-dialog__body-content .tox-form__group h2:only-child,
1827
+ .tox .tox-dialog__body-content .tox-form__group p:only-child {
1828
+ margin-bottom: 0;
1829
+ margin-top: 0;
1830
+ }
1831
+ .tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
1832
+ text-align: center;
1833
+ }
1834
+ .tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
1835
+ text-align: end;
1836
+ }
1837
+ .tox .tox-dialog--width-lg {
1838
+ height: 650px;
1839
+ max-width: 1200px;
1840
+ }
1841
+ .tox .tox-dialog--fullscreen {
1842
+ height: 100%;
1843
+ max-width: 100%;
1844
+ }
1845
+ .tox .tox-dialog--fullscreen .tox-dialog__body-content {
1846
+ max-height: 100%;
1847
+ }
1848
+ .tox .tox-dialog--width-md {
1849
+ max-width: 800px;
1850
+ }
1851
+ .tox .tox-dialog--width-md .tox-dialog__body-content {
1852
+ overflow: auto;
1853
+ }
1854
+ .tox .tox-dialog__body-content--centered {
1855
+ text-align: center;
1856
+ }
1857
+ .tox .tox-dialog__footer {
1858
+ align-items: center;
1859
+ background-color: #2b3b4e;
1860
+ border-top: none;
1861
+ display: flex;
1862
+ justify-content: space-between;
1863
+ padding: 8px 16px;
1864
+ }
1865
+ .tox .tox-dialog__footer-start,
1866
+ .tox .tox-dialog__footer-end {
1867
+ display: flex;
1868
+ }
1869
+ .tox .tox-dialog__busy-spinner {
1870
+ align-items: center;
1871
+ background-color: rgba(34, 47, 62, 0.75);
1872
+ bottom: 0;
1873
+ display: flex;
1874
+ justify-content: center;
1875
+ left: 0;
1876
+ position: absolute;
1877
+ right: 0;
1878
+ top: 0;
1879
+ z-index: 3;
1880
+ }
1881
+ .tox .tox-dialog__table {
1882
+ border-collapse: collapse;
1883
+ width: 100%;
1884
+ }
1885
+ .tox .tox-dialog__table thead th {
1886
+ font-weight: bold;
1887
+ padding-bottom: 8px;
1888
+ }
1889
+ .tox .tox-dialog__table thead th:first-child {
1890
+ padding-right: 8px;
1891
+ }
1892
+ .tox .tox-dialog__table tbody tr {
1893
+ border-bottom: 1px solid #000000;
1894
+ }
1895
+ .tox .tox-dialog__table tbody tr:last-child {
1896
+ border-bottom: none;
1897
+ }
1898
+ .tox .tox-dialog__table td {
1899
+ padding-bottom: 8px;
1900
+ padding-top: 8px;
1901
+ }
1902
+ .tox .tox-dialog__table td:first-child {
1903
+ padding-right: 8px;
1904
+ }
1905
+ .tox .tox-dialog__iframe {
1906
+ min-height: 200px;
1907
+ }
1908
+ .tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
1909
+ background: #fff;
1910
+ }
1911
+ .tox .tox-navobj-bordered {
1912
+ position: relative;
1913
+ }
1914
+ .tox .tox-navobj-bordered::before {
1915
+ border: 1px solid #161f29;
1916
+ border-radius: 6px;
1917
+ content: '';
1918
+ inset: 0;
1919
+ opacity: 1;
1920
+ pointer-events: none;
1921
+ position: absolute;
1922
+ z-index: 1;
1923
+ }
1924
+ .tox .tox-navobj-bordered iframe {
1925
+ border-radius: 6px;
1926
+ }
1927
+ .tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
1928
+ border-color: #006ce7;
1929
+ box-shadow: 0 0 0 1px #006ce7;
1930
+ outline: none;
1931
+ }
1932
+ .tox .tox-dialog__popups {
1933
+ position: absolute;
1934
+ width: 100%;
1935
+ z-index: 1100;
1936
+ }
1937
+ .tox .tox-dialog__body-iframe {
1938
+ display: flex;
1939
+ flex: 1;
1940
+ flex-direction: column;
1941
+ }
1942
+ .tox .tox-dialog__body-iframe .tox-navobj {
1943
+ display: flex;
1944
+ flex: 1;
1945
+ }
1946
+ .tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
1947
+ flex: 1;
1948
+ height: 100%;
1949
+ }
1950
+ .tox .tox-dialog-dock-fadeout {
1951
+ opacity: 0;
1952
+ visibility: hidden;
1953
+ }
1954
+ .tox .tox-dialog-dock-fadein {
1955
+ opacity: 1;
1956
+ visibility: visible;
1957
+ }
1958
+ .tox .tox-dialog-dock-transition {
1959
+ transition: visibility 0s linear 0.3s, opacity 0.3s ease;
1960
+ }
1961
+ .tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
1962
+ transition-delay: 0s;
1963
+ }
1964
+ @media only screen and (max-width: 767px ) {
1965
+ body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
1966
+ margin-right: 0;
1967
+ }
1968
+ }
1969
+ @media only screen and (max-width: 767px ) {
1970
+ body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
1971
+ margin-left: 8px;
1972
+ }
1973
+ }
1974
+ .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > *,
1975
+ .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > * {
1976
+ margin-left: 8px;
1977
+ }
1978
+ .tox[dir=rtl] .tox-dialog__body {
1979
+ text-align: right;
1980
+ }
1981
+ @media only screen and (max-width: 767px ) {
1982
+ body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
1983
+ margin-left: 0;
1984
+ }
1985
+ }
1986
+ @media only screen and (max-width: 767px ) {
1987
+ body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
1988
+ margin-right: 8px;
1989
+ }
1990
+ }
1991
+ .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > *,
1992
+ .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > * {
1993
+ margin-right: 8px;
1994
+ }
1995
+ body.tox-dialog__disable-scroll {
1996
+ overflow: hidden;
1997
+ }
1998
+ .tox .tox-dropzone-container {
1999
+ display: flex;
2000
+ flex: 1;
2001
+ }
2002
+ .tox .tox-dropzone {
2003
+ align-items: center;
2004
+ background: #fff;
2005
+ border: 2px dashed #161f29;
2006
+ box-sizing: border-box;
2007
+ display: flex;
2008
+ flex-direction: column;
2009
+ flex-grow: 1;
2010
+ justify-content: center;
2011
+ min-height: 100px;
2012
+ padding: 10px;
2013
+ }
2014
+ .tox .tox-dropzone p {
2015
+ color: rgba(255, 255, 255, 0.5);
2016
+ margin: 0 0 16px 0;
2017
+ }
2018
+ .tox .tox-edit-area {
2019
+ display: flex;
2020
+ flex: 1;
2021
+ overflow: hidden;
2022
+ position: relative;
2023
+ }
2024
+ .tox .tox-edit-area::before {
2025
+ border: 2px solid #FFFFFF;
2026
+ border-radius: 4px;
2027
+ content: '';
2028
+ inset: 0;
2029
+ opacity: 0;
2030
+ pointer-events: none;
2031
+ position: absolute;
2032
+ transition: opacity 0.15s;
2033
+ z-index: 1;
2034
+ }
2035
+ @media (forced-colors: active) {
2036
+ .tox .tox-edit-area::before {
2037
+ border: 2px solid highlight;
2038
+ }
2039
+ }
2040
+ .tox .tox-edit-area__iframe {
2041
+ background-color: #fff;
2042
+ border: 0;
2043
+ box-sizing: border-box;
2044
+ flex: 1;
2045
+ height: 100%;
2046
+ position: absolute;
2047
+ width: 100%;
2048
+ }
2049
+ .tox.tox-edit-focus .tox-edit-area::before {
2050
+ opacity: 1;
2051
+ }
2052
+ .tox.tox-inline-edit-area {
2053
+ border: 1px dotted #161f29;
2054
+ }
2055
+ .tox .tox-editor-container {
2056
+ display: flex;
2057
+ flex: 1 1 auto;
2058
+ flex-direction: column;
2059
+ overflow: hidden;
2060
+ }
2061
+ .tox .tox-editor-header {
2062
+ display: grid;
2063
+ grid-template-columns: 1fr min-content;
2064
+ z-index: 2;
2065
+ }
2066
+ .tox:not(.tox-tinymce-inline) .tox-editor-header {
2067
+ background-color: #222F3E;
2068
+ border-bottom: 1px solid rgba(255, 255, 255, 0.15);
2069
+ box-shadow: none;
2070
+ padding: 4px 0;
2071
+ }
2072
+ .tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition) {
2073
+ transition: box-shadow 0.5s;
2074
+ }
2075
+ .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header {
2076
+ border-top: 1px solid rgba(255, 255, 255, 0.15);
2077
+ box-shadow: none;
2078
+ }
2079
+ .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header {
2080
+ background-color: #222F3E;
2081
+ box-shadow: none;
2082
+ padding: 4px 0;
2083
+ }
2084
+ .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header {
2085
+ box-shadow: none;
2086
+ }
2087
+ .tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty {
2088
+ background: none;
2089
+ border: none;
2090
+ box-shadow: none;
2091
+ padding: 0;
2092
+ }
2093
+ .tox-editor-dock-fadeout {
2094
+ opacity: 0;
2095
+ visibility: hidden;
2096
+ }
2097
+ .tox-editor-dock-fadein {
2098
+ opacity: 1;
2099
+ visibility: visible;
2100
+ }
2101
+ .tox-editor-dock-transition {
2102
+ transition: visibility 0s linear 0.25s, opacity 0.25s ease;
2103
+ }
2104
+ .tox-editor-dock-transition.tox-editor-dock-fadein {
2105
+ transition-delay: 0s;
2106
+ }
2107
+ .tox .tox-control-wrap {
2108
+ flex: 1;
2109
+ position: relative;
2110
+ }
2111
+ .tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,
2112
+ .tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,
2113
+ .tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
2114
+ display: none;
2115
+ }
2116
+ .tox .tox-control-wrap svg {
2117
+ display: block;
2118
+ }
2119
+ .tox .tox-control-wrap__status-icon-wrap {
2120
+ position: absolute;
2121
+ top: 50%;
2122
+ transform: translateY(-50%);
2123
+ }
2124
+ .tox .tox-control-wrap__status-icon-invalid svg {
2125
+ fill: #c00;
2126
+ }
2127
+ .tox .tox-control-wrap__status-icon-unknown svg {
2128
+ fill: orange;
2129
+ }
2130
+ .tox .tox-control-wrap__status-icon-valid svg {
2131
+ fill: green;
2132
+ }
2133
+ .tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,
2134
+ .tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,
2135
+ .tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
2136
+ padding-right: 32px;
2137
+ }
2138
+ .tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
2139
+ right: 4px;
2140
+ }
2141
+ .tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,
2142
+ .tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,
2143
+ .tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
2144
+ padding-left: 32px;
2145
+ }
2146
+ .tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
2147
+ left: 4px;
2148
+ }
2149
+ .tox .tox-custom-preview {
2150
+ border-color: #161f29;
2151
+ border-radius: 6px;
2152
+ border-style: solid;
2153
+ border-width: 1px;
2154
+ flex: 1;
2155
+ padding: 8px;
2156
+ }
2157
+ .tox .tox-autocompleter {
2158
+ max-width: 25em;
2159
+ }
2160
+ .tox .tox-autocompleter .tox-menu {
2161
+ box-sizing: border-box;
2162
+ max-width: 25em;
2163
+ }
2164
+ .tox .tox-autocompleter .tox-autocompleter-highlight {
2165
+ font-weight: bold;
2166
+ }
2167
+ .tox .tox-color-input {
2168
+ display: flex;
2169
+ position: relative;
2170
+ z-index: 1;
2171
+ }
2172
+ .tox .tox-color-input .tox-textfield {
2173
+ z-index: -1;
2174
+ }
2175
+ .tox .tox-color-input span {
2176
+ border-color: rgba(34 47 3.1%);
2177
+ border-radius: 6px;
2178
+ border-style: solid;
2179
+ border-width: 1px;
2180
+ box-shadow: none;
2181
+ box-sizing: border-box;
2182
+ height: 24px;
2183
+ position: absolute;
2184
+ top: 6px;
2185
+ width: 24px;
2186
+ }
2187
+ @media (forced-colors: active) {
2188
+ .tox .tox-color-input span {
2189
+ border-color: currentColor;
2190
+ border-width: 2px !important;
2191
+ forced-color-adjust: none;
2192
+ }
2193
+ }
2194
+ .tox .tox-color-input span:hover:not([aria-disabled=true]),
2195
+ .tox .tox-color-input span:focus:not([aria-disabled=true]) {
2196
+ border-color: #006ce7;
2197
+ cursor: pointer;
2198
+ }
2199
+ .tox .tox-color-input span::before {
2200
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.25) 75%);
2201
+ background-position: 0 0, 0 6px, 6px -6px, -6px 0;
2202
+ background-size: 12px 12px;
2203
+ border: 1px solid #2b3b4e;
2204
+ border-radius: 6px;
2205
+ box-sizing: border-box;
2206
+ content: '';
2207
+ height: 24px;
2208
+ left: -1px;
2209
+ position: absolute;
2210
+ top: -1px;
2211
+ width: 24px;
2212
+ z-index: -1;
2213
+ }
2214
+ @media (forced-colors: active) {
2215
+ .tox .tox-color-input span::before {
2216
+ border: none;
2217
+ }
2218
+ }
2219
+ .tox .tox-color-input span[aria-disabled=true] {
2220
+ cursor: not-allowed;
2221
+ }
2222
+ .tox:not([dir=rtl]) .tox-color-input .tox-textfield {
2223
+ padding-left: 36px;
2224
+ }
2225
+ .tox:not([dir=rtl]) .tox-color-input span {
2226
+ left: 6px;
2227
+ }
2228
+ .tox[dir="rtl"] .tox-color-input .tox-textfield {
2229
+ padding-right: 36px;
2230
+ }
2231
+ .tox[dir="rtl"] .tox-color-input span {
2232
+ right: 6px;
2233
+ }
2234
+ .tox .tox-label,
2235
+ .tox .tox-toolbar-label {
2236
+ color: rgba(255, 255, 255, 0.5);
2237
+ display: block;
2238
+ font-size: 14px;
2239
+ font-style: normal;
2240
+ font-weight: normal;
2241
+ line-height: 1.3;
2242
+ padding: 0 8px 0 0;
2243
+ text-transform: none;
2244
+ white-space: nowrap;
2245
+ }
2246
+ .tox .tox-toolbar-label {
2247
+ padding: 0 8px;
2248
+ }
2249
+ .tox[dir=rtl] .tox-label {
2250
+ padding: 0 0 0 8px;
2251
+ }
2252
+ .tox .tox-form {
2253
+ display: flex;
2254
+ flex: 1;
2255
+ flex-direction: column;
2256
+ }
2257
+ .tox .tox-form__group {
2258
+ box-sizing: border-box;
2259
+ margin-bottom: 4px;
2260
+ }
2261
+ .tox .tox-form-group--maximize {
2262
+ flex: 1;
2263
+ }
2264
+ .tox .tox-form__group--error {
2265
+ color: #c00;
2266
+ }
2267
+ .tox .tox-form__group--collection {
2268
+ display: flex;
2269
+ }
2270
+ .tox .tox-form__grid {
2271
+ display: flex;
2272
+ flex-direction: row;
2273
+ flex-wrap: wrap;
2274
+ justify-content: space-between;
2275
+ }
2276
+ .tox .tox-form__grid--2col > .tox-form__group {
2277
+ width: calc(50% - (8px / 2));
2278
+ }
2279
+ .tox .tox-form__grid--3col > .tox-form__group {
2280
+ width: calc(100% / 3 - (8px / 2));
2281
+ }
2282
+ .tox .tox-form__grid--4col > .tox-form__group {
2283
+ width: calc(25% - (8px / 2));
2284
+ }
2285
+ .tox .tox-form__controls-h-stack {
2286
+ align-items: center;
2287
+ display: flex;
2288
+ }
2289
+ .tox .tox-form__group--inline {
2290
+ align-items: center;
2291
+ display: flex;
2292
+ }
2293
+ .tox .tox-form__group--stretched {
2294
+ display: flex;
2295
+ flex: 1;
2296
+ flex-direction: column;
2297
+ }
2298
+ .tox .tox-form__group--stretched .tox-textarea {
2299
+ flex: 1;
2300
+ }
2301
+ .tox .tox-form__group--stretched .tox-navobj {
2302
+ display: flex;
2303
+ flex: 1;
2304
+ }
2305
+ .tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
2306
+ flex: 1;
2307
+ height: 100%;
2308
+ }
2309
+ .tox:not([dir=rtl]) .tox-form__controls-h-stack > *:not(:first-child) {
2310
+ margin-left: 4px;
2311
+ }
2312
+ .tox[dir=rtl] .tox-form__controls-h-stack > *:not(:first-child) {
2313
+ margin-right: 4px;
2314
+ }
2315
+ .tox .tox-lock.tox-locked .tox-lock-icon__unlock,
2316
+ .tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
2317
+ display: none;
2318
+ }
2319
+ .tox .tox-textfield,
2320
+ .tox .tox-toolbar-textfield,
2321
+ .tox .tox-listboxfield .tox-listbox--select,
2322
+ .tox .tox-textarea,
2323
+ .tox .tox-textarea-wrap .tox-textarea:focus {
2324
+ appearance: none;
2325
+ background-color: #2b3b4e;
2326
+ border-color: #161f29;
2327
+ border-radius: 6px;
2328
+ border-style: solid;
2329
+ border-width: 1px;
2330
+ box-shadow: none;
2331
+ box-sizing: border-box;
2332
+ color: #fff;
2333
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
2334
+ font-size: 16px;
2335
+ line-height: 24px;
2336
+ margin: 0;
2337
+ min-height: 34px;
2338
+ outline: none;
2339
+ padding: 5px 5.5px;
2340
+ resize: none;
2341
+ width: 100%;
2342
+ }
2343
+ .tox .tox-textfield[disabled],
2344
+ .tox .tox-toolbar-textfield[disabled],
2345
+ .tox .tox-textarea[disabled] {
2346
+ background-color: #222f3e;
2347
+ color: rgba(255, 255, 255, 0.85);
2348
+ cursor: not-allowed;
2349
+ }
2350
+ .tox .tox-textfield:focus,
2351
+ .tox .tox-toolbar-textfield:focus,
2352
+ .tox .tox-listboxfield .tox-listbox--select:focus,
2353
+ .tox .tox-textarea-wrap:focus-within,
2354
+ .tox .tox-textarea:focus,
2355
+ .tox .tox-focusable-wrapper:focus,
2356
+ .tox .tox-custom-editor:focus-within {
2357
+ background-color: #2b3b4e;
2358
+ border-color: #006ce7;
2359
+ box-shadow: 0 0 0 1px #006ce7;
2360
+ outline: none;
2361
+ }
2362
+ .tox .tox-toolbar-textfield {
2363
+ max-width: 250px;
2364
+ min-height: unset;
2365
+ height: 28px;
2366
+ margin: 5px 0 6px 0;
2367
+ }
2368
+ .tox .tox-naked-btn {
2369
+ background-color: transparent;
2370
+ border: 0;
2371
+ border-color: transparent;
2372
+ box-shadow: unset;
2373
+ color: #006ce7;
2374
+ cursor: pointer;
2375
+ display: block;
2376
+ margin: 0;
2377
+ padding: 0;
2378
+ }
2379
+ .tox .tox-naked-btn svg {
2380
+ display: block;
2381
+ fill: #fff;
2382
+ }
2383
+ .tox .tox-textfield-size {
2384
+ width: 80px;
2385
+ }
2386
+ .tox:not([dir=rtl]) .tox-toolbar-textfield + * {
2387
+ margin-left: 4px;
2388
+ }
2389
+ .tox[dir=rtl] .tox-toolbar-textfield + * {
2390
+ margin-right: 4px;
2391
+ }
2392
+ .tox .tox-listboxfield {
2393
+ cursor: pointer;
2394
+ position: relative;
2395
+ }
2396
+ .tox .tox-listboxfield .tox-listbox--select[disabled] {
2397
+ background-color: #19232e;
2398
+ color: rgba(255, 255, 255, 0.85);
2399
+ cursor: not-allowed;
2400
+ }
2401
+ .tox .tox-listbox__select-label {
2402
+ cursor: default;
2403
+ flex: 1;
2404
+ margin: 0 4px;
2405
+ }
2406
+ .tox .tox-listbox__select-chevron {
2407
+ align-items: center;
2408
+ display: flex;
2409
+ justify-content: center;
2410
+ width: 16px;
2411
+ }
2412
+ .tox .tox-listbox__select-chevron svg {
2413
+ fill: #fff;
2414
+ }
2415
+ @media (forced-colors: active) {
2416
+ .tox .tox-listbox__select-chevron svg {
2417
+ fill: currentColor !important;
2418
+ }
2419
+ }
2420
+ .tox .tox-listboxfield .tox-listbox--select {
2421
+ align-items: center;
2422
+ display: flex;
2423
+ }
2424
+ .tox:not([dir=rtl]) .tox-listboxfield svg {
2425
+ right: 8px;
2426
+ }
2427
+ .tox[dir=rtl] .tox-listboxfield svg {
2428
+ left: 8px;
2429
+ }
2430
+ .tox .tox-selectfield {
2431
+ cursor: pointer;
2432
+ position: relative;
2433
+ }
2434
+ .tox .tox-selectfield select {
2435
+ appearance: none;
2436
+ background-color: #2b3b4e;
2437
+ border-color: #161f29;
2438
+ border-radius: 6px;
2439
+ border-style: solid;
2440
+ border-width: 1px;
2441
+ box-shadow: none;
2442
+ box-sizing: border-box;
2443
+ color: #fff;
2444
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
2445
+ font-size: 16px;
2446
+ line-height: 24px;
2447
+ margin: 0;
2448
+ min-height: 34px;
2449
+ outline: none;
2450
+ padding: 5px 5.5px;
2451
+ resize: none;
2452
+ width: 100%;
2453
+ }
2454
+ .tox .tox-selectfield select[disabled] {
2455
+ background-color: #19232e;
2456
+ color: rgba(255, 255, 255, 0.85);
2457
+ cursor: not-allowed;
2458
+ }
2459
+ .tox .tox-selectfield select::-ms-expand {
2460
+ display: none;
2461
+ }
2462
+ .tox .tox-selectfield select:focus {
2463
+ background-color: #2b3b4e;
2464
+ border-color: #006ce7;
2465
+ box-shadow: 0 0 0 1px #006ce7;
2466
+ outline: none;
2467
+ }
2468
+ .tox .tox-selectfield svg {
2469
+ pointer-events: none;
2470
+ position: absolute;
2471
+ top: 50%;
2472
+ transform: translateY(-50%);
2473
+ }
2474
+ .tox:not([dir=rtl]) .tox-selectfield select[size="0"],
2475
+ .tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
2476
+ padding-right: 24px;
2477
+ }
2478
+ .tox:not([dir=rtl]) .tox-selectfield svg {
2479
+ right: 8px;
2480
+ }
2481
+ .tox[dir=rtl] .tox-selectfield select[size="0"],
2482
+ .tox[dir=rtl] .tox-selectfield select[size="1"] {
2483
+ padding-left: 24px;
2484
+ }
2485
+ .tox[dir=rtl] .tox-selectfield svg {
2486
+ left: 8px;
2487
+ }
2488
+ .tox .tox-textarea-wrap {
2489
+ border-color: #161f29;
2490
+ border-radius: 6px;
2491
+ border-style: solid;
2492
+ border-width: 1px;
2493
+ display: flex;
2494
+ flex: 1;
2495
+ overflow: hidden;
2496
+ }
2497
+ .tox .tox-textarea {
2498
+ appearance: textarea;
2499
+ white-space: pre-wrap;
2500
+ }
2501
+ .tox .tox-textarea-wrap .tox-textarea {
2502
+ border: none;
2503
+ }
2504
+ .tox .tox-textarea-wrap .tox-textarea:focus {
2505
+ border: none;
2506
+ }
2507
+ .tox-fullscreen {
2508
+ border: 0;
2509
+ height: 100%;
2510
+ margin: 0;
2511
+ overflow: hidden;
2512
+ overscroll-behavior: none;
2513
+ padding: 0;
2514
+ touch-action: pinch-zoom;
2515
+ width: 100%;
2516
+ }
2517
+ .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
2518
+ display: none;
2519
+ }
2520
+ .tox.tox-tinymce.tox-fullscreen,
2521
+ .tox-shadowhost.tox-fullscreen {
2522
+ left: 0;
2523
+ position: fixed;
2524
+ top: 0;
2525
+ z-index: 1200;
2526
+ }
2527
+ .tox.tox-tinymce.tox-fullscreen {
2528
+ background-color: transparent;
2529
+ }
2530
+ .tox-fullscreen .tox.tox-tinymce-aux,
2531
+ .tox-fullscreen ~ .tox.tox-tinymce-aux {
2532
+ z-index: 1201;
2533
+ }
2534
+ .tox .tox-help__more-link {
2535
+ list-style: none;
2536
+ margin-top: 1em;
2537
+ }
2538
+ .tox .tox-imagepreview {
2539
+ background-color: #666;
2540
+ height: 380px;
2541
+ overflow: hidden;
2542
+ position: relative;
2543
+ width: 100%;
2544
+ }
2545
+ .tox .tox-imagepreview.tox-imagepreview__loaded {
2546
+ overflow: auto;
2547
+ }
2548
+ .tox .tox-imagepreview__container {
2549
+ display: flex;
2550
+ left: 100vw;
2551
+ position: absolute;
2552
+ top: 100vw;
2553
+ }
2554
+ .tox .tox-imagepreview__image {
2555
+ background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
2556
+ }
2557
+ .tox .tox-image-tools .tox-spacer {
2558
+ flex: 1;
2559
+ }
2560
+ .tox .tox-image-tools .tox-bar {
2561
+ align-items: center;
2562
+ display: flex;
2563
+ height: 60px;
2564
+ justify-content: center;
2565
+ }
2566
+ .tox .tox-image-tools .tox-imagepreview,
2567
+ .tox .tox-image-tools .tox-imagepreview + .tox-bar {
2568
+ margin-top: 8px;
2569
+ }
2570
+ .tox .tox-image-tools .tox-croprect-block {
2571
+ background: black;
2572
+ filter: alpha(opacity=50);
2573
+ opacity: 0.5;
2574
+ position: absolute;
2575
+ zoom: 1;
2576
+ }
2577
+ .tox .tox-image-tools .tox-croprect-handle {
2578
+ border: 2px solid white;
2579
+ height: 20px;
2580
+ left: 0;
2581
+ position: absolute;
2582
+ top: 0;
2583
+ width: 20px;
2584
+ }
2585
+ .tox .tox-image-tools .tox-croprect-handle-move {
2586
+ border: 0;
2587
+ cursor: move;
2588
+ position: absolute;
2589
+ }
2590
+ .tox .tox-image-tools .tox-croprect-handle-nw {
2591
+ border-width: 2px 0 0 2px;
2592
+ cursor: nw-resize;
2593
+ left: 100px;
2594
+ margin: -2px 0 0 -2px;
2595
+ top: 100px;
2596
+ }
2597
+ .tox .tox-image-tools .tox-croprect-handle-ne {
2598
+ border-width: 2px 2px 0 0;
2599
+ cursor: ne-resize;
2600
+ left: 200px;
2601
+ margin: -2px 0 0 -20px;
2602
+ top: 100px;
2603
+ }
2604
+ .tox .tox-image-tools .tox-croprect-handle-sw {
2605
+ border-width: 0 0 2px 2px;
2606
+ cursor: sw-resize;
2607
+ left: 100px;
2608
+ margin: -20px 2px 0 -2px;
2609
+ top: 200px;
2610
+ }
2611
+ .tox .tox-image-tools .tox-croprect-handle-se {
2612
+ border-width: 0 2px 2px 0;
2613
+ cursor: se-resize;
2614
+ left: 200px;
2615
+ margin: -20px 0 0 -20px;
2616
+ top: 200px;
2617
+ }
2618
+ .tox .tox-insert-table-picker {
2619
+ background-color: #222F3E;
2620
+ display: flex;
2621
+ flex-wrap: wrap;
2622
+ width: 170px;
2623
+ }
2624
+ .tox .tox-insert-table-picker > div {
2625
+ border-color: rgba(255, 255, 255, 0.15);
2626
+ border-style: solid;
2627
+ border-width: 0 1px 1px 0;
2628
+ box-sizing: border-box;
2629
+ height: 17px;
2630
+ width: 17px;
2631
+ }
2632
+ .tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
2633
+ margin: -4px -4px;
2634
+ }
2635
+ .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
2636
+ background-color: #006ce7;
2637
+ border-color: rgba(255, 255, 255, 0.15);
2638
+ }
2639
+ @media (forced-colors: active) {
2640
+ .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
2641
+ border-color: Highlight;
2642
+ filter: contrast(50%);
2643
+ }
2644
+ }
2645
+ .tox .tox-insert-table-picker__label {
2646
+ color: #fff;
2647
+ display: block;
2648
+ font-size: 14px;
2649
+ padding: 4px;
2650
+ text-align: center;
2651
+ width: 100%;
2652
+ }
2653
+ .tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
2654
+ border-right: 0;
2655
+ }
2656
+ .tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
2657
+ border-right: 0;
2658
+ }
2659
+ .tox {
2660
+ /* stylelint-disable */
2661
+ /* stylelint-enable */
2662
+ }
2663
+ .tox .tox-menu {
2664
+ background-color: #2b3b4e;
2665
+ border: 1px solid rgba(255, 255, 255, 0.15);
2666
+ border-radius: 6px;
2667
+ box-shadow: none;
2668
+ display: inline-block;
2669
+ overflow: hidden;
2670
+ vertical-align: top;
2671
+ z-index: 1150;
2672
+ }
2673
+ .tox .tox-menu.tox-collection.tox-collection--list {
2674
+ padding: 0 4px;
2675
+ }
2676
+ .tox .tox-menu.tox-collection.tox-collection--toolbar {
2677
+ padding: 8px;
2678
+ }
2679
+ .tox .tox-menu.tox-collection.tox-collection--grid {
2680
+ padding: 8px;
2681
+ }
2682
+ @media only screen and (min-width: 768px ) {
2683
+ .tox .tox-menu .tox-collection__item-label {
2684
+ overflow-wrap: break-word;
2685
+ word-break: normal;
2686
+ }
2687
+ .tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
2688
+ word-break: break-all;
2689
+ }
2690
+ }
2691
+ .tox .tox-menu__label h1,
2692
+ .tox .tox-menu__label h2,
2693
+ .tox .tox-menu__label h3,
2694
+ .tox .tox-menu__label h4,
2695
+ .tox .tox-menu__label h5,
2696
+ .tox .tox-menu__label h6,
2697
+ .tox .tox-menu__label p,
2698
+ .tox .tox-menu__label blockquote,
2699
+ .tox .tox-menu__label code {
2700
+ margin: 0;
2701
+ }
2702
+ .tox .tox-menubar {
2703
+ background: repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
2704
+ background-color: #222F3E;
2705
+ display: flex;
2706
+ flex: 0 0 auto;
2707
+ flex-shrink: 0;
2708
+ flex-wrap: wrap;
2709
+ grid-column: 1 / -1;
2710
+ grid-row: 1;
2711
+ padding: 0 11px 0 12px;
2712
+ }
2713
+ .tox .tox-promotion + .tox-menubar {
2714
+ grid-column: 1;
2715
+ }
2716
+ .tox .tox-promotion {
2717
+ background: repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
2718
+ background-color: #222F3E;
2719
+ grid-column: 2;
2720
+ grid-row: 1;
2721
+ padding-inline-end: 8px;
2722
+ padding-inline-start: 4px;
2723
+ padding-top: 5px;
2724
+ }
2725
+ .tox .tox-promotion-link {
2726
+ align-items: unsafe center;
2727
+ background-color: #E8F1F8;
2728
+ border-radius: 5px;
2729
+ color: #086BE6;
2730
+ cursor: pointer;
2731
+ display: flex;
2732
+ font-size: 14px;
2733
+ height: 26.6px;
2734
+ padding: 4px 8px;
2735
+ white-space: nowrap;
2736
+ }
2737
+ .tox .tox-promotion-link:hover {
2738
+ background-color: #B4D7FF;
2739
+ }
2740
+ .tox .tox-promotion-link:focus {
2741
+ background-color: #D9EDF7;
2742
+ }
2743
+ /* Deprecated. Remove in next major release */
2744
+ .tox .tox-mbtn {
2745
+ align-items: center;
2746
+ background: #222F3E;
2747
+ border: 0;
2748
+ border-radius: 3px;
2749
+ box-shadow: none;
2750
+ color: #fff;
2751
+ display: flex;
2752
+ flex: 0 0 auto;
2753
+ font-size: 14px;
2754
+ font-style: normal;
2755
+ font-weight: normal;
2756
+ height: 28px;
2757
+ justify-content: center;
2758
+ margin: 5px 1px 6px 0;
2759
+ outline: none;
2760
+ padding: 0 4px;
2761
+ text-transform: none;
2762
+ width: auto;
2763
+ }
2764
+ .tox .tox-mbtn[disabled] {
2765
+ background-color: #222F3E;
2766
+ border: 0;
2767
+ box-shadow: none;
2768
+ color: rgba(255, 255, 255, 0.5);
2769
+ cursor: not-allowed;
2770
+ }
2771
+ .tox .tox-mbtn:focus:not(:disabled) {
2772
+ background: #222F3E;
2773
+ border: 0;
2774
+ box-shadow: none;
2775
+ color: #fff;
2776
+ position: relative;
2777
+ z-index: 1;
2778
+ }
2779
+ .tox .tox-mbtn:focus:not(:disabled)::after {
2780
+ border-radius: 3px;
2781
+ bottom: 0;
2782
+ box-shadow: 0 0 0 2px #fff ;
2783
+ content: '';
2784
+ left: 0;
2785
+ position: absolute;
2786
+ right: 0;
2787
+ top: 0;
2788
+ }
2789
+ @media (forced-colors: active) {
2790
+ .tox .tox-mbtn:focus:not(:disabled)::after {
2791
+ border: 2px solid highlight;
2792
+ }
2793
+ }
2794
+ .tox .tox-mbtn--active,
2795
+ .tox .tox-mbtn:not(:disabled).tox-mbtn--active:focus {
2796
+ background: #599fef;
2797
+ border: 0;
2798
+ box-shadow: none;
2799
+ color: #fff;
2800
+ }
2801
+ .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
2802
+ background: #2f4055;
2803
+ border: 0;
2804
+ box-shadow: none;
2805
+ color: #fff;
2806
+ }
2807
+ .tox .tox-mbtn__select-label {
2808
+ cursor: default;
2809
+ font-weight: normal;
2810
+ margin: 0 4px;
2811
+ }
2812
+ .tox .tox-mbtn[disabled] .tox-mbtn__select-label {
2813
+ cursor: not-allowed;
2814
+ }
2815
+ .tox .tox-mbtn__select-chevron {
2816
+ align-items: center;
2817
+ display: flex;
2818
+ justify-content: center;
2819
+ width: 16px;
2820
+ display: none;
2821
+ }
2822
+ .tox .tox-notification {
2823
+ border-radius: 6px;
2824
+ border-style: solid;
2825
+ border-width: 1px;
2826
+ box-shadow: none;
2827
+ box-sizing: border-box;
2828
+ display: grid;
2829
+ font-size: 14px;
2830
+ font-weight: normal;
2831
+ grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
2832
+ margin-left: auto;
2833
+ margin-right: auto;
2834
+ margin-top: 4px;
2835
+ opacity: 0;
2836
+ padding: 4px;
2837
+ transition: transform 100ms ease-in, opacity 150ms ease-in;
2838
+ width: max-content;
2839
+ }
2840
+ .tox .tox-notification a {
2841
+ cursor: pointer;
2842
+ -webkit-text-decoration: underline;
2843
+ text-decoration: underline;
2844
+ }
2845
+ .tox .tox-notification p {
2846
+ font-size: 14px;
2847
+ font-weight: normal;
2848
+ }
2849
+ .tox .tox-notification:focus {
2850
+ border-color: #006ce7;
2851
+ box-shadow: 0 0 0 1px #006ce7;
2852
+ }
2853
+ .tox .tox-notification--in {
2854
+ opacity: 1;
2855
+ }
2856
+ .tox .tox-notification--success {
2857
+ background-color: #334840;
2858
+ border-color: #3c5440;
2859
+ color: #fff;
2860
+ }
2861
+ .tox .tox-notification--success p {
2862
+ color: #fff;
2863
+ }
2864
+ .tox .tox-notification--success a {
2865
+ color: #b5d199;
2866
+ }
2867
+ .tox .tox-notification--success a:hover,
2868
+ .tox .tox-notification--success a:focus {
2869
+ color: #82b153;
2870
+ -webkit-text-decoration: underline;
2871
+ text-decoration: underline;
2872
+ }
2873
+ .tox .tox-notification--success a:focus-visible {
2874
+ border-radius: 1px;
2875
+ outline: 2px solid #b5d199;
2876
+ outline-offset: 2px;
2877
+ }
2878
+ .tox .tox-notification--success a:active {
2879
+ color: #689041;
2880
+ -webkit-text-decoration: underline;
2881
+ text-decoration: underline;
2882
+ }
2883
+ .tox .tox-notification--success svg {
2884
+ fill: #fff;
2885
+ }
2886
+ .tox .tox-notification--error {
2887
+ background-color: #442632;
2888
+ border-color: #55212b;
2889
+ color: #fff;
2890
+ }
2891
+ .tox .tox-notification--error p {
2892
+ color: #fff;
2893
+ }
2894
+ .tox .tox-notification--error a {
2895
+ color: #e68080;
2896
+ }
2897
+ .tox .tox-notification--error a:hover,
2898
+ .tox .tox-notification--error a:focus {
2899
+ color: #d42b2b;
2900
+ -webkit-text-decoration: underline;
2901
+ text-decoration: underline;
2902
+ }
2903
+ .tox .tox-notification--error a:focus-visible {
2904
+ border-radius: 1px;
2905
+ outline: 2px solid #e68080;
2906
+ outline-offset: 2px;
2907
+ }
2908
+ .tox .tox-notification--error a:active {
2909
+ color: #aa2222;
2910
+ -webkit-text-decoration: underline;
2911
+ text-decoration: underline;
2912
+ }
2913
+ .tox .tox-notification--error svg {
2914
+ fill: #fff;
2915
+ }
2916
+ .tox .tox-notification--warn,
2917
+ .tox .tox-notification--warning {
2918
+ background-color: #222F3E;
2919
+ border-color: rgba(255, 255, 255, 0.15);
2920
+ color: #fff0b3;
2921
+ }
2922
+ .tox .tox-notification--warn p,
2923
+ .tox .tox-notification--warning p {
2924
+ color: #fff0b3;
2925
+ }
2926
+ .tox .tox-notification--warn a,
2927
+ .tox .tox-notification--warning a {
2928
+ color: #ffcc00;
2929
+ }
2930
+ .tox .tox-notification--warn a:hover,
2931
+ .tox .tox-notification--warning a:hover,
2932
+ .tox .tox-notification--warn a:focus,
2933
+ .tox .tox-notification--warning a:focus {
2934
+ color: #997a00;
2935
+ -webkit-text-decoration: underline;
2936
+ text-decoration: underline;
2937
+ }
2938
+ .tox .tox-notification--warn a:focus-visible,
2939
+ .tox .tox-notification--warning a:focus-visible {
2940
+ border-radius: 1px;
2941
+ outline: 2px solid #ffcc00;
2942
+ outline-offset: 2px;
2943
+ }
2944
+ .tox .tox-notification--warn a:active,
2945
+ .tox .tox-notification--warning a:active {
2946
+ color: #665200;
2947
+ -webkit-text-decoration: underline;
2948
+ text-decoration: underline;
2949
+ }
2950
+ .tox .tox-notification--warn svg,
2951
+ .tox .tox-notification--warning svg {
2952
+ fill: #fff0b3;
2953
+ }
2954
+ .tox .tox-notification--info {
2955
+ background-color: #254161;
2956
+ border-color: #264972;
2957
+ color: #fff;
2958
+ }
2959
+ .tox .tox-notification--info p {
2960
+ color: #fff;
2961
+ }
2962
+ .tox .tox-notification--info a {
2963
+ color: #83b7f3;
2964
+ }
2965
+ .tox .tox-notification--info a:hover,
2966
+ .tox .tox-notification--info a:focus {
2967
+ color: #2681ea;
2968
+ -webkit-text-decoration: underline;
2969
+ text-decoration: underline;
2970
+ }
2971
+ .tox .tox-notification--info a:focus-visible {
2972
+ border-radius: 1px;
2973
+ outline: 2px solid #83b7f3;
2974
+ outline-offset: 2px;
2975
+ }
2976
+ .tox .tox-notification--info a:active {
2977
+ color: #1368c9;
2978
+ -webkit-text-decoration: underline;
2979
+ text-decoration: underline;
2980
+ }
2981
+ .tox .tox-notification--info svg {
2982
+ fill: #fff;
2983
+ }
2984
+ .tox .tox-notification__body {
2985
+ align-self: center;
2986
+ color: #fff;
2987
+ font-size: 14px;
2988
+ grid-column-end: 3;
2989
+ grid-column-start: 2;
2990
+ grid-row-end: 2;
2991
+ grid-row-start: 1;
2992
+ text-align: center;
2993
+ white-space: normal;
2994
+ word-break: break-all;
2995
+ word-break: break-word;
2996
+ }
2997
+ .tox .tox-notification__body > * {
2998
+ margin: 0;
2999
+ }
3000
+ .tox .tox-notification__body > * + * {
3001
+ margin-top: 1rem;
3002
+ }
3003
+ .tox .tox-notification__icon {
3004
+ align-self: center;
3005
+ grid-column-end: 2;
3006
+ grid-column-start: 1;
3007
+ grid-row-end: 2;
3008
+ grid-row-start: 1;
3009
+ justify-self: end;
3010
+ }
3011
+ .tox .tox-notification__icon svg {
3012
+ display: block;
3013
+ }
3014
+ .tox .tox-notification__dismiss {
3015
+ align-self: start;
3016
+ grid-column-end: 4;
3017
+ grid-column-start: 3;
3018
+ grid-row-end: 2;
3019
+ grid-row-start: 1;
3020
+ justify-self: end;
3021
+ }
3022
+ .tox .tox-notification .tox-progress-bar {
3023
+ grid-column-end: 4;
3024
+ grid-column-start: 1;
3025
+ grid-row-end: 3;
3026
+ grid-row-start: 2;
3027
+ justify-self: center;
3028
+ }
3029
+ .tox .tox-notification-container-dock-fadeout {
3030
+ opacity: 0;
3031
+ visibility: hidden;
3032
+ }
3033
+ .tox .tox-notification-container-dock-fadein {
3034
+ opacity: 1;
3035
+ visibility: visible;
3036
+ }
3037
+ .tox .tox-notification-container-dock-transition {
3038
+ transition: visibility 0s linear 0.3s, opacity 0.3s ease;
3039
+ }
3040
+ .tox .tox-notification-container-dock-transition.tox-notification-container-dock-fadein {
3041
+ transition-delay: 0s;
3042
+ }
3043
+ .tox .tox-pop {
3044
+ display: inline-block;
3045
+ position: relative;
3046
+ }
3047
+ .tox .tox-pop--resizing {
3048
+ transition: width 0.1s ease;
3049
+ }
3050
+ .tox .tox-pop--resizing .tox-toolbar,
3051
+ .tox .tox-pop--resizing .tox-toolbar__group {
3052
+ flex-wrap: nowrap;
3053
+ }
3054
+ .tox .tox-pop--transition {
3055
+ transition: 0.15s ease;
3056
+ transition-property: left, right, top, bottom;
3057
+ }
3058
+ .tox .tox-pop--transition::before,
3059
+ .tox .tox-pop--transition::after {
3060
+ transition: all 0.15s, visibility 0s, opacity 0.075s ease 0.075s;
3061
+ }
3062
+ .tox .tox-pop__dialog {
3063
+ background-color: #222F3E;
3064
+ border: 1px solid #161f29;
3065
+ border-radius: 6px;
3066
+ box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
3067
+ min-width: 0;
3068
+ overflow: hidden;
3069
+ }
3070
+ .tox .tox-pop__dialog > *:not(.tox-toolbar) {
3071
+ margin: 4px 4px 4px 8px;
3072
+ }
3073
+ .tox .tox-pop__dialog .tox-toolbar {
3074
+ background-color: transparent;
3075
+ margin-bottom: -1px;
3076
+ }
3077
+ .tox .tox-pop::before,
3078
+ .tox .tox-pop::after {
3079
+ border-style: solid;
3080
+ content: '';
3081
+ display: block;
3082
+ height: 0;
3083
+ opacity: 1;
3084
+ position: absolute;
3085
+ width: 0;
3086
+ }
3087
+ @media (forced-colors: active) {
3088
+ .tox .tox-pop::before,
3089
+ .tox .tox-pop::after {
3090
+ content: none;
3091
+ }
3092
+ }
3093
+ .tox .tox-pop.tox-pop--inset::before,
3094
+ .tox .tox-pop.tox-pop--inset::after {
3095
+ opacity: 0;
3096
+ transition: all 0s 0.15s, visibility 0s, opacity 0.075s ease;
3097
+ }
3098
+ .tox .tox-pop.tox-pop--bottom::before,
3099
+ .tox .tox-pop.tox-pop--bottom::after {
3100
+ left: 50%;
3101
+ top: 100%;
3102
+ }
3103
+ .tox .tox-pop.tox-pop--bottom::after {
3104
+ border-color: #222F3E transparent transparent transparent;
3105
+ border-width: 8px;
3106
+ margin-left: -8px;
3107
+ margin-top: -1px;
3108
+ }
3109
+ .tox .tox-pop.tox-pop--bottom::before {
3110
+ border-color: #161f29 transparent transparent transparent;
3111
+ border-width: 9px;
3112
+ margin-left: -9px;
3113
+ }
3114
+ .tox .tox-pop.tox-pop--top::before,
3115
+ .tox .tox-pop.tox-pop--top::after {
3116
+ left: 50%;
3117
+ top: 0;
3118
+ transform: translateY(-100%);
3119
+ }
3120
+ .tox .tox-pop.tox-pop--top::after {
3121
+ border-color: transparent transparent #222F3E transparent;
3122
+ border-width: 8px;
3123
+ margin-left: -8px;
3124
+ margin-top: 1px;
3125
+ }
3126
+ .tox .tox-pop.tox-pop--top::before {
3127
+ border-color: transparent transparent #161f29 transparent;
3128
+ border-width: 9px;
3129
+ margin-left: -9px;
3130
+ }
3131
+ .tox .tox-pop.tox-pop--left::before,
3132
+ .tox .tox-pop.tox-pop--left::after {
3133
+ left: 0;
3134
+ top: calc(50% - 1px);
3135
+ transform: translateY(-50%);
3136
+ }
3137
+ .tox .tox-pop.tox-pop--left::after {
3138
+ border-color: transparent #222F3E transparent transparent;
3139
+ border-width: 8px;
3140
+ margin-left: -15px;
3141
+ }
3142
+ .tox .tox-pop.tox-pop--left::before {
3143
+ border-color: transparent #161f29 transparent transparent;
3144
+ border-width: 10px;
3145
+ margin-left: -19px;
3146
+ }
3147
+ .tox .tox-pop.tox-pop--right::before,
3148
+ .tox .tox-pop.tox-pop--right::after {
3149
+ left: 100%;
3150
+ top: calc(50% + 1px);
3151
+ transform: translateY(-50%);
3152
+ }
3153
+ .tox .tox-pop.tox-pop--right::after {
3154
+ border-color: transparent transparent transparent #222F3E;
3155
+ border-width: 8px;
3156
+ margin-left: -1px;
3157
+ }
3158
+ .tox .tox-pop.tox-pop--right::before {
3159
+ border-color: transparent transparent transparent #161f29;
3160
+ border-width: 10px;
3161
+ margin-left: -1px;
3162
+ }
3163
+ .tox .tox-pop.tox-pop--align-left::before,
3164
+ .tox .tox-pop.tox-pop--align-left::after {
3165
+ left: 20px;
3166
+ }
3167
+ .tox .tox-pop.tox-pop--align-right::before,
3168
+ .tox .tox-pop.tox-pop--align-right::after {
3169
+ left: calc(100% - 20px);
3170
+ }
3171
+ .tox .tox-sidebar-wrap {
3172
+ display: flex;
3173
+ flex-direction: row;
3174
+ flex-grow: 1;
3175
+ min-height: 0;
3176
+ }
3177
+ .tox .tox-sidebar {
3178
+ background-color: #34485f;
3179
+ display: flex;
3180
+ flex-direction: row;
3181
+ justify-content: flex-end;
3182
+ }
3183
+ .tox .tox-sidebar__slider {
3184
+ display: flex;
3185
+ overflow: hidden;
3186
+ }
3187
+ .tox .tox-sidebar__pane-container {
3188
+ display: flex;
3189
+ }
3190
+ .tox .tox-sidebar__pane {
3191
+ display: flex;
3192
+ }
3193
+ .tox .tox-sidebar--sliding-closed {
3194
+ opacity: 0;
3195
+ }
3196
+ .tox .tox-sidebar--sliding-open {
3197
+ opacity: 1;
3198
+ }
3199
+ .tox .tox-sidebar--sliding-growing,
3200
+ .tox .tox-sidebar--sliding-shrinking {
3201
+ transition: width 0.5s ease, opacity 0.5s ease;
3202
+ }
3203
+ .tox .tox-selector {
3204
+ background-color: #4099ff;
3205
+ border-color: #4099ff;
3206
+ border-style: solid;
3207
+ border-width: 1px;
3208
+ box-sizing: border-box;
3209
+ display: inline-block;
3210
+ height: 10px;
3211
+ position: absolute;
3212
+ width: 10px;
3213
+ }
3214
+ .tox.tox-platform-touch .tox-selector {
3215
+ height: 12px;
3216
+ width: 12px;
3217
+ }
3218
+ .tox .tox-slider {
3219
+ align-items: center;
3220
+ display: flex;
3221
+ flex: 1;
3222
+ height: 24px;
3223
+ justify-content: center;
3224
+ position: relative;
3225
+ }
3226
+ .tox .tox-slider__rail {
3227
+ background-color: transparent;
3228
+ border: 1px solid #161f29;
3229
+ border-radius: 6px;
3230
+ height: 10px;
3231
+ min-width: 120px;
3232
+ width: 100%;
3233
+ }
3234
+ .tox .tox-slider__handle {
3235
+ background-color: #006ce7;
3236
+ border: 2px solid #0054b4;
3237
+ border-radius: 6px;
3238
+ box-shadow: none;
3239
+ height: 24px;
3240
+ left: 50%;
3241
+ position: absolute;
3242
+ top: 50%;
3243
+ transform: translateX(-50%) translateY(-50%);
3244
+ width: 14px;
3245
+ }
3246
+ .tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) {
3247
+ margin-inline-start: 8px;
3248
+ }
3249
+ .tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider {
3250
+ margin-inline-start: 32px;
3251
+ }
3252
+ .tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
3253
+ margin-inline-start: 32px;
3254
+ }
3255
+ .tox .tox-toolbar-slider {
3256
+ align-items: center;
3257
+ display: inline-flex;
3258
+ height: 16px;
3259
+ }
3260
+ .tox .tox-toolbar-slider__input {
3261
+ appearance: none;
3262
+ background: #161f29;
3263
+ border-radius: 16px;
3264
+ width: 130px;
3265
+ height: 2px;
3266
+ }
3267
+ .tox .tox-toolbar-slider__input::-webkit-slider-runnable-track {
3268
+ background-color: transparent;
3269
+ height: 16px;
3270
+ }
3271
+ .tox .tox-toolbar-slider__input::-moz-range-track {
3272
+ background-color: transparent;
3273
+ height: 16px;
3274
+ }
3275
+ .tox .tox-toolbar-slider__input::-webkit-slider-thumb {
3276
+ -webkit-appearance: none;
3277
+ background-color: #006ce7;
3278
+ border-radius: 16px;
3279
+ border: none;
3280
+ height: 16px;
3281
+ width: 16px;
3282
+ }
3283
+ .tox .tox-toolbar-slider__input::-moz-range-thumb {
3284
+ appearance: none;
3285
+ background-color: #006ce7;
3286
+ border-radius: 16px;
3287
+ border: none;
3288
+ height: 16px;
3289
+ width: 16px;
3290
+ }
3291
+ .tox .tox-toolbar-slider__input:focus-visible {
3292
+ outline: none;
3293
+ }
3294
+ .tox .tox-toolbar-slider__input:focus::-webkit-slider-thumb {
3295
+ background-color: #0060ce;
3296
+ box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
3297
+ }
3298
+ .tox .tox-toolbar-slider__input:focus::-moz-range-thumb {
3299
+ background-color: #0060ce;
3300
+ box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
3301
+ }
3302
+ .tox .tox-toolbar-slider__input:hover::-webkit-slider-thumb {
3303
+ background-color: #0060ce;
3304
+ }
3305
+ .tox .tox-toolbar-slider__input:hover::-moz-range-thumb {
3306
+ background-color: #0060ce;
3307
+ }
3308
+ .tox .tox-toolbar-slider__input:active::-webkit-slider-thumb {
3309
+ background-color: #0054b4;
3310
+ }
3311
+ .tox .tox-toolbar-slider__input:active::-moz-range-thumb {
3312
+ background-color: #0054b4;
3313
+ }
3314
+ .tox .tox-toolbar-slider__input[disabled]::-webkit-slider-thumb {
3315
+ background-color: rgba(255, 255, 255, 0.5);
3316
+ }
3317
+ .tox .tox-toolbar-slider__input[disabled]::-moz-range-thumb {
3318
+ background-color: rgba(255, 255, 255, 0.5);
3319
+ }
3320
+ .tox .tox-source-code {
3321
+ overflow: auto;
3322
+ }
3323
+ .tox .tox-spinner {
3324
+ display: flex;
3325
+ }
3326
+ .tox .tox-spinner > div {
3327
+ animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
3328
+ background-color: rgba(255, 255, 255, 0.5);
3329
+ border-radius: 100%;
3330
+ height: 8px;
3331
+ width: 8px;
3332
+ }
3333
+ .tox .tox-spinner > div:nth-child(1) {
3334
+ animation-delay: -0.32s;
3335
+ }
3336
+ .tox .tox-spinner > div:nth-child(2) {
3337
+ animation-delay: -0.16s;
3338
+ }
3339
+ @keyframes tam-bouncing-dots {
3340
+ 0%,
3341
+ 80%,
3342
+ 100% {
3343
+ transform: scale(0);
3344
+ }
3345
+ 40% {
3346
+ transform: scale(1);
3347
+ }
3348
+ }
3349
+ .tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
3350
+ margin-left: 4px;
3351
+ }
3352
+ .tox[dir=rtl] .tox-spinner > div:not(:first-child) {
3353
+ margin-right: 4px;
3354
+ }
3355
+ .tox .tox-statusbar {
3356
+ align-items: center;
3357
+ background-color: #222F3E;
3358
+ border-top: 1px solid rgba(255, 255, 255, 0.15);
3359
+ color: rgba(255, 255, 255, 0.75);
3360
+ display: flex;
3361
+ flex: 0 0 auto;
3362
+ font-size: 14px;
3363
+ font-weight: normal;
3364
+ height: 25px;
3365
+ overflow: hidden;
3366
+ padding: 0 8px;
3367
+ position: relative;
3368
+ text-transform: none;
3369
+ }
3370
+ .tox .tox-statusbar__path {
3371
+ display: flex;
3372
+ flex: 1 1 auto;
3373
+ text-overflow: ellipsis;
3374
+ white-space: nowrap;
3375
+ }
3376
+ .tox .tox-statusbar__right-container {
3377
+ display: flex;
3378
+ justify-content: flex-end;
3379
+ white-space: nowrap;
3380
+ }
3381
+ .tox .tox-statusbar__help-text {
3382
+ text-align: center;
3383
+ }
3384
+ .tox .tox-statusbar__text-container {
3385
+ align-items: flex-start;
3386
+ display: flex;
3387
+ flex: 1 1 auto;
3388
+ height: 16px;
3389
+ justify-content: space-between;
3390
+ }
3391
+ @media only screen and (min-width: 768px ) {
3392
+ .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
3393
+ .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
3394
+ .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
3395
+ flex: 0 0 calc(100% / 3);
3396
+ }
3397
+ }
3398
+ .tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
3399
+ justify-content: flex-end;
3400
+ }
3401
+ .tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
3402
+ justify-content: flex-start;
3403
+ }
3404
+ .tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
3405
+ justify-content: space-around;
3406
+ }
3407
+ .tox .tox-statusbar__path > * {
3408
+ display: inline;
3409
+ white-space: nowrap;
3410
+ }
3411
+ .tox .tox-statusbar__wordcount {
3412
+ flex: 0 0 auto;
3413
+ margin-left: 1ch;
3414
+ }
3415
+ @media only screen and (max-width: 767px ) {
3416
+ .tox .tox-statusbar__text-container .tox-statusbar__help-text {
3417
+ display: none;
3418
+ }
3419
+ .tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
3420
+ display: block;
3421
+ }
3422
+ }
3423
+ .tox .tox-statusbar a,
3424
+ .tox .tox-statusbar__path-item,
3425
+ .tox .tox-statusbar__wordcount {
3426
+ color: rgba(255, 255, 255, 0.75);
3427
+ position: relative;
3428
+ -webkit-text-decoration: none;
3429
+ text-decoration: none;
3430
+ }
3431
+ .tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
3432
+ .tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),
3433
+ .tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),
3434
+ .tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),
3435
+ .tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
3436
+ .tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
3437
+ color: #fff;
3438
+ cursor: pointer;
3439
+ }
3440
+ .tox .tox-statusbar a:focus-visible::after,
3441
+ .tox .tox-statusbar__path-item:focus-visible::after,
3442
+ .tox .tox-statusbar__wordcount:focus-visible::after {
3443
+ border-radius: 3px;
3444
+ bottom: 0;
3445
+ box-shadow: 0 0 0 2px #fff ;
3446
+ content: '';
3447
+ left: 0;
3448
+ position: absolute;
3449
+ right: 0;
3450
+ top: 0;
3451
+ }
3452
+ @media (forced-colors: active) {
3453
+ .tox .tox-statusbar a:focus-visible::after,
3454
+ .tox .tox-statusbar__path-item:focus-visible::after,
3455
+ .tox .tox-statusbar__wordcount:focus-visible::after {
3456
+ border: 2px solid highlight;
3457
+ }
3458
+ }
3459
+ .tox .tox-statusbar__branding svg {
3460
+ fill: rgba(255, 255, 255, 0.8);
3461
+ height: 1em;
3462
+ margin-left: 0.3em;
3463
+ width: auto;
3464
+ }
3465
+ @media (forced-colors: active) {
3466
+ .tox .tox-statusbar__branding svg {
3467
+ fill: currentColor;
3468
+ }
3469
+ }
3470
+ .tox .tox-statusbar__branding a {
3471
+ align-items: center;
3472
+ display: inline-flex;
3473
+ }
3474
+ .tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg,
3475
+ .tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg {
3476
+ fill: #fff;
3477
+ }
3478
+ .tox .tox-statusbar__resize-handle {
3479
+ align-items: flex-end;
3480
+ align-self: stretch;
3481
+ cursor: nwse-resize;
3482
+ display: flex;
3483
+ flex: 0 0 auto;
3484
+ justify-content: flex-end;
3485
+ margin-bottom: 3px;
3486
+ margin-left: 4px;
3487
+ margin-right: calc(3px - 8px);
3488
+ margin-top: 3px;
3489
+ padding-bottom: 0;
3490
+ padding-left: 0;
3491
+ padding-right: 0;
3492
+ position: relative;
3493
+ }
3494
+ .tox .tox-statusbar__resize-handle svg {
3495
+ display: block;
3496
+ fill: rgba(255, 255, 255, 0.5);
3497
+ }
3498
+ .tox .tox-statusbar__resize-handle:hover svg,
3499
+ .tox .tox-statusbar__resize-handle:focus svg {
3500
+ fill: #fff;
3501
+ }
3502
+ .tox .tox-statusbar__resize-handle:focus-visible {
3503
+ background-color: transparent;
3504
+ border-radius: 1px 1px 5px 1px;
3505
+ box-shadow: 0 0 0 2px transparent;
3506
+ }
3507
+ .tox .tox-statusbar__resize-handle:focus-visible::after {
3508
+ border-radius: 3px;
3509
+ bottom: 0;
3510
+ box-shadow: 0 0 0 2px #fff ;
3511
+ content: '';
3512
+ left: 0;
3513
+ position: absolute;
3514
+ right: 0;
3515
+ top: 0;
3516
+ }
3517
+ @media (forced-colors: active) {
3518
+ .tox .tox-statusbar__resize-handle:focus-visible::after {
3519
+ border: 2px solid highlight;
3520
+ }
3521
+ }
3522
+ .tox .tox-statusbar__resize-handle:only-child {
3523
+ margin-left: auto;
3524
+ }
3525
+ .tox:not([dir=rtl]) .tox-statusbar__path > * {
3526
+ margin-right: 4px;
3527
+ }
3528
+ .tox:not([dir=rtl]) .tox-statusbar__branding {
3529
+ margin-left: 2ch;
3530
+ }
3531
+ .tox[dir=rtl] .tox-statusbar {
3532
+ flex-direction: row-reverse;
3533
+ }
3534
+ .tox[dir=rtl] .tox-statusbar__path > * {
3535
+ margin-left: 4px;
3536
+ }
3537
+ .tox[dir=rtl] .tox-statusbar__branding svg {
3538
+ margin-left: 0;
3539
+ margin-right: 0.3em;
3540
+ }
3541
+ .tox .tox-throbber {
3542
+ z-index: 1299;
3543
+ }
3544
+ .tox .tox-throbber__busy-spinner {
3545
+ align-items: center;
3546
+ background-color: rgba(34, 47, 62, 0.6);
3547
+ bottom: 0;
3548
+ display: flex;
3549
+ justify-content: center;
3550
+ left: 0;
3551
+ position: absolute;
3552
+ right: 0;
3553
+ top: 0;
3554
+ }
3555
+ .tox .tox-tbtn {
3556
+ align-items: center;
3557
+ background: #222F3E;
3558
+ border: 0;
3559
+ border-radius: 3px;
3560
+ box-shadow: none;
3561
+ color: #fff;
3562
+ display: flex;
3563
+ flex: 0 0 auto;
3564
+ font-size: 14px;
3565
+ font-style: normal;
3566
+ font-weight: normal;
3567
+ height: 28px;
3568
+ justify-content: center;
3569
+ margin: 6px 1px 5px 0;
3570
+ outline: none;
3571
+ padding: 0;
3572
+ text-transform: none;
3573
+ width: 34px;
3574
+ }
3575
+ @media (forced-colors: active) {
3576
+ .tox .tox-tbtn:hover,
3577
+ .tox .tox-tbtn.tox-tbtn:hover {
3578
+ outline: 1px dashed currentColor;
3579
+ }
3580
+ .tox .tox-tbtn.tox-tbtn--active,
3581
+ .tox .tox-tbtn.tox-tbtn--enabled,
3582
+ .tox .tox-tbtn.tox-tbtn--enabled:hover,
3583
+ .tox .tox-tbtn.tox-tbtn--enabled:focus,
3584
+ .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
3585
+ outline: 1px solid currentColor;
3586
+ position: relative;
3587
+ }
3588
+ }
3589
+ .tox .tox-tbtn svg {
3590
+ display: block;
3591
+ fill: #fff;
3592
+ }
3593
+ @media (forced-colors: active) {
3594
+ .tox .tox-tbtn svg {
3595
+ fill: currentColor !important;
3596
+ }
3597
+ .tox .tox-tbtn svg.tox-tbtn--enabled,
3598
+ .tox .tox-tbtn svg:focus:not(.tox-tbtn--disabled) {
3599
+ fill: currentColor !important;
3600
+ }
3601
+ .tox .tox-tbtn svg.tox-tbtn--disabled,
3602
+ .tox .tox-tbtn svg.tox-tbtn--disabled:hover,
3603
+ .tox .tox-tbtn svg .tox-tbtn:disabled,
3604
+ .tox .tox-tbtn svg .tox-tbtn:disabled:hover {
3605
+ filter: contrast(0%);
3606
+ }
3607
+ }
3608
+ .tox .tox-tbtn.tox-tbtn-more {
3609
+ padding-left: 5px;
3610
+ padding-right: 5px;
3611
+ width: inherit;
3612
+ }
3613
+ .tox .tox-tbtn:focus {
3614
+ background: #222F3E;
3615
+ border: 0;
3616
+ box-shadow: none;
3617
+ position: relative;
3618
+ z-index: 1;
3619
+ }
3620
+ .tox .tox-tbtn:focus::after {
3621
+ border-radius: 3px;
3622
+ bottom: 0;
3623
+ box-shadow: 0 0 0 2px #fff ;
3624
+ content: '';
3625
+ left: 0;
3626
+ position: absolute;
3627
+ right: 0;
3628
+ top: 0;
3629
+ }
3630
+ @media (forced-colors: active) {
3631
+ .tox .tox-tbtn:focus::after {
3632
+ border: 2px solid highlight;
3633
+ }
3634
+ }
3635
+ .tox .tox-tbtn:hover {
3636
+ background: #2f4055;
3637
+ border: 0;
3638
+ box-shadow: none;
3639
+ color: #fff;
3640
+ }
3641
+ .tox .tox-tbtn:hover svg {
3642
+ fill: #fff;
3643
+ }
3644
+ .tox .tox-tbtn:active {
3645
+ background: #599fef;
3646
+ border: 0;
3647
+ box-shadow: none;
3648
+ color: #fff;
3649
+ }
3650
+ .tox .tox-tbtn:active svg {
3651
+ fill: #fff;
3652
+ }
3653
+ .tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
3654
+ fill: rgba(255, 255, 255, 0.5);
3655
+ }
3656
+ .tox .tox-tbtn--disabled,
3657
+ .tox .tox-tbtn--disabled:hover,
3658
+ .tox .tox-tbtn:disabled,
3659
+ .tox .tox-tbtn:disabled:hover {
3660
+ background: #222F3E;
3661
+ border: 0;
3662
+ box-shadow: none;
3663
+ color: rgba(255, 255, 255, 0.5);
3664
+ cursor: not-allowed;
3665
+ }
3666
+ .tox .tox-tbtn--disabled svg,
3667
+ .tox .tox-tbtn--disabled:hover svg,
3668
+ .tox .tox-tbtn:disabled svg,
3669
+ .tox .tox-tbtn:disabled:hover svg {
3670
+ fill: rgba(255, 255, 255, 0.5);
3671
+ }
3672
+ .tox .tox-tbtn--active,
3673
+ .tox .tox-tbtn--enabled,
3674
+ .tox .tox-tbtn--enabled:hover,
3675
+ .tox .tox-tbtn--enabled:focus {
3676
+ background: #599fef;
3677
+ border: 0;
3678
+ box-shadow: none;
3679
+ color: #fff;
3680
+ position: relative;
3681
+ }
3682
+ .tox .tox-tbtn--active > *,
3683
+ .tox .tox-tbtn--enabled > *,
3684
+ .tox .tox-tbtn--enabled:hover > *,
3685
+ .tox .tox-tbtn--enabled:focus > * {
3686
+ transform: none;
3687
+ }
3688
+ .tox .tox-tbtn--active svg,
3689
+ .tox .tox-tbtn--enabled svg,
3690
+ .tox .tox-tbtn--enabled:hover svg,
3691
+ .tox .tox-tbtn--enabled:focus svg {
3692
+ fill: #fff;
3693
+ }
3694
+ .tox .tox-tbtn--active.tox-tbtn--disabled svg,
3695
+ .tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
3696
+ .tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg,
3697
+ .tox .tox-tbtn--enabled:focus.tox-tbtn--disabled svg {
3698
+ fill: rgba(255, 255, 255, 0.5);
3699
+ }
3700
+ .tox .tox-tbtn--enabled:focus::after {
3701
+ border-radius: 3px;
3702
+ bottom: 0;
3703
+ box-shadow: 0 0 0 2px #fff ;
3704
+ content: '';
3705
+ left: 0;
3706
+ position: absolute;
3707
+ right: 0;
3708
+ top: 0;
3709
+ }
3710
+ @media (forced-colors: active) {
3711
+ .tox .tox-tbtn--enabled:focus::after {
3712
+ border: 2px solid highlight;
3713
+ }
3714
+ }
3715
+ .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
3716
+ color: #fff;
3717
+ }
3718
+ .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
3719
+ fill: #fff;
3720
+ }
3721
+ .tox .tox-tbtn:active > * {
3722
+ transform: none;
3723
+ }
3724
+ .tox .tox-tbtn--md {
3725
+ height: 42px;
3726
+ width: 51px;
3727
+ }
3728
+ .tox .tox-tbtn--lg {
3729
+ flex-direction: column;
3730
+ height: 56px;
3731
+ width: 68px;
3732
+ }
3733
+ .tox .tox-tbtn--return {
3734
+ align-self: stretch;
3735
+ height: unset;
3736
+ width: 16px;
3737
+ }
3738
+ .tox .tox-tbtn--labeled {
3739
+ padding: 0 4px;
3740
+ width: unset;
3741
+ }
3742
+ .tox .tox-tbtn__vlabel {
3743
+ display: block;
3744
+ font-size: 10px;
3745
+ font-weight: normal;
3746
+ letter-spacing: -0.025em;
3747
+ margin-bottom: 4px;
3748
+ white-space: nowrap;
3749
+ }
3750
+ .tox .tox-label--context-toolbar {
3751
+ margin: 6px 1px 5px 0;
3752
+ -webkit-touch-callout: none;
3753
+ -webkit-user-select: none;
3754
+ user-select: none;
3755
+ }
3756
+ .tox .tox-number-input {
3757
+ background: #2f4055;
3758
+ border-radius: 3px;
3759
+ display: flex;
3760
+ margin: 6px 1px 5px 0;
3761
+ position: relative;
3762
+ width: auto;
3763
+ }
3764
+ .tox .tox-number-input:focus {
3765
+ background: #2f4055;
3766
+ }
3767
+ .tox .tox-number-input:focus::after {
3768
+ border-radius: 3px;
3769
+ bottom: 0;
3770
+ box-shadow: 0 0 0 2px #fff ;
3771
+ content: '';
3772
+ left: 0;
3773
+ position: absolute;
3774
+ right: 0;
3775
+ top: 0;
3776
+ }
3777
+ @media (forced-colors: active) {
3778
+ .tox .tox-number-input:focus::after {
3779
+ border: 2px solid highlight;
3780
+ }
3781
+ }
3782
+ .tox .tox-number-input .tox-input-wrapper {
3783
+ display: flex;
3784
+ pointer-events: none;
3785
+ position: relative;
3786
+ text-align: center;
3787
+ }
3788
+ .tox .tox-number-input .tox-input-wrapper:focus {
3789
+ background-color: #2f4055;
3790
+ z-index: 1;
3791
+ }
3792
+ .tox .tox-number-input .tox-input-wrapper:focus::after {
3793
+ border-radius: 3px;
3794
+ bottom: 0;
3795
+ box-shadow: 0 0 0 2px #fff ;
3796
+ content: '';
3797
+ left: 0;
3798
+ position: absolute;
3799
+ right: 0;
3800
+ top: 0;
3801
+ }
3802
+ @media (forced-colors: active) {
3803
+ .tox .tox-number-input .tox-input-wrapper:focus::after {
3804
+ border: 2px solid highlight;
3805
+ }
3806
+ }
3807
+ .tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
3808
+ border-radius: 3px;
3809
+ bottom: 0;
3810
+ box-shadow: 0 0 0 2px #fff ;
3811
+ content: '';
3812
+ left: 0;
3813
+ position: absolute;
3814
+ right: 0;
3815
+ top: 0;
3816
+ }
3817
+ @media (forced-colors: active) {
3818
+ .tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
3819
+ border: 2px solid highlight;
3820
+ }
3821
+ }
3822
+ .tox .tox-number-input input {
3823
+ border-radius: 3px;
3824
+ color: #fff;
3825
+ font-size: 14px;
3826
+ margin: 2px 0;
3827
+ pointer-events: all;
3828
+ position: relative;
3829
+ width: 60px;
3830
+ }
3831
+ .tox .tox-number-input input:hover {
3832
+ background: #2f4055;
3833
+ color: #fff;
3834
+ }
3835
+ .tox .tox-number-input input:focus {
3836
+ background-color: #2f4055;
3837
+ }
3838
+ .tox .tox-number-input input:disabled {
3839
+ background: #222F3E;
3840
+ border: 0;
3841
+ box-shadow: none;
3842
+ color: rgba(255, 255, 255, 0.5);
3843
+ cursor: not-allowed;
3844
+ }
3845
+ .tox .tox-number-input button {
3846
+ color: #fff;
3847
+ height: 28px;
3848
+ position: relative;
3849
+ text-align: center;
3850
+ width: 24px;
3851
+ }
3852
+ @media (forced-colors: active) {
3853
+ .tox .tox-number-input button:hover,
3854
+ .tox .tox-number-input button:focus,
3855
+ .tox .tox-number-input button:active {
3856
+ outline: 1px solid currentColor !important;
3857
+ }
3858
+ }
3859
+ .tox .tox-number-input button svg {
3860
+ display: block;
3861
+ fill: #fff;
3862
+ margin: 0 auto;
3863
+ transform: scale(0.67);
3864
+ }
3865
+ @media (forced-colors: active) {
3866
+ .tox .tox-number-input button svg,
3867
+ .tox .tox-number-input button svg:active,
3868
+ .tox .tox-number-input button svg:hover {
3869
+ fill: currentColor !important;
3870
+ }
3871
+ .tox .tox-number-input button svg:disabled {
3872
+ filter: contrast(0);
3873
+ }
3874
+ }
3875
+ .tox .tox-number-input button:focus {
3876
+ background: #2f4055;
3877
+ z-index: 1;
3878
+ }
3879
+ .tox .tox-number-input button:focus::after {
3880
+ border-radius: 3px;
3881
+ bottom: 0;
3882
+ box-shadow: 0 0 0 2px #fff ;
3883
+ content: '';
3884
+ left: 0;
3885
+ position: absolute;
3886
+ right: 0;
3887
+ top: 0;
3888
+ }
3889
+ @media (forced-colors: active) {
3890
+ .tox .tox-number-input button:focus::after {
3891
+ border: 2px solid highlight;
3892
+ }
3893
+ }
3894
+ .tox .tox-number-input button:hover {
3895
+ background: #2f4055;
3896
+ border: 0;
3897
+ box-shadow: none;
3898
+ color: #fff;
3899
+ }
3900
+ .tox .tox-number-input button:hover svg {
3901
+ fill: #fff;
3902
+ }
3903
+ .tox .tox-number-input button:active {
3904
+ background: #599fef;
3905
+ border: 0;
3906
+ box-shadow: none;
3907
+ color: #fff;
3908
+ }
3909
+ .tox .tox-number-input button:active svg {
3910
+ fill: #fff;
3911
+ }
3912
+ .tox .tox-number-input button:disabled {
3913
+ background: #222F3E;
3914
+ border: 0;
3915
+ box-shadow: none;
3916
+ color: rgba(255, 255, 255, 0.5);
3917
+ cursor: not-allowed;
3918
+ }
3919
+ .tox .tox-number-input button:disabled svg {
3920
+ fill: rgba(255, 255, 255, 0.5);
3921
+ }
3922
+ .tox .tox-number-input button.minus {
3923
+ border-radius: 3px 0 0 3px;
3924
+ }
3925
+ .tox .tox-number-input button.plus {
3926
+ border-radius: 0 3px 3px 0;
3927
+ }
3928
+ .tox .tox-number-input:focus:not(:active) > button,
3929
+ .tox .tox-number-input:focus:not(:active) > .tox-input-wrapper {
3930
+ background: #2f4055;
3931
+ }
3932
+ .tox .tox-tbtn--select {
3933
+ margin: 6px 1px 5px 0;
3934
+ padding: 0 4px;
3935
+ width: auto;
3936
+ }
3937
+ .tox .tox-tbtn__select-label {
3938
+ cursor: default;
3939
+ font-weight: normal;
3940
+ height: initial;
3941
+ margin: 0 4px;
3942
+ overflow: hidden;
3943
+ text-overflow: ellipsis;
3944
+ white-space: nowrap;
3945
+ }
3946
+ .tox .tox-tbtn__select-chevron {
3947
+ align-items: center;
3948
+ display: flex;
3949
+ justify-content: center;
3950
+ width: 16px;
3951
+ }
3952
+ .tox .tox-tbtn__select-chevron svg {
3953
+ fill: rgba(255, 255, 255, 0.5);
3954
+ }
3955
+ @media (forced-colors: active) {
3956
+ .tox .tox-tbtn__select-chevron svg {
3957
+ fill: currentColor;
3958
+ }
3959
+ }
3960
+ .tox .tox-tbtn--bespoke {
3961
+ background: #2f4055;
3962
+ }
3963
+ .tox .tox-tbtn--bespoke:focus {
3964
+ background: #2f4055;
3965
+ }
3966
+ .tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
3967
+ margin-inline-start: 4px;
3968
+ }
3969
+ .tox .tox-tbtn--bespoke .tox-tbtn__select-label {
3970
+ overflow: hidden;
3971
+ text-overflow: ellipsis;
3972
+ white-space: nowrap;
3973
+ width: 7em;
3974
+ }
3975
+ .tox .tox-tbtn--disabled .tox-tbtn__select-label,
3976
+ .tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
3977
+ cursor: not-allowed;
3978
+ }
3979
+ .tox .tox-split-button {
3980
+ border: 0;
3981
+ border-radius: 3px;
3982
+ box-sizing: border-box;
3983
+ display: flex;
3984
+ margin: 6px 1px 5px 0;
3985
+ }
3986
+ .tox .tox-split-button:hover {
3987
+ box-shadow: 0 0 0 1px #2f4055 inset;
3988
+ }
3989
+ .tox .tox-split-button:focus {
3990
+ background: #222F3E;
3991
+ box-shadow: none;
3992
+ color: #fff;
3993
+ position: relative;
3994
+ z-index: 1;
3995
+ }
3996
+ .tox .tox-split-button:focus::after {
3997
+ pointer-events: none;
3998
+ border-radius: 3px;
3999
+ bottom: 0;
4000
+ box-shadow: 0 0 0 2px #fff ;
4001
+ content: '';
4002
+ left: 0;
4003
+ position: absolute;
4004
+ right: 0;
4005
+ top: 0;
4006
+ }
4007
+ @media (forced-colors: active) {
4008
+ .tox .tox-split-button:focus::after {
4009
+ border: 2px solid highlight;
4010
+ }
4011
+ }
4012
+ .tox .tox-split-button > * {
4013
+ border-radius: 0;
4014
+ }
4015
+ .tox .tox-split-button > *:nth-child(1) {
4016
+ border-bottom-left-radius: 3px;
4017
+ border-top-left-radius: 3px;
4018
+ }
4019
+ .tox .tox-split-button > *:nth-child(2) {
4020
+ border-bottom-right-radius: 3px;
4021
+ border-top-right-radius: 3px;
4022
+ }
4023
+ .tox .tox-split-button__chevron {
4024
+ width: 16px;
4025
+ }
4026
+ .tox .tox-split-button__chevron svg {
4027
+ fill: rgba(255, 255, 255, 0.5);
4028
+ }
4029
+ @media (forced-colors: active) {
4030
+ .tox .tox-split-button__chevron svg {
4031
+ fill: currentColor;
4032
+ }
4033
+ }
4034
+ .tox .tox-split-button .tox-tbtn {
4035
+ margin: 0;
4036
+ }
4037
+ .tox .tox-split-button:focus .tox-tbtn {
4038
+ background-color: transparent;
4039
+ }
4040
+ .tox .tox-split-button.tox-tbtn--disabled:hover,
4041
+ .tox .tox-split-button.tox-tbtn--disabled:focus,
4042
+ .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
4043
+ .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
4044
+ background: #222F3E;
4045
+ box-shadow: none;
4046
+ color: rgba(255, 255, 255, 0.5);
4047
+ }
4048
+ .tox.tox-platform-touch .tox-split-button .tox-tbtn--select {
4049
+ padding: 0 0px;
4050
+ }
4051
+ .tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child {
4052
+ width: 30px;
4053
+ }
4054
+ .tox.tox-platform-touch .tox-split-button__chevron {
4055
+ width: 20px;
4056
+ }
4057
+ .tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-text-color__color,
4058
+ .tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-highlight-bg-color__color {
4059
+ opacity: 0.3;
4060
+ }
4061
+ .tox .tox-toolbar-overlord {
4062
+ background-color: #222F3E;
4063
+ }
4064
+ .tox .tox-toolbar,
4065
+ .tox .tox-toolbar__primary,
4066
+ .tox .tox-toolbar__overflow {
4067
+ background-attachment: local;
4068
+ background-color: #222F3E;
4069
+ background-image: repeating-linear-gradient(rgba(255, 255, 255, 0.15) 0 1px, transparent 1px 39px);
4070
+ background-position: center top 40px;
4071
+ background-repeat: no-repeat;
4072
+ background-size: calc(100% - 11px * 2) calc(100% - 41px);
4073
+ display: flex;
4074
+ flex: 0 0 auto;
4075
+ flex-shrink: 0;
4076
+ flex-wrap: wrap;
4077
+ padding: 0 0px;
4078
+ transform: perspective(1px);
4079
+ }
4080
+ .tox .tox-toolbar-overlord > .tox-toolbar,
4081
+ .tox .tox-toolbar-overlord > .tox-toolbar__primary,
4082
+ .tox .tox-toolbar-overlord > .tox-toolbar__overflow {
4083
+ background-position: center top 0px;
4084
+ background-size: calc(100% - 11px * 2) calc(100% - 0px);
4085
+ }
4086
+ .tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
4087
+ height: 0;
4088
+ opacity: 0;
4089
+ padding-bottom: 0;
4090
+ padding-top: 0;
4091
+ visibility: hidden;
4092
+ }
4093
+ .tox .tox-toolbar__overflow--growing {
4094
+ transition: height 0.3s ease, opacity 0.2s linear 0.1s;
4095
+ }
4096
+ .tox .tox-toolbar__overflow--shrinking {
4097
+ transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
4098
+ }
4099
+ .tox .tox-toolbar-overlord,
4100
+ .tox .tox-anchorbar {
4101
+ grid-column: 1 / -1;
4102
+ }
4103
+ .tox .tox-menubar + .tox-toolbar,
4104
+ .tox .tox-menubar + .tox-toolbar-overlord {
4105
+ border-top: 1px solid transparent;
4106
+ margin-top: -1px;
4107
+ padding-bottom: 1px;
4108
+ padding-top: 1px;
4109
+ }
4110
+ @media (forced-colors: active) {
4111
+ .tox .tox-menubar + .tox-toolbar,
4112
+ .tox .tox-menubar + .tox-toolbar-overlord {
4113
+ outline: 1px solid currentColor;
4114
+ }
4115
+ }
4116
+ .tox .tox-toolbar--scrolling {
4117
+ flex-wrap: nowrap;
4118
+ overflow-x: auto;
4119
+ }
4120
+ .tox .tox-pop .tox-toolbar {
4121
+ border-width: 0;
4122
+ }
4123
+ .tox .tox-toolbar--no-divider {
4124
+ background-image: none;
4125
+ }
4126
+ .tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,
4127
+ .tox .tox-toolbar-overlord .tox-toolbar__primary {
4128
+ background-position: center top 39px;
4129
+ }
4130
+ .tox .tox-editor-header > .tox-toolbar--scrolling,
4131
+ .tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
4132
+ background-image: none;
4133
+ }
4134
+ .tox .tox-focusable-wrapper {
4135
+ border: 1px solid transparent;
4136
+ margin-right: 2px;
4137
+ pointer-events: none;
4138
+ }
4139
+ .tox .tox-focusable-wrapper .tox-textfield-size {
4140
+ pointer-events: all;
4141
+ }
4142
+ .tox .tox-focusable-wrapper:focus {
4143
+ background-color: #2f4055;
4144
+ border-radius: 6px;
4145
+ border-style: solid;
4146
+ border-width: 1px;
4147
+ }
4148
+ .tox.tox-tinymce-aux .tox-toolbar__overflow {
4149
+ background-color: #222F3E;
4150
+ background-position: center top 43px;
4151
+ background-size: calc(100% - 8px * 2) calc(100% - 51px);
4152
+ border: none;
4153
+ border-radius: 6px;
4154
+ box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
4155
+ overscroll-behavior: none;
4156
+ padding: 4px 0;
4157
+ }
4158
+ @media (forced-colors: active) {
4159
+ .tox.tox-tinymce-aux .tox-toolbar__overflow {
4160
+ border: solid;
4161
+ }
4162
+ }
4163
+ .tox-pop .tox-pop__dialog .tox-toolbar {
4164
+ background-position: center top 43px;
4165
+ background-size: calc(100% - 11px * 2) calc(100% - 51px);
4166
+ padding: 4px 0;
4167
+ }
4168
+ .tox-context-form__group {
4169
+ display: flex;
4170
+ align-items: center;
4171
+ }
4172
+ .tox .tox-toolbar__group {
4173
+ align-items: center;
4174
+ display: flex;
4175
+ flex-wrap: wrap;
4176
+ margin: 0 0;
4177
+ padding: 0 11px 0 12px;
4178
+ }
4179
+ .tox .tox-toolbar__group--pull-right {
4180
+ margin-left: auto;
4181
+ }
4182
+ .tox .tox-toolbar--scrolling .tox-toolbar__group {
4183
+ flex-shrink: 0;
4184
+ flex-wrap: nowrap;
4185
+ }
4186
+ .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
4187
+ border-right: 1px solid transparent;
4188
+ }
4189
+ .tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
4190
+ border-left: 1px solid transparent;
4191
+ }
4192
+ .tox .tox-tooltip {
4193
+ display: inline-block;
4194
+ max-width: 15em;
4195
+ padding: 8px;
4196
+ /*
4197
+ * The pointer-events: none is designed to make mouse events bleed through the tooltip
4198
+ * to the underlying items. For example, a mouse hovering over a tooltip that hovers over
4199
+ * another item should trigger the hover of the item obscured by the tooltip, even though
4200
+ * the tooltip is on top
4201
+ */
4202
+ pointer-events: none;
4203
+ position: relative;
4204
+ width: max-content;
4205
+ z-index: 1150;
4206
+ }
4207
+ .tox .tox-tooltip__body {
4208
+ background-color: #324053;
4209
+ border-radius: 6px;
4210
+ box-shadow: none;
4211
+ color: #fff;
4212
+ font-size: 12px;
4213
+ font-style: normal;
4214
+ font-weight: 600;
4215
+ overflow-wrap: break-word;
4216
+ padding: 4px 6px;
4217
+ text-transform: none;
4218
+ }
4219
+ @media (forced-colors: active) {
4220
+ .tox .tox-tooltip__body {
4221
+ outline: outset 1px;
4222
+ }
4223
+ }
4224
+ .tox .tox-tooltip__arrow {
4225
+ position: absolute;
4226
+ }
4227
+ .tox .tox-tooltip--down .tox-tooltip__arrow {
4228
+ border-left: 8px solid transparent;
4229
+ border-right: 8px solid transparent;
4230
+ border-top: 8px solid #324053;
4231
+ bottom: 0;
4232
+ left: 50%;
4233
+ position: absolute;
4234
+ transform: translateX(-50%);
4235
+ }
4236
+ .tox .tox-tooltip--up .tox-tooltip__arrow {
4237
+ border-bottom: 8px solid #324053;
4238
+ border-left: 8px solid transparent;
4239
+ border-right: 8px solid transparent;
4240
+ left: 50%;
4241
+ position: absolute;
4242
+ top: 0;
4243
+ transform: translateX(-50%);
4244
+ }
4245
+ .tox .tox-tooltip--right .tox-tooltip__arrow {
4246
+ border-bottom: 8px solid transparent;
4247
+ border-left: 8px solid #324053;
4248
+ border-top: 8px solid transparent;
4249
+ position: absolute;
4250
+ right: 0;
4251
+ top: 50%;
4252
+ transform: translateY(-50%);
4253
+ }
4254
+ .tox .tox-tooltip--left .tox-tooltip__arrow {
4255
+ border-bottom: 8px solid transparent;
4256
+ border-right: 8px solid #324053;
4257
+ border-top: 8px solid transparent;
4258
+ left: 0;
4259
+ position: absolute;
4260
+ top: 50%;
4261
+ transform: translateY(-50%);
4262
+ }
4263
+ .tox .tox-tree {
4264
+ display: flex;
4265
+ flex-direction: column;
4266
+ }
4267
+ .tox .tox-tree .tox-trbtn {
4268
+ align-items: center;
4269
+ background: transparent;
4270
+ border: 0;
4271
+ border-radius: 4px;
4272
+ box-shadow: none;
4273
+ color: #fff;
4274
+ display: flex;
4275
+ flex: 0 0 auto;
4276
+ font-size: 14px;
4277
+ font-style: normal;
4278
+ font-weight: normal;
4279
+ height: 28px;
4280
+ margin-bottom: 4px;
4281
+ margin-top: 4px;
4282
+ outline: none;
4283
+ overflow: hidden;
4284
+ padding: 0;
4285
+ padding-left: 8px;
4286
+ text-transform: none;
4287
+ }
4288
+ .tox .tox-tree .tox-trbtn .tox-tree__label {
4289
+ cursor: default;
4290
+ overflow: hidden;
4291
+ text-overflow: ellipsis;
4292
+ white-space: nowrap;
4293
+ }
4294
+ .tox .tox-tree .tox-trbtn svg {
4295
+ display: block;
4296
+ fill: #fff;
4297
+ }
4298
+ .tox .tox-tree .tox-trbtn:focus {
4299
+ background: #2f4055;
4300
+ border: 0;
4301
+ box-shadow: none;
4302
+ }
4303
+ .tox .tox-tree .tox-trbtn:hover {
4304
+ background: #2f4055;
4305
+ border: 0;
4306
+ box-shadow: none;
4307
+ color: #fff;
4308
+ }
4309
+ .tox .tox-tree .tox-trbtn:hover svg {
4310
+ fill: #fff;
4311
+ }
4312
+ .tox .tox-tree .tox-trbtn:active {
4313
+ background: #599fef;
4314
+ border: 0;
4315
+ box-shadow: none;
4316
+ color: #fff;
4317
+ }
4318
+ .tox .tox-tree .tox-trbtn:active svg {
4319
+ fill: #fff;
4320
+ }
4321
+ .tox .tox-tree .tox-trbtn--disabled,
4322
+ .tox .tox-tree .tox-trbtn--disabled:hover,
4323
+ .tox .tox-tree .tox-trbtn:disabled,
4324
+ .tox .tox-tree .tox-trbtn:disabled:hover {
4325
+ background: transparent;
4326
+ border: 0;
4327
+ box-shadow: none;
4328
+ color: rgba(255, 255, 255, 0.5);
4329
+ cursor: not-allowed;
4330
+ }
4331
+ .tox .tox-tree .tox-trbtn--disabled svg,
4332
+ .tox .tox-tree .tox-trbtn--disabled:hover svg,
4333
+ .tox .tox-tree .tox-trbtn:disabled svg,
4334
+ .tox .tox-tree .tox-trbtn:disabled:hover svg {
4335
+ fill: rgba(255, 255, 255, 0.5);
4336
+ }
4337
+ .tox .tox-tree .tox-trbtn--enabled,
4338
+ .tox .tox-tree .tox-trbtn--enabled:hover {
4339
+ background: #599fef;
4340
+ border: 0;
4341
+ box-shadow: none;
4342
+ color: #fff;
4343
+ }
4344
+ .tox .tox-tree .tox-trbtn--enabled > *,
4345
+ .tox .tox-tree .tox-trbtn--enabled:hover > * {
4346
+ transform: none;
4347
+ }
4348
+ .tox .tox-tree .tox-trbtn--enabled svg,
4349
+ .tox .tox-tree .tox-trbtn--enabled:hover svg {
4350
+ fill: #fff;
4351
+ }
4352
+ .tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
4353
+ color: #fff;
4354
+ }
4355
+ .tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
4356
+ fill: #fff;
4357
+ }
4358
+ .tox .tox-tree .tox-trbtn:active > * {
4359
+ transform: none;
4360
+ }
4361
+ .tox .tox-tree .tox-trbtn--return {
4362
+ align-self: stretch;
4363
+ height: unset;
4364
+ width: 16px;
4365
+ }
4366
+ .tox .tox-tree .tox-trbtn--labeled {
4367
+ padding: 0 4px;
4368
+ width: unset;
4369
+ }
4370
+ .tox .tox-tree .tox-trbtn__vlabel {
4371
+ display: block;
4372
+ font-size: 10px;
4373
+ font-weight: normal;
4374
+ letter-spacing: -0.025em;
4375
+ margin-bottom: 4px;
4376
+ white-space: nowrap;
4377
+ }
4378
+ .tox .tox-tree .tox-tree--directory {
4379
+ display: flex;
4380
+ flex-direction: column;
4381
+ }
4382
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
4383
+ font-weight: bold;
4384
+ }
4385
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
4386
+ margin-left: auto;
4387
+ }
4388
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg {
4389
+ fill: transparent;
4390
+ }
4391
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,
4392
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg {
4393
+ fill: #fff;
4394
+ }
4395
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg,
4396
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg {
4397
+ fill: #fff;
4398
+ }
4399
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) {
4400
+ background-color: transparent;
4401
+ color: #fff;
4402
+ }
4403
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
4404
+ fill: #fff;
4405
+ }
4406
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
4407
+ margin-right: 6px;
4408
+ }
4409
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
4410
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
4411
+ transition: transform 0.5s ease-in-out;
4412
+ }
4413
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
4414
+ .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
4415
+ transform: rotate(90deg);
4416
+ }
4417
+ .tox .tox-tree .tox-tree--leaf__label {
4418
+ font-weight: normal;
4419
+ }
4420
+ .tox .tox-tree .tox-tree--leaf__label .tox-mbtn {
4421
+ margin-left: auto;
4422
+ }
4423
+ .tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg {
4424
+ fill: transparent;
4425
+ }
4426
+ .tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,
4427
+ .tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg {
4428
+ fill: #fff;
4429
+ }
4430
+ .tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg {
4431
+ fill: #fff;
4432
+ }
4433
+ .tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) {
4434
+ background-color: transparent;
4435
+ color: #fff;
4436
+ }
4437
+ .tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
4438
+ fill: #fff;
4439
+ }
4440
+ .tox .tox-tree .tox-icon-custom-state {
4441
+ flex-grow: 1;
4442
+ display: flex;
4443
+ justify-content: flex-end;
4444
+ }
4445
+ .tox .tox-tree .tox-tree--directory__children {
4446
+ overflow: hidden;
4447
+ padding-left: 16px;
4448
+ }
4449
+ .tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,
4450
+ .tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking {
4451
+ transition: height 0.5s ease-in-out;
4452
+ }
4453
+ .tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
4454
+ display: flex;
4455
+ justify-content: space-between;
4456
+ }
4457
+ .tox .tox-revisionhistory__pane {
4458
+ padding: 0 !important;
4459
+ /* Override the default padding of tox-view__pane */
4460
+ }
4461
+ .tox .tox-revisionhistory__container {
4462
+ display: flex;
4463
+ flex-direction: column;
4464
+ height: 100%;
4465
+ }
4466
+ .tox .tox-revisionhistory {
4467
+ background-color: #222F3E;
4468
+ border-top: 1px solid rgba(255, 255, 255, 0.15);
4469
+ display: flex;
4470
+ flex: 1;
4471
+ height: 100%;
4472
+ margin-top: 8px;
4473
+ overflow-x: auto;
4474
+ overflow-y: hidden;
4475
+ position: relative;
4476
+ width: 100%;
4477
+ }
4478
+ .tox .tox-revisionhistory--align-right {
4479
+ margin-left: auto;
4480
+ }
4481
+ .tox .tox-revisionhistory__iframe {
4482
+ flex: 1;
4483
+ }
4484
+ .tox .tox-revisionhistory__sidebar {
4485
+ display: flex;
4486
+ flex-direction: column;
4487
+ height: 100%;
4488
+ min-width: 248px;
4489
+ width: 316px;
4490
+ }
4491
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__sidebar-title {
4492
+ background-color: #222F3E;
4493
+ box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
4494
+ color: #fff;
4495
+ font-size: 20px;
4496
+ font-weight: 400;
4497
+ line-height: 28px;
4498
+ padding: 12px;
4499
+ z-index: 1;
4500
+ }
4501
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions {
4502
+ background-color: #2b3b4e;
4503
+ display: flex;
4504
+ flex: 1;
4505
+ flex-direction: column;
4506
+ gap: 12px;
4507
+ overflow-y: auto;
4508
+ padding: 10px 12px;
4509
+ }
4510
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus {
4511
+ height: 100%;
4512
+ position: relative;
4513
+ z-index: 1;
4514
+ }
4515
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
4516
+ border-radius: 3px;
4517
+ bottom: 0;
4518
+ box-shadow: 0 0 0 2px #fff ;
4519
+ content: '';
4520
+ left: 0;
4521
+ position: absolute;
4522
+ right: 0;
4523
+ top: 0;
4524
+ border-radius: 6px;
4525
+ bottom: 1px;
4526
+ left: 1px;
4527
+ right: 1px;
4528
+ top: 1px;
4529
+ }
4530
+ @media (forced-colors: active) {
4531
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
4532
+ border: 2px solid highlight;
4533
+ }
4534
+ }
4535
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card {
4536
+ background-color: #222F3E;
4537
+ border: 1px solid rgba(255, 255, 255, 0.15);
4538
+ border-radius: 6px;
4539
+ color: #fff;
4540
+ cursor: pointer;
4541
+ display: flex;
4542
+ flex-direction: column;
4543
+ font-size: 14px;
4544
+ gap: 12px;
4545
+ padding: 12px;
4546
+ width: 100%;
4547
+ }
4548
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:hover {
4549
+ box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
4550
+ }
4551
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus {
4552
+ position: relative;
4553
+ z-index: 1;
4554
+ }
4555
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
4556
+ border-radius: 3px;
4557
+ bottom: 0;
4558
+ box-shadow: 0 0 0 2px #fff #285ec7;
4559
+ content: '';
4560
+ left: 0;
4561
+ position: absolute;
4562
+ right: 0;
4563
+ top: 0;
4564
+ border-radius: 6px;
4565
+ box-shadow: 0 0 0 2px #285ec7;
4566
+ box-shadow: 0 0 0 2px #285ec7 !important;
4567
+ }
4568
+ @media (forced-colors: active) {
4569
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
4570
+ border: 2px solid highlight;
4571
+ }
4572
+ }
4573
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected {
4574
+ background-color: #62430b;
4575
+ box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
4576
+ position: relative;
4577
+ }
4578
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected::after {
4579
+ border-radius: 3px;
4580
+ bottom: 0;
4581
+ box-shadow: 0 0 0 2px #fff #cea215;
4582
+ content: '';
4583
+ left: 0;
4584
+ position: absolute;
4585
+ right: 0;
4586
+ top: 0;
4587
+ border-radius: 6px;
4588
+ box-shadow: 0 0 0 2px #cea215;
4589
+ }
4590
+ @media (forced-colors: active) {
4591
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected::after {
4592
+ border: 2px solid highlight;
4593
+ }
4594
+ }
4595
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date {
4596
+ display: flex;
4597
+ gap: 12px;
4598
+ justify-content: space-between;
4599
+ }
4600
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date-label {
4601
+ font-size: 16px;
4602
+ line-height: 24px;
4603
+ }
4604
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-label {
4605
+ font-size: 12px;
4606
+ font-weight: 600;
4607
+ line-height: 24px;
4608
+ padding: 0;
4609
+ }
4610
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author {
4611
+ align-items: center;
4612
+ display: flex;
4613
+ flex: 1 0 0;
4614
+ gap: 8px;
4615
+ height: 36px;
4616
+ }
4617
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author-name {
4618
+ overflow: hidden;
4619
+ text-overflow: ellipsis;
4620
+ white-space: nowrap;
4621
+ font-size: 14px;
4622
+ font-weight: 700;
4623
+ line-height: 18px;
4624
+ }
4625
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__avatar {
4626
+ border-radius: 50%;
4627
+ height: 36px;
4628
+ object-fit: cover;
4629
+ vertical-align: middle;
4630
+ width: 36px;
4631
+ }
4632
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__norevision {
4633
+ color: rgba(255, 255, 255, 0.5);
4634
+ font-size: 16px;
4635
+ line-height: 24px;
4636
+ padding: 5px 5.5px;
4637
+ }
4638
+ .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-check-icon {
4639
+ color: #fff;
4640
+ height: 24px;
4641
+ }
4642
+ .tox .tox-view-wrap,
4643
+ .tox .tox-view-wrap__slot-container {
4644
+ background-color: #222F3E;
4645
+ display: flex;
4646
+ flex: 1;
4647
+ flex-direction: column;
4648
+ height: 100%;
4649
+ }
4650
+ .tox .tox-view {
4651
+ display: flex;
4652
+ flex: 1 1 auto;
4653
+ flex-direction: column;
4654
+ overflow: hidden;
4655
+ }
4656
+ .tox .tox-view__header {
4657
+ align-items: center;
4658
+ display: flex;
4659
+ font-size: 16px;
4660
+ justify-content: space-between;
4661
+ padding: 10px 10px 2px 10px;
4662
+ position: relative;
4663
+ }
4664
+ .tox .tox-view__label {
4665
+ color: #fff;
4666
+ font-weight: bold;
4667
+ line-height: 24px;
4668
+ padding: 4px 16px;
4669
+ text-align: center;
4670
+ white-space: nowrap;
4671
+ }
4672
+ .tox .tox-view__label--normal {
4673
+ font-size: 16px;
4674
+ }
4675
+ .tox .tox-view__label--large {
4676
+ font-size: 20px;
4677
+ }
4678
+ .tox .tox-view--mobile.tox-view__header,
4679
+ .tox .tox-view--mobile.tox-view__toolbar {
4680
+ padding: 8px;
4681
+ }
4682
+ .tox .tox-view--scrolling {
4683
+ flex-wrap: nowrap;
4684
+ overflow-x: auto;
4685
+ }
4686
+ .tox .tox-view__toolbar {
4687
+ display: flex;
4688
+ flex-direction: row;
4689
+ gap: 8px;
4690
+ justify-content: space-between;
4691
+ overflow-x: auto;
4692
+ padding: 10px 10px 2px 10px;
4693
+ }
4694
+ .tox .tox-view__toolbar__group {
4695
+ display: flex;
4696
+ flex-direction: row;
4697
+ gap: 12px;
4698
+ }
4699
+ .tox .tox-view__header-start,
4700
+ .tox .tox-view__header-end {
4701
+ display: flex;
4702
+ }
4703
+ .tox .tox-view__pane {
4704
+ height: 100%;
4705
+ padding: 8px;
4706
+ position: relative;
4707
+ width: 100%;
4708
+ }
4709
+ .tox .tox-view__pane_panel {
4710
+ border: 1px solid #161f29;
4711
+ border-radius: 6px;
4712
+ }
4713
+ .tox:not([dir=rtl]) .tox-view__header .tox-view__header-start > *,
4714
+ .tox:not([dir=rtl]) .tox-view__header .tox-view__header-end > * {
4715
+ margin-left: 8px;
4716
+ }
4717
+ .tox[dir=rtl] .tox-view__header .tox-view__header-start > *,
4718
+ .tox[dir=rtl] .tox-view__header .tox-view__header-end > * {
4719
+ margin-right: 8px;
4720
+ }
4721
+ .tox .tox-well {
4722
+ border: 1px solid #161f29;
4723
+ border-radius: 6px;
4724
+ padding: 8px;
4725
+ width: 100%;
4726
+ }
4727
+ .tox .tox-well > *:first-child {
4728
+ margin-top: 0;
4729
+ }
4730
+ .tox .tox-well > *:last-child {
4731
+ margin-bottom: 0;
4732
+ }
4733
+ .tox .tox-well > *:only-child {
4734
+ margin: 0;
4735
+ }
4736
+ .tox .tox-custom-editor {
4737
+ border: 1px solid #161f29;
4738
+ border-radius: 6px;
4739
+ display: flex;
4740
+ flex: 1;
4741
+ overflow: hidden;
4742
+ position: relative;
4743
+ }
4744
+ /* stylelint-disable */
4745
+ .tox {
4746
+ /* stylelint-enable */
4747
+ }
4748
+ .tox .tox-dialog-loading::before {
4749
+ background-color: rgba(0, 0, 0, 0.5);
4750
+ content: "";
4751
+ height: 100%;
4752
+ position: absolute;
4753
+ width: 100%;
4754
+ z-index: 1000;
4755
+ }
4756
+ .tox .tox-tab {
4757
+ cursor: pointer;
4758
+ }
4759
+ .tox .tox-dialog__content-js {
4760
+ display: flex;
4761
+ flex: 1;
4762
+ }
4763
+ .tox .tox-dialog__body-content .tox-collection {
4764
+ display: flex;
4765
+ flex: 1;
4766
+ }
4767
+ .tox.tox-tinymce-aux .tox-toolbar__overflow {
4768
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
4769
+ }