@syncfusion/ej2-angular-inputs 25.2.6 → 26.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/CHANGELOG.md +1495 -0
  2. package/README.md +13 -0
  3. package/esm2020/public_api.mjs +1 -2
  4. package/esm2020/src/index.mjs +4 -1
  5. package/esm2020/src/otp-input/otpinput-all.module.mjs +23 -0
  6. package/esm2020/src/otp-input/otpinput.component.mjs +85 -0
  7. package/esm2020/src/otp-input/otpinput.module.mjs +25 -0
  8. package/esm2020/src/textarea/textarea.component.mjs +3 -3
  9. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +187 -71
  10. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  11. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +187 -71
  12. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  13. package/package.json +9 -9
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/index.d.ts +3 -0
  17. package/src/otp-input/otpinput-all.module.d.ts +11 -0
  18. package/src/otp-input/otpinput.component.d.ts +43 -0
  19. package/src/otp-input/otpinput.module.d.ts +11 -0
  20. package/src/textarea/textarea.component.d.ts +1 -1
  21. package/styles/bootstrap-dark.css +7402 -1
  22. package/styles/bootstrap-dark.scss +1 -0
  23. package/styles/bootstrap.css +7384 -1
  24. package/styles/bootstrap.scss +1 -0
  25. package/styles/bootstrap4.css +7542 -1
  26. package/styles/bootstrap4.scss +1 -0
  27. package/styles/bootstrap5-dark.css +7707 -1
  28. package/styles/bootstrap5-dark.scss +1 -0
  29. package/styles/bootstrap5.css +7707 -1
  30. package/styles/bootstrap5.scss +1 -0
  31. package/styles/color-picker/bootstrap-dark.css +779 -1
  32. package/styles/color-picker/bootstrap.css +779 -1
  33. package/styles/color-picker/bootstrap4.css +865 -1
  34. package/styles/color-picker/bootstrap5-dark.css +845 -1
  35. package/styles/color-picker/bootstrap5.css +845 -1
  36. package/styles/color-picker/fabric-dark.css +779 -1
  37. package/styles/color-picker/fabric.css +784 -1
  38. package/styles/color-picker/fluent-dark.css +800 -1
  39. package/styles/color-picker/fluent.css +800 -1
  40. package/styles/color-picker/fluent2.css +2025 -0
  41. package/styles/color-picker/fluent2.scss +1 -0
  42. package/styles/color-picker/highcontrast-light.css +779 -1
  43. package/styles/color-picker/highcontrast.css +779 -1
  44. package/styles/color-picker/material-dark.css +793 -1
  45. package/styles/color-picker/material.css +826 -1
  46. package/styles/color-picker/material3-dark.css +1015 -1
  47. package/styles/color-picker/material3.css +1127 -1
  48. package/styles/color-picker/tailwind-dark.css +819 -1
  49. package/styles/color-picker/tailwind.css +819 -1
  50. package/styles/data-form/bootstrap-dark.css +232 -1
  51. package/styles/data-form/bootstrap.css +232 -1
  52. package/styles/data-form/bootstrap4.css +232 -1
  53. package/styles/data-form/bootstrap5-dark.css +232 -1
  54. package/styles/data-form/bootstrap5.css +232 -1
  55. package/styles/data-form/fabric-dark.css +232 -1
  56. package/styles/data-form/fabric.css +232 -1
  57. package/styles/data-form/fluent-dark.css +232 -1
  58. package/styles/data-form/fluent.css +232 -1
  59. package/styles/data-form/fluent2.css +1266 -0
  60. package/styles/data-form/fluent2.scss +1 -0
  61. package/styles/data-form/highcontrast-light.css +232 -1
  62. package/styles/data-form/highcontrast.css +232 -1
  63. package/styles/data-form/material-dark.css +232 -1
  64. package/styles/data-form/material.css +232 -1
  65. package/styles/data-form/material3-dark.css +342 -1
  66. package/styles/data-form/material3.css +454 -1
  67. package/styles/data-form/tailwind-dark.css +232 -1
  68. package/styles/data-form/tailwind.css +232 -1
  69. package/styles/fabric-dark.css +7348 -1
  70. package/styles/fabric-dark.scss +1 -0
  71. package/styles/fabric.css +7353 -1
  72. package/styles/fabric.scss +1 -0
  73. package/styles/fluent-dark.css +7508 -1
  74. package/styles/fluent-dark.scss +1 -0
  75. package/styles/fluent.css +7508 -1
  76. package/styles/fluent.scss +1 -0
  77. package/styles/fluent2.css +25566 -0
  78. package/styles/fluent2.scss +12 -0
  79. package/styles/highcontrast-light.css +7557 -1
  80. package/styles/highcontrast-light.scss +1 -0
  81. package/styles/highcontrast.css +7557 -1
  82. package/styles/highcontrast.scss +1 -0
  83. package/styles/input/bootstrap-dark.css +4368 -1
  84. package/styles/input/bootstrap.css +4368 -1
  85. package/styles/input/bootstrap4.css +4348 -1
  86. package/styles/input/bootstrap5-dark.css +4446 -1
  87. package/styles/input/bootstrap5.css +4446 -1
  88. package/styles/input/fabric-dark.css +4298 -1
  89. package/styles/input/fabric.css +4298 -1
  90. package/styles/input/fluent-dark.css +4336 -1
  91. package/styles/input/fluent.css +4336 -1
  92. package/styles/input/fluent2.css +10185 -0
  93. package/styles/input/fluent2.scss +1 -0
  94. package/styles/input/highcontrast-light.css +4462 -1
  95. package/styles/input/highcontrast.css +4462 -1
  96. package/styles/input/material-dark.css +11659 -1
  97. package/styles/input/material.css +11679 -1
  98. package/styles/input/material3-dark.css +11609 -1
  99. package/styles/input/material3.css +11721 -1
  100. package/styles/input/tailwind-dark.css +4303 -1
  101. package/styles/input/tailwind.css +4303 -1
  102. package/styles/maskedtextbox/bootstrap-dark.css +31 -1
  103. package/styles/maskedtextbox/bootstrap.css +14 -1
  104. package/styles/maskedtextbox/bootstrap4.css +31 -1
  105. package/styles/maskedtextbox/bootstrap5-dark.css +31 -1
  106. package/styles/maskedtextbox/bootstrap5.css +31 -1
  107. package/styles/maskedtextbox/fabric-dark.css +31 -1
  108. package/styles/maskedtextbox/fabric.css +31 -1
  109. package/styles/maskedtextbox/fluent-dark.css +27 -1
  110. package/styles/maskedtextbox/fluent.css +27 -1
  111. package/styles/maskedtextbox/fluent2.css +1244 -0
  112. package/styles/maskedtextbox/fluent2.scss +1 -0
  113. package/styles/maskedtextbox/highcontrast-light.css +31 -1
  114. package/styles/maskedtextbox/highcontrast.css +31 -1
  115. package/styles/maskedtextbox/material-dark.css +45 -1
  116. package/styles/maskedtextbox/material.css +65 -1
  117. package/styles/maskedtextbox/material3-dark.css +175 -1
  118. package/styles/maskedtextbox/material3.css +287 -1
  119. package/styles/maskedtextbox/tailwind-dark.css +31 -1
  120. package/styles/maskedtextbox/tailwind.css +31 -1
  121. package/styles/material-dark.css +14901 -1
  122. package/styles/material-dark.scss +1 -0
  123. package/styles/material.css +14988 -1
  124. package/styles/material.scss +1 -0
  125. package/styles/material3-dark.css +16319 -1
  126. package/styles/material3-dark.scss +1 -0
  127. package/styles/material3.css +17663 -1
  128. package/styles/material3.scss +1 -0
  129. package/styles/numerictextbox/bootstrap-dark.css +53 -1
  130. package/styles/numerictextbox/bootstrap.css +53 -1
  131. package/styles/numerictextbox/bootstrap4.css +48 -1
  132. package/styles/numerictextbox/bootstrap5-dark.css +48 -1
  133. package/styles/numerictextbox/bootstrap5.css +48 -1
  134. package/styles/numerictextbox/fabric-dark.css +48 -1
  135. package/styles/numerictextbox/fabric.css +48 -1
  136. package/styles/numerictextbox/fluent-dark.css +59 -1
  137. package/styles/numerictextbox/fluent.css +59 -1
  138. package/styles/numerictextbox/fluent2.css +1261 -0
  139. package/styles/numerictextbox/fluent2.scss +1 -0
  140. package/styles/numerictextbox/highcontrast-light.css +48 -1
  141. package/styles/numerictextbox/highcontrast.css +48 -1
  142. package/styles/numerictextbox/material-dark.css +62 -1
  143. package/styles/numerictextbox/material.css +82 -1
  144. package/styles/numerictextbox/material3-dark.css +192 -1
  145. package/styles/numerictextbox/material3.css +304 -1
  146. package/styles/numerictextbox/tailwind-dark.css +48 -1
  147. package/styles/numerictextbox/tailwind.css +48 -1
  148. package/styles/otp-input/bootstrap-dark.css +225 -0
  149. package/styles/otp-input/bootstrap-dark.scss +1 -0
  150. package/styles/otp-input/bootstrap.css +225 -0
  151. package/styles/otp-input/bootstrap.scss +1 -0
  152. package/styles/otp-input/bootstrap4.css +225 -0
  153. package/styles/otp-input/bootstrap4.scss +1 -0
  154. package/styles/otp-input/bootstrap5-dark.css +225 -0
  155. package/styles/otp-input/bootstrap5-dark.scss +1 -0
  156. package/styles/otp-input/bootstrap5.css +225 -0
  157. package/styles/otp-input/bootstrap5.scss +1 -0
  158. package/styles/otp-input/fabric-dark.css +225 -0
  159. package/styles/otp-input/fabric-dark.scss +1 -0
  160. package/styles/otp-input/fabric.css +225 -0
  161. package/styles/otp-input/fabric.scss +1 -0
  162. package/styles/otp-input/fluent-dark.css +225 -0
  163. package/styles/otp-input/fluent-dark.scss +1 -0
  164. package/styles/otp-input/fluent.css +225 -0
  165. package/styles/otp-input/fluent.scss +1 -0
  166. package/styles/otp-input/fluent2.css +1259 -0
  167. package/styles/otp-input/fluent2.scss +1 -0
  168. package/styles/otp-input/highcontrast-light.css +225 -0
  169. package/styles/otp-input/highcontrast-light.scss +1 -0
  170. package/styles/otp-input/highcontrast.css +225 -0
  171. package/styles/otp-input/highcontrast.scss +1 -0
  172. package/styles/otp-input/material-dark.css +225 -0
  173. package/styles/otp-input/material-dark.scss +1 -0
  174. package/styles/otp-input/material.css +225 -0
  175. package/styles/otp-input/material.scss +1 -0
  176. package/styles/otp-input/material3-dark.css +335 -0
  177. package/styles/otp-input/material3-dark.scss +2 -0
  178. package/styles/otp-input/material3.css +447 -0
  179. package/styles/otp-input/material3.scss +2 -0
  180. package/styles/otp-input/tailwind-dark.css +225 -0
  181. package/styles/otp-input/tailwind-dark.scss +1 -0
  182. package/styles/otp-input/tailwind.css +225 -0
  183. package/styles/otp-input/tailwind.scss +1 -0
  184. package/styles/rating/bootstrap-dark.css +315 -1
  185. package/styles/rating/bootstrap.css +315 -1
  186. package/styles/rating/bootstrap4.css +315 -1
  187. package/styles/rating/bootstrap5-dark.css +316 -1
  188. package/styles/rating/bootstrap5.css +316 -1
  189. package/styles/rating/fabric-dark.css +315 -1
  190. package/styles/rating/fabric.css +315 -1
  191. package/styles/rating/fluent-dark.css +315 -1
  192. package/styles/rating/fluent.css +315 -1
  193. package/styles/rating/fluent2.css +1349 -0
  194. package/styles/rating/fluent2.scss +1 -0
  195. package/styles/rating/highcontrast-light.css +315 -1
  196. package/styles/rating/highcontrast.css +315 -1
  197. package/styles/rating/material-dark.css +315 -1
  198. package/styles/rating/material.css +315 -1
  199. package/styles/rating/material3-dark.css +434 -1
  200. package/styles/rating/material3.css +546 -1
  201. package/styles/rating/tailwind-dark.css +319 -1
  202. package/styles/rating/tailwind.css +319 -1
  203. package/styles/signature/bootstrap-dark.css +9 -1
  204. package/styles/signature/bootstrap.css +9 -1
  205. package/styles/signature/bootstrap4.css +9 -1
  206. package/styles/signature/bootstrap5-dark.css +9 -1
  207. package/styles/signature/bootstrap5.css +9 -1
  208. package/styles/signature/fabric-dark.css +9 -1
  209. package/styles/signature/fabric.css +9 -1
  210. package/styles/signature/fluent-dark.css +9 -1
  211. package/styles/signature/fluent.css +9 -1
  212. package/styles/signature/fluent2.css +1043 -0
  213. package/styles/signature/fluent2.scss +1 -0
  214. package/styles/signature/highcontrast-light.css +9 -1
  215. package/styles/signature/highcontrast.css +9 -1
  216. package/styles/signature/material-dark.css +9 -1
  217. package/styles/signature/material.css +9 -1
  218. package/styles/signature/material3-dark.css +119 -1
  219. package/styles/signature/material3.css +231 -1
  220. package/styles/signature/tailwind-dark.css +9 -1
  221. package/styles/signature/tailwind.css +9 -1
  222. package/styles/slider/bootstrap-dark.css +484 -1
  223. package/styles/slider/bootstrap.css +484 -1
  224. package/styles/slider/bootstrap4.css +563 -1
  225. package/styles/slider/bootstrap5-dark.css +643 -1
  226. package/styles/slider/bootstrap5.css +643 -1
  227. package/styles/slider/fabric-dark.css +504 -1
  228. package/styles/slider/fabric.css +504 -1
  229. package/styles/slider/fluent-dark.css +547 -1
  230. package/styles/slider/fluent.css +547 -1
  231. package/styles/slider/fluent2.css +1642 -0
  232. package/styles/slider/fluent2.scss +1 -0
  233. package/styles/slider/highcontrast-light.css +550 -1
  234. package/styles/slider/highcontrast.css +550 -1
  235. package/styles/slider/material-dark.css +662 -1
  236. package/styles/slider/material.css +662 -1
  237. package/styles/slider/material3-dark.css +873 -1
  238. package/styles/slider/material3.css +985 -1
  239. package/styles/slider/tailwind-dark.css +617 -1
  240. package/styles/slider/tailwind.css +617 -1
  241. package/styles/tailwind-dark.css +7544 -1
  242. package/styles/tailwind-dark.scss +1 -0
  243. package/styles/tailwind.css +7544 -1
  244. package/styles/tailwind.scss +1 -0
  245. package/styles/textarea/bootstrap-dark.css +34 -1
  246. package/styles/textarea/bootstrap.css +34 -1
  247. package/styles/textarea/bootstrap4.css +34 -1
  248. package/styles/textarea/bootstrap5-dark.css +34 -1
  249. package/styles/textarea/bootstrap5.css +34 -1
  250. package/styles/textarea/fabric-dark.css +34 -1
  251. package/styles/textarea/fabric.css +34 -1
  252. package/styles/textarea/fluent-dark.css +34 -1
  253. package/styles/textarea/fluent.css +34 -1
  254. package/styles/textarea/fluent2.css +1247 -0
  255. package/styles/textarea/fluent2.scss +1 -0
  256. package/styles/textarea/highcontrast-light.css +34 -1
  257. package/styles/textarea/highcontrast.css +34 -1
  258. package/styles/textarea/material-dark.css +48 -1
  259. package/styles/textarea/material.css +68 -1
  260. package/styles/textarea/material3-dark.css +178 -1
  261. package/styles/textarea/material3.css +290 -1
  262. package/styles/textarea/tailwind-dark.css +34 -1
  263. package/styles/textarea/tailwind.css +34 -1
  264. package/styles/textbox/bootstrap-dark.css +28 -1
  265. package/styles/textbox/bootstrap.css +28 -1
  266. package/styles/textbox/bootstrap4.css +28 -1
  267. package/styles/textbox/bootstrap5-dark.css +28 -1
  268. package/styles/textbox/bootstrap5.css +28 -1
  269. package/styles/textbox/fabric-dark.css +28 -1
  270. package/styles/textbox/fabric.css +28 -1
  271. package/styles/textbox/fluent-dark.css +28 -1
  272. package/styles/textbox/fluent.css +28 -1
  273. package/styles/textbox/fluent2.css +1241 -0
  274. package/styles/textbox/fluent2.scss +1 -0
  275. package/styles/textbox/highcontrast-light.css +28 -1
  276. package/styles/textbox/highcontrast.css +28 -1
  277. package/styles/textbox/material-dark.css +42 -1
  278. package/styles/textbox/material.css +62 -1
  279. package/styles/textbox/material3-dark.css +172 -1
  280. package/styles/textbox/material3.css +284 -1
  281. package/styles/textbox/tailwind-dark.css +28 -1
  282. package/styles/textbox/tailwind.css +28 -1
  283. package/styles/uploader/bootstrap-dark.css +835 -1
  284. package/styles/uploader/bootstrap.css +835 -1
  285. package/styles/uploader/bootstrap4.css +835 -1
  286. package/styles/uploader/bootstrap5-dark.css +841 -1
  287. package/styles/uploader/bootstrap5.css +841 -1
  288. package/styles/uploader/fabric-dark.css +835 -1
  289. package/styles/uploader/fabric.css +835 -1
  290. package/styles/uploader/fluent-dark.css +887 -1
  291. package/styles/uploader/fluent.css +887 -1
  292. package/styles/uploader/fluent2.css +1880 -0
  293. package/styles/uploader/fluent2.scss +1 -0
  294. package/styles/uploader/highcontrast-light.css +835 -1
  295. package/styles/uploader/highcontrast.css +835 -1
  296. package/styles/uploader/material-dark.css +835 -1
  297. package/styles/uploader/material.css +839 -1
  298. package/styles/uploader/material3-dark.css +951 -1
  299. package/styles/uploader/material3.css +1063 -1
  300. package/styles/uploader/tailwind-dark.css +870 -1
  301. package/styles/uploader/tailwind.css +870 -1
  302. package/license +0 -10
  303. package/postinstall/tagchange.js +0 -18
@@ -1 +1,1127 @@
1
- @import '@syncfusion/ej2-inputs/styles/color-picker/material3.css';
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 103, 80, 164;
5
+ --color-sf-primary-container: 234, 221, 255;
6
+ --color-sf-secondary: 98, 91, 113;
7
+ --color-sf-secondary-container: 232, 222, 248;
8
+ --color-sf-tertiary: 125, 82, 96;
9
+ --color-sf-tertiary-container: 255, 216, 228;
10
+ --color-sf-surface: 255, 255, 255;
11
+ --color-sf-surface-variant: 231, 224, 236;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 255, 255, 255;
14
+ --color-sf-on-primary-container: 33, 0, 94;
15
+ --color-sf-on-secondary: 255, 255, 255;
16
+ --color-sf-on-secondary-container: 30, 25, 43;
17
+ --color-sf-on-tertiary: 255, 255, 255;
18
+ --color-sf-on-tertiary-containe: 55, 11, 30;
19
+ --color-sf-on-surface: 28, 27, 31;
20
+ --color-sf-on-surface-variant: 73, 69, 78;
21
+ --color-sf-on-background: 28, 27, 31;
22
+ --color-sf-outline: 121, 116, 126;
23
+ --color-sf-outline-variant: 196, 199, 197;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 103, 80, 164;
26
+ --color-sf-inverse-surface: 49, 48, 51;
27
+ --color-sf-inverse-on-surface: 244, 239, 244;
28
+ --color-sf-inverse-primary: 208, 188, 255;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 179, 38, 30;
31
+ --color-sf-error-container: 249, 222, 220;
32
+ --color-sf-on-error: 255, 250, 250;
33
+ --color-sf-on-error-container: 65, 14, 11;
34
+ --color-sf-success: 32, 81, 7;
35
+ --color-sf-success-container: 209, 255, 186;
36
+ --color-sf-on-success: 244, 255, 239;
37
+ --color-sf-on-success-container: 13, 39, 0;
38
+ --color-sf-info: 1, 87, 155;
39
+ --color-sf-info-container: 233, 245, 255;
40
+ --color-sf-on-info: 250, 253, 255;
41
+ --color-sf-on-info-container: 0, 51, 91;
42
+ --color-sf-warning: 145, 76, 0;
43
+ --color-sf-warning-container: 254, 236, 222;
44
+ --color-sf-on-warning: 255, 255, 255;
45
+ --color-sf-on-warning-container: 47, 21, 0;
46
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
+ --color-sf-diagram-palette-background: --color-sf-white;
49
+ --color-sf-success-text: 255, 255, 255;
50
+ --color-sf-warning-text: 255, 255, 255;
51
+ --color-sf-danger-text: 255, 255, 255;
52
+ --color-sf-info-text: 255, 255, 255;
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
55
+ }
56
+
57
+ .e-dark-mode {
58
+ --color-sf-black: 0, 0, 0;
59
+ --color-sf-white: 255, 255, 255;
60
+ --color-sf-primary: 208, 188, 255;
61
+ --color-sf-primary-container: 79, 55, 139;
62
+ --color-sf-secondary: 204, 194, 220;
63
+ --color-sf-secondary-container: 74, 68, 88;
64
+ --color-sf-tertiary: 239, 184, 200;
65
+ --color-sf-tertiary-container: 99, 59, 72;
66
+ --color-sf-surface: 28, 27, 31;
67
+ --color-sf-surface-variant: 28, 27, 31;
68
+ --color-sf-background: var(--color-sf-surface);
69
+ --color-sf-on-primary: 55, 30, 115;
70
+ --color-sf-on-primary-container: 234, 221, 255;
71
+ --color-sf-on-secondary: 51, 45, 65;
72
+ --color-sf-on-secondary-container: 232, 222, 248;
73
+ --color-sf-on-tertiary: 73, 37, 50;
74
+ --color-sf-on-tertiary-containe: 255, 216, 228;
75
+ --color-sf-on-surface: 230, 225, 229;
76
+ --color-sf-on-surface-variant: 202, 196, 208;
77
+ --color-sf-on-background: 230, 225, 229;
78
+ --color-sf-outline: 147, 143, 153;
79
+ --color-sf-outline-variant: 68, 71, 70;
80
+ --color-sf-shadow: 0, 0, 0;
81
+ --color-sf-surface-tint-color: 208, 188, 255;
82
+ --color-sf-inverse-surface: 230, 225, 229;
83
+ --color-sf-inverse-on-surface: 49, 48, 51;
84
+ --color-sf-inverse-primary: 103, 80, 164;
85
+ --color-sf-scrim: 0, 0, 0;
86
+ --color-sf-error: 242, 184, 181;
87
+ --color-sf-error-container: 140, 29, 24;
88
+ --color-sf-on-error: 96, 20, 16;
89
+ --color-sf-on-error-container: 249, 222, 220;
90
+ --color-sf-success: 83, 202, 23;
91
+ --color-sf-success-container: 22, 62, 2;
92
+ --color-sf-on-success: 13, 39, 0;
93
+ --color-sf-on-success-container: 183, 250, 150;
94
+ --color-sf-info: 71, 172, 251;
95
+ --color-sf-info-container: 0, 67, 120;
96
+ --color-sf-on-info: 0, 51, 91;
97
+ --color-sf-on-info-container: 173, 219, 255;
98
+ --color-sf-warning: 245, 180, 130;
99
+ --color-sf-warning-container: 123, 65, 0;
100
+ --color-sf-on-warning: 99, 52, 0;
101
+ --color-sf-on-warning-container: 255, 220, 193;
102
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
+ --color-sf-success-text: 0, 0, 0;
105
+ --color-sf-warning-text: 0, 0, 0;
106
+ --color-sf-info-text: 0, 0, 0;
107
+ --color-sf-danger-text: 0, 0, 0;
108
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
+ }
111
+
112
+ :root {
113
+ --color-sf-black: 0, 0, 0;
114
+ --color-sf-white: 255, 255, 255;
115
+ --color-sf-primary: 103, 80, 164;
116
+ --color-sf-primary-container: 234, 221, 255;
117
+ --color-sf-secondary: 98, 91, 113;
118
+ --color-sf-secondary-container: 232, 222, 248;
119
+ --color-sf-tertiary: 125, 82, 96;
120
+ --color-sf-tertiary-container: 255, 216, 228;
121
+ --color-sf-surface: 255, 255, 255;
122
+ --color-sf-surface-variant: 231, 224, 236;
123
+ --color-sf-background: var(--color-sf-surface);
124
+ --color-sf-on-primary: 255, 255, 255;
125
+ --color-sf-on-primary-container: 33, 0, 94;
126
+ --color-sf-on-secondary: 255, 255, 255;
127
+ --color-sf-on-secondary-container: 30, 25, 43;
128
+ --color-sf-on-tertiary: 255, 255, 255;
129
+ --color-sf-on-tertiary-containe: 55, 11, 30;
130
+ --color-sf-on-surface: 28, 27, 31;
131
+ --color-sf-on-surface-variant: 73, 69, 78;
132
+ --color-sf-on-background: 28, 27, 31;
133
+ --color-sf-outline: 121, 116, 126;
134
+ --color-sf-outline-variant: 196, 199, 197;
135
+ --color-sf-shadow: 0, 0, 0;
136
+ --color-sf-surface-tint-color: 103, 80, 164;
137
+ --color-sf-inverse-surface: 49, 48, 51;
138
+ --color-sf-inverse-on-surface: 244, 239, 244;
139
+ --color-sf-inverse-primary: 208, 188, 255;
140
+ --color-sf-scrim: 0, 0, 0;
141
+ --color-sf-error: 179, 38, 30;
142
+ --color-sf-error-container: 249, 222, 220;
143
+ --color-sf-on-error: 255, 250, 250;
144
+ --color-sf-on-error-container: 65, 14, 11;
145
+ --color-sf-success: 32, 81, 7;
146
+ --color-sf-success-container: 209, 255, 186;
147
+ --color-sf-on-success: 244, 255, 239;
148
+ --color-sf-on-success-container: 13, 39, 0;
149
+ --color-sf-info: 1, 87, 155;
150
+ --color-sf-info-container: 233, 245, 255;
151
+ --color-sf-on-info: 250, 253, 255;
152
+ --color-sf-on-info-container: 0, 51, 91;
153
+ --color-sf-warning: 145, 76, 0;
154
+ --color-sf-warning-container: 254, 236, 222;
155
+ --color-sf-on-warning: 255, 255, 255;
156
+ --color-sf-on-warning-container: 47, 21, 0;
157
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
158
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
159
+ --color-sf-diagram-palette-background: --color-sf-white;
160
+ --color-sf-success-text: 255, 255, 255;
161
+ --color-sf-warning-text: 255, 255, 255;
162
+ --color-sf-danger-text: 255, 255, 255;
163
+ --color-sf-info-text: 255, 255, 255;
164
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
165
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
166
+ }
167
+
168
+ .e-dark-mode {
169
+ --color-sf-black: 0, 0, 0;
170
+ --color-sf-white: 255, 255, 255;
171
+ --color-sf-primary: 208, 188, 255;
172
+ --color-sf-primary-container: 79, 55, 139;
173
+ --color-sf-secondary: 204, 194, 220;
174
+ --color-sf-secondary-container: 74, 68, 88;
175
+ --color-sf-tertiary: 239, 184, 200;
176
+ --color-sf-tertiary-container: 99, 59, 72;
177
+ --color-sf-surface: 28, 27, 31;
178
+ --color-sf-surface-variant: 28, 27, 31;
179
+ --color-sf-background: var(--color-sf-surface);
180
+ --color-sf-on-primary: 55, 30, 115;
181
+ --color-sf-on-primary-container: 234, 221, 255;
182
+ --color-sf-on-secondary: 51, 45, 65;
183
+ --color-sf-on-secondary-container: 232, 222, 248;
184
+ --color-sf-on-tertiary: 73, 37, 50;
185
+ --color-sf-on-tertiary-containe: 255, 216, 228;
186
+ --color-sf-on-surface: 230, 225, 229;
187
+ --color-sf-on-surface-variant: 202, 196, 208;
188
+ --color-sf-on-background: 230, 225, 229;
189
+ --color-sf-outline: 147, 143, 153;
190
+ --color-sf-outline-variant: 68, 71, 70;
191
+ --color-sf-shadow: 0, 0, 0;
192
+ --color-sf-surface-tint-color: 208, 188, 255;
193
+ --color-sf-inverse-surface: 230, 225, 229;
194
+ --color-sf-inverse-on-surface: 49, 48, 51;
195
+ --color-sf-inverse-primary: 103, 80, 164;
196
+ --color-sf-scrim: 0, 0, 0;
197
+ --color-sf-error: 242, 184, 181;
198
+ --color-sf-error-container: 140, 29, 24;
199
+ --color-sf-on-error: 96, 20, 16;
200
+ --color-sf-on-error-container: 249, 222, 220;
201
+ --color-sf-success: 83, 202, 23;
202
+ --color-sf-success-container: 22, 62, 2;
203
+ --color-sf-on-success: 13, 39, 0;
204
+ --color-sf-on-success-container: 183, 250, 150;
205
+ --color-sf-info: 71, 172, 251;
206
+ --color-sf-info-container: 0, 67, 120;
207
+ --color-sf-on-info: 0, 51, 91;
208
+ --color-sf-on-info-container: 173, 219, 255;
209
+ --color-sf-warning: 245, 180, 130;
210
+ --color-sf-warning-container: 123, 65, 0;
211
+ --color-sf-on-warning: 99, 52, 0;
212
+ --color-sf-on-warning-container: 255, 220, 193;
213
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
214
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
215
+ --color-sf-success-text: 0, 0, 0;
216
+ --color-sf-warning-text: 0, 0, 0;
217
+ --color-sf-info-text: 0, 0, 0;
218
+ --color-sf-danger-text: 0, 0, 0;
219
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
220
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
221
+ }
222
+
223
+ /* stylelint-disable-line no-empty-source */
224
+ /* stylelint-disable property-no-vendor-prefix */
225
+ @-webkit-keyframes e-input-ripple {
226
+ 100% {
227
+ opacity: 0;
228
+ -webkit-transform: scale(4);
229
+ transform: scale(4);
230
+ }
231
+ }
232
+ @keyframes e-input-ripple {
233
+ 100% {
234
+ opacity: 0;
235
+ -webkit-transform: scale(4);
236
+ transform: scale(4);
237
+ }
238
+ }
239
+ @-webkit-keyframes slideTopUp {
240
+ from {
241
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
242
+ transform: translate3d(0, 0, 0) scale(1);
243
+ }
244
+ to {
245
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
246
+ transform: translate3d(0, 0, 0) scale(1);
247
+ }
248
+ }
249
+ @keyframes slideTopUp {
250
+ from {
251
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
252
+ transform: translate3d(0, 0, 0) scale(1);
253
+ }
254
+ to {
255
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
256
+ transform: translate3d(0, 0, 0) scale(1);
257
+ }
258
+ }
259
+ .e-container .e-value-switch-btn::before {
260
+ content: "\e748";
261
+ }
262
+
263
+ .e-colorpicker-wrapper,
264
+ .e-colorpicker-container {
265
+ display: inline-block;
266
+ line-height: 0;
267
+ outline: none;
268
+ -webkit-user-select: none;
269
+ -moz-user-select: none;
270
+ -ms-user-select: none;
271
+ user-select: none;
272
+ }
273
+ .e-colorpicker-wrapper .e-colorpicker,
274
+ .e-colorpicker-container .e-colorpicker {
275
+ height: 1px;
276
+ opacity: 0;
277
+ position: absolute;
278
+ width: 1px;
279
+ }
280
+ .e-colorpicker-wrapper .e-dropdown-btn.e-icon-btn,
281
+ .e-colorpicker-container .e-dropdown-btn.e-icon-btn {
282
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
283
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
284
+ border-radius: 4px;
285
+ border-bottom-left-radius: 0;
286
+ border-top-left-radius: 0;
287
+ -webkit-box-shadow: none;
288
+ box-shadow: none;
289
+ }
290
+ .e-colorpicker-wrapper .e-split-btn-wrapper,
291
+ .e-colorpicker-container .e-split-btn-wrapper {
292
+ -webkit-box-shadow: none;
293
+ box-shadow: none;
294
+ }
295
+ .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
296
+ .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
297
+ font-family: initial;
298
+ line-height: 14px;
299
+ padding: 5px 8px;
300
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
301
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
302
+ border-radius: 4px;
303
+ border-bottom-right-radius: 0;
304
+ border-top-right-radius: 0;
305
+ border-right-color: transparent;
306
+ -webkit-box-shadow: none;
307
+ box-shadow: none;
308
+ }
309
+ .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
310
+ .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
311
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
312
+ background-size: 8px;
313
+ border-radius: 4px;
314
+ height: 24px;
315
+ margin-top: 0;
316
+ position: relative;
317
+ width: 24px;
318
+ }
319
+ .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview,
320
+ .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview {
321
+ border-radius: 4px;
322
+ }
323
+ .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
324
+ .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
325
+ padding: 5px 8px;
326
+ border-bottom-right-radius: 0;
327
+ border-top-right-radius: 0;
328
+ }
329
+ .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-dropdown-btn.e-icon-btn,
330
+ .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-dropdown-btn.e-icon-btn {
331
+ border-bottom-left-radius: 0;
332
+ border-top-left-radius: 0;
333
+ }
334
+ .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn,
335
+ .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn {
336
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
337
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
338
+ border-radius: 4px;
339
+ border-left-color: transparent;
340
+ }
341
+ .e-colorpicker-wrapper *,
342
+ .e-colorpicker-container * {
343
+ -webkit-box-sizing: border-box;
344
+ box-sizing: border-box;
345
+ }
346
+ .e-colorpicker-wrapper.e-disabled .e-palette .e-tile,
347
+ .e-colorpicker-container.e-disabled .e-palette .e-tile {
348
+ cursor: default;
349
+ }
350
+ .e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover,
351
+ .e-colorpicker-container.e-disabled .e-palette .e-tile:hover {
352
+ border: 0;
353
+ -webkit-box-shadow: none;
354
+ box-shadow: none;
355
+ }
356
+ .e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected,
357
+ .e-colorpicker-container.e-disabled .e-palette .e-tile.e-selected {
358
+ border: 0;
359
+ }
360
+ .e-colorpicker-wrapper.e-disabled .e-container .e-handler, .e-colorpicker-wrapper.e-disabled .e-container .e-preview-container, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle,
361
+ .e-colorpicker-container.e-disabled .e-container .e-handler,
362
+ .e-colorpicker-container.e-disabled .e-container .e-preview-container,
363
+ .e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider,
364
+ .e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider,
365
+ .e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
366
+ cursor: default;
367
+ }
368
+ .e-colorpicker-wrapper.e-disabled .e-container .e-hsv-container,
369
+ .e-colorpicker-container.e-disabled .e-container .e-hsv-container {
370
+ pointer-events: none;
371
+ }
372
+
373
+ .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
374
+ line-height: 0;
375
+ }
376
+
377
+ /* stylelint-disable property-no-vendor-prefix */
378
+ .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
379
+ -webkit-overflow-scrolling: touch;
380
+ height: 100%;
381
+ left: 0;
382
+ position: fixed;
383
+ top: 0;
384
+ width: 100%;
385
+ }
386
+ .e-colorpicker.e-modal {
387
+ background-color: rgba(0, 0, 0, 0.6);
388
+ opacity: 0.5;
389
+ pointer-events: auto;
390
+ }
391
+ .e-colorpicker.e-hsv-model {
392
+ background-color: transparent;
393
+ }
394
+
395
+ .sf-colorpicker .e-switch-ctrl-btn .e-ctrl-btn {
396
+ position: relative;
397
+ }
398
+
399
+ .e-show-value .sf-colorpicker.e-color-palette .e-selected-value, .e-show-value .sf-colorpicker.e-color-palette .e-switch-ctrl-btn {
400
+ width: 270px;
401
+ }
402
+
403
+ .e-dropdown-popup.e-transparent .e-container {
404
+ display: none;
405
+ }
406
+
407
+ body.e-colorpicker-overflow {
408
+ overflow: visible;
409
+ }
410
+
411
+ .e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper,
412
+ .e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper,
413
+ .e-bigger .e-colorpicker-container .e-split-btn-wrapper,
414
+ .e-bigger.e-colorpicker-container .e-split-btn-wrapper {
415
+ -webkit-box-shadow: none;
416
+ box-shadow: none;
417
+ }
418
+ .e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
419
+ .e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
420
+ .e-bigger .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
421
+ .e-bigger.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
422
+ line-height: 18px;
423
+ padding: 7px 12px;
424
+ }
425
+ .e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
426
+ .e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
427
+ .e-bigger .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
428
+ .e-bigger.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
429
+ height: 24px;
430
+ width: 24px;
431
+ }
432
+ .e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
433
+ .e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
434
+ .e-bigger .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
435
+ .e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
436
+ padding: 7px 12px;
437
+ }
438
+ .e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
439
+ .e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
440
+ .e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
441
+ .e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
442
+ line-height: 0;
443
+ }
444
+
445
+ .e-container {
446
+ border: 0;
447
+ border-radius: 12px;
448
+ display: inline-block;
449
+ line-height: 0;
450
+ outline: none;
451
+ -webkit-user-select: none;
452
+ -moz-user-select: none;
453
+ -ms-user-select: none;
454
+ user-select: none;
455
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
456
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
457
+ }
458
+ .e-container.e-color-picker {
459
+ height: 454px;
460
+ width: 350px;
461
+ }
462
+ .e-container.e-color-picker .e-mode-switch-btn {
463
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%;
464
+ }
465
+ .e-container.e-color-palette {
466
+ width: auto;
467
+ }
468
+ .e-container.e-color-palette .e-mode-switch-btn {
469
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgc3R5bGU9ImZpbGw6dXJsKCNfTGluZWFyMSk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBzdHlsZT0iZmlsbDp1cmwoI19MaW5lYXIyKTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDAsMTgpIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMyI+CiAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMykiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwtMCwxOCkiPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxjbGlwUGF0aCBpZD0iX2NsaXA0Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXA0KSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLC0wLDE4KSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNfSW1hZ2U1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDYiPgogICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNfY2xpcDYpIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsLTAsMTgpIj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iX0xpbmVhcjEiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2LjI3MDE5ZS0xNCwtMTAyNCwtMTAyNCwtNi4yNzAxOWUtMTQsMCwxOCkiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDAsMTgyLDI1NSk7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOmJsYWNrO3N0b3Atb3BhY2l0eTowIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Il9MaW5lYXIyIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDIxOGUtMTUsLTE4LC0xOCwtMS4xMDIxOGUtMTUsMTgsMTgpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYigwLDE4MiwyNTUpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjpibGFjaztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGltYWdlIGlkPSJfSW1hZ2U1IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJJQUFBQVNDQVlBQUFCV3pvNVhBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQmUwbEVRVlE0alcyUjIyNGNNUXhER2NBbyt2OC8yU0lYZE9wTk5iSXVWaDlrZXp6SlBoaWlTT3JNQXZ2eTBBanlBSGVBSEdBSHlDUDE4dTQ3ZVl6ZTlBS2xhaDlCZ0F5WG5tVUxjQStRYmQ3cWp4OWdnVkxGUWRiVDlBQlpYNlZkWHpNLy9MVmZqbE11dy9xQWR2QUMzZmR2bVE1UVpVbUErZ1ZUWDZWZDh3Sjk3NWRLbkdYek1VZnBpVGYzdXpkQi93Z2tsaVZ4a0U1dFdSSkxiNGMvNlplamZvTE5NdFJaeXYyWk4zZFNCYXREVlFGWGxQcDRnTlZBb3FPa1F4dW8yY3Iybk5Wd2lnSnVnQ2xnaWxMclgxQ2Jod3BXdmUwa3NtVTUzUXh3SGM4QU01UjZIQnRBUUUzQVlqa25WREpyb2tDM1BIYlBPZlpTano4SjRMWU9XRFIzVlJBblBOeUE3dm1tZGs5UWQ1VGo0dzBzRzRqYjBPbXBUa0FmMHpiZDExN3FCSjBOeEx3MGl5RGNnZGlPcG80K0lCMElINkQzMXdTMEJqb1ozQ1QvMHBpSGNla0ppTmgwdmxMZmZnOUF3OGs4Z3RoZXYyczh6MHA5L1FVNlQ3Z2JFTWhnbGhIcDdjZDQzbm5CajU4ekhVZERiMk1URit6TC9oOXIveU91c0ZQS093QUFBQUJKUlU1RXJrSmdnZz09Ii8+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=") no-repeat 100% 100%;
470
+ }
471
+ .e-container .e-custom-palette {
472
+ width: auto;
473
+ }
474
+ .e-container .e-custom-palette .e-palette {
475
+ padding: 10px;
476
+ }
477
+ .e-container .e-custom-palette.e-palette-group {
478
+ height: 326px;
479
+ overflow-y: scroll;
480
+ }
481
+ .e-container .e-palette {
482
+ border-bottom: 0;
483
+ display: table;
484
+ line-height: 0;
485
+ outline: none;
486
+ -webkit-user-select: none;
487
+ -moz-user-select: none;
488
+ -ms-user-select: none;
489
+ user-select: none;
490
+ }
491
+ .e-container .e-palette .e-row {
492
+ display: table-row;
493
+ white-space: nowrap;
494
+ }
495
+ .e-container .e-palette .e-tile {
496
+ border: 0.5px solid transparent;
497
+ -webkit-box-sizing: border-box;
498
+ box-sizing: border-box;
499
+ cursor: pointer;
500
+ display: inline-block;
501
+ height: 30px;
502
+ text-align: center;
503
+ vertical-align: middle;
504
+ width: 33px;
505
+ }
506
+ .e-container .e-palette .e-tile.e-selected {
507
+ outline: rgba(var(--color-sf-black)) 0.5px solid;
508
+ position: relative;
509
+ }
510
+ .e-container .e-palette .e-tile:hover {
511
+ -webkit-box-shadow: 2px 2px 7px 2px rgba(var(--color-sf-outline-variant), 0.3);
512
+ box-shadow: 2px 2px 7px 2px rgba(var(--color-sf-outline-variant), 0.3);
513
+ position: relative;
514
+ }
515
+ .e-container .e-palette .e-tile.e-nocolor-item {
516
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
517
+ background-size: 8px;
518
+ }
519
+ .e-container .e-hsv-container {
520
+ border-bottom: 0;
521
+ position: relative;
522
+ -ms-touch-action: none;
523
+ touch-action: none;
524
+ }
525
+ .e-container .e-hsv-container .e-hsv-color {
526
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(var(--color-sf-black)))), -webkit-gradient(linear, left top, right top, color-stop(0, rgba(var(--color-sf-white))), to(rgba(255, 255, 255, 0)));
527
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(var(--color-sf-black)) 100%), linear-gradient(to right, rgba(var(--color-sf-white)) 0, rgba(255, 255, 255, 0) 100%);
528
+ height: 266px;
529
+ }
530
+ .e-container .e-hsv-container .e-handler {
531
+ border: 2px solid rgba(var(--color-sf-white));
532
+ border-radius: 50%;
533
+ -webkit-box-shadow: 0 0 0 2px rgba(var(--color-sf-black));
534
+ box-shadow: 0 0 0 2px rgba(var(--color-sf-black));
535
+ cursor: pointer;
536
+ display: inline-block;
537
+ height: 12px;
538
+ margin-left: -4px;
539
+ margin-top: -4px;
540
+ position: absolute;
541
+ -ms-touch-action: none;
542
+ touch-action: none;
543
+ -webkit-user-select: none;
544
+ -moz-user-select: none;
545
+ -ms-user-select: none;
546
+ user-select: none;
547
+ width: 12px;
548
+ }
549
+ .e-container .e-slider-preview {
550
+ display: inline-block;
551
+ width: 100%;
552
+ padding: 14px 12px 10px 12px;
553
+ }
554
+ .e-container .e-slider-preview .e-colorpicker-slider {
555
+ display: inline-block;
556
+ width: 82.34%;
557
+ }
558
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
559
+ height: 22px;
560
+ }
561
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider {
562
+ height: 22px;
563
+ top: calc(50% - 9px);
564
+ }
565
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track {
566
+ height: 8px !important; /* stylelint-disable-line declaration-no-important */
567
+ top: calc(50% - 4px);
568
+ border-radius: 12px;
569
+ }
570
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
571
+ border-radius: 50%;
572
+ cursor: pointer;
573
+ height: 20px;
574
+ top: calc(68% - 14px);
575
+ width: 20px;
576
+ }
577
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-handle-active {
578
+ cursor: pointer;
579
+ }
580
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-large-thumb-size {
581
+ -webkit-transform: scale(1);
582
+ transform: scale(1);
583
+ }
584
+ .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider .e-slider-track {
585
+ background: -webkit-gradient(linear, left top, right top, color-stop(0, #f00), color-stop(16%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(84%, #f0f), to(#ff0004));
586
+ background: linear-gradient(to right, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
587
+ }
588
+ .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track {
589
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
590
+ border: 0;
591
+ z-index: 0;
592
+ }
593
+ .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track {
594
+ background-size: contain;
595
+ border: 0;
596
+ height: 8px;
597
+ position: absolute;
598
+ top: calc(50% - 4px);
599
+ width: 100%;
600
+ z-index: 1;
601
+ }
602
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle-start, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle-start {
603
+ -webkit-box-shadow: none;
604
+ box-shadow: none;
605
+ }
606
+ .e-container .e-slider-preview .e-preview-container {
607
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
608
+ background-size: 10px;
609
+ border: 1px solid rgba(var(--color-sf-outline-variant));
610
+ cursor: pointer;
611
+ display: inline-block;
612
+ height: 42px;
613
+ margin-left: 4.205%;
614
+ position: relative;
615
+ top: 0;
616
+ width: 13.45%;
617
+ }
618
+ .e-container .e-slider-preview .e-preview-container .e-preview {
619
+ display: block;
620
+ height: 22px;
621
+ position: absolute;
622
+ width: 100%;
623
+ }
624
+ .e-container .e-slider-preview .e-preview-container .e-preview.e-current {
625
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
626
+ top: 0;
627
+ }
628
+ .e-container .e-slider-preview .e-preview-container .e-preview.e-previous {
629
+ height: 22px;
630
+ top: 20px;
631
+ }
632
+ .e-container .e-selected-value {
633
+ -webkit-box-align: center;
634
+ -ms-flex-align: center;
635
+ align-items: center;
636
+ display: -webkit-box;
637
+ display: -ms-flexbox;
638
+ display: flex;
639
+ padding: 12px 8px 12px 9px;
640
+ -webkit-user-select: none;
641
+ -moz-user-select: none;
642
+ -ms-user-select: none;
643
+ user-select: none;
644
+ width: 100%;
645
+ }
646
+ .e-container .e-selected-value .e-input-container .e-float-input input {
647
+ padding-left: 0;
648
+ text-align: left;
649
+ }
650
+ .e-container .e-selected-value .e-input-container .e-numeric-hidden {
651
+ display: none;
652
+ }
653
+ .e-container .e-selected-value .e-value-switch-btn {
654
+ font-family: "e-icons";
655
+ margin-top: 6px;
656
+ padding: 2px 3px;
657
+ border: none;
658
+ font-size: 16px;
659
+ line-height: 16px;
660
+ }
661
+ .e-container .e-selected-value .e-value-switch-btn::before {
662
+ margin-left: 2px;
663
+ }
664
+ .e-container .e-input-container {
665
+ display: inline-block;
666
+ width: 89.8%;
667
+ }
668
+ .e-container .e-input-container .e-float-input {
669
+ display: inline-block;
670
+ margin-right: 2.75%;
671
+ vertical-align: baseline;
672
+ }
673
+ .e-container .e-input-container .e-float-input:first-child {
674
+ width: 28%;
675
+ }
676
+ .e-container .e-input-container .e-float-input:first-child input {
677
+ height: auto;
678
+ }
679
+ .e-container .e-input-container .e-float-input.e-numeric {
680
+ height: auto;
681
+ width: 14%;
682
+ }
683
+ .e-container .e-input-container .e-float-input.e-numeric input {
684
+ height: auto;
685
+ }
686
+ .e-container .e-input-container .e-float-input .e-float-text {
687
+ text-align: center;
688
+ text-align: left;
689
+ }
690
+ .e-container .e-switch-ctrl-btn {
691
+ display: inline-block;
692
+ padding: 6px 12px;
693
+ white-space: nowrap;
694
+ width: 100%;
695
+ }
696
+ .e-container .e-switch-ctrl-btn .e-ctrl-btn {
697
+ float: right;
698
+ text-align: right;
699
+ white-space: nowrap;
700
+ width: 86.913%;
701
+ }
702
+ .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn {
703
+ max-width: 50%;
704
+ overflow: hidden;
705
+ text-overflow: ellipsis;
706
+ white-space: nowrap;
707
+ }
708
+ .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-cancel {
709
+ margin-left: 3.62%;
710
+ }
711
+ .e-container .e-switch-ctrl-btn .e-mode-switch-btn {
712
+ background-origin: border-box;
713
+ background-position: center;
714
+ background-size: cover;
715
+ float: left;
716
+ margin-top: 0;
717
+ overflow: hidden;
718
+ white-space: nowrap;
719
+ border-radius: 2px;
720
+ }
721
+ .e-container .e-switch-ctrl-btn .e-mode-switch-btn:focus {
722
+ -webkit-box-shadow: 0 0 2px 3px rgba(var(--color-sf-black), 0.2);
723
+ box-shadow: 0 0 2px 3px rgba(var(--color-sf-black), 0.2);
724
+ }
725
+ .e-container .e-value-switch-btn, .e-container .e-mode-switch-btn {
726
+ background-color: transparent;
727
+ border-color: transparent;
728
+ position: relative;
729
+ width: 24px;
730
+ height: 24px;
731
+ padding: 0;
732
+ }
733
+ .e-container.e-color-picker .e-value-switch-btn:focus, .e-container.e-color-picker .e-value-switch-btn:hover, .e-container.e-color-picker .e-value-switch-btn:active {
734
+ border-color: transparent;
735
+ -webkit-box-shadow: none;
736
+ box-shadow: none;
737
+ outline: none;
738
+ }
739
+ .e-container.e-color-picker .e-value-switch-btn:focus {
740
+ outline: none;
741
+ }
742
+ .e-container.e-color-palette .e-palette + .e-selected-value, .e-container.e-color-palette .e-palette-group + .e-selected-value {
743
+ padding: 16px 16px;
744
+ }
745
+ .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn, .e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn {
746
+ padding: 19px 8px 12px;
747
+ }
748
+ .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn .e-mode-switch-btn, .e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn .e-mode-switch-btn {
749
+ height: 32px;
750
+ width: 36px;
751
+ }
752
+
753
+ .sf-colorpicker.e-container .e-input-container .e-float-input {
754
+ float: left;
755
+ margin-left: -1px;
756
+ }
757
+
758
+ .e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
759
+ vertical-align: super;
760
+ }
761
+ .e-hide-opacity .e-container .e-slider-preview .e-preview-container {
762
+ top: 0;
763
+ }
764
+ .e-hide-opacity .e-container .e-float-input:first-child {
765
+ width: 36%;
766
+ }
767
+ .e-hide-opacity .e-container .e-float-input.e-numeric {
768
+ width: 16.3%;
769
+ }
770
+
771
+ .e-hide-hex-value .e-container .e-float-input.e-numeric {
772
+ width: 21.25%;
773
+ }
774
+ .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
775
+ width: 29.59%;
776
+ }
777
+
778
+ .e-hide-valueswitcher .e-container .e-input-container {
779
+ width: 100%;
780
+ }
781
+ .e-hide-valueswitcher .e-container .e-float-input:first-child {
782
+ width: 28%;
783
+ }
784
+ .e-hide-valueswitcher .e-container .e-float-input.e-numeric {
785
+ width: 13%;
786
+ }
787
+ .e-hide-valueswitcher .e-container .e-float-input:last-child {
788
+ margin-right: 0;
789
+ }
790
+ .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child {
791
+ width: 36%;
792
+ }
793
+ .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric {
794
+ width: 17.58%;
795
+ }
796
+ .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric {
797
+ width: 22.18%;
798
+ }
799
+ .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
800
+ width: 30.82%;
801
+ }
802
+
803
+ .e-rtl .e-container .e-hsv-container .e-hsv-color {
804
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(var(--color-sf-black)))), -webkit-gradient(linear, right top, left top, color-stop(0, rgba(var(--color-sf-white))), to(rgba(255, 255, 255, 0)));
805
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(var(--color-sf-black)) 100%), linear-gradient(to left, rgba(var(--color-sf-white)) 0, rgba(255, 255, 255, 0) 100%);
806
+ }
807
+ .e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track {
808
+ background: -webkit-gradient(linear, right top, left top, color-stop(0, #f00), color-stop(16%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(84%, #f0f), to(#ff0004));
809
+ background: linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
810
+ }
811
+ .e-rtl .e-container .e-slider-preview .e-preview-container {
812
+ margin-left: 0;
813
+ margin-right: 4.205%;
814
+ }
815
+ .e-rtl .e-container .e-selected-value .e-float-input {
816
+ margin-left: 2.75%;
817
+ margin-right: 0;
818
+ }
819
+ .e-rtl .e-container .e-selected-value .e-float-input input {
820
+ padding-right: 0;
821
+ }
822
+ .e-rtl .e-container .e-selected-value .e-value-switch-btn {
823
+ -webkit-transform: rotate(180deg);
824
+ transform: rotate(180deg);
825
+ }
826
+ .e-rtl .e-container .e-switch-ctrl-btn .e-mode-switch-btn {
827
+ float: right;
828
+ }
829
+ .e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn {
830
+ float: left;
831
+ text-align: left;
832
+ }
833
+ .e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-cancel {
834
+ margin-left: 0;
835
+ margin-right: 3.62%;
836
+ }
837
+ .e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
838
+ float: right;
839
+ margin-right: -1px;
840
+ }
841
+ .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
842
+ margin-left: 0;
843
+ }
844
+
845
+ .e-bigger .e-container {
846
+ border-radius: 16px;
847
+ -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
848
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
849
+ }
850
+ .e-bigger .e-container .e-switch-ctrl-btn .e-ctrl-btn {
851
+ margin: 2px 0;
852
+ }
853
+ .e-bigger .e-container.e-color-picker {
854
+ height: 506px;
855
+ width: 390px;
856
+ }
857
+ .e-bigger .e-container.e-color-picker .e-switch-ctrl-btn .e-mode-switch-btn {
858
+ height: 36px;
859
+ width: 40px;
860
+ }
861
+ @media only screen and (max-width: 600px) {
862
+ .e-bigger .e-container.e-color-picker {
863
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
864
+ }
865
+ .e-bigger .e-container.e-colorpicker-popup {
866
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
867
+ }
868
+ }
869
+ .e-bigger .e-container .e-palette .e-tile {
870
+ height: 30px;
871
+ width: 37px;
872
+ }
873
+ @media only screen and (max-width: 600px) {
874
+ .e-bigger .e-container .e-palette .e-tile {
875
+ width: 33px !important; /* stylelint-disable-line declaration-no-important */
876
+ }
877
+ }
878
+ .e-bigger .e-container .e-hsv-container .e-hsv-color {
879
+ height: 274px;
880
+ }
881
+ .e-bigger .e-container .e-custom-palette.e-palette-group {
882
+ height: 366px;
883
+ }
884
+ .e-bigger .e-container .e-slider-preview {
885
+ padding: 16px 16px;
886
+ }
887
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
888
+ margin-left: 3.657%;
889
+ vertical-align: super;
890
+ width: 12.405%;
891
+ top: 0;
892
+ }
893
+ @media only screen and (max-width: 600px) {
894
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
895
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
896
+ }
897
+ }
898
+ .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
899
+ width: 82.944%;
900
+ }
901
+ .e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
902
+ height: 22px;
903
+ }
904
+ .e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
905
+ border-radius: 10px;
906
+ height: 20px;
907
+ top: calc(76% - 15px);
908
+ width: 20px;
909
+ }
910
+ .e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-ctrl-btn {
911
+ width: 90.6%;
912
+ }
913
+ .e-bigger .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn {
914
+ padding: 24px 12px 12px;
915
+ }
916
+ .e-bigger .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn .e-mode-switch-btn {
917
+ height: 36px;
918
+ width: 40px;
919
+ }
920
+ .e-bigger .e-container .e-input-container {
921
+ width: 90.7%;
922
+ }
923
+ .e-bigger .e-container .e-input-container .e-float-input {
924
+ margin-right: 3.425%;
925
+ }
926
+ .e-bigger .e-container .e-input-container .e-float-input:first-child {
927
+ width: 33.5%;
928
+ }
929
+ .e-bigger .e-container .e-input-container .e-float-input:first-child input {
930
+ height: auto;
931
+ }
932
+ .e-bigger .e-container .e-input-container .e-float-input.e-numeric {
933
+ height: auto;
934
+ width: 12.34%;
935
+ }
936
+ .e-bigger .e-container .e-input-container .e-float-input.e-numeric input {
937
+ height: auto;
938
+ }
939
+ .e-bigger .e-container .e-css.e-value-switch-btn, .e-bigger .e-container .e-mode-switch-btn {
940
+ padding: 2px 3px;
941
+ width: 40px;
942
+ border: none;
943
+ font-size: 18px;
944
+ line-height: 18px;
945
+ }
946
+ .e-bigger .e-container .e-mode-switch-btn {
947
+ margin-top: 0;
948
+ }
949
+ .e-bigger .e-container.sf-colorpicker .e-input-container .e-float-input {
950
+ margin-right: calc(3.425% - 2.68px);
951
+ }
952
+ .e-bigger .e-hide-opacity .e-container .e-slider-preview, .e-bigger.e-hide-opacity .e-container .e-slider-preview {
953
+ padding: 16px 16px;
954
+ }
955
+ .e-bigger .e-hide-opacity .e-container .e-slider-preview .e-preview-container, .e-bigger.e-hide-opacity .e-container .e-slider-preview .e-preview-container {
956
+ vertical-align: initial;
957
+ }
958
+ .e-bigger .e-hide-opacity .e-container .e-float-input:first-child, .e-bigger.e-hide-opacity .e-container .e-float-input:first-child {
959
+ width: 36%;
960
+ }
961
+ .e-bigger .e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-opacity .e-container .e-float-input.e-numeric {
962
+ width: 16.76%;
963
+ }
964
+ .e-bigger.e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger .e-hide-hex-value .e-container .e-float-input.e-numeric {
965
+ width: 21.58%;
966
+ }
967
+ .e-bigger.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
968
+ width: 29.59%;
969
+ }
970
+ .e-bigger.e-hide-valueswitcher .e-container .e-input-container, .e-bigger .e-hide-valueswitcher .e-container .e-input-container {
971
+ width: 100%;
972
+ }
973
+ .e-bigger.e-hide-valueswitcher .e-container .e-float-input:last-child, .e-bigger .e-hide-valueswitcher .e-container .e-float-input:last-child {
974
+ margin-right: 0;
975
+ }
976
+ .e-bigger.e-hide-valueswitcher .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher .e-container .e-float-input.e-numeric {
977
+ width: 13.2%;
978
+ }
979
+ .e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child, .e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child {
980
+ width: 36%;
981
+ }
982
+ .e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric {
983
+ width: 17.9%;
984
+ }
985
+ .e-bigger.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger.e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric {
986
+ width: 21.58%;
987
+ }
988
+ .e-bigger.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
989
+ width: 31%;
990
+ }
991
+
992
+ .e-bigger .e-rtl .e-container .e-slider-preview .e-preview-container,
993
+ .e-bigger.e-rtl .e-container .e-slider-preview .e-preview-container {
994
+ margin-left: 0;
995
+ margin-right: 3.657%;
996
+ }
997
+ .e-bigger .e-rtl .e-container .e-selected-value .e-float-input,
998
+ .e-bigger.e-rtl .e-container .e-selected-value .e-float-input {
999
+ margin-left: 3.425%;
1000
+ margin-right: 0;
1001
+ }
1002
+ .e-bigger .e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input,
1003
+ .e-bigger.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
1004
+ margin-left: calc(3.425% - 2.68px);
1005
+ }
1006
+ .e-bigger .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child,
1007
+ .e-bigger.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
1008
+ margin-left: 0;
1009
+ }
1010
+
1011
+ .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child,
1012
+ .e-bigger.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child,
1013
+ .e-bigger .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child {
1014
+ width: 100%;
1015
+ }
1016
+
1017
+ .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
1018
+ border-bottom-left-radius: 50%;
1019
+ border-bottom-right-radius: 0%;
1020
+ border-top-left-radius: 50%;
1021
+ border-top-right-radius: 50%;
1022
+ -webkit-box-shadow: none;
1023
+ box-shadow: none;
1024
+ cursor: pointer;
1025
+ min-width: 26px;
1026
+ -webkit-transform: translateY(18px) rotate(45deg) scale(0.01);
1027
+ transform: translateY(18px) rotate(45deg) scale(0.01);
1028
+ -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
1029
+ transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
1030
+ transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
1031
+ transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
1032
+ }
1033
+ .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content {
1034
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
1035
+ background-size: 8px;
1036
+ border-radius: 50%;
1037
+ height: 24px;
1038
+ position: relative;
1039
+ -webkit-transform: rotate(45deg);
1040
+ transform: rotate(45deg);
1041
+ width: 24px;
1042
+ }
1043
+
1044
+ .e-split-preview,
1045
+ .e-tip-transparent {
1046
+ height: 100%;
1047
+ left: 0;
1048
+ position: absolute;
1049
+ top: 0;
1050
+ width: 100%;
1051
+ }
1052
+
1053
+ .e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip,
1054
+ .e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
1055
+ min-width: 32px;
1056
+ }
1057
+ .e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content,
1058
+ .e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content {
1059
+ height: 30px;
1060
+ width: 30px;
1061
+ }
1062
+
1063
+ .e-container {
1064
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
1065
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
1066
+ }
1067
+ .e-container .e-palette .e-tile:hover {
1068
+ border-color: rgba(var(--color-sf-white));
1069
+ }
1070
+ .e-container .e-palette .e-tile.e-selected {
1071
+ border-color: rgba(var(--color-sf-white));
1072
+ }
1073
+ .e-container .e-handler.e-hide-handler, .e-container .e-handle.e-hide-handler {
1074
+ background-color: transparent;
1075
+ border-color: transparent;
1076
+ -webkit-box-shadow: none;
1077
+ box-shadow: none;
1078
+ }
1079
+
1080
+ .e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle), .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle) {
1081
+ background-color: rgba(var(--color-sf-primary));
1082
+ border-color: rgba(var(--color-sf-primary));
1083
+ }
1084
+ .e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle), .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle) {
1085
+ background-color: rgba(var(--color-sf-primary));
1086
+ border-color: rgba(var(--color-sf-primary));
1087
+ }
1088
+ .e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle.e-tab-handle, .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle.e-tab-handle {
1089
+ background-color: rgba(var(--color-sf-primary));
1090
+ border-color: rgba(var(--color-sf-primary));
1091
+ -webkit-box-shadow: none;
1092
+ box-shadow: none;
1093
+ }
1094
+
1095
+ .e-colorpicker-wrapper.e-disabled .e-value-switch-btn, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn,
1096
+ .e-colorpicker-container.e-disabled .e-value-switch-btn,
1097
+ .e-colorpicker-container.e-disabled .e-mode-switch-btn {
1098
+ color: rgba(var(--color-sf-on-surface), 0.38);
1099
+ }
1100
+ .e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus,
1101
+ .e-colorpicker-container.e-disabled .e-value-switch-btn:focus,
1102
+ .e-colorpicker-container.e-disabled .e-mode-switch-btn:focus {
1103
+ background-color: transparent;
1104
+ color: rgba(var(--color-sf-on-surface), 0.38);
1105
+ outline: none;
1106
+ outline-offset: unset;
1107
+ }
1108
+ .e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active,
1109
+ .e-colorpicker-container.e-disabled .e-value-switch-btn:active,
1110
+ .e-colorpicker-container.e-disabled .e-mode-switch-btn:active {
1111
+ background-color: transparent;
1112
+ color: rgba(var(--color-sf-on-surface), 0.38);
1113
+ }
1114
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
1115
+ .e-colorpicker-container .e-icon-btn:disabled,
1116
+ .e-colorpicker-container .e-icon-btn.e-disabled {
1117
+ background-color: transparent;
1118
+ -webkit-box-shadow: none;
1119
+ box-shadow: none;
1120
+ color: rgba(var(--color-sf-secondary), 0.12);
1121
+ border: none;
1122
+ }
1123
+
1124
+ .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
1125
+ background-color: rgba(var(--color-sf-white));
1126
+ border-color: rgba(var(--color-sf-white));
1127
+ }