halleyx-ui-framework 11.7.43 → 11.7.44

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 (172) hide show
  1. package/dist/cjs/index.css +1 -1
  2. package/dist/cjs/index.js +9 -9
  3. package/dist/es/index.css +1 -1
  4. package/dist/es/index.js +9 -9
  5. package/dist/locales/staticData.js +125 -0
  6. package/dist/src/assets/locales/staticData.js +125 -0
  7. package/dist/src/assets/styles/accordion.css +81 -0
  8. package/dist/src/assets/styles/accordion.css.map +1 -0
  9. package/dist/src/assets/styles/accordion.scss +2 -2
  10. package/dist/src/assets/styles/alert.css +210 -0
  11. package/dist/src/assets/styles/alert.css.map +1 -0
  12. package/dist/src/assets/styles/alert.scss +0 -1
  13. package/dist/src/assets/styles/badge.css +33 -0
  14. package/dist/src/assets/styles/badge.css.map +1 -0
  15. package/dist/src/assets/styles/base.css +198 -0
  16. package/dist/src/assets/styles/base.css.map +1 -0
  17. package/dist/src/assets/styles/base.scss +0 -3
  18. package/dist/src/assets/styles/breadcrumb.css +57 -0
  19. package/dist/src/assets/styles/breadcrumb.css.map +1 -0
  20. package/dist/src/assets/styles/breadcrumb.scss +13 -102
  21. package/dist/src/assets/styles/buttonGroup.css +155 -0
  22. package/dist/src/assets/styles/buttonGroup.css.map +1 -0
  23. package/dist/src/assets/styles/buttons.css +431 -0
  24. package/dist/src/assets/styles/buttons.css.map +1 -0
  25. package/dist/src/assets/styles/calendar.css +322 -0
  26. package/dist/src/assets/styles/calendar.css.map +1 -0
  27. package/dist/src/assets/styles/calendar.scss +1 -5
  28. package/dist/src/assets/styles/calendarfilter.css +114 -0
  29. package/dist/src/assets/styles/calendarfilter.css.map +1 -0
  30. package/dist/src/assets/styles/cards.css +71 -0
  31. package/dist/src/assets/styles/cards.css.map +1 -0
  32. package/dist/src/assets/styles/cascader.css +84 -0
  33. package/dist/src/assets/styles/cascader.css.map +1 -0
  34. package/dist/src/assets/styles/cascader.scss +18 -146
  35. package/dist/src/assets/styles/colorPicker.css +15 -0
  36. package/dist/src/assets/styles/colorPicker.css.map +1 -0
  37. package/dist/src/assets/styles/colorpalette.css +137 -0
  38. package/dist/src/assets/styles/colorpalette.css.map +1 -0
  39. package/dist/src/assets/styles/colorpalette.scss +15 -19
  40. package/dist/src/assets/styles/componentlayout.css +210 -0
  41. package/dist/src/assets/styles/componentlayout.css.map +1 -0
  42. package/dist/src/assets/styles/contextMenu.css +53 -0
  43. package/dist/src/assets/styles/contextMenu.css.map +1 -0
  44. package/dist/src/assets/styles/customdropdown.css +110 -0
  45. package/dist/src/assets/styles/customdropdown.css.map +1 -0
  46. package/dist/src/assets/styles/dashboard.css +1817 -0
  47. package/dist/src/assets/styles/dashboard.css.map +1 -0
  48. package/dist/src/assets/styles/dataview.css +232 -0
  49. package/dist/src/assets/styles/dataview.css.map +1 -0
  50. package/dist/src/assets/styles/dataview.scss +2 -4
  51. package/dist/src/assets/styles/datepicker.css +116 -0
  52. package/dist/src/assets/styles/datepicker.css.map +1 -0
  53. package/dist/src/assets/styles/datepicker.scss +4 -289
  54. package/dist/src/assets/styles/divider.css +10 -0
  55. package/dist/src/assets/styles/divider.css.map +1 -0
  56. package/dist/src/assets/styles/dottedPagination.css +40 -0
  57. package/dist/src/assets/styles/dottedPagination.css.map +1 -0
  58. package/dist/src/assets/styles/draggables.css +53 -0
  59. package/dist/src/assets/styles/draggables.css.map +1 -0
  60. package/dist/src/assets/styles/drawer.css +149 -0
  61. package/dist/src/assets/styles/drawer.css.map +1 -0
  62. package/dist/src/assets/styles/drawer.scss +1 -1
  63. package/dist/src/assets/styles/errorpage.css +67 -0
  64. package/dist/src/assets/styles/errorpage.css.map +1 -0
  65. package/dist/src/assets/styles/fileupload.css +296 -0
  66. package/dist/src/assets/styles/fileupload.css.map +1 -0
  67. package/dist/src/assets/styles/fileupload.scss +2 -2
  68. package/dist/src/assets/styles/filterandsearch.css +172 -0
  69. package/dist/src/assets/styles/filterandsearch.css.map +1 -0
  70. package/dist/src/assets/styles/filterandsearch.scss +0 -10
  71. package/dist/src/assets/styles/fonts.css +90 -0
  72. package/dist/src/assets/styles/fonts.css.map +1 -0
  73. package/dist/src/assets/styles/fonts.scss +6 -6
  74. package/dist/src/assets/styles/icon.css +1416 -0
  75. package/dist/src/assets/styles/icon.css.map +1 -0
  76. package/dist/src/assets/styles/icon.scss +1 -1
  77. package/dist/src/assets/styles/imagegallery.css +186 -0
  78. package/dist/src/assets/styles/imagegallery.css.map +1 -0
  79. package/dist/src/assets/styles/importProgress.css +45 -0
  80. package/dist/src/assets/styles/importProgress.css.map +1 -0
  81. package/dist/src/assets/styles/importProgress.scss +1 -1
  82. package/dist/src/assets/styles/index.css +11896 -0
  83. package/dist/src/assets/styles/index.css.map +1 -0
  84. package/dist/src/assets/styles/index.scss +1 -1
  85. package/dist/src/assets/styles/inputfields.css +388 -0
  86. package/dist/src/assets/styles/inputfields.css.map +1 -0
  87. package/dist/src/assets/styles/inputfields.scss +25 -205
  88. package/dist/src/assets/styles/inputitems.css +409 -0
  89. package/dist/src/assets/styles/inputitems.css.map +1 -0
  90. package/dist/src/assets/styles/inputitems.scss +17 -101
  91. package/dist/src/assets/styles/label.css +72 -0
  92. package/dist/src/assets/styles/label.css.map +1 -0
  93. package/dist/src/assets/styles/label.scss +193 -2
  94. package/dist/src/assets/styles/loaders.css +125 -0
  95. package/dist/src/assets/styles/loaders.css.map +1 -0
  96. package/dist/src/assets/styles/modalwindow.css +93 -0
  97. package/dist/src/assets/styles/modalwindow.css.map +1 -0
  98. package/dist/src/assets/styles/modalwindow.scss +1 -95
  99. package/dist/src/assets/styles/newtable.css +1 -0
  100. package/dist/src/assets/styles/newtable.css.map +1 -0
  101. package/dist/src/assets/styles/objectViewer.css +190 -0
  102. package/dist/src/assets/styles/objectViewer.css.map +1 -0
  103. package/dist/src/assets/styles/overlay.css +14 -0
  104. package/dist/src/assets/styles/overlay.css.map +1 -0
  105. package/dist/src/assets/styles/overlay.scss +0 -1
  106. package/dist/src/assets/styles/pagination.css +206 -0
  107. package/dist/src/assets/styles/pagination.css.map +1 -0
  108. package/dist/src/assets/styles/pagination.scss +2 -2
  109. package/dist/src/assets/styles/partials.css +1 -0
  110. package/dist/src/assets/styles/partials.css.map +1 -0
  111. package/dist/src/assets/styles/rating.css +32 -0
  112. package/dist/src/assets/styles/rating.css.map +1 -0
  113. package/dist/src/assets/styles/scrollbar.css +18 -0
  114. package/dist/src/assets/styles/scrollbar.css.map +1 -0
  115. package/dist/src/assets/styles/search.css +166 -0
  116. package/dist/src/assets/styles/search.css.map +1 -0
  117. package/dist/src/assets/styles/select.css +958 -0
  118. package/dist/src/assets/styles/select.css.map +1 -0
  119. package/dist/src/assets/styles/select.scss +21 -130
  120. package/dist/src/assets/styles/sidebar.css +365 -0
  121. package/dist/src/assets/styles/sidebar.css.map +1 -0
  122. package/dist/src/assets/styles/signup.css +119 -0
  123. package/dist/src/assets/styles/signup.css.map +1 -0
  124. package/dist/src/assets/styles/slideControl.css +79 -0
  125. package/dist/src/assets/styles/slideControl.css.map +1 -0
  126. package/dist/src/assets/styles/source_content.css +15 -0
  127. package/dist/src/assets/styles/source_content.css.map +1 -0
  128. package/dist/src/assets/styles/speeddial.css +218 -0
  129. package/dist/src/assets/styles/speeddial.css.map +1 -0
  130. package/dist/src/assets/styles/status.css +28 -0
  131. package/dist/src/assets/styles/status.css.map +1 -0
  132. package/dist/src/assets/styles/status.scss +2 -2
  133. package/dist/src/assets/styles/stepControl.css +71 -0
  134. package/dist/src/assets/styles/stepControl.css.map +1 -0
  135. package/dist/src/assets/styles/switch.css +190 -0
  136. package/dist/src/assets/styles/switch.css.map +1 -0
  137. package/dist/src/assets/styles/tablev2.css +205 -0
  138. package/dist/src/assets/styles/tablev2.css.map +1 -0
  139. package/dist/src/assets/styles/tablev2.scss +2 -9
  140. package/dist/src/assets/styles/tabs.css +56 -0
  141. package/dist/src/assets/styles/tabs.css.map +1 -0
  142. package/dist/src/assets/styles/tag.css +96 -0
  143. package/dist/src/assets/styles/tag.css.map +1 -0
  144. package/dist/src/assets/styles/tag.scss +6 -7
  145. package/dist/src/assets/styles/tagcount.css +56 -0
  146. package/dist/src/assets/styles/tagcount.css.map +1 -0
  147. package/dist/src/assets/styles/tagcount.scss +16 -13
  148. package/dist/src/assets/styles/texteditor.css +250 -0
  149. package/dist/src/assets/styles/texteditor.css.map +1 -0
  150. package/dist/src/assets/styles/texteditor.scss +0 -204
  151. package/dist/src/assets/styles/timeline.css +492 -0
  152. package/dist/src/assets/styles/timeline.css.map +1 -0
  153. package/dist/src/assets/styles/timeline.scss +0 -90
  154. package/dist/src/assets/styles/tooltip.css +156 -0
  155. package/dist/src/assets/styles/tooltip.css.map +1 -0
  156. package/dist/src/assets/styles/tooltip.scss +1 -1
  157. package/dist/src/assets/styles/tree.css +882 -0
  158. package/dist/src/assets/styles/tree.css.map +1 -0
  159. package/dist/src/assets/styles/tree.scss +49 -44
  160. package/dist/src/assets/styles/treeSelect.css +227 -0
  161. package/dist/src/assets/styles/treeSelect.css.map +1 -0
  162. package/dist/src/assets/styles/variables.css +198 -0
  163. package/dist/src/assets/styles/variables.css.map +1 -0
  164. package/dist/src/assets/styles/visualbuilder.css +474 -0
  165. package/dist/src/assets/styles/visualbuilder.css.map +1 -0
  166. package/dist/umd/index.css +1 -1
  167. package/dist/umd/index.umd.css +1 -0
  168. package/dist/umd/index.umd.js +18 -10
  169. package/dist/umd/index.umd.js.map +5 -1
  170. package/package.json +1 -1
  171. package/LICENSE +0 -28
  172. package/README.md +0 -160
@@ -0,0 +1,1817 @@
1
+ .dashboard-right-container {
2
+ font-family: var(--hlx-font-type-content);
3
+ width: 100%;
4
+ height: 100vh;
5
+ display: flex;
6
+ flex-direction: row;
7
+ }
8
+ .dashboard-right-container .link {
9
+ color: var(--hlx-color-primary);
10
+ text-decoration: underline;
11
+ cursor: pointer;
12
+ }
13
+ .dashboard-right-container .profile-options {
14
+ background: #fff;
15
+ border: 1px solid var(--hlx-border-color);
16
+ border-radius: 10px;
17
+ box-shadow: 0px 0px 20px var(--hlx-border-color);
18
+ width: 200px;
19
+ max-height: 300px;
20
+ overflow: auto;
21
+ display: flex;
22
+ position: absolute;
23
+ top: 55px;
24
+ right: 20px;
25
+ z-index: 13;
26
+ display: flex;
27
+ flex-direction: column;
28
+ }
29
+ .dashboard-right-container .profile-options .top {
30
+ width: 100%;
31
+ height: 25%;
32
+ border-bottom: 1px solid var(--hlx-border-color);
33
+ padding: 10px 20px 10px 20px;
34
+ display: flex;
35
+ flex-direction: row;
36
+ align-items: center;
37
+ }
38
+ .dashboard-right-container .profile-options .top div img {
39
+ width: 50px;
40
+ height: 50px;
41
+ border-radius: 100%;
42
+ margin-right: 20px;
43
+ margin-top: 7px;
44
+ }
45
+ .dashboard-right-container .profile-options .top .content {
46
+ display: flex;
47
+ flex-direction: column;
48
+ }
49
+ .dashboard-right-container .profile-options .top .content .headerr {
50
+ font-size: var(--hlx-font-content-size-sm);
51
+ color: var(--hlx-text-color-primary);
52
+ font-weight: bold;
53
+ margin-bottom: 5px;
54
+ }
55
+ .dashboard-right-container .profile-options .top .content .sub-header {
56
+ font-size: var(--hlx-font-content-size-xs);
57
+ color: var(--hlx-text-color-primary);
58
+ }
59
+ .dashboard-right-container .profile-options .middle {
60
+ width: 100%;
61
+ height: 60%;
62
+ border-bottom: 1px solid var(--hlx-border-color);
63
+ padding: 20px 20px 10px 20px;
64
+ }
65
+ .dashboard-right-container .profile-options .middle .content {
66
+ display: flex;
67
+ flex-direction: row;
68
+ width: 100%;
69
+ margin-bottom: 10px;
70
+ }
71
+ .dashboard-right-container .profile-options .middle .content .icon {
72
+ width: 10%;
73
+ margin-right: 10px;
74
+ }
75
+ .dashboard-right-container .profile-options .middle .content .icon i {
76
+ color: var(--hlx-text-color-primary);
77
+ font-size: var(--hlx-icon-size-md);
78
+ }
79
+ .dashboard-right-container .profile-options .middle .content .item {
80
+ width: 90%;
81
+ color: var(--hlx-text-color-primary);
82
+ font-size: var(--hlx-font-content-size-sm);
83
+ }
84
+ .dashboard-right-container .profile-options .bottom {
85
+ width: 100%;
86
+ height: 10%;
87
+ padding: 10px 20px 10px 20px;
88
+ }
89
+ .dashboard-right-container .profile-options .bottom .content {
90
+ display: flex;
91
+ flex-direction: row;
92
+ width: 100%;
93
+ }
94
+ .dashboard-right-container .profile-options .bottom .content .icon {
95
+ width: 10%;
96
+ margin-right: 10px;
97
+ }
98
+ .dashboard-right-container .profile-options .bottom .content .icon i {
99
+ color: var(--hlx-text-color-primary);
100
+ font-size: var(--hlx-icon-size-md);
101
+ }
102
+ .dashboard-right-container .profile-options .bottom .content .item {
103
+ width: 90%;
104
+ color: var(--hlx-text-color-primary);
105
+ font-size: var(--hlx-font-content-size-sm);
106
+ }
107
+ .dashboard-right-container .notifications {
108
+ background: #fff;
109
+ border: 1px solid var(--hlx-border-color);
110
+ border-radius: 10px;
111
+ box-shadow: 0px 0px 20px var(--hlx-border-color);
112
+ width: 300px;
113
+ display: flex;
114
+ position: absolute;
115
+ top: 55px;
116
+ right: 20px;
117
+ z-index: 13;
118
+ display: flex;
119
+ flex-direction: column;
120
+ }
121
+ .dashboard-right-container .notifications .top {
122
+ width: 100%;
123
+ height: 12%;
124
+ border-bottom: 1px solid var(--hlx-border-color);
125
+ padding: 10px 20px 10px 20px;
126
+ display: flex;
127
+ flex-direction: row;
128
+ align-items: center;
129
+ position: sticky;
130
+ font-weight: bold;
131
+ font-size: var(--hlx-font-content-size-sm);
132
+ color: var(--hlx-text-color-primary);
133
+ }
134
+ .dashboard-right-container .notifications .middle {
135
+ width: 100%;
136
+ max-height: 300px;
137
+ overflow: auto;
138
+ border-bottom: 1px solid var(--hlx-border-color);
139
+ }
140
+ .dashboard-right-container .notifications .middle .contain {
141
+ display: flex;
142
+ flex-direction: row;
143
+ align-items: center;
144
+ border-bottom: 1px solid var(--hlx-border-color);
145
+ }
146
+ .dashboard-right-container .notifications .middle .contain .icon {
147
+ margin: 10px 10px 10px 20px;
148
+ }
149
+ .dashboard-right-container .notifications .middle .contain .icon i {
150
+ font-size: var(--hlx-icon-size-sm);
151
+ color: var(--hlx-text-color-primary);
152
+ }
153
+ .dashboard-right-container .notifications .middle .contain .content {
154
+ display: flex;
155
+ width: 100%;
156
+ flex-direction: column;
157
+ margin-right: 20px;
158
+ }
159
+ .dashboard-right-container .notifications .middle .contain .content .headerr {
160
+ display: flex;
161
+ flex-direction: row;
162
+ width: 100%;
163
+ justify-content: space-between;
164
+ margin-bottom: 5px;
165
+ }
166
+ .dashboard-right-container .notifications .middle .contain .content .headerr .main {
167
+ font-size: var(--hlx-font-content-size-xs);
168
+ color: var(--hlx-text-color-primary);
169
+ font-weight: bold;
170
+ }
171
+ .dashboard-right-container .notifications .middle .contain .content .headerr .sub {
172
+ font-size: 10px;
173
+ color: var(--hlx-text-color-primary);
174
+ }
175
+ .dashboard-right-container .notifications .middle .contain .content .sub-header {
176
+ font-size: var(--hlx-font-content-size-xs);
177
+ color: var(--hlx-text-color-primary);
178
+ }
179
+ .dashboard-right-container .notifications .bottom {
180
+ width: 100%;
181
+ height: 12%;
182
+ padding: 10px 20px 15px 20px;
183
+ position: sticky;
184
+ display: flex;
185
+ flex-direction: row;
186
+ align-items: center;
187
+ justify-content: center;
188
+ position: sticky;
189
+ font-size: var(--hlx-font-content-size-sm);
190
+ color: var(--hlx-text-color-primary);
191
+ }
192
+ .dashboard-right-container .dashboard-header {
193
+ width: 100%;
194
+ height: 60px;
195
+ background: #fff;
196
+ z-index: 10;
197
+ box-shadow: 0px 0px 20px var(--hlx-border-color);
198
+ position: absolute;
199
+ display: flex;
200
+ padding: 20px 20px;
201
+ align-items: center;
202
+ justify-content: space-between;
203
+ }
204
+ .dashboard-right-container .dashboard-header .searchh {
205
+ width: 25%;
206
+ }
207
+ .dashboard-right-container .dashboard-header .actions {
208
+ display: flex;
209
+ flex-direction: row;
210
+ align-items: center;
211
+ justify-content: flex-end;
212
+ width: 28%;
213
+ }
214
+ .dashboard-right-container .dashboard-header .actions div {
215
+ margin-right: 20px;
216
+ }
217
+ .dashboard-right-container .dashboard-header .actions div i {
218
+ font-size: var(--hlx-icon-size-sm);
219
+ color: var(--hlx-text-color-primary);
220
+ cursor: pointer;
221
+ }
222
+ .dashboard-right-container .dashboard-header .actions div img {
223
+ height: 30px;
224
+ width: 30px;
225
+ border-radius: 100%;
226
+ cursor: pointer;
227
+ }
228
+ .dashboard-right-container .card-title {
229
+ width: 100%;
230
+ display: flex;
231
+ align-items: center;
232
+ color: var(--hlx-text-color-primary);
233
+ font-size: var(--hlx-font-content-size);
234
+ font-weight: bold;
235
+ margin: 20px;
236
+ }
237
+ .dashboard-right-container .card-title1 {
238
+ width: 100%;
239
+ display: flex;
240
+ align-items: center;
241
+ color: var(--hlx-text-color-primary);
242
+ font-size: var(--hlx-font-content-size);
243
+ font-weight: bold;
244
+ margin: 0 20px 20px 0;
245
+ }
246
+ .dashboard-right-container .dashboard-body {
247
+ overflow-y: auto;
248
+ width: 100%;
249
+ height: 100%;
250
+ background: var(--hlx-border-color-light);
251
+ padding: 20px;
252
+ }
253
+ .dashboard-right-container .dashboard-body-header-panel {
254
+ display: flex;
255
+ flex-direction: row;
256
+ width: 100%;
257
+ height: 120px;
258
+ }
259
+ .dashboard-right-container .dashboard-body-header-panel .dashboard-body-header {
260
+ display: flex;
261
+ align-items: center;
262
+ color: var(--hlx-text-color-primary);
263
+ font-size: var(--hlx-font-content-size-lg);
264
+ font-weight: bold;
265
+ margin-top: 40px;
266
+ margin-right: 20px;
267
+ }
268
+ .dashboard-right-container .dashboard-body-header-panel .dashboard-body-breadcrumb {
269
+ height: 30px;
270
+ border-left: 1px solid var(--hlx-border-color);
271
+ margin-top: 66px;
272
+ display: flex;
273
+ align-items: center;
274
+ padding-left: 20px !important;
275
+ }
276
+ .dashboard-right-container .dashboard-body .small-cards-container {
277
+ height: 200px;
278
+ width: 100%;
279
+ display: flex;
280
+ justify-content: space-between;
281
+ margin-bottom: 20px;
282
+ }
283
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards {
284
+ width: 24%;
285
+ height: 100%;
286
+ background: white;
287
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
288
+ border-radius: 10px;
289
+ display: flex;
290
+ flex-direction: column;
291
+ align-items: center;
292
+ padding-top: 20px;
293
+ padding-bottom: 20px;
294
+ }
295
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards .icon-bg {
296
+ width: 50px;
297
+ height: 50px;
298
+ display: flex;
299
+ align-items: center;
300
+ justify-content: center;
301
+ background: var(--hlx-border-color-dark);
302
+ border-radius: 100%;
303
+ margin-bottom: 10px;
304
+ }
305
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards .icon-bg i {
306
+ font-size: var(--hlx-icon-size-sm);
307
+ color: #fff;
308
+ }
309
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards .card-header {
310
+ font-size: 25px;
311
+ font-weight: 600;
312
+ color: var(--hlx-text-color-primary);
313
+ margin-bottom: 5px;
314
+ }
315
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards .card-sub-header {
316
+ font-size: var(--hlx-font-content-size);
317
+ color: var(--hlx-color-primary-dark);
318
+ }
319
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards .card-percentage {
320
+ font-size: var(--hlx-font-content-size-sm);
321
+ color: var(--hlx-color-primary-dark);
322
+ display: flex;
323
+ align-items: center;
324
+ font-weight: bold;
325
+ }
326
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards .card-percentage i {
327
+ color: var(--hlx-color-primary-dark);
328
+ font-size: var(--hlx-icon-size-xs);
329
+ }
330
+ .dashboard-right-container .dashboard-body .container-1 {
331
+ width: 100%;
332
+ height: auto;
333
+ margin-bottom: 20px;
334
+ display: flex;
335
+ flex-direction: row;
336
+ flex-wrap: wrap;
337
+ }
338
+ .dashboard-right-container .dashboard-body .container-1 .left-container-1 {
339
+ width: 52%;
340
+ background: white;
341
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
342
+ border-radius: 10px;
343
+ }
344
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 {
345
+ width: 48%;
346
+ background: white;
347
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
348
+ border-radius: 10px;
349
+ }
350
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 .right-container-1-content {
351
+ display: flex;
352
+ flex-direction: row;
353
+ justify-content: space-between;
354
+ position: relative;
355
+ bottom: 0;
356
+ margin-bottom: 10px;
357
+ }
358
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 .right-container-1-content-metric {
359
+ margin-left: 20px;
360
+ font-size: var(--hlx-font-content-size-sm);
361
+ color: var(--hlx-text-color-primary);
362
+ }
363
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 .right-container-1-content-count {
364
+ margin-right: 20px;
365
+ color: #fff;
366
+ font-weight: bold;
367
+ font-size: var(--hlx-font-content-size-xs);
368
+ width: 30px;
369
+ border-radius: 20%;
370
+ display: flex;
371
+ justify-content: center;
372
+ align-items: center;
373
+ }
374
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 .chartoptions2-content {
375
+ position: relative;
376
+ top: -65%;
377
+ width: 50%;
378
+ margin: 0 auto;
379
+ width: 30%;
380
+ height: 100px;
381
+ display: flex;
382
+ flex-direction: column;
383
+ align-items: center;
384
+ justify-content: center;
385
+ color: var(--hlx-text-color-primary);
386
+ }
387
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 .chartoptions2-content-total {
388
+ font-weight: bold;
389
+ font-size: var(--hlx-font-content-size-lg);
390
+ }
391
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 .chartoptions2-content-title {
392
+ font-size: var(--hlx-font-content-size-sm);
393
+ }
394
+ .dashboard-right-container .dashboard-body .container-2 {
395
+ width: 100%;
396
+ height: auto;
397
+ margin-bottom: 20px;
398
+ display: flex;
399
+ flex-direction: row;
400
+ flex-wrap: wrap;
401
+ gap: 2%;
402
+ }
403
+ .dashboard-right-container .dashboard-body .container-2 .left-container-2 {
404
+ width: 43%;
405
+ background: white;
406
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
407
+ border-radius: 10px;
408
+ }
409
+ .dashboard-right-container .dashboard-body .container-2 .left-container-2 .chartoptions2-content {
410
+ position: relative;
411
+ top: -53%;
412
+ right: 17%;
413
+ width: 50%;
414
+ margin: 0 auto;
415
+ height: 100px;
416
+ display: flex;
417
+ flex-direction: column;
418
+ align-items: center;
419
+ justify-content: center;
420
+ color: var(--hlx-text-color-primary);
421
+ }
422
+ .dashboard-right-container .dashboard-body .container-2 .left-container-2 .chartoptions2-content-total {
423
+ font-weight: bold;
424
+ font-size: var(--hlx-font-content-size-lg);
425
+ }
426
+ .dashboard-right-container .dashboard-body .container-2 .left-container-2 .chartoptions2-content-title {
427
+ font-size: var(--hlx-font-content-size-sm);
428
+ }
429
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 {
430
+ width: 55%;
431
+ background: white;
432
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
433
+ border-radius: 10px;
434
+ padding: 20px;
435
+ }
436
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container {
437
+ width: 100%;
438
+ }
439
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr {
440
+ height: 35px;
441
+ }
442
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr .flag {
443
+ width: 10%;
444
+ }
445
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr .label {
446
+ width: 20%;
447
+ text-overflow: ellipsis;
448
+ font-size: var(--hlx-font-content-size);
449
+ }
450
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr .percent-num {
451
+ width: 10%;
452
+ font-size: var(--hlx-font-content-size-sm);
453
+ padding: 0 10px 0 10px;
454
+ }
455
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr .percentage {
456
+ margin-right: 10px;
457
+ width: 60%;
458
+ }
459
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr .percentage .grey-container {
460
+ border-radius: 5px;
461
+ width: 100%;
462
+ height: 5px;
463
+ display: flex;
464
+ align-items: flex-start;
465
+ background: var(--hlx-border-color-dark);
466
+ }
467
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr .percentage .grey-container .inner-container {
468
+ border-radius: 6px;
469
+ width: 30%;
470
+ background: var(--hlx-color-primary);
471
+ height: 100%;
472
+ }
473
+ .dashboard-right-container .dashboard-body .container-3 {
474
+ gap: 2%;
475
+ width: 100%;
476
+ height: auto;
477
+ margin-bottom: 20px;
478
+ display: flex;
479
+ flex-direction: row;
480
+ flex-wrap: wrap;
481
+ }
482
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 {
483
+ width: 32%;
484
+ background: white;
485
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
486
+ border-radius: 10px;
487
+ padding: 20px;
488
+ }
489
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container {
490
+ width: 100%;
491
+ height: 20%;
492
+ border: 1px solid var(--hlx-border-color);
493
+ border-radius: 10px;
494
+ margin-top: 45px;
495
+ display: flex;
496
+ flex-direction: row;
497
+ justify-content: space-between;
498
+ padding: 15px;
499
+ }
500
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container .left-bottom-container {
501
+ display: flex;
502
+ flex-direction: column;
503
+ align-items: center;
504
+ }
505
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container .left-bottom-container .title {
506
+ font-size: var(--hlx-font-content-size-lg);
507
+ color: var(--hlx-color-primary);
508
+ margin-bottom: 15px;
509
+ }
510
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container .left-bottom-container .sub-title {
511
+ font-size: var(--hlx-font-content-size-sm);
512
+ color: var(--hlx-text-color-primary);
513
+ }
514
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container .right-bottom-container {
515
+ display: flex;
516
+ flex-direction: column;
517
+ align-items: center;
518
+ }
519
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container .right-bottom-container .title {
520
+ font-size: var(--hlx-font-content-size-lg);
521
+ color: var(--hlx-color-primary) -light;
522
+ margin-bottom: 15px;
523
+ }
524
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container .right-bottom-container .sub-title {
525
+ font-size: var(--hlx-font-content-size-sm);
526
+ color: var(--hlx-text-color-primary);
527
+ }
528
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 {
529
+ padding: 20px;
530
+ width: 32%;
531
+ background: white;
532
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
533
+ border-radius: 10px;
534
+ color: var(--hlx-text-color-primary);
535
+ }
536
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd {
537
+ display: flex;
538
+ align-items: center;
539
+ justify-content: center;
540
+ flex-direction: column;
541
+ }
542
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd .percent {
543
+ position: relative;
544
+ }
545
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd svg {
546
+ position: relative;
547
+ width: 210px;
548
+ height: 210px;
549
+ max-width: 210px;
550
+ transform: rotate(-90deg);
551
+ }
552
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd svg circle {
553
+ fill: none;
554
+ stroke: #f0f0f0;
555
+ stroke-width: 5%;
556
+ stroke-linecap: round;
557
+ }
558
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd svg circle:last-of-type {
559
+ stroke-dasharray: 625px;
560
+ stroke-dashoffset: calc(625px - 625px * var(--percent) / 100);
561
+ stroke: var(--hlx-color-primary);
562
+ }
563
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd .number {
564
+ position: absolute;
565
+ text-align: center;
566
+ top: 50%;
567
+ left: 50%;
568
+ transform: translate(-50%, -50%);
569
+ }
570
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd .number h3 {
571
+ font-weight: 600;
572
+ font-size: var(--hlx-font-content-size-lg);
573
+ }
574
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd .number h4 {
575
+ font-size: var(--hlx-font-content-size-sm);
576
+ }
577
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd .number h3 span {
578
+ font-size: var(--hlx-font-content-size-lg);
579
+ }
580
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd .title h2 {
581
+ margin: 25px 0 0;
582
+ }
583
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd:nth-child(1) svg circle:last-of-type {
584
+ stroke: var(--hlx-color-primary);
585
+ }
586
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .bottom-container {
587
+ display: flex;
588
+ flex-direction: column;
589
+ width: 100%;
590
+ margin-top: 20px;
591
+ font-size: var(--hlx-font-content-size-sm);
592
+ }
593
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .bottom-container .top {
594
+ display: flex;
595
+ flex-direction: row;
596
+ justify-content: space-between;
597
+ width: 100%;
598
+ }
599
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .bottom-container .bottom .grey-container {
600
+ border-radius: 5px;
601
+ width: 100%;
602
+ height: 5px;
603
+ display: flex;
604
+ align-items: flex-start;
605
+ background: var(--hlx-border-color-dark);
606
+ }
607
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .bottom-container .bottom .grey-container .inner-container {
608
+ border-radius: 6px;
609
+ width: 30%;
610
+ background: var(--hlx-color-primary);
611
+ height: 100%;
612
+ }
613
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 {
614
+ width: 32%;
615
+ background: white;
616
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
617
+ border-radius: 10px;
618
+ padding: 20px;
619
+ }
620
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .map {
621
+ display: flex;
622
+ flex-direction: row;
623
+ justify-content: space-between;
624
+ margin-bottom: 39%;
625
+ }
626
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .map .tool {
627
+ width: 10%;
628
+ height: 70px;
629
+ display: flex;
630
+ flex-direction: column;
631
+ }
632
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .map .tool div {
633
+ background: var(--hlx-text-color-primary);
634
+ height: 50%;
635
+ width: 100%;
636
+ margin-bottom: 10px;
637
+ display: flex;
638
+ align-items: center;
639
+ justify-content: center;
640
+ border-radius: 5px;
641
+ }
642
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .map .tool div i {
643
+ font-size: var(--hlx-icon-size-xs);
644
+ color: #fff;
645
+ }
646
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .map .mapp {
647
+ display: flex;
648
+ position: relative;
649
+ flex-direction: row;
650
+ width: 100%;
651
+ height: 70%;
652
+ overflow: scroll;
653
+ }
654
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .map .mapp #canvas {
655
+ width: 100%;
656
+ height: 100%;
657
+ }
658
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .bottom-container {
659
+ display: flex;
660
+ flex-direction: column;
661
+ width: 100%;
662
+ margin-top: 20px;
663
+ font-size: var(--hlx-font-content-size-sm);
664
+ }
665
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .bottom-container .top {
666
+ display: flex;
667
+ flex-direction: row;
668
+ justify-content: space-between;
669
+ width: 100%;
670
+ }
671
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .bottom-container .bottom .grey-container {
672
+ border-radius: 5px;
673
+ width: 100%;
674
+ height: 5px;
675
+ display: flex;
676
+ align-items: flex-start;
677
+ background: var(--hlx-border-color-dark);
678
+ }
679
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .bottom-container .bottom .grey-container .inner-container {
680
+ border-radius: 6px;
681
+ width: 30%;
682
+ background: var(--hlx-color-primary);
683
+ height: 100%;
684
+ }
685
+ .dashboard-right-container .dashboard-body .container-4 {
686
+ width: 100%;
687
+ height: auto;
688
+ margin-bottom: 20px;
689
+ display: flex;
690
+ flex-direction: row;
691
+ flex-wrap: wrap;
692
+ }
693
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 {
694
+ display: flex;
695
+ flex-direction: column;
696
+ width: 33%;
697
+ margin-right: 20px;
698
+ }
699
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 {
700
+ width: 100%;
701
+ height: 50%;
702
+ background: white;
703
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
704
+ border-radius: 10px;
705
+ display: flex;
706
+ flex-direction: column;
707
+ padding: 20px;
708
+ }
709
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .icon {
710
+ background: var(--hlx-color-primary);
711
+ width: 40px;
712
+ height: 40px;
713
+ border-radius: 7px;
714
+ margin-bottom: 20px;
715
+ display: flex;
716
+ align-items: center;
717
+ justify-content: center;
718
+ }
719
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .icon i {
720
+ color: #fff;
721
+ font-size: var(--hlx-icon-size-sm);
722
+ }
723
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .count {
724
+ font-size: var(--hlx-font-content-size-lg);
725
+ color: var(--hlx-text-color-primary);
726
+ font-weight: bold;
727
+ margin-bottom: 15px;
728
+ }
729
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .bottom-container {
730
+ display: flex;
731
+ flex-direction: column;
732
+ width: 100%;
733
+ margin-top: 10px;
734
+ font-size: var(--hlx-font-content-size-sm);
735
+ }
736
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .bottom-container .top {
737
+ display: flex;
738
+ flex-direction: row;
739
+ justify-content: space-between;
740
+ width: 100%;
741
+ }
742
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .bottom-container .bottom {
743
+ margin-bottom: 10px;
744
+ }
745
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .bottom-container .bottom .grey-container {
746
+ border-radius: 5px;
747
+ width: 100%;
748
+ height: 5px;
749
+ display: flex;
750
+ align-items: flex-start;
751
+ background: var(--hlx-border-color-dark);
752
+ }
753
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .bottom-container .bottom .grey-container .inner-container {
754
+ border-radius: 6px;
755
+ width: 30%;
756
+ background: var(--hlx-color-primary);
757
+ height: 100%;
758
+ }
759
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 {
760
+ padding: 20px;
761
+ width: 100%;
762
+ height: 50%;
763
+ background: white;
764
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
765
+ border-radius: 10px;
766
+ margin-top: 20px;
767
+ }
768
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .icon {
769
+ background: var(--hlx-color-primary);
770
+ width: 40px;
771
+ height: 40px;
772
+ border-radius: 7px;
773
+ margin-bottom: 20px;
774
+ display: flex;
775
+ align-items: center;
776
+ justify-content: center;
777
+ }
778
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .icon i {
779
+ color: #fff;
780
+ font-size: var(--hlx-icon-size-sm);
781
+ }
782
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .count {
783
+ font-size: var(--hlx-font-content-size-lg);
784
+ color: var(--hlx-text-color-primary);
785
+ font-weight: bold;
786
+ margin-bottom: 15px;
787
+ }
788
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .bottom-container {
789
+ display: flex;
790
+ flex-direction: column;
791
+ width: 100%;
792
+ margin-top: 10px;
793
+ font-size: var(--hlx-font-content-size-sm);
794
+ }
795
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .bottom-container .top {
796
+ display: flex;
797
+ flex-direction: row;
798
+ justify-content: space-between;
799
+ width: 100%;
800
+ }
801
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .bottom-container .bottom {
802
+ margin-bottom: 10px;
803
+ }
804
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .bottom-container .bottom .grey-container {
805
+ border-radius: 5px;
806
+ width: 100%;
807
+ height: 5px;
808
+ display: flex;
809
+ align-items: flex-start;
810
+ background: var(--hlx-border-color-dark);
811
+ }
812
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .bottom-container .bottom .grey-container .inner-container {
813
+ border-radius: 6px;
814
+ width: 30%;
815
+ background: var(--hlx-color-primary);
816
+ height: 100%;
817
+ }
818
+ .dashboard-right-container .dashboard-body .container-4 .middle-container-4 {
819
+ width: 33%;
820
+ background: white;
821
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
822
+ border-radius: 10px;
823
+ margin-right: 20px;
824
+ }
825
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 {
826
+ display: flex;
827
+ flex-direction: column;
828
+ width: 33%;
829
+ margin-bottom: 20px;
830
+ }
831
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-1 {
832
+ width: 100%;
833
+ height: 50%;
834
+ background: white;
835
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
836
+ border-radius: 10px;
837
+ display: flex;
838
+ padding: 20px;
839
+ flex-direction: column;
840
+ margin-bottom: 20px;
841
+ }
842
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-1 .title {
843
+ font-size: var(--hlx-font-content-size-sm);
844
+ color: var(--hlx-text-color-primary);
845
+ }
846
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-1 .count {
847
+ color: var(--hlx-text-color-primary);
848
+ font-weight: 600;
849
+ font-size: var(--hlx-font-content-size-lg);
850
+ margin: 10px 20px 0 0;
851
+ }
852
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-1 .count .sub-count {
853
+ font-size: var(--hlx-font-content-size-xs);
854
+ color: var(--hlx-color-success);
855
+ margin-left: 10px;
856
+ }
857
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-2 {
858
+ width: 100%;
859
+ height: 50%;
860
+ background: white;
861
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
862
+ border-radius: 10px;
863
+ margin-bottom: 20px;
864
+ display: flex;
865
+ padding: 20px;
866
+ flex-direction: column;
867
+ }
868
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-2 .title {
869
+ font-size: var(--hlx-font-content-size-sm);
870
+ color: var(--hlx-text-color-primary);
871
+ }
872
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-2 .count {
873
+ color: var(--hlx-text-color-primary);
874
+ font-weight: 600;
875
+ font-size: var(--hlx-font-content-size-lg);
876
+ margin: 10px 20px 0 0;
877
+ }
878
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-2 .count .sub-count {
879
+ font-size: var(--hlx-font-content-size-xs);
880
+ color: #ff3642;
881
+ margin-left: 10px;
882
+ }
883
+ .dashboard-right-container .dashboard-body .container-5 {
884
+ flex-wrap: wrap;
885
+ width: 100%;
886
+ height: auto;
887
+ margin-bottom: 20px;
888
+ display: flex;
889
+ flex-direction: column;
890
+ background: white;
891
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
892
+ border-radius: 10px;
893
+ padding: 20px;
894
+ }
895
+ .dashboard-right-container footer {
896
+ height: 60px;
897
+ width: 100%;
898
+ font-size: var(--hlx-font-content-size-sm);
899
+ display: flex;
900
+ align-items: center;
901
+ justify-content: center;
902
+ }
903
+
904
+ .component-description-link {
905
+ color: var(--hlx-color-primary);
906
+ text-decoration: underline;
907
+ cursor: pointer;
908
+ font-size: var(--hlx-font-content-size-sm);
909
+ }
910
+
911
+ @media only screen and (max-width: 1390px) {
912
+ .dashboard-right-container {
913
+ font-family: var(--hlx-font-type-content);
914
+ width: 100%;
915
+ height: 100vh;
916
+ display: flex;
917
+ flex-direction: row;
918
+ }
919
+ .dashboard-right-container .link {
920
+ color: var(--hlx-color-primary);
921
+ text-decoration: underline;
922
+ cursor: pointer;
923
+ }
924
+ .dashboard-right-container .profile-options {
925
+ background: #fff;
926
+ border: 1px solid var(--hlx-border-color);
927
+ border-radius: 10px;
928
+ box-shadow: 0px 0px 20px var(--hlx-border-color);
929
+ width: 200px;
930
+ max-height: 300px;
931
+ overflow: auto;
932
+ display: flex;
933
+ position: absolute;
934
+ top: 55px;
935
+ right: 20px;
936
+ z-index: 13;
937
+ display: flex;
938
+ flex-direction: column;
939
+ }
940
+ .dashboard-right-container .profile-options .top {
941
+ width: 100%;
942
+ height: 25%;
943
+ border-bottom: 1px solid var(--hlx-border-color);
944
+ padding: 10px 20px 10px 20px;
945
+ display: flex;
946
+ flex-direction: row;
947
+ align-items: center;
948
+ }
949
+ .dashboard-right-container .profile-options .top div img {
950
+ width: 50px;
951
+ height: 50px;
952
+ border-radius: 100%;
953
+ margin-right: 20px;
954
+ margin-top: 7px;
955
+ }
956
+ .dashboard-right-container .profile-options .top .content {
957
+ display: flex;
958
+ flex-direction: column;
959
+ }
960
+ .dashboard-right-container .profile-options .top .content .headerr {
961
+ font-size: var(--hlx-font-content-size-sm);
962
+ color: var(--hlx-text-color-primary);
963
+ font-weight: bold;
964
+ margin-bottom: 5px;
965
+ }
966
+ .dashboard-right-container .profile-options .top .content .sub-header {
967
+ font-size: var(--hlx-font-content-size-xs);
968
+ color: var(--hlx-text-color-primary);
969
+ }
970
+ .dashboard-right-container .profile-options .middle {
971
+ width: 100%;
972
+ height: 60%;
973
+ border-bottom: 1px solid var(--hlx-border-color);
974
+ padding: 20px 20px 10px 20px;
975
+ }
976
+ .dashboard-right-container .profile-options .middle .content {
977
+ display: flex;
978
+ flex-direction: row;
979
+ width: 100%;
980
+ margin-bottom: 10px;
981
+ }
982
+ .dashboard-right-container .profile-options .middle .content .icon {
983
+ width: 10%;
984
+ margin-right: 10px;
985
+ }
986
+ .dashboard-right-container .profile-options .middle .content .icon i {
987
+ color: var(--hlx-text-color-primary);
988
+ font-size: var(--hlx-icon-size-md);
989
+ }
990
+ .dashboard-right-container .profile-options .middle .content .item {
991
+ width: 90%;
992
+ color: var(--hlx-text-color-primary);
993
+ font-size: var(--hlx-font-content-size-sm);
994
+ }
995
+ .dashboard-right-container .profile-options .bottom {
996
+ width: 100%;
997
+ height: 10%;
998
+ padding: 10px 20px 10px 20px;
999
+ }
1000
+ .dashboard-right-container .profile-options .bottom .content {
1001
+ display: flex;
1002
+ flex-direction: row;
1003
+ width: 100%;
1004
+ }
1005
+ .dashboard-right-container .profile-options .bottom .content .icon {
1006
+ width: 10%;
1007
+ margin-right: 10px;
1008
+ }
1009
+ .dashboard-right-container .profile-options .bottom .content .icon i {
1010
+ color: var(--hlx-text-color-primary);
1011
+ font-size: var(--hlx-icon-size-md);
1012
+ }
1013
+ .dashboard-right-container .profile-options .bottom .content .item {
1014
+ width: 90%;
1015
+ color: var(--hlx-text-color-primary);
1016
+ font-size: var(--hlx-font-content-size-sm);
1017
+ }
1018
+ .dashboard-right-container .notifications {
1019
+ background: #fff;
1020
+ border: 1px solid var(--hlx-border-color);
1021
+ border-radius: 10px;
1022
+ box-shadow: 0px 0px 20px var(--hlx-border-color);
1023
+ width: 300px;
1024
+ display: flex;
1025
+ position: absolute;
1026
+ top: 55px;
1027
+ right: 20px;
1028
+ z-index: 13;
1029
+ display: flex;
1030
+ flex-direction: column;
1031
+ }
1032
+ .dashboard-right-container .notifications .top {
1033
+ width: 100%;
1034
+ height: 12%;
1035
+ border-bottom: 1px solid var(--hlx-border-color);
1036
+ padding: 10px 20px 10px 20px;
1037
+ display: flex;
1038
+ flex-direction: row;
1039
+ align-items: center;
1040
+ position: sticky;
1041
+ font-weight: bold;
1042
+ font-size: var(--hlx-font-content-size-sm);
1043
+ color: var(--hlx-text-color-primary);
1044
+ }
1045
+ .dashboard-right-container .notifications .middle {
1046
+ width: 100%;
1047
+ max-height: 300px;
1048
+ overflow: auto;
1049
+ border-bottom: 1px solid var(--hlx-border-color);
1050
+ }
1051
+ .dashboard-right-container .notifications .middle .contain {
1052
+ display: flex;
1053
+ flex-direction: row;
1054
+ align-items: center;
1055
+ border-bottom: 1px solid var(--hlx-border-color);
1056
+ }
1057
+ .dashboard-right-container .notifications .middle .contain .icon {
1058
+ margin: 10px 10px 10px 20px;
1059
+ }
1060
+ .dashboard-right-container .notifications .middle .contain .icon i {
1061
+ font-size: var(--hlx-icon-size-sm);
1062
+ color: var(--hlx-text-color-primary);
1063
+ }
1064
+ .dashboard-right-container .notifications .middle .contain .content {
1065
+ display: flex;
1066
+ width: 100%;
1067
+ flex-direction: column;
1068
+ margin-right: 20px;
1069
+ }
1070
+ .dashboard-right-container .notifications .middle .contain .content .headerr {
1071
+ display: flex;
1072
+ flex-direction: row;
1073
+ width: 100%;
1074
+ justify-content: space-between;
1075
+ margin-bottom: 5px;
1076
+ }
1077
+ .dashboard-right-container .notifications .middle .contain .content .headerr .main {
1078
+ font-size: var(--hlx-font-content-size-xs);
1079
+ color: var(--hlx-text-color-primary);
1080
+ font-weight: bold;
1081
+ }
1082
+ .dashboard-right-container .notifications .middle .contain .content .headerr .sub {
1083
+ font-size: 10px;
1084
+ color: var(--hlx-text-color-primary);
1085
+ }
1086
+ .dashboard-right-container .notifications .middle .contain .content .sub-header {
1087
+ font-size: var(--hlx-font-content-size-xs);
1088
+ color: var(--hlx-text-color-primary);
1089
+ }
1090
+ .dashboard-right-container .notifications .bottom {
1091
+ width: 100%;
1092
+ height: 12%;
1093
+ padding: 10px 20px 15px 20px;
1094
+ position: sticky;
1095
+ display: flex;
1096
+ flex-direction: row;
1097
+ align-items: center;
1098
+ justify-content: center;
1099
+ position: sticky;
1100
+ font-size: var(--hlx-font-content-size-sm);
1101
+ color: var(--hlx-text-color-primary);
1102
+ }
1103
+ .dashboard-right-container .dashboard-header {
1104
+ width: 100%;
1105
+ height: 60px;
1106
+ background: #fff;
1107
+ z-index: 10;
1108
+ box-shadow: 0px 0px 20px var(--hlx-border-color);
1109
+ position: absolute;
1110
+ display: flex;
1111
+ padding: 20px 20px;
1112
+ align-items: center;
1113
+ justify-content: space-between;
1114
+ }
1115
+ .dashboard-right-container .dashboard-header .searchh {
1116
+ width: 25%;
1117
+ }
1118
+ .dashboard-right-container .dashboard-header .actions {
1119
+ display: flex;
1120
+ flex-direction: row;
1121
+ align-items: center;
1122
+ justify-content: flex-end;
1123
+ width: 28%;
1124
+ }
1125
+ .dashboard-right-container .dashboard-header .actions div {
1126
+ margin-right: 20px;
1127
+ }
1128
+ .dashboard-right-container .dashboard-header .actions div i {
1129
+ font-size: var(--hlx-icon-size-sm);
1130
+ color: var(--hlx-text-color-primary);
1131
+ cursor: pointer;
1132
+ }
1133
+ .dashboard-right-container .dashboard-header .actions div img {
1134
+ height: 30px;
1135
+ width: 30px;
1136
+ border-radius: 100%;
1137
+ cursor: pointer;
1138
+ }
1139
+ .dashboard-right-container .card-title {
1140
+ width: 100%;
1141
+ display: flex;
1142
+ align-items: center;
1143
+ color: var(--hlx-text-color-primary);
1144
+ font-size: var(--hlx-font-content-size);
1145
+ font-weight: bold;
1146
+ margin: 20px;
1147
+ }
1148
+ .dashboard-right-container .card-title1 {
1149
+ width: 100%;
1150
+ display: flex;
1151
+ align-items: center;
1152
+ color: var(--hlx-text-color-primary);
1153
+ font-size: var(--hlx-font-content-size);
1154
+ font-weight: bold;
1155
+ margin: 0 20px 20px 0;
1156
+ }
1157
+ .dashboard-right-container .dashboard-body {
1158
+ overflow-y: auto;
1159
+ width: 100%;
1160
+ height: 100%;
1161
+ background: var(--hlx-border-color-light);
1162
+ padding: 20px;
1163
+ }
1164
+ .dashboard-right-container .dashboard-body-header-panel {
1165
+ display: flex;
1166
+ flex-direction: row;
1167
+ width: 100%;
1168
+ height: 120px;
1169
+ }
1170
+ .dashboard-right-container .dashboard-body-header-panel .dashboard-body-header {
1171
+ display: flex;
1172
+ align-items: center;
1173
+ color: var(--hlx-text-color-primary);
1174
+ font-size: var(--hlx-font-content-size-lg);
1175
+ font-weight: bold;
1176
+ margin-top: 40px;
1177
+ margin-right: 20px;
1178
+ }
1179
+ .dashboard-right-container .dashboard-body-header-panel .dashboard-body-breadcrumb {
1180
+ height: 30px;
1181
+ border-left: 1px solid var(--hlx-border-color);
1182
+ margin-top: 66px;
1183
+ display: flex;
1184
+ align-items: center;
1185
+ padding-left: 20px !important;
1186
+ }
1187
+ .dashboard-right-container .dashboard-body .small-cards-container {
1188
+ height: auto;
1189
+ width: 100%;
1190
+ display: flex;
1191
+ justify-content: space-between;
1192
+ margin-bottom: 20px;
1193
+ flex-wrap: wrap;
1194
+ gap: 20px;
1195
+ }
1196
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards {
1197
+ width: 45%;
1198
+ height: 100%;
1199
+ background: white;
1200
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1201
+ border-radius: 10px;
1202
+ display: flex;
1203
+ flex-direction: column;
1204
+ align-items: center;
1205
+ padding-top: 20px;
1206
+ padding-bottom: 20px;
1207
+ }
1208
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards .icon-bg {
1209
+ width: 50px;
1210
+ height: 50px;
1211
+ display: flex;
1212
+ align-items: center;
1213
+ justify-content: center;
1214
+ background: var(--hlx-border-color-dark);
1215
+ border-radius: 100%;
1216
+ margin-bottom: 10px;
1217
+ }
1218
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards .icon-bg i {
1219
+ font-size: var(--hlx-icon-size-sm);
1220
+ color: #fff;
1221
+ }
1222
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards .card-header {
1223
+ font-size: 25px;
1224
+ font-weight: 600;
1225
+ color: var(--hlx-text-color-primary);
1226
+ margin-bottom: 5px;
1227
+ }
1228
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards .card-sub-header {
1229
+ font-size: var(--hlx-font-content-size);
1230
+ color: var(--hlx-color-primary-dark);
1231
+ }
1232
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards .card-percentage {
1233
+ font-size: var(--hlx-font-content-size-sm);
1234
+ color: var(--hlx-color-primary-dark);
1235
+ display: flex;
1236
+ align-items: center;
1237
+ font-weight: bold;
1238
+ }
1239
+ .dashboard-right-container .dashboard-body .small-cards-container .small-cards .card-percentage i {
1240
+ color: var(--hlx-color-primary-dark);
1241
+ font-size: var(--hlx-icon-size-xs);
1242
+ }
1243
+ .dashboard-right-container .dashboard-body .container-1 {
1244
+ width: 100%;
1245
+ height: auto;
1246
+ gap: 20px;
1247
+ margin-bottom: 20px;
1248
+ display: flex;
1249
+ flex-direction: row;
1250
+ flex-wrap: wrap;
1251
+ }
1252
+ .dashboard-right-container .dashboard-body .container-1 .left-container-1 {
1253
+ width: 100%;
1254
+ background: white;
1255
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1256
+ border-radius: 10px;
1257
+ }
1258
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 {
1259
+ width: 100%;
1260
+ background: white;
1261
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1262
+ border-radius: 10px;
1263
+ }
1264
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 .right-container-1-content {
1265
+ display: flex;
1266
+ flex-direction: row;
1267
+ justify-content: space-between;
1268
+ position: relative;
1269
+ bottom: 0;
1270
+ margin-bottom: 10px;
1271
+ }
1272
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 .right-container-1-content-metric {
1273
+ margin-left: 20px;
1274
+ font-size: var(--hlx-font-content-size-sm);
1275
+ color: var(--hlx-text-color-primary);
1276
+ }
1277
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 .right-container-1-content-count {
1278
+ margin-right: 20px;
1279
+ color: #fff;
1280
+ font-weight: bold;
1281
+ font-size: var(--hlx-font-content-size-xs);
1282
+ width: 30px;
1283
+ border-radius: 20%;
1284
+ display: flex;
1285
+ justify-content: center;
1286
+ align-items: center;
1287
+ }
1288
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 .chartoptions2-content {
1289
+ position: relative;
1290
+ top: -65%;
1291
+ width: 50%;
1292
+ margin: 0 auto;
1293
+ width: 30%;
1294
+ height: 100px;
1295
+ display: flex;
1296
+ flex-direction: column;
1297
+ align-items: center;
1298
+ justify-content: center;
1299
+ color: var(--hlx-text-color-primary);
1300
+ }
1301
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 .chartoptions2-content-total {
1302
+ font-weight: bold;
1303
+ font-size: var(--hlx-font-content-size-lg);
1304
+ }
1305
+ .dashboard-right-container .dashboard-body .container-1 .right-container-1 .chartoptions2-content-title {
1306
+ font-size: var(--hlx-font-content-size-sm);
1307
+ }
1308
+ .dashboard-right-container .dashboard-body .container-2 {
1309
+ width: 100%;
1310
+ height: auto;
1311
+ margin-bottom: 20px;
1312
+ display: flex;
1313
+ flex-direction: row;
1314
+ flex-wrap: wrap;
1315
+ gap: 20px;
1316
+ }
1317
+ .dashboard-right-container .dashboard-body .container-2 .left-container-2 {
1318
+ width: 100%;
1319
+ background: white;
1320
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1321
+ border-radius: 10px;
1322
+ }
1323
+ .dashboard-right-container .dashboard-body .container-2 .left-container-2 .chartoptions2-content {
1324
+ position: relative;
1325
+ top: -53%;
1326
+ right: 17%;
1327
+ width: 50%;
1328
+ margin: 0 auto;
1329
+ height: 100px;
1330
+ display: flex;
1331
+ flex-direction: column;
1332
+ align-items: center;
1333
+ justify-content: center;
1334
+ color: var(--hlx-text-color-primary);
1335
+ }
1336
+ .dashboard-right-container .dashboard-body .container-2 .left-container-2 .chartoptions2-content-total {
1337
+ font-weight: bold;
1338
+ font-size: var(--hlx-font-content-size-lg);
1339
+ }
1340
+ .dashboard-right-container .dashboard-body .container-2 .left-container-2 .chartoptions2-content-title {
1341
+ font-size: var(--hlx-font-content-size-sm);
1342
+ }
1343
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 {
1344
+ width: 100%;
1345
+ background: white;
1346
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1347
+ border-radius: 10px;
1348
+ padding: 20px;
1349
+ }
1350
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container {
1351
+ width: 100%;
1352
+ }
1353
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr {
1354
+ height: 35px;
1355
+ }
1356
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr .flag {
1357
+ width: 10%;
1358
+ }
1359
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr .label {
1360
+ width: 20%;
1361
+ text-overflow: ellipsis;
1362
+ font-size: var(--hlx-font-content-size);
1363
+ }
1364
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr .percent-num {
1365
+ width: 10%;
1366
+ font-size: var(--hlx-font-content-size-sm);
1367
+ padding: 0 10px 0 10px;
1368
+ }
1369
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr .percentage {
1370
+ margin-right: 10px;
1371
+ width: 60%;
1372
+ }
1373
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr .percentage .grey-container {
1374
+ border-radius: 5px;
1375
+ width: 100%;
1376
+ height: 5px;
1377
+ display: flex;
1378
+ align-items: flex-start;
1379
+ background: var(--hlx-border-color-dark);
1380
+ }
1381
+ .dashboard-right-container .dashboard-body .container-2 .right-container-2 .row-container tr .percentage .grey-container .inner-container {
1382
+ border-radius: 6px;
1383
+ width: 30%;
1384
+ background: var(--hlx-color-primary);
1385
+ height: 100%;
1386
+ }
1387
+ .dashboard-right-container .dashboard-body .container-3 {
1388
+ gap: 20px;
1389
+ width: 100%;
1390
+ height: auto;
1391
+ margin-bottom: 20px;
1392
+ display: flex;
1393
+ flex-direction: row;
1394
+ flex-wrap: wrap;
1395
+ }
1396
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 {
1397
+ width: 100%;
1398
+ background: white;
1399
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1400
+ border-radius: 10px;
1401
+ padding: 20px;
1402
+ }
1403
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container {
1404
+ width: 100%;
1405
+ height: 20%;
1406
+ border: 1px solid var(--hlx-border-color);
1407
+ border-radius: 10px;
1408
+ margin-top: 45px;
1409
+ display: flex;
1410
+ flex-direction: row;
1411
+ justify-content: space-between;
1412
+ padding: 15px;
1413
+ }
1414
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container .left-bottom-container {
1415
+ display: flex;
1416
+ flex-direction: column;
1417
+ align-items: center;
1418
+ }
1419
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container .left-bottom-container .title {
1420
+ font-size: var(--hlx-font-content-size-lg);
1421
+ color: var(--hlx-color-primary);
1422
+ margin-bottom: 15px;
1423
+ }
1424
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container .left-bottom-container .sub-title {
1425
+ font-size: var(--hlx-font-content-size-sm);
1426
+ color: var(--hlx-text-color-primary);
1427
+ }
1428
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container .right-bottom-container {
1429
+ display: flex;
1430
+ flex-direction: column;
1431
+ align-items: center;
1432
+ }
1433
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container .right-bottom-container .title {
1434
+ font-size: var(--hlx-font-content-size-lg);
1435
+ color: var(--hlx-color-primary) -light;
1436
+ margin-bottom: 15px;
1437
+ }
1438
+ .dashboard-right-container .dashboard-body .container-3 .left-container-3 .bottom-container .right-bottom-container .sub-title {
1439
+ font-size: var(--hlx-font-content-size-sm);
1440
+ color: var(--hlx-text-color-primary);
1441
+ }
1442
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 {
1443
+ padding: 20px;
1444
+ width: 100%;
1445
+ background: white;
1446
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1447
+ border-radius: 10px;
1448
+ color: var(--hlx-text-color-primary);
1449
+ }
1450
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd {
1451
+ display: flex;
1452
+ align-items: center;
1453
+ justify-content: center;
1454
+ flex-direction: column;
1455
+ }
1456
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd .percent {
1457
+ position: relative;
1458
+ }
1459
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd svg {
1460
+ position: relative;
1461
+ width: 210px;
1462
+ height: 210px;
1463
+ max-width: 210px;
1464
+ transform: rotate(-90deg);
1465
+ }
1466
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd svg circle {
1467
+ fill: none;
1468
+ stroke: #f0f0f0;
1469
+ stroke-width: 5%;
1470
+ stroke-linecap: round;
1471
+ }
1472
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd svg circle:last-of-type {
1473
+ stroke-dasharray: 625px;
1474
+ stroke-dashoffset: calc(625px - 625px * var(--percent) / 100);
1475
+ stroke: var(--hlx-color-primary);
1476
+ }
1477
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd .number {
1478
+ position: absolute;
1479
+ text-align: center;
1480
+ top: 50%;
1481
+ left: 50%;
1482
+ transform: translate(-50%, -50%);
1483
+ }
1484
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd .number h3 {
1485
+ font-weight: 600;
1486
+ font-size: var(--hlx-font-content-size-lg);
1487
+ }
1488
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd .number h4 {
1489
+ font-size: var(--hlx-font-content-size-sm);
1490
+ }
1491
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd .number h3 span {
1492
+ font-size: var(--hlx-font-content-size-lg);
1493
+ }
1494
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd .title h2 {
1495
+ margin: 25px 0 0;
1496
+ }
1497
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .cardd:nth-child(1) svg circle:last-of-type {
1498
+ stroke: var(--hlx-color-primary);
1499
+ }
1500
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .bottom-container {
1501
+ display: flex;
1502
+ flex-direction: column;
1503
+ width: 100%;
1504
+ margin-top: 20px;
1505
+ font-size: var(--hlx-font-content-size-sm);
1506
+ }
1507
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .bottom-container .top {
1508
+ display: flex;
1509
+ flex-direction: row;
1510
+ justify-content: space-between;
1511
+ width: 100%;
1512
+ }
1513
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .bottom-container .bottom .grey-container {
1514
+ border-radius: 5px;
1515
+ width: 100%;
1516
+ height: 5px;
1517
+ display: flex;
1518
+ align-items: flex-start;
1519
+ background: var(--hlx-border-color-dark);
1520
+ }
1521
+ .dashboard-right-container .dashboard-body .container-3 .middle-container-3 .bottom-container .bottom .grey-container .inner-container {
1522
+ border-radius: 6px;
1523
+ width: 30%;
1524
+ background: var(--hlx-color-primary);
1525
+ height: 100%;
1526
+ }
1527
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 {
1528
+ width: 100%;
1529
+ background: white;
1530
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1531
+ border-radius: 10px;
1532
+ padding: 20px;
1533
+ }
1534
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .map {
1535
+ display: flex;
1536
+ flex-direction: row;
1537
+ justify-content: space-between;
1538
+ margin-bottom: 39%;
1539
+ }
1540
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .map .tool {
1541
+ width: 10%;
1542
+ height: 70px;
1543
+ display: flex;
1544
+ flex-direction: column;
1545
+ }
1546
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .map .tool div {
1547
+ background: var(--hlx-text-color-primary);
1548
+ height: 50%;
1549
+ width: 100%;
1550
+ margin-bottom: 10px;
1551
+ display: flex;
1552
+ align-items: center;
1553
+ justify-content: center;
1554
+ border-radius: 5px;
1555
+ }
1556
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .map .tool div i {
1557
+ font-size: var(--hlx-icon-size-xs);
1558
+ color: #fff;
1559
+ }
1560
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .map .mapp {
1561
+ display: flex;
1562
+ position: relative;
1563
+ flex-direction: row;
1564
+ width: 100%;
1565
+ height: 70%;
1566
+ overflow: scroll;
1567
+ }
1568
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .map .mapp #canvas {
1569
+ width: 100%;
1570
+ height: 100%;
1571
+ }
1572
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .bottom-container {
1573
+ display: flex;
1574
+ flex-direction: column;
1575
+ width: 100%;
1576
+ margin-top: 20px;
1577
+ font-size: var(--hlx-font-content-size-sm);
1578
+ }
1579
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .bottom-container .top {
1580
+ display: flex;
1581
+ flex-direction: row;
1582
+ justify-content: space-between;
1583
+ width: 100%;
1584
+ }
1585
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .bottom-container .bottom .grey-container {
1586
+ border-radius: 5px;
1587
+ width: 100%;
1588
+ height: 5px;
1589
+ display: flex;
1590
+ align-items: flex-start;
1591
+ background: var(--hlx-border-color-dark);
1592
+ }
1593
+ .dashboard-right-container .dashboard-body .container-3 .right-container-3 .bottom-container .bottom .grey-container .inner-container {
1594
+ border-radius: 6px;
1595
+ width: 30%;
1596
+ background: var(--hlx-color-primary);
1597
+ height: 100%;
1598
+ }
1599
+ .dashboard-right-container .dashboard-body .container-4 {
1600
+ width: 100%;
1601
+ gap: 20px;
1602
+ height: auto;
1603
+ margin-bottom: 20px;
1604
+ display: flex;
1605
+ flex-direction: row;
1606
+ flex-wrap: wrap;
1607
+ }
1608
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 {
1609
+ display: flex;
1610
+ flex-direction: column;
1611
+ width: 100%;
1612
+ margin-right: 0px;
1613
+ }
1614
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 {
1615
+ width: 100%;
1616
+ height: 50%;
1617
+ background: white;
1618
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1619
+ border-radius: 10px;
1620
+ display: flex;
1621
+ flex-direction: column;
1622
+ padding: 20px;
1623
+ }
1624
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .icon {
1625
+ background: var(--hlx-color-primary);
1626
+ width: 40px;
1627
+ height: 40px;
1628
+ border-radius: 7px;
1629
+ margin-bottom: 20px;
1630
+ display: flex;
1631
+ align-items: center;
1632
+ justify-content: center;
1633
+ }
1634
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .icon i {
1635
+ color: #fff;
1636
+ font-size: var(--hlx-icon-size-sm);
1637
+ }
1638
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .count {
1639
+ font-size: var(--hlx-font-content-size-lg);
1640
+ color: var(--hlx-text-color-primary);
1641
+ font-weight: bold;
1642
+ margin-bottom: 15px;
1643
+ }
1644
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .bottom-container {
1645
+ display: flex;
1646
+ flex-direction: column;
1647
+ width: 100%;
1648
+ margin-top: 10px;
1649
+ font-size: var(--hlx-font-content-size-sm);
1650
+ }
1651
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .bottom-container .top {
1652
+ display: flex;
1653
+ flex-direction: row;
1654
+ justify-content: space-between;
1655
+ width: 100%;
1656
+ }
1657
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .bottom-container .bottom {
1658
+ margin-bottom: 10px;
1659
+ }
1660
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .bottom-container .bottom .grey-container {
1661
+ border-radius: 5px;
1662
+ width: 100%;
1663
+ height: 5px;
1664
+ display: flex;
1665
+ align-items: flex-start;
1666
+ background: var(--hlx-border-color-dark);
1667
+ }
1668
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-1 .bottom-container .bottom .grey-container .inner-container {
1669
+ border-radius: 6px;
1670
+ width: 30%;
1671
+ background: var(--hlx-color-primary);
1672
+ height: 100%;
1673
+ }
1674
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 {
1675
+ padding: 20px;
1676
+ width: 100%;
1677
+ height: 50%;
1678
+ background: white;
1679
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1680
+ border-radius: 10px;
1681
+ margin-top: 20px;
1682
+ }
1683
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .icon {
1684
+ background: var(--hlx-color-primary);
1685
+ width: 40px;
1686
+ height: 40px;
1687
+ border-radius: 7px;
1688
+ margin-bottom: 20px;
1689
+ display: flex;
1690
+ align-items: center;
1691
+ justify-content: center;
1692
+ }
1693
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .icon i {
1694
+ color: #fff;
1695
+ font-size: var(--hlx-icon-size-sm);
1696
+ }
1697
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .count {
1698
+ font-size: var(--hlx-font-content-size-lg);
1699
+ color: var(--hlx-text-color-primary);
1700
+ font-weight: bold;
1701
+ margin-bottom: 15px;
1702
+ }
1703
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .bottom-container {
1704
+ display: flex;
1705
+ flex-direction: column;
1706
+ width: 100%;
1707
+ margin-top: 10px;
1708
+ font-size: var(--hlx-font-content-size-sm);
1709
+ }
1710
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .bottom-container .top {
1711
+ display: flex;
1712
+ flex-direction: row;
1713
+ justify-content: space-between;
1714
+ width: 100%;
1715
+ }
1716
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .bottom-container .bottom {
1717
+ margin-bottom: 10px;
1718
+ }
1719
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .bottom-container .bottom .grey-container {
1720
+ border-radius: 5px;
1721
+ width: 100%;
1722
+ height: 5px;
1723
+ display: flex;
1724
+ align-items: flex-start;
1725
+ background: var(--hlx-border-color-dark);
1726
+ }
1727
+ .dashboard-right-container .dashboard-body .container-4 .left-container-4 .left-container-4-2 .bottom-container .bottom .grey-container .inner-container {
1728
+ border-radius: 6px;
1729
+ width: 30%;
1730
+ background: var(--hlx-color-primary);
1731
+ height: 100%;
1732
+ }
1733
+ .dashboard-right-container .dashboard-body .container-4 .middle-container-4 {
1734
+ width: 100%;
1735
+ background: white;
1736
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1737
+ border-radius: 10px;
1738
+ margin-right: 0px;
1739
+ }
1740
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 {
1741
+ display: flex;
1742
+ flex-direction: column;
1743
+ width: 100%;
1744
+ margin-right: 0px;
1745
+ }
1746
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-1 {
1747
+ width: 100%;
1748
+ height: 50%;
1749
+ background: white;
1750
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1751
+ border-radius: 10px;
1752
+ display: flex;
1753
+ padding: 20px;
1754
+ flex-direction: column;
1755
+ }
1756
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-1 .title {
1757
+ font-size: var(--hlx-font-content-size-sm);
1758
+ color: var(--hlx-text-color-primary);
1759
+ }
1760
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-1 .count {
1761
+ color: var(--hlx-text-color-primary);
1762
+ font-weight: 600;
1763
+ font-size: var(--hlx-font-content-size-lg);
1764
+ margin: 10px 20px 0 0;
1765
+ }
1766
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-1 .count .sub-count {
1767
+ font-size: var(--hlx-font-content-size-xs);
1768
+ color: var(--hlx-color-success);
1769
+ margin-left: 10px;
1770
+ }
1771
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-2 {
1772
+ width: 100%;
1773
+ height: 50%;
1774
+ background: white;
1775
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1776
+ border-radius: 10px;
1777
+ display: flex;
1778
+ padding: 20px;
1779
+ flex-direction: column;
1780
+ }
1781
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-2 .title {
1782
+ font-size: var(--hlx-font-content-size-sm);
1783
+ color: var(--hlx-text-color-primary);
1784
+ }
1785
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-2 .count {
1786
+ color: var(--hlx-text-color-primary);
1787
+ font-weight: 600;
1788
+ font-size: var(--hlx-font-content-size-lg);
1789
+ margin: 10px 20px 0 0;
1790
+ }
1791
+ .dashboard-right-container .dashboard-body .container-4 .right-container-4 .right-container-4-2 .count .sub-count {
1792
+ font-size: var(--hlx-font-content-size-xs);
1793
+ color: #ff3642;
1794
+ margin-left: 10px;
1795
+ }
1796
+ .dashboard-right-container .dashboard-body .container-5 {
1797
+ flex-wrap: wrap;
1798
+ width: 100%;
1799
+ overflow: auto;
1800
+ height: auto;
1801
+ margin-bottom: 20px;
1802
+ display: flex;
1803
+ flex-direction: column;
1804
+ background: white;
1805
+ box-shadow: 0px 0px 5px var(--hlx-border-color);
1806
+ border-radius: 10px;
1807
+ padding: 20px;
1808
+ }
1809
+ .dashboard-right-container footer {
1810
+ height: 60px;
1811
+ width: 100%;
1812
+ font-size: var(--hlx-font-content-size-sm);
1813
+ display: flex;
1814
+ align-items: center;
1815
+ justify-content: center;
1816
+ }
1817
+ }/*# sourceMappingURL=dashboard.css.map */