@dangl/angular-material-shared 2.5.1-beta0012 → 2.6.0-beta0019

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