survey-analytics 1.12.21 → 2.0.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/package.json +3 -16
  2. package/survey-analytics-datatables.types/analytics-localization/arabic.d.ts +66 -66
  3. package/survey-analytics-datatables.types/analytics-localization/dutch.d.ts +66 -66
  4. package/survey-analytics-datatables.types/analytics-localization/english.d.ts +75 -75
  5. package/survey-analytics-datatables.types/analytics-localization/farsi.d.ts +66 -66
  6. package/survey-analytics-datatables.types/analytics-localization/french.d.ts +66 -66
  7. package/survey-analytics-datatables.types/analytics-localization/german.d.ts +66 -66
  8. package/survey-analytics-datatables.types/analytics-localization/italian.d.ts +66 -66
  9. package/survey-analytics-datatables.types/analytics-localization/japanese.d.ts +66 -66
  10. package/survey-analytics-datatables.types/analytics-localization/norwegian.d.ts +66 -66
  11. package/survey-analytics-datatables.types/analytics-localization/polish.d.ts +67 -67
  12. package/survey-analytics-datatables.types/analytics-localization/portuguese.d.ts +66 -66
  13. package/survey-analytics-datatables.types/analytics-localization/russian.d.ts +67 -67
  14. package/survey-analytics-datatables.types/analytics-localization/spanish.d.ts +66 -66
  15. package/survey-analytics-datatables.types/entries/datatables.d.ts +21 -21
  16. package/survey-analytics-datatables.types/localizationManager.d.ts +90 -90
  17. package/survey-analytics-datatables.types/tables/columnbuilder.d.ts +38 -38
  18. package/survey-analytics-datatables.types/tables/columns.d.ts +74 -74
  19. package/survey-analytics-datatables.types/tables/config.d.ts +39 -39
  20. package/survey-analytics-datatables.types/tables/datatables.d.ts +51 -51
  21. package/survey-analytics-datatables.types/tables/extensions/columnextensions.d.ts +1 -1
  22. package/survey-analytics-datatables.types/tables/extensions/detailsextensions.d.ts +13 -13
  23. package/survey-analytics-datatables.types/tables/extensions/headerextensions.d.ts +1 -1
  24. package/survey-analytics-datatables.types/tables/extensions/rowextensions.d.ts +1 -1
  25. package/survey-analytics-datatables.types/tables/extensions/tableextensions.d.ts +21 -21
  26. package/survey-analytics-datatables.types/tables/table.d.ts +191 -191
  27. package/survey-analytics-datatables.types/utils/index.d.ts +39 -39
  28. package/survey-analytics-tabulator.types/tables/table.d.ts +2 -2
  29. package/survey-analytics-tabulator.types/tables/tabulator.d.ts +4 -2
  30. package/survey.analytics.css +1 -1
  31. package/survey.analytics.css.map +1 -1
  32. package/survey.analytics.datatables.css +400 -400
  33. package/survey.analytics.datatables.d.ts +1 -1
  34. package/survey.analytics.datatables.js +3682 -3682
  35. package/survey.analytics.datatables.min.css +6 -6
  36. package/survey.analytics.datatables.min.js +1 -1
  37. package/survey.analytics.datatables.min.js.LICENSE.txt +5 -5
  38. package/survey.analytics.js +3 -3
  39. package/survey.analytics.js.map +1 -1
  40. package/survey.analytics.min.css +1 -1
  41. package/survey.analytics.min.js +1 -1
  42. package/survey.analytics.min.js.LICENSE.txt +1 -1
  43. package/survey.analytics.tabulator.css +3 -3
  44. package/survey.analytics.tabulator.css.map +1 -1
  45. package/survey.analytics.tabulator.js +45 -21
  46. package/survey.analytics.tabulator.js.map +1 -1
  47. package/survey.analytics.tabulator.min.css +2 -2
  48. package/survey.analytics.tabulator.min.js +1 -1
  49. package/survey.analytics.tabulator.min.js.LICENSE.txt +1 -1
@@ -1,401 +1,401 @@
1
- /*!
2
- * surveyjs - SurveyJS Dashboard library v1.12.21
3
- * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
- * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
- */
6
- /*!*****************************************************************************************************************************************************************************!*\
7
- !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/tables/datatables.scss ***!
8
- \*****************************************************************************************************************************************************************************/
9
- .sa-table {
10
- font-size: var(--root-font-size, 14px);
11
- font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
12
- }
13
- .sa-table button {
14
- cursor: pointer;
15
- background-color: inherit;
16
- outline: none;
17
- }
18
- .sa-table select {
19
- line-height: initial;
20
- appearance: none;
21
- -webkit-appearance: none;
22
- -moz-appearance: none;
23
- background: transparent;
24
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
25
- background-repeat: no-repeat, repeat;
26
- background-position: right 0.7em top 50%, 0 0;
27
- background-size: 0.57em 100%;
28
- height: 34px;
29
- border-radius: 2px;
30
- border: solid 1px var(--border-color, #d4d4d4);
31
- box-sizing: border-box;
32
- font-family: inherit;
33
- font-size: inherit;
34
- padding: 0.25em 2em 0.25em 0.87em;
35
- }
36
- .sa-table select:focus {
37
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E");
38
- border-color: var(--border-color, #d4d4d4);
39
- outline: none;
40
- }
41
- .sa-table select::-ms-expand {
42
- display: none;
43
- }
44
- .sa-table input {
45
- height: 34px;
46
- border: none;
47
- border-bottom: 0.06em solid var(--border-color, #d4d4d4);
48
- box-sizing: border-box;
49
- font-family: inherit;
50
- font-size: inherit;
51
- padding: 0.25em 1.5em 0.25em 0.87em;
52
- background: transparent;
53
- }
54
- .sa-table input:focus {
55
- border-color: var(--main-color, #1ab394);
56
- outline: none;
57
- }
58
-
59
- .sa-table__detail-row.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row {
60
- background-color: var(--text-color-inverse, #fff);
61
- }
62
-
63
- .sa-table__detail-table.sa-table__detail-table {
64
- width: 100%;
65
- border-collapse: collapse;
66
- border-right: 1px solid var(--border-color, #d4d4d4);
67
- border-bottom: none;
68
- }
69
-
70
- .sa-table__detail {
71
- border-top: 1px solid var(--border-color, #d4d4d4);
72
- }
73
- .sa-table__detail td {
74
- box-sizing: border-box;
75
- padding: 20px;
76
- border-left: none;
77
- border-right: none;
78
- white-space: initial;
79
- }
80
- .sa-table__detail td:first-child {
81
- width: 267px;
82
- border-left: none;
83
- font-weight: bold;
84
- }
85
- .sa-table__detail td:nth-child(2) {
86
- width: 208px;
87
- }
88
-
89
- .sa-table__btn {
90
- height: 34px;
91
- width: 154px;
92
- font-size: var(--root-font-size, 14px);
93
- font-weight: bold;
94
- background-color: transparent;
95
- box-sizing: border-box;
96
- border: solid 2px;
97
- border-radius: 17px;
98
- padding: 0;
99
- outline: none;
100
- }
101
-
102
- a.sa-table__btn {
103
- display: inline-block;
104
- text-align: center;
105
- padding-top: 5px;
106
- }
107
-
108
- .sa-table__btn--small {
109
- width: 99px;
110
- }
111
-
112
- .sa-table__btn--gray {
113
- border-color: var(--text-gray, #a0a0a0);
114
- color: var(--text-gray, #a0a0a0);
115
- }
116
- .sa-table__btn--gray:hover {
117
- background-color: var(--dark-gray, #9b9b9b);
118
- color: var(--text-color-inverse, #fff);
119
- }
120
-
121
- .sa-table__btn--green {
122
- border-color: var(--main-color, #1ab394);
123
- color: var(--main-color, #1ab394);
124
- }
125
- .sa-table__btn--green:hover {
126
- background-color: var(--main-color, #1ab394);
127
- color: var(--text-color-inverse, #fff);
128
- }
129
-
130
- .sa-table__svg-button {
131
- width: 15px;
132
- height: 15px;
133
- padding: 0;
134
- border: none;
135
- }
136
- .sa-table__svg-button use {
137
- fill: var(--svg-color, rgba(159, 159, 159, 0.4));
138
- }
139
- .sa-table__svg-button:hover use {
140
- fill: var(--svg-hover-color, #9f9f9f);
141
- }
142
- .sa-table__svg-button svg {
143
- width: 15px;
144
- height: 15px;
145
- }
146
-
147
- .sa-table__action-container {
148
- margin-bottom: 10px;
149
- white-space: normal;
150
- }
151
- .sa-table__action-container .sa-table__svg-button {
152
- float: right;
153
- margin: 0 0 13px 13px;
154
- pointer-events: all;
155
- }
156
- .sa-table__action-container:after {
157
- content: "";
158
- display: table;
159
- clear: both;
160
- }
161
- .sa-table__action-container .sa-table__drag-button {
162
- float: left;
163
- cursor: move;
164
- }
165
- .sa-table__action-container .sa-table__drag-button use {
166
- fill: var(--main-color, #1ab394);
167
- }
168
- .sa-table__action-container .sa-table__drag-button:hover use {
169
- fill: var(--main-color, #1ab394);
170
- }
171
-
172
- .sa-table__global-filter.sa-table__global-filter,
173
- .sa-table__filter.sa-table__filter {
174
- background: transparent;
175
- background-image: url("data:image/svg+xml;charset=utf8,%3C?xml%20version=%271.0%27%20encoding=%27utf-8%27?%3E%3C%21--%20Generator:%20Adobe%20Illustrator%2024.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200%29%20--%3E%3Csvg%20version=%271.1%27%20id=%27Layer_1%27%20xmlns=%27http://www.w3.org/2000/svg%27%20xmlns:xlink=%27http://www.w3.org/1999/xlink%27%20x=%270px%27%20y=%270px%27%20viewBox=%270%200%2016%2016%27%20style=%27enable-background:new%200%200%2016%2016;%27%20xml:space=%27preserve%27%3E%3Cstyle%20type=%27text/css%27%3E%20.st0{fill:%239F9E9E;}%20%3C/style%3E%3Cpath%20class=%27st0%27%20d=%27M13.56,11.44L11.3,9.18C11.74,8.38,12,7.47,12,6.5C12,3.47,9.53,1,6.5,1S1,3.47,1,6.5C1,9.53,3.47,12,6.5,12%20c0.97,0,1.88-0.26,2.68-0.7l2.26,2.26c0.29,0.29,0.66,0.43,1.04,0.44c0.39,0.01,0.78-0.14,1.08-0.44c0.3-0.3,0.44-0.69,0.44-1.08%20C13.99,12.1,13.85,11.72,13.56,11.44z%20M4,6.5C4,5.12,5.12,4,6.5,4S9,5.12,9,6.5S7.88,9,6.5,9S4,7.88,4,6.5z%27/%3E%3C/svg%3E");
176
- background-repeat: no-repeat, repeat;
177
- background-position: left 0.7em top 50%, 0 0;
178
- background-size: 1em 100%;
179
- padding-left: 35px;
180
- border: solid 1px var(--border-color, #d4d4d4);
181
- pointer-events: all;
182
- }
183
-
184
- .sa-table__filter.sa-table__filter {
185
- width: 100%;
186
- }
187
-
188
- .sa-table__show-column.sa-table__show-column {
189
- background: transparent;
190
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 16 16%27 style=%27enable-background:new 0 0 16 16;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D .st1%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class=%27st1%27 d=%27M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z%27/%3E%3Ccircle class=%27st1%27 cx=%278%27 cy=%278%27 r=%273%27/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
191
- background-repeat: no-repeat, no-repeat;
192
- background-position: left 0.7em top 50%, right 0.7em top 50%;
193
- background-size: 1em 100%, 0.57em 100%;
194
- padding-left: 35px;
195
- border: solid 1px var(--border-color, #d4d4d4);
196
- pointer-events: all;
197
- margin-left: 20px;
198
- }
199
- .sa-table__show-column.sa-table__show-column:focus {
200
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 16 16%27 style=%27enable-background:new 0 0 16 16;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D .st1%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class=%27st1%27 d=%27M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z%27/%3E%3Ccircle class=%27st1%27 cx=%278%27 cy=%278%27 r=%273%27/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E") !important;
201
- }
202
-
203
- .sa-table__entries {
204
- float: right;
205
- white-space: nowrap;
206
- }
207
-
208
- .sa-table__entries-label {
209
- font-weight: bold;
210
- }
211
-
212
- .sa-table__entries-label--right {
213
- margin-right: 5px;
214
- }
215
-
216
- .sa-table__entries-label--left {
217
- margin-left: 5px;
218
- }
219
-
220
- .sa-table__detail-row {
221
- background-color: var(--text-color-inverse, #fff);
222
- }
223
-
224
- .sa-table__detail-table {
225
- background-color: var(--text-color-inverse, #fff);
226
- }
227
-
228
- .sa-table input.sa-table__row-extension {
229
- height: auto;
230
- }
231
-
232
- .sa-table__row-extension + .sa-table__row-extension {
233
- margin-left: 10px;
234
- vertical-align: middle;
235
- }
236
-
237
- .sa-table__header-extensions {
238
- float: left;
239
- margin-left: 10px;
240
- width: calc(100% - 540px);
241
- }
242
-
243
- .sa-table__header-extension + .sa-table__header-extension {
244
- margin-left: 10px;
245
- }
246
-
247
- .sa-commercial {
248
- font-size: 12px;
249
- padding: 1em 0 0.5em 2em;
250
- }
251
- .sa-commercial svg {
252
- width: 20px;
253
- height: 20px;
254
- fill: var(--main-color, #1ab394);
255
- }
256
-
257
- .sa-commercial__text {
258
- font-weight: bold;
259
- text-decoration: none;
260
- color: var(--main-color, #1ab394);
261
- }
262
-
263
- .sa-commercial__product {
264
- padding-left: 0.5em;
265
- }
266
-
267
- .sa-datatables__table {
268
- width: 100%;
269
- background: var(--text-color-inverse, #fff);
270
- }
271
-
272
- .sa-datatables__details-container.sa-datatables__details-container.sa-datatables__details-container {
273
- padding: 0;
274
- border: none;
275
- }
276
-
277
- .sa-table__header-extensions {
278
- width: calc(100% - 590px);
279
- }
280
-
281
- .sa-table__svg-button svg {
282
- background-color: var(--text-color-inverse, #fff);
283
- }
284
-
285
- .sa-table__detail-row .sa-table__svg-button svg {
286
- background-color: var(--text-color-inverse, #fff);
287
- }
288
-
289
- .sa-datatables .dt-buttons {
290
- margin-left: 20px;
291
- float: left;
292
- margin-bottom: 10px;
293
- }
294
- .sa-datatables .dataTables_wrapper {
295
- background-color: var(--text-color-inverse, #fff);
296
- padding-top: 30px;
297
- padding-bottom: 50px;
298
- }
299
- .sa-datatables .dataTables_paginate {
300
- float: right;
301
- margin-right: 20px;
302
- padding-top: 10px;
303
- }
304
- .sa-datatables .dataTables_paginate:last-child {
305
- margin-top: 15px;
306
- }
307
- .sa-datatables .dataTables_paginate .ellipsis {
308
- color: var(--text-gray, #a0a0a0);
309
- margin-right: 15px;
310
- }
311
- .sa-datatables .paginate_button {
312
- color: var(--text-gray, #a0a0a0);
313
- margin-right: 15px;
314
- cursor: pointer;
315
- outline: none;
316
- }
317
- .sa-datatables .paginate_button:last-child {
318
- margin-right: 0;
319
- }
320
- .sa-datatables .paginate_button.previous {
321
- display: inline-block;
322
- background: transparent;
323
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
324
- background-repeat: no-repeat, repeat;
325
- background-size: 9px 100%;
326
- height: 10px;
327
- width: 10px;
328
- white-space: nowrap;
329
- overflow: hidden;
330
- text-indent: -9999px;
331
- transform: rotate(90deg);
332
- margin-right: 20px;
333
- }
334
- .sa-datatables .paginate_button.next {
335
- display: inline-block;
336
- background: transparent;
337
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
338
- background-repeat: no-repeat, repeat;
339
- background-size: 9px 100%;
340
- height: 10px;
341
- width: 10px;
342
- white-space: nowrap;
343
- overflow: hidden;
344
- text-indent: -9999px;
345
- transform: rotate(270deg);
346
- margin-left: 20px;
347
- }
348
- .sa-datatables .paginate_button.current {
349
- font-weight: bold;
350
- border-bottom: 1px solid var(--text-gray, #a0a0a0);
351
- }
352
- .sa-datatables .dataTables_info {
353
- color: var(--text-gray, #a0a0a0);
354
- float: left;
355
- margin-left: 20px;
356
- margin-top: 15px;
357
- }
358
- .sa-datatables table {
359
- border-spacing: 0;
360
- border-bottom: 1px solid #ddd;
361
- overflow: auto;
362
- }
363
- .sa-datatables table.dataTable > thead > tr > th {
364
- border: 1px solid var(--border-color, #d4d4d4);
365
- border-left: none;
366
- border-bottom: none;
367
- padding: 13px 20px;
368
- position: relative;
369
- vertical-align: top;
370
- pointer-events: none;
371
- }
372
- .sa-datatables table.dataTable > thead > tr > th:first-child {
373
- border-right: none;
374
- border-left: 1px solid var(--border-color, #d4d4d4);
375
- }
376
- .sa-datatables table.dataTable > thead > tr > th, .sa-datatables table.dataTable > tbody > tr > td {
377
- min-width: 208px;
378
- }
379
- .sa-datatables table.dataTable > thead > tr > th:first-child, .sa-datatables table.dataTable > tbody > tr > td:first-child {
380
- min-width: auto;
381
- border-left: 1px solid #ddd;
382
- border-right: none;
383
- }
384
- .sa-datatables table.dataTable > tbody > tr > td {
385
- padding: 20px;
386
- border-top: 1px solid #ddd;
387
- border-right: 1px solid #ddd;
388
- }
389
- .sa-datatables .dataTables_scrollHead table {
390
- border-bottom: none;
391
- }
392
- .sa-datatables .dataTables_scrollBody::-webkit-scrollbar {
393
- height: 10px;
394
- width: 6px;
395
- background-color: var(--scroll-color, #e2e2e2);
396
- }
397
- .sa-datatables .dataTables_scrollBody::-webkit-scrollbar-thumb {
398
- background: var(--main-color, #1ab394);
399
- }
400
-
1
+ /*!
2
+ * surveyjs - SurveyJS Dashboard library v1.12.21
3
+ * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
+ * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
+ */
6
+ /*!*****************************************************************************************************************************************************************************!*\
7
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/tables/datatables.scss ***!
8
+ \*****************************************************************************************************************************************************************************/
9
+ .sa-table {
10
+ font-size: var(--root-font-size, 14px);
11
+ font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
12
+ }
13
+ .sa-table button {
14
+ cursor: pointer;
15
+ background-color: inherit;
16
+ outline: none;
17
+ }
18
+ .sa-table select {
19
+ line-height: initial;
20
+ appearance: none;
21
+ -webkit-appearance: none;
22
+ -moz-appearance: none;
23
+ background: transparent;
24
+ background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
25
+ background-repeat: no-repeat, repeat;
26
+ background-position: right 0.7em top 50%, 0 0;
27
+ background-size: 0.57em 100%;
28
+ height: 34px;
29
+ border-radius: 2px;
30
+ border: solid 1px var(--border-color, #d4d4d4);
31
+ box-sizing: border-box;
32
+ font-family: inherit;
33
+ font-size: inherit;
34
+ padding: 0.25em 2em 0.25em 0.87em;
35
+ }
36
+ .sa-table select:focus {
37
+ background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E");
38
+ border-color: var(--border-color, #d4d4d4);
39
+ outline: none;
40
+ }
41
+ .sa-table select::-ms-expand {
42
+ display: none;
43
+ }
44
+ .sa-table input {
45
+ height: 34px;
46
+ border: none;
47
+ border-bottom: 0.06em solid var(--border-color, #d4d4d4);
48
+ box-sizing: border-box;
49
+ font-family: inherit;
50
+ font-size: inherit;
51
+ padding: 0.25em 1.5em 0.25em 0.87em;
52
+ background: transparent;
53
+ }
54
+ .sa-table input:focus {
55
+ border-color: var(--main-color, #1ab394);
56
+ outline: none;
57
+ }
58
+
59
+ .sa-table__detail-row.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row {
60
+ background-color: var(--text-color-inverse, #fff);
61
+ }
62
+
63
+ .sa-table__detail-table.sa-table__detail-table {
64
+ width: 100%;
65
+ border-collapse: collapse;
66
+ border-right: 1px solid var(--border-color, #d4d4d4);
67
+ border-bottom: none;
68
+ }
69
+
70
+ .sa-table__detail {
71
+ border-top: 1px solid var(--border-color, #d4d4d4);
72
+ }
73
+ .sa-table__detail td {
74
+ box-sizing: border-box;
75
+ padding: 20px;
76
+ border-left: none;
77
+ border-right: none;
78
+ white-space: initial;
79
+ }
80
+ .sa-table__detail td:first-child {
81
+ width: 267px;
82
+ border-left: none;
83
+ font-weight: bold;
84
+ }
85
+ .sa-table__detail td:nth-child(2) {
86
+ width: 208px;
87
+ }
88
+
89
+ .sa-table__btn {
90
+ height: 34px;
91
+ width: 154px;
92
+ font-size: var(--root-font-size, 14px);
93
+ font-weight: bold;
94
+ background-color: transparent;
95
+ box-sizing: border-box;
96
+ border: solid 2px;
97
+ border-radius: 17px;
98
+ padding: 0;
99
+ outline: none;
100
+ }
101
+
102
+ a.sa-table__btn {
103
+ display: inline-block;
104
+ text-align: center;
105
+ padding-top: 5px;
106
+ }
107
+
108
+ .sa-table__btn--small {
109
+ width: 99px;
110
+ }
111
+
112
+ .sa-table__btn--gray {
113
+ border-color: var(--text-gray, #a0a0a0);
114
+ color: var(--text-gray, #a0a0a0);
115
+ }
116
+ .sa-table__btn--gray:hover {
117
+ background-color: var(--dark-gray, #9b9b9b);
118
+ color: var(--text-color-inverse, #fff);
119
+ }
120
+
121
+ .sa-table__btn--green {
122
+ border-color: var(--main-color, #1ab394);
123
+ color: var(--main-color, #1ab394);
124
+ }
125
+ .sa-table__btn--green:hover {
126
+ background-color: var(--main-color, #1ab394);
127
+ color: var(--text-color-inverse, #fff);
128
+ }
129
+
130
+ .sa-table__svg-button {
131
+ width: 15px;
132
+ height: 15px;
133
+ padding: 0;
134
+ border: none;
135
+ }
136
+ .sa-table__svg-button use {
137
+ fill: var(--svg-color, rgba(159, 159, 159, 0.4));
138
+ }
139
+ .sa-table__svg-button:hover use {
140
+ fill: var(--svg-hover-color, #9f9f9f);
141
+ }
142
+ .sa-table__svg-button svg {
143
+ width: 15px;
144
+ height: 15px;
145
+ }
146
+
147
+ .sa-table__action-container {
148
+ margin-bottom: 10px;
149
+ white-space: normal;
150
+ }
151
+ .sa-table__action-container .sa-table__svg-button {
152
+ float: right;
153
+ margin: 0 0 13px 13px;
154
+ pointer-events: all;
155
+ }
156
+ .sa-table__action-container:after {
157
+ content: "";
158
+ display: table;
159
+ clear: both;
160
+ }
161
+ .sa-table__action-container .sa-table__drag-button {
162
+ float: left;
163
+ cursor: move;
164
+ }
165
+ .sa-table__action-container .sa-table__drag-button use {
166
+ fill: var(--main-color, #1ab394);
167
+ }
168
+ .sa-table__action-container .sa-table__drag-button:hover use {
169
+ fill: var(--main-color, #1ab394);
170
+ }
171
+
172
+ .sa-table__global-filter.sa-table__global-filter,
173
+ .sa-table__filter.sa-table__filter {
174
+ background: transparent;
175
+ background-image: url("data:image/svg+xml;charset=utf8,%3C?xml%20version=%271.0%27%20encoding=%27utf-8%27?%3E%3C%21--%20Generator:%20Adobe%20Illustrator%2024.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200%29%20--%3E%3Csvg%20version=%271.1%27%20id=%27Layer_1%27%20xmlns=%27http://www.w3.org/2000/svg%27%20xmlns:xlink=%27http://www.w3.org/1999/xlink%27%20x=%270px%27%20y=%270px%27%20viewBox=%270%200%2016%2016%27%20style=%27enable-background:new%200%200%2016%2016;%27%20xml:space=%27preserve%27%3E%3Cstyle%20type=%27text/css%27%3E%20.st0{fill:%239F9E9E;}%20%3C/style%3E%3Cpath%20class=%27st0%27%20d=%27M13.56,11.44L11.3,9.18C11.74,8.38,12,7.47,12,6.5C12,3.47,9.53,1,6.5,1S1,3.47,1,6.5C1,9.53,3.47,12,6.5,12%20c0.97,0,1.88-0.26,2.68-0.7l2.26,2.26c0.29,0.29,0.66,0.43,1.04,0.44c0.39,0.01,0.78-0.14,1.08-0.44c0.3-0.3,0.44-0.69,0.44-1.08%20C13.99,12.1,13.85,11.72,13.56,11.44z%20M4,6.5C4,5.12,5.12,4,6.5,4S9,5.12,9,6.5S7.88,9,6.5,9S4,7.88,4,6.5z%27/%3E%3C/svg%3E");
176
+ background-repeat: no-repeat, repeat;
177
+ background-position: left 0.7em top 50%, 0 0;
178
+ background-size: 1em 100%;
179
+ padding-left: 35px;
180
+ border: solid 1px var(--border-color, #d4d4d4);
181
+ pointer-events: all;
182
+ }
183
+
184
+ .sa-table__filter.sa-table__filter {
185
+ width: 100%;
186
+ }
187
+
188
+ .sa-table__show-column.sa-table__show-column {
189
+ background: transparent;
190
+ background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 16 16%27 style=%27enable-background:new 0 0 16 16;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D .st1%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class=%27st1%27 d=%27M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z%27/%3E%3Ccircle class=%27st1%27 cx=%278%27 cy=%278%27 r=%273%27/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
191
+ background-repeat: no-repeat, no-repeat;
192
+ background-position: left 0.7em top 50%, right 0.7em top 50%;
193
+ background-size: 1em 100%, 0.57em 100%;
194
+ padding-left: 35px;
195
+ border: solid 1px var(--border-color, #d4d4d4);
196
+ pointer-events: all;
197
+ margin-left: 20px;
198
+ }
199
+ .sa-table__show-column.sa-table__show-column:focus {
200
+ background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 16 16%27 style=%27enable-background:new 0 0 16 16;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D .st1%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class=%27st1%27 d=%27M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z%27/%3E%3Ccircle class=%27st1%27 cx=%278%27 cy=%278%27 r=%273%27/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E") !important;
201
+ }
202
+
203
+ .sa-table__entries {
204
+ float: right;
205
+ white-space: nowrap;
206
+ }
207
+
208
+ .sa-table__entries-label {
209
+ font-weight: bold;
210
+ }
211
+
212
+ .sa-table__entries-label--right {
213
+ margin-right: 5px;
214
+ }
215
+
216
+ .sa-table__entries-label--left {
217
+ margin-left: 5px;
218
+ }
219
+
220
+ .sa-table__detail-row {
221
+ background-color: var(--text-color-inverse, #fff);
222
+ }
223
+
224
+ .sa-table__detail-table {
225
+ background-color: var(--text-color-inverse, #fff);
226
+ }
227
+
228
+ .sa-table input.sa-table__row-extension {
229
+ height: auto;
230
+ }
231
+
232
+ .sa-table__row-extension + .sa-table__row-extension {
233
+ margin-left: 10px;
234
+ vertical-align: middle;
235
+ }
236
+
237
+ .sa-table__header-extensions {
238
+ float: left;
239
+ margin-left: 10px;
240
+ width: calc(100% - 540px);
241
+ }
242
+
243
+ .sa-table__header-extension + .sa-table__header-extension {
244
+ margin-left: 10px;
245
+ }
246
+
247
+ .sa-commercial {
248
+ font-size: 12px;
249
+ padding: 1em 0 0.5em 2em;
250
+ }
251
+ .sa-commercial svg {
252
+ width: 20px;
253
+ height: 20px;
254
+ fill: var(--main-color, #1ab394);
255
+ }
256
+
257
+ .sa-commercial__text {
258
+ font-weight: bold;
259
+ text-decoration: none;
260
+ color: var(--main-color, #1ab394);
261
+ }
262
+
263
+ .sa-commercial__product {
264
+ padding-left: 0.5em;
265
+ }
266
+
267
+ .sa-datatables__table {
268
+ width: 100%;
269
+ background: var(--text-color-inverse, #fff);
270
+ }
271
+
272
+ .sa-datatables__details-container.sa-datatables__details-container.sa-datatables__details-container {
273
+ padding: 0;
274
+ border: none;
275
+ }
276
+
277
+ .sa-table__header-extensions {
278
+ width: calc(100% - 590px);
279
+ }
280
+
281
+ .sa-table__svg-button svg {
282
+ background-color: var(--text-color-inverse, #fff);
283
+ }
284
+
285
+ .sa-table__detail-row .sa-table__svg-button svg {
286
+ background-color: var(--text-color-inverse, #fff);
287
+ }
288
+
289
+ .sa-datatables .dt-buttons {
290
+ margin-left: 20px;
291
+ float: left;
292
+ margin-bottom: 10px;
293
+ }
294
+ .sa-datatables .dataTables_wrapper {
295
+ background-color: var(--text-color-inverse, #fff);
296
+ padding-top: 30px;
297
+ padding-bottom: 50px;
298
+ }
299
+ .sa-datatables .dataTables_paginate {
300
+ float: right;
301
+ margin-right: 20px;
302
+ padding-top: 10px;
303
+ }
304
+ .sa-datatables .dataTables_paginate:last-child {
305
+ margin-top: 15px;
306
+ }
307
+ .sa-datatables .dataTables_paginate .ellipsis {
308
+ color: var(--text-gray, #a0a0a0);
309
+ margin-right: 15px;
310
+ }
311
+ .sa-datatables .paginate_button {
312
+ color: var(--text-gray, #a0a0a0);
313
+ margin-right: 15px;
314
+ cursor: pointer;
315
+ outline: none;
316
+ }
317
+ .sa-datatables .paginate_button:last-child {
318
+ margin-right: 0;
319
+ }
320
+ .sa-datatables .paginate_button.previous {
321
+ display: inline-block;
322
+ background: transparent;
323
+ background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
324
+ background-repeat: no-repeat, repeat;
325
+ background-size: 9px 100%;
326
+ height: 10px;
327
+ width: 10px;
328
+ white-space: nowrap;
329
+ overflow: hidden;
330
+ text-indent: -9999px;
331
+ transform: rotate(90deg);
332
+ margin-right: 20px;
333
+ }
334
+ .sa-datatables .paginate_button.next {
335
+ display: inline-block;
336
+ background: transparent;
337
+ background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
338
+ background-repeat: no-repeat, repeat;
339
+ background-size: 9px 100%;
340
+ height: 10px;
341
+ width: 10px;
342
+ white-space: nowrap;
343
+ overflow: hidden;
344
+ text-indent: -9999px;
345
+ transform: rotate(270deg);
346
+ margin-left: 20px;
347
+ }
348
+ .sa-datatables .paginate_button.current {
349
+ font-weight: bold;
350
+ border-bottom: 1px solid var(--text-gray, #a0a0a0);
351
+ }
352
+ .sa-datatables .dataTables_info {
353
+ color: var(--text-gray, #a0a0a0);
354
+ float: left;
355
+ margin-left: 20px;
356
+ margin-top: 15px;
357
+ }
358
+ .sa-datatables table {
359
+ border-spacing: 0;
360
+ border-bottom: 1px solid #ddd;
361
+ overflow: auto;
362
+ }
363
+ .sa-datatables table.dataTable > thead > tr > th {
364
+ border: 1px solid var(--border-color, #d4d4d4);
365
+ border-left: none;
366
+ border-bottom: none;
367
+ padding: 13px 20px;
368
+ position: relative;
369
+ vertical-align: top;
370
+ pointer-events: none;
371
+ }
372
+ .sa-datatables table.dataTable > thead > tr > th:first-child {
373
+ border-right: none;
374
+ border-left: 1px solid var(--border-color, #d4d4d4);
375
+ }
376
+ .sa-datatables table.dataTable > thead > tr > th, .sa-datatables table.dataTable > tbody > tr > td {
377
+ min-width: 208px;
378
+ }
379
+ .sa-datatables table.dataTable > thead > tr > th:first-child, .sa-datatables table.dataTable > tbody > tr > td:first-child {
380
+ min-width: auto;
381
+ border-left: 1px solid #ddd;
382
+ border-right: none;
383
+ }
384
+ .sa-datatables table.dataTable > tbody > tr > td {
385
+ padding: 20px;
386
+ border-top: 1px solid #ddd;
387
+ border-right: 1px solid #ddd;
388
+ }
389
+ .sa-datatables .dataTables_scrollHead table {
390
+ border-bottom: none;
391
+ }
392
+ .sa-datatables .dataTables_scrollBody::-webkit-scrollbar {
393
+ height: 10px;
394
+ width: 6px;
395
+ background-color: var(--scroll-color, #e2e2e2);
396
+ }
397
+ .sa-datatables .dataTables_scrollBody::-webkit-scrollbar-thumb {
398
+ background: var(--main-color, #1ab394);
399
+ }
400
+
401
401
  /*# sourceMappingURL=survey.analytics.datatables.css.map*/