ckeditor5 41.3.1 → 41.4.0

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.

Potentially problematic release.


This version of ckeditor5 might be problematic. Click here for more details.

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