jodit 3.19.2 → 3.19.3

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