jodit-pro 1.3.40 → 2.0.0-beta.10

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 (455) hide show
  1. package/.nvmrc +1 -0
  2. package/CHANGELOG.md +982 -0
  3. package/LICENSE.txt +1 -0
  4. package/README.md +27 -27
  5. package/SECURITY.md +10 -0
  6. package/es2015/jodit.css +4945 -0
  7. package/es2015/jodit.fat.min.css +1 -0
  8. package/es2015/jodit.fat.min.js +10 -0
  9. package/es2015/jodit.js +42706 -0
  10. package/es2015/jodit.min.css +1 -0
  11. package/es2015/jodit.min.js +10 -0
  12. package/es2015/plugins/autocomplete/autocomplete.css +26 -0
  13. package/es2015/plugins/autocomplete/autocomplete.js +473 -0
  14. package/es2015/plugins/autocomplete/autocomplete.min.js +10 -0
  15. package/es2015/plugins/backup/backup.css +48 -0
  16. package/es2015/plugins/backup/backup.js +567 -0
  17. package/{build/plugins/backup/backup.css → es2015/plugins/backup/backup.min.css} +1 -1
  18. package/es2015/plugins/backup/backup.min.js +10 -0
  19. package/es2015/plugins/button-generator/button-generator.css +316 -0
  20. package/es2015/plugins/button-generator/button-generator.js +1363 -0
  21. package/es2015/plugins/button-generator/button-generator.min.css +1 -0
  22. package/es2015/plugins/button-generator/button-generator.min.js +10 -0
  23. package/es2015/plugins/change-case/change-case.js +171 -0
  24. package/es2015/plugins/change-case/change-case.min.js +10 -0
  25. package/es2015/plugins/color-picker/color-picker.css +133 -0
  26. package/es2015/plugins/color-picker/color-picker.js +519 -0
  27. package/es2015/plugins/color-picker/color-picker.min.css +1 -0
  28. package/es2015/plugins/color-picker/color-picker.min.js +10 -0
  29. package/es2015/plugins/emoji/emoji.css +108 -0
  30. package/es2015/plugins/emoji/emoji.js +421 -0
  31. package/es2015/plugins/emoji/emoji.min.css +1 -0
  32. package/es2015/plugins/emoji/emoji.min.js +10 -0
  33. package/es2015/plugins/export-docs/export-docs.js +153 -0
  34. package/es2015/plugins/export-docs/export-docs.min.js +10 -0
  35. package/es2015/plugins/finder/finder.css +1342 -0
  36. package/es2015/plugins/finder/finder.js +3175 -0
  37. package/es2015/plugins/finder/finder.min.css +1 -0
  38. package/es2015/plugins/finder/finder.min.js +10 -0
  39. package/es2015/plugins/google-maps/google-maps.css +397 -0
  40. package/es2015/plugins/google-maps/google-maps.js +2492 -0
  41. package/es2015/plugins/google-maps/google-maps.min.css +1 -0
  42. package/es2015/plugins/google-maps/google-maps.min.js +10 -0
  43. package/es2015/plugins/google-search/google-search.js +108 -0
  44. package/es2015/plugins/google-search/google-search.min.js +10 -0
  45. package/es2015/plugins/highlight-signature/highlight-signature.js +233 -0
  46. package/es2015/plugins/highlight-signature/highlight-signature.min.js +10 -0
  47. package/es2015/plugins/iframe-editor/iframe-editor.css +16 -0
  48. package/es2015/plugins/iframe-editor/iframe-editor.js +310 -0
  49. package/es2015/plugins/iframe-editor/iframe-editor.min.js +10 -0
  50. package/es2015/plugins/keyboard/keyboard.css +48 -0
  51. package/es2015/plugins/keyboard/keyboard.js +539 -0
  52. package/es2015/plugins/keyboard/keyboard.min.js +10 -0
  53. package/es2015/plugins/mobile-view/mobile-view.js +170 -0
  54. package/es2015/plugins/mobile-view/mobile-view.min.js +10 -0
  55. package/es2015/plugins/page-break/page-break.js +181 -0
  56. package/es2015/plugins/page-break/page-break.min.js +10 -0
  57. package/es2015/plugins/paste-code/paste-code.css +21 -0
  58. package/es2015/plugins/paste-code/paste-code.js +320 -0
  59. package/es2015/plugins/paste-code/paste-code.min.js +10 -0
  60. package/es2015/plugins/paste-from-word/paste-from-word.js +1541 -0
  61. package/es2015/plugins/paste-from-word/paste-from-word.min.js +10 -0
  62. package/es2015/plugins/show-blocks/show-blocks.js +645 -0
  63. package/es2015/plugins/show-blocks/show-blocks.min.js +10 -0
  64. package/es2015/plugins/todo-list/todo-list.css +77 -0
  65. package/es2015/plugins/todo-list/todo-list.js +314 -0
  66. package/es2015/plugins/todo-list/todo-list.min.css +1 -0
  67. package/es2015/plugins/todo-list/todo-list.min.js +10 -0
  68. package/es2015/plugins/translate/translate.css +91 -0
  69. package/es2015/plugins/translate/translate.js +630 -0
  70. package/es2015/plugins/translate/translate.min.js +10 -0
  71. package/es2015/plugins/tune-block/tune-block.css +37 -0
  72. package/es2015/plugins/tune-block/tune-block.js +387 -0
  73. package/{build/plugins/tune-block/tune-block.css → es2015/plugins/tune-block/tune-block.min.css} +1 -1
  74. package/es2015/plugins/tune-block/tune-block.min.js +10 -0
  75. package/es2018/jodit.css +4945 -0
  76. package/es2018/jodit.fat.min.css +1 -0
  77. package/es2018/jodit.fat.min.js +10 -0
  78. package/es2018/jodit.js +42762 -0
  79. package/es2018/jodit.min.css +1 -0
  80. package/es2018/jodit.min.js +10 -0
  81. package/es2018/plugins/autocomplete/autocomplete.css +26 -0
  82. package/es2018/plugins/autocomplete/autocomplete.js +471 -0
  83. package/es2018/plugins/autocomplete/autocomplete.min.js +10 -0
  84. package/es2018/plugins/backup/backup.css +48 -0
  85. package/es2018/plugins/backup/backup.js +561 -0
  86. package/{build/plugins/backup/backup.es5.css → es2018/plugins/backup/backup.min.css} +1 -1
  87. package/es2018/plugins/backup/backup.min.js +10 -0
  88. package/es2018/plugins/button-generator/button-generator.css +316 -0
  89. package/es2018/plugins/button-generator/button-generator.js +1387 -0
  90. package/es2018/plugins/button-generator/button-generator.min.css +1 -0
  91. package/es2018/plugins/button-generator/button-generator.min.js +10 -0
  92. package/es2018/plugins/change-case/change-case.js +171 -0
  93. package/es2018/plugins/change-case/change-case.min.js +10 -0
  94. package/es2018/plugins/color-picker/color-picker.css +133 -0
  95. package/es2018/plugins/color-picker/color-picker.js +519 -0
  96. package/es2018/plugins/color-picker/color-picker.min.css +1 -0
  97. package/es2018/plugins/color-picker/color-picker.min.js +10 -0
  98. package/es2018/plugins/emoji/emoji.css +108 -0
  99. package/es2018/plugins/emoji/emoji.js +425 -0
  100. package/es2018/plugins/emoji/emoji.min.css +1 -0
  101. package/es2018/plugins/emoji/emoji.min.js +10 -0
  102. package/es2018/plugins/export-docs/export-docs.js +157 -0
  103. package/es2018/plugins/export-docs/export-docs.min.js +10 -0
  104. package/es2018/plugins/finder/finder.css +1342 -0
  105. package/es2018/plugins/finder/finder.js +3160 -0
  106. package/es2018/plugins/finder/finder.min.css +1 -0
  107. package/es2018/plugins/finder/finder.min.js +10 -0
  108. package/es2018/plugins/google-maps/google-maps.css +397 -0
  109. package/es2018/plugins/google-maps/google-maps.js +2556 -0
  110. package/es2018/plugins/google-maps/google-maps.min.css +1 -0
  111. package/es2018/plugins/google-maps/google-maps.min.js +10 -0
  112. package/es2018/plugins/google-search/google-search.js +108 -0
  113. package/es2018/plugins/google-search/google-search.min.js +10 -0
  114. package/es2018/plugins/highlight-signature/highlight-signature.js +233 -0
  115. package/es2018/plugins/highlight-signature/highlight-signature.min.js +10 -0
  116. package/es2018/plugins/iframe-editor/iframe-editor.css +16 -0
  117. package/es2018/plugins/iframe-editor/iframe-editor.js +310 -0
  118. package/es2018/plugins/iframe-editor/iframe-editor.min.js +10 -0
  119. package/es2018/plugins/keyboard/keyboard.css +48 -0
  120. package/es2018/plugins/keyboard/keyboard.js +539 -0
  121. package/es2018/plugins/keyboard/keyboard.min.js +10 -0
  122. package/es2018/plugins/mobile-view/mobile-view.js +170 -0
  123. package/es2018/plugins/mobile-view/mobile-view.min.js +10 -0
  124. package/es2018/plugins/page-break/page-break.js +181 -0
  125. package/es2018/plugins/page-break/page-break.min.js +10 -0
  126. package/es2018/plugins/paste-code/paste-code.css +21 -0
  127. package/es2018/plugins/paste-code/paste-code.js +318 -0
  128. package/es2018/plugins/paste-code/paste-code.min.js +10 -0
  129. package/es2018/plugins/paste-from-word/paste-from-word.js +1541 -0
  130. package/es2018/plugins/paste-from-word/paste-from-word.min.js +10 -0
  131. package/es2018/plugins/show-blocks/show-blocks.js +645 -0
  132. package/es2018/plugins/show-blocks/show-blocks.min.js +10 -0
  133. package/es2018/plugins/todo-list/todo-list.css +77 -0
  134. package/es2018/plugins/todo-list/todo-list.js +314 -0
  135. package/es2018/plugins/todo-list/todo-list.min.css +1 -0
  136. package/es2018/plugins/todo-list/todo-list.min.js +10 -0
  137. package/es2018/plugins/translate/translate.css +91 -0
  138. package/es2018/plugins/translate/translate.js +639 -0
  139. package/es2018/plugins/translate/translate.min.js +10 -0
  140. package/es2018/plugins/tune-block/tune-block.css +37 -0
  141. package/es2018/plugins/tune-block/tune-block.js +387 -0
  142. package/{build/plugins/tune-block/tune-block.es5.css → es2018/plugins/tune-block/tune-block.min.css} +1 -1
  143. package/es2018/plugins/tune-block/tune-block.min.js +10 -0
  144. package/es2021/jodit.css +4945 -0
  145. package/es2021/jodit.fat.min.css +1 -0
  146. package/es2021/jodit.fat.min.js +10 -0
  147. package/es2021/jodit.js +42643 -0
  148. package/es2021/jodit.min.css +1 -0
  149. package/es2021/jodit.min.js +10 -0
  150. package/es2021/plugins/autocomplete/autocomplete.css +26 -0
  151. package/es2021/plugins/autocomplete/autocomplete.js +463 -0
  152. package/es2021/plugins/autocomplete/autocomplete.min.css +1 -0
  153. package/es2021/plugins/autocomplete/autocomplete.min.js +10 -0
  154. package/es2021/plugins/backup/backup.css +48 -0
  155. package/es2021/plugins/backup/backup.js +554 -0
  156. package/es2021/plugins/backup/backup.min.css +1 -0
  157. package/es2021/plugins/backup/backup.min.js +10 -0
  158. package/es2021/plugins/button-generator/button-generator.css +316 -0
  159. package/es2021/plugins/button-generator/button-generator.js +1382 -0
  160. package/es2021/plugins/button-generator/button-generator.min.css +1 -0
  161. package/es2021/plugins/button-generator/button-generator.min.js +10 -0
  162. package/es2021/plugins/change-case/change-case.js +171 -0
  163. package/es2021/plugins/change-case/change-case.min.js +10 -0
  164. package/es2021/plugins/color-picker/color-picker.css +133 -0
  165. package/es2021/plugins/color-picker/color-picker.js +517 -0
  166. package/es2021/plugins/color-picker/color-picker.min.css +1 -0
  167. package/es2021/plugins/color-picker/color-picker.min.js +10 -0
  168. package/es2021/plugins/emoji/emoji.css +108 -0
  169. package/es2021/plugins/emoji/emoji.js +425 -0
  170. package/es2021/plugins/emoji/emoji.min.css +1 -0
  171. package/es2021/plugins/emoji/emoji.min.js +10 -0
  172. package/es2021/plugins/export-docs/export-docs.js +156 -0
  173. package/es2021/plugins/export-docs/export-docs.min.js +10 -0
  174. package/es2021/plugins/finder/finder.css +1342 -0
  175. package/es2021/plugins/finder/finder.js +3152 -0
  176. package/es2021/plugins/finder/finder.min.css +1 -0
  177. package/es2021/plugins/finder/finder.min.js +10 -0
  178. package/es2021/plugins/google-maps/google-maps.css +397 -0
  179. package/es2021/plugins/google-maps/google-maps.js +2540 -0
  180. package/es2021/plugins/google-maps/google-maps.min.css +1 -0
  181. package/es2021/plugins/google-maps/google-maps.min.js +10 -0
  182. package/es2021/plugins/google-search/google-search.js +107 -0
  183. package/es2021/plugins/google-search/google-search.min.js +10 -0
  184. package/es2021/plugins/highlight-signature/highlight-signature.js +231 -0
  185. package/es2021/plugins/highlight-signature/highlight-signature.min.js +10 -0
  186. package/es2021/plugins/iframe-editor/iframe-editor.css +16 -0
  187. package/es2021/plugins/iframe-editor/iframe-editor.js +308 -0
  188. package/es2021/plugins/iframe-editor/iframe-editor.min.css +1 -0
  189. package/es2021/plugins/iframe-editor/iframe-editor.min.js +10 -0
  190. package/es2021/plugins/keyboard/keyboard.css +48 -0
  191. package/es2021/plugins/keyboard/keyboard.js +537 -0
  192. package/es2021/plugins/keyboard/keyboard.min.css +1 -0
  193. package/es2021/plugins/keyboard/keyboard.min.js +10 -0
  194. package/es2021/plugins/mobile-view/mobile-view.js +168 -0
  195. package/es2021/plugins/mobile-view/mobile-view.min.js +10 -0
  196. package/es2021/plugins/page-break/page-break.js +181 -0
  197. package/es2021/plugins/page-break/page-break.min.js +10 -0
  198. package/es2021/plugins/paste-code/paste-code.css +21 -0
  199. package/es2021/plugins/paste-code/paste-code.js +318 -0
  200. package/es2021/plugins/paste-code/paste-code.min.css +1 -0
  201. package/es2021/plugins/paste-code/paste-code.min.js +10 -0
  202. package/es2021/plugins/paste-from-word/paste-from-word.js +1528 -0
  203. package/es2021/plugins/paste-from-word/paste-from-word.min.js +10 -0
  204. package/es2021/plugins/show-blocks/show-blocks.js +645 -0
  205. package/es2021/plugins/show-blocks/show-blocks.min.js +10 -0
  206. package/es2021/plugins/todo-list/todo-list.css +77 -0
  207. package/es2021/plugins/todo-list/todo-list.js +313 -0
  208. package/es2021/plugins/todo-list/todo-list.min.css +1 -0
  209. package/es2021/plugins/todo-list/todo-list.min.js +10 -0
  210. package/es2021/plugins/translate/translate.css +91 -0
  211. package/es2021/plugins/translate/translate.js +636 -0
  212. package/es2021/plugins/translate/translate.min.css +1 -0
  213. package/es2021/plugins/translate/translate.min.js +10 -0
  214. package/es2021/plugins/tune-block/tune-block.css +37 -0
  215. package/es2021/plugins/tune-block/tune-block.js +385 -0
  216. package/es2021/plugins/tune-block/tune-block.min.css +1 -0
  217. package/es2021/plugins/tune-block/tune-block.min.js +10 -0
  218. package/es2021.en/jodit.css +4945 -0
  219. package/es2021.en/jodit.fat.min.css +1 -0
  220. package/es2021.en/jodit.fat.min.js +10 -0
  221. package/es2021.en/jodit.js +40989 -0
  222. package/es2021.en/jodit.min.css +1 -0
  223. package/es2021.en/jodit.min.js +10 -0
  224. package/es2021.en/plugins/autocomplete/autocomplete.css +26 -0
  225. package/es2021.en/plugins/autocomplete/autocomplete.js +463 -0
  226. package/es2021.en/plugins/autocomplete/autocomplete.min.css +1 -0
  227. package/es2021.en/plugins/autocomplete/autocomplete.min.js +10 -0
  228. package/es2021.en/plugins/backup/backup.css +48 -0
  229. package/es2021.en/plugins/backup/backup.js +554 -0
  230. package/es2021.en/plugins/backup/backup.min.css +1 -0
  231. package/es2021.en/plugins/backup/backup.min.js +10 -0
  232. package/es2021.en/plugins/button-generator/button-generator.css +316 -0
  233. package/es2021.en/plugins/button-generator/button-generator.js +1382 -0
  234. package/es2021.en/plugins/button-generator/button-generator.min.css +1 -0
  235. package/es2021.en/plugins/button-generator/button-generator.min.js +10 -0
  236. package/es2021.en/plugins/change-case/change-case.js +171 -0
  237. package/es2021.en/plugins/change-case/change-case.min.js +10 -0
  238. package/es2021.en/plugins/color-picker/color-picker.css +133 -0
  239. package/es2021.en/plugins/color-picker/color-picker.js +517 -0
  240. package/es2021.en/plugins/color-picker/color-picker.min.css +1 -0
  241. package/es2021.en/plugins/color-picker/color-picker.min.js +10 -0
  242. package/es2021.en/plugins/emoji/emoji.css +108 -0
  243. package/es2021.en/plugins/emoji/emoji.js +425 -0
  244. package/es2021.en/plugins/emoji/emoji.min.css +1 -0
  245. package/es2021.en/plugins/emoji/emoji.min.js +10 -0
  246. package/es2021.en/plugins/export-docs/export-docs.js +156 -0
  247. package/es2021.en/plugins/export-docs/export-docs.min.js +10 -0
  248. package/es2021.en/plugins/finder/finder.css +1342 -0
  249. package/es2021.en/plugins/finder/finder.js +3117 -0
  250. package/es2021.en/plugins/finder/finder.min.css +1 -0
  251. package/es2021.en/plugins/finder/finder.min.js +10 -0
  252. package/es2021.en/plugins/google-maps/google-maps.css +397 -0
  253. package/es2021.en/plugins/google-maps/google-maps.js +2540 -0
  254. package/es2021.en/plugins/google-maps/google-maps.min.css +1 -0
  255. package/es2021.en/plugins/google-maps/google-maps.min.js +10 -0
  256. package/es2021.en/plugins/google-search/google-search.js +107 -0
  257. package/es2021.en/plugins/google-search/google-search.min.js +10 -0
  258. package/es2021.en/plugins/highlight-signature/highlight-signature.js +231 -0
  259. package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +10 -0
  260. package/es2021.en/plugins/iframe-editor/iframe-editor.css +16 -0
  261. package/es2021.en/plugins/iframe-editor/iframe-editor.js +308 -0
  262. package/es2021.en/plugins/iframe-editor/iframe-editor.min.css +1 -0
  263. package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +10 -0
  264. package/es2021.en/plugins/keyboard/keyboard.css +48 -0
  265. package/es2021.en/plugins/keyboard/keyboard.js +537 -0
  266. package/es2021.en/plugins/keyboard/keyboard.min.css +1 -0
  267. package/es2021.en/plugins/keyboard/keyboard.min.js +10 -0
  268. package/es2021.en/plugins/mobile-view/mobile-view.js +168 -0
  269. package/es2021.en/plugins/mobile-view/mobile-view.min.js +10 -0
  270. package/es2021.en/plugins/page-break/page-break.js +181 -0
  271. package/es2021.en/plugins/page-break/page-break.min.js +10 -0
  272. package/es2021.en/plugins/paste-code/paste-code.css +21 -0
  273. package/es2021.en/plugins/paste-code/paste-code.js +318 -0
  274. package/es2021.en/plugins/paste-code/paste-code.min.css +1 -0
  275. package/es2021.en/plugins/paste-code/paste-code.min.js +10 -0
  276. package/es2021.en/plugins/paste-from-word/paste-from-word.js +1528 -0
  277. package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +10 -0
  278. package/es2021.en/plugins/show-blocks/show-blocks.js +322 -0
  279. package/es2021.en/plugins/show-blocks/show-blocks.min.js +10 -0
  280. package/es2021.en/plugins/todo-list/todo-list.css +77 -0
  281. package/es2021.en/plugins/todo-list/todo-list.js +313 -0
  282. package/es2021.en/plugins/todo-list/todo-list.min.css +1 -0
  283. package/es2021.en/plugins/todo-list/todo-list.min.js +10 -0
  284. package/es2021.en/plugins/translate/translate.css +91 -0
  285. package/es2021.en/plugins/translate/translate.js +636 -0
  286. package/es2021.en/plugins/translate/translate.min.css +1 -0
  287. package/es2021.en/plugins/translate/translate.min.js +10 -0
  288. package/es2021.en/plugins/tune-block/tune-block.css +37 -0
  289. package/es2021.en/plugins/tune-block/tune-block.js +385 -0
  290. package/es2021.en/plugins/tune-block/tune-block.min.css +1 -0
  291. package/es2021.en/plugins/tune-block/tune-block.min.js +10 -0
  292. package/es5/jodit.css +5956 -0
  293. package/es5/jodit.fat.min.css +1 -0
  294. package/es5/jodit.fat.min.js +10 -0
  295. package/es5/jodit.js +49879 -0
  296. package/es5/jodit.min.css +15 -0
  297. package/es5/jodit.min.js +10 -0
  298. package/es5/plugins/autocomplete/autocomplete.css +26 -0
  299. package/es5/plugins/autocomplete/autocomplete.js +536 -0
  300. package/es5/plugins/autocomplete/autocomplete.min.css +1 -0
  301. package/es5/plugins/autocomplete/autocomplete.min.js +10 -0
  302. package/es5/plugins/backup/backup.css +48 -0
  303. package/es5/plugins/backup/backup.js +599 -0
  304. package/es5/plugins/backup/backup.min.css +1 -0
  305. package/es5/plugins/backup/backup.min.js +10 -0
  306. package/es5/plugins/button-generator/button-generator.css +316 -0
  307. package/es5/plugins/button-generator/button-generator.js +1310 -0
  308. package/es5/plugins/button-generator/button-generator.min.css +1 -0
  309. package/es5/plugins/button-generator/button-generator.min.js +10 -0
  310. package/es5/plugins/change-case/change-case.js +179 -0
  311. package/es5/plugins/change-case/change-case.min.js +10 -0
  312. package/es5/plugins/color-picker/color-picker.css +133 -0
  313. package/es5/plugins/color-picker/color-picker.js +525 -0
  314. package/es5/plugins/color-picker/color-picker.min.css +1 -0
  315. package/es5/plugins/color-picker/color-picker.min.js +10 -0
  316. package/es5/plugins/emoji/emoji.css +108 -0
  317. package/es5/plugins/emoji/emoji.js +459 -0
  318. package/es5/plugins/emoji/emoji.min.css +1 -0
  319. package/es5/plugins/emoji/emoji.min.js +10 -0
  320. package/es5/plugins/export-docs/export-docs.js +174 -0
  321. package/es5/plugins/export-docs/export-docs.min.js +10 -0
  322. package/es5/plugins/finder/finder.css +1342 -0
  323. package/es5/plugins/finder/finder.js +3335 -0
  324. package/es5/plugins/finder/finder.min.css +1 -0
  325. package/es5/plugins/finder/finder.min.js +10 -0
  326. package/es5/plugins/google-maps/google-maps.css +397 -0
  327. package/es5/plugins/google-maps/google-maps.js +2463 -0
  328. package/es5/plugins/google-maps/google-maps.min.css +1 -0
  329. package/es5/plugins/google-maps/google-maps.min.js +10 -0
  330. package/es5/plugins/google-search/google-search.js +113 -0
  331. package/es5/plugins/google-search/google-search.min.js +10 -0
  332. package/es5/plugins/highlight-signature/highlight-signature.js +253 -0
  333. package/es5/plugins/highlight-signature/highlight-signature.min.js +10 -0
  334. package/es5/plugins/iframe-editor/iframe-editor.css +16 -0
  335. package/es5/plugins/iframe-editor/iframe-editor.js +319 -0
  336. package/es5/plugins/iframe-editor/iframe-editor.min.css +1 -0
  337. package/es5/plugins/iframe-editor/iframe-editor.min.js +10 -0
  338. package/es5/plugins/keyboard/keyboard.css +48 -0
  339. package/es5/plugins/keyboard/keyboard.js +556 -0
  340. package/es5/plugins/keyboard/keyboard.min.css +1 -0
  341. package/es5/plugins/keyboard/keyboard.min.js +10 -0
  342. package/es5/plugins/mobile-view/mobile-view.js +176 -0
  343. package/es5/plugins/mobile-view/mobile-view.min.js +10 -0
  344. package/es5/plugins/page-break/page-break.js +169 -0
  345. package/es5/plugins/page-break/page-break.min.js +10 -0
  346. package/es5/plugins/paste-code/paste-code.css +21 -0
  347. package/es5/plugins/paste-code/paste-code.js +348 -0
  348. package/es5/plugins/paste-code/paste-code.min.css +1 -0
  349. package/es5/plugins/paste-code/paste-code.min.js +10 -0
  350. package/es5/plugins/paste-from-word/paste-from-word.js +1670 -0
  351. package/es5/plugins/paste-from-word/paste-from-word.min.js +10 -0
  352. package/es5/plugins/show-blocks/show-blocks.js +649 -0
  353. package/es5/plugins/show-blocks/show-blocks.min.js +10 -0
  354. package/es5/plugins/todo-list/todo-list.css +77 -0
  355. package/es5/plugins/todo-list/todo-list.js +324 -0
  356. package/es5/plugins/todo-list/todo-list.min.css +1 -0
  357. package/es5/plugins/todo-list/todo-list.min.js +10 -0
  358. package/es5/plugins/translate/translate.css +91 -0
  359. package/es5/plugins/translate/translate.js +657 -0
  360. package/es5/plugins/translate/translate.min.css +1 -0
  361. package/es5/plugins/translate/translate.min.js +10 -0
  362. package/es5/plugins/tune-block/tune-block.css +37 -0
  363. package/es5/plugins/tune-block/tune-block.js +397 -0
  364. package/es5/plugins/tune-block/tune-block.min.css +1 -0
  365. package/es5/plugins/tune-block/tune-block.min.js +10 -0
  366. package/examples/arabic.lang.html +8 -8
  367. package/examples/color-picker.html +6 -6
  368. package/examples/custom-icons.html +8 -8
  369. package/examples/custom-toolbar.html +8 -8
  370. package/examples/example.default.html +6 -6
  371. package/examples/fullsize.html +8 -8
  372. package/examples/index.html +6 -6
  373. package/examples/inline-mode.html +8 -8
  374. package/examples/oneinstance.html +8 -8
  375. package/examples/theme.html +6 -6
  376. package/package.json +6 -22
  377. package/LICENSE.md +0 -3
  378. package/build/jodit.css +0 -1
  379. package/build/jodit.es5.css +0 -8
  380. package/build/jodit.es5.js +0 -1
  381. package/build/jodit.fat.css +0 -1
  382. package/build/jodit.fat.es5.css +0 -1
  383. package/build/jodit.fat.es5.js +0 -1
  384. package/build/jodit.fat.js +0 -1
  385. package/build/jodit.js +0 -1
  386. package/build/plugins/autocomplete/autocomplete.es5.js +0 -1
  387. package/build/plugins/autocomplete/autocomplete.js +0 -1
  388. package/build/plugins/backup/backup.es5.js +0 -1
  389. package/build/plugins/backup/backup.js +0 -1
  390. package/build/plugins/button-generator/button-generator.css +0 -1
  391. package/build/plugins/button-generator/button-generator.es5.css +0 -1
  392. package/build/plugins/button-generator/button-generator.es5.js +0 -1
  393. package/build/plugins/button-generator/button-generator.js +0 -1
  394. package/build/plugins/change-case/change-case.es5.js +0 -1
  395. package/build/plugins/change-case/change-case.js +0 -1
  396. package/build/plugins/color-picker/color-picker.css +0 -1
  397. package/build/plugins/color-picker/color-picker.es5.css +0 -1
  398. package/build/plugins/color-picker/color-picker.es5.js +0 -1
  399. package/build/plugins/color-picker/color-picker.js +0 -1
  400. package/build/plugins/emoji/emoji.css +0 -1
  401. package/build/plugins/emoji/emoji.es5.css +0 -1
  402. package/build/plugins/emoji/emoji.es5.js +0 -1
  403. package/build/plugins/emoji/emoji.js +0 -1
  404. package/build/plugins/export-docs/export-docs.es5.js +0 -1
  405. package/build/plugins/export-docs/export-docs.js +0 -1
  406. package/build/plugins/finder/finder.css +0 -1
  407. package/build/plugins/finder/finder.es5.css +0 -1
  408. package/build/plugins/finder/finder.es5.js +0 -1
  409. package/build/plugins/finder/finder.js +0 -1
  410. package/build/plugins/google-maps/google-maps.css +0 -1
  411. package/build/plugins/google-maps/google-maps.es5.css +0 -1
  412. package/build/plugins/google-maps/google-maps.es5.js +0 -1
  413. package/build/plugins/google-maps/google-maps.js +0 -1
  414. package/build/plugins/google-search/google-search.es5.js +0 -1
  415. package/build/plugins/google-search/google-search.js +0 -1
  416. package/build/plugins/highlight-signature/highlight-signature.es5.js +0 -1
  417. package/build/plugins/highlight-signature/highlight-signature.js +0 -1
  418. package/build/plugins/iframe-editor/iframe-editor.es5.js +0 -1
  419. package/build/plugins/iframe-editor/iframe-editor.js +0 -1
  420. package/build/plugins/keyboard/keyboard.es5.js +0 -1
  421. package/build/plugins/keyboard/keyboard.js +0 -1
  422. package/build/plugins/mobile-view/mobile-view.css +0 -0
  423. package/build/plugins/mobile-view/mobile-view.es5.css +0 -0
  424. package/build/plugins/mobile-view/mobile-view.es5.js +0 -1
  425. package/build/plugins/mobile-view/mobile-view.js +0 -1
  426. package/build/plugins/page-break/page-break.css +0 -1
  427. package/build/plugins/page-break/page-break.es5.css +0 -1
  428. package/build/plugins/page-break/page-break.es5.js +0 -1
  429. package/build/plugins/page-break/page-break.js +0 -1
  430. package/build/plugins/paste-code/paste-code.es5.js +0 -1
  431. package/build/plugins/paste-code/paste-code.js +0 -1
  432. package/build/plugins/paste-from-word/paste-from-word.es5.js +0 -1
  433. package/build/plugins/paste-from-word/paste-from-word.js +0 -1
  434. package/build/plugins/show-blocks/show-blocks.es5.js +0 -1
  435. package/build/plugins/show-blocks/show-blocks.js +0 -1
  436. package/build/plugins/todo-list/todo-list.css +0 -1
  437. package/build/plugins/todo-list/todo-list.es5.css +0 -1
  438. package/build/plugins/todo-list/todo-list.es5.js +0 -1
  439. package/build/plugins/todo-list/todo-list.js +0 -1
  440. package/build/plugins/translate/translate.es5.js +0 -1
  441. package/build/plugins/translate/translate.js +0 -1
  442. package/build/plugins/tune-block/tune-block.es5.js +0 -1
  443. package/build/plugins/tune-block/tune-block.js +0 -1
  444. package/index.html +0 -268
  445. /package/{build/config.js → config.js} +0 -0
  446. /package/{build/plugins/autocomplete/autocomplete.css → es2015/plugins/autocomplete/autocomplete.min.css} +0 -0
  447. /package/{build/plugins/iframe-editor/iframe-editor.css → es2015/plugins/iframe-editor/iframe-editor.min.css} +0 -0
  448. /package/{build/plugins/keyboard/keyboard.css → es2015/plugins/keyboard/keyboard.min.css} +0 -0
  449. /package/{build/plugins/paste-code/paste-code.css → es2015/plugins/paste-code/paste-code.min.css} +0 -0
  450. /package/{build/plugins/translate/translate.css → es2015/plugins/translate/translate.min.css} +0 -0
  451. /package/{build/plugins/autocomplete/autocomplete.es5.css → es2018/plugins/autocomplete/autocomplete.min.css} +0 -0
  452. /package/{build/plugins/iframe-editor/iframe-editor.es5.css → es2018/plugins/iframe-editor/iframe-editor.min.css} +0 -0
  453. /package/{build/plugins/keyboard/keyboard.es5.css → es2018/plugins/keyboard/keyboard.min.css} +0 -0
  454. /package/{build/plugins/paste-code/paste-code.es5.css → es2018/plugins/paste-code/paste-code.min.css} +0 -0
  455. /package/{build/plugins/translate/translate.es5.css → es2018/plugins/translate/translate.min.css} +0 -0
@@ -0,0 +1,4945 @@
1
+ /*!
2
+ * jodit-pro - PRO Version of Jodit Editor
3
+ * Author: Chupurnov Valeriy <chupurnov@gmail.com>
4
+ * Version: v2.0.0-beta.10
5
+ * Url: https://xdsoft.net/jodit/pro/
6
+ * License(s): SEE LICENSE IN LICENSE.md
7
+ */
8
+
9
+ /*!
10
+ * Jodit Editor (https://xdsoft.net/jodit/)
11
+ * Released under MIT see LICENSE.txt in the project root for license information.
12
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13
+ */
14
+ :root {
15
+ --jd-color-white: #fff;
16
+ --jd-color-gray: #dadada;
17
+ --jd-color-gray-dark: #a5a5a5;
18
+ --jd-color-dark: #4c4c4c;
19
+ --jd-color-blue: #b5d6fd;
20
+ --jd-color-light-blue: rgba(181, 214, 253, 0.5);
21
+ --jd-color-red: #ff3b3b;
22
+ --jd-color-light-red: rgba(255, 59, 59, 0.4);
23
+ --jd-color-default: var(--jd-color-dark);
24
+ --jd-color-text: #222;
25
+ --jd-color-label: var(--jd-color-gray-dark);
26
+ --jd-color-error: var(--jd-color-red);
27
+ --jd-color-border: var(--jd-color-gray);
28
+ --jd-color-border-dark: var(--jd-color-dark);
29
+ --jd-color-border-selected: #1e88e5;
30
+ --jd-color-border-active: #b5b5b5;
31
+ --jd-color-selection: var(--jd-color-dark);
32
+ --jd-color-selection-area: #bdbdbd;
33
+ --jd-color-separator: var(--jd-color-border);
34
+ --jd-color-placeholder: var(--jd-color-gray-dark);
35
+ --jd-color-panel: #f9f9f9;
36
+ --jd-color-resizer: #c8c8c8;
37
+ --jd-color-background-default: var(--jd-color-white);
38
+ --jd-color-background-light-gray: #f5f5f6;
39
+ --jd-color-background-gray: var(--jd-color-gray);
40
+ --jd-color-background-gray-hover: #f8f8f8;
41
+ --jd-color-background-hover: #7a450f;
42
+ --jd-color-background-button-hover: #ecebe9;
43
+ --jd-color-background-button-hover-opacity30: rgba(236, 235, 233, 0.3);
44
+ --jd-color-background-progress: #b91f1f;
45
+ --jd-color-background-filebrowser-folders: #3f3f3f;
46
+ --jd-color-background-active: #2196f3;
47
+ --jd-color-background-selection: #b5d6fd;
48
+ --jd-color-background-selection-opacity50: rgba(181, 214, 253, 0.995);
49
+ --jd-color-source-area: #323232;
50
+ --jd-color-button-background-hover: #dcdcdc;
51
+ --jd-color-button-background-hover-opacity40: rgba(220, 220, 220, 0.4);
52
+ --jd-color-button-background-hover-opacity60: rgba(220, 220, 220, 0.6);
53
+ --jd-font-default: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
54
+ oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
55
+ --jd-font-size-default: 14px;
56
+ --jd-font-size-small: 11px;
57
+ --jd-color-text-icons: rgba(0, 0, 0, 0.75);
58
+ --jd-color-icon: var(--jd-color-dark);
59
+ --jd-padding-default: 8px;
60
+ --jd-border-radius-default: 3px;
61
+ --jd-z-index-full-size: 100000;
62
+ --jd-z-index-popup: 10000001;
63
+ --jd-z-index-dialog-overlay: 20000003;
64
+ --jd-z-index-dialog: 20000004;
65
+ --jd-z-index-context-menu: 30000005;
66
+ --jd-z-index-tooltip: 30000006;
67
+ --jd-icon-loader-size: 48px;
68
+ --jd-width-element-default: 18px;
69
+ --jd-height-element-default: 18px;
70
+ --jd-dark-background-color: #575757;
71
+ --jd-dark-background-ligher: #787878;
72
+ --jd-dark-background-darknes: #353535;
73
+ --jd-dark-border-color: #444;
74
+ --jd-dark-text-color: #d1cccc;
75
+ --jd-dark-text-color-opacity80: rgba(209, 204, 204, 0.8);
76
+ --jd-dark-text-color-opacity50: rgba(209, 204, 204, 0.5);
77
+ --jd-dark-icon-color: #c0c0c0;
78
+ --jd-dark-toolbar-color: #5f5c5c;
79
+ --jd-dark-toolbar-seperator-color1: rgba(81, 81, 81, 0.41);
80
+ --jd-dark-toolbar-seperator-color2: #686767;
81
+ --jd-dark-toolbar-seperator-color-opacity80: rgba(104, 103, 103, 0.8);
82
+ --jd-dark-toolbar-seperator-color3: rgba(104, 103, 103, 0.75);
83
+ --jd-dark-color-border-selected: #152f5f;
84
+ --jd-width-default: 180px;
85
+ --jd-width-input-min: var(--jd-width-default);
86
+ --jd-input-height: 32px;
87
+ --jd-button-icon-size: 14px;
88
+ --jd-margin-v: 2px;
89
+ --jd-button-df-size: calc((var(--jd-button-icon-size) - 4px) * 2);
90
+ --jd-button-size: calc(var(--jd-button-icon-size) + var(--jd-button-df-size) + var(--jd-margin-v) * 2);
91
+ --jd-focus-input-box-shadow: 0 0 0 0.05rem rgba(0, 123, 255, 0.25);
92
+ }
93
+
94
+ /*!
95
+ * Jodit Editor (https://xdsoft.net/jodit/)
96
+ * Released under MIT see LICENSE.txt in the project root for license information.
97
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
98
+ */
99
+ /*!
100
+ * Jodit Editor (https://xdsoft.net/jodit/)
101
+ * Released under MIT see LICENSE.txt in the project root for license information.
102
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
103
+ */
104
+ :root {
105
+ --jd-color-white: #fff;
106
+ --jd-color-gray: #dadada;
107
+ --jd-color-gray-dark: #a5a5a5;
108
+ --jd-color-dark: #4c4c4c;
109
+ --jd-color-blue: #b5d6fd;
110
+ --jd-color-light-blue: rgba(181, 214, 253, 0.5);
111
+ --jd-color-red: #ff3b3b;
112
+ --jd-color-light-red: rgba(255, 59, 59, 0.4);
113
+ --jd-color-default: var(--jd-color-dark);
114
+ --jd-color-text: #222;
115
+ --jd-color-label: var(--jd-color-gray-dark);
116
+ --jd-color-error: var(--jd-color-red);
117
+ --jd-color-border: var(--jd-color-gray);
118
+ --jd-color-border-dark: var(--jd-color-dark);
119
+ --jd-color-border-selected: #1e88e5;
120
+ --jd-color-border-active: #b5b5b5;
121
+ --jd-color-selection: var(--jd-color-dark);
122
+ --jd-color-selection-area: #bdbdbd;
123
+ --jd-color-separator: var(--jd-color-border);
124
+ --jd-color-placeholder: var(--jd-color-gray-dark);
125
+ --jd-color-panel: #f9f9f9;
126
+ --jd-color-resizer: #c8c8c8;
127
+ --jd-color-background-default: var(--jd-color-white);
128
+ --jd-color-background-light-gray: #f5f5f6;
129
+ --jd-color-background-gray: var(--jd-color-gray);
130
+ --jd-color-background-gray-hover: #f8f8f8;
131
+ --jd-color-background-hover: #7a450f;
132
+ --jd-color-background-button-hover: #ecebe9;
133
+ --jd-color-background-button-hover-opacity30: rgba(236, 235, 233, 0.3);
134
+ --jd-color-background-progress: #b91f1f;
135
+ --jd-color-background-filebrowser-folders: #3f3f3f;
136
+ --jd-color-background-active: #2196f3;
137
+ --jd-color-background-selection: #b5d6fd;
138
+ --jd-color-background-selection-opacity50: rgba(181, 214, 253, 0.995);
139
+ --jd-color-source-area: #323232;
140
+ --jd-color-button-background-hover: #dcdcdc;
141
+ --jd-color-button-background-hover-opacity40: rgba(220, 220, 220, 0.4);
142
+ --jd-color-button-background-hover-opacity60: rgba(220, 220, 220, 0.6);
143
+ --jd-font-default: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
144
+ oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
145
+ --jd-font-size-default: 14px;
146
+ --jd-font-size-small: 11px;
147
+ --jd-color-text-icons: rgba(0, 0, 0, 0.75);
148
+ --jd-color-icon: var(--jd-color-dark);
149
+ --jd-padding-default: 8px;
150
+ --jd-border-radius-default: 3px;
151
+ --jd-z-index-full-size: 100000;
152
+ --jd-z-index-popup: 10000001;
153
+ --jd-z-index-dialog-overlay: 20000003;
154
+ --jd-z-index-dialog: 20000004;
155
+ --jd-z-index-context-menu: 30000005;
156
+ --jd-z-index-tooltip: 30000006;
157
+ --jd-icon-loader-size: 48px;
158
+ --jd-width-element-default: 18px;
159
+ --jd-height-element-default: 18px;
160
+ --jd-dark-background-color: #575757;
161
+ --jd-dark-background-ligher: #787878;
162
+ --jd-dark-background-darknes: #353535;
163
+ --jd-dark-border-color: #444;
164
+ --jd-dark-text-color: #d1cccc;
165
+ --jd-dark-text-color-opacity80: rgba(209, 204, 204, 0.8);
166
+ --jd-dark-text-color-opacity50: rgba(209, 204, 204, 0.5);
167
+ --jd-dark-icon-color: #c0c0c0;
168
+ --jd-dark-toolbar-color: #5f5c5c;
169
+ --jd-dark-toolbar-seperator-color1: rgba(81, 81, 81, 0.41);
170
+ --jd-dark-toolbar-seperator-color2: #686767;
171
+ --jd-dark-toolbar-seperator-color-opacity80: rgba(104, 103, 103, 0.8);
172
+ --jd-dark-toolbar-seperator-color3: rgba(104, 103, 103, 0.75);
173
+ --jd-dark-color-border-selected: #152f5f;
174
+ --jd-width-default: 180px;
175
+ --jd-width-input-min: var(--jd-width-default);
176
+ --jd-input-height: 32px;
177
+ --jd-button-icon-size: 14px;
178
+ --jd-margin-v: 2px;
179
+ --jd-button-df-size: calc((var(--jd-button-icon-size) - 4px) * 2);
180
+ --jd-button-size: calc(var(--jd-button-icon-size) + var(--jd-button-df-size) + var(--jd-margin-v) * 2);
181
+ --jd-focus-input-box-shadow: 0 0 0 0.05rem rgba(0, 123, 255, 0.25);
182
+ }
183
+ /*!
184
+ * Jodit Editor (https://xdsoft.net/jodit/)
185
+ * Released under MIT see LICENSE.txt in the project root for license information.
186
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
187
+ */
188
+ .jodit-wysiwyg {
189
+ outline: 0;
190
+ }
191
+ .jodit-wysiwyg::selection,
192
+ .jodit-wysiwyg *::selection {
193
+ background: #b5d6fd;
194
+ color: #4c4c4c;
195
+ }
196
+ .jodit-container:not(.jodit_inline) .jodit-wysiwyg {
197
+ position: relative;
198
+ padding: 8px;
199
+ margin: 0;
200
+ outline: 0;
201
+ overflow-x: auto;
202
+ }
203
+ .jodit-container:not(.jodit_inline) .jodit-wysiwyg img {
204
+ position: relative;
205
+ max-width: 100%;
206
+ }
207
+ .jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media {
208
+ position: relative;
209
+ }
210
+ .jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media * {
211
+ position: relative;
212
+ z-index: 0;
213
+ }
214
+ .jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media::before {
215
+ position: absolute;
216
+ z-index: 1;
217
+ content: '';
218
+ inset: 0;
219
+ }
220
+ /*!
221
+ * Jodit Editor (https://xdsoft.net/jodit/)
222
+ * Released under MIT see LICENSE.txt in the project root for license information.
223
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
224
+ */
225
+ :root {
226
+ --jd-switche-width: 60px;
227
+ --jd-switche-height: 32px;
228
+ --jd-switche-slider-margin: 4px;
229
+ --jd-switche-slider-size: calc(var(--jd-switche-height) - var(--jd-switche-slider-margin) * 2);
230
+ }
231
+ .jodit-form {
232
+ font-family: var(--jd-font-default);
233
+ font-size: var(--jd-font-size-default);
234
+ color: var(--jd-color-default);
235
+ }
236
+ .jodit-form.jodit_error {
237
+ border-color: var(--jd-color-error);
238
+ box-shadow: inset 0 0 3px 0 rgba(189, 189, 189, 0.3);
239
+ }
240
+ @media (max-width: 768px) {
241
+ .jodit-form {
242
+ min-width: 150px;
243
+ }
244
+ }
245
+ .jodit-form button {
246
+ height: 36px;
247
+ padding: var(--jd-padding-default);
248
+ border: none;
249
+ margin-top: var(--jd-padding-default);
250
+ margin-bottom: var(--jd-padding-default);
251
+ background: #d6d6d6;
252
+ color: var(--jd-color-dark);
253
+ cursor: pointer;
254
+ font-size: 16px;
255
+ line-height: 1;
256
+ outline: none;
257
+ text-decoration: none;
258
+ transition: background 0.2s ease 0s;
259
+ }
260
+ .jodit-form button:hover {
261
+ background-color: var(--jd-color-background-button-hover);
262
+ color: var(--jd-color-dark);
263
+ }
264
+ .jodit-form button:active {
265
+ background: var(--jd-color-background-button-hover);
266
+ color: var(--jd-color-dark);
267
+ }
268
+ .jodit-form label {
269
+ display: flex;
270
+ align-items: center;
271
+ margin-bottom: var(--jd-padding-default);
272
+ text-align: left;
273
+ white-space: nowrap;
274
+ }
275
+ .jodit-form label:last-child {
276
+ margin-bottom: 0;
277
+ }
278
+ .jodit-form .jodit-form__center {
279
+ justify-content: center;
280
+ }
281
+ .jodit .jodit-textarea,
282
+ .jodit .jodit-select,
283
+ .jodit .jodit-input {
284
+ font-family: var(--jd-font-default);
285
+ font-size: var(--jd-font-size-default);
286
+ width: 100%;
287
+ height: var(--jd-input-height);
288
+ box-sizing: border-box;
289
+ padding: 0 var(--jd-padding-default);
290
+ border: 1px solid var(--jd-color-border);
291
+ border-radius: 0;
292
+ appearance: none;
293
+ background-color: var(--jd-color-white);
294
+ line-height: var(--jd-input-height);
295
+ outline: none;
296
+ }
297
+ .jodit .jodit-textarea[disabled],
298
+ .jodit .jodit-select[disabled],
299
+ .jodit .jodit-input[disabled] {
300
+ background-color: #f0f0f0;
301
+ color: var(--jd-color-border);
302
+ }
303
+ .jodit .jodit-textarea_has-error_true,
304
+ .jodit .jodit-select_has-error_true,
305
+ .jodit .jodit-input_has-error_true {
306
+ border-color: var(--jd-color-red);
307
+ }
308
+ .jodit .jodit-input:focus {
309
+ border-color: #66afe9;
310
+ outline: 0;
311
+ }
312
+ .jodit-checkbox {
313
+ position: relative;
314
+ z-index: 2;
315
+ width: 16px;
316
+ height: 16px;
317
+ padding: 0;
318
+ border: 0 none;
319
+ margin: 0 calc(var(--jd-padding-default) / 2) 0 0;
320
+ cursor: pointer;
321
+ outline: none;
322
+ }
323
+ .jodit-select {
324
+ padding-right: calc(var(--jd-padding-default) * 2);
325
+ background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204.95%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23444%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Earrows%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20width%3D%224.95%22%20height%3D%2210%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%221.41%204.67%202.48%203.18%203.54%204.67%201.41%204.67%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%223.54%205.33%202.48%206.82%201.41%205.33%203.54%205.33%22%2F%3E%3C%2Fsvg%3E");
326
+ background-position: 98% 50%;
327
+ background-repeat: no-repeat;
328
+ }
329
+ .jodit-textarea {
330
+ min-width: var(--jd-width-input-min);
331
+ height: auto;
332
+ }
333
+ .jodit-form__group {
334
+ display: flex;
335
+ min-width: var(--jd-width-input-min);
336
+ flex-direction: column;
337
+ margin-bottom: var(--jd-padding-default);
338
+ }
339
+ .jodit-form__group > label {
340
+ margin-bottom: var(--jd-padding-default);
341
+ }
342
+ .jodit-button {
343
+ position: relative;
344
+ display: inline-flex;
345
+ width: auto;
346
+ height: calc(var(--jd-padding-default) * 4);
347
+ align-items: center;
348
+ justify-content: center;
349
+ padding: 0 var(--jd-padding-default);
350
+ border: 0;
351
+ border-radius: 0.25rem;
352
+ margin: 0;
353
+ background-color: var(--jd-color-background-gray);
354
+ color: var(--jd-color-default);
355
+ cursor: pointer;
356
+ line-height: 1;
357
+ text-decoration: none;
358
+ user-select: none;
359
+ }
360
+ .jodit-button svg {
361
+ display: inline-block;
362
+ width: 24px;
363
+ height: 24px;
364
+ }
365
+ .jodit-button svg + span {
366
+ margin-left: calc(var(--jd-padding-default) / 2);
367
+ }
368
+ .jodit-button:active {
369
+ outline: 0;
370
+ }
371
+ .jodit-button:focus {
372
+ outline: 0;
373
+ }
374
+ .jodit-button.disabled {
375
+ opacity: 0.7;
376
+ }
377
+ .jodit-buttons {
378
+ display: flex;
379
+ flex-wrap: nowrap;
380
+ justify-content: space-between;
381
+ margin-bottom: var(--jd-padding-default);
382
+ }
383
+ .jodit-button .jodit_icon,
384
+ .jodit-dialog__header .jodit_icon,
385
+ .jodit-button svg,
386
+ .jodit-dialog__header svg {
387
+ display: inline-block;
388
+ width: 16px;
389
+ height: 16px;
390
+ vertical-align: middle;
391
+ }
392
+ .jodit-switcher {
393
+ position: relative;
394
+ display: inline-block;
395
+ width: var(--jd-switche-width);
396
+ height: var(--jd-switche-height);
397
+ }
398
+ .jodit-switcher input {
399
+ width: 0;
400
+ height: 0;
401
+ opacity: 0;
402
+ }
403
+ .jodit-switcher .jodit-switcher__slider {
404
+ position: absolute;
405
+ border-radius: var(--jd-switche-height);
406
+ background-color: var(--jd-color-gray);
407
+ cursor: pointer;
408
+ inset: 0;
409
+ transition: 0.4s;
410
+ }
411
+ .jodit-switcher .jodit-switcher__slider::before {
412
+ position: absolute;
413
+ bottom: var(--jd-switche-slider-margin);
414
+ left: var(--jd-switche-slider-margin);
415
+ width: var(--jd-switche-slider-size);
416
+ height: var(--jd-switche-slider-size);
417
+ border-radius: 50%;
418
+ background-color: white;
419
+ content: '';
420
+ transition: 0.4s;
421
+ }
422
+ input:checked + .jodit-switcher__slider {
423
+ background-color: var(--jd-color-background-active);
424
+ }
425
+ input:checked + .jodit-switcher__slider::before {
426
+ transform: translateX(calc(var(--jd-switche-width) - var(--jd-switche-slider-margin) * 2 - var(--jd-switche-slider-size)));
427
+ }
428
+ input:focus + .jodit-switcher__slider {
429
+ box-shadow: 0 0 1px var(--jd-color-background-active);
430
+ }
431
+ /*!
432
+ * Jodit Editor (https://xdsoft.net/jodit/)
433
+ * Released under MIT see LICENSE.txt in the project root for license information.
434
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
435
+ */
436
+ .jodit-button-group {
437
+ display: flex;
438
+ }
439
+ .jodit-button-group input {
440
+ display: none;
441
+ }
442
+ .jodit-button-group button {
443
+ display: flex;
444
+ flex: 1;
445
+ justify-content: center;
446
+ text-align: center;
447
+ }
448
+ .jodit-button-group button + button {
449
+ margin-left: -1px;
450
+ }
451
+ .jodit-button-group input:first-child + button,
452
+ .jodit-button-group button:first-child {
453
+ border-right: 0;
454
+ border-bottom-right-radius: 0;
455
+ border-top-right-radius: 0;
456
+ }
457
+ .jodit-button-group input:last-child + button,
458
+ .jodit-button-group button:last-child {
459
+ border-left: 0;
460
+ border-bottom-left-radius: 0;
461
+ border-top-left-radius: 0;
462
+ }
463
+ .jodit-button-group input[type='checkbox']:not(:checked) + button + button {
464
+ background-image: none;
465
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
466
+ }
467
+ .jodit-button-group input[type='checkbox']:checked + button {
468
+ background-image: none;
469
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
470
+ }
471
+ /*!
472
+ * Jodit Editor (https://xdsoft.net/jodit/)
473
+ * Released under MIT see LICENSE.txt in the project root for license information.
474
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
475
+ */
476
+ .jodit_text_icons .jodit_icon {
477
+ width: auto;
478
+ font-size: var(--jd-font-size-default);
479
+ }
480
+ .jodit_text_icons .jodit_icon::first-letter {
481
+ text-transform: uppercase;
482
+ }
483
+ .jodit_text_icons .jodit-tabs .jodit-tabs__buttons > a {
484
+ width: auto;
485
+ font-family: var(--jd-font-default);
486
+ }
487
+ .jodit_text_icons .jodit-tabs .jodit-tabs__buttons > a i {
488
+ width: auto;
489
+ }
490
+ .jodit_text_icons.jodit-dialog .jodit-dialog__header a,
491
+ .jodit_text_icons.jodit-dialog .jodit-button {
492
+ width: auto;
493
+ padding: var(--jd-padding-default);
494
+ color: var(--jd-color-text-icons);
495
+ font-family: var(--jd-font-default);
496
+ }
497
+ .jodit_text_icons.jodit-dialog .jodit-dialog__header a .jodit_icon,
498
+ .jodit_text_icons.jodit-dialog .jodit-button .jodit_icon {
499
+ width: auto;
500
+ }
501
+ /*!
502
+ * Jodit Editor (https://xdsoft.net/jodit/)
503
+ * Released under MIT see LICENSE.txt in the project root for license information.
504
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
505
+ */
506
+ .jodit-grid {
507
+ display: flex;
508
+ width: 100%;
509
+ }
510
+ .jodit-grid.jodit-grid_column {
511
+ flex-direction: column;
512
+ }
513
+ @media (max-width: 480px) {
514
+ .jodit-grid.jodit-grid_xs-column {
515
+ flex-direction: column;
516
+ }
517
+ }
518
+ .jodit-grid [class*='jodit_col-'] {
519
+ flex: 1 1 auto;
520
+ }
521
+ .jodit-grid .jodit_col-lg-5-5 {
522
+ width: 100%;
523
+ }
524
+ .jodit-grid .jodit_col-lg-4-5 {
525
+ width: 80%;
526
+ }
527
+ .jodit-grid .jodit_col-lg-3-5 {
528
+ width: 60%;
529
+ }
530
+ .jodit-grid .jodit_col-lg-2-5 {
531
+ width: 40%;
532
+ }
533
+ .jodit-grid .jodit_col-lg-1-5 {
534
+ width: 20%;
535
+ }
536
+ .jodit-grid .jodit_col-lg-4-4 {
537
+ width: 100%;
538
+ }
539
+ .jodit-grid .jodit_col-lg-3-4 {
540
+ width: 75%;
541
+ }
542
+ .jodit-grid .jodit_col-lg-2-4 {
543
+ width: 50%;
544
+ }
545
+ .jodit-grid .jodit_col-lg-1-4 {
546
+ width: 25%;
547
+ }
548
+ @media (max-width: 992px) {
549
+ .jodit-grid .jodit_col-md-5-5 {
550
+ width: 100%;
551
+ }
552
+ .jodit-grid .jodit_col-md-4-5 {
553
+ width: 80%;
554
+ }
555
+ .jodit-grid .jodit_col-md-3-5 {
556
+ width: 60%;
557
+ }
558
+ .jodit-grid .jodit_col-md-2-5 {
559
+ width: 40%;
560
+ }
561
+ .jodit-grid .jodit_col-md-1-5 {
562
+ width: 20%;
563
+ }
564
+ .jodit-grid .jodit_col-md-4-4 {
565
+ width: 100%;
566
+ }
567
+ .jodit-grid .jodit_col-md-3-4 {
568
+ width: 75%;
569
+ }
570
+ .jodit-grid .jodit_col-md-2-4 {
571
+ width: 50%;
572
+ }
573
+ .jodit-grid .jodit_col-md-1-4 {
574
+ width: 25%;
575
+ }
576
+ }
577
+ @media (max-width: 768px) {
578
+ .jodit-grid .jodit_col-sm-5-5 {
579
+ width: 100%;
580
+ }
581
+ .jodit-grid .jodit_col-sm-4-5 {
582
+ width: 80%;
583
+ }
584
+ .jodit-grid .jodit_col-sm-3-5 {
585
+ width: 60%;
586
+ }
587
+ .jodit-grid .jodit_col-sm-2-5 {
588
+ width: 40%;
589
+ }
590
+ .jodit-grid .jodit_col-sm-1-5 {
591
+ width: 20%;
592
+ }
593
+ .jodit-grid .jodit_col-sm-4-4 {
594
+ width: 100%;
595
+ }
596
+ .jodit-grid .jodit_col-sm-3-4 {
597
+ width: 75%;
598
+ }
599
+ .jodit-grid .jodit_col-sm-2-4 {
600
+ width: 50%;
601
+ }
602
+ .jodit-grid .jodit_col-sm-1-4 {
603
+ width: 25%;
604
+ }
605
+ }
606
+ @media (max-width: 480px) {
607
+ .jodit-grid .jodit_col-xs-5-5 {
608
+ width: 100%;
609
+ }
610
+ .jodit-grid .jodit_col-xs-4-5 {
611
+ width: 80%;
612
+ }
613
+ .jodit-grid .jodit_col-xs-3-5 {
614
+ width: 60%;
615
+ }
616
+ .jodit-grid .jodit_col-xs-2-5 {
617
+ width: 40%;
618
+ }
619
+ .jodit-grid .jodit_col-xs-1-5 {
620
+ width: 20%;
621
+ }
622
+ .jodit-grid .jodit_col-xs-4-4 {
623
+ width: 100%;
624
+ }
625
+ .jodit-grid .jodit_col-xs-3-4 {
626
+ width: 75%;
627
+ }
628
+ .jodit-grid .jodit_col-xs-2-4 {
629
+ width: 50%;
630
+ }
631
+ .jodit-grid .jodit_col-xs-1-4 {
632
+ width: 25%;
633
+ }
634
+ }
635
+ /*!
636
+ * Jodit Editor (https://xdsoft.net/jodit/)
637
+ * Released under MIT see LICENSE.txt in the project root for license information.
638
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
639
+ */
640
+ @keyframes rotate {
641
+ to {
642
+ transform: rotate(360deg);
643
+ }
644
+ }
645
+ .jodit-icon_loader {
646
+ display: inline-block;
647
+ width: var(--jd-icon-loader-size);
648
+ height: var(--jd-icon-loader-size);
649
+ animation: rotate 2s ease-out 0s infinite;
650
+ background: url(data:image/png;base64,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) no-repeat center;
651
+ background-size: 100% 100%;
652
+ vertical-align: middle;
653
+ will-change: transform;
654
+ }
655
+ .jodit-icon {
656
+ overflow: visible;
657
+ width: 14px;
658
+ height: 14px;
659
+ background: center no-repeat;
660
+ background-size: contain;
661
+ fill: var(--jd-color-icon);
662
+ stroke: var(--jd-color-icon);
663
+ transform-origin: 0 0 !important;
664
+ }
665
+ .jodit-icon_close {
666
+ stroke: var(--jd-color-icon);
667
+ }
668
+ svg.jodit-icon {
669
+ height: auto;
670
+ isolation: isolate;
671
+ }
672
+ .jodit-icon_text {
673
+ font-size: 14px;
674
+ }
675
+ /*!
676
+ * Jodit Editor (https://xdsoft.net/jodit/)
677
+ * Released under MIT see LICENSE.txt in the project root for license information.
678
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
679
+ */
680
+ .jodit,
681
+ .jodit-container,
682
+ .jodit *,
683
+ .jodit-container * {
684
+ box-sizing: border-box;
685
+ }
686
+ .jodit .jodit-workplace,
687
+ .jodit-container .jodit-workplace {
688
+ position: relative;
689
+ overflow: auto;
690
+ }
691
+ .jodit .jodit-workplace .jodit-wysiwyg,
692
+ .jodit-container .jodit-workplace .jodit-wysiwyg,
693
+ .jodit .jodit-workplace .jodit-wysiwyg_iframe,
694
+ .jodit-container .jodit-workplace .jodit-wysiwyg_iframe {
695
+ width: 100%;
696
+ height: 100%;
697
+ }
698
+ .jodit-wysiwyg *[contenteditable='false'] {
699
+ cursor: default;
700
+ }
701
+ .jodit-container:not(.jodit_inline) {
702
+ border: 1px solid var(--jd-color-border);
703
+ border-radius: var(--jd-border-radius-default);
704
+ background-color: var(--jd-color-background-light-gray);
705
+ }
706
+ .jodit-container:not(.jodit_inline) .jodit-workplace {
707
+ max-height: 100%;
708
+ border: 0 solid var(--jd-color-border);
709
+ background-color: var(--jd-color-background-default);
710
+ }
711
+ .jodit-container:not(.jodit_inline).jodit_disabled {
712
+ background: var(--jd-color-background-gray);
713
+ }
714
+ .jodit-container:not(.jodit_inline).jodit_disabled .jodit-workplace {
715
+ opacity: 0.4;
716
+ }
717
+ .jodit_lock {
718
+ user-select: none !important;
719
+ }
720
+ .jodit_disabled {
721
+ user-select: none !important;
722
+ }
723
+ .jodit_hidden {
724
+ display: none !important;
725
+ }
726
+ .jodit_vertical_middle {
727
+ display: flex;
728
+ align-items: center;
729
+ }
730
+ .jodit-box {
731
+ position: static;
732
+ width: auto;
733
+ max-width: none;
734
+ height: auto;
735
+ padding: 0;
736
+ border: 0;
737
+ margin: 0;
738
+ background: 0 0;
739
+ float: none;
740
+ outline: 0;
741
+ }
742
+
743
+ /*!
744
+ * Jodit Editor (https://xdsoft.net/jodit/)
745
+ * Released under MIT see LICENSE.txt in the project root for license information.
746
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
747
+ */
748
+ .jodit-context-menu {
749
+ position: static;
750
+ width: auto;
751
+ max-width: none;
752
+ height: auto;
753
+ padding: 0;
754
+ border: 0;
755
+ margin: 0;
756
+ background: 0 0;
757
+ float: none;
758
+ outline: 0;
759
+ position: fixed;
760
+ z-index: var(--jd-z-index-popup);
761
+ display: inline-block;
762
+ box-shadow: var(--jd-popup-box-shadow);
763
+ transform: translate3d(0, 0, 0);
764
+ z-index: var(--jd-z-index-context-menu);
765
+ }
766
+ .jodit-context-menu__content {
767
+ font-family: var(--jd-font-default);
768
+ font-size: var(--jd-font-size-default);
769
+ overflow: auto;
770
+ max-height: 300px;
771
+ padding: var(--jd-padding-default);
772
+ background: var(--jd-color-background-default);
773
+ overflow-scrolling: touch;
774
+ }
775
+ .jodit-context-menu_padding_false .jodit-context-menu__content {
776
+ padding: 0;
777
+ }
778
+ .jodit-context-menu_max-height_false .jodit-context-menu__content {
779
+ max-height: fit-content;
780
+ }
781
+ .jodit-context-menu .jodit-ui-button {
782
+ display: flex;
783
+ }
784
+ .jodit-context-menu__actions {
785
+ font-family: var(--jd-font-default);
786
+ font-size: var(--jd-font-size-default);
787
+ }
788
+ .jodit-context-menu__actions button {
789
+ width: 100%;
790
+ }
791
+ .jodit-context-menu_theme_dark .jodit-context-menu__content {
792
+ background-color: var(--jd-dark-background-color);
793
+ }
794
+
795
+ /*!
796
+ * Jodit Editor (https://xdsoft.net/jodit/)
797
+ * Released under MIT see LICENSE.txt in the project root for license information.
798
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
799
+ */
800
+ :root {
801
+ --jd-popup-box-shadow: 0 4px 1px -2px rgba(76, 76, 76, 0.2),
802
+ 0 3px 3px 0 rgb(76 76 76 / 15%), 0 1px 4px 0 rgb(76 76 76 / 13%);
803
+ }
804
+ .jodit-popup {
805
+ position: static;
806
+ width: auto;
807
+ max-width: none;
808
+ height: auto;
809
+ padding: 0;
810
+ border: 0;
811
+ margin: 0;
812
+ background: 0 0;
813
+ float: none;
814
+ outline: 0;
815
+ position: fixed;
816
+ z-index: var(--jd-z-index-popup);
817
+ display: inline-block;
818
+ box-shadow: var(--jd-popup-box-shadow);
819
+ transform: translate3d(0, 0, 0);
820
+ }
821
+ .jodit-popup__content {
822
+ font-family: var(--jd-font-default);
823
+ font-size: var(--jd-font-size-default);
824
+ overflow: auto;
825
+ max-height: 300px;
826
+ padding: var(--jd-padding-default);
827
+ background: var(--jd-color-background-default);
828
+ overflow-scrolling: touch;
829
+ }
830
+ .jodit-popup_padding_false .jodit-popup__content {
831
+ padding: 0;
832
+ }
833
+ .jodit-popup_max-height_false .jodit-popup__content {
834
+ max-height: fit-content;
835
+ }
836
+
837
+ /*!
838
+ * Jodit Editor (https://xdsoft.net/jodit/)
839
+ * Released under MIT see LICENSE.txt in the project root for license information.
840
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
841
+ */
842
+ .jodit-ui-button-icon-text__icon {
843
+ display: none;
844
+ }
845
+ .jodit-ui-button-icon-text__icon:not(:empty) {
846
+ display: inline-flex;
847
+ }
848
+ .jodit-ui-button-icon-text__text {
849
+ display: none;
850
+ }
851
+ .jodit-ui-button-icon-text__text:not(:empty) {
852
+ font-family: var(--jd-font-default);
853
+ font-size: var(--jd-font-size-default);
854
+ display: inline-flex;
855
+ flex-grow: 1;
856
+ justify-content: center;
857
+ }
858
+ .jodit-ui-button-icon-text_context_menu .jodit-ui-button-icon-text__text {
859
+ position: relative;
860
+ justify-content: left;
861
+ padding-left: var(--jd-padding-default);
862
+ }
863
+ .jodit-ui-button-icon-text_context_menu .jodit-ui-button-icon-text__text::before {
864
+ position: absolute;
865
+ top: calc(var(--jd-padding-default) * -1);
866
+ left: 0;
867
+ height: 35px;
868
+ border-left: 1px solid var(--jd-color-border);
869
+ content: '';
870
+ }
871
+ .jodit-ui-button-icon-text__icon:not(:empty) + .jodit-ui-button-icon-text__text:not(:empty) {
872
+ margin-left: var(--jd-padding-default);
873
+ }
874
+ .jodit-ui-button-icon-text__icon:empty + .jodit-ui-button-icon-text__text:not(:empty) {
875
+ padding: 0 var(--jd-padding-default);
876
+ }
877
+ .jodit-ui-button-clear {
878
+ position: relative;
879
+ box-sizing: border-box;
880
+ padding: 0;
881
+ border: 0;
882
+ appearance: none;
883
+ background: 0 0;
884
+ box-shadow: none;
885
+ font-style: normal;
886
+ outline: 0;
887
+ text-align: center;
888
+ text-decoration: none;
889
+ text-transform: none;
890
+ user-select: none;
891
+ }
892
+ .jodit-ui-button_clear {
893
+ position: relative;
894
+ box-sizing: border-box;
895
+ padding: 0;
896
+ border: 0;
897
+ appearance: none;
898
+ background: 0 0;
899
+ box-shadow: none;
900
+ font-style: normal;
901
+ outline: 0;
902
+ text-align: center;
903
+ text-decoration: none;
904
+ text-transform: none;
905
+ user-select: none;
906
+ }
907
+ .jodit-ui-button-sizes {
908
+ min-width: 34px;
909
+ height: 34px;
910
+ }
911
+ .jodit-ui-button-sizes .jodit-icon {
912
+ width: 14px;
913
+ height: 14px;
914
+ }
915
+ .jodit-ui-button-sizes button {
916
+ min-width: 34px;
917
+ height: 34px;
918
+ padding: 0;
919
+ appearance: none;
920
+ }
921
+ .jodit-ui-button-sizes_text-icons_true button {
922
+ padding: 0 var(--jd-padding-default);
923
+ }
924
+ .jodit-ui-button-sizes_size_tiny {
925
+ min-width: 16px;
926
+ height: 16px;
927
+ }
928
+ .jodit-ui-button-sizes_size_tiny .jodit-icon {
929
+ width: 8px;
930
+ height: 8px;
931
+ }
932
+ .jodit-ui-button-sizes_size_tiny button {
933
+ min-width: 16px;
934
+ height: 16px;
935
+ padding: 0;
936
+ appearance: none;
937
+ }
938
+ .jodit-ui-button-sizes_size_tiny_text-icons_true button {
939
+ padding: 0 var(--jd-padding-default);
940
+ }
941
+ .jodit-ui-button-sizes_size_xsmall {
942
+ min-width: 22px;
943
+ height: 22px;
944
+ }
945
+ .jodit-ui-button-sizes_size_xsmall .jodit-icon {
946
+ width: 10px;
947
+ height: 10px;
948
+ }
949
+ .jodit-ui-button-sizes_size_xsmall button {
950
+ min-width: 22px;
951
+ height: 22px;
952
+ padding: 0;
953
+ appearance: none;
954
+ }
955
+ .jodit-ui-button-sizes_size_xsmall_text-icons_true button {
956
+ padding: 0 var(--jd-padding-default);
957
+ }
958
+ .jodit-ui-button-sizes_size_small {
959
+ min-width: 28px;
960
+ height: 28px;
961
+ }
962
+ .jodit-ui-button-sizes_size_small .jodit-icon {
963
+ width: 12px;
964
+ height: 12px;
965
+ }
966
+ .jodit-ui-button-sizes_size_small button {
967
+ min-width: 28px;
968
+ height: 28px;
969
+ padding: 0;
970
+ appearance: none;
971
+ }
972
+ .jodit-ui-button-sizes_size_small_text-icons_true button {
973
+ padding: 0 var(--jd-padding-default);
974
+ }
975
+ .jodit-ui-button-sizes_size_large {
976
+ min-width: 40px;
977
+ height: 40px;
978
+ }
979
+ .jodit-ui-button-sizes_size_large .jodit-icon {
980
+ width: 16px;
981
+ height: 16px;
982
+ }
983
+ .jodit-ui-button-sizes_size_large button {
984
+ min-width: 40px;
985
+ height: 40px;
986
+ padding: 0;
987
+ appearance: none;
988
+ }
989
+ .jodit-ui-button-sizes_size_large_text-icons_true button {
990
+ padding: 0 var(--jd-padding-default);
991
+ }
992
+ .jodit-ui-button-variants_variant_default {
993
+ background-color: #e3e3e3;
994
+ color: #212529;
995
+ }
996
+ .jodit-ui-button-variants_variant_default svg {
997
+ fill: #212529;
998
+ stroke: #212529;
999
+ }
1000
+ .jodit-ui-button-variants_variant_default [disabled] {
1001
+ opacity: 0.7;
1002
+ }
1003
+ .jodit-ui-button-variants_variant_default:hover:not([disabled]) {
1004
+ background-color: #c9cdd1;
1005
+ color: #212529;
1006
+ }
1007
+ .jodit-ui-button-variants_variant_default:hover:not([disabled]) svg {
1008
+ fill: #212529;
1009
+ stroke: #212529;
1010
+ }
1011
+ .jodit-ui-button-variants_variant_default:active:not([disabled]) {
1012
+ background-color: #dae0e5;
1013
+ color: #212529;
1014
+ }
1015
+ .jodit-ui-button-variants_variant_default:active:not([disabled]) svg {
1016
+ fill: #212529;
1017
+ stroke: #212529;
1018
+ }
1019
+ .jodit-ui-button-variants_variant_default:focus:not([disabled]) {
1020
+ outline: 1px dashed #dae0e5;
1021
+ }
1022
+ .jodit-ui-button-variants_variant_primary {
1023
+ background-color: #007bff;
1024
+ color: #fff;
1025
+ }
1026
+ .jodit-ui-button-variants_variant_primary svg {
1027
+ fill: #fff;
1028
+ stroke: #fff;
1029
+ }
1030
+ .jodit-ui-button-variants_variant_primary [disabled] {
1031
+ opacity: 0.7;
1032
+ }
1033
+ .jodit-ui-button-variants_variant_primary:hover:not([disabled]) {
1034
+ background-color: #0069d9;
1035
+ color: #fff;
1036
+ }
1037
+ .jodit-ui-button-variants_variant_primary:hover:not([disabled]) svg {
1038
+ fill: #fff;
1039
+ stroke: #fff;
1040
+ }
1041
+ .jodit-ui-button-variants_variant_primary:active:not([disabled]) {
1042
+ background-color: #0062cc;
1043
+ color: #fff;
1044
+ }
1045
+ .jodit-ui-button-variants_variant_primary:active:not([disabled]) svg {
1046
+ fill: #fff;
1047
+ stroke: #fff;
1048
+ }
1049
+ .jodit-ui-button-variants_variant_primary:focus:not([disabled]) {
1050
+ outline: 1px dashed #0062cc;
1051
+ }
1052
+ .jodit-ui-button-variants_variant_secondary {
1053
+ background-color: #d8d8d8;
1054
+ color: #212529;
1055
+ border-radius: 0;
1056
+ }
1057
+ .jodit-ui-button-variants_variant_secondary svg {
1058
+ fill: #212529;
1059
+ stroke: #212529;
1060
+ }
1061
+ .jodit-ui-button-variants_variant_secondary [disabled] {
1062
+ opacity: 0.7;
1063
+ }
1064
+ .jodit-ui-button-variants_variant_secondary:hover:not([disabled]) {
1065
+ background-color: #c9cdd1;
1066
+ color: #212529;
1067
+ }
1068
+ .jodit-ui-button-variants_variant_secondary:hover:not([disabled]) svg {
1069
+ fill: #212529;
1070
+ stroke: #212529;
1071
+ }
1072
+ .jodit-ui-button-variants_variant_secondary:active:not([disabled]) {
1073
+ background-color: #dae0e5;
1074
+ color: #212529;
1075
+ }
1076
+ .jodit-ui-button-variants_variant_secondary:active:not([disabled]) svg {
1077
+ fill: #212529;
1078
+ stroke: #212529;
1079
+ }
1080
+ .jodit-ui-button-variants_variant_secondary:focus:not([disabled]) {
1081
+ outline: 1px dashed #dae0e5;
1082
+ }
1083
+ .jodit-ui-button-variants_variant_success {
1084
+ background-color: #28a745;
1085
+ color: #fff;
1086
+ }
1087
+ .jodit-ui-button-variants_variant_success svg {
1088
+ fill: #fff;
1089
+ stroke: #fff;
1090
+ }
1091
+ .jodit-ui-button-variants_variant_success [disabled] {
1092
+ opacity: 0.7;
1093
+ }
1094
+ .jodit-ui-button-variants_variant_success:hover:not([disabled]) {
1095
+ background-color: #218838;
1096
+ color: #fff;
1097
+ }
1098
+ .jodit-ui-button-variants_variant_success:hover:not([disabled]) svg {
1099
+ fill: #fff;
1100
+ stroke: #fff;
1101
+ }
1102
+ .jodit-ui-button-variants_variant_success:active:not([disabled]) {
1103
+ background-color: #1e7e34;
1104
+ color: #fff;
1105
+ }
1106
+ .jodit-ui-button-variants_variant_success:active:not([disabled]) svg {
1107
+ fill: #fff;
1108
+ stroke: #fff;
1109
+ }
1110
+ .jodit-ui-button-variants_variant_success:focus:not([disabled]) {
1111
+ outline: 1px dashed #1e7e34;
1112
+ }
1113
+ .jodit-ui-button-variants_variant_danger {
1114
+ background-color: #dc3545;
1115
+ color: #fff;
1116
+ }
1117
+ .jodit-ui-button-variants_variant_danger svg {
1118
+ fill: #fff;
1119
+ stroke: #fff;
1120
+ }
1121
+ .jodit-ui-button-variants_variant_danger [disabled] {
1122
+ opacity: 0.7;
1123
+ }
1124
+ .jodit-ui-button-variants_variant_danger:hover:not([disabled]) {
1125
+ background-color: #c82333;
1126
+ color: #fff;
1127
+ }
1128
+ .jodit-ui-button-variants_variant_danger:hover:not([disabled]) svg {
1129
+ fill: #fff;
1130
+ stroke: #fff;
1131
+ }
1132
+ .jodit-ui-button-variants_variant_danger:active:not([disabled]) {
1133
+ background-color: #bd2130;
1134
+ color: #fff;
1135
+ }
1136
+ .jodit-ui-button-variants_variant_danger:active:not([disabled]) svg {
1137
+ fill: #fff;
1138
+ stroke: #fff;
1139
+ }
1140
+ .jodit-ui-button-variants_variant_danger:focus:not([disabled]) {
1141
+ outline: 1px dashed #bd2130;
1142
+ }
1143
+ .jodit-ui-button-style {
1144
+ display: inline-flex;
1145
+ align-items: center;
1146
+ justify-content: center;
1147
+ padding: 0 var(--jd-padding-default);
1148
+ border-radius: var(--jd-border-radius-default);
1149
+ color: var(--jd-color-text-icons);
1150
+ }
1151
+ .jodit-ui-button {
1152
+ position: relative;
1153
+ box-sizing: border-box;
1154
+ padding: 0;
1155
+ border: 0;
1156
+ appearance: none;
1157
+ background: 0 0;
1158
+ box-shadow: none;
1159
+ font-style: normal;
1160
+ outline: 0;
1161
+ text-align: center;
1162
+ text-decoration: none;
1163
+ text-transform: none;
1164
+ user-select: none;
1165
+ display: inline-flex;
1166
+ align-items: center;
1167
+ justify-content: center;
1168
+ padding: 0 var(--jd-padding-default);
1169
+ border-radius: var(--jd-border-radius-default);
1170
+ color: var(--jd-color-text-icons);
1171
+ cursor: pointer;
1172
+ min-width: 34px;
1173
+ height: 34px;
1174
+ }
1175
+ .jodit-ui-button:hover:not([disabled]),
1176
+ .jodit-ui-button:focus-visible:not([disabled]) {
1177
+ background-color: var(--jd-color-button-background-hover);
1178
+ opacity: 1;
1179
+ outline: 0;
1180
+ }
1181
+ .jodit-ui-button:active:not([disabled]),
1182
+ .jodit-ui-button[aria-pressed='true']:not([disabled]) {
1183
+ background-color: var(--jd-color-button-background-hover-opacity40);
1184
+ outline: 0;
1185
+ }
1186
+ .jodit-ui-button[aria-pressed='true']:hover:not([disabled]) {
1187
+ background-color: var(--jd-color-button-background-hover-opacity60);
1188
+ }
1189
+ .jodit-ui-button[disabled] {
1190
+ opacity: 0.3;
1191
+ pointer-events: none;
1192
+ }
1193
+ .jodit-ui-button .jodit-icon {
1194
+ width: 14px;
1195
+ height: 14px;
1196
+ }
1197
+ .jodit-ui-button button {
1198
+ min-width: 34px;
1199
+ height: 34px;
1200
+ padding: 0;
1201
+ appearance: none;
1202
+ }
1203
+ .jodit-ui-button_text-icons_true button {
1204
+ padding: 0 var(--jd-padding-default);
1205
+ }
1206
+ .jodit-ui-button_size_tiny {
1207
+ min-width: 16px;
1208
+ height: 16px;
1209
+ }
1210
+ .jodit-ui-button_size_tiny .jodit-icon {
1211
+ width: 8px;
1212
+ height: 8px;
1213
+ }
1214
+ .jodit-ui-button_size_tiny button {
1215
+ min-width: 16px;
1216
+ height: 16px;
1217
+ padding: 0;
1218
+ appearance: none;
1219
+ }
1220
+ .jodit-ui-button_size_tiny_text-icons_true button {
1221
+ padding: 0 var(--jd-padding-default);
1222
+ }
1223
+ .jodit-ui-button_size_xsmall {
1224
+ min-width: 22px;
1225
+ height: 22px;
1226
+ }
1227
+ .jodit-ui-button_size_xsmall .jodit-icon {
1228
+ width: 10px;
1229
+ height: 10px;
1230
+ }
1231
+ .jodit-ui-button_size_xsmall button {
1232
+ min-width: 22px;
1233
+ height: 22px;
1234
+ padding: 0;
1235
+ appearance: none;
1236
+ }
1237
+ .jodit-ui-button_size_xsmall_text-icons_true button {
1238
+ padding: 0 var(--jd-padding-default);
1239
+ }
1240
+ .jodit-ui-button_size_small {
1241
+ min-width: 28px;
1242
+ height: 28px;
1243
+ }
1244
+ .jodit-ui-button_size_small .jodit-icon {
1245
+ width: 12px;
1246
+ height: 12px;
1247
+ }
1248
+ .jodit-ui-button_size_small button {
1249
+ min-width: 28px;
1250
+ height: 28px;
1251
+ padding: 0;
1252
+ appearance: none;
1253
+ }
1254
+ .jodit-ui-button_size_small_text-icons_true button {
1255
+ padding: 0 var(--jd-padding-default);
1256
+ }
1257
+ .jodit-ui-button_size_large {
1258
+ min-width: 40px;
1259
+ height: 40px;
1260
+ }
1261
+ .jodit-ui-button_size_large .jodit-icon {
1262
+ width: 16px;
1263
+ height: 16px;
1264
+ }
1265
+ .jodit-ui-button_size_large button {
1266
+ min-width: 40px;
1267
+ height: 40px;
1268
+ padding: 0;
1269
+ appearance: none;
1270
+ }
1271
+ .jodit-ui-button_size_large_text-icons_true button {
1272
+ padding: 0 var(--jd-padding-default);
1273
+ }
1274
+ .jodit-ui-button__icon {
1275
+ display: none;
1276
+ }
1277
+ .jodit-ui-button__icon:not(:empty) {
1278
+ display: inline-flex;
1279
+ }
1280
+ .jodit-ui-button__text {
1281
+ display: none;
1282
+ }
1283
+ .jodit-ui-button__text:not(:empty) {
1284
+ font-family: var(--jd-font-default);
1285
+ font-size: var(--jd-font-size-default);
1286
+ display: inline-flex;
1287
+ flex-grow: 1;
1288
+ justify-content: center;
1289
+ }
1290
+ .jodit-ui-button_context_menu .jodit-ui-button__text {
1291
+ position: relative;
1292
+ justify-content: left;
1293
+ padding-left: var(--jd-padding-default);
1294
+ }
1295
+ .jodit-ui-button_context_menu .jodit-ui-button__text::before {
1296
+ position: absolute;
1297
+ top: calc(var(--jd-padding-default) * -1);
1298
+ left: 0;
1299
+ height: 35px;
1300
+ border-left: 1px solid var(--jd-color-border);
1301
+ content: '';
1302
+ }
1303
+ .jodit-ui-button__icon:not(:empty) + .jodit-ui-button__text:not(:empty) {
1304
+ margin-left: var(--jd-padding-default);
1305
+ }
1306
+ .jodit-ui-button__icon:empty + .jodit-ui-button__text:not(:empty) {
1307
+ padding: 0 var(--jd-padding-default);
1308
+ }
1309
+ .jodit-ui-button:focus:not([disabled]) {
1310
+ outline: 1px dashed var(--jd-color-background-selection);
1311
+ }
1312
+ .jodit-ui-button_variant_default {
1313
+ background-color: #e3e3e3;
1314
+ color: #212529;
1315
+ }
1316
+ .jodit-ui-button_variant_default svg {
1317
+ fill: #212529;
1318
+ stroke: #212529;
1319
+ }
1320
+ .jodit-ui-button_variant_default [disabled] {
1321
+ opacity: 0.7;
1322
+ }
1323
+ .jodit-ui-button_variant_default:hover:not([disabled]) {
1324
+ background-color: #c9cdd1;
1325
+ color: #212529;
1326
+ }
1327
+ .jodit-ui-button_variant_default:hover:not([disabled]) svg {
1328
+ fill: #212529;
1329
+ stroke: #212529;
1330
+ }
1331
+ .jodit-ui-button_variant_default:active:not([disabled]) {
1332
+ background-color: #dae0e5;
1333
+ color: #212529;
1334
+ }
1335
+ .jodit-ui-button_variant_default:active:not([disabled]) svg {
1336
+ fill: #212529;
1337
+ stroke: #212529;
1338
+ }
1339
+ .jodit-ui-button_variant_default:focus:not([disabled]) {
1340
+ outline: 1px dashed #dae0e5;
1341
+ }
1342
+ .jodit-ui-button_variant_primary {
1343
+ background-color: #007bff;
1344
+ color: #fff;
1345
+ }
1346
+ .jodit-ui-button_variant_primary svg {
1347
+ fill: #fff;
1348
+ stroke: #fff;
1349
+ }
1350
+ .jodit-ui-button_variant_primary [disabled] {
1351
+ opacity: 0.7;
1352
+ }
1353
+ .jodit-ui-button_variant_primary:hover:not([disabled]) {
1354
+ background-color: #0069d9;
1355
+ color: #fff;
1356
+ }
1357
+ .jodit-ui-button_variant_primary:hover:not([disabled]) svg {
1358
+ fill: #fff;
1359
+ stroke: #fff;
1360
+ }
1361
+ .jodit-ui-button_variant_primary:active:not([disabled]) {
1362
+ background-color: #0062cc;
1363
+ color: #fff;
1364
+ }
1365
+ .jodit-ui-button_variant_primary:active:not([disabled]) svg {
1366
+ fill: #fff;
1367
+ stroke: #fff;
1368
+ }
1369
+ .jodit-ui-button_variant_primary:focus:not([disabled]) {
1370
+ outline: 1px dashed #0062cc;
1371
+ }
1372
+ .jodit-ui-button_variant_secondary {
1373
+ background-color: #d8d8d8;
1374
+ color: #212529;
1375
+ border-radius: 0;
1376
+ }
1377
+ .jodit-ui-button_variant_secondary svg {
1378
+ fill: #212529;
1379
+ stroke: #212529;
1380
+ }
1381
+ .jodit-ui-button_variant_secondary [disabled] {
1382
+ opacity: 0.7;
1383
+ }
1384
+ .jodit-ui-button_variant_secondary:hover:not([disabled]) {
1385
+ background-color: #c9cdd1;
1386
+ color: #212529;
1387
+ }
1388
+ .jodit-ui-button_variant_secondary:hover:not([disabled]) svg {
1389
+ fill: #212529;
1390
+ stroke: #212529;
1391
+ }
1392
+ .jodit-ui-button_variant_secondary:active:not([disabled]) {
1393
+ background-color: #dae0e5;
1394
+ color: #212529;
1395
+ }
1396
+ .jodit-ui-button_variant_secondary:active:not([disabled]) svg {
1397
+ fill: #212529;
1398
+ stroke: #212529;
1399
+ }
1400
+ .jodit-ui-button_variant_secondary:focus:not([disabled]) {
1401
+ outline: 1px dashed #dae0e5;
1402
+ }
1403
+ .jodit-ui-button_variant_success {
1404
+ background-color: #28a745;
1405
+ color: #fff;
1406
+ }
1407
+ .jodit-ui-button_variant_success svg {
1408
+ fill: #fff;
1409
+ stroke: #fff;
1410
+ }
1411
+ .jodit-ui-button_variant_success [disabled] {
1412
+ opacity: 0.7;
1413
+ }
1414
+ .jodit-ui-button_variant_success:hover:not([disabled]) {
1415
+ background-color: #218838;
1416
+ color: #fff;
1417
+ }
1418
+ .jodit-ui-button_variant_success:hover:not([disabled]) svg {
1419
+ fill: #fff;
1420
+ stroke: #fff;
1421
+ }
1422
+ .jodit-ui-button_variant_success:active:not([disabled]) {
1423
+ background-color: #1e7e34;
1424
+ color: #fff;
1425
+ }
1426
+ .jodit-ui-button_variant_success:active:not([disabled]) svg {
1427
+ fill: #fff;
1428
+ stroke: #fff;
1429
+ }
1430
+ .jodit-ui-button_variant_success:focus:not([disabled]) {
1431
+ outline: 1px dashed #1e7e34;
1432
+ }
1433
+ .jodit-ui-button_variant_danger {
1434
+ background-color: #dc3545;
1435
+ color: #fff;
1436
+ }
1437
+ .jodit-ui-button_variant_danger svg {
1438
+ fill: #fff;
1439
+ stroke: #fff;
1440
+ }
1441
+ .jodit-ui-button_variant_danger [disabled] {
1442
+ opacity: 0.7;
1443
+ }
1444
+ .jodit-ui-button_variant_danger:hover:not([disabled]) {
1445
+ background-color: #c82333;
1446
+ color: #fff;
1447
+ }
1448
+ .jodit-ui-button_variant_danger:hover:not([disabled]) svg {
1449
+ fill: #fff;
1450
+ stroke: #fff;
1451
+ }
1452
+ .jodit-ui-button_variant_danger:active:not([disabled]) {
1453
+ background-color: #bd2130;
1454
+ color: #fff;
1455
+ }
1456
+ .jodit-ui-button_variant_danger:active:not([disabled]) svg {
1457
+ fill: #fff;
1458
+ stroke: #fff;
1459
+ }
1460
+ .jodit-ui-button_variant_danger:focus:not([disabled]) {
1461
+ outline: 1px dashed #bd2130;
1462
+ }
1463
+
1464
+ /*!
1465
+ * Jodit Editor (https://xdsoft.net/jodit/)
1466
+ * Released under MIT see LICENSE.txt in the project root for license information.
1467
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1468
+ */
1469
+ .jodit-ui-list {
1470
+ display: flex;
1471
+ flex-direction: column;
1472
+ }
1473
+ .jodit-ui-list_mode_vertical .jodit-ui-group {
1474
+ flex-direction: column;
1475
+ border: 0;
1476
+ background-color: transparent;
1477
+ }
1478
+ .jodit-ui-list_mode_vertical .jodit-toolbar-button {
1479
+ height: auto;
1480
+ min-height: var(--jd-button-size);
1481
+ }
1482
+ .jodit-ui-list_mode_vertical .jodit-toolbar-button__button {
1483
+ width: 100%;
1484
+ height: auto;
1485
+ min-height: var(--jd-button-size);
1486
+ cursor: pointer;
1487
+ }
1488
+ .jodit-ui-list_mode_vertical .jodit-toolbar-button__text:not(:empty) {
1489
+ justify-content: left;
1490
+ }
1491
+ .jodit-ui-separator {
1492
+ padding: 0;
1493
+ border-right: 1px solid var(--jd-color-border);
1494
+ border-left: 0;
1495
+ margin: 2px;
1496
+ cursor: default;
1497
+ }
1498
+ .jodit-ui-break {
1499
+ width: 0;
1500
+ height: 0 !important;
1501
+ flex-basis: 100%;
1502
+ border-top: 1px solid var(--jd-color-border);
1503
+ }
1504
+ .jodit-ui-spacer {
1505
+ flex: 1;
1506
+ }
1507
+
1508
+ /*!
1509
+ * Jodit Editor (https://xdsoft.net/jodit/)
1510
+ * Released under MIT see LICENSE.txt in the project root for license information.
1511
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1512
+ */
1513
+ .jodit-ui-group {
1514
+ display: inline-flex;
1515
+ max-width: 100%;
1516
+ flex: 0 0 auto;
1517
+ flex-shrink: 0;
1518
+ flex-wrap: wrap;
1519
+ }
1520
+ .jodit-ui-group_line_true {
1521
+ display: flex;
1522
+ justify-content: stretch;
1523
+ }
1524
+ .jodit-ui-group_separated_true:not(:last-child):not(.jodit-ui-group_before-spacer_true)::after {
1525
+ content: '';
1526
+ padding: 0;
1527
+ border-right: 1px solid var(--jd-color-border);
1528
+ border-left: 0;
1529
+ margin: 2px;
1530
+ cursor: default;
1531
+ }
1532
+ .jodit-ui-group:last-child {
1533
+ border-bottom: 0;
1534
+ }
1535
+
1536
+ .jodit-ui-button-group {
1537
+ margin-bottom: var(--jd-padding-default);
1538
+ }
1539
+ .jodit-ui-button-group__label {
1540
+ display: block;
1541
+ margin-bottom: calc(var(--jd-padding-default) / 4);
1542
+ color: var(--jd-color-label);
1543
+ font-size: 0.8em;
1544
+ }
1545
+ .jodit-ui-button-group__options {
1546
+ display: flex;
1547
+ justify-content: flex-start;
1548
+ }
1549
+ .jodit-ui-button-group .jodit-ui-button:not(:last-child) {
1550
+ border-bottom-right-radius: 0;
1551
+ border-top-right-radius: 0;
1552
+ }
1553
+ .jodit-ui-button-group .jodit-ui-button + .jodit-ui-button {
1554
+ border-left: 1px solid var(--jd-color-button-background-hover-opacity40);
1555
+ border-bottom-left-radius: 0;
1556
+ border-top-left-radius: 0;
1557
+ }
1558
+ .jodit-ui-button-group .jodit-ui-button[aria-pressed='true']:not([disabled]) {
1559
+ border-left: 0;
1560
+ background-color: var(--jd-color-button-background-hover);
1561
+ box-shadow: inset 0 0 3px 0 var(--jd-color-dark);
1562
+ color: var(--jd-color-dark);
1563
+ outline: 0;
1564
+ }
1565
+ .jodit-ui-button-group .jodit-ui-button[aria-pressed='true']:not([disabled]) + .jodit-ui-button {
1566
+ border: 0;
1567
+ }
1568
+
1569
+ /*!
1570
+ * Jodit Editor (https://xdsoft.net/jodit/)
1571
+ * Released under MIT see LICENSE.txt in the project root for license information.
1572
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1573
+ */
1574
+ :root {
1575
+ --jd-tooltip-color: #fff;
1576
+ --jd-tooltip-background-color: rgba(0, 0, 0, 0.7);
1577
+ --jd-tooltip-sfx-shadow: rgba(0, 0, 0, 0.15);
1578
+ --jd-tooltip-border-width: 0;
1579
+ --jd-tooltip-border-color: #e5e5e5;
1580
+ }
1581
+ .jodit-ui-tooltip {
1582
+ position: fixed;
1583
+ z-index: var(--jd-z-index-tooltip);
1584
+ width: auto;
1585
+ max-width: 120px;
1586
+ border-radius: 4px;
1587
+ animation-fill-mode: forwards;
1588
+ animation-timing-function: ease-out;
1589
+ background-clip: padding-box;
1590
+ background-color: var(--jd-tooltip-background-color);
1591
+ box-shadow: 0 0 0 var(--jd-tooltip-border-width) var(--jd-tooltip-border-color), 0 8px 20px var(--jd-tooltip-border-width) var(--jd-tooltip-sfx-shadow);
1592
+ color: var(--jd-tooltip-color);
1593
+ font-family: var(--jd-font-default);
1594
+ font-size: var(--jd-font-size-small);
1595
+ line-height: 1.4;
1596
+ opacity: 0;
1597
+ outline: none;
1598
+ text-rendering: optimizelegibility;
1599
+ transform: translateX(-50%);
1600
+ transition: opacity 0.2s ease 0s;
1601
+ user-select: none;
1602
+ white-space: normal;
1603
+ }
1604
+ @media (max-width: 768px) {
1605
+ .jodit-ui-tooltip {
1606
+ display: none;
1607
+ }
1608
+ }
1609
+ .jodit-ui-tooltip__content {
1610
+ padding: calc(var(--jd-padding-default) / 2) calc(var(--jd-padding-default) * 1.5);
1611
+ }
1612
+ .jodit-ui-tooltip.jodit-ui-tooltip_visible_true {
1613
+ opacity: 1;
1614
+ }
1615
+
1616
+ /*!
1617
+ * Jodit Editor (https://xdsoft.net/jodit/)
1618
+ * Released under MIT see LICENSE.txt in the project root for license information.
1619
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1620
+ */
1621
+ .jodit-dialog {
1622
+ font-family: var(--jd-font-default);
1623
+ font-size: var(--jd-font-size-default);
1624
+ position: absolute;
1625
+ display: none;
1626
+ width: 0;
1627
+ height: 0;
1628
+ box-sizing: border-box;
1629
+ border: 0;
1630
+ will-change: left, top, width, height;
1631
+ }
1632
+ .jodit-dialog_moved_true {
1633
+ user-select: none;
1634
+ }
1635
+ .jodit-dialog * {
1636
+ box-sizing: border-box;
1637
+ }
1638
+ .jodit-dialog .jodit_elfinder,
1639
+ .jodit-dialog .jodit_elfinder * {
1640
+ box-sizing: initial;
1641
+ }
1642
+ .jodit-dialog__overlay {
1643
+ position: fixed;
1644
+ z-index: var(--jd-z-index-dialog-overlay);
1645
+ top: 0;
1646
+ left: 0;
1647
+ display: none;
1648
+ overflow: auto;
1649
+ width: 100%;
1650
+ height: 100%;
1651
+ background-color: rgba(0, 0, 0, 0.5);
1652
+ text-align: center;
1653
+ white-space: nowrap;
1654
+ }
1655
+ .jodit-dialog_static_true .jodit-dialog__overlay {
1656
+ display: none;
1657
+ }
1658
+ .jodit-dialog_modal_true .jodit-dialog__overlay {
1659
+ display: block;
1660
+ }
1661
+ .jodit-dialog_active_true {
1662
+ display: block;
1663
+ }
1664
+ .jodit-dialog__panel {
1665
+ position: fixed;
1666
+ z-index: var(--jd-z-index-dialog);
1667
+ top: 0;
1668
+ left: 0;
1669
+ display: flex;
1670
+ min-width: 200px;
1671
+ max-width: 100%;
1672
+ min-height: 100px;
1673
+ max-height: 100%;
1674
+ flex-flow: column nowrap;
1675
+ background-color: #fff;
1676
+ --jd-box-shadow-blur: calc(var(--jd-padding-default) * 2);
1677
+ --jd-box-shadow-1: 0 var(--jd-padding-default) var(--jd-box-shadow-blur) rgba(0, 0, 0, 0.19);
1678
+ box-shadow: var(--jd-box-shadow-1), 0 6px 6px rgba(0, 0, 0, 0.23);
1679
+ text-align: left;
1680
+ white-space: normal;
1681
+ }
1682
+ @media (max-width: 480px) {
1683
+ .jodit-dialog:not(.jodit-dialog_adaptive_false) .jodit-dialog__panel {
1684
+ top: 0 !important;
1685
+ left: 0 !important;
1686
+ width: 100% !important;
1687
+ max-width: 100%;
1688
+ height: 100% !important;
1689
+ }
1690
+ }
1691
+ .jodit-dialog_static_true {
1692
+ position: relative;
1693
+ z-index: inherit;
1694
+ display: block;
1695
+ width: auto;
1696
+ height: auto;
1697
+ box-sizing: border-box;
1698
+ }
1699
+ .jodit-dialog_static_true .jodit-dialog__panel {
1700
+ position: relative;
1701
+ z-index: inherit;
1702
+ top: auto !important;
1703
+ left: auto !important;
1704
+ width: 100% !important;
1705
+ border: 1px solid var(--jd-color-border);
1706
+ box-shadow: none;
1707
+ }
1708
+ .jodit-dialog_theme_dark,
1709
+ .jodit-dialog_theme_dark .jodit-dialog__panel {
1710
+ background-color: var(--jd-dark-background-darknes);
1711
+ color: var(--jd-dark-text-color);
1712
+ }
1713
+ .jodit-dialog__header {
1714
+ display: flex;
1715
+ min-height: 50px;
1716
+ justify-content: space-between;
1717
+ border-bottom: 1px solid var(--jd-color-border);
1718
+ cursor: move;
1719
+ text-align: left;
1720
+ }
1721
+ .jodit-dialog__header-toolbar,
1722
+ .jodit-dialog__header-title {
1723
+ display: flex;
1724
+ flex-shrink: 3;
1725
+ align-items: center;
1726
+ padding: 0 var(--jd-padding-default);
1727
+ margin: 0;
1728
+ font-size: 18px;
1729
+ font-weight: 400;
1730
+ line-height: 48px;
1731
+ vertical-align: top;
1732
+ }
1733
+ @media (max-width: 480px) {
1734
+ .jodit-dialog__header-toolbar {
1735
+ padding-left: 0;
1736
+ }
1737
+ }
1738
+ .jodit-dialog__header-button {
1739
+ height: 48px;
1740
+ flex-basis: 48px;
1741
+ color: #222;
1742
+ font-size: 28px;
1743
+ line-height: 48px;
1744
+ text-align: center;
1745
+ text-decoration: none;
1746
+ transition: background-color 0.2s ease 0s;
1747
+ }
1748
+ .jodit-dialog__header-button:hover {
1749
+ background-color: var(--jd-color-background-button-hover);
1750
+ }
1751
+ .jodit-dialog__header .jodit_toolbar {
1752
+ border: 0;
1753
+ background: transparent;
1754
+ box-shadow: none;
1755
+ }
1756
+ .jodit-dialog__header .jodit_toolbar > li.jodit-toolbar-button .jodit-input {
1757
+ width: auto;
1758
+ padding-left: var(--jd-padding-default);
1759
+ }
1760
+ @media (max-width: 480px) {
1761
+ .jodit-dialog:not(.jodit-dialog_adaptive_false) .jodit-dialog__header {
1762
+ flex-direction: column;
1763
+ }
1764
+ }
1765
+ .jodit-dialog_slim_true .jodit-dialog__header {
1766
+ min-height: 10px;
1767
+ }
1768
+ .jodit-dialog_slim_true .jodit-dialog__header-toolbar,
1769
+ .jodit-dialog_slim_true .jodit-dialog__header-title {
1770
+ padding: 0 calc(var(--jd-padding-default) / 4);
1771
+ }
1772
+ .jodit-dialog_theme_dark .jodit-dialog__header {
1773
+ border-color: var(--jd-color-dark);
1774
+ }
1775
+ .jodit-dialog_fullsize_true .jodit-dialog__header {
1776
+ cursor: default;
1777
+ }
1778
+ .jodit-dialog__content {
1779
+ overflow: auto;
1780
+ min-height: 100px;
1781
+ flex: 1;
1782
+ }
1783
+ .jodit-dialog__content .jodit-form__group {
1784
+ padding: 0 var(--jd-padding-default);
1785
+ margin-bottom: calc(var(--jd-padding-default) * 1.5);
1786
+ }
1787
+ .jodit-dialog__content .jodit-form__group:first-child {
1788
+ margin-top: var(--jd-padding-default);
1789
+ }
1790
+ .jodit-dialog__content .jodit-form__group label + .jodit-select,
1791
+ .jodit-dialog__content .jodit-form__group label + .jodit-grid,
1792
+ .jodit-dialog__content .jodit-form__group label + .jodit-input_group,
1793
+ .jodit-dialog__content .jodit-form__group label + input {
1794
+ margin-top: calc(var(--jd-padding-default) / 2);
1795
+ }
1796
+ .jodit-dialog__content .jodit-form__group .jodit-input_group {
1797
+ display: table;
1798
+ width: 100%;
1799
+ border-collapse: separate;
1800
+ }
1801
+ .jodit-dialog__content .jodit-form__group .jodit-input_group > * {
1802
+ display: table-cell;
1803
+ height: 34px;
1804
+ vertical-align: middle;
1805
+ }
1806
+ .jodit-dialog__content .jodit-form__group .jodit-input_group > input {
1807
+ margin: 0 !important;
1808
+ }
1809
+ .jodit-dialog__content .jodit-form__group .jodit-input_group > input:not([class*='col-']) {
1810
+ width: 100%;
1811
+ }
1812
+ .jodit-dialog__content .jodit-form__group .jodit-input_group-buttons {
1813
+ width: 1%;
1814
+ font-size: 0;
1815
+ vertical-align: middle;
1816
+ white-space: nowrap;
1817
+ }
1818
+ .jodit-dialog__content .jodit-form__group .jodit-input_group-buttons > .jodit-button {
1819
+ height: 34px;
1820
+ border: 1px solid var(--jd-color-border);
1821
+ border-radius: 0;
1822
+ margin-left: -1px;
1823
+ line-height: 34px;
1824
+ }
1825
+ .jodit-dialog__footer {
1826
+ display: none;
1827
+ flex-wrap: nowrap;
1828
+ justify-content: space-between;
1829
+ padding: var(--jd-padding-default);
1830
+ }
1831
+ .jodit-dialog__footer button {
1832
+ margin-right: calc(var(--jd-padding-default) / 2);
1833
+ }
1834
+ .jodit-dialog__footer button:last-child {
1835
+ margin-right: 0;
1836
+ }
1837
+ .jodit-dialog__column {
1838
+ display: flex;
1839
+ }
1840
+ .jodit-dialog__resizer {
1841
+ display: none;
1842
+ position: relative;
1843
+ }
1844
+ .jodit-dialog__resizer svg {
1845
+ position: absolute;
1846
+ right: 0;
1847
+ bottom: 0;
1848
+ overflow: hidden;
1849
+ width: 12px;
1850
+ height: 12px;
1851
+ cursor: nwse-resize;
1852
+ fill: var(--jd-color-gray-dark);
1853
+ user-select: none;
1854
+ }
1855
+ .jodit-dialog_resizable_true .jodit-dialog__resizer {
1856
+ display: block;
1857
+ }
1858
+ @media (max-width: 480px) {
1859
+ .jodit-dialog__resizer {
1860
+ display: none;
1861
+ }
1862
+ }
1863
+ .jodit-dialog_prompt {
1864
+ min-width: 200px;
1865
+ max-width: 300px;
1866
+ padding: var(--jd-padding-default);
1867
+ word-break: break-all;
1868
+ }
1869
+ .jodit-dialog_prompt label {
1870
+ display: block;
1871
+ margin-bottom: calc(var(--jd-padding-default) / 2);
1872
+ }
1873
+ .jodit-dialog_alert {
1874
+ min-width: 200px;
1875
+ max-width: 300px;
1876
+ padding: var(--jd-padding-default);
1877
+ word-break: break-all;
1878
+ }
1879
+ .jodit-dialog_footer_true .jodit-dialog__footer {
1880
+ display: flex;
1881
+ }
1882
+ .jodit_fullsize .jodit-dialog__panel {
1883
+ width: 100% !important;
1884
+ height: 100% !important;
1885
+ inset: 0 !important;
1886
+ }
1887
+ .jodit_fullsize .jodit-dialog__panel .jodit-dialog__resizer {
1888
+ display: none;
1889
+ }
1890
+ .jodit-dialog .jodit-ui-messages {
1891
+ z-index: var(--jd-z-index-dialog);
1892
+ }
1893
+
1894
+ /*!
1895
+ * Jodit Editor (https://xdsoft.net/jodit/)
1896
+ * Released under MIT see LICENSE.txt in the project root for license information.
1897
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1898
+ */
1899
+ .jodit-toolbar__box:not(:empty) {
1900
+ --jd-color-background-default: var(--jd-color-panel);
1901
+ overflow: hidden;
1902
+ border-radius: var(--jd-border-radius-default) var(--jd-border-radius-default) 0 0;
1903
+ border-bottom: 1px solid var(--jd-color-border);
1904
+ background-color: var(--jd-color-background-default);
1905
+ }
1906
+ .jodit-toolbar__box:not(:empty) .jodit-toolbar-editor-collection::after {
1907
+ background-color: var(--jd-color-panel);
1908
+ }
1909
+
1910
+ /*!
1911
+ * Jodit Editor (https://xdsoft.net/jodit/)
1912
+ * Released under MIT see LICENSE.txt in the project root for license information.
1913
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1914
+ */
1915
+ :root {
1916
+ --jd-em-color-border: #b6d4fe;
1917
+ --jd-em-color-bg: #cfe2ff;
1918
+ --jd-em-color-color: #084298;
1919
+ --jd-em-border-radius: 0.375rem;
1920
+ --jd-em-padding: calc(1rem / 2) 1rem;
1921
+ --jd-em-font-size: 1rem;
1922
+ }
1923
+ .jodit-ui-messages {
1924
+ position: absolute;
1925
+ z-index: 3;
1926
+ right: 0;
1927
+ bottom: 0;
1928
+ overflow: visible;
1929
+ width: 0;
1930
+ height: 0;
1931
+ }
1932
+ .jodit-ui-message {
1933
+ position: absolute;
1934
+ right: calc(var(--jd-padding-default) / 2);
1935
+ bottom: 0;
1936
+ display: block;
1937
+ padding: var(--jd-em-padding);
1938
+ border: 1px solid var(--jd-em-color-border);
1939
+ border-radius: var(--jd-em-border-radius);
1940
+ background: var(--jd-em-color-bg);
1941
+ color: var(--jd-em-color-color);
1942
+ cursor: pointer;
1943
+ font-size: var(--jd-em-font-size);
1944
+ opacity: 0;
1945
+ transition: opacity 0.1s linear, bottom 0.3s linear, transform 0.1s ease-out;
1946
+ white-space: pre;
1947
+ }
1948
+ .jodit-ui-message_active_true {
1949
+ opacity: 1;
1950
+ }
1951
+ .jodit-ui-message:active {
1952
+ transform: scale(0.76);
1953
+ }
1954
+ .jodit-ui-message_variant_secondary {
1955
+ --jd-em-color-border: #d3d6d8;
1956
+ --jd-em-color-bg: #e2e3e5;
1957
+ --jd-em-color-color: #41464b;
1958
+ border-color: var(--jd-em-color-border);
1959
+ background: var(--jd-em-color-bg);
1960
+ color: var(--jd-em-color-color);
1961
+ }
1962
+ .jodit-ui-message_variant_error,
1963
+ .jodit-ui-message_variant_danger {
1964
+ --jd-em-color-border: #f5c2c7;
1965
+ --jd-em-color-bg: #f8d7da;
1966
+ --jd-em-color-color: #842029;
1967
+ border-color: var(--jd-em-color-border);
1968
+ background: var(--jd-em-color-bg);
1969
+ color: var(--jd-em-color-color);
1970
+ }
1971
+ .jodit-ui-message_variant_success {
1972
+ --jd-em-color-border: #badbcc;
1973
+ --jd-em-color-bg: #d1e7dd;
1974
+ --jd-em-color-color: #0f5132;
1975
+ border-color: var(--jd-em-color-border);
1976
+ background: var(--jd-em-color-bg);
1977
+ color: var(--jd-em-color-color);
1978
+ }
1979
+
1980
+ .jodit-ui-label {
1981
+ display: block;
1982
+ margin-bottom: calc(var(--jd-padding-default) / 4);
1983
+ color: var(--jd-color-label);
1984
+ font-size: 0.8em;
1985
+ }
1986
+ .jodit-ui-input {
1987
+ display: flex;
1988
+ flex-direction: column;
1989
+ margin-bottom: var(--jd-padding-default);
1990
+ }
1991
+ .jodit-ui-input__input {
1992
+ font-family: var(--jd-font-default);
1993
+ font-size: var(--jd-font-size-default);
1994
+ width: 100%;
1995
+ height: var(--jd-input-height);
1996
+ box-sizing: border-box;
1997
+ padding: 0 var(--jd-padding-default);
1998
+ border: 1px solid var(--jd-color-border);
1999
+ border-radius: 0;
2000
+ appearance: none;
2001
+ background-color: var(--jd-color-white);
2002
+ line-height: var(--jd-input-height);
2003
+ outline: none;
2004
+ border: 0;
2005
+ }
2006
+ .jodit-ui-input__input[disabled] {
2007
+ background-color: #f0f0f0;
2008
+ color: var(--jd-color-border);
2009
+ }
2010
+ .jodit-ui-input__input_has-error_true {
2011
+ border-color: var(--jd-color-red);
2012
+ }
2013
+ .jodit-ui-input__input:focus {
2014
+ outline: 0;
2015
+ }
2016
+ .jodit-ui-input_theme_dark .jodit-ui-input__input {
2017
+ background-color: var(--jd-color-gray);
2018
+ }
2019
+ .jodit-ui-input_has-error_true .jodit-ui-input__input {
2020
+ border-color: var(--jd-color-red);
2021
+ }
2022
+ .jodit-ui-input__error,
2023
+ .jodit-ui-input__label {
2024
+ display: block;
2025
+ margin-bottom: calc(var(--jd-padding-default) / 4);
2026
+ color: var(--jd-color-label);
2027
+ font-size: 0.8em;
2028
+ }
2029
+ .jodit-ui-input_has-error_true .jodit-ui-input__label,
2030
+ .jodit-ui-input__error {
2031
+ color: var(--jd-color-error);
2032
+ }
2033
+ .jodit-ui-input__wrapper {
2034
+ display: flex;
2035
+ min-width: 200px;
2036
+ align-items: center;
2037
+ justify-content: stretch;
2038
+ border: 1px solid var(--jd-color-border);
2039
+ background-color: var(--jd-color-white);
2040
+ }
2041
+ @media (max-width: 480px) {
2042
+ .jodit-ui-input__wrapper {
2043
+ min-width: 140px;
2044
+ }
2045
+ }
2046
+ .jodit-ui-input_theme_dark .jodit-ui-input__wrapper {
2047
+ border-color: var(--jd-color-border);
2048
+ background-color: var(--jd-color-gray);
2049
+ }
2050
+ .jodit-ui-input_focused_true .jodit-ui-input__wrapper {
2051
+ border-color: var(--jd-color-border-selected);
2052
+ }
2053
+ .jodit-ui-input__icon:not(:empty) {
2054
+ display: flex;
2055
+ align-items: center;
2056
+ padding: 0 var(--jd-padding-default);
2057
+ }
2058
+ .jodit-ui-input__icon:not(:empty) svg {
2059
+ width: 16px;
2060
+ height: 16px;
2061
+ fill: var(--jd-color-border);
2062
+ }
2063
+ .jodit-ui-input__icon:not(:empty) + .jodit-ui-input__input {
2064
+ padding-left: 0;
2065
+ }
2066
+ .jodit-ui-input__clear {
2067
+ display: flex;
2068
+ align-items: center;
2069
+ padding: 0 var(--jd-padding-default) 0 0;
2070
+ opacity: 0.8;
2071
+ }
2072
+ .jodit-ui-input__clear:active {
2073
+ opacity: 1;
2074
+ transform: scale(1.1, 1.1);
2075
+ }
2076
+ .jodit-ui-input__clear svg {
2077
+ width: 12px;
2078
+ height: 12px;
2079
+ fill: var(--jd-color-border);
2080
+ }
2081
+ .jodit-ui-input_theme_dark .jodit-ui-input__icon svg,
2082
+ .jodit-ui-input_theme_dark .jodit-ui-input__clear svg {
2083
+ fill: var(--jd-color-dark);
2084
+ }
2085
+ .jodit-ui-block .jodit-ui-input {
2086
+ margin-bottom: 0;
2087
+ }
2088
+
2089
+ .jodit-ui-select {
2090
+ display: flex;
2091
+ flex-direction: column;
2092
+ margin-bottom: var(--jd-padding-default);
2093
+ }
2094
+ .jodit-ui-select__input {
2095
+ font-family: var(--jd-font-default);
2096
+ font-size: var(--jd-font-size-default);
2097
+ width: 100%;
2098
+ height: var(--jd-input-height);
2099
+ box-sizing: border-box;
2100
+ padding: 0 var(--jd-padding-default);
2101
+ border: 1px solid var(--jd-color-border);
2102
+ border-radius: 0;
2103
+ appearance: none;
2104
+ background-color: var(--jd-color-white);
2105
+ line-height: var(--jd-input-height);
2106
+ outline: none;
2107
+ border: 0;
2108
+ }
2109
+ .jodit-ui-select__input[disabled] {
2110
+ background-color: #f0f0f0;
2111
+ color: var(--jd-color-border);
2112
+ }
2113
+ .jodit-ui-select__input_has-error_true {
2114
+ border-color: var(--jd-color-red);
2115
+ }
2116
+ .jodit-ui-select__input:focus {
2117
+ outline: 0;
2118
+ }
2119
+ .jodit-ui-select_theme_dark .jodit-ui-select__input {
2120
+ background-color: var(--jd-color-gray);
2121
+ }
2122
+ .jodit-ui-select_has-error_true .jodit-ui-select__input {
2123
+ border-color: var(--jd-color-red);
2124
+ }
2125
+ .jodit-ui-select__error,
2126
+ .jodit-ui-select__label {
2127
+ display: block;
2128
+ margin-bottom: calc(var(--jd-padding-default) / 4);
2129
+ color: var(--jd-color-label);
2130
+ font-size: 0.8em;
2131
+ }
2132
+ .jodit-ui-select_has-error_true .jodit-ui-select__label,
2133
+ .jodit-ui-select__error {
2134
+ color: var(--jd-color-error);
2135
+ }
2136
+ .jodit-ui-select__wrapper {
2137
+ display: flex;
2138
+ min-width: 200px;
2139
+ align-items: center;
2140
+ justify-content: stretch;
2141
+ border: 1px solid var(--jd-color-border);
2142
+ background-color: var(--jd-color-white);
2143
+ }
2144
+ @media (max-width: 480px) {
2145
+ .jodit-ui-select__wrapper {
2146
+ min-width: 140px;
2147
+ }
2148
+ }
2149
+ .jodit-ui-select_theme_dark .jodit-ui-select__wrapper {
2150
+ border-color: var(--jd-color-border);
2151
+ background-color: var(--jd-color-gray);
2152
+ }
2153
+ .jodit-ui-select_focused_true .jodit-ui-select__wrapper {
2154
+ border-color: var(--jd-color-border-selected);
2155
+ }
2156
+ .jodit-ui-select__icon:not(:empty) {
2157
+ display: flex;
2158
+ align-items: center;
2159
+ padding: 0 var(--jd-padding-default);
2160
+ }
2161
+ .jodit-ui-select__icon:not(:empty) svg {
2162
+ width: 16px;
2163
+ height: 16px;
2164
+ fill: var(--jd-color-border);
2165
+ }
2166
+ .jodit-ui-select__icon:not(:empty) + .jodit-ui-select__input {
2167
+ padding-left: 0;
2168
+ }
2169
+ .jodit-ui-select__clear {
2170
+ display: flex;
2171
+ align-items: center;
2172
+ padding: 0 var(--jd-padding-default) 0 0;
2173
+ opacity: 0.8;
2174
+ }
2175
+ .jodit-ui-select__clear:active {
2176
+ opacity: 1;
2177
+ transform: scale(1.1, 1.1);
2178
+ }
2179
+ .jodit-ui-select__clear svg {
2180
+ width: 12px;
2181
+ height: 12px;
2182
+ fill: var(--jd-color-border);
2183
+ }
2184
+ .jodit-ui-select_theme_dark .jodit-ui-select__icon svg,
2185
+ .jodit-ui-select_theme_dark .jodit-ui-select__clear svg {
2186
+ fill: var(--jd-color-dark);
2187
+ }
2188
+ .jodit-ui-select__input {
2189
+ padding-right: calc(var(--jd-padding-default) * 2);
2190
+ background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
2191
+ background-position: 98% 50%;
2192
+ background-repeat: no-repeat;
2193
+ }
2194
+ .jodit-ui-select_size_tiny {
2195
+ margin-bottom: 0;
2196
+ }
2197
+ .jodit-ui-select_size_tiny .jodit-ui-select__input {
2198
+ --jd-height: calc(var(--jd-input-height) / 1.8);
2199
+ height: var(--jd-height);
2200
+ line-height: var(--jd-height);
2201
+ }
2202
+ .jodit-ui-select_variant_outline .jodit-ui-select__wrapper {
2203
+ border: 0;
2204
+ }
2205
+ .jodit-ui-select_variant_outline .jodit-ui-select__wrapper select {
2206
+ outline: 0;
2207
+ }
2208
+ .jodit-ui-select_width_auto {
2209
+ width: auto;
2210
+ }
2211
+ .jodit-ui-select_width_auto .jodit-ui-select__wrapper {
2212
+ min-width: auto;
2213
+ }
2214
+
2215
+ .jodit-ui-text-area {
2216
+ display: flex;
2217
+ flex-direction: column;
2218
+ margin-bottom: var(--jd-padding-default);
2219
+ width: 100%;
2220
+ }
2221
+ .jodit-ui-text-area__input {
2222
+ font-family: var(--jd-font-default);
2223
+ font-size: var(--jd-font-size-default);
2224
+ width: 100%;
2225
+ height: var(--jd-input-height);
2226
+ box-sizing: border-box;
2227
+ padding: 0 var(--jd-padding-default);
2228
+ border: 1px solid var(--jd-color-border);
2229
+ border-radius: 0;
2230
+ appearance: none;
2231
+ background-color: var(--jd-color-white);
2232
+ line-height: var(--jd-input-height);
2233
+ outline: none;
2234
+ border: 0;
2235
+ }
2236
+ .jodit-ui-text-area__input[disabled] {
2237
+ background-color: #f0f0f0;
2238
+ color: var(--jd-color-border);
2239
+ }
2240
+ .jodit-ui-text-area__input_has-error_true {
2241
+ border-color: var(--jd-color-red);
2242
+ }
2243
+ .jodit-ui-text-area__input:focus {
2244
+ outline: 0;
2245
+ }
2246
+ .jodit-ui-text-area_theme_dark .jodit-ui-text-area__input {
2247
+ background-color: var(--jd-color-gray);
2248
+ }
2249
+ .jodit-ui-text-area_has-error_true .jodit-ui-text-area__input {
2250
+ border-color: var(--jd-color-red);
2251
+ }
2252
+ .jodit-ui-text-area__error,
2253
+ .jodit-ui-text-area__label {
2254
+ display: block;
2255
+ margin-bottom: calc(var(--jd-padding-default) / 4);
2256
+ color: var(--jd-color-label);
2257
+ font-size: 0.8em;
2258
+ }
2259
+ .jodit-ui-text-area_has-error_true .jodit-ui-text-area__label,
2260
+ .jodit-ui-text-area__error {
2261
+ color: var(--jd-color-error);
2262
+ }
2263
+ .jodit-ui-text-area__wrapper {
2264
+ display: flex;
2265
+ min-width: 200px;
2266
+ align-items: center;
2267
+ justify-content: stretch;
2268
+ border: 1px solid var(--jd-color-border);
2269
+ background-color: var(--jd-color-white);
2270
+ }
2271
+ @media (max-width: 480px) {
2272
+ .jodit-ui-text-area__wrapper {
2273
+ min-width: 140px;
2274
+ }
2275
+ }
2276
+ .jodit-ui-text-area_theme_dark .jodit-ui-text-area__wrapper {
2277
+ border-color: var(--jd-color-border);
2278
+ background-color: var(--jd-color-gray);
2279
+ }
2280
+ .jodit-ui-text-area_focused_true .jodit-ui-text-area__wrapper {
2281
+ border-color: var(--jd-color-border-selected);
2282
+ }
2283
+ .jodit-ui-text-area__icon:not(:empty) {
2284
+ display: flex;
2285
+ align-items: center;
2286
+ padding: 0 var(--jd-padding-default);
2287
+ }
2288
+ .jodit-ui-text-area__icon:not(:empty) svg {
2289
+ width: 16px;
2290
+ height: 16px;
2291
+ fill: var(--jd-color-border);
2292
+ }
2293
+ .jodit-ui-text-area__icon:not(:empty) + .jodit-ui-text-area__input {
2294
+ padding-left: 0;
2295
+ }
2296
+ .jodit-ui-text-area__clear {
2297
+ display: flex;
2298
+ align-items: center;
2299
+ padding: 0 var(--jd-padding-default) 0 0;
2300
+ opacity: 0.8;
2301
+ }
2302
+ .jodit-ui-text-area__clear:active {
2303
+ opacity: 1;
2304
+ transform: scale(1.1, 1.1);
2305
+ }
2306
+ .jodit-ui-text-area__clear svg {
2307
+ width: 12px;
2308
+ height: 12px;
2309
+ fill: var(--jd-color-border);
2310
+ }
2311
+ .jodit-ui-text-area_theme_dark .jodit-ui-text-area__icon svg,
2312
+ .jodit-ui-text-area_theme_dark .jodit-ui-text-area__clear svg {
2313
+ fill: var(--jd-color-dark);
2314
+ }
2315
+ .jodit-ui-text-area__wrapper {
2316
+ flex: 1;
2317
+ }
2318
+ .jodit-ui-text-area__input {
2319
+ height: 100%;
2320
+ min-height: 60px;
2321
+ }
2322
+
2323
+ .jodit-ui-checkbox {
2324
+ display: flex;
2325
+ flex-direction: row-reverse;
2326
+ align-items: center;
2327
+ justify-content: flex-end;
2328
+ margin-bottom: var(--jd-padding-default);
2329
+ }
2330
+ .jodit-ui-checkbox__input {
2331
+ margin-right: var(--jd-padding-default);
2332
+ }
2333
+ .jodit-ui-checkbox_switch_true .jodit-ui-checkbox__wrapper {
2334
+ position: relative;
2335
+ display: inline-block;
2336
+ width: 60px;
2337
+ height: 34px;
2338
+ margin-right: var(--jd-padding-default);
2339
+ }
2340
+ .jodit-ui-checkbox_switch_true .jodit-ui-checkbox__wrapper input {
2341
+ width: 0;
2342
+ height: 0;
2343
+ opacity: 0;
2344
+ }
2345
+ .jodit-ui-checkbox_switch_true .jodit-ui-checkbox__switch-slider {
2346
+ position: absolute;
2347
+ border-radius: 34px;
2348
+ background-color: #ccc;
2349
+ cursor: pointer;
2350
+ inset: 0;
2351
+ transition: 0.4s;
2352
+ }
2353
+ .jodit-ui-checkbox_switch_true .jodit-ui-checkbox__switch-slider::before {
2354
+ position: absolute;
2355
+ bottom: 4px;
2356
+ left: 4px;
2357
+ width: 26px;
2358
+ height: 26px;
2359
+ border-radius: 50%;
2360
+ background-color: white;
2361
+ content: '';
2362
+ transition: 0.4s;
2363
+ }
2364
+ .jodit-ui-checkbox_switch_true.jodit-ui-checkbox_checked_true .jodit-ui-checkbox__switch-slider {
2365
+ background-color: #2196f3;
2366
+ }
2367
+ .jodit-ui-checkbox_switch_true.jodit-ui-checkbox_checked_true .jodit-ui-checkbox__switch-slider::before {
2368
+ transform: translateX(26px);
2369
+ }
2370
+ .jodit-ui-checkbox_switch_true.jodit-ui-checkbox_focused_true .jodit-ui-checkbox__switch-slider {
2371
+ box-shadow: 0 0 1px #2196f3;
2372
+ }
2373
+ .jodit-ui-block .jodit-ui-checkbox {
2374
+ margin-bottom: 0;
2375
+ }
2376
+
2377
+ .jodit-ui-file-input {
2378
+ position: relative;
2379
+ overflow: hidden;
2380
+ }
2381
+ .jodit-ui-file-input__input {
2382
+ position: absolute;
2383
+ top: 0;
2384
+ right: 0;
2385
+ bottom: 0;
2386
+ padding: 0;
2387
+ margin: 0 calc(var(--jd-padding-default) * -1) 0 0;
2388
+ cursor: pointer;
2389
+ font-size: 400px;
2390
+ opacity: 0;
2391
+ }
2392
+
2393
+ .jodit-ui-block {
2394
+ display: flex;
2395
+ align-items: center;
2396
+ justify-content: stretch;
2397
+ margin-bottom: var(--jd-padding-default);
2398
+ }
2399
+ .jodit-ui-block_width_full {
2400
+ width: 100%;
2401
+ }
2402
+ .jodit-ui-block_align_full {
2403
+ justify-content: space-between;
2404
+ }
2405
+ .jodit-ui-block_align_right {
2406
+ justify-content: flex-end;
2407
+ }
2408
+ .jodit-ui-block_padding_true {
2409
+ padding: var(--jd-padding-default);
2410
+ }
2411
+
2412
+ /*!
2413
+ * Jodit Editor (https://xdsoft.net/jodit/)
2414
+ * Released under MIT see LICENSE.txt in the project root for license information.
2415
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2416
+ */
2417
+ @keyframes pulse {
2418
+ 30% {
2419
+ opacity: 0.6;
2420
+ }
2421
+ 60% {
2422
+ opacity: 0;
2423
+ }
2424
+ 100% {
2425
+ opacity: 0.6;
2426
+ }
2427
+ }
2428
+ .jodit-progress-bar {
2429
+ position: absolute;
2430
+ z-index: 2147483647;
2431
+ top: 0;
2432
+ left: 0;
2433
+ height: 2px;
2434
+ border-radius: 1px;
2435
+ opacity: 0.7;
2436
+ }
2437
+ .jodit-progress-bar div {
2438
+ position: relative;
2439
+ height: 2px;
2440
+ background: var(--jd-color-background-progress);
2441
+ transition: width 500ms ease-out, opacity 500ms linear;
2442
+ will-change: width, opacity;
2443
+ }
2444
+ .jodit-progress-bar div::before,
2445
+ .jodit-progress-bar div::after {
2446
+ position: absolute;
2447
+ top: 0;
2448
+ display: inline-block;
2449
+ height: 2px;
2450
+ border-radius: 100%;
2451
+ animation: pulse 2s ease-out 0s infinite;
2452
+ box-shadow: var(--jd-color-background-progress) 1px 0 6px 1px;
2453
+ content: '';
2454
+ opacity: 0.6;
2455
+ }
2456
+ .jodit-progress-bar div::before {
2457
+ right: -80px;
2458
+ width: 180px;
2459
+ clip: rect(-6px, 90px, 14px, -6px);
2460
+ }
2461
+ .jodit-progress-bar div::after {
2462
+ right: 0;
2463
+ width: 20px;
2464
+ clip: rect(-6px, 22px, 14px, var(--jd-padding-default));
2465
+ }
2466
+
2467
+ /*!
2468
+ * Jodit Editor (https://xdsoft.net/jodit/)
2469
+ * Released under MIT see LICENSE.txt in the project root for license information.
2470
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2471
+ */
2472
+ .jodit-toolbar-collection,
2473
+ .jodit-toolbar-editor-collection {
2474
+ display: flex;
2475
+ flex-direction: column;
2476
+ }
2477
+ .jodit-toolbar-collection_mode_horizontal,
2478
+ .jodit-toolbar-editor-collection_mode_horizontal {
2479
+ position: relative;
2480
+ background-image: repeating-linear-gradient(transparent 0, transparent calc(var(--jd-button-size) - 1px), var(--jd-color-border) var(--jd-button-size));
2481
+ }
2482
+ .jodit-toolbar-collection_mode_horizontal::after,
2483
+ .jodit-toolbar-editor-collection_mode_horizontal::after {
2484
+ position: absolute;
2485
+ bottom: 0;
2486
+ left: 0;
2487
+ display: block;
2488
+ width: 100%;
2489
+ height: 1px;
2490
+ background-color: var(--jd-color-background-default);
2491
+ content: '';
2492
+ }
2493
+ .jodit-toolbar-collection_size_tiny,
2494
+ .jodit-toolbar-editor-collection_size_tiny {
2495
+ --jd-button-icon-size: 8px;
2496
+ }
2497
+ .jodit-toolbar-collection_size_tiny.jodit-toolbar-collection_mode_horizontal,
2498
+ .jodit-toolbar-editor-collection_size_tiny.jodit-toolbar-collection_mode_horizontal,
2499
+ .jodit-toolbar-collection_size_tiny.jodit-toolbar-editor-collection_mode_horizontal,
2500
+ .jodit-toolbar-editor-collection_size_tiny.jodit-toolbar-editor-collection_mode_horizontal {
2501
+ background-image: repeating-linear-gradient(transparent 0, transparent 19px, var(--jd-color-border) 20px);
2502
+ }
2503
+ .jodit-toolbar-collection_size_xsmall,
2504
+ .jodit-toolbar-editor-collection_size_xsmall {
2505
+ --jd-button-icon-size: 10px;
2506
+ }
2507
+ .jodit-toolbar-collection_size_xsmall.jodit-toolbar-collection_mode_horizontal,
2508
+ .jodit-toolbar-editor-collection_size_xsmall.jodit-toolbar-collection_mode_horizontal,
2509
+ .jodit-toolbar-collection_size_xsmall.jodit-toolbar-editor-collection_mode_horizontal,
2510
+ .jodit-toolbar-editor-collection_size_xsmall.jodit-toolbar-editor-collection_mode_horizontal {
2511
+ background-image: repeating-linear-gradient(transparent 0, transparent 25px, var(--jd-color-border) 26px);
2512
+ }
2513
+ .jodit-toolbar-collection_size_small,
2514
+ .jodit-toolbar-editor-collection_size_small {
2515
+ --jd-button-icon-size: 12px;
2516
+ }
2517
+ .jodit-toolbar-collection_size_small.jodit-toolbar-collection_mode_horizontal,
2518
+ .jodit-toolbar-editor-collection_size_small.jodit-toolbar-collection_mode_horizontal,
2519
+ .jodit-toolbar-collection_size_small.jodit-toolbar-editor-collection_mode_horizontal,
2520
+ .jodit-toolbar-editor-collection_size_small.jodit-toolbar-editor-collection_mode_horizontal {
2521
+ background-image: repeating-linear-gradient(transparent 0, transparent 31px, var(--jd-color-border) 32px);
2522
+ }
2523
+ .jodit-toolbar-collection_size_middle,
2524
+ .jodit-toolbar-editor-collection_size_middle {
2525
+ --jd-button-icon-size: 14px;
2526
+ }
2527
+ .jodit-toolbar-collection_size_middle.jodit-toolbar-collection_mode_horizontal,
2528
+ .jodit-toolbar-editor-collection_size_middle.jodit-toolbar-collection_mode_horizontal,
2529
+ .jodit-toolbar-collection_size_middle.jodit-toolbar-editor-collection_mode_horizontal,
2530
+ .jodit-toolbar-editor-collection_size_middle.jodit-toolbar-editor-collection_mode_horizontal {
2531
+ background-image: repeating-linear-gradient(transparent 0, transparent 37px, var(--jd-color-border) 38px);
2532
+ }
2533
+ .jodit-toolbar-collection_size_large,
2534
+ .jodit-toolbar-editor-collection_size_large {
2535
+ --jd-button-icon-size: 16px;
2536
+ }
2537
+ .jodit-toolbar-collection_size_large.jodit-toolbar-collection_mode_horizontal,
2538
+ .jodit-toolbar-editor-collection_size_large.jodit-toolbar-collection_mode_horizontal,
2539
+ .jodit-toolbar-collection_size_large.jodit-toolbar-editor-collection_mode_horizontal,
2540
+ .jodit-toolbar-editor-collection_size_large.jodit-toolbar-editor-collection_mode_horizontal {
2541
+ background-image: repeating-linear-gradient(transparent 0, transparent 43px, var(--jd-color-border) 44px);
2542
+ }
2543
+ .jodit-toolbar-collection_mode_vertical .jodit-ui-group,
2544
+ .jodit-toolbar-editor-collection_mode_vertical .jodit-ui-group {
2545
+ flex-direction: column;
2546
+ border: 0;
2547
+ background-color: transparent;
2548
+ }
2549
+ .jodit-toolbar-collection_mode_vertical .jodit-toolbar-button,
2550
+ .jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button {
2551
+ height: auto;
2552
+ min-height: var(--jd-button-size);
2553
+ }
2554
+ .jodit-toolbar-collection_mode_vertical .jodit-toolbar-button__button,
2555
+ .jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button__button {
2556
+ width: 100%;
2557
+ height: auto;
2558
+ min-height: var(--jd-button-size);
2559
+ cursor: pointer;
2560
+ }
2561
+ .jodit-toolbar-collection_mode_vertical .jodit-toolbar-button__text:not(:empty),
2562
+ .jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button__text:not(:empty) {
2563
+ justify-content: left;
2564
+ }
2565
+ .jodit-toolbar-collection .jodit-toolbar-content,
2566
+ .jodit-toolbar-editor-collection .jodit-toolbar-content,
2567
+ .jodit-toolbar-collection .jodit-toolbar-button,
2568
+ .jodit-toolbar-editor-collection .jodit-toolbar-button {
2569
+ padding: 0;
2570
+ margin: var(--jd-margin-v) 1px;
2571
+ }
2572
+ .jodit-dialog .jodit-toolbar-collection_mode_horizontal,
2573
+ .jodit-dialog .jodit-toolbar-editor-collection_mode_horizontal {
2574
+ background-image: none;
2575
+ }
2576
+
2577
+ /*!
2578
+ * Jodit Editor (https://xdsoft.net/jodit/)
2579
+ * Released under MIT see LICENSE.txt in the project root for license information.
2580
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2581
+ */
2582
+ .jodit-toolbar-button {
2583
+ display: flex;
2584
+ overflow: hidden;
2585
+ align-items: center;
2586
+ justify-content: center;
2587
+ border: 1px solid transparent;
2588
+ border-radius: var(--jd-border-radius-default);
2589
+ min-width: 34px;
2590
+ height: 34px;
2591
+ }
2592
+ .jodit-toolbar-button__icon {
2593
+ display: none;
2594
+ }
2595
+ .jodit-toolbar-button__icon:not(:empty) {
2596
+ display: inline-flex;
2597
+ }
2598
+ .jodit-toolbar-button__text {
2599
+ display: none;
2600
+ }
2601
+ .jodit-toolbar-button__text:not(:empty) {
2602
+ font-family: var(--jd-font-default);
2603
+ font-size: var(--jd-font-size-default);
2604
+ display: inline-flex;
2605
+ flex-grow: 1;
2606
+ justify-content: center;
2607
+ }
2608
+ .jodit-toolbar-button_context_menu .jodit-toolbar-button__text {
2609
+ position: relative;
2610
+ justify-content: left;
2611
+ padding-left: var(--jd-padding-default);
2612
+ }
2613
+ .jodit-toolbar-button_context_menu .jodit-toolbar-button__text::before {
2614
+ position: absolute;
2615
+ top: calc(var(--jd-padding-default) * -1);
2616
+ left: 0;
2617
+ height: 35px;
2618
+ border-left: 1px solid var(--jd-color-border);
2619
+ content: '';
2620
+ }
2621
+ .jodit-toolbar-button__icon:not(:empty) + .jodit-toolbar-button__text:not(:empty) {
2622
+ margin-left: var(--jd-padding-default);
2623
+ }
2624
+ .jodit-toolbar-button__icon:empty + .jodit-toolbar-button__text:not(:empty) {
2625
+ padding: 0 var(--jd-padding-default);
2626
+ }
2627
+ .jodit-toolbar-button__icon:empty + .jodit-toolbar-button__text:not(:empty) {
2628
+ padding: 0;
2629
+ }
2630
+ .jodit-toolbar-button .jodit-icon {
2631
+ width: 14px;
2632
+ height: 14px;
2633
+ }
2634
+ .jodit-toolbar-button button {
2635
+ min-width: 34px;
2636
+ height: 34px;
2637
+ padding: 0;
2638
+ appearance: none;
2639
+ }
2640
+ .jodit-toolbar-button_text-icons_true button {
2641
+ padding: 0 var(--jd-padding-default);
2642
+ }
2643
+ .jodit-toolbar-button_size_tiny {
2644
+ min-width: 16px;
2645
+ height: 16px;
2646
+ }
2647
+ .jodit-toolbar-button_size_tiny .jodit-icon {
2648
+ width: 8px;
2649
+ height: 8px;
2650
+ }
2651
+ .jodit-toolbar-button_size_tiny button {
2652
+ min-width: 16px;
2653
+ height: 16px;
2654
+ padding: 0;
2655
+ appearance: none;
2656
+ }
2657
+ .jodit-toolbar-button_size_tiny_text-icons_true button {
2658
+ padding: 0 var(--jd-padding-default);
2659
+ }
2660
+ .jodit-toolbar-button_size_xsmall {
2661
+ min-width: 22px;
2662
+ height: 22px;
2663
+ }
2664
+ .jodit-toolbar-button_size_xsmall .jodit-icon {
2665
+ width: 10px;
2666
+ height: 10px;
2667
+ }
2668
+ .jodit-toolbar-button_size_xsmall button {
2669
+ min-width: 22px;
2670
+ height: 22px;
2671
+ padding: 0;
2672
+ appearance: none;
2673
+ }
2674
+ .jodit-toolbar-button_size_xsmall_text-icons_true button {
2675
+ padding: 0 var(--jd-padding-default);
2676
+ }
2677
+ .jodit-toolbar-button_size_small {
2678
+ min-width: 28px;
2679
+ height: 28px;
2680
+ }
2681
+ .jodit-toolbar-button_size_small .jodit-icon {
2682
+ width: 12px;
2683
+ height: 12px;
2684
+ }
2685
+ .jodit-toolbar-button_size_small button {
2686
+ min-width: 28px;
2687
+ height: 28px;
2688
+ padding: 0;
2689
+ appearance: none;
2690
+ }
2691
+ .jodit-toolbar-button_size_small_text-icons_true button {
2692
+ padding: 0 var(--jd-padding-default);
2693
+ }
2694
+ .jodit-toolbar-button_size_large {
2695
+ min-width: 40px;
2696
+ height: 40px;
2697
+ }
2698
+ .jodit-toolbar-button_size_large .jodit-icon {
2699
+ width: 16px;
2700
+ height: 16px;
2701
+ }
2702
+ .jodit-toolbar-button_size_large button {
2703
+ min-width: 40px;
2704
+ height: 40px;
2705
+ padding: 0;
2706
+ appearance: none;
2707
+ }
2708
+ .jodit-toolbar-button_size_large_text-icons_true button {
2709
+ padding: 0 var(--jd-padding-default);
2710
+ }
2711
+ .jodit-toolbar-button__button {
2712
+ cursor: pointer;
2713
+ position: relative;
2714
+ box-sizing: border-box;
2715
+ padding: 0;
2716
+ border: 0;
2717
+ appearance: none;
2718
+ background: 0 0;
2719
+ box-shadow: none;
2720
+ font-style: normal;
2721
+ outline: 0;
2722
+ text-align: center;
2723
+ text-decoration: none;
2724
+ text-transform: none;
2725
+ user-select: none;
2726
+ display: inline-flex;
2727
+ align-items: center;
2728
+ justify-content: center;
2729
+ padding: 0 var(--jd-padding-default);
2730
+ border-radius: var(--jd-border-radius-default);
2731
+ color: var(--jd-color-text-icons);
2732
+ }
2733
+ .jodit-toolbar-button__button:hover:not([disabled]),
2734
+ .jodit-toolbar-button__button:focus-visible:not([disabled]) {
2735
+ background-color: var(--jd-color-button-background-hover);
2736
+ opacity: 1;
2737
+ outline: 0;
2738
+ }
2739
+ .jodit-toolbar-button__button:active:not([disabled]),
2740
+ .jodit-toolbar-button__button[aria-pressed='true']:not([disabled]) {
2741
+ background-color: var(--jd-color-button-background-hover-opacity40);
2742
+ outline: 0;
2743
+ }
2744
+ .jodit-toolbar-button__button[aria-pressed='true']:hover:not([disabled]) {
2745
+ background-color: var(--jd-color-button-background-hover-opacity60);
2746
+ }
2747
+ .jodit-toolbar-button__button[disabled] {
2748
+ opacity: 0.3;
2749
+ pointer-events: none;
2750
+ }
2751
+ .jodit-toolbar-button__trigger {
2752
+ display: flex;
2753
+ height: 100%;
2754
+ align-items: center;
2755
+ justify-content: center;
2756
+ border-radius: 0 var(--jd-border-radius-default) var(--jd-border-radius-default) 0;
2757
+ opacity: 0.4;
2758
+ cursor: pointer;
2759
+ width: 14px;
2760
+ }
2761
+ .jodit-toolbar-button__trigger:hover:not([disabled]),
2762
+ .jodit-toolbar-button__trigger:focus-visible:not([disabled]) {
2763
+ background-color: var(--jd-color-button-background-hover);
2764
+ opacity: 1;
2765
+ outline: 0;
2766
+ }
2767
+ .jodit-toolbar-button__trigger:active:not([disabled]),
2768
+ .jodit-toolbar-button__trigger[aria-pressed='true']:not([disabled]) {
2769
+ background-color: var(--jd-color-button-background-hover-opacity40);
2770
+ outline: 0;
2771
+ }
2772
+ .jodit-toolbar-button__trigger[aria-pressed='true']:hover:not([disabled]) {
2773
+ background-color: var(--jd-color-button-background-hover-opacity60);
2774
+ }
2775
+ .jodit-toolbar-button__trigger[disabled] {
2776
+ opacity: 0.3;
2777
+ pointer-events: none;
2778
+ }
2779
+ .jodit-toolbar-button__trigger svg {
2780
+ width: 10px;
2781
+ }
2782
+ .jodit-toolbar-button_size_tiny .jodit-toolbar-button__trigger {
2783
+ width: 8px;
2784
+ }
2785
+ .jodit-toolbar-button_size_tiny .jodit-toolbar-button__trigger svg {
2786
+ width: 4px;
2787
+ }
2788
+ .jodit-toolbar-button_size_xsmall .jodit-toolbar-button__trigger {
2789
+ width: 10px;
2790
+ }
2791
+ .jodit-toolbar-button_size_xsmall .jodit-toolbar-button__trigger svg {
2792
+ width: 6px;
2793
+ }
2794
+ .jodit-toolbar-button_size_small .jodit-toolbar-button__trigger {
2795
+ width: 12px;
2796
+ }
2797
+ .jodit-toolbar-button_size_small .jodit-toolbar-button__trigger svg {
2798
+ width: 8px;
2799
+ }
2800
+ .jodit-toolbar-button_size_large .jodit-toolbar-button__trigger {
2801
+ width: 16px;
2802
+ }
2803
+ .jodit-toolbar-button_size_large .jodit-toolbar-button__trigger svg {
2804
+ width: 12px;
2805
+ }
2806
+ .jodit-toolbar-button_with-trigger_true .jodit-toolbar-button__button {
2807
+ border-radius: var(--jd-border-radius-default) 0 0 var(--jd-border-radius-default);
2808
+ }
2809
+ .jodit-toolbar-button_with-trigger_true:hover:not([disabled]) {
2810
+ border-color: var(--jd-color-border);
2811
+ }
2812
+ .jodit-toolbar-button_stroke_false svg {
2813
+ stroke: none;
2814
+ }
2815
+
2816
+ /*!
2817
+ * Jodit Editor (https://xdsoft.net/jodit/)
2818
+ * Released under MIT see LICENSE.txt in the project root for license information.
2819
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2820
+ */
2821
+ .jodit-toolbar-content {
2822
+ position: relative;
2823
+ box-sizing: border-box;
2824
+ border: 0;
2825
+ appearance: none;
2826
+ background: 0 0;
2827
+ box-shadow: none;
2828
+ font-style: normal;
2829
+ outline: 0;
2830
+ text-align: center;
2831
+ text-decoration: none;
2832
+ text-transform: none;
2833
+ user-select: none;
2834
+ display: inline-flex;
2835
+ align-items: center;
2836
+ justify-content: center;
2837
+ padding: 0 var(--jd-padding-default);
2838
+ border-radius: var(--jd-border-radius-default);
2839
+ color: var(--jd-color-text-icons);
2840
+ cursor: pointer;
2841
+ min-width: 34px;
2842
+ height: 34px;
2843
+ padding: 0;
2844
+ border: 1px solid transparent;
2845
+ }
2846
+ .jodit-toolbar-content:hover:not([disabled]),
2847
+ .jodit-toolbar-content:focus-visible:not([disabled]) {
2848
+ background-color: var(--jd-color-button-background-hover);
2849
+ opacity: 1;
2850
+ outline: 0;
2851
+ }
2852
+ .jodit-toolbar-content:active:not([disabled]),
2853
+ .jodit-toolbar-content[aria-pressed='true']:not([disabled]) {
2854
+ background-color: var(--jd-color-button-background-hover-opacity40);
2855
+ outline: 0;
2856
+ }
2857
+ .jodit-toolbar-content[aria-pressed='true']:hover:not([disabled]) {
2858
+ background-color: var(--jd-color-button-background-hover-opacity60);
2859
+ }
2860
+ .jodit-toolbar-content[disabled] {
2861
+ opacity: 0.3;
2862
+ pointer-events: none;
2863
+ }
2864
+ .jodit-toolbar-content .jodit-icon {
2865
+ width: 14px;
2866
+ height: 14px;
2867
+ }
2868
+ .jodit-toolbar-content button {
2869
+ min-width: 34px;
2870
+ height: 34px;
2871
+ padding: 0;
2872
+ appearance: none;
2873
+ }
2874
+ .jodit-toolbar-content_text-icons_true button {
2875
+ padding: 0 var(--jd-padding-default);
2876
+ }
2877
+ .jodit-toolbar-content_size_tiny {
2878
+ min-width: 16px;
2879
+ height: 16px;
2880
+ }
2881
+ .jodit-toolbar-content_size_tiny .jodit-icon {
2882
+ width: 8px;
2883
+ height: 8px;
2884
+ }
2885
+ .jodit-toolbar-content_size_tiny button {
2886
+ min-width: 16px;
2887
+ height: 16px;
2888
+ padding: 0;
2889
+ appearance: none;
2890
+ }
2891
+ .jodit-toolbar-content_size_tiny_text-icons_true button {
2892
+ padding: 0 var(--jd-padding-default);
2893
+ }
2894
+ .jodit-toolbar-content_size_xsmall {
2895
+ min-width: 22px;
2896
+ height: 22px;
2897
+ }
2898
+ .jodit-toolbar-content_size_xsmall .jodit-icon {
2899
+ width: 10px;
2900
+ height: 10px;
2901
+ }
2902
+ .jodit-toolbar-content_size_xsmall button {
2903
+ min-width: 22px;
2904
+ height: 22px;
2905
+ padding: 0;
2906
+ appearance: none;
2907
+ }
2908
+ .jodit-toolbar-content_size_xsmall_text-icons_true button {
2909
+ padding: 0 var(--jd-padding-default);
2910
+ }
2911
+ .jodit-toolbar-content_size_small {
2912
+ min-width: 28px;
2913
+ height: 28px;
2914
+ }
2915
+ .jodit-toolbar-content_size_small .jodit-icon {
2916
+ width: 12px;
2917
+ height: 12px;
2918
+ }
2919
+ .jodit-toolbar-content_size_small button {
2920
+ min-width: 28px;
2921
+ height: 28px;
2922
+ padding: 0;
2923
+ appearance: none;
2924
+ }
2925
+ .jodit-toolbar-content_size_small_text-icons_true button {
2926
+ padding: 0 var(--jd-padding-default);
2927
+ }
2928
+ .jodit-toolbar-content_size_large {
2929
+ min-width: 40px;
2930
+ height: 40px;
2931
+ }
2932
+ .jodit-toolbar-content_size_large .jodit-icon {
2933
+ width: 16px;
2934
+ height: 16px;
2935
+ }
2936
+ .jodit-toolbar-content_size_large button {
2937
+ min-width: 40px;
2938
+ height: 40px;
2939
+ padding: 0;
2940
+ appearance: none;
2941
+ }
2942
+ .jodit-toolbar-content_size_large_text-icons_true button {
2943
+ padding: 0 var(--jd-padding-default);
2944
+ }
2945
+ .jodit-toolbar-content__icon {
2946
+ display: none;
2947
+ }
2948
+ .jodit-toolbar-content__icon:not(:empty) {
2949
+ display: inline-flex;
2950
+ }
2951
+ .jodit-toolbar-content__text {
2952
+ display: none;
2953
+ }
2954
+ .jodit-toolbar-content__text:not(:empty) {
2955
+ font-family: var(--jd-font-default);
2956
+ font-size: var(--jd-font-size-default);
2957
+ display: inline-flex;
2958
+ flex-grow: 1;
2959
+ justify-content: center;
2960
+ }
2961
+ .jodit-toolbar-content_context_menu .jodit-toolbar-content__text {
2962
+ position: relative;
2963
+ justify-content: left;
2964
+ padding-left: var(--jd-padding-default);
2965
+ }
2966
+ .jodit-toolbar-content_context_menu .jodit-toolbar-content__text::before {
2967
+ position: absolute;
2968
+ top: calc(var(--jd-padding-default) * -1);
2969
+ left: 0;
2970
+ height: 35px;
2971
+ border-left: 1px solid var(--jd-color-border);
2972
+ content: '';
2973
+ }
2974
+ .jodit-toolbar-content__icon:not(:empty) + .jodit-toolbar-content__text:not(:empty) {
2975
+ margin-left: var(--jd-padding-default);
2976
+ }
2977
+ .jodit-toolbar-content__icon:empty + .jodit-toolbar-content__text:not(:empty) {
2978
+ padding: 0 var(--jd-padding-default);
2979
+ }
2980
+ .jodit-toolbar-content:focus:not([disabled]) {
2981
+ outline: 1px dashed var(--jd-color-background-selection);
2982
+ }
2983
+ .jodit-toolbar-content_variant_default {
2984
+ background-color: #e3e3e3;
2985
+ color: #212529;
2986
+ }
2987
+ .jodit-toolbar-content_variant_default svg {
2988
+ fill: #212529;
2989
+ stroke: #212529;
2990
+ }
2991
+ .jodit-toolbar-content_variant_default [disabled] {
2992
+ opacity: 0.7;
2993
+ }
2994
+ .jodit-toolbar-content_variant_default:hover:not([disabled]) {
2995
+ background-color: #c9cdd1;
2996
+ color: #212529;
2997
+ }
2998
+ .jodit-toolbar-content_variant_default:hover:not([disabled]) svg {
2999
+ fill: #212529;
3000
+ stroke: #212529;
3001
+ }
3002
+ .jodit-toolbar-content_variant_default:active:not([disabled]) {
3003
+ background-color: #dae0e5;
3004
+ color: #212529;
3005
+ }
3006
+ .jodit-toolbar-content_variant_default:active:not([disabled]) svg {
3007
+ fill: #212529;
3008
+ stroke: #212529;
3009
+ }
3010
+ .jodit-toolbar-content_variant_default:focus:not([disabled]) {
3011
+ outline: 1px dashed #dae0e5;
3012
+ }
3013
+ .jodit-toolbar-content_variant_primary {
3014
+ background-color: #007bff;
3015
+ color: #fff;
3016
+ }
3017
+ .jodit-toolbar-content_variant_primary svg {
3018
+ fill: #fff;
3019
+ stroke: #fff;
3020
+ }
3021
+ .jodit-toolbar-content_variant_primary [disabled] {
3022
+ opacity: 0.7;
3023
+ }
3024
+ .jodit-toolbar-content_variant_primary:hover:not([disabled]) {
3025
+ background-color: #0069d9;
3026
+ color: #fff;
3027
+ }
3028
+ .jodit-toolbar-content_variant_primary:hover:not([disabled]) svg {
3029
+ fill: #fff;
3030
+ stroke: #fff;
3031
+ }
3032
+ .jodit-toolbar-content_variant_primary:active:not([disabled]) {
3033
+ background-color: #0062cc;
3034
+ color: #fff;
3035
+ }
3036
+ .jodit-toolbar-content_variant_primary:active:not([disabled]) svg {
3037
+ fill: #fff;
3038
+ stroke: #fff;
3039
+ }
3040
+ .jodit-toolbar-content_variant_primary:focus:not([disabled]) {
3041
+ outline: 1px dashed #0062cc;
3042
+ }
3043
+ .jodit-toolbar-content_variant_secondary {
3044
+ background-color: #d8d8d8;
3045
+ color: #212529;
3046
+ border-radius: 0;
3047
+ }
3048
+ .jodit-toolbar-content_variant_secondary svg {
3049
+ fill: #212529;
3050
+ stroke: #212529;
3051
+ }
3052
+ .jodit-toolbar-content_variant_secondary [disabled] {
3053
+ opacity: 0.7;
3054
+ }
3055
+ .jodit-toolbar-content_variant_secondary:hover:not([disabled]) {
3056
+ background-color: #c9cdd1;
3057
+ color: #212529;
3058
+ }
3059
+ .jodit-toolbar-content_variant_secondary:hover:not([disabled]) svg {
3060
+ fill: #212529;
3061
+ stroke: #212529;
3062
+ }
3063
+ .jodit-toolbar-content_variant_secondary:active:not([disabled]) {
3064
+ background-color: #dae0e5;
3065
+ color: #212529;
3066
+ }
3067
+ .jodit-toolbar-content_variant_secondary:active:not([disabled]) svg {
3068
+ fill: #212529;
3069
+ stroke: #212529;
3070
+ }
3071
+ .jodit-toolbar-content_variant_secondary:focus:not([disabled]) {
3072
+ outline: 1px dashed #dae0e5;
3073
+ }
3074
+ .jodit-toolbar-content_variant_success {
3075
+ background-color: #28a745;
3076
+ color: #fff;
3077
+ }
3078
+ .jodit-toolbar-content_variant_success svg {
3079
+ fill: #fff;
3080
+ stroke: #fff;
3081
+ }
3082
+ .jodit-toolbar-content_variant_success [disabled] {
3083
+ opacity: 0.7;
3084
+ }
3085
+ .jodit-toolbar-content_variant_success:hover:not([disabled]) {
3086
+ background-color: #218838;
3087
+ color: #fff;
3088
+ }
3089
+ .jodit-toolbar-content_variant_success:hover:not([disabled]) svg {
3090
+ fill: #fff;
3091
+ stroke: #fff;
3092
+ }
3093
+ .jodit-toolbar-content_variant_success:active:not([disabled]) {
3094
+ background-color: #1e7e34;
3095
+ color: #fff;
3096
+ }
3097
+ .jodit-toolbar-content_variant_success:active:not([disabled]) svg {
3098
+ fill: #fff;
3099
+ stroke: #fff;
3100
+ }
3101
+ .jodit-toolbar-content_variant_success:focus:not([disabled]) {
3102
+ outline: 1px dashed #1e7e34;
3103
+ }
3104
+ .jodit-toolbar-content_variant_danger {
3105
+ background-color: #dc3545;
3106
+ color: #fff;
3107
+ }
3108
+ .jodit-toolbar-content_variant_danger svg {
3109
+ fill: #fff;
3110
+ stroke: #fff;
3111
+ }
3112
+ .jodit-toolbar-content_variant_danger [disabled] {
3113
+ opacity: 0.7;
3114
+ }
3115
+ .jodit-toolbar-content_variant_danger:hover:not([disabled]) {
3116
+ background-color: #c82333;
3117
+ color: #fff;
3118
+ }
3119
+ .jodit-toolbar-content_variant_danger:hover:not([disabled]) svg {
3120
+ fill: #fff;
3121
+ stroke: #fff;
3122
+ }
3123
+ .jodit-toolbar-content_variant_danger:active:not([disabled]) {
3124
+ background-color: #bd2130;
3125
+ color: #fff;
3126
+ }
3127
+ .jodit-toolbar-content_variant_danger:active:not([disabled]) svg {
3128
+ fill: #fff;
3129
+ stroke: #fff;
3130
+ }
3131
+ .jodit-toolbar-content_variant_danger:focus:not([disabled]) {
3132
+ outline: 1px dashed #bd2130;
3133
+ }
3134
+ .jodit-toolbar-content:hover:not([disabled]) {
3135
+ background-color: transparent;
3136
+ opacity: 1;
3137
+ outline: 0;
3138
+ }
3139
+
3140
+ /*!
3141
+ * Jodit Editor (https://xdsoft.net/jodit/)
3142
+ * Released under MIT see LICENSE.txt in the project root for license information.
3143
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3144
+ */
3145
+ /*!
3146
+ * Jodit Editor (https://xdsoft.net/jodit/)
3147
+ * Released under MIT see LICENSE.txt in the project root for license information.
3148
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3149
+ */
3150
+ :root {
3151
+ --jd-first-column: 31%;
3152
+ --jd-cols: 4;
3153
+ --jd-info-background: #e9e9e9;
3154
+ --jd-icon-size: 12px;
3155
+ --jd-col-size: 150px;
3156
+ }
3157
+ .jodit-filebrowser {
3158
+ display: flex;
3159
+ height: 100%;
3160
+ font-family: var(--jd-font-default);
3161
+ }
3162
+ .jodit-filebrowser_no-files_true {
3163
+ padding: var(--jd-padding-default);
3164
+ }
3165
+ @media (max-width: 480px) {
3166
+ .jodit-filebrowser {
3167
+ flex-flow: column-reverse;
3168
+ }
3169
+ }
3170
+ .jodit-dialog .jodit-dialog__header-title.jodit-filebrowser__title-box {
3171
+ display: flex;
3172
+ align-items: center;
3173
+ padding-left: var(--jd-padding-default);
3174
+ }
3175
+ /*!
3176
+ * Jodit Editor (https://xdsoft.net/jodit/)
3177
+ * Released under MIT see LICENSE.txt in the project root for license information.
3178
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3179
+ */
3180
+ .jodit-filebrowser-preview {
3181
+ position: relative;
3182
+ display: flex;
3183
+ min-width: 400px;
3184
+ max-width: min(100%, 1000px);
3185
+ height: 100%;
3186
+ min-height: min(100%, 500px);
3187
+ max-height: 100%;
3188
+ align-items: center;
3189
+ justify-content: center;
3190
+ margin: auto;
3191
+ text-align: center;
3192
+ }
3193
+ @media (max-width: 768px) {
3194
+ .jodit-filebrowser-preview {
3195
+ min-width: auto;
3196
+ max-width: 100%;
3197
+ height: 100%;
3198
+ min-height: auto;
3199
+ max-height: 100%;
3200
+ }
3201
+ }
3202
+ .jodit-filebrowser-preview__box {
3203
+ display: flex;
3204
+ flex-grow: 1;
3205
+ align-items: center;
3206
+ justify-content: center;
3207
+ }
3208
+ .jodit-filebrowser-preview__navigation {
3209
+ position: absolute;
3210
+ top: 0;
3211
+ left: 0;
3212
+ height: 100%;
3213
+ cursor: pointer;
3214
+ }
3215
+ .jodit-filebrowser-preview__navigation_arrow_next {
3216
+ right: 0;
3217
+ left: auto;
3218
+ }
3219
+ .jodit-filebrowser-preview__navigation svg {
3220
+ position: relative;
3221
+ top: 50%;
3222
+ width: 45px;
3223
+ height: 45px;
3224
+ fill: #9e9ba7;
3225
+ transform: translateY(-50%);
3226
+ transition: fill 0.3s linear;
3227
+ }
3228
+ .jodit-filebrowser-preview__navigation:hover svg {
3229
+ fill: #000;
3230
+ }
3231
+ .jodit-filebrowser-preview img {
3232
+ max-width: 100%;
3233
+ max-height: 100%;
3234
+ }
3235
+
3236
+ /*!
3237
+ * Jodit Editor (https://xdsoft.net/jodit/)
3238
+ * Released under MIT see LICENSE.txt in the project root for license information.
3239
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3240
+ */
3241
+ :root {
3242
+ --jd-image-editor-resizer-border-color: #05ff00;
3243
+ --jd-image-editor-resizer-target-size: padding-default;
3244
+ --jd-image-editor-resizer-target-border-color: #383838;
3245
+ --jd-image-editor-resizer-target-bg-color: #8c7878;
3246
+ }
3247
+ .jodit-image-editor {
3248
+ overflow: hidden;
3249
+ width: 100%;
3250
+ height: 100%;
3251
+ padding: var(--jd-padding-default);
3252
+ }
3253
+ @media (max-width: 768px) {
3254
+ .jodit-image-editor {
3255
+ height: auto;
3256
+ }
3257
+ }
3258
+ .jodit-image-editor > div,
3259
+ .jodit-image-editor > div > div {
3260
+ height: 100%;
3261
+ }
3262
+ @media (max-width: 768px) {
3263
+ .jodit-image-editor > div,
3264
+ .jodit-image-editor > div > div {
3265
+ height: auto;
3266
+ min-height: 200px;
3267
+ }
3268
+ }
3269
+ .jodit-image-editor * {
3270
+ box-sizing: border-box;
3271
+ }
3272
+ .jodit-image-editor .jodit-image-editor__slider-title {
3273
+ padding: 0.8em 1em;
3274
+ border-bottom: 1px solid rgba(158, 158, 158, 0.31);
3275
+ background-color: #f9f9f9;
3276
+ color: #333333;
3277
+ cursor: pointer;
3278
+ font-weight: bold;
3279
+ line-height: 1em;
3280
+ text-overflow: ellipsis;
3281
+ text-shadow: #f3f3f3 0 1px 0;
3282
+ user-select: none;
3283
+ white-space: nowrap;
3284
+ }
3285
+ .jodit-image-editor .jodit-image-editor__slider-title svg {
3286
+ display: inline-block;
3287
+ width: 16px;
3288
+ margin-right: var(--jd-padding-default);
3289
+ vertical-align: middle;
3290
+ }
3291
+ .jodit-image-editor .jodit-image-editor__slider-content {
3292
+ display: none;
3293
+ }
3294
+ .jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-title {
3295
+ background-color: #5d5d5d;
3296
+ color: #fff;
3297
+ text-shadow: #000 0 1px 0;
3298
+ }
3299
+ .jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-title svg {
3300
+ fill: white;
3301
+ }
3302
+ .jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-content {
3303
+ display: block;
3304
+ }
3305
+ .jodit-image-editor__area {
3306
+ position: relative;
3307
+ display: none;
3308
+ overflow: hidden;
3309
+ width: 100%;
3310
+ height: 100%;
3311
+ background-color: #eee;
3312
+ background-image: linear-gradient(45deg, var(--jd-color-border) 25%, transparent 25%, transparent 75%, var(--jd-color-border) 75%, var(--jd-color-border)), linear-gradient(45deg, var(--jd-color-border) 25%, transparent 25%, transparent 75%, var(--jd-color-border) 75%, var(--jd-color-border));
3313
+ background-position: 0 0, 15px 15px;
3314
+ background-size: 30px 30px;
3315
+ user-select: none;
3316
+ }
3317
+ .jodit-image-editor__area.jodit-image-editor_active {
3318
+ display: block;
3319
+ }
3320
+ .jodit-image-editor__area .jodit-image-editor__box {
3321
+ position: relative;
3322
+ z-index: 1;
3323
+ overflow: hidden;
3324
+ height: 100%;
3325
+ pointer-events: none;
3326
+ }
3327
+ .jodit-image-editor__area .jodit-image-editor__box img {
3328
+ max-width: 100%;
3329
+ max-height: 100%;
3330
+ user-select: none;
3331
+ }
3332
+ .jodit-image-editor__area .jodit-image-editor__croper,
3333
+ .jodit-image-editor__area .jodit-image-editor__resizer {
3334
+ position: absolute;
3335
+ z-index: 2;
3336
+ top: var(--jd-padding-default);
3337
+ left: 20px;
3338
+ width: 100px;
3339
+ height: 100px;
3340
+ border: 1px solid #fff;
3341
+ background-repeat: no-repeat;
3342
+ box-shadow: 0 0 11px #000;
3343
+ pointer-events: none;
3344
+ }
3345
+ .jodit-image-editor__area .jodit-image-editor__croper i.jodit_bottomright,
3346
+ .jodit-image-editor__area .jodit-image-editor__resizer i.jodit_bottomright {
3347
+ position: absolute;
3348
+ z-index: 4;
3349
+ right: calc(var(--jd-padding-default) * -1);
3350
+ bottom: calc(var(--jd-padding-default) * -1);
3351
+ display: inline-block;
3352
+ width: 20px;
3353
+ height: 20px;
3354
+ border: 1px solid var(--jd-image-editor-resizer-target-border-color);
3355
+ border-radius: 50%;
3356
+ background-color: var(--jd-image-editor-resizer-target-bg-color);
3357
+ box-shadow: 0 0 11px #000;
3358
+ cursor: se-resize;
3359
+ pointer-events: all;
3360
+ }
3361
+ .jodit-image-editor__area .jodit-image-editor__croper i.jodit_bottomright:active,
3362
+ .jodit-image-editor__area .jodit-image-editor__resizer i.jodit_bottomright:active {
3363
+ border: 1px solid yellow;
3364
+ }
3365
+ .jodit-image-editor__area.jodit-image-editor__area_crop {
3366
+ position: relative;
3367
+ height: 100%;
3368
+ background: #eee;
3369
+ line-height: 100%;
3370
+ text-align: center;
3371
+ }
3372
+ .jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box {
3373
+ overflow: visible;
3374
+ height: 100%;
3375
+ line-height: 100%;
3376
+ pointer-events: all;
3377
+ text-align: left;
3378
+ }
3379
+ .jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box img {
3380
+ width: 100%;
3381
+ max-width: 100%;
3382
+ height: 100%;
3383
+ max-height: 100%;
3384
+ }
3385
+ .jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box::after {
3386
+ position: absolute;
3387
+ z-index: 1;
3388
+ margin: auto;
3389
+ background: rgba(255, 255, 255, 0.3);
3390
+ content: '';
3391
+ inset: 0;
3392
+ }
3393
+ .jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box .jodit-image-editor__croper {
3394
+ cursor: move;
3395
+ pointer-events: all;
3396
+ }
3397
+ .jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box .jodit-image-editor__croper i.jodit-image-editor__sizes {
3398
+ position: absolute;
3399
+ bottom: -30px;
3400
+ left: 100%;
3401
+ display: block;
3402
+ padding: 9px 6px;
3403
+ border-radius: 0.4em;
3404
+ background: rgba(0, 0, 0, 0.2);
3405
+ color: #ffffff;
3406
+ font-size: 12px;
3407
+ text-align: center;
3408
+ text-shadow: none;
3409
+ white-space: pre;
3410
+ }
3411
+ .jodit-image-editor__area.jodit-image-editor__area_crop.jodit-image-editor_active {
3412
+ display: flex;
3413
+ align-items: center;
3414
+ justify-content: center;
3415
+ }
3416
+
3417
+ .jodit-filebrowser-files {
3418
+ position: relative;
3419
+ display: none;
3420
+ height: 100%;
3421
+ vertical-align: top;
3422
+ overflow-anchor: auto;
3423
+ }
3424
+ .jodit-filebrowser-files .jodit-button {
3425
+ border-radius: 0;
3426
+ }
3427
+ .jodit-filebrowser-files_loading_true::before {
3428
+ position: absolute;
3429
+ top: 0;
3430
+ left: 0;
3431
+ width: 100%;
3432
+ height: 100%;
3433
+ content: '';
3434
+ }
3435
+ .jodit-filebrowser-files_loading_true::after {
3436
+ position: absolute;
3437
+ top: 50%;
3438
+ left: 50%;
3439
+ margin-top: calc(var(--jd-icon-loader-size) / -2);
3440
+ margin-left: calc(var(--jd-icon-loader-size) / -2);
3441
+ content: '';
3442
+ opacity: 0.7;
3443
+ display: inline-block;
3444
+ width: var(--jd-icon-loader-size);
3445
+ height: var(--jd-icon-loader-size);
3446
+ animation: rotate 2s ease-out 0s infinite;
3447
+ background: url(data:image/png;base64,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) no-repeat center;
3448
+ background-size: 100% 100%;
3449
+ vertical-align: middle;
3450
+ will-change: transform;
3451
+ }
3452
+ .jodit-filebrowser-files::-webkit-scrollbar {
3453
+ width: calc(var(--jd-padding-default) / 2);
3454
+ }
3455
+ .jodit-filebrowser-files::-webkit-scrollbar-track {
3456
+ box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
3457
+ }
3458
+ .jodit-filebrowser-files::-webkit-scrollbar-thumb {
3459
+ background-color: darkgrey;
3460
+ outline: 1px solid slategrey;
3461
+ }
3462
+ .jodit-filebrowser-files_active_true {
3463
+ display: flex;
3464
+ width: 100%;
3465
+ flex-wrap: wrap;
3466
+ align-content: flex-start;
3467
+ padding: calc(var(--jd-padding-default) / 2);
3468
+ overflow-y: auto;
3469
+ }
3470
+ .jodit-filebrowser-files__item {
3471
+ position: relative;
3472
+ display: flex;
3473
+ overflow: hidden;
3474
+ width: var(--jd-col-size);
3475
+ height: var(--jd-col-size);
3476
+ align-items: center;
3477
+ justify-content: center;
3478
+ border: 1px solid var(--jd-color-border);
3479
+ margin: calc(var(--jd-padding-default) / 2);
3480
+ font-size: 0;
3481
+ text-align: center;
3482
+ transition: border 0.1s linear, bottom 0.1s linear;
3483
+ }
3484
+ @media (max-width: 480px) {
3485
+ .jodit-filebrowser-files__item {
3486
+ width: calc(50% - var(--jd-padding-default));
3487
+ }
3488
+ }
3489
+ .jodit-filebrowser-files__item img {
3490
+ max-width: 100%;
3491
+ }
3492
+ .jodit-filebrowser-files__item:hover {
3493
+ border-color: #433b5c;
3494
+ }
3495
+ .jodit-filebrowser-files__item_active_true {
3496
+ border-color: var(--jd-color-border-selected);
3497
+ background-color: var(--jd-color-border-active);
3498
+ }
3499
+ .jodit-filebrowser-files__item_active_true .jodit-filebrowser-files__item-info {
3500
+ background-color: var(--jd-color-border-active);
3501
+ color: white;
3502
+ text-shadow: none;
3503
+ }
3504
+ .jodit-filebrowser-files__item-info {
3505
+ position: absolute;
3506
+ right: 0;
3507
+ bottom: 0;
3508
+ left: 0;
3509
+ overflow: visible;
3510
+ padding: 0.3em 0.6em;
3511
+ background-color: var(--jd-info-background);
3512
+ color: #333333;
3513
+ font-size: 14px;
3514
+ line-height: 16px;
3515
+ opacity: 0.85;
3516
+ text-align: left;
3517
+ text-shadow: #eeeeee 0 1px 0;
3518
+ transition: opacity 400ms ease;
3519
+ white-space: normal;
3520
+ }
3521
+ .jodit-filebrowser-files__item-info > span {
3522
+ display: block;
3523
+ overflow: hidden;
3524
+ font-size: 0.75em;
3525
+ text-overflow: ellipsis;
3526
+ white-space: nowrap;
3527
+ }
3528
+ .jodit-filebrowser-files__item-info > span.jodit-filebrowser-files__item-info-filename {
3529
+ font-size: 0.9em;
3530
+ font-weight: bold;
3531
+ }
3532
+ .jodit-filebrowser-files__item:hover:not(.jodit-filebrowser-files__item_active_true) .jodit-filebrowser-files__item-info {
3533
+ bottom: -100px;
3534
+ }
3535
+ .jodit-filebrowser-files_view_list {
3536
+ scroll-behavior: smooth;
3537
+ }
3538
+ .jodit-filebrowser-files_view_list a {
3539
+ display: block;
3540
+ width: 100%;
3541
+ height: 26px;
3542
+ border-width: 0 0 1px;
3543
+ margin: 0;
3544
+ line-height: 26px;
3545
+ text-align: left;
3546
+ white-space: nowrap;
3547
+ }
3548
+ .jodit-filebrowser-files_view_list a img {
3549
+ display: inline-block;
3550
+ min-width: 16px;
3551
+ max-width: 16px;
3552
+ margin-left: 4px;
3553
+ vertical-align: middle;
3554
+ }
3555
+ .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info {
3556
+ position: static;
3557
+ display: inline-block;
3558
+ width: calc(100% - 20px);
3559
+ height: 100%;
3560
+ padding: 0;
3561
+ margin-left: 4px;
3562
+ background-color: transparent;
3563
+ font-size: 0;
3564
+ line-height: inherit;
3565
+ vertical-align: middle;
3566
+ }
3567
+ .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info > span {
3568
+ display: inline-block;
3569
+ height: 100%;
3570
+ font-size: 12px;
3571
+ }
3572
+ .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info-filename {
3573
+ width: 50%;
3574
+ }
3575
+ .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info-filesize {
3576
+ width: 25%;
3577
+ }
3578
+ .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info-filechanged {
3579
+ width: 25%;
3580
+ }
3581
+ .jodit-filebrowser-files_view_list a:hover {
3582
+ background-color: #433b5c;
3583
+ }
3584
+ .jodit-filebrowser-files_view_list a:hover .jodit-filebrowser-files__item-info {
3585
+ color: #fff;
3586
+ text-shadow: none;
3587
+ }
3588
+ .jodit-filebrowser-files_view_list a::before {
3589
+ display: inline-block;
3590
+ height: 100%;
3591
+ content: '';
3592
+ vertical-align: middle;
3593
+ }
3594
+
3595
+ :root {
3596
+ --jd-color-folder-title: #b1b1b1;
3597
+ }
3598
+ .jodit-filebrowser-tree {
3599
+ position: relative;
3600
+ display: none;
3601
+ height: 100%;
3602
+ vertical-align: top;
3603
+ overflow-anchor: auto;
3604
+ }
3605
+ .jodit-filebrowser-tree .jodit-button {
3606
+ border-radius: 0;
3607
+ }
3608
+ .jodit-filebrowser-tree_loading_true::before {
3609
+ position: absolute;
3610
+ top: 0;
3611
+ left: 0;
3612
+ width: 100%;
3613
+ height: 100%;
3614
+ content: '';
3615
+ }
3616
+ .jodit-filebrowser-tree_loading_true::after {
3617
+ position: absolute;
3618
+ top: 50%;
3619
+ left: 50%;
3620
+ margin-top: calc(var(--jd-icon-loader-size) / -2);
3621
+ margin-left: calc(var(--jd-icon-loader-size) / -2);
3622
+ content: '';
3623
+ opacity: 0.7;
3624
+ display: inline-block;
3625
+ width: var(--jd-icon-loader-size);
3626
+ height: var(--jd-icon-loader-size);
3627
+ animation: rotate 2s ease-out 0s infinite;
3628
+ background: url(data:image/png;base64,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) no-repeat center;
3629
+ background-size: 100% 100%;
3630
+ vertical-align: middle;
3631
+ will-change: transform;
3632
+ }
3633
+ .jodit-filebrowser-tree::-webkit-scrollbar {
3634
+ width: calc(var(--jd-padding-default) / 2);
3635
+ }
3636
+ .jodit-filebrowser-tree::-webkit-scrollbar-track {
3637
+ box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
3638
+ }
3639
+ .jodit-filebrowser-tree::-webkit-scrollbar-thumb {
3640
+ background-color: darkgrey;
3641
+ outline: 1px solid slategrey;
3642
+ }
3643
+ .jodit-filebrowser-tree_active_true {
3644
+ z-index: 2;
3645
+ display: flex;
3646
+ width: var(--jd-first-column);
3647
+ min-width: 200px;
3648
+ max-width: 290px;
3649
+ flex-direction: column;
3650
+ background-color: var(--jd-color-background-filebrowser-folders);
3651
+ overflow-y: auto;
3652
+ }
3653
+ @media (max-width: 480px) {
3654
+ .jodit-filebrowser-tree_active_true {
3655
+ width: auto;
3656
+ max-width: 100%;
3657
+ height: 100px;
3658
+ }
3659
+ }
3660
+ .jodit-filebrowser-tree_active_true::-webkit-scrollbar {
3661
+ width: calc(var(--jd-padding-default) / 2);
3662
+ }
3663
+ .jodit-filebrowser-tree_active_true::-webkit-scrollbar-track {
3664
+ box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
3665
+ }
3666
+ .jodit-filebrowser-tree_active_true::-webkit-scrollbar-thumb {
3667
+ background-color: rgba(127, 127, 127, 0.5);
3668
+ outline: 1px solid slategrey;
3669
+ }
3670
+ .jodit-filebrowser-tree__item {
3671
+ position: relative;
3672
+ display: flex;
3673
+ min-height: 38px;
3674
+ align-items: center;
3675
+ justify-content: space-between;
3676
+ padding: calc(var(--jd-padding-default) / 2) var(--jd-padding-default);
3677
+ border-bottom: 1px solid #474747;
3678
+ color: var(--jd-color-folder-title);
3679
+ text-decoration: none;
3680
+ transition: background-color 0.2s ease 0s;
3681
+ word-break: break-all;
3682
+ }
3683
+ .jodit-filebrowser-tree__item-title {
3684
+ flex: 1;
3685
+ color: var(--jd-color-folder-title);
3686
+ }
3687
+ .jodit-filebrowser-tree__item .jodit-icon_folder {
3688
+ display: flex;
3689
+ width: calc(var(--jd-icon-size) + 4px);
3690
+ height: calc(var(--jd-icon-size) + 4px);
3691
+ align-items: center;
3692
+ justify-content: center;
3693
+ margin-left: calc(var(--jd-padding-default) / 2);
3694
+ opacity: 0.3;
3695
+ }
3696
+ .jodit-filebrowser-tree__item .jodit-icon_folder svg {
3697
+ width: var(--jd-icon-size);
3698
+ height: var(--jd-icon-size);
3699
+ fill: var(--jd-color-folder-title) !important;
3700
+ stroke: var(--jd-color-folder-title) !important;
3701
+ }
3702
+ .jodit-filebrowser-tree__item .jodit-icon_folder:hover {
3703
+ background: #696969;
3704
+ }
3705
+ .jodit-filebrowser-tree__item:hover {
3706
+ background-color: var(--jd-color-background-button-hover);
3707
+ }
3708
+ .jodit-filebrowser-tree__item:hover-title {
3709
+ color: var(--jd-color-text);
3710
+ }
3711
+ .jodit-filebrowser-tree__item:hover i.jodit-icon_folder {
3712
+ opacity: 0.6;
3713
+ }
3714
+ .jodit-filebrowser-tree__source-title {
3715
+ position: relative;
3716
+ display: block;
3717
+ padding: 2px 4px;
3718
+ border-bottom: 1px solid #484848;
3719
+ background: #5a5a5a;
3720
+ color: #969696;
3721
+ font-size: 12px;
3722
+ user-select: none;
3723
+ word-break: break-all;
3724
+ }
3725
+ a + .jodit-filebrowser-tree__source-title {
3726
+ margin-top: var(--jd-padding-default);
3727
+ }
3728
+
3729
+ /*!
3730
+ * Jodit Editor (https://xdsoft.net/jodit/)
3731
+ * Released under MIT see LICENSE.txt in the project root for license information.
3732
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3733
+ */
3734
+ .jodit-status-bar {
3735
+ display: flex;
3736
+ overflow: hidden;
3737
+ height: 20px;
3738
+ align-items: center;
3739
+ justify-content: flex-start;
3740
+ padding: 0 calc(var(--jd-padding-default) / 2);
3741
+ border-radius: 0 0 var(--jd-border-radius-default) var(--jd-border-radius-default);
3742
+ background-color: var(--jd-color-panel);
3743
+ color: var(--jd-color-text-icons);
3744
+ font-size: var(--jd-font-size-small);
3745
+ text-transform: uppercase;
3746
+ }
3747
+ .jodit-status-bar_resize-handle_true {
3748
+ padding-right: 14px;
3749
+ }
3750
+ .jodit-status-bar::before {
3751
+ flex: auto;
3752
+ order: 1;
3753
+ content: '';
3754
+ }
3755
+ .jodit-status-bar .jodit-status-bar__item {
3756
+ order: 0;
3757
+ padding: 0;
3758
+ margin: 0 var(--jd-padding-default) 0 0;
3759
+ line-height: 1.5714em;
3760
+ }
3761
+ .jodit-status-bar .jodit-status-bar__item,
3762
+ .jodit-status-bar .jodit-status-bar__item > span {
3763
+ font-family: var(--jd-font-default);
3764
+ font-size: var(--jd-font-size-default);
3765
+ font-size: var(--jd-font-size-small);
3766
+ }
3767
+ .jodit-status-bar .jodit-status-bar__item.jodit-status-bar__item-right {
3768
+ order: 2;
3769
+ margin: 0 0 0 var(--jd-padding-default);
3770
+ }
3771
+ .jodit-status-bar .jodit-status-bar__item a {
3772
+ border-radius: 3px;
3773
+ cursor: default;
3774
+ text-decoration: none;
3775
+ }
3776
+ .jodit-status-bar .jodit-status-bar__item a:hover {
3777
+ background-color: var(--jd-color-background-gray);
3778
+ text-decoration: none;
3779
+ }
3780
+ .jodit-status-bar a.jodit-status-bar-link {
3781
+ cursor: pointer;
3782
+ }
3783
+ .jodit-status-bar a.jodit-status-bar-link,
3784
+ .jodit-status-bar a.jodit-status-bar-link:hover,
3785
+ .jodit-status-bar a.jodit-status-bar-link:visited {
3786
+ background-color: transparent;
3787
+ color: var(--jd-color-text-icons);
3788
+ }
3789
+ .jodit-status-bar a.jodit-status-bar-link:hover {
3790
+ text-decoration: underline;
3791
+ }
3792
+ .jodit-workplace + .jodit-status-bar:not(:empty) {
3793
+ border-top: 1px solid var(--jd-color-border);
3794
+ }
3795
+ .jodit_disabled .jodit-status-bar {
3796
+ opacity: 0.4;
3797
+ }
3798
+
3799
+ /*!
3800
+ * Jodit Editor (https://xdsoft.net/jodit/)
3801
+ * Released under MIT see LICENSE.txt in the project root for license information.
3802
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3803
+ */
3804
+ .jodit-drag-and-drop__file-box,
3805
+ .jodit_uploadfile_button {
3806
+ position: relative;
3807
+ overflow: hidden;
3808
+ width: 100%;
3809
+ padding: 25px 0;
3810
+ border: dashed 1px var(--jd-color-gray);
3811
+ margin: var(--jd-padding-default) 0;
3812
+ text-align: center;
3813
+ }
3814
+ .jodit-drag-and-drop__file-box:hover,
3815
+ .jodit_uploadfile_button:hover {
3816
+ background-color: var(--jd-color-background-button-hover);
3817
+ }
3818
+ .jodit-drag-and-drop__file-box input,
3819
+ .jodit_uploadfile_button input {
3820
+ position: absolute;
3821
+ padding: 0;
3822
+ margin: 0;
3823
+ cursor: pointer;
3824
+ font-size: 400px;
3825
+ inset: 0;
3826
+ opacity: 0;
3827
+ }
3828
+ @media (max-width: 768px) {
3829
+ .jodit-drag-and-drop__file-box {
3830
+ width: auto;
3831
+ min-width: var(--jd-width-input-min);
3832
+ max-width: 100%;
3833
+ }
3834
+ }
3835
+
3836
+ /*!
3837
+ * Jodit Editor (https://xdsoft.net/jodit/)
3838
+ * Released under MIT see LICENSE.txt in the project root for license information.
3839
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3840
+ */
3841
+ .jodit-about {
3842
+ padding: 20px;
3843
+ }
3844
+ .jodit-about a {
3845
+ color: #459ce7;
3846
+ text-decoration: none;
3847
+ }
3848
+ .jodit-about a:focus,
3849
+ .jodit-about a:hover {
3850
+ color: #23527c;
3851
+ outline: 0;
3852
+ text-decoration: underline;
3853
+ }
3854
+ .jodit-about div {
3855
+ margin-bottom: calc(var(--jd-padding-default) / 2);
3856
+ }
3857
+
3858
+ /*!
3859
+ * Jodit Editor (https://xdsoft.net/jodit/)
3860
+ * Released under MIT see LICENSE.txt in the project root for license information.
3861
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3862
+ */
3863
+ :root {
3864
+ --jd-color-new-line: var(--jd-color-border);
3865
+ --jd-width-icon: 30px;
3866
+ --jd-height-icon: 30px;
3867
+ --jd-offset-handle: calc(100% - var(--jd-width-icon));
3868
+ }
3869
+ .jodit-add-new-line {
3870
+ position: fixed;
3871
+ z-index: 1;
3872
+ top: 0;
3873
+ display: block;
3874
+ height: 1px;
3875
+ box-sizing: border-box;
3876
+ outline: none;
3877
+ }
3878
+ .jodit-add-new-line * {
3879
+ box-sizing: border-box;
3880
+ }
3881
+ .jodit-add-new-line::after {
3882
+ display: block;
3883
+ width: 100%;
3884
+ height: 1px;
3885
+ background-color: var(--jd-color-new-line);
3886
+ content: '';
3887
+ }
3888
+ .jodit-add-new-line span {
3889
+ position: absolute;
3890
+ left: var(--jd-offset-handle);
3891
+ display: flex;
3892
+ width: var(--jd-width-icon);
3893
+ height: var(--jd-height-icon);
3894
+ align-items: center;
3895
+ justify-content: center;
3896
+ border: 1px solid var(--jd-color-new-line);
3897
+ background: var(--jd-color-background-button-hover-opacity30);
3898
+ cursor: pointer;
3899
+ }
3900
+ .jodit-add-new-line span:hover {
3901
+ background: var(--jd-color-background-button-hover);
3902
+ }
3903
+ .jodit-add-new-line_after span {
3904
+ bottom: 0;
3905
+ }
3906
+ .jodit-add-new-line svg {
3907
+ width: 16px;
3908
+ fill: var(--jd-color-new-line);
3909
+ }
3910
+ .jodit-source__mode .jodit-add-new-line {
3911
+ display: none !important;
3912
+ }
3913
+
3914
+ /*!
3915
+ * Jodit Editor (https://xdsoft.net/jodit/)
3916
+ * Released under MIT see LICENSE.txt in the project root for license information.
3917
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3918
+ */
3919
+ :root {
3920
+ --jd-color-picker-cell-size: 24px;
3921
+ }
3922
+ .jodit-color-picker {
3923
+ margin: 0;
3924
+ text-align: left;
3925
+ user-select: none;
3926
+ }
3927
+ .jodit-color-picker__group {
3928
+ display: flex;
3929
+ max-width: calc(var(--jd-color-picker-cell-size) * 10);
3930
+ flex-wrap: wrap;
3931
+ margin-bottom: calc(var(--jd-padding-default) / 2);
3932
+ white-space: normal;
3933
+ }
3934
+ .jodit-color-picker__color-item {
3935
+ display: block;
3936
+ width: var(--jd-color-picker-cell-size);
3937
+ height: var(--jd-color-picker-cell-size);
3938
+ border: 1px solid transparent;
3939
+ text-align: center;
3940
+ text-decoration: none;
3941
+ vertical-align: middle;
3942
+ }
3943
+ .jodit-color-picker__color-item:hover {
3944
+ border-color: #000;
3945
+ }
3946
+ .jodit-color-picker__color-item_active_true,
3947
+ .jodit-color-picker__color-item:active {
3948
+ border: 2px solid var(--jd-color-border-selected);
3949
+ }
3950
+ .jodit-color-picker__native svg {
3951
+ display: inline-block;
3952
+ width: 16px;
3953
+ height: 16px;
3954
+ margin-right: 4px;
3955
+ }
3956
+ .jodit-color-picker__native input {
3957
+ width: 18px;
3958
+ height: 18px;
3959
+ padding: 0;
3960
+ border: none;
3961
+ appearance: none;
3962
+ }
3963
+ .jodit-color-picker__native input[type='color']::-webkit-color-swatch-wrapper {
3964
+ padding: 0;
3965
+ }
3966
+ .jodit-color-picker__native input input[type='color']::-webkit-color-swatch {
3967
+ border: none;
3968
+ }
3969
+
3970
+ /*!
3971
+ * Jodit Editor (https://xdsoft.net/jodit/)
3972
+ * Released under MIT see LICENSE.txt in the project root for license information.
3973
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3974
+ */
3975
+ .jodit-tabs {
3976
+ font-family: var(--jd-font-default);
3977
+ font-size: var(--jd-font-size-default);
3978
+ }
3979
+ .jodit-tabs .jodit-tabs__buttons {
3980
+ display: flex;
3981
+ justify-content: center;
3982
+ margin-top: 4px;
3983
+ margin-bottom: calc(var(--jd-padding-default) / 2);
3984
+ line-height: 18px;
3985
+ }
3986
+ .jodit-tabs .jodit-tabs__buttons > * {
3987
+ margin-left: calc(var(--jd-padding-default) / 2);
3988
+ cursor: pointer;
3989
+ }
3990
+ .jodit-tabs .jodit-tabs__buttons > *:only-of-type {
3991
+ width: 100%;
3992
+ }
3993
+ .jodit-tabs .jodit-tabs__buttons > *:first-child {
3994
+ margin-left: 0;
3995
+ }
3996
+ @media (max-width: 480px) {
3997
+ .jodit-tabs .jodit-tabs__buttons {
3998
+ display: block;
3999
+ }
4000
+ .jodit-tabs .jodit-tabs__buttons > * {
4001
+ width: 100%;
4002
+ margin-left: 0;
4003
+ }
4004
+ }
4005
+ .jodit-tabs__button {
4006
+ min-width: 80px;
4007
+ }
4008
+ .jodit-tabs__button_columns_3 {
4009
+ width: calc(100% / 3);
4010
+ }
4011
+ .jodit-tabs__button_columns_2 {
4012
+ width: 50%;
4013
+ }
4014
+ .jodit-tabs .jodit-tabs__wrapper .jodit-tab {
4015
+ display: none;
4016
+ }
4017
+ .jodit-tabs .jodit-tabs__wrapper .jodit-tab.jodit-tab_active {
4018
+ display: block;
4019
+ }
4020
+ .jodit-tabs .jodit-tabs__wrapper .jodit-tab.jodit-tab_empty {
4021
+ min-width: 220px;
4022
+ min-height: 100px;
4023
+ }
4024
+
4025
+ /*!
4026
+ * Jodit Editor (https://xdsoft.net/jodit/)
4027
+ * Released under MIT see LICENSE.txt in the project root for license information.
4028
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4029
+ */
4030
+ .jodit_fullsize-box_true {
4031
+ position: static !important;
4032
+ z-index: var(--jd-z-index-full-size) !important;
4033
+ overflow: visible !important;
4034
+ }
4035
+ html.jodit_fullsize-box_true,
4036
+ body.jodit_fullsize-box_true {
4037
+ overflow: hidden !important;
4038
+ width: 0 !important;
4039
+ height: 0 !important;
4040
+ }
4041
+ html.jodit_fullsize-box_true {
4042
+ position: fixed !important;
4043
+ }
4044
+ .jodit_fullsize {
4045
+ position: absolute;
4046
+ z-index: var(--jd-z-index-full-size);
4047
+ max-width: none !important;
4048
+ inset: 0;
4049
+ }
4050
+ .jodit_fullsize .toolbar {
4051
+ width: 100% !important;
4052
+ }
4053
+ .jodit_fullsize .jodit_editor,
4054
+ .jodit_fullsize .jodit__area {
4055
+ height: 100%;
4056
+ }
4057
+
4058
+ /*!
4059
+ * Jodit Editor (https://xdsoft.net/jodit/)
4060
+ * Released under MIT see LICENSE.txt in the project root for license information.
4061
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4062
+ */
4063
+ .jodit-properties__unlock > svg,
4064
+ .jodit-properties__lock > svg {
4065
+ display: inline-block;
4066
+ overflow: hidden;
4067
+ width: 14px;
4068
+ height: 14px;
4069
+ fill: #222;
4070
+ font-size: 8px;
4071
+ font-style: normal;
4072
+ line-height: 14px;
4073
+ transform-origin: 0 0 !important;
4074
+ vertical-align: middle;
4075
+ }
4076
+ .jodit-properties .jodit-properties_view_box {
4077
+ padding: var(--jd-padding-default);
4078
+ }
4079
+ .jodit-properties .jodit-properties_view_box .jodit-properties_image_view {
4080
+ display: flex;
4081
+ height: 150px;
4082
+ align-items: center;
4083
+ justify-content: center;
4084
+ padding: 0;
4085
+ margin: 0 0 var(--jd-padding-default);
4086
+ background-color: #f6f6f6;
4087
+ }
4088
+ .jodit-properties .jodit-properties_view_box .jodit-properties_image_view img {
4089
+ max-width: 100%;
4090
+ max-height: 100%;
4091
+ }
4092
+ .jodit-properties .jodit-properties_view_box .jodit-properties_image_sizes.jodit-form__group {
4093
+ min-width: auto;
4094
+ flex-direction: row;
4095
+ align-items: center;
4096
+ padding: 0 !important;
4097
+ margin: 0 !important;
4098
+ }
4099
+ .jodit-properties .jodit-properties_view_box .jodit-properties_image_sizes.jodit-form__group a {
4100
+ display: inline-block;
4101
+ cursor: pointer;
4102
+ }
4103
+ .jodit-properties .jodit-properties_view_box .jodit-properties_image_sizes.jodit-form__group .jodit-input {
4104
+ width: calc(50% - 8px) !important;
4105
+ }
4106
+
4107
+ /*!
4108
+ * Jodit Editor (https://xdsoft.net/jodit/)
4109
+ * Released under MIT see LICENSE.txt in the project root for license information.
4110
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4111
+ */
4112
+ .jodit-popup-inline__container {
4113
+ z-index: 1300;
4114
+ min-width: 700px;
4115
+ }
4116
+
4117
+ /*!
4118
+ * Jodit Editor (https://xdsoft.net/jodit/)
4119
+ * Released under MIT see LICENSE.txt in the project root for license information.
4120
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4121
+ */
4122
+ .jodit-paste-storage {
4123
+ max-width: 600px;
4124
+ padding: var(--jd-padding-default);
4125
+ }
4126
+ @media (max-width: 768px) {
4127
+ .jodit-paste-storage {
4128
+ max-width: 100%;
4129
+ }
4130
+ }
4131
+ .jodit-paste-storage > div {
4132
+ max-width: 100%;
4133
+ max-height: 300px;
4134
+ border: 1px solid var(--jd-color-border);
4135
+ }
4136
+ .jodit-paste-storage > div:first-child {
4137
+ margin-bottom: var(--jd-padding-default);
4138
+ }
4139
+ .jodit-paste-storage > div:first-child a {
4140
+ display: block;
4141
+ overflow: hidden;
4142
+ max-width: 100%;
4143
+ box-sizing: border-box;
4144
+ padding: calc(var(--jd-padding-default) / 2);
4145
+ border: 1px solid transparent;
4146
+ margin: 0;
4147
+ color: var(--jd-color-default);
4148
+ outline: none;
4149
+ text-decoration: none;
4150
+ text-overflow: ellipsis;
4151
+ white-space: pre;
4152
+ }
4153
+ .jodit-paste-storage > div:first-child a.jodit_active {
4154
+ background-color: var(--jd-dark-background-color);
4155
+ color: var(--jd-color-white);
4156
+ }
4157
+ .jodit-paste-storage > div:first-child a:focus {
4158
+ outline: none;
4159
+ }
4160
+ .jodit-paste-storage > div:last-child {
4161
+ overflow: auto;
4162
+ padding: var(--jd-padding-default);
4163
+ }
4164
+ .jodit-paste-storage > div:last-child ul,
4165
+ .jodit-paste-storage > div:last-child li {
4166
+ margin: 0;
4167
+ }
4168
+
4169
+ /*!
4170
+ * Jodit Editor (https://xdsoft.net/jodit/)
4171
+ * Released under MIT see LICENSE.txt in the project root for license information.
4172
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4173
+ */
4174
+ .jodit-placeholder {
4175
+ position: absolute;
4176
+ z-index: 1;
4177
+ top: 0;
4178
+ left: 0;
4179
+ display: block;
4180
+ width: 100%;
4181
+ padding: var(--jd-padding-default);
4182
+ color: var(--jd-color-placeholder);
4183
+ pointer-events: none;
4184
+ user-select: none !important;
4185
+ }
4186
+
4187
+ .jodit__preview-box table {
4188
+ max-width: 100%;
4189
+ border: none;
4190
+ margin-top: 1em;
4191
+ margin-bottom: 1em;
4192
+ border-collapse: collapse;
4193
+ empty-cells: show;
4194
+ }
4195
+ .jodit__preview-box table tr {
4196
+ user-select: none;
4197
+ }
4198
+ .jodit__preview-box table tr th,
4199
+ .jodit__preview-box table tr td {
4200
+ min-width: 2em;
4201
+ padding: 0.4em;
4202
+ border: 1px solid var(--jd-color-border);
4203
+ user-select: text;
4204
+ vertical-align: middle;
4205
+ /**
4206
+ // In some circumstances, because of this rule,
4207
+ // the borders of the table are not shown - you need to find out under what
4208
+ &[style*='border'] {
4209
+ border-style: double !important;
4210
+ }
4211
+ */
4212
+ }
4213
+
4214
+ .jodit-table-resizer {
4215
+ position: absolute;
4216
+ z-index: 3;
4217
+ padding-right: calc(var(--jd-padding-default) / 2);
4218
+ padding-left: calc(var(--jd-padding-default) / 2);
4219
+ margin-left: calc(var(--jd-padding-default) / -2);
4220
+ cursor: col-resize;
4221
+ }
4222
+ .jodit-table-resizer::after {
4223
+ display: block;
4224
+ width: 0;
4225
+ height: 100%;
4226
+ border: 0;
4227
+ content: '';
4228
+ }
4229
+ .jodit-table-resizer_moved {
4230
+ z-index: 2;
4231
+ background-color: var(--jd-color-background-selection);
4232
+ }
4233
+ .jodit-table-resizer_moved::after {
4234
+ border-right: 1px solid var(--jd-color-border) moved;
4235
+ }
4236
+
4237
+ /*!
4238
+ * Jodit Editor (https://xdsoft.net/jodit/)
4239
+ * Released under MIT see LICENSE.txt in the project root for license information.
4240
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4241
+ */
4242
+ [data-jodit_iframe_wrapper] {
4243
+ position: relative;
4244
+ display: block;
4245
+ user-select: none;
4246
+ }
4247
+ [data-jodit_iframe_wrapper] iframe {
4248
+ position: relative;
4249
+ }
4250
+ [data-jodit_iframe_wrapper]::after {
4251
+ position: absolute;
4252
+ z-index: 1;
4253
+ display: block;
4254
+ background: rgba(0, 0, 0, 0);
4255
+ content: '';
4256
+ cursor: pointer;
4257
+ inset: 0;
4258
+ }
4259
+ [data-jodit_iframe_wrapper][data-jodit-wrapper_active='true'] iframe {
4260
+ z-index: 2;
4261
+ }
4262
+ .jodit_lock [data-jodit-wrapper_active='true'] iframe {
4263
+ z-index: 1;
4264
+ }
4265
+ :root {
4266
+ --jd-viewer-width: 70px;
4267
+ --jd-viewer-height: 24px;
4268
+ --jd-resizer-handle-size: 10px;
4269
+ --jd-resizer-border-color: #98c1f1;
4270
+ --jd-resizer-handle-color: #5ba4f3;
4271
+ --jd-resizer-handle-hover-color: #537ebb;
4272
+ }
4273
+ .jodit-resizer {
4274
+ position: absolute;
4275
+ top: 0;
4276
+ left: 0;
4277
+ width: 100px;
4278
+ height: 100px;
4279
+ box-sizing: border-box;
4280
+ font-size: 0;
4281
+ outline: 3px solid var(--jd-resizer-border-color);
4282
+ pointer-events: none;
4283
+ }
4284
+ .jodit-resizer * {
4285
+ box-sizing: border-box;
4286
+ }
4287
+ .jodit-resizer > span {
4288
+ position: absolute;
4289
+ top: 50%;
4290
+ left: 50%;
4291
+ display: inline-block;
4292
+ overflow: visible;
4293
+ width: var(--jd-viewer-width);
4294
+ height: var(--jd-viewer-height);
4295
+ margin-top: calc(var(--jd-viewer-height) / -2);
4296
+ margin-left: calc(var(--jd-viewer-width) / -2);
4297
+ background-color: var(--jd-color-placeholder);
4298
+ color: var(--jd-color-white);
4299
+ font-size: 12px;
4300
+ line-height: var(--jd-viewer-height);
4301
+ opacity: 0;
4302
+ text-align: center;
4303
+ transition: opacity 0.2s linear;
4304
+ }
4305
+ .jodit-resizer > div {
4306
+ position: absolute;
4307
+ z-index: 4;
4308
+ display: inline-block;
4309
+ width: var(--jd-resizer-handle-size);
4310
+ height: var(--jd-resizer-handle-size);
4311
+ background-color: var(--jd-resizer-handle-color);
4312
+ pointer-events: all;
4313
+ }
4314
+ .jodit-resizer > div:hover {
4315
+ background-color: var(--jd-resizer-handle-hover-color);
4316
+ }
4317
+ .jodit-resizer > div:nth-child(1) {
4318
+ top: calc(var(--jd-resizer-handle-size) / -2);
4319
+ left: calc(var(--jd-resizer-handle-size) / -2);
4320
+ cursor: nwse-resize;
4321
+ }
4322
+ .jodit-resizer > div:nth-child(2) {
4323
+ top: calc(var(--jd-resizer-handle-size) / -2);
4324
+ right: calc(var(--jd-resizer-handle-size) / -2);
4325
+ cursor: nesw-resize;
4326
+ }
4327
+ .jodit-resizer > div:nth-child(3) {
4328
+ right: calc(var(--jd-resizer-handle-size) / -2);
4329
+ bottom: calc(var(--jd-resizer-handle-size) / -2);
4330
+ cursor: nwse-resize;
4331
+ }
4332
+ .jodit-resizer > div:nth-child(4) {
4333
+ bottom: calc(var(--jd-resizer-handle-size) / -2);
4334
+ left: calc(var(--jd-resizer-handle-size) / -2);
4335
+ cursor: nesw-resize;
4336
+ }
4337
+ @media (max-width: 768px) {
4338
+ .jodit-resizer > div :root {
4339
+ --jd-resizer-handle-size: calc(var(--jd-resizer-handle-size) * 2);
4340
+ }
4341
+ }
4342
+
4343
+ /*!
4344
+ * Jodit Editor (https://xdsoft.net/jodit/)
4345
+ * Released under MIT see LICENSE.txt in the project root for license information.
4346
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4347
+ */
4348
+ :root {
4349
+ --jd-height-search: 30px;
4350
+ --jd-width-search: 320px;
4351
+ --jd-width-search-input-box: 60%;
4352
+ --jd-width-search-count-box: 15%;
4353
+ --jd-transform-button-active: 0.95;
4354
+ --jd-timeout-button-active: 0.1s;
4355
+ }
4356
+ .jodit-ui-search {
4357
+ position: absolute;
4358
+ top: 0;
4359
+ right: 0;
4360
+ width: 0;
4361
+ height: 0;
4362
+ }
4363
+ .jodit-ui-search_sticky_true {
4364
+ position: fixed;
4365
+ }
4366
+ .jodit-ui-search__box {
4367
+ position: absolute;
4368
+ right: 0;
4369
+ display: flex;
4370
+ width: var(--jd-width-search);
4371
+ max-width: 100vw;
4372
+ padding: calc(var(--jd-padding-default) / 2);
4373
+ border: solid var(--jd-color-border);
4374
+ border-width: 0 0 1px 1px;
4375
+ background-color: var(--jd-color-panel);
4376
+ }
4377
+ .jodit-ui-search__box input {
4378
+ width: 100%;
4379
+ height: 100%;
4380
+ padding: 0 var(--jd-padding-default);
4381
+ border: 0;
4382
+ margin: 0;
4383
+ background-color: transparent;
4384
+ outline: none;
4385
+ }
4386
+ .jodit-ui-search__box input[data-ref='replace'] {
4387
+ display: none;
4388
+ }
4389
+ .jodit-ui-search__box input:not(:focus) + input:not(:focus) {
4390
+ border-top: 1px solid var(--jd-color-border);
4391
+ }
4392
+ .jodit-ui-search__buttons,
4393
+ .jodit-ui-search__counts,
4394
+ .jodit-ui-search__inputs {
4395
+ height: var(--jd-height-search);
4396
+ }
4397
+ .jodit-ui-search__inputs {
4398
+ width: var(--jd-width-search-input-box);
4399
+ padding-right: calc(var(--jd-padding-default) / 2);
4400
+ }
4401
+ .jodit-ui-search__counts {
4402
+ display: flex;
4403
+ width: var(--jd-width-search-count-box);
4404
+ align-items: center;
4405
+ justify-content: center;
4406
+ border-left: 1px solid var(--jd-color-border);
4407
+ color: var(--jd-color-border);
4408
+ }
4409
+ .jodit-ui-search__buttons {
4410
+ display: flex;
4411
+ flex: 1;
4412
+ align-items: center;
4413
+ justify-content: center;
4414
+ padding-left: 0;
4415
+ }
4416
+ .jodit-ui-search__buttons button {
4417
+ width: 32%;
4418
+ height: 100%;
4419
+ border: 1px solid transparent;
4420
+ margin-right: 1%;
4421
+ background-color: transparent;
4422
+ }
4423
+ .jodit-ui-search__buttons button[data-ref='replace-btn'] {
4424
+ display: none;
4425
+ width: 100%;
4426
+ border: 1px solid var(--jd-color-border);
4427
+ margin-top: 2px;
4428
+ }
4429
+ .jodit-ui-search__buttons button:hover {
4430
+ background-color: var(--jd-color-background-button-hover);
4431
+ }
4432
+ .jodit-ui-search__buttons button:focus {
4433
+ border: 1px solid var(--jd-color-background-selection-opacity50);
4434
+ }
4435
+ .jodit-ui-search__buttons button:active {
4436
+ border: 1px solid var(--jd-color-background-selection);
4437
+ transform: scale(var(--jd-transform-button-active), var(--jd-transform-button-active));
4438
+ }
4439
+ .jodit-ui-search_empty-query_true [data-ref='next'],
4440
+ .jodit-ui-search_empty-query_true [data-ref='prev'] {
4441
+ opacity: 0.5;
4442
+ }
4443
+ .jodit-ui-search_replace_true .jodit-ui-search__counts,
4444
+ .jodit-ui-search_replace_true .jodit-ui-search__inputs {
4445
+ height: calc(var(--jd-height-search) * 2);
4446
+ }
4447
+ .jodit-ui-search_replace_true .jodit-ui-search__counts input,
4448
+ .jodit-ui-search_replace_true .jodit-ui-search__inputs input {
4449
+ height: 50%;
4450
+ transition: background-color var(--jd-timeout-button-active) linear;
4451
+ }
4452
+ .jodit-ui-search_replace_true .jodit-ui-search__counts input:focus,
4453
+ .jodit-ui-search_replace_true .jodit-ui-search__inputs input:focus {
4454
+ box-shadow: inset 0 0 3px 0 var(--jd-color-border);
4455
+ }
4456
+ .jodit-ui-search_replace_true .jodit-ui-search__counts input[data-ref='replace'],
4457
+ .jodit-ui-search_replace_true .jodit-ui-search__inputs input[data-ref='replace'] {
4458
+ display: block;
4459
+ }
4460
+ .jodit-ui-search_replace_true .jodit-ui-search__buttons {
4461
+ flex-wrap: wrap;
4462
+ }
4463
+ .jodit-ui-search_replace_true .jodit-ui-search__buttons button[data-ref='replace-btn'] {
4464
+ display: block;
4465
+ }
4466
+ [jd-tmp-selection] {
4467
+ background-color: aquamarine;
4468
+ }
4469
+
4470
+ /*!
4471
+ * Jodit Editor (https://xdsoft.net/jodit/)
4472
+ * Released under MIT see LICENSE.txt in the project root for license information.
4473
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4474
+ */
4475
+ .jodit-container:not(.jodit_inline) {
4476
+ min-height: 100px;
4477
+ }
4478
+ .jodit-container:not(.jodit_inline) .jodit-workplace {
4479
+ display: flex;
4480
+ overflow: hidden;
4481
+ height: auto;
4482
+ min-height: 50px;
4483
+ flex-direction: column;
4484
+ }
4485
+ .jodit-container:not(.jodit_inline) .jodit-editor__resize {
4486
+ position: relative;
4487
+ }
4488
+ .jodit-container:not(.jodit_inline) .jodit-editor__resize svg {
4489
+ position: absolute;
4490
+ right: 0;
4491
+ bottom: 0;
4492
+ overflow: hidden;
4493
+ width: 12px;
4494
+ height: 12px;
4495
+ cursor: nwse-resize;
4496
+ fill: var(--jd-color-gray-dark);
4497
+ user-select: none;
4498
+ }
4499
+
4500
+ /*!
4501
+ * Jodit Editor (https://xdsoft.net/jodit/)
4502
+ * Released under MIT see LICENSE.txt in the project root for license information.
4503
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4504
+ */
4505
+ .jodit-source {
4506
+ position: relative;
4507
+ display: none;
4508
+ overflow: auto;
4509
+ min-height: 100%;
4510
+ flex: auto;
4511
+ background-color: var(--jd-color-source-area);
4512
+ }
4513
+ .jodit-source .jodit-source__mirror-fake {
4514
+ min-height: 100%;
4515
+ }
4516
+ .jodit-source * {
4517
+ font: 12px / normal Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace;
4518
+ }
4519
+ .jodit-container.jodit-source__mode .jodit-wysiwyg,
4520
+ .jodit-container.jodit-source__mode .jodit-wysiwyg_iframe {
4521
+ display: none !important;
4522
+ }
4523
+ .jodit-container.jodit-source__mode .jodit-source {
4524
+ display: block !important;
4525
+ }
4526
+ .jodit-container.jodit_split_mode .jodit-workplace {
4527
+ flex-flow: row nowrap;
4528
+ }
4529
+ .jodit-container.jodit_split_mode .jodit-wysiwyg,
4530
+ .jodit-container.jodit_split_mode .jodit-wysiwyg_iframe,
4531
+ .jodit-container.jodit_split_mode .jodit-source {
4532
+ display: block !important;
4533
+ width: 50%;
4534
+ flex: 1;
4535
+ }
4536
+ .jodit-source__mirror {
4537
+ z-index: 2;
4538
+ overflow: auto;
4539
+ width: 100%;
4540
+ height: 100%;
4541
+ min-height: 100%;
4542
+ box-sizing: border-box;
4543
+ padding: var(--jd-padding-default);
4544
+ border: 0;
4545
+ margin: 0;
4546
+ background: var(--jd-color-source-area);
4547
+ box-shadow: none;
4548
+ color: #f0f0f0;
4549
+ line-height: 1.5;
4550
+ outline: none;
4551
+ resize: none;
4552
+ tab-size: 2em;
4553
+ font: 12px / normal Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace;
4554
+ white-space: pre-wrap;
4555
+ }
4556
+ .jodit-source__mirror::selection {
4557
+ background: var(--jd-color-selection-area);
4558
+ }
4559
+
4560
+ /*!
4561
+ * Jodit Editor (https://xdsoft.net/jodit/)
4562
+ * Released under MIT see LICENSE.txt in the project root for license information.
4563
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4564
+ */
4565
+ .jodit_sticky-dummy_toolbar {
4566
+ display: none;
4567
+ }
4568
+ .jodit_sticky > .jodit-toolbar__box {
4569
+ position: fixed;
4570
+ position: sticky;
4571
+ z-index: 3;
4572
+ top: 0;
4573
+ left: auto;
4574
+ border-bottom: 1px solid var(--jd-color-border);
4575
+ }
4576
+ .jodit_sticky .jodit_sticky-dummy_toolbar {
4577
+ display: block;
4578
+ }
4579
+
4580
+ /*!
4581
+ * Jodit Editor (https://xdsoft.net/jodit/)
4582
+ * Released under MIT see LICENSE.txt in the project root for license information.
4583
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4584
+ */
4585
+ .jodit-symbols {
4586
+ width: 460px;
4587
+ padding: var(--jd-padding-default);
4588
+ }
4589
+ .jodit-symbols__container {
4590
+ display: flex;
4591
+ }
4592
+ .jodit-symbols__container_table {
4593
+ width: 88%;
4594
+ }
4595
+ .jodit-symbols__container_preview {
4596
+ width: 12%;
4597
+ }
4598
+ .jodit-symbols__preview {
4599
+ padding: 20px 0;
4600
+ border: 1px solid var(--jd-color-border);
4601
+ font-size: 34px;
4602
+ text-align: center;
4603
+ }
4604
+ .jodit-symbols__table {
4605
+ border: 0;
4606
+ border-spacing: 0;
4607
+ table-layout: fixed;
4608
+ }
4609
+ .jodit-symbols__table td {
4610
+ padding: 0;
4611
+ }
4612
+ .jodit-symbols__table td a {
4613
+ display: inline-block;
4614
+ width: calc(var(--jd-width-element-default) * 1.2);
4615
+ height: calc(var(--jd-height-element-default) * 1.2);
4616
+ box-sizing: border-box;
4617
+ border: 1px solid transparent;
4618
+ color: var(--jd-color-default);
4619
+ cursor: pointer;
4620
+ font-size: 16px;
4621
+ line-height: calc(var(--jd-height-element-default) * 1.2);
4622
+ text-align: center;
4623
+ text-decoration: none;
4624
+ vertical-align: top;
4625
+ }
4626
+ .jodit-symbols__table td a:hover,
4627
+ .jodit-symbols__table td a:focus {
4628
+ outline: 2px solid var(--jd-color-border);
4629
+ }
4630
+
4631
+ /*!
4632
+ * Jodit Editor (https://xdsoft.net/jodit/)
4633
+ * Released under MIT see LICENSE.txt in the project root for license information.
4634
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4635
+ */
4636
+ .jodit-context table,
4637
+ .jodit-wysiwyg table {
4638
+ max-width: 100%;
4639
+ border: none;
4640
+ margin-top: 1em;
4641
+ margin-bottom: 1em;
4642
+ border-collapse: collapse;
4643
+ empty-cells: show;
4644
+ }
4645
+ .jodit-context table tr,
4646
+ .jodit-wysiwyg table tr {
4647
+ user-select: none;
4648
+ }
4649
+ .jodit-context table tr th,
4650
+ .jodit-wysiwyg table tr th,
4651
+ .jodit-context table tr td,
4652
+ .jodit-wysiwyg table tr td {
4653
+ min-width: 2em;
4654
+ padding: 0.4em;
4655
+ border: 1px solid var(--jd-color-border);
4656
+ user-select: text;
4657
+ vertical-align: middle;
4658
+ /**
4659
+ // In some circumstances, because of this rule,
4660
+ // the borders of the table are not shown - you need to find out under what
4661
+ &[style*='border'] {
4662
+ border-style: double !important;
4663
+ }
4664
+ */
4665
+ }
4666
+ .jodit-form__inserter .jodit-form__table-creator-box {
4667
+ display: flex;
4668
+ }
4669
+ @media (max-width: 768px) {
4670
+ .jodit-form__inserter .jodit-form__table-creator-box {
4671
+ flex-direction: column;
4672
+ }
4673
+ }
4674
+ .jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container {
4675
+ min-width: 180px;
4676
+ padding: 0;
4677
+ margin: 0;
4678
+ font-size: 0;
4679
+ }
4680
+ .jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span {
4681
+ display: inline-block;
4682
+ width: var(--jd-width-element-default);
4683
+ height: var(--jd-height-element-default);
4684
+ box-sizing: border-box;
4685
+ border: 1px solid var(--jd-color-border);
4686
+ margin-bottom: 2px;
4687
+ margin-left: 2px;
4688
+ vertical-align: top;
4689
+ }
4690
+ .jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span:first-child {
4691
+ margin-left: 0;
4692
+ }
4693
+ .jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span.jodit_hovered {
4694
+ border-color: var(--jd-color-background-hover);
4695
+ background: var(--jd-color-background-hover);
4696
+ }
4697
+ .jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options {
4698
+ font-size: var(--jd-font-size-default);
4699
+ }
4700
+ .jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options label {
4701
+ padding-top: 0;
4702
+ text-align: left;
4703
+ }
4704
+ .jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options label input {
4705
+ margin-right: var(--jd-padding-default);
4706
+ }
4707
+ .jodit-form__inserter label {
4708
+ padding: 8px;
4709
+ margin: 0;
4710
+ font-size: 14px;
4711
+ text-align: center;
4712
+ }
4713
+
4714
+ /*!
4715
+ * Jodit Editor (https://xdsoft.net/jodit/)
4716
+ * Released under MIT see LICENSE.txt in the project root for license information.
4717
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4718
+ */
4719
+ .jodit-xpath {
4720
+ display: flex;
4721
+ align-items: center;
4722
+ margin-left: calc(var(--jd-padding-default) / -2);
4723
+ }
4724
+ .jodit-xpath__item {
4725
+ display: flex;
4726
+ height: var(--jd-font-size-small);
4727
+ line-height: calc(var(--jd-font-size-small) - 1px);
4728
+ }
4729
+ .jodit-xpath__item a {
4730
+ padding: 0 3px;
4731
+ margin-left: 2px;
4732
+ color: var(--jd-color-default);
4733
+ font-size: var(--jd-font-size-small);
4734
+ outline: 0;
4735
+ }
4736
+
4737
+ /*!
4738
+ * Jodit Editor (https://xdsoft.net/jodit/)
4739
+ * Released under MIT see LICENSE.txt in the project root for license information.
4740
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4741
+ */
4742
+ .jodit-dialog_theme_dark,
4743
+ .jodit_theme_dark {
4744
+ --jd-color-border: #6b6b6b;
4745
+ }
4746
+ .jodit-dialog_theme_dark .jodit-toolbar-collection_mode_horizontal,
4747
+ .jodit_theme_dark .jodit-toolbar-collection_mode_horizontal,
4748
+ .jodit-dialog_theme_dark .jodit-toolbar-editor-collection_mode_horizontal,
4749
+ .jodit_theme_dark .jodit-toolbar-editor-collection_mode_horizontal {
4750
+ background-image: repeating-linear-gradient(transparent 0, transparent calc(var(--jd-button-size) - 1px), var(--jd-color-border) var(--jd-button-size));
4751
+ }
4752
+ .jodit-dialog_theme_dark .jodit-toolbar-collection_mode_horizontal::after,
4753
+ .jodit_theme_dark .jodit-toolbar-collection_mode_horizontal::after,
4754
+ .jodit-dialog_theme_dark .jodit-toolbar-editor-collection_mode_horizontal::after,
4755
+ .jodit_theme_dark .jodit-toolbar-editor-collection_mode_horizontal::after {
4756
+ background-color: var(--jd-color-border);
4757
+ }
4758
+ .jodit-dialog_theme_dark .jodit-toolbar__box:not(:empty),
4759
+ .jodit_theme_dark .jodit-toolbar__box:not(:empty) {
4760
+ border-color: var(--jd-color-border);
4761
+ }
4762
+ .jodit-dialog_theme_dark .jodit-toolbar__box:not(:empty) .jodit-toolbar-editor-collection::after,
4763
+ .jodit_theme_dark .jodit-toolbar__box:not(:empty) .jodit-toolbar-editor-collection::after {
4764
+ background-color: var(--jd-color-border);
4765
+ }
4766
+ .jodit-dialog_theme_dark .jodit-ui-group_separated_true:not(
4767
+ :last-child,
4768
+ .jodit-ui-group_before-spacer_true
4769
+ )::after,
4770
+ .jodit_theme_dark .jodit-ui-group_separated_true:not(
4771
+ :last-child,
4772
+ .jodit-ui-group_before-spacer_true
4773
+ )::after {
4774
+ border-right-color: var(--jd-color-border);
4775
+ }
4776
+ .jodit-dialog_theme_dark.jodit-container,
4777
+ .jodit_theme_dark.jodit-container {
4778
+ --jd-color-border: #6b6b6b;
4779
+ border-color: var(--jd-color-border);
4780
+ background-color: var(--jd-dark-background-color);
4781
+ }
4782
+ .jodit-dialog_theme_dark.jodit-container.jodit_disabled,
4783
+ .jodit_theme_dark.jodit-container.jodit_disabled {
4784
+ background-color: var(--jd-dark-background-color);
4785
+ }
4786
+ .jodit-dialog_theme_dark.jodit-container:not(.jodit_inline) .jodit-workplace,
4787
+ .jodit_theme_dark.jodit-container:not(.jodit_inline) .jodit-workplace {
4788
+ border-color: var(--jd-dark-background-color);
4789
+ }
4790
+ .jodit-dialog_theme_dark .jodit-popup__content,
4791
+ .jodit_theme_dark .jodit-popup__content {
4792
+ background: var(--jd-dark-background-ligher);
4793
+ }
4794
+ .jodit-dialog_theme_dark .jodit-ui-button__text,
4795
+ .jodit_theme_dark .jodit-ui-button__text,
4796
+ .jodit-dialog_theme_dark .jodit-toolbar-button__text,
4797
+ .jodit_theme_dark .jodit-toolbar-button__text {
4798
+ color: var(--jd-dark-text-color);
4799
+ }
4800
+ .jodit-dialog_theme_dark .jodit-ui-button:hover:not([disabled]),
4801
+ .jodit_theme_dark .jodit-ui-button:hover:not([disabled]),
4802
+ .jodit-dialog_theme_dark .jodit-toolbar-button:hover:not([disabled]),
4803
+ .jodit_theme_dark .jodit-toolbar-button:hover:not([disabled]),
4804
+ .jodit-dialog_theme_dark .jodit-ui-button__button:hover:not([disabled]),
4805
+ .jodit_theme_dark .jodit-ui-button__button:hover:not([disabled]),
4806
+ .jodit-dialog_theme_dark .jodit-toolbar-button__button:hover:not([disabled]),
4807
+ .jodit_theme_dark .jodit-toolbar-button__button:hover:not([disabled]),
4808
+ .jodit-dialog_theme_dark .jodit-ui-button__trigger:hover:not([disabled]),
4809
+ .jodit_theme_dark .jodit-ui-button__trigger:hover:not([disabled]),
4810
+ .jodit-dialog_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]),
4811
+ .jodit_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
4812
+ background-color: var(--jd-dark-background-ligher);
4813
+ }
4814
+ .jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty),
4815
+ .jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty),
4816
+ .jodit-dialog_theme_dark .jodit-status-bar,
4817
+ .jodit_theme_dark .jodit-status-bar {
4818
+ border-color: var(--jd-color-border);
4819
+ background-color: var(--jd-dark-toolbar-color);
4820
+ color: var(--jd-dark-text-color);
4821
+ }
4822
+ .jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link,
4823
+ .jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link,
4824
+ .jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link,
4825
+ .jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link,
4826
+ .jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link:hover,
4827
+ .jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link:hover,
4828
+ .jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link:hover,
4829
+ .jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link:hover,
4830
+ .jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link:visited,
4831
+ .jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link:visited,
4832
+ .jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link:visited,
4833
+ .jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link:visited {
4834
+ color: var(--jd-dark-text-color);
4835
+ }
4836
+ .jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty),
4837
+ .jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty),
4838
+ .jodit-dialog_theme_dark .jodit-status-bar,
4839
+ .jodit_theme_dark .jodit-status-bar,
4840
+ .jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) .jodit-status-bar__item a,
4841
+ .jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) .jodit-status-bar__item a,
4842
+ .jodit-dialog_theme_dark .jodit-status-bar .jodit-status-bar__item a,
4843
+ .jodit_theme_dark .jodit-status-bar .jodit-status-bar__item a,
4844
+ .jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) .jodit-status-bar__item span,
4845
+ .jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) .jodit-status-bar__item span,
4846
+ .jodit-dialog_theme_dark .jodit-status-bar .jodit-status-bar__item span,
4847
+ .jodit_theme_dark .jodit-status-bar .jodit-status-bar__item span {
4848
+ color: var(--jd-dark-text-color);
4849
+ }
4850
+ .jodit-dialog_theme_dark .jodit-toolbar__box:not(:empty),
4851
+ .jodit_theme_dark .jodit-toolbar__box:not(:empty) {
4852
+ background: var(--jd-dark-toolbar-color);
4853
+ }
4854
+ .jodit-dialog_theme_dark .jodit__upload-button svg,
4855
+ .jodit_theme_dark .jodit__upload-button svg,
4856
+ .jodit-dialog_theme_dark .jodit-toolbar-button .jodit-toolbar-button__trigger,
4857
+ .jodit_theme_dark .jodit-toolbar-button .jodit-toolbar-button__trigger,
4858
+ .jodit-dialog_theme_dark .jodit-icon,
4859
+ .jodit_theme_dark .jodit-icon {
4860
+ fill: var(--jd-dark-icon-color);
4861
+ stroke: var(--jd-dark-icon-color);
4862
+ }
4863
+ .jodit-dialog_theme_dark .jodit-icon-close,
4864
+ .jodit_theme_dark .jodit-icon-close {
4865
+ stroke: var(--jd-dark-icon-color);
4866
+ }
4867
+ .jodit-dialog_theme_dark .jodit-wysiwyg_iframe,
4868
+ .jodit_theme_dark .jodit-wysiwyg_iframe,
4869
+ .jodit-dialog_theme_dark .jodit-wysiwyg,
4870
+ .jodit_theme_dark .jodit-wysiwyg {
4871
+ background-color: var(--jd-dark-background-color);
4872
+ color: var(--jd-dark-text-color);
4873
+ }
4874
+ .jodit-dialog_theme_dark .jodit-form textarea,
4875
+ .jodit_theme_dark .jodit-form textarea,
4876
+ .jodit-dialog_theme_dark .jodit-form input[type='url'],
4877
+ .jodit_theme_dark .jodit-form input[type='url'],
4878
+ .jodit-dialog_theme_dark .jodit-form input[type='text'],
4879
+ .jodit_theme_dark .jodit-form input[type='text'] {
4880
+ border-color: var(--jd-dark-toolbar-seperator-color2);
4881
+ background-color: var(--jd-dark-toolbar-seperator-color1);
4882
+ color: var(--jd-dark-text-color);
4883
+ }
4884
+ .jodit-dialog_theme_dark .jodit-form button,
4885
+ .jodit_theme_dark .jodit-form button {
4886
+ background-color: var(--jd-dark-toolbar-seperator-color3);
4887
+ color: var(--jd-dark-text-color);
4888
+ }
4889
+ .jodit-dialog_theme_dark .jodit-placeholder,
4890
+ .jodit_theme_dark .jodit-placeholder {
4891
+ color: var(--jd-dark-text-color-opacity80);
4892
+ }
4893
+ .jodit-dialog_theme_dark .jodit-drag-and-drop__file-box,
4894
+ .jodit_theme_dark .jodit-drag-and-drop__file-box,
4895
+ .jodit-dialog_theme_dark .jodit_uploadfile_button,
4896
+ .jodit_theme_dark .jodit_uploadfile_button {
4897
+ color: var(--jd-dark-text-color);
4898
+ }
4899
+ .jodit-dialog_theme_dark .jodit-drag-and-drop__file-box:hover,
4900
+ .jodit_theme_dark .jodit-drag-and-drop__file-box:hover,
4901
+ .jodit-dialog_theme_dark .jodit_uploadfile_button:hover,
4902
+ .jodit_theme_dark .jodit_uploadfile_button:hover {
4903
+ background-color: var(--jd-dark-toolbar-seperator-color3);
4904
+ }
4905
+ .jodit-dialog_theme_dark .jodit-add-new-line::before,
4906
+ .jodit_theme_dark .jodit-add-new-line::before {
4907
+ border-top-color: var(--jd-dark-toolbar-seperator-color2);
4908
+ }
4909
+ .jodit-dialog_theme_dark .jodit-add-new-line span,
4910
+ .jodit_theme_dark .jodit-add-new-line span {
4911
+ border-color: var(--jd-dark-toolbar-seperator-color2);
4912
+ background: var(--jd-dark-toolbar-seperator-color3);
4913
+ }
4914
+ .jodit-dialog_theme_dark .jodit-add-new-line span svg,
4915
+ .jodit_theme_dark .jodit-add-new-line span svg {
4916
+ fill: var(--jd-dark-text-color);
4917
+ }
4918
+ .jodit-dialog_theme_dark .jodit-resizer > i,
4919
+ .jodit_theme_dark .jodit-resizer > i {
4920
+ border-color: var(--jd-dark-icon-color);
4921
+ background: var(--jd-dark-toolbar-seperator-color3);
4922
+ }
4923
+ .jodit-dialog_theme_dark .jodit-select,
4924
+ .jodit_theme_dark .jodit-select,
4925
+ .jodit-dialog_theme_dark .jodit-input,
4926
+ .jodit_theme_dark .jodit-input {
4927
+ border-color: var(--jd-dark-border-color);
4928
+ background-color: var(--jd-dark-background-ligher);
4929
+ color: var(--jd-dark-border-color);
4930
+ }
4931
+ .jodit-dialog_theme_dark.jodit-dialog,
4932
+ .jodit_theme_dark.jodit-dialog {
4933
+ background-color: var(--jd-dark-background-color);
4934
+ }
4935
+ .jodit-dialog_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item,
4936
+ .jodit_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item,
4937
+ .jodit-dialog_theme_dark.jodit-dialog .jodit-dialog__header,
4938
+ .jodit_theme_dark.jodit-dialog .jodit-dialog__header {
4939
+ border-color: var(--jd-dark-border-color);
4940
+ }
4941
+ .jodit-dialog_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item-info,
4942
+ .jodit_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item-info {
4943
+ background-color: var(--jd-dark-text-color);
4944
+ }
4945
+