@syncfusion/ej2-layouts 26.2.10 → 27.1.50

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 (274) hide show
  1. package/README.md +33 -33
  2. package/dist/ej2-layouts.min.js +2 -2
  3. package/dist/ej2-layouts.umd.min.js +2 -2
  4. package/dist/ej2-layouts.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-layouts.es2015.js +3 -1
  6. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  7. package/dist/es6/ej2-layouts.es5.js +3 -1
  8. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  9. package/dist/global/ej2-layouts.min.js +2 -2
  10. package/dist/global/ej2-layouts.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +7 -7
  13. package/src/splitter/splitter.js +3 -1
  14. package/styles/avatar/_layout.scss +6 -6
  15. package/styles/avatar/bootstrap5.3.css +66 -0
  16. package/styles/avatar/bootstrap5.3.scss +3 -0
  17. package/styles/bootstrap-dark-lite.css +1521 -0
  18. package/styles/bootstrap-dark-lite.scss +14 -0
  19. package/styles/bootstrap-dark.css +213 -211
  20. package/styles/bootstrap-dark.scss +5 -1
  21. package/styles/bootstrap-lite.css +1521 -0
  22. package/styles/bootstrap-lite.scss +14 -0
  23. package/styles/bootstrap.css +214 -212
  24. package/styles/bootstrap.scss +5 -1
  25. package/styles/bootstrap4-lite.css +1517 -0
  26. package/styles/bootstrap4-lite.scss +14 -0
  27. package/styles/bootstrap4.css +222 -220
  28. package/styles/bootstrap4.scss +5 -1
  29. package/styles/bootstrap5-dark-lite.css +1538 -0
  30. package/styles/bootstrap5-dark-lite.scss +14 -0
  31. package/styles/bootstrap5-dark.css +214 -212
  32. package/styles/bootstrap5-dark.scss +5 -1
  33. package/styles/bootstrap5-lite.css +1538 -0
  34. package/styles/bootstrap5-lite.scss +14 -0
  35. package/styles/bootstrap5.3-lite.css +1530 -0
  36. package/styles/bootstrap5.3-lite.scss +14 -0
  37. package/styles/bootstrap5.3.css +1764 -0
  38. package/styles/bootstrap5.3.scss +18 -0
  39. package/styles/bootstrap5.css +214 -212
  40. package/styles/bootstrap5.scss +5 -1
  41. package/styles/card/_bigger.scss +165 -0
  42. package/styles/card/_layout.scss +2 -164
  43. package/styles/card/bootstrap-dark.css +135 -135
  44. package/styles/card/bootstrap-dark.scss +1 -0
  45. package/styles/card/bootstrap.css +136 -136
  46. package/styles/card/bootstrap.scss +1 -0
  47. package/styles/card/bootstrap4.css +144 -144
  48. package/styles/card/bootstrap4.scss +1 -0
  49. package/styles/card/bootstrap5-dark.css +136 -136
  50. package/styles/card/bootstrap5-dark.scss +1 -0
  51. package/styles/card/bootstrap5.3.css +560 -0
  52. package/styles/card/bootstrap5.3.scss +4 -0
  53. package/styles/card/bootstrap5.css +136 -136
  54. package/styles/card/bootstrap5.scss +1 -0
  55. package/styles/card/fabric-dark.css +135 -135
  56. package/styles/card/fabric-dark.scss +1 -0
  57. package/styles/card/fabric.css +136 -136
  58. package/styles/card/fabric.scss +1 -0
  59. package/styles/card/fluent-dark.css +143 -143
  60. package/styles/card/fluent-dark.scss +1 -0
  61. package/styles/card/fluent.css +143 -143
  62. package/styles/card/fluent.scss +1 -0
  63. package/styles/card/fluent2.css +138 -138
  64. package/styles/card/fluent2.scss +1 -0
  65. package/styles/card/highcontrast-light.css +135 -135
  66. package/styles/card/highcontrast-light.scss +1 -0
  67. package/styles/card/highcontrast.css +136 -136
  68. package/styles/card/highcontrast.scss +1 -0
  69. package/styles/card/material-dark.css +135 -135
  70. package/styles/card/material-dark.scss +1 -0
  71. package/styles/card/material.css +135 -135
  72. package/styles/card/material.scss +1 -0
  73. package/styles/card/material3-dark.css +135 -135
  74. package/styles/card/material3-dark.scss +1 -0
  75. package/styles/card/material3.css +135 -135
  76. package/styles/card/material3.scss +1 -0
  77. package/styles/card/tailwind-dark.css +135 -135
  78. package/styles/card/tailwind-dark.scss +1 -0
  79. package/styles/card/tailwind.css +135 -135
  80. package/styles/card/tailwind.scss +1 -0
  81. package/styles/dashboard-layout/_bigger.scss +39 -0
  82. package/styles/dashboard-layout/_bootstrap5.3-definition.scss +5 -5
  83. package/styles/dashboard-layout/_fluent2-definition.scss +3 -4
  84. package/styles/dashboard-layout/_layout.scss +0 -32
  85. package/styles/dashboard-layout/_theme.scss +0 -6
  86. package/styles/dashboard-layout/bootstrap-dark.css +14 -13
  87. package/styles/dashboard-layout/bootstrap-dark.scss +1 -0
  88. package/styles/dashboard-layout/bootstrap.css +14 -13
  89. package/styles/dashboard-layout/bootstrap.scss +1 -0
  90. package/styles/dashboard-layout/bootstrap4.css +14 -13
  91. package/styles/dashboard-layout/bootstrap4.scss +1 -0
  92. package/styles/dashboard-layout/bootstrap5-dark.css +14 -13
  93. package/styles/dashboard-layout/bootstrap5-dark.scss +1 -0
  94. package/styles/dashboard-layout/bootstrap5.3.css +300 -0
  95. package/styles/dashboard-layout/bootstrap5.3.scss +5 -0
  96. package/styles/dashboard-layout/bootstrap5.css +14 -13
  97. package/styles/dashboard-layout/bootstrap5.scss +1 -0
  98. package/styles/dashboard-layout/fabric-dark.css +14 -13
  99. package/styles/dashboard-layout/fabric-dark.scss +1 -0
  100. package/styles/dashboard-layout/fabric.css +14 -13
  101. package/styles/dashboard-layout/fabric.scss +1 -0
  102. package/styles/dashboard-layout/fluent-dark.css +14 -13
  103. package/styles/dashboard-layout/fluent-dark.scss +1 -0
  104. package/styles/dashboard-layout/fluent.css +14 -13
  105. package/styles/dashboard-layout/fluent.scss +1 -0
  106. package/styles/dashboard-layout/fluent2.css +18 -17
  107. package/styles/dashboard-layout/fluent2.scss +1 -0
  108. package/styles/dashboard-layout/highcontrast-light.css +14 -13
  109. package/styles/dashboard-layout/highcontrast-light.scss +1 -0
  110. package/styles/dashboard-layout/highcontrast.css +14 -13
  111. package/styles/dashboard-layout/highcontrast.scss +1 -0
  112. package/styles/dashboard-layout/material-dark.css +14 -13
  113. package/styles/dashboard-layout/material-dark.scss +1 -0
  114. package/styles/dashboard-layout/material.css +14 -13
  115. package/styles/dashboard-layout/material.scss +1 -0
  116. package/styles/dashboard-layout/material3-dark.css +14 -13
  117. package/styles/dashboard-layout/material3-dark.scss +1 -0
  118. package/styles/dashboard-layout/material3.css +14 -13
  119. package/styles/dashboard-layout/material3.scss +1 -0
  120. package/styles/dashboard-layout/tailwind-dark.css +21 -19
  121. package/styles/dashboard-layout/tailwind-dark.scss +1 -0
  122. package/styles/dashboard-layout/tailwind.css +21 -19
  123. package/styles/dashboard-layout/tailwind.scss +1 -0
  124. package/styles/fabric-dark-lite.css +1521 -0
  125. package/styles/fabric-dark-lite.scss +14 -0
  126. package/styles/fabric-dark.css +213 -211
  127. package/styles/fabric-dark.scss +5 -1
  128. package/styles/fabric-lite.css +1531 -0
  129. package/styles/fabric-lite.scss +14 -0
  130. package/styles/fabric.css +214 -212
  131. package/styles/fabric.scss +5 -1
  132. package/styles/fluent-dark-lite.css +1546 -0
  133. package/styles/fluent-dark-lite.scss +14 -0
  134. package/styles/fluent-dark.css +221 -219
  135. package/styles/fluent-dark.scss +5 -1
  136. package/styles/fluent-lite.css +1546 -0
  137. package/styles/fluent-lite.scss +14 -0
  138. package/styles/fluent.css +221 -219
  139. package/styles/fluent.scss +5 -1
  140. package/styles/fluent2-lite.css +1545 -0
  141. package/styles/fluent2-lite.scss +14 -0
  142. package/styles/fluent2.css +225 -219
  143. package/styles/fluent2.scss +5 -1
  144. package/styles/highcontrast-light-lite.css +1458 -0
  145. package/styles/highcontrast-light-lite.scss +13 -0
  146. package/styles/highcontrast-light.css +213 -211
  147. package/styles/highcontrast-light.scss +5 -1
  148. package/styles/highcontrast-lite.css +1530 -0
  149. package/styles/highcontrast-lite.scss +14 -0
  150. package/styles/highcontrast.css +214 -212
  151. package/styles/highcontrast.scss +5 -1
  152. package/styles/material-dark-lite.css +1519 -0
  153. package/styles/material-dark-lite.scss +14 -0
  154. package/styles/material-dark.css +213 -211
  155. package/styles/material-dark.scss +5 -1
  156. package/styles/material-lite.css +1521 -0
  157. package/styles/material-lite.scss +14 -0
  158. package/styles/material.css +213 -211
  159. package/styles/material.scss +5 -1
  160. package/styles/material3-dark-lite.css +1536 -0
  161. package/styles/material3-dark-lite.scss +14 -0
  162. package/styles/material3-dark.css +213 -211
  163. package/styles/material3-dark.scss +5 -1
  164. package/styles/material3-lite.css +1538 -0
  165. package/styles/material3-lite.scss +14 -0
  166. package/styles/material3.css +213 -211
  167. package/styles/material3.scss +5 -1
  168. package/styles/splitter/_bigger.scss +78 -0
  169. package/styles/splitter/_layout.scss +0 -58
  170. package/styles/splitter/bootstrap-dark.css +40 -41
  171. package/styles/splitter/bootstrap-dark.scss +1 -0
  172. package/styles/splitter/bootstrap.css +40 -41
  173. package/styles/splitter/bootstrap.scss +1 -0
  174. package/styles/splitter/bootstrap4.css +40 -41
  175. package/styles/splitter/bootstrap4.scss +1 -0
  176. package/styles/splitter/bootstrap5-dark.css +40 -41
  177. package/styles/splitter/bootstrap5-dark.scss +1 -0
  178. package/styles/splitter/bootstrap5.3.css +547 -0
  179. package/styles/splitter/bootstrap5.3.scss +5 -0
  180. package/styles/splitter/bootstrap5.css +40 -41
  181. package/styles/splitter/bootstrap5.scss +1 -0
  182. package/styles/splitter/fabric-dark.css +40 -41
  183. package/styles/splitter/fabric-dark.scss +1 -0
  184. package/styles/splitter/fabric.css +40 -41
  185. package/styles/splitter/fabric.scss +1 -0
  186. package/styles/splitter/fluent-dark.css +40 -41
  187. package/styles/splitter/fluent-dark.scss +1 -0
  188. package/styles/splitter/fluent.css +40 -41
  189. package/styles/splitter/fluent.scss +1 -0
  190. package/styles/splitter/fluent2.css +40 -41
  191. package/styles/splitter/fluent2.scss +1 -0
  192. package/styles/splitter/highcontrast-light.css +40 -41
  193. package/styles/splitter/highcontrast-light.scss +1 -0
  194. package/styles/splitter/highcontrast.css +40 -41
  195. package/styles/splitter/highcontrast.scss +1 -0
  196. package/styles/splitter/icons/_bds.scss +0 -18
  197. package/styles/splitter/icons/_bootstrap-dark.scss +0 -18
  198. package/styles/splitter/icons/_bootstrap.scss +0 -18
  199. package/styles/splitter/icons/_bootstrap4.scss +0 -18
  200. package/styles/splitter/icons/_bootstrap5.3.scss +0 -18
  201. package/styles/splitter/icons/_bootstrap5.scss +0 -18
  202. package/styles/splitter/icons/_fabric-dark.scss +0 -18
  203. package/styles/splitter/icons/_fabric.scss +0 -18
  204. package/styles/splitter/icons/_fluent.scss +0 -18
  205. package/styles/splitter/icons/_fluent2.scss +0 -18
  206. package/styles/splitter/icons/_fusionnew.scss +0 -18
  207. package/styles/splitter/icons/_highcontrast-light.scss +0 -18
  208. package/styles/splitter/icons/_highcontrast.scss +0 -18
  209. package/styles/splitter/icons/_material-dark.scss +0 -18
  210. package/styles/splitter/icons/_material.scss +0 -18
  211. package/styles/splitter/icons/_material3.scss +0 -18
  212. package/styles/splitter/icons/_tailwind.scss +0 -18
  213. package/styles/splitter/material-dark.css +40 -41
  214. package/styles/splitter/material-dark.scss +1 -0
  215. package/styles/splitter/material.css +40 -41
  216. package/styles/splitter/material.scss +1 -0
  217. package/styles/splitter/material3-dark.css +40 -41
  218. package/styles/splitter/material3-dark.scss +1 -0
  219. package/styles/splitter/material3.css +40 -41
  220. package/styles/splitter/material3.scss +1 -0
  221. package/styles/splitter/tailwind-dark.css +40 -41
  222. package/styles/splitter/tailwind-dark.scss +1 -0
  223. package/styles/splitter/tailwind.css +40 -41
  224. package/styles/splitter/tailwind.scss +1 -0
  225. package/styles/tailwind-dark-lite.css +1546 -0
  226. package/styles/tailwind-dark-lite.scss +14 -0
  227. package/styles/tailwind-dark.css +220 -217
  228. package/styles/tailwind-dark.scss +5 -1
  229. package/styles/tailwind-lite.css +1546 -0
  230. package/styles/tailwind-lite.scss +14 -0
  231. package/styles/tailwind.css +220 -217
  232. package/styles/tailwind.scss +5 -1
  233. package/styles/timeline/_bigger.scss +48 -0
  234. package/styles/timeline/_layout.scss +6 -42
  235. package/styles/timeline/_theme.scss +13 -1
  236. package/styles/timeline/bootstrap-dark.css +24 -23
  237. package/styles/timeline/bootstrap-dark.scss +1 -0
  238. package/styles/timeline/bootstrap.css +24 -23
  239. package/styles/timeline/bootstrap.scss +1 -0
  240. package/styles/timeline/bootstrap4.css +24 -23
  241. package/styles/timeline/bootstrap4.scss +1 -0
  242. package/styles/timeline/bootstrap5-dark.css +24 -23
  243. package/styles/timeline/bootstrap5-dark.scss +1 -0
  244. package/styles/timeline/bootstrap5.3.css +303 -0
  245. package/styles/timeline/bootstrap5.3.scss +4 -0
  246. package/styles/timeline/bootstrap5.css +24 -23
  247. package/styles/timeline/bootstrap5.scss +1 -0
  248. package/styles/timeline/fabric-dark.css +24 -23
  249. package/styles/timeline/fabric-dark.scss +1 -0
  250. package/styles/timeline/fabric.css +24 -23
  251. package/styles/timeline/fabric.scss +1 -0
  252. package/styles/timeline/fluent-dark.css +24 -23
  253. package/styles/timeline/fluent-dark.scss +1 -0
  254. package/styles/timeline/fluent.css +24 -23
  255. package/styles/timeline/fluent.scss +1 -0
  256. package/styles/timeline/fluent2.css +29 -24
  257. package/styles/timeline/fluent2.scss +1 -0
  258. package/styles/timeline/highcontrast-light.css +24 -23
  259. package/styles/timeline/highcontrast-light.scss +1 -0
  260. package/styles/timeline/highcontrast.css +24 -23
  261. package/styles/timeline/highcontrast.scss +1 -0
  262. package/styles/timeline/material-dark.css +24 -23
  263. package/styles/timeline/material-dark.scss +1 -0
  264. package/styles/timeline/material.css +24 -23
  265. package/styles/timeline/material.scss +1 -0
  266. package/styles/timeline/material3-dark.css +24 -23
  267. package/styles/timeline/material3-dark.scss +1 -0
  268. package/styles/timeline/material3.css +24 -23
  269. package/styles/timeline/material3.scss +1 -0
  270. package/styles/timeline/tailwind-dark.css +24 -23
  271. package/styles/timeline/tailwind-dark.scss +1 -0
  272. package/styles/timeline/tailwind.css +24 -23
  273. package/styles/timeline/tailwind.scss +1 -0
  274. package/hotfix/26.1.35_Vol2.txt +0 -1
@@ -0,0 +1,1546 @@
1
+ .e-avatar {
2
+ -ms-flex-line-pack: center;
3
+ align-content: center;
4
+ -webkit-box-align: center;
5
+ -ms-flex-align: center;
6
+ align-items: center;
7
+ background-color: #e5e7eb;
8
+ background-position: center;
9
+ background-repeat: no-repeat;
10
+ background-size: cover;
11
+ border-radius: 4px;
12
+ color: #6b7280;
13
+ display: -webkit-inline-box;
14
+ display: -ms-inline-flexbox;
15
+ display: inline-flex;
16
+ font-family: "Inter";
17
+ font-size: 14px;
18
+ font-weight: 500;
19
+ height: 40px;
20
+ -webkit-box-pack: center;
21
+ -ms-flex-pack: center;
22
+ justify-content: center;
23
+ overflow: hidden;
24
+ position: relative;
25
+ width: 40px;
26
+ line-height: 22px;
27
+ }
28
+ .e-avatar img {
29
+ height: 100%;
30
+ width: auto;
31
+ }
32
+ .e-avatar.e-avatar-circle {
33
+ border-radius: 50%;
34
+ }
35
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
36
+ border-radius: 50%;
37
+ }
38
+ .e-avatar.e-avatar-xsmall {
39
+ font-size: 10px;
40
+ height: 24px;
41
+ width: 24px;
42
+ line-height: 16px;
43
+ }
44
+ .e-avatar.e-avatar-small {
45
+ font-size: 12px;
46
+ height: 32px;
47
+ width: 32px;
48
+ line-height: 18px;
49
+ }
50
+ .e-avatar.e-avatar-large {
51
+ font-size: 18px;
52
+ height: 48px;
53
+ width: 48px;
54
+ line-height: 28px;
55
+ }
56
+ .e-avatar.e-avatar-xlarge {
57
+ font-size: 20px;
58
+ height: 56px;
59
+ width: 56px;
60
+ line-height: 28px;
61
+ }
62
+
63
+ .e-card {
64
+ border-radius: 6px;
65
+ -webkit-box-sizing: border-box;
66
+ box-sizing: border-box;
67
+ display: -webkit-box;
68
+ display: -ms-flexbox;
69
+ display: flex;
70
+ -webkit-box-orient: vertical;
71
+ -webkit-box-direction: normal;
72
+ -ms-flex-direction: column;
73
+ flex-direction: column;
74
+ font-family: "Inter";
75
+ font-size: 15px;
76
+ -webkit-box-pack: center;
77
+ -ms-flex-pack: center;
78
+ justify-content: center;
79
+ line-height: 24px;
80
+ min-height: 36px;
81
+ overflow: hidden;
82
+ position: relative;
83
+ text-overflow: ellipsis;
84
+ vertical-align: middle;
85
+ width: 100%;
86
+ }
87
+ .e-card > * {
88
+ -webkit-box-pack: center;
89
+ -ms-flex-pack: center;
90
+ justify-content: center;
91
+ }
92
+ .e-card > .e-card-header-title {
93
+ -webkit-box-sizing: border-box;
94
+ box-sizing: border-box;
95
+ font-size: 14px;
96
+ line-height: 1.25;
97
+ padding: 18px;
98
+ }
99
+ .e-card > .e-card-header-title + :not(.e-card-header-title) {
100
+ margin-top: 0;
101
+ padding-top: 0;
102
+ }
103
+ .e-card > .e-card-title {
104
+ font-size: 16px;
105
+ line-height: 1.5;
106
+ padding: 18px;
107
+ }
108
+ .e-card > .e-card-title + :not(.e-card-title) {
109
+ margin-top: 0;
110
+ padding-top: 0;
111
+ }
112
+ .e-card > .e-card-header-title,
113
+ .e-card > .e-card-title {
114
+ overflow: hidden;
115
+ text-overflow: ellipsis;
116
+ }
117
+ .e-card .e-card-header-caption {
118
+ line-height: normal;
119
+ }
120
+ .e-card .e-card-header-caption .e-card-header-title {
121
+ font-size: 14px;
122
+ }
123
+ .e-card .e-card-header-caption .e-card-sub-title {
124
+ font-size: 14px;
125
+ }
126
+ .e-card .e-card-stacked {
127
+ display: -webkit-box;
128
+ display: -ms-flexbox;
129
+ display: flex;
130
+ -webkit-box-orient: vertical;
131
+ -webkit-box-direction: normal;
132
+ -ms-flex-direction: column;
133
+ flex-direction: column;
134
+ -webkit-box-pack: center;
135
+ -ms-flex-pack: center;
136
+ justify-content: center;
137
+ overflow: hidden;
138
+ }
139
+ .e-card.e-card-horizontal,
140
+ .e-card .e-card-horizontal {
141
+ display: -webkit-box;
142
+ display: -ms-flexbox;
143
+ display: flex;
144
+ -webkit-box-orient: horizontal;
145
+ -webkit-box-direction: normal;
146
+ -ms-flex-direction: row;
147
+ flex-direction: row;
148
+ -webkit-box-pack: center;
149
+ -ms-flex-pack: center;
150
+ justify-content: center;
151
+ }
152
+ .e-card.e-card-horizontal .e-card-image,
153
+ .e-card.e-card-horizontal img,
154
+ .e-card .e-card-horizontal .e-card-image,
155
+ .e-card .e-card-horizontal img {
156
+ margin: 2px;
157
+ }
158
+ .e-card .e-card-horizontal {
159
+ line-height: normal;
160
+ padding: 2px;
161
+ }
162
+ .e-card.e-card-horizontal > * {
163
+ -webkit-box-flex: 1;
164
+ -ms-flex: 1;
165
+ flex: 1;
166
+ }
167
+ .e-card.e-card-horizontal .e-card-stacked {
168
+ display: -webkit-box;
169
+ display: -ms-flexbox;
170
+ display: flex;
171
+ -webkit-box-flex: 1;
172
+ -ms-flex: 1;
173
+ flex: 1;
174
+ -webkit-box-orient: vertical;
175
+ -webkit-box-direction: normal;
176
+ -ms-flex-direction: column;
177
+ flex-direction: column;
178
+ overflow: hidden;
179
+ }
180
+ .e-card.e-card-horizontal .e-card-stacked > :first-child {
181
+ -webkit-box-flex: 1;
182
+ -ms-flex-positive: 1;
183
+ flex-grow: 1;
184
+ }
185
+ .e-card .e-card-separator {
186
+ display: block;
187
+ }
188
+ .e-card .e-card-corner {
189
+ border-radius: 50%;
190
+ }
191
+ .e-card .e-card-header {
192
+ -webkit-box-sizing: border-box;
193
+ box-sizing: border-box;
194
+ display: -webkit-box;
195
+ display: -ms-flexbox;
196
+ display: flex;
197
+ -webkit-box-orient: horizontal;
198
+ -webkit-box-direction: normal;
199
+ -ms-flex-direction: row;
200
+ flex-direction: row;
201
+ -webkit-box-pack: center;
202
+ -ms-flex-pack: center;
203
+ justify-content: center;
204
+ line-height: normal;
205
+ min-height: 22.5px;
206
+ padding: 18px 18px 12px 18px;
207
+ width: inherit;
208
+ }
209
+ .e-card .e-card-header .e-card-content {
210
+ padding-left: 0;
211
+ padding-right: 0;
212
+ }
213
+ .e-card .e-card-header .e-card-actions {
214
+ -webkit-box-pack: start;
215
+ -ms-flex-pack: start;
216
+ justify-content: flex-start;
217
+ }
218
+ .e-card .e-card-header .e-card-header-image {
219
+ -ms-flex-item-align: center;
220
+ align-self: center;
221
+ display: -webkit-box;
222
+ display: -ms-flexbox;
223
+ display: flex;
224
+ }
225
+ .e-card .e-card-header .e-card-header-caption {
226
+ -ms-flex-item-align: center;
227
+ align-self: center;
228
+ display: -webkit-box;
229
+ display: -ms-flexbox;
230
+ display: flex;
231
+ -webkit-box-flex: 1;
232
+ -ms-flex: 1;
233
+ flex: 1;
234
+ -webkit-box-orient: vertical;
235
+ -webkit-box-direction: normal;
236
+ -ms-flex-direction: column;
237
+ flex-direction: column;
238
+ overflow: hidden;
239
+ padding: 0 0 0 18px;
240
+ }
241
+ .e-card .e-card-header .e-card-header-caption:first-child {
242
+ padding: 0;
243
+ }
244
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title,
245
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
246
+ display: inline-block;
247
+ overflow: hidden;
248
+ text-overflow: ellipsis;
249
+ white-space: nowrap;
250
+ }
251
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title {
252
+ font-size: 14px;
253
+ font-weight: normal;
254
+ line-height: 1.5;
255
+ }
256
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
257
+ font-size: 14px;
258
+ font-weight: normal;
259
+ line-height: 1.5;
260
+ padding: 2px 0 0;
261
+ }
262
+ .e-card .e-card-header .e-card-header-image {
263
+ background-repeat: no-repeat;
264
+ background-size: cover;
265
+ height: 46px;
266
+ width: 46px;
267
+ }
268
+ .e-card .e-card-header .e-card-corner {
269
+ border-radius: 50%;
270
+ }
271
+ .e-card .e-card-image {
272
+ background-size: cover;
273
+ min-height: 112.5px;
274
+ position: relative;
275
+ width: 100%;
276
+ }
277
+ .e-card .e-card-image .e-card-title {
278
+ bottom: 0;
279
+ -webkit-box-sizing: border-box;
280
+ box-sizing: border-box;
281
+ font-size: 16px;
282
+ line-height: 30px;
283
+ min-height: 30px;
284
+ overflow: hidden;
285
+ padding: 8px 16px;
286
+ position: absolute;
287
+ text-overflow: ellipsis;
288
+ width: inherit;
289
+ }
290
+ .e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right {
291
+ bottom: auto;
292
+ top: 0;
293
+ }
294
+ .e-card .e-card-image .e-card-title.e-card-top-right {
295
+ text-align: right;
296
+ }
297
+ .e-card .e-card-image .e-card-title.e-card-bottom-right {
298
+ text-align: right;
299
+ }
300
+ .e-card .e-card-actions {
301
+ -webkit-box-sizing: border-box;
302
+ box-sizing: border-box;
303
+ display: inline-block;
304
+ -webkit-box-pack: start;
305
+ -ms-flex-pack: start;
306
+ justify-content: flex-start;
307
+ padding: 18px 18px;
308
+ }
309
+ .e-card .e-card-actions.e-card-vertical {
310
+ display: -webkit-box;
311
+ display: -ms-flexbox;
312
+ display: flex;
313
+ -webkit-box-orient: vertical;
314
+ -webkit-box-direction: normal;
315
+ -ms-flex-direction: column;
316
+ flex-direction: column;
317
+ padding: 18px 18px;
318
+ }
319
+ .e-card .e-card-actions.e-card-vertical .e-card-btn,
320
+ .e-card .e-card-actions.e-card-vertical a {
321
+ -ms-flex-item-align: initial;
322
+ align-self: initial;
323
+ -webkit-box-sizing: border-box;
324
+ box-sizing: border-box;
325
+ display: inline-block;
326
+ -webkit-box-pack: center;
327
+ -ms-flex-pack: center;
328
+ justify-content: center;
329
+ margin: 0 0 6px 0;
330
+ text-align: center;
331
+ width: 100%;
332
+ }
333
+ .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
334
+ .e-card .e-card-actions.e-card-vertical a:last-child {
335
+ margin-bottom: 0;
336
+ }
337
+ .e-card .e-card-actions button,
338
+ .e-card .e-card-actions a {
339
+ -webkit-box-align: center;
340
+ -ms-flex-align: center;
341
+ align-items: center;
342
+ -ms-flex-item-align: center;
343
+ align-self: center;
344
+ cursor: pointer;
345
+ display: -webkit-inline-box;
346
+ display: -ms-inline-flexbox;
347
+ display: inline-flex;
348
+ overflow: hidden;
349
+ vertical-align: middle;
350
+ white-space: nowrap;
351
+ }
352
+ .e-card .e-card-actions .e-card-btn span,
353
+ .e-card .e-card-actions .e-card-btn span.e-icons {
354
+ display: -webkit-box;
355
+ display: -ms-flexbox;
356
+ display: flex;
357
+ font-size: 14px;
358
+ height: 24px;
359
+ width: 24px;
360
+ }
361
+ .e-card .e-card-actions .e-card-btn span::before,
362
+ .e-card .e-card-actions .e-card-btn span.e-icons::before {
363
+ -ms-flex-item-align: center;
364
+ align-self: center;
365
+ display: -webkit-box;
366
+ display: -ms-flexbox;
367
+ display: flex;
368
+ -webkit-box-pack: center;
369
+ -ms-flex-pack: center;
370
+ justify-content: center;
371
+ width: inherit;
372
+ }
373
+ .e-card .e-card-actions .e-card-btn > * {
374
+ overflow: hidden;
375
+ text-overflow: ellipsis;
376
+ width: inherit;
377
+ }
378
+ .e-card .e-card-actions .e-card-btn,
379
+ .e-card .e-card-actions a {
380
+ border-radius: 4px;
381
+ }
382
+ .e-card .e-card-actions .e-card-btn,
383
+ .e-card .e-card-actions a {
384
+ font-family: "Inter";
385
+ font-size: 14px;
386
+ line-height: 30px;
387
+ margin: 0 0 0 6px;
388
+ min-height: 30px;
389
+ padding: 0 6px;
390
+ text-decoration: none;
391
+ text-transform: none;
392
+ }
393
+ .e-card .e-card-actions .e-card-btn:first-child,
394
+ .e-card .e-card-actions a:first-child {
395
+ margin-left: 0;
396
+ }
397
+ .e-card .e-card-content {
398
+ font-size: 14px;
399
+ line-height: 1.5;
400
+ padding: 0 18px 12px 18px;
401
+ word-wrap: break-word;
402
+ }
403
+ .e-card .e-card-content + :not(.e-card-content),
404
+ .e-card .e-card-content + .e-card-actions.e-card-vertical {
405
+ margin-top: 0;
406
+ padding-top: 0;
407
+ }
408
+ .e-card .e-card-header .e-card-actions {
409
+ padding: 0;
410
+ }
411
+ .e-card .e-card-content,
412
+ .e-card .e-card-content p {
413
+ line-height: 1.5;
414
+ overflow: hidden;
415
+ text-overflow: ellipsis;
416
+ }
417
+
418
+ /* stylelint-disable property-no-vendor-prefix */
419
+ .e-card {
420
+ -webkit-tap-highlight-color: #4f46e5;
421
+ background: #fff;
422
+ border: 1px solid #e5e7eb;
423
+ -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
424
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
425
+ color: #111827;
426
+ outline: none;
427
+ }
428
+ .e-card:hover {
429
+ background-color: #f3f4f6;
430
+ border-color: #e5e7eb;
431
+ }
432
+ .e-card:focus {
433
+ background-color: #f3f4f6;
434
+ border-color: #e5e7eb;
435
+ }
436
+ .e-card:active {
437
+ background-color: #f3f4f6;
438
+ border-color: #e5e7eb;
439
+ }
440
+ .e-card .e-card-separator {
441
+ border-bottom: 1px solid #e5e7eb;
442
+ }
443
+ .e-card .e-card-header-caption .e-card-header-title {
444
+ color: #111827;
445
+ }
446
+ .e-card .e-card-header-caption .e-card-sub-title {
447
+ color: #6b7280;
448
+ }
449
+ .e-card .e-card-image .e-card-title {
450
+ background-color: rgba(107, 114, 128, 0.75);
451
+ color: #111827;
452
+ }
453
+ .e-card .e-card-actions .e-card-btn span,
454
+ .e-card .e-card-actions .e-card-btn span.e-icons {
455
+ color: #4f46e5;
456
+ }
457
+ .e-card .e-card-actions .e-card-btn,
458
+ .e-card .e-card-actions a {
459
+ background-color: transparent;
460
+ border: 1px solid #4f46e5;
461
+ color: #4f46e5;
462
+ outline: 0;
463
+ }
464
+ .e-card .e-card-actions .e-card-btn:hover,
465
+ .e-card .e-card-actions a:hover {
466
+ background-color: #4f46e5;
467
+ border: 1px solid #d1d5db;
468
+ color: #fff;
469
+ }
470
+ .e-card .e-card-actions .e-card-btn:focus,
471
+ .e-card .e-card-actions a:focus {
472
+ background-color: #f3f4f6;
473
+ border: 1px solid;
474
+ color: #374151;
475
+ }
476
+ .e-card .e-card-actions .e-card-btn:active,
477
+ .e-card .e-card-actions a:active {
478
+ background-color: #e5e7eb;
479
+ border: 1px solid #d1d5db;
480
+ color: #374151;
481
+ }
482
+ .e-card .e-card-content {
483
+ color: #374151;
484
+ }
485
+
486
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
487
+ content: "\e7e3";
488
+ font-family: "e-icons";
489
+ font-size: 14px;
490
+ }
491
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
492
+ content: "\e7fd";
493
+ font-family: "e-icons";
494
+ font-size: 14px;
495
+ }
496
+
497
+ .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
498
+ border-width: 1px;
499
+ display: -webkit-box;
500
+ display: -ms-flexbox;
501
+ display: flex;
502
+ overflow: hidden;
503
+ position: relative;
504
+ -ms-touch-action: none;
505
+ touch-action: none;
506
+ width: 100%;
507
+ }
508
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
509
+ -webkit-box-flex: 1;
510
+ -ms-flex: 1 1 auto;
511
+ flex: 1 1 auto;
512
+ font-family: "Inter";
513
+ font-size: 14px;
514
+ font-weight: 400;
515
+ }
516
+ .e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
517
+ overflow: auto;
518
+ }
519
+ .e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane {
520
+ -webkit-box-flex: 0;
521
+ -ms-flex-positive: 0;
522
+ flex-grow: 0;
523
+ -ms-flex-negative: 0;
524
+ flex-shrink: 0;
525
+ }
526
+ .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
527
+ overflow: auto;
528
+ }
529
+ .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
530
+ -ms-flex-preferred-size: 0 !important;
531
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
532
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
533
+ }
534
+ .e-splitter.e-splitter-horizontal {
535
+ -webkit-box-orient: horizontal;
536
+ -webkit-box-direction: normal;
537
+ -ms-flex-direction: row;
538
+ flex-direction: row;
539
+ }
540
+ .e-splitter.e-splitter-horizontal.e-pane.e-scrollable {
541
+ overflow: hidden;
542
+ }
543
+ .e-splitter.e-splitter-horizontal.e-rtl {
544
+ -webkit-box-orient: horizontal;
545
+ -webkit-box-direction: reverse;
546
+ -ms-flex-direction: row-reverse;
547
+ flex-direction: row-reverse;
548
+ }
549
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal {
550
+ -webkit-box-orient: horizontal;
551
+ -webkit-box-direction: reverse;
552
+ -ms-flex-direction: row-reverse;
553
+ flex-direction: row-reverse;
554
+ }
555
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
556
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
557
+ right: auto;
558
+ }
559
+ .e-splitter.e-splitter-vertical {
560
+ -webkit-box-orient: vertical;
561
+ -webkit-box-direction: normal;
562
+ -ms-flex-direction: column;
563
+ flex-direction: column;
564
+ }
565
+ .e-splitter.e-splitter-vertical.e-pane.e-scrollable {
566
+ overflow: hidden;
567
+ }
568
+ .e-splitter.e-splitter-vertical .e-pane-vertical {
569
+ overflow: auto;
570
+ }
571
+ .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
572
+ -ms-flex-preferred-size: 0 !important;
573
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
574
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
575
+ }
576
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
577
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
578
+ right: auto;
579
+ }
580
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
581
+ border-radius: 50%;
582
+ bottom: 20px;
583
+ right: 22px;
584
+ }
585
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
586
+ border-radius: 50%;
587
+ left: 22px;
588
+ right: auto;
589
+ top: 20px;
590
+ }
591
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
592
+ right: auto;
593
+ }
594
+ .e-splitter .e-split-bar.e-split-bar-horizontal {
595
+ -webkit-box-align: center;
596
+ -ms-flex-align: center;
597
+ align-items: center;
598
+ display: -webkit-box;
599
+ display: -ms-flexbox;
600
+ display: flex;
601
+ -webkit-box-flex: 0;
602
+ -ms-flex: 0 0 auto;
603
+ flex: 0 0 auto;
604
+ -webkit-box-pack: center;
605
+ -ms-flex-pack: center;
606
+ justify-content: center;
607
+ min-width: 1px;
608
+ z-index: 15;
609
+ }
610
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden {
611
+ visibility: hidden;
612
+ }
613
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
614
+ cursor: col-resize;
615
+ }
616
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after {
617
+ content: "";
618
+ cursor: col-resize;
619
+ display: block;
620
+ height: 100%;
621
+ position: absolute;
622
+ width: 16px;
623
+ z-index: 10;
624
+ }
625
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
626
+ -webkit-box-align: center;
627
+ -ms-flex-align: center;
628
+ align-items: center;
629
+ display: -webkit-box;
630
+ display: -ms-flexbox;
631
+ display: flex;
632
+ height: 18px;
633
+ -webkit-box-pack: center;
634
+ -ms-flex-pack: center;
635
+ justify-content: center;
636
+ position: relative;
637
+ width: 1px;
638
+ }
639
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler {
640
+ visibility: hidden;
641
+ }
642
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
643
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
644
+ left: 8px;
645
+ right: 3px;
646
+ }
647
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
648
+ -o-border-image: none;
649
+ border-image: none;
650
+ border-width: 1px;
651
+ cursor: pointer;
652
+ display: -webkit-box;
653
+ display: -ms-flexbox;
654
+ display: flex;
655
+ height: 26px;
656
+ padding: 1px 12px;
657
+ position: relative;
658
+ }
659
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
660
+ border-radius: 16px;
661
+ content: "";
662
+ height: 8px;
663
+ position: absolute;
664
+ -webkit-transform: rotate(0deg);
665
+ transform: rotate(0deg);
666
+ width: 2px;
667
+ }
668
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before {
669
+ top: 5px;
670
+ -webkit-transform-origin: 1px 7px 0;
671
+ transform-origin: 1px 7px 0;
672
+ }
673
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
674
+ top: 11px;
675
+ -webkit-transform-origin: 1px 1px 0;
676
+ transform-origin: 1px 1px 0;
677
+ }
678
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) {
679
+ border-radius: 50%;
680
+ right: 5px;
681
+ }
682
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right {
683
+ border-radius: 50%;
684
+ left: 5px;
685
+ }
686
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after {
687
+ right: 8px;
688
+ }
689
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) {
690
+ margin: 0 3px;
691
+ }
692
+ .e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) {
693
+ margin: 0 0 0 3px;
694
+ }
695
+ .e-splitter .e-split-bar.e-split-bar-vertical {
696
+ -webkit-box-align: center;
697
+ -ms-flex-align: center;
698
+ align-items: center;
699
+ border-left: 1px solid #e5e7eb;
700
+ border-right: 1px solid #e5e7eb;
701
+ display: -webkit-box;
702
+ display: -ms-flexbox;
703
+ display: flex;
704
+ -webkit-box-flex: 0;
705
+ -ms-flex: 0 0 auto;
706
+ flex: 0 0 auto;
707
+ -webkit-box-pack: center;
708
+ -ms-flex-pack: center;
709
+ justify-content: center;
710
+ min-height: 1px;
711
+ }
712
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden {
713
+ visibility: hidden;
714
+ }
715
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar {
716
+ cursor: row-resize;
717
+ }
718
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
719
+ content: "";
720
+ cursor: row-resize;
721
+ display: block;
722
+ height: 16px;
723
+ position: absolute;
724
+ width: 100%;
725
+ z-index: 12;
726
+ }
727
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
728
+ -webkit-box-align: center;
729
+ -ms-flex-align: center;
730
+ align-items: center;
731
+ display: -webkit-box;
732
+ display: -ms-flexbox;
733
+ display: flex;
734
+ height: 1px;
735
+ -webkit-box-pack: center;
736
+ -ms-flex-pack: center;
737
+ justify-content: center;
738
+ width: 18px;
739
+ }
740
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler {
741
+ visibility: hidden;
742
+ }
743
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
744
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
745
+ left: 10px;
746
+ }
747
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
748
+ -o-border-image: none;
749
+ border-image: none;
750
+ border-width: 0;
751
+ cursor: pointer;
752
+ display: -webkit-box;
753
+ display: -ms-flexbox;
754
+ display: flex;
755
+ height: 26px;
756
+ padding: 10px 3px 10px 18px;
757
+ position: relative;
758
+ width: 26px;
759
+ }
760
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
761
+ border-radius: 16px;
762
+ content: "";
763
+ height: 8px;
764
+ position: absolute;
765
+ -webkit-transform: rotate(90deg);
766
+ transform: rotate(90deg);
767
+ width: 2px;
768
+ }
769
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before {
770
+ top: 3px;
771
+ -webkit-transform-origin: 2px 7px 0;
772
+ transform-origin: 2px 7px 0;
773
+ }
774
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
775
+ left: 11px;
776
+ top: 8px;
777
+ -webkit-transform-origin: 1px 1px 0;
778
+ transform-origin: 1px 1px 0;
779
+ }
780
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before {
781
+ left: 12px;
782
+ top: 8px;
783
+ -webkit-transform-origin: 1px 6px 0;
784
+ transform-origin: 1px 6px 0;
785
+ }
786
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
787
+ left: 10px;
788
+ top: 12px;
789
+ -webkit-transform-origin: 1px 2px 0;
790
+ transform-origin: 1px 2px 0;
791
+ }
792
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
793
+ border-radius: 50%;
794
+ bottom: 20px;
795
+ left: 22px;
796
+ }
797
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
798
+ border-radius: 50%;
799
+ right: 22px;
800
+ top: 20px;
801
+ }
802
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
803
+ right: 10px;
804
+ }
805
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
806
+ margin: 3px 0;
807
+ }
808
+ .e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
809
+ margin: 3px 0 0;
810
+ }
811
+
812
+ .e-rtl .e-splitter.e-splitter-horizontal {
813
+ -webkit-box-orient: horizontal;
814
+ -webkit-box-direction: reverse;
815
+ -ms-flex-direction: row-reverse;
816
+ flex-direction: row-reverse;
817
+ }
818
+
819
+ .e-content-placeholder.e-splitter.e-placeholder-splitter {
820
+ background-size: 100px 110px;
821
+ min-height: 110px;
822
+ }
823
+
824
+ .e-splitter.e-ie .e-navigate-arrow.e-arrow-left {
825
+ margin-left: -26px;
826
+ }
827
+
828
+ .e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler {
829
+ -webkit-box-orient: vertical;
830
+ -webkit-box-direction: normal;
831
+ -ms-flex-direction: column;
832
+ flex-direction: column;
833
+ }
834
+
835
+ .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
836
+ border: solid 1px #e5e7eb;
837
+ }
838
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
839
+ color: #111827;
840
+ }
841
+ .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-vertical, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-vertical {
842
+ border: transparent;
843
+ }
844
+ .e-splitter .e-split-bar.e-split-bar-horizontal {
845
+ background: #e5e7eb;
846
+ border-left: 1px solid #e5e7eb;
847
+ border-right: 1px solid #e5e7eb;
848
+ }
849
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
850
+ background: #fff;
851
+ color: #6b7280;
852
+ z-index: 10;
853
+ }
854
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
855
+ background-color: transparent;
856
+ border-color: transparent;
857
+ color: transparent;
858
+ -webkit-transition: background-color 500ms ease-out;
859
+ transition: background-color 500ms ease-out;
860
+ }
861
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::after {
862
+ background-color: #4f46e5;
863
+ opacity: 0;
864
+ -webkit-transition-duration: 0.3s;
865
+ transition-duration: 0.3s;
866
+ -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
867
+ transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
868
+ }
869
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
870
+ background: #4f46e5;
871
+ border-left: 1px solid #4f46e5;
872
+ border-right: 1px solid #4f46e5;
873
+ }
874
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
875
+ background: #fff;
876
+ color: #4f46e5;
877
+ }
878
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
879
+ background-color: transparent;
880
+ border-color: #4f46e5;
881
+ border-width: 1px;
882
+ opacity: 0.9;
883
+ }
884
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::before {
885
+ background-color: #4f46e5;
886
+ opacity: 1;
887
+ -webkit-transform: rotate(40deg);
888
+ transform: rotate(40deg);
889
+ }
890
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::after {
891
+ background-color: #4f46e5;
892
+ opacity: 1;
893
+ -webkit-transform: rotate(-40deg);
894
+ transform: rotate(-40deg);
895
+ }
896
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before {
897
+ background-color: #4f46e5;
898
+ opacity: 1;
899
+ -webkit-transform: rotate(-40deg);
900
+ transform: rotate(-40deg);
901
+ }
902
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after {
903
+ background-color: #4f46e5;
904
+ opacity: 1;
905
+ -webkit-transform: rotate(40deg);
906
+ transform: rotate(40deg);
907
+ }
908
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
909
+ background: #4f46e5;
910
+ }
911
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
912
+ background: #fff;
913
+ color: #4f46e5;
914
+ }
915
+ .e-splitter .e-split-bar.e-split-bar-vertical {
916
+ background: #e5e7eb;
917
+ }
918
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
919
+ background: #fff;
920
+ color: #6b7280;
921
+ z-index: 12;
922
+ }
923
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
924
+ background: #4f46e5;
925
+ border-left: 1px solid #4f46e5;
926
+ border-right: 1px solid #4f46e5;
927
+ }
928
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
929
+ background-color: transparent;
930
+ border-color: #4f46e5;
931
+ border-width: 1px;
932
+ opacity: 0.9;
933
+ }
934
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
935
+ background: #fff;
936
+ color: #4f46e5;
937
+ }
938
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before {
939
+ background-color: #4f46e5;
940
+ opacity: 1;
941
+ -webkit-transform: rotate(125deg);
942
+ transform: rotate(125deg);
943
+ }
944
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after {
945
+ background-color: #4f46e5;
946
+ opacity: 1;
947
+ -webkit-transform: rotate(50deg);
948
+ transform: rotate(50deg);
949
+ }
950
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before {
951
+ background-color: #4f46e5;
952
+ opacity: 1;
953
+ -webkit-transform: rotate(55deg);
954
+ transform: rotate(55deg);
955
+ }
956
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after {
957
+ background-color: #4f46e5;
958
+ opacity: 1;
959
+ -webkit-transform: rotate(125deg);
960
+ transform: rotate(125deg);
961
+ }
962
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
963
+ background-color: transparent;
964
+ border-color: transparent;
965
+ color: transparent;
966
+ -webkit-transition: background-color 300ms ease-out;
967
+ transition: background-color 300ms ease-out;
968
+ }
969
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
970
+ background-color: #4f46e5;
971
+ opacity: 0;
972
+ -webkit-transition-duration: 0.3s;
973
+ transition-duration: 0.3s;
974
+ -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
975
+ transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
976
+ }
977
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
978
+ background: #4f46e5;
979
+ }
980
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
981
+ background: #fff;
982
+ color: #4f46e5;
983
+ }
984
+ .e-splitter.e-disabled {
985
+ opacity: 0.4;
986
+ pointer-events: none;
987
+ }
988
+
989
+ /* stylelint-disable-line no-empty-source */
990
+ /*! component's theme wise override tailwind-definitions and variables */
991
+ /* stylelint-disable */
992
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
993
+ height: 100%;
994
+ padding: 20px 0;
995
+ right: 1px;
996
+ top: 0;
997
+ width: 12px;
998
+ }
999
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
1000
+ height: 100%;
1001
+ left: 0;
1002
+ padding: 20px 0;
1003
+ top: 0;
1004
+ width: 12px;
1005
+ }
1006
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
1007
+ height: 12px;
1008
+ padding: 0 20px;
1009
+ top: 1px;
1010
+ width: 100%;
1011
+ }
1012
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
1013
+ bottom: 1px;
1014
+ height: 12px;
1015
+ padding: 0 20px;
1016
+ width: 100%;
1017
+ }
1018
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
1019
+ bottom: 0;
1020
+ right: 1px;
1021
+ z-index: 10;
1022
+ }
1023
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
1024
+ left: 2px;
1025
+ top: 2px;
1026
+ z-index: 10;
1027
+ }
1028
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
1029
+ right: 2px;
1030
+ top: 2px;
1031
+ z-index: 10;
1032
+ }
1033
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
1034
+ bottom: 1px;
1035
+ left: 1px;
1036
+ z-index: 10;
1037
+ }
1038
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
1039
+ bottom: 4px;
1040
+ content: "\e761";
1041
+ font-size: 12px;
1042
+ position: absolute;
1043
+ right: 4px;
1044
+ }
1045
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
1046
+ bottom: 4px;
1047
+ content: "\e761";
1048
+ font-size: 12px;
1049
+ left: 4px;
1050
+ position: absolute;
1051
+ -webkit-transform: rotateY(180deg);
1052
+ transform: rotateY(180deg);
1053
+ }
1054
+
1055
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table {
1056
+ background: #f9fafb;
1057
+ border-collapse: collapse;
1058
+ height: 100%;
1059
+ width: 100%;
1060
+ }
1061
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table td.e-dashboard-gridline {
1062
+ border: 1px dashed #d1d5db;
1063
+ position: absolute;
1064
+ }
1065
+ .e-dashboardlayout.e-control.e-responsive {
1066
+ width: 100% !important;
1067
+ }
1068
+ .e-dashboardlayout.e-control.e-prevent {
1069
+ -webkit-user-select: none;
1070
+ -moz-user-select: none;
1071
+ -ms-user-select: none;
1072
+ user-select: none;
1073
+ }
1074
+ .e-dashboardlayout.e-control .e-panel.e-ssr {
1075
+ position: relative;
1076
+ }
1077
+ .e-dashboardlayout.e-control .e-panel {
1078
+ border: 1px solid #e5e7eb;
1079
+ height: 100%;
1080
+ -webkit-user-select: none;
1081
+ -moz-user-select: none;
1082
+ -ms-user-select: none;
1083
+ user-select: none;
1084
+ width: 100%;
1085
+ border-radius: 6px;
1086
+ }
1087
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-dl-icon {
1088
+ line-height: 9px;
1089
+ }
1090
+ .e-dashboardlayout.e-control .e-panel:hover {
1091
+ -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
1092
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
1093
+ }
1094
+ .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
1095
+ display: block;
1096
+ }
1097
+ .e-dashboardlayout.e-control .e-panel .e-panel-container {
1098
+ height: 100%;
1099
+ width: 100%;
1100
+ }
1101
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content {
1102
+ padding: 12px;
1103
+ }
1104
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
1105
+ height: inherit;
1106
+ width: inherit;
1107
+ }
1108
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
1109
+ display: none;
1110
+ }
1111
+ .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1112
+ -webkit-transition: top 0.5s, left 0.5s;
1113
+ transition: top 0.5s, left 0.5s;
1114
+ }
1115
+ .e-dashboardlayout.e-control .e-panel .e-panel-header {
1116
+ border-bottom: none;
1117
+ color: #111827;
1118
+ font-family: "Inter";
1119
+ font-size: 14px;
1120
+ font-weight: 500;
1121
+ height: 38px;
1122
+ padding: 8px 18px;
1123
+ line-height: 22px;
1124
+ border-top-left-radius: 6px;
1125
+ border-top-right-radius: 6px;
1126
+ }
1127
+ .e-dashboardlayout.e-control .e-panel .e-panel-header div {
1128
+ overflow: hidden;
1129
+ text-overflow: ellipsis;
1130
+ white-space: nowrap;
1131
+ }
1132
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
1133
+ display: inline-block;
1134
+ }
1135
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
1136
+ float: right;
1137
+ }
1138
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
1139
+ position: absolute;
1140
+ -ms-touch-action: none;
1141
+ touch-action: none;
1142
+ }
1143
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
1144
+ border: none;
1145
+ }
1146
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
1147
+ cursor: e-resize;
1148
+ }
1149
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
1150
+ cursor: w-resize;
1151
+ }
1152
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
1153
+ cursor: n-resize;
1154
+ }
1155
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
1156
+ cursor: s-resize;
1157
+ }
1158
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
1159
+ cursor: nw-resize;
1160
+ }
1161
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
1162
+ cursor: ne-resize;
1163
+ }
1164
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
1165
+ cursor: sw-resize;
1166
+ }
1167
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
1168
+ cursor: se-resize;
1169
+ }
1170
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
1171
+ font-family: "e-icons";
1172
+ position: absolute;
1173
+ }
1174
+ .e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
1175
+ cursor: move;
1176
+ z-index: 1111 !important;
1177
+ }
1178
+ .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
1179
+ float: left;
1180
+ }
1181
+ .e-dashboardlayout.e-control .e-drag:hover {
1182
+ cursor: move;
1183
+ }
1184
+ .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
1185
+ .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
1186
+ cursor: default;
1187
+ }
1188
+ .e-dashboardlayout.e-control .e-holder {
1189
+ background: #e5e7eb;
1190
+ border: 1px #9ca3af dashed;
1191
+ border-radius: 6px;
1192
+ position: absolute;
1193
+ border-radius: 6px;
1194
+ }
1195
+ .e-dashboardlayout.e-control .e-holder.e-holder-transition {
1196
+ -webkit-transition: top 0.3s, left 0.3s;
1197
+ transition: top 0.3s, left 0.3s;
1198
+ }
1199
+
1200
+ .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
1201
+ height: 100%;
1202
+ width: 100%;
1203
+ }
1204
+
1205
+ .e-dashboardlayout.e-control {
1206
+ display: block;
1207
+ position: relative;
1208
+ }
1209
+ .e-dashboardlayout.e-control .e-panel {
1210
+ background: #fff;
1211
+ -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
1212
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
1213
+ -webkit-box-sizing: border-box;
1214
+ box-sizing: border-box;
1215
+ position: absolute;
1216
+ }
1217
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
1218
+ color: #111827;
1219
+ background: #f9fafb;
1220
+ -webkit-box-sizing: border-box;
1221
+ box-sizing: border-box;
1222
+ }
1223
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
1224
+ background: none;
1225
+ }
1226
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
1227
+ color: #d1d5db;
1228
+ font-size: 8px;
1229
+ height: 8px;
1230
+ width: 8px;
1231
+ }
1232
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
1233
+ bottom: 2px;
1234
+ right: 2px;
1235
+ }
1236
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
1237
+ bottom: 2px;
1238
+ left: 2px;
1239
+ }
1240
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
1241
+ left: 2px;
1242
+ top: 2px;
1243
+ }
1244
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
1245
+ right: 2px;
1246
+ top: 2px;
1247
+ }
1248
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
1249
+ right: 2px;
1250
+ top: 2px;
1251
+ }
1252
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
1253
+ left: 2px;
1254
+ top: 2px;
1255
+ }
1256
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
1257
+ bottom: 2px;
1258
+ left: 2px;
1259
+ }
1260
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
1261
+ bottom: 2px;
1262
+ right: 2px;
1263
+ }
1264
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
1265
+ right: 2px;
1266
+ top: 2px;
1267
+ }
1268
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
1269
+ left: 2px;
1270
+ top: 2px;
1271
+ }
1272
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
1273
+ bottom: 2px;
1274
+ left: 2px;
1275
+ }
1276
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
1277
+ bottom: 2px;
1278
+ right: 2px;
1279
+ }
1280
+ .e-dashboardlayout.e-control .e-panel:active {
1281
+ background: #f3f4f6;
1282
+ }
1283
+ .e-dashboardlayout.e-control .e-panel.e-dragging:active {
1284
+ background: #fff;
1285
+ -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
1286
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
1287
+ }
1288
+
1289
+ .e-timeline {
1290
+ --dot-size: 16px;
1291
+ --dot-outer-space: 0;
1292
+ --dot-border: 1px;
1293
+ --connector-size: 1px;
1294
+ --dot-radius: 50%;
1295
+ height: inherit;
1296
+ width: 100%;
1297
+ }
1298
+ .e-timeline [class^="e-dot "]::before,
1299
+ .e-timeline .e-dot-item,
1300
+ .e-timeline .e-dot {
1301
+ display: -webkit-box;
1302
+ display: -ms-flexbox;
1303
+ display: flex;
1304
+ -webkit-box-align: center;
1305
+ -ms-flex-align: center;
1306
+ align-items: center;
1307
+ -webkit-box-pack: center;
1308
+ -ms-flex-pack: center;
1309
+ justify-content: center;
1310
+ }
1311
+ .e-timeline [class^="e-dot "]::before {
1312
+ min-width: 32px;
1313
+ min-height: 32px;
1314
+ border-radius: var(--dot-radius);
1315
+ }
1316
+ .e-timeline .e-timeline-items {
1317
+ display: -webkit-inline-box;
1318
+ display: -ms-inline-flexbox;
1319
+ display: inline-flex;
1320
+ -webkit-box-orient: vertical;
1321
+ -webkit-box-direction: normal;
1322
+ -ms-flex-direction: column;
1323
+ flex-direction: column;
1324
+ list-style: none;
1325
+ -ms-flex-wrap: nowrap;
1326
+ flex-wrap: nowrap;
1327
+ padding: 0;
1328
+ width: inherit;
1329
+ height: inherit;
1330
+ }
1331
+ .e-timeline .e-timeline-item {
1332
+ display: -webkit-box;
1333
+ display: -ms-flexbox;
1334
+ display: flex;
1335
+ -webkit-box-orient: horizontal;
1336
+ -webkit-box-direction: normal;
1337
+ -ms-flex-direction: row;
1338
+ flex-direction: row;
1339
+ position: relative;
1340
+ -webkit-box-align: start;
1341
+ -ms-flex-align: start;
1342
+ align-items: flex-start;
1343
+ width: inherit;
1344
+ height: inherit;
1345
+ }
1346
+ .e-timeline .e-timeline-item.e-connector::after {
1347
+ top: 0;
1348
+ bottom: 0;
1349
+ left: calc(50% - var(--connector-size));
1350
+ right: auto;
1351
+ content: "";
1352
+ position: absolute;
1353
+ z-index: 999;
1354
+ border-width: var(--connector-size);
1355
+ border-style: solid;
1356
+ }
1357
+ .e-timeline .e-timeline-item.e-connector.e-item-template::after {
1358
+ content: unset;
1359
+ }
1360
+ .e-timeline .e-dot-item {
1361
+ position: relative;
1362
+ -webkit-box-flex: 0;
1363
+ -ms-flex: 0 1 calc(var(--dot-size) * 3);
1364
+ flex: 0 1 calc(var(--dot-size) * 3);
1365
+ z-index: 1000;
1366
+ }
1367
+ .e-timeline .e-dot {
1368
+ min-width: var(--dot-size);
1369
+ min-height: var(--dot-size);
1370
+ border-radius: var(--dot-radius);
1371
+ outline: var(--dot-outer-space) solid;
1372
+ border: var(--dot-border) solid;
1373
+ font-size: 16px;
1374
+ background-size: cover;
1375
+ background-position: center;
1376
+ background-repeat: no-repeat;
1377
+ }
1378
+ .e-timeline .e-opposite-content,
1379
+ .e-timeline .e-content {
1380
+ -webkit-box-flex: 1;
1381
+ -ms-flex: 1 1 50%;
1382
+ flex: 1 1 50%;
1383
+ }
1384
+ .e-timeline .e-opposite-content {
1385
+ font-size: 12px;
1386
+ }
1387
+ .e-timeline .e-content {
1388
+ text-align: left;
1389
+ font-size: 14px;
1390
+ font-weight: 500;
1391
+ }
1392
+ .e-timeline .e-timeline-item:first-child::after {
1393
+ top: 0;
1394
+ }
1395
+ .e-timeline .e-timeline-item:last-child::after {
1396
+ bottom: calc(var(--dot-size) * 2);
1397
+ }
1398
+ .e-timeline.e-vertical.e-align-before .e-timeline-item, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
1399
+ -webkit-box-orient: horizontal;
1400
+ -webkit-box-direction: reverse;
1401
+ -ms-flex-direction: row-reverse;
1402
+ flex-direction: row-reverse;
1403
+ }
1404
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-items {
1405
+ -webkit-box-orient: vertical;
1406
+ -webkit-box-direction: reverse;
1407
+ -ms-flex-direction: column-reverse;
1408
+ flex-direction: column-reverse;
1409
+ }
1410
+ .e-timeline.e-vertical.e-align-before .e-timeline-items .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-timeline-items .e-content {
1411
+ text-align: left;
1412
+ }
1413
+ .e-timeline.e-vertical .e-timeline-item.e-connector:last-child::after {
1414
+ content: unset;
1415
+ }
1416
+ .e-timeline.e-vertical.e-align-before.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-rtl.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-before.e-rtl.e-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-content-only .e-connector::after {
1417
+ left: calc(var(--dot-size) * 3 / 2 - var(--connector-size));
1418
+ right: auto;
1419
+ }
1420
+ .e-timeline.e-vertical.e-align-before.e-content-only .e-connector::after, .e-timeline.e-vertical.e-align-before.e-rtl.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-rtl.e-content-only .e-connector::after {
1421
+ right: calc(var(--dot-size) * 3 / 2 - var(--connector-size));
1422
+ left: auto;
1423
+ }
1424
+ .e-timeline.e-vertical.e-align-after.e-opposite-content-only .e-content, .e-timeline.e-vertical.e-align-after.e-content-only .e-opposite-content, .e-timeline.e-vertical.e-align-before.e-opposite-content-only .e-content, .e-timeline.e-vertical.e-align-before.e-content-only .e-opposite-content {
1425
+ -webkit-box-flex: 0;
1426
+ -ms-flex: 0;
1427
+ flex: 0;
1428
+ }
1429
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:first-child::after {
1430
+ content: unset;
1431
+ }
1432
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:last-child::after {
1433
+ content: "";
1434
+ bottom: 0;
1435
+ }
1436
+ .e-timeline.e-vertical.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-opposite-content {
1437
+ text-align: right;
1438
+ }
1439
+ .e-timeline.e-vertical.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-opposite-content {
1440
+ text-align: left;
1441
+ }
1442
+ .e-timeline.e-vertical .e-dot-item {
1443
+ width: calc(var(--dot-size) * 2);
1444
+ }
1445
+ .e-timeline.e-horizontal .e-timeline-items {
1446
+ display: -webkit-inline-box;
1447
+ display: -ms-inline-flexbox;
1448
+ display: inline-flex;
1449
+ -webkit-box-orient: horizontal;
1450
+ -webkit-box-direction: normal;
1451
+ -ms-flex-direction: row;
1452
+ flex-direction: row;
1453
+ }
1454
+ .e-timeline.e-horizontal .e-timeline-item {
1455
+ height: auto;
1456
+ -webkit-box-orient: vertical;
1457
+ -webkit-box-direction: normal;
1458
+ -ms-flex-direction: column;
1459
+ flex-direction: column;
1460
+ -webkit-box-align: center;
1461
+ -ms-flex-align: center;
1462
+ align-items: center;
1463
+ }
1464
+ .e-timeline.e-horizontal.e-timeline-reverse.e-rtl .e-timeline-item.e-connector::after {
1465
+ left: calc(50% - var(--connector-size));
1466
+ right: auto;
1467
+ }
1468
+ .e-timeline.e-horizontal.e-rtl .e-timeline-item.e-connector::after, .e-timeline.e-horizontal.e-timeline-reverse .e-timeline-item.e-connector::after {
1469
+ right: calc(50% - var(--connector-size));
1470
+ left: auto;
1471
+ }
1472
+ .e-timeline.e-horizontal .e-dot-item {
1473
+ margin: calc(var(--dot-size) * 2 / 2) 0;
1474
+ }
1475
+ .e-timeline.e-horizontal .e-opposite-content,
1476
+ .e-timeline.e-horizontal .e-content {
1477
+ display: -webkit-box;
1478
+ display: -ms-flexbox;
1479
+ display: flex;
1480
+ }
1481
+ .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-content {
1482
+ -webkit-box-align: end;
1483
+ -ms-flex-align: end;
1484
+ align-items: flex-end;
1485
+ }
1486
+ .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-opposite-content {
1487
+ -webkit-box-align: start;
1488
+ -ms-flex-align: start;
1489
+ align-items: flex-start;
1490
+ }
1491
+ .e-timeline.e-horizontal.e-align-before .e-timeline-item, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
1492
+ -webkit-box-orient: vertical;
1493
+ -webkit-box-direction: reverse;
1494
+ -ms-flex-direction: column-reverse;
1495
+ flex-direction: column-reverse;
1496
+ }
1497
+ .e-timeline.e-horizontal.e-timeline-reverse .e-timeline-items {
1498
+ -webkit-box-orient: horizontal;
1499
+ -webkit-box-direction: reverse;
1500
+ -ms-flex-direction: row-reverse;
1501
+ flex-direction: row-reverse;
1502
+ }
1503
+ .e-timeline.e-horizontal .e-timeline-item::after {
1504
+ width: 100%;
1505
+ height: 0;
1506
+ top: calc(50% - var(--connector-size));
1507
+ }
1508
+ .e-timeline.e-horizontal .e-opposite-content {
1509
+ display: -webkit-box;
1510
+ display: -ms-flexbox;
1511
+ display: flex;
1512
+ -webkit-box-align: end;
1513
+ -ms-flex-align: end;
1514
+ align-items: flex-end;
1515
+ text-align: left;
1516
+ padding: 0;
1517
+ }
1518
+ .e-timeline.e-horizontal .e-content {
1519
+ padding: 0;
1520
+ }
1521
+ .e-timeline.e-horizontal .e-timeline-item:last-child::after {
1522
+ width: auto;
1523
+ }
1524
+
1525
+ .e-timeline .e-dot {
1526
+ background-color: #e5e7eb;
1527
+ border-color: #e5e7eb;
1528
+ color: #6b7280;
1529
+ outline-color: #fff;
1530
+ }
1531
+ .e-timeline.e-outline .e-dot {
1532
+ background-color: #fff;
1533
+ }
1534
+ .e-timeline .e-timeline-item.e-connector::after {
1535
+ border-color: #e5e7eb;
1536
+ }
1537
+ .e-timeline .e-content {
1538
+ color: #111827;
1539
+ }
1540
+ .e-timeline .e-opposite-content {
1541
+ color: #111827;
1542
+ }
1543
+ .e-timeline .e-item-disabled .e-content,
1544
+ .e-timeline .e-item-disabled .e-opposite-content {
1545
+ color: #9ca3af;
1546
+ }