vcomply-design-system 1.0.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 (180) hide show
  1. package/README.md +22 -0
  2. package/css-build/css/alignment/alignment.css +33 -0
  3. package/css-build/css/animate/animate-fade-in-left.css +28 -0
  4. package/css-build/css/animate/animate-fade-in-right.css +28 -0
  5. package/css-build/css/animate/animate-fade-in.css +20 -0
  6. package/css-build/css/animate/animate-fade-out.css +20 -0
  7. package/css-build/css/animate/animate-slide-down.css +26 -0
  8. package/css-build/css/animate/animate-slide-left.css +26 -0
  9. package/css-build/css/animate/animate-slide-right.css +26 -0
  10. package/css-build/css/animate/animate-slide-up.css +26 -0
  11. package/css-build/css/animate/animation.css +58 -0
  12. package/css-build/css/animate/index.css +258 -0
  13. package/css-build/css/avatars/avatars.css +83 -0
  14. package/css-build/css/button/button.css +237 -0
  15. package/css-build/css/color/color.css +152 -0
  16. package/css-build/css/dialog/dialog.css +421 -0
  17. package/css-build/css/display/display.css +24 -0
  18. package/css-build/css/forms/check-box.css +97 -0
  19. package/css-build/css/forms/forms.css +336 -0
  20. package/css-build/css/forms/index.css +862 -0
  21. package/css-build/css/forms/radio.css +116 -0
  22. package/css-build/css/forms/range-slider.css +203 -0
  23. package/css-build/css/forms/switch.css +124 -0
  24. package/css-build/css/header/header.css +344 -0
  25. package/css-build/css/icons/icons.css +53 -0
  26. package/css-build/css/index.css +548 -0
  27. package/css-build/css/index2.css +313 -0
  28. package/css-build/css/layout/layout.css +19 -0
  29. package/css-build/css/left-menu/main-menu.css +98 -0
  30. package/css-build/css/left-menu/sub-menu.css +323 -0
  31. package/css-build/css/list/list.css +3 -0
  32. package/css-build/css/loader/v-loader.css +183 -0
  33. package/css-build/css/margin/index.css +112 -0
  34. package/css-build/css/margin/margin-bottom.css +25 -0
  35. package/css-build/css/margin/margin-left.css +25 -0
  36. package/css-build/css/margin/margin-right.css +40 -0
  37. package/css-build/css/margin/margin-top.css +25 -0
  38. package/css-build/css/margin/margin.css +25 -0
  39. package/css-build/css/mixin/mixin.css +7 -0
  40. package/css-build/css/mixin.css +0 -0
  41. package/css-build/css/no-data/no-data.css +36 -0
  42. package/css-build/css/padding/index.css +97 -0
  43. package/css-build/css/padding/padding-bottom.css +25 -0
  44. package/css-build/css/padding/padding-left.css +25 -0
  45. package/css-build/css/padding/padding-right.css +25 -0
  46. package/css-build/css/padding/padding-top.css +25 -0
  47. package/css-build/css/padding/padding.css +25 -0
  48. package/css-build/css/pagination/pagination.css +131 -0
  49. package/css-build/css/panel/panel.css +76 -0
  50. package/css-build/css/popover/popover.css +237 -0
  51. package/css-build/css/quick-links/quick-links.css +84 -0
  52. package/css-build/css/smiley/smiley.css +353 -0
  53. package/css-build/css/snack-bar/snack-bar.css +77 -0
  54. package/css-build/css/table/table.css +191 -0
  55. package/css-build/css/table-card/table-card.css +242 -0
  56. package/css-build/css/text/text.css +157 -0
  57. package/css-build/css/user-panel/user-panel.css +115 -0
  58. package/css-build/css/vx.css +4254 -0
  59. package/css-build/css/width/width.css +43 -0
  60. package/css-build/fonts/icon.eot +0 -0
  61. package/css-build/fonts/icon.svg +583 -0
  62. package/css-build/fonts/icon.ttf +0 -0
  63. package/css-build/fonts/icon.woff +0 -0
  64. package/css-build/images/1.jpg +0 -0
  65. package/css-build/images/2.jpg +0 -0
  66. package/css-build/images/3.jpg +0 -0
  67. package/css-build/images/4.jpg +0 -0
  68. package/css-build/images/example/graph-sec-menu.JPG +0 -0
  69. package/css-build/images/example/layout.svg +388 -0
  70. package/css-build/images/example/menu-icon-m.svg +56 -0
  71. package/css-build/images/example/primary-menu.svg +66 -0
  72. package/css-build/images/example/vcomply-icon-m.svg +43 -0
  73. package/css-build/images/favicon.ico +0 -0
  74. package/css-build/images/grid.JPG +0 -0
  75. package/css-build/images/no-data.svg +268 -0
  76. package/css-build/images/open-arrow-left.svg +3 -0
  77. package/css-build/images/plus-create-icon.svg +23 -0
  78. package/css-build/images/plus-incident-icon.svg +44 -0
  79. package/css-build/images/plus-risk-icon.svg +45 -0
  80. package/css-build/images/v-icon.svg +1 -0
  81. package/css-build/index.html +188 -0
  82. package/css-build/js/table.js +72 -0
  83. package/css-build/js/toolbar.js +48 -0
  84. package/css-build/less/alignment/alignment.less +43 -0
  85. package/css-build/less/animate/animate-fade-in-left.less +32 -0
  86. package/css-build/less/animate/animate-fade-in-right.less +32 -0
  87. package/css-build/less/animate/animate-fade-in.less +24 -0
  88. package/css-build/less/animate/animate-fade-out.less +24 -0
  89. package/css-build/less/animate/animate-slide-down.less +30 -0
  90. package/css-build/less/animate/animate-slide-left.less +30 -0
  91. package/css-build/less/animate/animate-slide-right.less +30 -0
  92. package/css-build/less/animate/animate-slide-up.less +30 -0
  93. package/css-build/less/animate/animation.less +58 -0
  94. package/css-build/less/animate/index.less +9 -0
  95. package/css-build/less/avatars/avatars.less +96 -0
  96. package/css-build/less/button/button.less +201 -0
  97. package/css-build/less/color/color.less +209 -0
  98. package/css-build/less/dialog/dialog.less +502 -0
  99. package/css-build/less/display/display.less +31 -0
  100. package/css-build/less/forms/check-box.less +117 -0
  101. package/css-build/less/forms/forms.less +386 -0
  102. package/css-build/less/forms/index.less +5 -0
  103. package/css-build/less/forms/radio.less +139 -0
  104. package/css-build/less/forms/range-slider.less +69 -0
  105. package/css-build/less/forms/switch.less +166 -0
  106. package/css-build/less/header/header.less +236 -0
  107. package/css-build/less/icons/icons.less +50 -0
  108. package/css-build/less/index.less +74 -0
  109. package/css-build/less/index2.less +396 -0
  110. package/css-build/less/layout/layout.less +16 -0
  111. package/css-build/less/left-menu/main-menu.less +123 -0
  112. package/css-build/less/left-menu/sub-menu.less +326 -0
  113. package/css-build/less/list/list.less +5 -0
  114. package/css-build/less/loader/v-loader.less +219 -0
  115. package/css-build/less/margin/index.less +5 -0
  116. package/css-build/less/margin/margin-bottom.less +25 -0
  117. package/css-build/less/margin/margin-left.less +25 -0
  118. package/css-build/less/margin/margin-right.less +40 -0
  119. package/css-build/less/margin/margin-top.less +25 -0
  120. package/css-build/less/margin/margin.less +25 -0
  121. package/css-build/less/mixin/mixin.less +27 -0
  122. package/css-build/less/mixin.less +1 -0
  123. package/css-build/less/no-data/no-data.less +52 -0
  124. package/css-build/less/padding/index.less +5 -0
  125. package/css-build/less/padding/padding-bottom.less +25 -0
  126. package/css-build/less/padding/padding-left.less +20 -0
  127. package/css-build/less/padding/padding-right.less +20 -0
  128. package/css-build/less/padding/padding-top.less +25 -0
  129. package/css-build/less/padding/padding.less +25 -0
  130. package/css-build/less/pagination/pagination.less +144 -0
  131. package/css-build/less/panel/panel.less +116 -0
  132. package/css-build/less/popover/popover.less +273 -0
  133. package/css-build/less/quick-links/quick-links.less +90 -0
  134. package/css-build/less/smiley/smiley.less +422 -0
  135. package/css-build/less/snack-bar/snack-bar.less +86 -0
  136. package/css-build/less/table/table.less +293 -0
  137. package/css-build/less/table-card/table-card.less +116 -0
  138. package/css-build/less/text/text.less +179 -0
  139. package/css-build/less/user-panel/user-panel.less +123 -0
  140. package/css-build/less/vx.less +28 -0
  141. package/css-build/less/width/width.less +37 -0
  142. package/css-build/less.js +11 -0
  143. package/css-build/pages/alignment.html +102 -0
  144. package/css-build/pages/avatars.html +555 -0
  145. package/css-build/pages/button.html +993 -0
  146. package/css-build/pages/checkbox.html +560 -0
  147. package/css-build/pages/color-palette.html +358 -0
  148. package/css-build/pages/common-layout.html +125 -0
  149. package/css-build/pages/dialog.html +738 -0
  150. package/css-build/pages/display.html +67 -0
  151. package/css-build/pages/font-family.html +281 -0
  152. package/css-build/pages/header.html +590 -0
  153. package/css-build/pages/icons.html +3715 -0
  154. package/css-build/pages/mein-menu-active.html +67 -0
  155. package/css-build/pages/mein-menu-sub-menu.html +110 -0
  156. package/css-build/pages/mein-menu-tooltip.html +70 -0
  157. package/css-build/pages/mein-menu.html +321 -0
  158. package/css-build/pages/no-data.html +277 -0
  159. package/css-build/pages/panel.html +423 -0
  160. package/css-build/pages/popover.html +666 -0
  161. package/css-build/pages/radio.html +418 -0
  162. package/css-build/pages/range-slider.html +279 -0
  163. package/css-build/pages/select-box.html +933 -0
  164. package/css-build/pages/smiley.html +355 -0
  165. package/css-build/pages/sub-menu.html +396 -0
  166. package/css-build/pages/switch.html +349 -0
  167. package/css-build/pages/tab-menu.html +301 -0
  168. package/css-build/pages/table-card.html +510 -0
  169. package/css-build/pages/table.html +2218 -0
  170. package/css-build/pages/text-box.html +325 -0
  171. package/css-build/pages/text.html +106 -0
  172. package/css-build/pages/v-loader.html +163 -0
  173. package/css-build/sw/pwabuilder-sw-register.js +14 -0
  174. package/css-build/sw/pwabuilder-sw.js +47 -0
  175. package/css-build/utility/code-prev.css +19 -0
  176. package/css-build/utility/prism.css +130 -0
  177. package/css-build/utility/prism.js +8 -0
  178. package/index.js +66 -0
  179. package/nodemon.json +4 -0
  180. package/package.json +24 -0
@@ -0,0 +1,4254 @@
1
+ .vx-text-left {
2
+ text-align: left;
3
+ }
4
+ .vx-text-center {
5
+ text-align: center;
6
+ }
7
+ .vx-text-right {
8
+ text-align: right;
9
+ }
10
+ .vx-justify-start {
11
+ justify-content: flex-start;
12
+ }
13
+ .vx-justify-center {
14
+ justify-content: center;
15
+ }
16
+ .vx-justify-end {
17
+ justify-content: flex-end;
18
+ }
19
+ .vx-justify-between {
20
+ justify-content: space-between;
21
+ }
22
+ .vx-justify-around {
23
+ justify-content: space-around;
24
+ }
25
+ .vx-align-start {
26
+ align-items: flex-start;
27
+ }
28
+ .vx-align-center {
29
+ align-items: center;
30
+ }
31
+ .vx-align-end {
32
+ align-items: flex-end;
33
+ }
34
+ @-webkit-keyframes fadeInLeft {
35
+ 0% {
36
+ opacity: 0;
37
+ -webkit-transform: translate3d(-200px, 0, 0);
38
+ transform: translate3d(-200px, 0, 0);
39
+ }
40
+ to {
41
+ opacity: 1;
42
+ -webkit-transform: translateZ(0);
43
+ transform: translateZ(0);
44
+ }
45
+ }
46
+ @keyframes fadeInLeft {
47
+ 0% {
48
+ opacity: 0;
49
+ -webkit-transform: translate3d(-200px, 0, 0);
50
+ transform: translate3d(-200px, 0, 0);
51
+ }
52
+ to {
53
+ opacity: 1;
54
+ -webkit-transform: translateZ(0);
55
+ transform: translateZ(0);
56
+ }
57
+ }
58
+ .animate-fadeInLeft {
59
+ -webkit-animation-name: fadeInLeft;
60
+ animation-name: fadeInLeft;
61
+ }
62
+ @-webkit-keyframes fadeInRight {
63
+ 0% {
64
+ opacity: 0;
65
+ -webkit-transform: translate3d(200px, 0, 0);
66
+ transform: translate3d(200px, 0, 0);
67
+ }
68
+ to {
69
+ opacity: 1;
70
+ -webkit-transform: translateZ(0);
71
+ transform: translateZ(0);
72
+ }
73
+ }
74
+ @keyframes fadeInRight {
75
+ 0% {
76
+ opacity: 0;
77
+ -webkit-transform: translate3d(200px, 0, 0);
78
+ transform: translate3d(200px, 0, 0);
79
+ }
80
+ to {
81
+ opacity: 1;
82
+ -webkit-transform: translateZ(0);
83
+ transform: translateZ(0);
84
+ }
85
+ }
86
+ .animate-fadeInRight {
87
+ -webkit-animation-name: fadeInRight;
88
+ animation-name: fadeInRight;
89
+ }
90
+ @-webkit-keyframes fadeIn {
91
+ 0% {
92
+ opacity: 0;
93
+ }
94
+ to {
95
+ opacity: 1;
96
+ }
97
+ }
98
+ @keyframes fadeIn {
99
+ 0% {
100
+ opacity: 0;
101
+ }
102
+ to {
103
+ opacity: 1;
104
+ }
105
+ }
106
+ .animate-fadeIn {
107
+ -webkit-animation-name: fadeIn;
108
+ animation-name: fadeIn;
109
+ }
110
+ @-webkit-keyframes fadeOut {
111
+ 0% {
112
+ opacity: 1;
113
+ }
114
+ to {
115
+ opacity: 0;
116
+ }
117
+ }
118
+ @keyframes fadeOut {
119
+ 0% {
120
+ opacity: 1;
121
+ }
122
+ to {
123
+ opacity: 0;
124
+ }
125
+ }
126
+ .animate-fadeOut {
127
+ -webkit-animation-name: fadeOut;
128
+ animation-name: fadeOut;
129
+ }
130
+ @-webkit-keyframes slideInDown {
131
+ 0% {
132
+ -webkit-transform: translate3d(0, -200px, 0);
133
+ transform: translate3d(0, -200px, 0);
134
+ visibility: visible;
135
+ }
136
+ to {
137
+ -webkit-transform: translateZ(0);
138
+ transform: translateZ(0);
139
+ }
140
+ }
141
+ @keyframes slideInDown {
142
+ 0% {
143
+ -webkit-transform: translate3d(0, -200px, 0);
144
+ transform: translate3d(0, -200px, 0);
145
+ visibility: visible;
146
+ }
147
+ to {
148
+ -webkit-transform: translateZ(0);
149
+ transform: translateZ(0);
150
+ }
151
+ }
152
+ .animate-slideInDown {
153
+ -webkit-animation-name: slideInDown;
154
+ animation-name: slideInDown;
155
+ }
156
+ @-webkit-keyframes slideInLeft {
157
+ 0% {
158
+ -webkit-transform: translate3d(-100%, 0, 0);
159
+ transform: translate3d(-100%, 0, 0);
160
+ visibility: visible;
161
+ }
162
+ to {
163
+ -webkit-transform: translateZ(0);
164
+ transform: translateZ(0);
165
+ }
166
+ }
167
+ @keyframes slideInLeft {
168
+ 0% {
169
+ -webkit-transform: translate3d(-100%, 0, 0);
170
+ transform: translate3d(-100%, 0, 0);
171
+ visibility: visible;
172
+ }
173
+ to {
174
+ -webkit-transform: translateZ(0);
175
+ transform: translateZ(0);
176
+ }
177
+ }
178
+ .animate-slideInLeft {
179
+ -webkit-animation-name: slideInLeft;
180
+ animation-name: slideInLeft;
181
+ }
182
+ @-webkit-keyframes slideInRight {
183
+ 0% {
184
+ -webkit-transform: translate3d(100%, 0, 0);
185
+ transform: translate3d(100%, 0, 0);
186
+ visibility: visible;
187
+ }
188
+ to {
189
+ -webkit-transform: translateZ(0);
190
+ transform: translateZ(0);
191
+ }
192
+ }
193
+ @keyframes slideInRight {
194
+ 0% {
195
+ -webkit-transform: translate3d(100%, 0, 0);
196
+ transform: translate3d(100%, 0, 0);
197
+ visibility: visible;
198
+ }
199
+ to {
200
+ -webkit-transform: translateZ(0);
201
+ transform: translateZ(0);
202
+ }
203
+ }
204
+ .animate-slideInRight {
205
+ -webkit-animation: slideInRight 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
206
+ animation: slideInRight 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
207
+ }
208
+ @-webkit-keyframes slideInUp {
209
+ 0% {
210
+ -webkit-transform: translate3d(0, 200px, 0);
211
+ transform: translate3d(0, 200px, 0);
212
+ visibility: visible;
213
+ }
214
+ to {
215
+ -webkit-transform: translateZ(0);
216
+ transform: translateZ(0);
217
+ }
218
+ }
219
+ @keyframes slideInUp {
220
+ 0% {
221
+ -webkit-transform: translate3d(0, 200px, 0);
222
+ transform: translate3d(0, 200px, 0);
223
+ visibility: visible;
224
+ }
225
+ to {
226
+ -webkit-transform: translateZ(0);
227
+ transform: translateZ(0);
228
+ }
229
+ }
230
+ .animate-slideInUp {
231
+ -webkit-animation-name: slideInUp;
232
+ animation-name: slideInUp;
233
+ }
234
+ .animate {
235
+ -webkit-animation-duration: 1s;
236
+ animation-duration: 1s;
237
+ -webkit-animation-fill-mode: both;
238
+ animation-fill-mode: both;
239
+ }
240
+ .animate.animate-infinite {
241
+ -webkit-animation-iteration-count: infinite;
242
+ animation-iteration-count: infinite;
243
+ }
244
+ .animate.animate-repeat-1 {
245
+ -webkit-animation-iteration-count: 1;
246
+ animation-iteration-count: 1;
247
+ }
248
+ .animate.animate-repeat-2 {
249
+ -webkit-animation-iteration-count: 2;
250
+ animation-iteration-count: 2;
251
+ }
252
+ .animate.animate-repeat-3 {
253
+ -webkit-animation-iteration-count: 3;
254
+ animation-iteration-count: 3;
255
+ }
256
+ .animate.animate-delay-1s {
257
+ -webkit-animation-delay: 1s;
258
+ animation-delay: 1s;
259
+ }
260
+ .animate.animate-delay-2s {
261
+ -webkit-animation-delay: 2s;
262
+ animation-delay: 2s;
263
+ }
264
+ .animate.animate-delay-3s {
265
+ -webkit-animation-delay: 3s;
266
+ animation-delay: 3s;
267
+ }
268
+ .animate.animate-delay-4s {
269
+ -webkit-animation-delay: 4s;
270
+ animation-delay: 4s;
271
+ }
272
+ .animate.animate-delay-5s {
273
+ -webkit-animation-delay: 5s;
274
+ animation-delay: 5s;
275
+ }
276
+ .animate.animate-faster {
277
+ -webkit-animation-duration: 0.2s;
278
+ animation-duration: 0.2s;
279
+ }
280
+ .animate.animate-fast {
281
+ -webkit-animation-duration: 0.5s;
282
+ animation-duration: 0.5s;
283
+ }
284
+ .animate.animate-slow {
285
+ -webkit-animation-duration: 2s;
286
+ animation-duration: 2s;
287
+ }
288
+ .animate.animate-slower {
289
+ -webkit-animation-duration: 3s;
290
+ animation-duration: 3s;
291
+ }
292
+ body {
293
+ font-size: 16px;
294
+ }
295
+ a,
296
+ button {
297
+ cursor: pointer;
298
+ }
299
+ .vx-avatar {
300
+ display: flex;
301
+ border-radius: 50%;
302
+ border: 2px solid #f1f1f1;
303
+ }
304
+ .vx-avatar.md {
305
+ height: 28px;
306
+ width: 28px;
307
+ }
308
+ .vx-avatar.sm {
309
+ height: 24px;
310
+ width: 24px;
311
+ }
312
+ .vx-avatar.sm span {
313
+ font-size: 8px;
314
+ font-weight: 500;
315
+ }
316
+ .vx-avatar.lg {
317
+ height: 32px;
318
+ width: 32px;
319
+ }
320
+ .vx-avatar.lg span {
321
+ font-size: 12px;
322
+ }
323
+ .vx-avatar.x-lg {
324
+ height: 80px;
325
+ width: 80px;
326
+ }
327
+ .vx-avatar.x-lg span {
328
+ font-size: 18px;
329
+ font-weight: 600;
330
+ }
331
+ .vx-avatar.counter {
332
+ cursor: pointer;
333
+ }
334
+ .vx-avatar span {
335
+ display: flex;
336
+ justify-content: center;
337
+ align-items: center;
338
+ font-size: 10px;
339
+ font-weight: 500;
340
+ color: #FFFFFF;
341
+ width: 100%;
342
+ height: 100%;
343
+ border-radius: 50%;
344
+ text-transform: uppercase;
345
+ margin: 0;
346
+ background: #F1F1F1;
347
+ }
348
+ .vx-avatar span.green {
349
+ background: #34AA44;
350
+ }
351
+ .vx-avatar span.blue {
352
+ background: #1E5DD3;
353
+ }
354
+ .vx-avatar span.grey {
355
+ color: #34AA44 !important;
356
+ font-size: 14px !important;
357
+ }
358
+ .vx-avatar img {
359
+ width: 100%;
360
+ height: 100%;
361
+ border-radius: 50%;
362
+ }
363
+ .vx-avatar-container {
364
+ padding-bottom: 20px;
365
+ }
366
+ .vx-avatar-container .vx-avatar + .vx-avatar {
367
+ margin-left: 20px;
368
+ }
369
+ .vx-avatar-group {
370
+ display: flex;
371
+ }
372
+ .vx-avatar-group .vx-avatar + .vx-avatar {
373
+ margin-left: -10px;
374
+ }
375
+ .vx-pt-0 {
376
+ padding-top: 0 !important;
377
+ }
378
+ .vx-pt-1 {
379
+ padding-top: 4px !important;
380
+ }
381
+ .vx-pt-2 {
382
+ padding-top: 8px !important;
383
+ }
384
+ .vx-pt-3 {
385
+ padding-top: 12px !important;
386
+ }
387
+ .vx-pt-4 {
388
+ padding-top: 16px !important;
389
+ }
390
+ .vx-pt-5 {
391
+ padding-top: 20px !important;
392
+ }
393
+ .vx-pr-0 {
394
+ padding-right: 0 !important;
395
+ }
396
+ .vx-pr-1 {
397
+ padding-right: 4px !important;
398
+ }
399
+ .vx-pr-2 {
400
+ padding-right: 8px !important;
401
+ }
402
+ .vx-pr-3 {
403
+ padding-right: 12px !important;
404
+ }
405
+ .vx-pr-4 {
406
+ padding-right: 16px !important;
407
+ }
408
+ .vx-pr-5 {
409
+ padding-right: 20px !important;
410
+ }
411
+ .vx-pb-0 {
412
+ padding-bottom: 0 !important;
413
+ }
414
+ .vx-pb-1 {
415
+ padding-bottom: 4px !important;
416
+ }
417
+ .vx-pb-2 {
418
+ padding-bottom: 8px !important;
419
+ }
420
+ .vx-pb-3 {
421
+ padding-bottom: 12px !important;
422
+ }
423
+ .vx-pb-4 {
424
+ padding-bottom: 16px !important;
425
+ }
426
+ .vx-pb-5 {
427
+ padding-bottom: 20px !important;
428
+ }
429
+ .vx-pl-0 {
430
+ padding-left: 0 !important;
431
+ }
432
+ .vx-pl-1 {
433
+ padding-left: 4px !important;
434
+ }
435
+ .vx-pl-2 {
436
+ padding-left: 8px !important;
437
+ }
438
+ .vx-pl-3 {
439
+ padding-left: 12px !important;
440
+ }
441
+ .vx-pl-4 {
442
+ padding-left: 16px !important;
443
+ }
444
+ .vx-pl-5 {
445
+ padding-left: 20px !important;
446
+ }
447
+ .vx-btn {
448
+ border: 1px solid #F1F1F1;
449
+ color: #1E5DD3;
450
+ cursor: pointer;
451
+ overflow: hidden;
452
+ outline: none;
453
+ border-radius: 2px;
454
+ display: inline-flex;
455
+ font-size: 12px;
456
+ text-transform: uppercase;
457
+ font-weight: 500;
458
+ transition: all 0.2s ease-in-out;
459
+ position: relative;
460
+ margin: 0;
461
+ text-decoration: none;
462
+ padding-right: 12px;
463
+ padding-left: 12px;
464
+ justify-content: center;
465
+ }
466
+ .vx-btn i {
467
+ margin-right: 8px;
468
+ transform: scale(1.2);
469
+ }
470
+ .vx-btn.after i {
471
+ margin-left: 8px;
472
+ margin-right: 0;
473
+ }
474
+ .vx-btn.outline {
475
+ background: transparent;
476
+ }
477
+ .vx-btn + .vx-btn {
478
+ margin-left: 8px;
479
+ }
480
+ .vx-btn.transparent {
481
+ background: transparent !important;
482
+ border: none;
483
+ }
484
+ .vx-btn.transparent.primary {
485
+ color: #1E5DD3;
486
+ }
487
+ .vx-btn.transparent.red {
488
+ color: #EB2424;
489
+ }
490
+ .vx-btn.transparent.grey {
491
+ color: #161B2F;
492
+ }
493
+ .vx-btn:disabled {
494
+ filter: grayscale(1);
495
+ cursor: not-allowed;
496
+ }
497
+ .vx-btn:disabled:hover {
498
+ filter: grayscale(1);
499
+ }
500
+ .vx-btn:disabled:hover:before {
501
+ display: none;
502
+ }
503
+ .vx-btn.primary {
504
+ color: #FFFFFF;
505
+ background: #1E5DD3;
506
+ border-color: #1E5DD3;
507
+ }
508
+ .vx-btn.primary.outline {
509
+ color: #1E5DD3;
510
+ background: transparent;
511
+ border-color: #1E5DD3;
512
+ }
513
+ .vx-btn.primary.outline.light {
514
+ border-color: #f1f1f1;
515
+ }
516
+ .vx-btn.red {
517
+ color: #FFFFFF;
518
+ background: #EB2424;
519
+ border-color: #EB2424;
520
+ }
521
+ .vx-btn.red.outline {
522
+ color: #EB2424;
523
+ background: transparent;
524
+ border-color: #EB2424;
525
+ }
526
+ .vx-btn.grey {
527
+ color: #161B2F;
528
+ background: #DBDBDB;
529
+ border-color: #DBDBDB;
530
+ }
531
+ .vx-btn.grey.outline {
532
+ color: #161B2F;
533
+ background: transparent;
534
+ border-color: #F1F1F1;
535
+ }
536
+ .vx-btn.white {
537
+ background: #FFFFFF;
538
+ color: #747576;
539
+ border-color: #FFFFFF;
540
+ }
541
+ .vx-btn.lg {
542
+ line-height: 48px;
543
+ padding-right: 20px !important;
544
+ padding-left: 20px !important;
545
+ border-radius: 4px;
546
+ font-size: 16px;
547
+ font-weight: 600;
548
+ border-width: 2px;
549
+ }
550
+ .vx-btn.md {
551
+ line-height: 24px;
552
+ min-width: 80px;
553
+ }
554
+ .vx-btn.sm {
555
+ line-height: 20px;
556
+ font-size: 9px;
557
+ margin-bottom: 0;
558
+ }
559
+ .vx-btn.block {
560
+ display: flex;
561
+ width: 100%;
562
+ line-height: 38px;
563
+ padding-right: 20px !important;
564
+ padding-left: 20px !important;
565
+ border-radius: 0px;
566
+ justify-content: center;
567
+ font-size: 11px;
568
+ letter-spacing: 3.08px;
569
+ }
570
+ .vx-btn.block.rounded {
571
+ border-radius: 4px;
572
+ }
573
+ .vx-btn.icon {
574
+ height: 36px;
575
+ width: 36px;
576
+ border-radius: 50%;
577
+ display: inline-flex;
578
+ justify-content: center;
579
+ align-items: center;
580
+ margin-bottom: 0;
581
+ }
582
+ .vx-btn.icon.sm {
583
+ height: 28px;
584
+ width: 28px;
585
+ line-height: 26px;
586
+ }
587
+ .vx-btn.icon i {
588
+ margin: 0;
589
+ }
590
+ .vx-btn:before {
591
+ content: "";
592
+ position: absolute;
593
+ top: 0;
594
+ right: 0;
595
+ bottom: 0;
596
+ left: 0;
597
+ background: #000000;
598
+ opacity: 0;
599
+ transition: all 0.2s ease-in-out;
600
+ }
601
+ .vx-btn:hover {
602
+ position: relative;
603
+ filter: brightness(85%);
604
+ }
605
+ .vx-txt-red {
606
+ color: #EB2424;
607
+ }
608
+ .vx-txt-blue {
609
+ color: #1E5DD3;
610
+ }
611
+ .vx-txt-white {
612
+ color: #FFFFFF;
613
+ }
614
+ .vx-paragraph-txt {
615
+ color: #747576;
616
+ }
617
+ .vx-label-txt {
618
+ color: #161B2F;
619
+ }
620
+ .vx-bg-grey {
621
+ background: #F1F1F1;
622
+ }
623
+ .vx-bg-white {
624
+ background: #FFFFFF;
625
+ }
626
+ .vx-bg-red {
627
+ background: #EB2424;
628
+ }
629
+ .vx-bg-vColor {
630
+ background: #EE3939;
631
+ }
632
+ .vx-bg-blue {
633
+ background: #1E5DD3;
634
+ }
635
+ .vx-bg-light-text {
636
+ background: #747576;
637
+ }
638
+ .vx-dark-border {
639
+ border-color: #161B2F;
640
+ }
641
+ .vx-grey-border {
642
+ border-color: #F1F1F1;
643
+ }
644
+ .vx-red-border {
645
+ border-color: #EB2424;
646
+ }
647
+ .vx-blue-border {
648
+ border-color: #1E5DD3;
649
+ }
650
+ .vx-color-palette {
651
+ min-height: 40px;
652
+ width: 100%;
653
+ border-radius: 0;
654
+ color: #FFFFFF;
655
+ display: flex;
656
+ justify-content: center;
657
+ align-items: center;
658
+ }
659
+ .vx-color-palette input {
660
+ font-size: 12px;
661
+ font-weight: 400;
662
+ color: #FFFFFF;
663
+ border: none;
664
+ background: transparent;
665
+ outline: none;
666
+ width: 100%;
667
+ text-align: center;
668
+ }
669
+ .vx-color-palette.bg.blue-1 {
670
+ background: #1e5dd3;
671
+ }
672
+ .vx-color-palette.bg.blue-2 {
673
+ background: #4681ef;
674
+ }
675
+ .vx-color-palette.bg.blue-3 {
676
+ background: #7aa6f7;
677
+ }
678
+ .vx-color-palette.bg.blue-4 {
679
+ background: #d4e2fc;
680
+ }
681
+ .vx-color-palette.bg.blue-5 {
682
+ background: #033187;
683
+ }
684
+ .vx-color-palette.bg.green-1 {
685
+ background: #34aa44;
686
+ }
687
+ .vx-color-palette.bg.green-2 {
688
+ background: #66bf72;
689
+ }
690
+ .vx-color-palette.bg.green-3 {
691
+ background: #97d2a0;
692
+ }
693
+ .vx-color-palette.bg.green-4 {
694
+ background: #d6f2da;
695
+ }
696
+ .vx-color-palette.bg.red-1 {
697
+ background: #d93b41;
698
+ }
699
+ .vx-color-palette.bg.red-2 {
700
+ background: #e75151;
701
+ }
702
+ .vx-color-palette.bg.red-3 {
703
+ background: #f77272;
704
+ }
705
+ .vx-color-palette.bg.red-4 {
706
+ background: #ffeaea;
707
+ }
708
+ .vx-color-palette.bg.orange-1 {
709
+ background: #f6882f;
710
+ }
711
+ .vx-color-palette.bg.orange-2 {
712
+ background: #f5a05b;
713
+ }
714
+ .vx-color-palette.bg.orange-3 {
715
+ background: #f9b883;
716
+ }
717
+ .vx-color-palette.bg.orange-4 {
718
+ background: #fbe1cc;
719
+ }
720
+ .vx-color-palette.bg.yellow-1 {
721
+ background: #f0b819;
722
+ }
723
+ .vx-color-palette.bg.yellow-2 {
724
+ background: #f4c84a;
725
+ }
726
+ .vx-color-palette.bg.yellow-3 {
727
+ background: #fadd8a;
728
+ }
729
+ .vx-color-palette.bg.yellow-4 {
730
+ background: #fff4d6;
731
+ }
732
+ .vx-color-palette.bg.dark-1 {
733
+ background: #000000;
734
+ }
735
+ .vx-color-palette.bg.dark-2 {
736
+ background: #161b2f;
737
+ }
738
+ .vx-color-palette.bg.dark-3 {
739
+ background: #747576;
740
+ }
741
+ .vx-color-palette:first-child {
742
+ border-radius: 4px 0 0 4px;
743
+ }
744
+ .vx-color-palette:last-child {
745
+ border-radius: 0 4px 4px 0;
746
+ }
747
+ .vx-color-palette:last-child input {
748
+ color: #000000;
749
+ }
750
+ .vx-dialog-container {
751
+ position: relative;
752
+ border: 1px solid #F1F1F1;
753
+ border-radius: 4px;
754
+ }
755
+ .vx-dialog-container.dialog-md {
756
+ width: 560px;
757
+ }
758
+ .vx-dialog-container.dialog-lg {
759
+ width: 720px;
760
+ }
761
+ .vx-dialog-container.dialog-sm {
762
+ width: 380px;
763
+ }
764
+ .vx-dialog-container.dialog-sm .vx-dialog-head {
765
+ height: 40px;
766
+ padding: 0 10px 0 20px;
767
+ }
768
+ .vx-dialog-container.dialog-sm .vx-dialog-head button {
769
+ padding-right: 8px;
770
+ padding-left: 8px;
771
+ }
772
+ .vx-dialog-container.dialog-sm .vx-dialog-body {
773
+ padding: 15px 20px;
774
+ }
775
+ .vx-dialog-container.dialog-fs {
776
+ width: 100%;
777
+ height: 100%;
778
+ border-radius: 0;
779
+ overflow: auto;
780
+ background: #FFFFFF;
781
+ position: relative;
782
+ }
783
+ .vx-dialog-container.dialog-fs.close {
784
+ background: #EE3939;
785
+ border: none;
786
+ }
787
+ .vx-dialog-container.dialog-fs.close:after {
788
+ position: absolute;
789
+ content: "";
790
+ background: #FFFFFF;
791
+ top: 0;
792
+ right: 0;
793
+ bottom: 0;
794
+ left: 0;
795
+ border-radius: 0 200px 0 0;
796
+ }
797
+ .vx-dialog-container.dialog-fs.close button.close {
798
+ position: absolute;
799
+ top: 12px;
800
+ right: 12px;
801
+ color: #FFFFFF;
802
+ font-size: 22px;
803
+ }
804
+ .vx-dialog-container.dialog-alert {
805
+ width: 540px;
806
+ }
807
+ .vx-dialog-container.dialog-alert .vx-dialog-body {
808
+ background: #f8f8f8;
809
+ border-radius: 4px 4px 0 0;
810
+ padding: 50px 15px 35px;
811
+ }
812
+ .vx-dialog-container.dialog-alert .vx-dialog-body-container {
813
+ padding: 0;
814
+ }
815
+ .vx-dialog-container.dialog-alert .vx-dialog-icon {
816
+ background: #fff;
817
+ border: 1px solid #dcdcdc;
818
+ width: 80px;
819
+ height: 80px;
820
+ border-radius: 50%;
821
+ margin: 0 auto 35px;
822
+ padding: 5px 0 0;
823
+ display: flex;
824
+ align-items: center;
825
+ justify-content: center;
826
+ }
827
+ .vx-dialog-container.dialog-alert .vx-dialog-icon i {
828
+ font-size: 40px;
829
+ }
830
+ .vx-dialog-container.dialog-alert .vx-dialog-description {
831
+ font-size: 16px;
832
+ color: #747576;
833
+ text-align: center;
834
+ margin: 0;
835
+ font-weight: 400;
836
+ }
837
+ .vx-dialog-container.dialog-alert .vx-dialog-footer {
838
+ display: flex;
839
+ font-size: 14px;
840
+ background: #fff;
841
+ padding: 15px 20px;
842
+ letter-spacing: 0.2px;
843
+ border-radius: 0 0 4px 4px;
844
+ z-index: 1;
845
+ position: relative;
846
+ align-items: center;
847
+ justify-content: space-between;
848
+ }
849
+ .vx-dialog-container.dialog-alert .vx-dialog-footer p.info {
850
+ color: #161b2f;
851
+ margin: 0;
852
+ font-size: 14px;
853
+ font-weight: 400;
854
+ text-align: left;
855
+ }
856
+ .vx-dialog-container.dialog-alert .vx-dialog-footer .action {
857
+ display: flex;
858
+ }
859
+ .vx-dialog-container.dialog-alert .vx-dialog-footer .action button {
860
+ padding: 0 25px;
861
+ }
862
+ .vx-dialog-container.side-dialog {
863
+ height: 100vh;
864
+ width: 500px;
865
+ border-radius: 0;
866
+ }
867
+ .vx-dialog-container.side-dialog .vx-dialog-footer {
868
+ justify-content: flex-end;
869
+ display: flex;
870
+ height: 50px;
871
+ align-items: center;
872
+ padding: 0 20px;
873
+ background: #FBFBFB;
874
+ border-top: 1px solid #F1F1F1;
875
+ border-radius: 0;
876
+ }
877
+ .vx-dialog-container.side-dialog .vx-dialog-head {
878
+ border-radius: 0;
879
+ padding: 0 8px 0 20px;
880
+ }
881
+ .vx-dialog-container.side-dialog .vx-dialog-head .vx-btn {
882
+ color: #161b2f !important;
883
+ }
884
+ .vx-dialog-container.side-dialog .vx-dialog-body-container {
885
+ padding: 0;
886
+ }
887
+ .vx-dialog-container.side-dialog .vx-dialog-body {
888
+ height: calc(100vh - 100px);
889
+ overflow: auto;
890
+ }
891
+ .vx-dialog-container.animate {
892
+ -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 50ms both;
893
+ animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 50ms both;
894
+ }
895
+ .vx-dialog-head {
896
+ background: #f8f8f8;
897
+ border-bottom: 1px solid #F1F1F1;
898
+ border-radius: 4px 4px 0 0;
899
+ height: 50px;
900
+ display: flex;
901
+ justify-content: space-between;
902
+ align-items: center;
903
+ padding: 0 22px;
904
+ }
905
+ .vx-dialog-title {
906
+ margin: 0;
907
+ color: #161B2F;
908
+ font-size: 14px;
909
+ line-height: 21px;
910
+ font-weight: 500;
911
+ }
912
+ .vx-dialog-close {
913
+ font-size: 12px;
914
+ color: #000000;
915
+ padding: 0 3px;
916
+ margin: 0;
917
+ background: transparent;
918
+ border: none;
919
+ outline: none;
920
+ cursor: pointer;
921
+ }
922
+ .vx-dialog-body {
923
+ padding: 12px 28px;
924
+ overflow: auto;
925
+ overflow-x: hidden;
926
+ }
927
+ .vx-dialog-body-container {
928
+ padding: 4px;
929
+ background: #FFFFFF;
930
+ }
931
+ .vx-dialog-body-container .editor-block {
932
+ min-height: 100px;
933
+ border: 1px solid #F1F1F1;
934
+ }
935
+ .vx-dialog-simple {
936
+ background: #FFFFFF;
937
+ box-shadow: 0 0 5px rgba(30, 93, 211, 0.27);
938
+ -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 50ms both;
939
+ animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 50ms both;
940
+ }
941
+ .vx-dialog-simple .vx-dialog-title {
942
+ padding: 8px12px;
943
+ }
944
+ .vx-dialog-footer {
945
+ background: #f8f8f8;
946
+ border-top: 1px solid #F1F1F1;
947
+ border-radius: 0 0 4px 4px;
948
+ height: 50px;
949
+ padding: 0 20px;
950
+ }
951
+ .error-icon {
952
+ color: #C7381B;
953
+ font-size: 36px;
954
+ display: flex;
955
+ transform: rotate(45deg);
956
+ }
957
+ .bin-icon {
958
+ display: block;
959
+ width: 26px;
960
+ height: 40px;
961
+ border-radius: 50%;
962
+ z-index: 2;
963
+ position: relative;
964
+ }
965
+ .lid {
966
+ position: relative;
967
+ width: 30px;
968
+ height: 2px;
969
+ left: -2px;
970
+ border-radius: 4px;
971
+ }
972
+ .lid:before {
973
+ content: '';
974
+ position: absolute;
975
+ top: -3px;
976
+ right: 0;
977
+ left: 0;
978
+ width: 6px;
979
+ height: 3px;
980
+ margin: 0 auto;
981
+ border-radius: 10px 10px 0 0;
982
+ }
983
+ .box {
984
+ position: relative;
985
+ height: 34px;
986
+ margin-top: 2px;
987
+ border-radius: 0 0 8px 8px;
988
+ }
989
+ .box-inner {
990
+ background-color: #FFFFFF;
991
+ position: relative;
992
+ top: 2px;
993
+ width: 22px;
994
+ height: 30px;
995
+ margin: 0 auto;
996
+ border-radius: 0 0 5px 5px;
997
+ }
998
+ .bin-lines {
999
+ position: relative;
1000
+ top: 3px;
1001
+ margin: 0 auto;
1002
+ width: 2px;
1003
+ height: 22px;
1004
+ border-radius: 4px;
1005
+ }
1006
+ .bin-lines:before,
1007
+ .bin-lines:after {
1008
+ background-color: #d93b41;
1009
+ width: 2px;
1010
+ height: 22px;
1011
+ border-radius: 4px;
1012
+ content: '';
1013
+ position: absolute;
1014
+ transition: 0.2s ease background-color;
1015
+ }
1016
+ .bin-lines:before {
1017
+ left: -6px;
1018
+ }
1019
+ .bin-lines:after {
1020
+ left: 6px;
1021
+ }
1022
+ .lid,
1023
+ #lid:before,
1024
+ .box,
1025
+ #bin-lines {
1026
+ background-color: #d93b41;
1027
+ transition: 0.2s ease background-color;
1028
+ }
1029
+ .bin-icon.active .box {
1030
+ animation: shake 0.2s ease 0.1s;
1031
+ }
1032
+ .bin-icon.active .box-inner {
1033
+ background-color: #d93b41;
1034
+ }
1035
+ .bin-icon.active .bin-lines {
1036
+ background-color: #FFFFFF !important;
1037
+ }
1038
+ .bin-icon.active .bin-lines::before {
1039
+ background-color: #FFFFFF;
1040
+ }
1041
+ .bin-icon.active .bin-lines::after {
1042
+ background-color: #FFFFFF;
1043
+ }
1044
+ .bin-icon.active .lid {
1045
+ animation: lift-up 0.8s ease 0.1s, shake_u 0.8s ease 0.1s, shake_l 0.2s ease 0.8s;
1046
+ }
1047
+ .activateCircle {
1048
+ display: block;
1049
+ width: 50px;
1050
+ height: 50px;
1051
+ background: transparent;
1052
+ border-radius: 50px;
1053
+ overflow: hidden;
1054
+ position: relative;
1055
+ top: 2px;
1056
+ left: 2px;
1057
+ }
1058
+ .activateCircle:before {
1059
+ width: 1px;
1060
+ height: 1px;
1061
+ position: absolute;
1062
+ top: 0;
1063
+ bottom: 0;
1064
+ right: -1px;
1065
+ margin: auto;
1066
+ content: "";
1067
+ border-radius: 50px;
1068
+ transition: all 300ms ease;
1069
+ }
1070
+ .activateCircle span {
1071
+ display: block;
1072
+ width: 13px;
1073
+ height: 3px;
1074
+ background: #34aa44;
1075
+ margin: 27px 0 0 7px;
1076
+ -webkit-transform: rotate(45deg);
1077
+ transform: rotate(45deg);
1078
+ }
1079
+ .activateCircle span.line-2 {
1080
+ margin: -7px 0 0 13px;
1081
+ transform: rotate(135deg);
1082
+ width: 28px;
1083
+ }
1084
+ .activateCircle.activeActiveIcon:before {
1085
+ width: 55px;
1086
+ height: 55px;
1087
+ transition: all 300ms ease;
1088
+ }
1089
+ .activateCircle.activeActiveIcon span {
1090
+ background: #34aa44;
1091
+ animation: scale-up-hor-left-1 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
1092
+ }
1093
+ .activateCircle.activeActiveIcon span.line-2 {
1094
+ background: #34aa44;
1095
+ animation: scale-up-hor-left-2 0.3s cubic-bezier(0, 0, 0, 0) 10ms both;
1096
+ }
1097
+ @keyframes lift-up {
1098
+ 0% {
1099
+ top: 0;
1100
+ }
1101
+ 50% {
1102
+ top: -35px;
1103
+ }
1104
+ 100% {
1105
+ top: 0;
1106
+ }
1107
+ }
1108
+ @keyframes scale-up-hor-left-1 {
1109
+ 0% {
1110
+ width: 0;
1111
+ transform: rotate(45deg) translate(-2px, -5px);
1112
+ }
1113
+ 50% {
1114
+ width: 16px;
1115
+ transform: rotate(45deg) translate(2px, 0px);
1116
+ }
1117
+ 100% {
1118
+ width: 13px;
1119
+ transform: rotate(45deg) translate(0px, 0px);
1120
+ }
1121
+ }
1122
+ @keyframes scale-up-hor-left-2 {
1123
+ 0% {
1124
+ width: 0;
1125
+ transform: rotate(135deg) translate(-2px, -8px);
1126
+ }
1127
+ 50% {
1128
+ width: 0;
1129
+ transform: rotate(135deg) translate(4px, -8px);
1130
+ }
1131
+ 75% {
1132
+ width: 32px;
1133
+ transform: rotate(135deg) translate(0, 0);
1134
+ }
1135
+ 100% {
1136
+ width: 28px;
1137
+ transform: rotate(135deg) translate(0px, 0px);
1138
+ }
1139
+ }
1140
+ @-webkit-keyframes scale-up-center {
1141
+ 0% {
1142
+ -webkit-transform: scale(0.5);
1143
+ transform: scale(0.5);
1144
+ opacity: 0;
1145
+ }
1146
+ 100% {
1147
+ -webkit-transform: scale(1);
1148
+ transform: scale(1);
1149
+ opacity: 1;
1150
+ }
1151
+ }
1152
+ @keyframes scale-up-center {
1153
+ 0% {
1154
+ -webkit-transform: scale(0.5);
1155
+ transform: scale(0.5);
1156
+ opacity: 0;
1157
+ }
1158
+ 100% {
1159
+ -webkit-transform: scale(1);
1160
+ transform: scale(1);
1161
+ opacity: 1;
1162
+ }
1163
+ }
1164
+ .vx-d-none {
1165
+ display: none !important;
1166
+ }
1167
+ .vx-d-block {
1168
+ display: block !important;
1169
+ }
1170
+ .vx-d-flex {
1171
+ display: flex !important;
1172
+ }
1173
+ .vx-d-table {
1174
+ display: table !important;
1175
+ }
1176
+ .vx-d-inline {
1177
+ display: inline !important;
1178
+ }
1179
+ .vx-d-inline-block {
1180
+ display: inline-block !important;
1181
+ }
1182
+ .vx-d-inline-flex {
1183
+ display: inline-flex !important;
1184
+ }
1185
+ .vx-flex-wrap {
1186
+ flex-wrap: wrap;
1187
+ }
1188
+ label.vx-checkbox-item {
1189
+ display: flex;
1190
+ align-items: center;
1191
+ cursor: pointer;
1192
+ margin: 0;
1193
+ padding: 0;
1194
+ max-width: 100%;
1195
+ }
1196
+ label.vx-checkbox-item span {
1197
+ display: inline-flex;
1198
+ align-items: center;
1199
+ justify-content: center;
1200
+ }
1201
+ label.vx-checkbox-item span.checkbox {
1202
+ height: 16px;
1203
+ width: 16px;
1204
+ border-radius: 2px;
1205
+ border: 1px solid #DBDBDB;
1206
+ position: relative;
1207
+ padding: 2px;
1208
+ margin-top: 0px;
1209
+ }
1210
+ label.vx-checkbox-item span.value {
1211
+ color: #4E4E4E;
1212
+ font-size: 14px;
1213
+ line-height: 16px;
1214
+ font-weight: 400;
1215
+ margin-left: 10px;
1216
+ max-width: calc(100% - 26px);
1217
+ }
1218
+ label.vx-checkbox-item span.value:empty {
1219
+ display: none;
1220
+ }
1221
+ label.vx-checkbox-item svg {
1222
+ display: none;
1223
+ margin-top: 0px;
1224
+ }
1225
+ label.vx-checkbox-item input[type=checkbox] {
1226
+ display: none;
1227
+ }
1228
+ label.vx-checkbox-item input[type=checkbox]:checked ~ svg {
1229
+ display: block;
1230
+ }
1231
+ label.vx-checkbox-item input[type=checkbox]:checked + .checkbox {
1232
+ display: none;
1233
+ }
1234
+ label.vx-checkbox-item input[type=checkbox]:disabled ~ * {
1235
+ opacity: 0.7;
1236
+ }
1237
+ .disabled {
1238
+ opacity: 0.4 !important;
1239
+ }
1240
+ .checkmark {
1241
+ width: 16px;
1242
+ height: 16px;
1243
+ border-radius: 2px;
1244
+ stroke-width: 4;
1245
+ stroke: #fff;
1246
+ stroke-miterlimit: 10;
1247
+ box-shadow: inset 0px 0px 0px #34AA44;
1248
+ animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
1249
+ }
1250
+ .checkmark__circle {
1251
+ stroke-dasharray: 166;
1252
+ stroke-dashoffset: 166;
1253
+ stroke-width: 2;
1254
+ stroke-miterlimit: 10;
1255
+ stroke: #34AA44;
1256
+ fill: none;
1257
+ animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
1258
+ padding-right: 10px;
1259
+ }
1260
+ .checkmark__check {
1261
+ transform-origin: 50% 50%;
1262
+ stroke-dasharray: 48;
1263
+ stroke-dashoffset: 48;
1264
+ animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
1265
+ }
1266
+ @keyframes stroke {
1267
+ 100% {
1268
+ stroke-dashoffset: 0;
1269
+ }
1270
+ }
1271
+ @keyframes scale {
1272
+ 0%,
1273
+ 100% {
1274
+ transform: none;
1275
+ }
1276
+ 50% {
1277
+ transform: scale3d(1.1, 1.1, 1);
1278
+ }
1279
+ }
1280
+ @keyframes fill {
1281
+ 100% {
1282
+ box-shadow: inset 0px 0px 0px 30px #34AA44;
1283
+ }
1284
+ }
1285
+ .vx-form-group {
1286
+ display: block;
1287
+ position: relative;
1288
+ margin-bottom: 16px;
1289
+ }
1290
+ .vx-form-group .select {
1291
+ position: relative;
1292
+ }
1293
+ .vx-form-group .select select {
1294
+ -webkit-appearance: none;
1295
+ -moz-appearance: none;
1296
+ appearance: none;
1297
+ background-color: transparent;
1298
+ margin: 0;
1299
+ width: 100%;
1300
+ font-family: inherit;
1301
+ font-size: 12px;
1302
+ cursor: pointer;
1303
+ line-height: inherit;
1304
+ z-index: 1;
1305
+ }
1306
+ .vx-form-group .select select:disabled {
1307
+ background: #F1F1F1;
1308
+ cursor: not-allowed;
1309
+ }
1310
+ .vx-form-group .select:after {
1311
+ content: "";
1312
+ border-top: 5px solid #161B2F;
1313
+ border-right: 5px solid transparent;
1314
+ border-left: 5px solid transparent;
1315
+ position: absolute;
1316
+ right: 20px;
1317
+ top: calc(50% - 2px);
1318
+ }
1319
+ .vx-form-group .select input {
1320
+ cursor: pointer;
1321
+ }
1322
+ .vx-form-group label.vx-control-panel {
1323
+ color: #161B2F;
1324
+ font-size: 11px;
1325
+ font-weight: 500;
1326
+ line-height: 16px;
1327
+ margin-bottom: 8px;
1328
+ display: block;
1329
+ text-transform: uppercase;
1330
+ width: 100%;
1331
+ margin-top: 4px;
1332
+ }
1333
+ .vx-form-group label.vx-control-panel span.required {
1334
+ color: #EB2424;
1335
+ }
1336
+ .vx-form-group input[type=text] {
1337
+ height: 40px;
1338
+ border-radius: 4px;
1339
+ border: 1px solid #DBDBDB;
1340
+ background: #FFFFFF;
1341
+ outline: none;
1342
+ padding: 8px 12px;
1343
+ line-height: 20px;
1344
+ font-size: 13px;
1345
+ color: #747576;
1346
+ font-weight: 400;
1347
+ transition: all 0.2s ease-in-out;
1348
+ width: 100%;
1349
+ }
1350
+ .vx-form-group input[type=text]:focus {
1351
+ border-color: #1E5DD3;
1352
+ box-shadow: 0 0 5px rgba(30, 93, 211, 0.27);
1353
+ }
1354
+ .vx-form-group input[type=text].error {
1355
+ border-color: #EB2424;
1356
+ color: #EB2424;
1357
+ margin-bottom: 4px;
1358
+ }
1359
+ .vx-form-group input[type=text].error:focus {
1360
+ box-shadow: 0 0 5px rgba(211, 30, 30, 0.27);
1361
+ }
1362
+ .vx-form-group input[type=text]:disabled {
1363
+ background: #F1F1F1;
1364
+ cursor: not-allowed;
1365
+ }
1366
+ .vx-form-group input[type=file] {
1367
+ height: 40px;
1368
+ border-radius: 4px;
1369
+ border: 1px solid #DBDBDB;
1370
+ background: #FFFFFF;
1371
+ outline: none;
1372
+ padding: 9px 16px;
1373
+ line-height: 20px;
1374
+ font-size: 12px;
1375
+ color: #747576;
1376
+ font-weight: 400;
1377
+ transition: all 0.2s ease-in-out;
1378
+ width: 100%;
1379
+ }
1380
+ .vx-form-group input[type=file].error {
1381
+ border-color: #EB2424;
1382
+ color: #EB2424;
1383
+ margin-bottom: 4px;
1384
+ }
1385
+ .vx-form-group input[type=file].error:focus {
1386
+ box-shadow: 0 0 5px rgba(211, 30, 30, 0.27);
1387
+ }
1388
+ .vx-form-group input[type=file]:disabled {
1389
+ background: #F1F1F1;
1390
+ cursor: not-allowed;
1391
+ }
1392
+ .vx-form-group select {
1393
+ height: 40px;
1394
+ border-radius: 4px;
1395
+ border: 1px solid #DBDBDB;
1396
+ background: #FFFFFF;
1397
+ outline: none;
1398
+ padding: 8px 16px;
1399
+ line-height: 20px;
1400
+ font-size: 12px;
1401
+ color: #747576;
1402
+ font-weight: 400;
1403
+ transition: all 0.2s ease-in-out;
1404
+ width: 100%;
1405
+ }
1406
+ .vx-form-group select:focus {
1407
+ border-color: #1E5DD3;
1408
+ box-shadow: 0 0 5px rgba(30, 93, 211, 0.27);
1409
+ }
1410
+ .vx-form-group select.error {
1411
+ border-color: #EB2424;
1412
+ color: #EB2424;
1413
+ margin-bottom: 4px;
1414
+ }
1415
+ .vx-form-group select.error:focus {
1416
+ box-shadow: 0 0 5px rgba(211, 30, 30, 0.27);
1417
+ }
1418
+ .vx-form-group.lg label.vx-control-panel {
1419
+ font-size: 16px;
1420
+ }
1421
+ .vx-form-group.lg input[type=text] {
1422
+ height: 48px;
1423
+ line-height: 28px;
1424
+ font-size: 16px;
1425
+ }
1426
+ .vx-form-group.lg select {
1427
+ height: 48px;
1428
+ line-height: 28px;
1429
+ font-size: 16px;
1430
+ }
1431
+ .vx-form-group.lg input[type=file] {
1432
+ height: 48px;
1433
+ line-height: 28px;
1434
+ font-size: 16px;
1435
+ padding: 9px 16px;
1436
+ }
1437
+ .vx-form-group.sm label.vx-control-panel {
1438
+ font-size: 10px;
1439
+ }
1440
+ .vx-form-group.sm input[type=text] {
1441
+ height: 32px;
1442
+ line-height: 12px;
1443
+ font-size: 12px;
1444
+ }
1445
+ .vx-form-group.sm select {
1446
+ height: 32px;
1447
+ line-height: 12px;
1448
+ font-size: 12px;
1449
+ }
1450
+ .vx-form-group.sm input[type=file] {
1451
+ height: 32px;
1452
+ line-height: 12px;
1453
+ font-size: 12px;
1454
+ padding: 5px 16px;
1455
+ }
1456
+ .vx-form-group .select-list {
1457
+ position: absolute;
1458
+ background: #FFFFFF;
1459
+ box-shadow: 0 0 5px #1e5dd3;
1460
+ top: 100%;
1461
+ right: 0;
1462
+ left: 0;
1463
+ z-index: 2;
1464
+ }
1465
+ .vx-form-group .select-list .vx-radio-group label.vx-radio-item {
1466
+ width: 100%;
1467
+ padding: 12px 16px;
1468
+ }
1469
+ .vx-form-group .select-list .vx-radio-group label.vx-radio-item:hover {
1470
+ background: #f8f8f8;
1471
+ }
1472
+ .vx-form-group .checkbox-group {
1473
+ display: block;
1474
+ padding: 0;
1475
+ margin: 0;
1476
+ }
1477
+ .vx-form-group .checkbox-group li {
1478
+ list-style: none;
1479
+ display: block;
1480
+ padding: 4px 8px;
1481
+ }
1482
+ .vx-form-group .checkbox-group.ver {
1483
+ display: flex;
1484
+ flex-wrap: wrap;
1485
+ }
1486
+ .vx-form-group .checkbox-group.ver li {
1487
+ width: auto;
1488
+ }
1489
+ .vx-form-group .selected {
1490
+ height: 40px;
1491
+ border-radius: 4px;
1492
+ border: 1px solid #F1F1F1;
1493
+ background: #FBFBFB;
1494
+ outline: none;
1495
+ padding: 8px;
1496
+ line-height: 20px;
1497
+ font-size: 14px;
1498
+ color: #747576;
1499
+ font-weight: 400;
1500
+ transition: all 0.2s ease-in-out;
1501
+ width: 100%;
1502
+ display: flex;
1503
+ align-items: center;
1504
+ position: relative;
1505
+ justify-content: space-between;
1506
+ }
1507
+ .vx-form-group .selected .chip-container {
1508
+ display: flex;
1509
+ width: calc(100% - 52px);
1510
+ align-items: center;
1511
+ }
1512
+ .vx-form-group .selected .chip-container span.chip {
1513
+ background: #FFFFFF;
1514
+ border-radius: 2px;
1515
+ box-shadow: 0px 0px 3px #1E5DD31A;
1516
+ height: 24px;
1517
+ padding: 0 8px;
1518
+ color: #1E5DD3;
1519
+ font-size: 12px;
1520
+ display: block;
1521
+ width: auto;
1522
+ max-width: 100%;
1523
+ font-weight: 400;
1524
+ white-space: nowrap;
1525
+ overflow: hidden;
1526
+ text-overflow: ellipsis;
1527
+ line-height: 24px;
1528
+ }
1529
+ .vx-form-group .selected .chip-container span.chip i {
1530
+ font-weight: 400;
1531
+ margin-right: 8px;
1532
+ cursor: pointer;
1533
+ font-size: 10px;
1534
+ }
1535
+ .vx-form-group .selected .chip-container span.chip + span.chip {
1536
+ margin-left: 4px;
1537
+ }
1538
+ .vx-form-group .selected button.count {
1539
+ background: #1E5DD3;
1540
+ border-radius: 2px;
1541
+ height: 24px;
1542
+ padding: 2px 8px;
1543
+ border: 1px solid #1E5DD3;
1544
+ cursor: pointer;
1545
+ outline: none;
1546
+ color: #FFFFFF;
1547
+ font: 13px;
1548
+ font-weight: 500;
1549
+ margin-left: 4px;
1550
+ line-height: 20px;
1551
+ }
1552
+ .vx-form-group .selected button.edit {
1553
+ border: 1px solid #F1F1F1;
1554
+ border-radius: 2px;
1555
+ background: #FFFFFF;
1556
+ outline: none;
1557
+ cursor: pointer;
1558
+ display: block;
1559
+ height: 24px;
1560
+ padding: 0 5px 0 4px;
1561
+ font-size: 11px;
1562
+ font-weight: 500;
1563
+ color: #1E5DD3;
1564
+ text-transform: uppercase;
1565
+ }
1566
+ .vx-form-group .selected button.edit i {
1567
+ font-weight: 400;
1568
+ font-size: 8px;
1569
+ margin-right: 4px;
1570
+ }
1571
+ .vx-form-group .selected .workflow-label {
1572
+ min-width: 92px;
1573
+ padding: 4px;
1574
+ text-align: center;
1575
+ margin-left: -8px;
1576
+ margin-right: 8px;
1577
+ border-right: 1px solid #F1F1F1;
1578
+ }
1579
+ .vx-form-group .selected .workflow-label p {
1580
+ margin: 0;
1581
+ display: block;
1582
+ text-transform: uppercase;
1583
+ }
1584
+ .vx-form-group .selected .workflow-label p.title {
1585
+ font-size: 9px;
1586
+ line-height: 12px;
1587
+ color: #161B2F;
1588
+ font-weight: 500;
1589
+ }
1590
+ .vx-form-group .selected .workflow-label p.description {
1591
+ font-size: 11px;
1592
+ line-height: 16px;
1593
+ color: #161B2F;
1594
+ font-weight: 600;
1595
+ }
1596
+ .vx-form-group .custom-filed {
1597
+ position: relative;
1598
+ }
1599
+ .vx-form-group .custom-filed input {
1600
+ padding-right: 24px;
1601
+ }
1602
+ .vx-form-group .custom-filed button.remove {
1603
+ position: absolute;
1604
+ z-index: 1;
1605
+ top: calc(50% - 4px);
1606
+ right: 12px;
1607
+ font-size: 8px;
1608
+ color: #EE3939;
1609
+ padding: 0;
1610
+ margin: 0;
1611
+ background: transparent;
1612
+ border: none;
1613
+ }
1614
+ label {
1615
+ max-width: 600px;
1616
+ }
1617
+ label.vx-radio-item {
1618
+ display: inline-flex;
1619
+ align-items: center;
1620
+ cursor: pointer;
1621
+ margin: 0;
1622
+ padding: 0 10px 0 0;
1623
+ max-width: 100%;
1624
+ }
1625
+ label.vx-radio-item.readonly {
1626
+ pointer-events: none;
1627
+ }
1628
+ label.vx-radio-item span {
1629
+ display: inline-flex;
1630
+ align-items: center;
1631
+ }
1632
+ label.vx-radio-item span.radio {
1633
+ background: #fff;
1634
+ height: 16px;
1635
+ width: 16px;
1636
+ border-radius: 50%;
1637
+ border: 1px solid #DBDBDB;
1638
+ position: relative;
1639
+ padding: 5px;
1640
+ margin-top: 0px;
1641
+ }
1642
+ label.vx-radio-item span.radio .inner {
1643
+ height: 10px;
1644
+ width: 10px;
1645
+ border-radius: 50%;
1646
+ background: #FFFFFF;
1647
+ display: none;
1648
+ }
1649
+ label.vx-radio-item span.value {
1650
+ color: #4E4E4E;
1651
+ font-size: 14px;
1652
+ line-height: 16px;
1653
+ font-weight: 400;
1654
+ margin-left: 10px;
1655
+ max-width: calc(100% - 26px);
1656
+ }
1657
+ label.vx-radio-item span.value:empty {
1658
+ display: none;
1659
+ }
1660
+ label.vx-radio-item svg {
1661
+ display: none;
1662
+ margin-top: 0px;
1663
+ }
1664
+ label.vx-radio-item input[type=radio] {
1665
+ display: none;
1666
+ }
1667
+ label.vx-radio-item input[type=radio]:checked + span.radio {
1668
+ display: none;
1669
+ }
1670
+ label.vx-radio-item input[type=radio]:checked ~ svg {
1671
+ display: block;
1672
+ }
1673
+ label.vx-radio-item input[type=radio]:disabled ~ * {
1674
+ opacity: 0.7;
1675
+ }
1676
+ .vx-radio-group {
1677
+ display: flex;
1678
+ }
1679
+ .vx-radio-group.ver {
1680
+ display: block;
1681
+ }
1682
+ .vx-radio-group.ver label.vx-radio-item {
1683
+ display: flex;
1684
+ padding: 8px 12px;
1685
+ }
1686
+ .radiomark {
1687
+ width: 16px;
1688
+ height: 16px;
1689
+ border-radius: 50%;
1690
+ stroke-width: 4;
1691
+ stroke: #fff;
1692
+ stroke-miterlimit: 10;
1693
+ box-shadow: inset 0px 0px 0px #34AA44;
1694
+ animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
1695
+ }
1696
+ .radiomark__circle {
1697
+ stroke-dasharray: 166;
1698
+ stroke-dashoffset: 166;
1699
+ stroke-width: 2;
1700
+ stroke-miterlimit: 10;
1701
+ stroke: #34AA44;
1702
+ fill: none;
1703
+ animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
1704
+ }
1705
+ .radiomark__check {
1706
+ stroke-dasharray: 100;
1707
+ stroke-dashoffset: 100;
1708
+ stroke-width: 10;
1709
+ animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
1710
+ }
1711
+ @keyframes stroke {
1712
+ 100% {
1713
+ stroke-dashoffset: 0;
1714
+ }
1715
+ }
1716
+ @keyframes scale {
1717
+ 0%,
1718
+ 100% {
1719
+ transform: none;
1720
+ }
1721
+ 50% {
1722
+ transform: scale3d(1.1, 1.1, 1);
1723
+ }
1724
+ }
1725
+ @keyframes fill {
1726
+ 100% {
1727
+ box-shadow: inset 0px 0px 0px 30px #34AA44;
1728
+ }
1729
+ }
1730
+ .vx-slider {
1731
+ -webkit-appearance: none;
1732
+ width: 100%;
1733
+ height: 5px;
1734
+ background: #F1F1F1;
1735
+ outline: none;
1736
+ -webkit-transition: 0.2s;
1737
+ transition: opacity 0.2s;
1738
+ border-radius: 4px;
1739
+ margin: 0;
1740
+ }
1741
+ .vx-slider::-webkit-slider-thumb {
1742
+ -webkit-appearance: none;
1743
+ appearance: none;
1744
+ width: 15px;
1745
+ height: 15px;
1746
+ background: #1E5DD3;
1747
+ cursor: pointer;
1748
+ border-radius: 50%;
1749
+ transition: all 0.2s ease-in-out;
1750
+ }
1751
+ .vx-slider::-moz-range-thumb {
1752
+ width: 15px;
1753
+ height: 15px;
1754
+ background: #1E5DD3;
1755
+ cursor: pointer;
1756
+ border-radius: 50%;
1757
+ transition: all 0.2s ease-in-out;
1758
+ }
1759
+ .vx-slider.sm::-webkit-slider-thumb {
1760
+ width: 12px;
1761
+ height: 12px;
1762
+ }
1763
+ .vx-slider.sm::-moz-range-thumb {
1764
+ width: 12px;
1765
+ height: 12px;
1766
+ }
1767
+ .vx-slider.lg::-webkit-slider-thumb {
1768
+ width: 30px;
1769
+ height: 30px;
1770
+ }
1771
+ .vx-slider.lg::-moz-range-thumb {
1772
+ width: 30px;
1773
+ height: 30px;
1774
+ }
1775
+ .vx-slider:disabled::-webkit-slider-thumb {
1776
+ background: #747576;
1777
+ }
1778
+ .vx-slider:disabled::-moz-range-thumb {
1779
+ background: #747576;
1780
+ }
1781
+ label.vx-switch {
1782
+ position: relative;
1783
+ display: inline-flex;
1784
+ align-items: center;
1785
+ justify-content: space-between;
1786
+ margin: 0;
1787
+ padding: 0;
1788
+ }
1789
+ label.vx-switch.top {
1790
+ align-items: flex-start;
1791
+ }
1792
+ label.vx-switch span.value {
1793
+ font-size: 12px;
1794
+ color: #161b2f;
1795
+ font-weight: 400;
1796
+ display: flex;
1797
+ justify-content: space-between;
1798
+ width: calc(100% - 35px);
1799
+ align-items: flex-start;
1800
+ }
1801
+ label.vx-switch span.switch {
1802
+ position: relative;
1803
+ display: block;
1804
+ width: 25px;
1805
+ height: 14px;
1806
+ margin-left: 8px;
1807
+ }
1808
+ label.vx-switch span.switch input {
1809
+ position: absolute;
1810
+ opacity: 0;
1811
+ margin: 0;
1812
+ width: 100%;
1813
+ height: 100%;
1814
+ z-index: 1;
1815
+ cursor: pointer;
1816
+ }
1817
+ label.vx-switch span.switch input:checked + span.switch-box {
1818
+ background: #34AA44;
1819
+ border: 1px solid #34AA44;
1820
+ }
1821
+ label.vx-switch span.switch input:checked + span.switch-box .switch-ball {
1822
+ left: 13px;
1823
+ }
1824
+ label.vx-switch span.switch input:disabled {
1825
+ pointer-events: none;
1826
+ }
1827
+ label.vx-switch span.switch input:disabled + .switch-box {
1828
+ opacity: 0.5;
1829
+ }
1830
+ label.vx-switch span.switch-box {
1831
+ height: 100%;
1832
+ width: 100%;
1833
+ border-radius: 11px;
1834
+ background: #BCBCBC;
1835
+ border: 1px solid #BCBCBC;
1836
+ display: block;
1837
+ transition: all 0.2s ease-in-out;
1838
+ }
1839
+ label.vx-switch span.switch-ball {
1840
+ height: 10px;
1841
+ width: 10px;
1842
+ background: #FFFFFF;
1843
+ border-radius: 50%;
1844
+ border: 1px solid #FFFFFF;
1845
+ display: block;
1846
+ position: absolute;
1847
+ left: 2px;
1848
+ top: 2px;
1849
+ bottom: 1px;
1850
+ transition: all 0.2s ease-in-out;
1851
+ }
1852
+ label.vx-switch span.switch.blue input {
1853
+ position: absolute;
1854
+ opacity: 0;
1855
+ margin: 0;
1856
+ width: 100%;
1857
+ height: 100%;
1858
+ z-index: 1;
1859
+ cursor: pointer;
1860
+ }
1861
+ label.vx-switch span.switch.blue input:checked + span.switch-box {
1862
+ background: #1E5DD3;
1863
+ border: 1px solid #1E5DD3;
1864
+ }
1865
+ label.vx-switch span.switch.blue input:checked + span.switch-box .switch-ball {
1866
+ left: 13px;
1867
+ }
1868
+ label.vx-switch span.switch.blue input:disabled {
1869
+ pointer-events: none;
1870
+ }
1871
+ label.vx-switch span.switch.blue input:disabled + .switch-box {
1872
+ opacity: 0.5;
1873
+ }
1874
+ label.vx-switch span.notification {
1875
+ display: inline-flex;
1876
+ font-size: 12px;
1877
+ cursor: pointer;
1878
+ color: #4681ef;
1879
+ align-items: center;
1880
+ line-height: 20px;
1881
+ margin: 0 10px;
1882
+ }
1883
+ label.vx-switch.label span.value {
1884
+ white-space: nowrap;
1885
+ }
1886
+ label.vx-switch.lg span.switch {
1887
+ width: 40px;
1888
+ min-width: 40px;
1889
+ height: 20px;
1890
+ }
1891
+ label.vx-switch.lg span.switch input[type=checkbox]:checked + span.switch-box .switch-ball {
1892
+ left: 22px;
1893
+ }
1894
+ label.vx-switch.lg span.switch-ball {
1895
+ height: 16px;
1896
+ width: 16px;
1897
+ }
1898
+ .vx-header.toggle .vx-header-top {
1899
+ transition: all 0.2s ease-in-out;
1900
+ left: 60px;
1901
+ }
1902
+ .vx-header-top {
1903
+ background: #282E48;
1904
+ height: 48px;
1905
+ position: sticky;
1906
+ top: 0;
1907
+ right: 0;
1908
+ z-index: 1;
1909
+ padding-right: 12px;
1910
+ transition: all 0.2s ease-in-out;
1911
+ }
1912
+ .vx-header-bottom {
1913
+ position: relative;
1914
+ }
1915
+ .vx-header-bottom h1 {
1916
+ position: relative;
1917
+ }
1918
+ .vx-header-bottom:before {
1919
+ position: absolute;
1920
+ top: 0;
1921
+ right: 0;
1922
+ left: 0;
1923
+ height: 100px;
1924
+ content: "";
1925
+ background: #161B2F;
1926
+ }
1927
+ .vx-search-block {
1928
+ padding: 6px 12px;
1929
+ position: relative;
1930
+ width: 350px;
1931
+ transition: all 0.3s ease-in-out;
1932
+ }
1933
+ .vx-search-block input[type=text] {
1934
+ background: transparent;
1935
+ height: 32px;
1936
+ line-height: 16px;
1937
+ padding: 8px 8px 8px 28px;
1938
+ font-size: 12px;
1939
+ color: #FFFFFF;
1940
+ font-weight: 300;
1941
+ width: 100%;
1942
+ border: none;
1943
+ border-radius: 4px;
1944
+ transition: all 0.3s ease-in-out;
1945
+ outline: none;
1946
+ }
1947
+ .vx-search-block i {
1948
+ color: #DBDBDB;
1949
+ font-size: 14px;
1950
+ position: absolute;
1951
+ cursor: pointer;
1952
+ left: 12px;
1953
+ top: 16px;
1954
+ z-index: 1;
1955
+ }
1956
+ .vx-search-block:focus-within {
1957
+ width: 412px;
1958
+ transition: all 0.3s ease-in-out;
1959
+ }
1960
+ .vx-search-block:focus-within input[type=text] {
1961
+ border-color: #F1F1F1;
1962
+ }
1963
+ .vx-quick-block {
1964
+ display: flex;
1965
+ width: auto;
1966
+ align-items: center;
1967
+ }
1968
+ .vx-quick-column {
1969
+ display: flex;
1970
+ width: auto;
1971
+ position: relative;
1972
+ }
1973
+ .vx-quick-column button.top {
1974
+ width: 30px;
1975
+ height: 30px;
1976
+ color: #FFFFFF;
1977
+ justify-content: center;
1978
+ border: 4px solid #161B2F;
1979
+ border-radius: 50%;
1980
+ font-size: 17px;
1981
+ display: flex;
1982
+ align-items: center;
1983
+ transition: all 0.2s ease-in-out;
1984
+ background: transparent;
1985
+ outline: none;
1986
+ cursor: pointer;
1987
+ padding: 0;
1988
+ background: #1E5DD3;
1989
+ line-height: 16px;
1990
+ }
1991
+ .vx-quick-column button.top.plus {
1992
+ font-size: 17px;
1993
+ }
1994
+ .vx-quick-column button.top.notification {
1995
+ background: #E28F19;
1996
+ font-size: 12px;
1997
+ }
1998
+ .vx-quick-column button.top.notification span.counter {
1999
+ display: inline-flex;
2000
+ justify-content: center;
2001
+ align-items: center;
2002
+ font-size: 9px;
2003
+ color: #FFFFFF;
2004
+ background: #161b2f;
2005
+ border: 1px solid #282E48;
2006
+ height: 18px;
2007
+ min-width: 18px;
2008
+ border-radius: 20px;
2009
+ position: absolute;
2010
+ left: 14px;
2011
+ top: -8px;
2012
+ line-height: 10px;
2013
+ padding: 0 4px;
2014
+ }
2015
+ .vx-quick-column button.more {
2016
+ color: #FFFFFF;
2017
+ font-size: 12px;
2018
+ display: flex;
2019
+ align-items: center;
2020
+ transition: all 0.2s ease-in-out;
2021
+ background: transparent;
2022
+ border: none;
2023
+ outline: none;
2024
+ cursor: pointer;
2025
+ padding: 0;
2026
+ margin: 0 20px;
2027
+ }
2028
+ .vx-quick-column.plus.toggle button {
2029
+ transition: all 0.2s ease-in-out;
2030
+ transform: rotate(45deg);
2031
+ }
2032
+ .vx-quick-column.notification {
2033
+ margin-left: 24px;
2034
+ }
2035
+ .vx-quick-column.notification span {
2036
+ display: inline-flex;
2037
+ justify-content: center;
2038
+ align-items: center;
2039
+ font-size: 11px;
2040
+ color: #FFFFFF;
2041
+ background: #EE3939;
2042
+ border: 1px solid #282e48;
2043
+ height: 22px;
2044
+ min-width: 22px;
2045
+ border-radius: 22px;
2046
+ position: absolute;
2047
+ left: 16px;
2048
+ top: -1px;
2049
+ line-height: 10px;
2050
+ padding: 0 4px;
2051
+ }
2052
+ .vx-quick-column.user {
2053
+ margin-left: 24px;
2054
+ }
2055
+ .vx-quick-column.user img,
2056
+ .vx-quick-column.user span.small-user {
2057
+ height: 22px;
2058
+ width: 22px;
2059
+ border-radius: 50%;
2060
+ background: #4681ef;
2061
+ color: #FFFFFF;
2062
+ font-size: 10px;
2063
+ font-weight: 500;
2064
+ }
2065
+ .vx-tab-menu ul {
2066
+ padding: 0;
2067
+ margin: 0 -8px;
2068
+ display: flex;
2069
+ position: relative;
2070
+ }
2071
+ .vx-tab-menu ul li {
2072
+ list-style: none;
2073
+ display: block;
2074
+ padding: 0 8px;
2075
+ }
2076
+ .vx-tab-menu ul li a {
2077
+ line-height: 24px;
2078
+ color: #FFFFFF;
2079
+ display: block;
2080
+ border-bottom: 2px solid transparent;
2081
+ text-decoration: none;
2082
+ font-size: 10px;
2083
+ text-transform: uppercase;
2084
+ font-weight: 400;
2085
+ cursor: pointer;
2086
+ }
2087
+ .vx-tab-menu ul li a.active {
2088
+ border-color: #1E5DD3;
2089
+ }
2090
+ body {
2091
+ margin: 0;
2092
+ padding: 0px;
2093
+ font-family: 'Poppins', sans-serif;
2094
+ }
2095
+ * {
2096
+ box-sizing: border-box;
2097
+ }
2098
+ @font-face {
2099
+ font-family: 'icon';
2100
+ src: url('../../fonts/icon.eot?p42r08');
2101
+ src: url('../../fonts/icon.eot?p42r08#iefix') format('embedded-opentype'), url('../../fonts/icon.ttf?p42r08') format('truetype'), url('../../fonts/icon.woff?p42r08') format('woff'), url('../../fonts/icon.svg?p42r08#icon') format('svg');
2102
+ font-weight: normal;
2103
+ font-style: normal;
2104
+ font-display: block;
2105
+ }
2106
+ .icons {
2107
+ font-style: normal;
2108
+ font-family: 'icon';
2109
+ }
2110
+ .icon-group {
2111
+ width: calc(20% - 8px);
2112
+ padding: 8px;
2113
+ margin: 4px;
2114
+ border-radius: 0.2px;
2115
+ border: 1px solid #F1F1F1;
2116
+ }
2117
+ .icon-group i {
2118
+ font-size: 20px;
2119
+ margin-right: 12px;
2120
+ }
2121
+ .icon-group span.description {
2122
+ position: relative;
2123
+ }
2124
+ .icon-group span.name {
2125
+ font-size: 12px;
2126
+ color: #161B2F;
2127
+ line-height: 16px;
2128
+ border-bottom: 1px solid #F1F1F1;
2129
+ width: 100%;
2130
+ }
2131
+ .icon-group span.code {
2132
+ font-size: 16px;
2133
+ color: #747576;
2134
+ width: 100%;
2135
+ }
2136
+ .vx-layout-left {
2137
+ width: 280px;
2138
+ }
2139
+ .vx-layout-main-menu {
2140
+ width: 48px;
2141
+ }
2142
+ .vx-layout-sub-menu {
2143
+ width: 232px;
2144
+ }
2145
+ .vx-layout-right {
2146
+ width: calc(100% - 280px);
2147
+ }
2148
+ .vx-main-menu {
2149
+ width: 48px;
2150
+ background: #161B2F;
2151
+ position: relative;
2152
+ z-index: 2;
2153
+ height: 100vh;
2154
+ }
2155
+ .vx-main-menu ul {
2156
+ position: relative;
2157
+ height: 100%;
2158
+ }
2159
+ .vx-main-menu ul li {
2160
+ list-style: none;
2161
+ }
2162
+ .vx-main-menu ul li a {
2163
+ text-decoration: none;
2164
+ color: #FFFFFF;
2165
+ cursor: pointer;
2166
+ transition: all 0.2s ease-in-out;
2167
+ position: relative;
2168
+ }
2169
+ .vx-main-menu ul li a:hover {
2170
+ color: #1E5DD3;
2171
+ }
2172
+ .vx-main-menu ul li a[data-title]:hover::before,
2173
+ .vx-main-menu ul li a[data-title].hover::before,
2174
+ .vx-main-menu ul li a[data-title]:hover::after,
2175
+ .vx-main-menu ul li a[data-title].hover::after {
2176
+ display: block;
2177
+ }
2178
+ .vx-main-menu ul li a:before {
2179
+ position: absolute;
2180
+ left: 100%;
2181
+ content: "";
2182
+ border-top: 4px solid transparent;
2183
+ border-right: 4px solid #000000;
2184
+ border-bottom: 4px solid transparent;
2185
+ top: calc(50% - 3px);
2186
+ -webkit-animation: animate-right 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
2187
+ animation: animate-right 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
2188
+ display: none;
2189
+ }
2190
+ .vx-main-menu ul li a:after {
2191
+ content: attr(data-title);
2192
+ position: absolute;
2193
+ left: calc(100% + 4px);
2194
+ background: #000000;
2195
+ -webkit-animation: animate-right 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
2196
+ animation: animate-right 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
2197
+ color: #FFFFFF;
2198
+ font-size: 12px;
2199
+ white-space: nowrap;
2200
+ padding: 0 12px;
2201
+ border-radius: 2px;
2202
+ top: calc(50% - 16px);
2203
+ line-height: 32px;
2204
+ display: none;
2205
+ }
2206
+ .vx-main-menu ul li.active a {
2207
+ color: #1E5DD3;
2208
+ }
2209
+ .vx-main-menu ul li:first-child a {
2210
+ background: #1F253A;
2211
+ height: 48px;
2212
+ }
2213
+ .vx-main-menu ul li:last-of-type {
2214
+ position: absolute;
2215
+ left: 0;
2216
+ bottom: 0;
2217
+ right: 0;
2218
+ }
2219
+ @-webkit-keyframes animate-right {
2220
+ 0% {
2221
+ -webkit-transform: translateX(10px);
2222
+ transform: translateX(10px);
2223
+ }
2224
+ 100% {
2225
+ -webkit-transform: translateX(0);
2226
+ transform: translateX(0);
2227
+ }
2228
+ }
2229
+ @keyframes animate-right {
2230
+ 0% {
2231
+ -webkit-transform: translateX(10px);
2232
+ transform: translateX(10px);
2233
+ }
2234
+ 100% {
2235
+ -webkit-transform: translateX(0);
2236
+ transform: translateX(0);
2237
+ }
2238
+ }
2239
+ .vx-sub-menu {
2240
+ width: 232px;
2241
+ height: 100%;
2242
+ position: relative;
2243
+ margin-left: 0;
2244
+ background: #FFFFFF;
2245
+ transition: all 0.2s ease-in-out;
2246
+ padding: 0;
2247
+ }
2248
+ .vx-sub-menu.toggle {
2249
+ margin-left: -220px;
2250
+ transition: all 0.2s ease-in-out;
2251
+ }
2252
+ .vx-sub-menu.toggle ul,
2253
+ .vx-sub-menu.toggle .vx-bottom-section {
2254
+ opacity: 0;
2255
+ pointer-events: none;
2256
+ }
2257
+ .vx-sub-menu.toggle.hoverable:hover {
2258
+ margin-left: 0;
2259
+ }
2260
+ .vx-sub-menu.toggle.hoverable:hover ul,
2261
+ .vx-sub-menu.toggle.hoverable:hover .vx-bottom-section {
2262
+ opacity: 1;
2263
+ pointer-events: all;
2264
+ }
2265
+ .vx-sub-menu.toggle.hoverable button.vx-toggle-menu {
2266
+ opacity: 0;
2267
+ }
2268
+ .vx-sub-menu h3.vx-title {
2269
+ font-size: 14px;
2270
+ border-bottom: 1px solid #F1F1F1;
2271
+ padding: 0;
2272
+ margin-bottom: 20px;
2273
+ }
2274
+ .vx-sub-menu h3.vx-title span {
2275
+ display: block;
2276
+ height: 16px;
2277
+ width: 2px;
2278
+ margin-right: 8px;
2279
+ }
2280
+ .vx-sub-menu ul {
2281
+ box-shadow: 0 8px 8px rgba(30, 93, 210, 0.25);
2282
+ height: calc(100vh - 69px);
2283
+ overflow: auto;
2284
+ padding: 0 12px;
2285
+ }
2286
+ .vx-sub-menu ul li {
2287
+ list-style: none;
2288
+ display: flex;
2289
+ border-bottom: 1px solid #F1F1F1;
2290
+ align-items: center;
2291
+ justify-content: space-between;
2292
+ flex-wrap: wrap;
2293
+ }
2294
+ .vx-sub-menu ul li a {
2295
+ text-decoration: none;
2296
+ line-height: 40px;
2297
+ font-size: 12px;
2298
+ color: #707070;
2299
+ height: 40px;
2300
+ cursor: pointer;
2301
+ width: 100%;
2302
+ }
2303
+ .vx-sub-menu ul li a:hover,
2304
+ .vx-sub-menu ul li a.active {
2305
+ color: #1E5DD3;
2306
+ }
2307
+ .vx-sub-menu ul li a.parent {
2308
+ color: #161B2F;
2309
+ }
2310
+ .vx-sub-menu ul li img {
2311
+ width: 16px;
2312
+ height: 16px;
2313
+ padding: 4px;
2314
+ border-radius: 50%;
2315
+ border: 1px solid #F1F1F1;
2316
+ }
2317
+ .vx-sub-menu ul li ul {
2318
+ padding-left: 0;
2319
+ width: 100%;
2320
+ box-shadow: none;
2321
+ height: auto;
2322
+ }
2323
+ .vx-sub-menu ul li ul li a {
2324
+ padding-left: 12px !important;
2325
+ position: relative;
2326
+ }
2327
+ .vx-sub-menu ul li ul li a:before {
2328
+ font-family: 'icon';
2329
+ content: '\e910';
2330
+ position: absolute;
2331
+ left: 0;
2332
+ height: 40px;
2333
+ display: flex;
2334
+ align-items: center;
2335
+ font-size: 8px;
2336
+ }
2337
+ .vx-sub-menu .vx-bottom-section {
2338
+ position: absolute;
2339
+ bottom: 0;
2340
+ left: 0;
2341
+ width: 100%;
2342
+ }
2343
+ .vx-sub-menu .vx-bottom-section button {
2344
+ background: #1E5DD3;
2345
+ border: none;
2346
+ color: #FFFFFF;
2347
+ font-size: 16px;
2348
+ padding: 0 12px;
2349
+ height: 44px;
2350
+ width: 100%;
2351
+ cursor: pointer;
2352
+ }
2353
+ .vx-sub-menu .vx-bottom-section button i {
2354
+ margin-right: 8px;
2355
+ }
2356
+ .vx-sub-menu button.vx-toggle-menu {
2357
+ border: none;
2358
+ font-size: 12px;
2359
+ display: flex;
2360
+ position: absolute;
2361
+ height: 44px;
2362
+ line-height: 44px;
2363
+ width: 30px;
2364
+ justify-content: center;
2365
+ align-items: center;
2366
+ top: 25px;
2367
+ cursor: pointer;
2368
+ transition: 0.3s ease-in-out;
2369
+ z-index: 3;
2370
+ outline: none;
2371
+ right: -19px;
2372
+ color: #fff;
2373
+ -webkit-transform: scale(1);
2374
+ transform: scale(1);
2375
+ background: transparent;
2376
+ }
2377
+ .vx-sub-menu button.vx-toggle-menu:before {
2378
+ background: #282e48;
2379
+ /* Old browsers */
2380
+ background: -moz-linear-gradient(top, #282e48 0%, #282e48 50%, #161b2f 50%, #161b2f 100%);
2381
+ /* FF3.6-15 */
2382
+ background: -webkit-linear-gradient(top, #282e48 0%, #282e48 50%, #161b2f 50%, #161b2f 100%);
2383
+ /* Chrome10-25,Safari5.1-6 */
2384
+ background: linear-gradient(to bottom, #282e48 0%, #282e48 50%, #161b2f 50%, #161b2f 100%);
2385
+ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
2386
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282e48', endColorstr='#161b2f', GradientType=0);
2387
+ /* IE6-9 */
2388
+ transform: rotate(0deg);
2389
+ -webkit-mask: url(https://s3.amazonaws.com/cdn.v-comply.com/design-system/images/open-arrow-left.svg) no-repeat;
2390
+ mask: url(https://s3.amazonaws.com/cdn.v-comply.com/design-system/images/open-arrow-left.svg) no-repeat;
2391
+ -webkit-mask-position: left;
2392
+ mask-position: left;
2393
+ -webkit-mask-size: auto 100%;
2394
+ mask-size: auto 100%;
2395
+ content: '';
2396
+ position: absolute;
2397
+ top: 2px;
2398
+ right: 0;
2399
+ bottom: 0;
2400
+ left: 3px;
2401
+ }
2402
+ @-moz-document url-prefix() {
2403
+ .vx-sub-menu button.vx-toggle-menu:before {
2404
+ top: -2px !important;
2405
+ }
2406
+ }
2407
+ .vx-sub-menu button.vx-toggle-menu i {
2408
+ position: relative;
2409
+ top: 0.6px;
2410
+ }
2411
+ @-moz-document url-prefix() {
2412
+ .vx-sub-menu button.vx-toggle-menu i {
2413
+ top: -1px !important;
2414
+ }
2415
+ }
2416
+ .vx-sub-menu button.vx-toggle-menu.toggle {
2417
+ -webkit-transform: scale(-1);
2418
+ transform: scale(-1);
2419
+ width: 30px;
2420
+ }
2421
+ .vx-sub-menu button.vx-toggle-menu.toggle:before {
2422
+ background: #ffffff;
2423
+ }
2424
+ .vx-sub-menu button.vx-toggle-menu.toggle i {
2425
+ position: relative;
2426
+ }
2427
+ .vx-sub-menu:hover button.vx-toggle-menu i {
2428
+ animation: jello-collapsed 1s 1;
2429
+ }
2430
+ @keyframes arrow-move-before {
2431
+ 0% {
2432
+ left: 30%;
2433
+ top: 10%;
2434
+ transform: rotate(45deg);
2435
+ }
2436
+ 50% {
2437
+ left: 50%;
2438
+ top: 10%;
2439
+ transform: rotate(0);
2440
+ }
2441
+ 100% {
2442
+ left: 50%;
2443
+ top: 10%;
2444
+ transform: rotate(-45deg);
2445
+ }
2446
+ }
2447
+ @keyframes arrow-move-after {
2448
+ 0% {
2449
+ left: 30%;
2450
+ bottom: 10%;
2451
+ transform: rotate(-45deg);
2452
+ }
2453
+ 50% {
2454
+ left: 30%;
2455
+ bottom: 10%;
2456
+ transform: rotate(0deg);
2457
+ }
2458
+ 100% {
2459
+ left: 50%;
2460
+ bottom: 10%;
2461
+ transform: rotate(45deg);
2462
+ }
2463
+ }
2464
+ @keyframes arrow-move-before-toggle {
2465
+ 0% {
2466
+ left: 50%;
2467
+ top: 10%;
2468
+ transform: rotate(-45deg);
2469
+ }
2470
+ 50% {
2471
+ left: 50%;
2472
+ top: 10%;
2473
+ transform: rotate(0);
2474
+ }
2475
+ 100% {
2476
+ left: 30%;
2477
+ top: 10%;
2478
+ transform: rotate(45deg);
2479
+ }
2480
+ }
2481
+ @keyframes arrow-move-after-toggle {
2482
+ 0% {
2483
+ left: 50%;
2484
+ bottom: 10%;
2485
+ transform: rotate(45deg);
2486
+ }
2487
+ 50% {
2488
+ left: 30%;
2489
+ bottom: 10%;
2490
+ transform: rotate(0deg);
2491
+ }
2492
+ 100% {
2493
+ left: 30%;
2494
+ bottom: 10%;
2495
+ transform: rotate(-45deg);
2496
+ }
2497
+ }
2498
+ @keyframes jello-collapsed {
2499
+ 0% {
2500
+ right: 0;
2501
+ }
2502
+ 50% {
2503
+ right: 3px;
2504
+ }
2505
+ 100% {
2506
+ right: 0;
2507
+ }
2508
+ }
2509
+ ul.no-list li {
2510
+ list-style: none;
2511
+ }
2512
+ .vx-v-loader {
2513
+ display: flex;
2514
+ overflow: hidden;
2515
+ align-items: center;
2516
+ justify-content: center;
2517
+ text-align: center;
2518
+ background: transparent;
2519
+ }
2520
+ .vx-v-loader-container {
2521
+ position: relative;
2522
+ width: 60px;
2523
+ height: 60px;
2524
+ margin-left: 0;
2525
+ padding: 2px;
2526
+ border-radius: 20px;
2527
+ box-sizing: border-box;
2528
+ }
2529
+ .vx-v-loader-inner {
2530
+ display: flex;
2531
+ align-items: center;
2532
+ justify-content: center;
2533
+ height: 56px;
2534
+ }
2535
+ .vx-v-loader-inner svg {
2536
+ position: relative;
2537
+ }
2538
+ .vx-v-loader-colored-blocks {
2539
+ overflow: hidden;
2540
+ position: absolute;
2541
+ left: 0%;
2542
+ top: 0;
2543
+ width: 60px;
2544
+ height: 60px;
2545
+ margin-left: 0;
2546
+ padding: 2px;
2547
+ box-sizing: border-box;
2548
+ border-radius: 20px;
2549
+ -webkit-perspective: 1000px;
2550
+ perspective: 1000px;
2551
+ -webkit-animation: demoAnim 4s ease-in-out infinite, contAnim 4s infinite;
2552
+ animation: demoAnim 4s ease-in-out infinite, contAnim 4s infinite;
2553
+ }
2554
+ .vx-v-loader-colored-blocks-rotater {
2555
+ position: absolute;
2556
+ left: 0;
2557
+ top: 0;
2558
+ width: 60px;
2559
+ height: 60px;
2560
+ box-sizing: border-box;
2561
+ border-radius: inherit;
2562
+ }
2563
+ .vx-v-loader-colored-blocks-inner {
2564
+ overflow: hidden;
2565
+ position: relative;
2566
+ height: 100%;
2567
+ background: #ffffff;
2568
+ border-radius: inherit;
2569
+ box-sizing: border-box;
2570
+ }
2571
+ .vx-v-loader-colored-block {
2572
+ position: absolute;
2573
+ left: 50%;
2574
+ top: 50%;
2575
+ width: 300%;
2576
+ height: 300%;
2577
+ box-sizing: border-box;
2578
+ -webkit-transform-origin: 0 0;
2579
+ transform-origin: 0 0;
2580
+ }
2581
+ .vx-v-loader-colored-block:nth-child(1) {
2582
+ -webkit-transform: rotate(45deg) skewX(37deg);
2583
+ transform: rotate(45deg) skewX(37deg);
2584
+ background-color: #4681ef;
2585
+ }
2586
+ .vx-v-loader-colored-block:nth-child(2) {
2587
+ -webkit-transform: rotate(97deg) skewX(32deg);
2588
+ transform: rotate(97deg) skewX(32deg);
2589
+ background-color: #66bf72;
2590
+ }
2591
+ .vx-v-loader-colored-block:nth-child(3) {
2592
+ -webkit-transform: rotate(154deg) skewX(26deg);
2593
+ transform: rotate(154deg) skewX(26deg);
2594
+ background-color: #8c81f5;
2595
+ }
2596
+ .vx-v-loader-colored-block:nth-child(4) {
2597
+ -webkit-transform: rotate(-22deg) skewX(22deg);
2598
+ transform: rotate(-22deg) skewX(22deg);
2599
+ background-color: #e75151;
2600
+ }
2601
+ .vx-v-loader-colored-block:nth-child(5) {
2602
+ -webkit-transform: rotate(218deg) skewX(24deg);
2603
+ transform: rotate(218deg) skewX(24deg);
2604
+ background-color: #f5a05b;
2605
+ }
2606
+ .vx-v-loader-colored-block:nth-child(6) {
2607
+ -webkit-transform: rotate(282deg) skewX(33deg);
2608
+ transform: rotate(282deg) skewX(33deg);
2609
+ background-color: #f4c84a;
2610
+ }
2611
+ @-webkit-keyframes contAnim {
2612
+ 15%,
2613
+ 100% {
2614
+ margin-left: 0;
2615
+ width: 60px;
2616
+ }
2617
+ 25%,
2618
+ 90% {
2619
+ margin-left: 0;
2620
+ width: 60px;
2621
+ }
2622
+ }
2623
+ @keyframes contAnim {
2624
+ 15%,
2625
+ 100% {
2626
+ margin-left: 0;
2627
+ width: 60px;
2628
+ }
2629
+ 25%,
2630
+ 90% {
2631
+ margin-left: 0;
2632
+ width: 60px;
2633
+ }
2634
+ }
2635
+ @-webkit-keyframes demoAnim {
2636
+ 15% {
2637
+ border-radius: 20px;
2638
+ -webkit-transform: rotate(0);
2639
+ transform: rotate(0);
2640
+ }
2641
+ 30%,
2642
+ 43% {
2643
+ border-radius: 50%;
2644
+ -webkit-transform: rotate(360deg);
2645
+ transform: rotate(360deg);
2646
+ }
2647
+ 52%,
2648
+ 65% {
2649
+ border-radius: 0;
2650
+ -webkit-transform: rotate(720deg);
2651
+ transform: rotate(720deg);
2652
+ }
2653
+ 78%,
2654
+ 90% {
2655
+ border-radius: 50%;
2656
+ -webkit-transform: rotate(1080deg);
2657
+ transform: rotate(1080deg);
2658
+ }
2659
+ 100% {
2660
+ border-radius: 20px;
2661
+ -webkit-transform: rotate(1440deg);
2662
+ transform: rotate(1440deg);
2663
+ }
2664
+ }
2665
+ @keyframes demoAnim {
2666
+ 15% {
2667
+ border-radius: 20px;
2668
+ -webkit-transform: rotate(0);
2669
+ transform: rotate(0);
2670
+ }
2671
+ 30%,
2672
+ 43% {
2673
+ border-radius: 50%;
2674
+ -webkit-transform: rotate(360deg);
2675
+ transform: rotate(360deg);
2676
+ }
2677
+ 52%,
2678
+ 65% {
2679
+ border-radius: 0;
2680
+ -webkit-transform: rotate(720deg);
2681
+ transform: rotate(720deg);
2682
+ }
2683
+ 78%,
2684
+ 90% {
2685
+ border-radius: 50%;
2686
+ -webkit-transform: rotate(1080deg);
2687
+ transform: rotate(1080deg);
2688
+ }
2689
+ 100% {
2690
+ border-radius: 20px;
2691
+ -webkit-transform: rotate(1440deg);
2692
+ transform: rotate(1440deg);
2693
+ }
2694
+ }
2695
+ .vx-mb-0 {
2696
+ margin-bottom: 0 !important;
2697
+ }
2698
+ .vx-mb-1 {
2699
+ margin-bottom: 4px !important;
2700
+ }
2701
+ .vx-mb-2 {
2702
+ margin-bottom: 8px !important;
2703
+ }
2704
+ .vx-mb-3 {
2705
+ margin-bottom: 12px !important;
2706
+ }
2707
+ .vx-mb-4 {
2708
+ margin-bottom: 16px !important;
2709
+ }
2710
+ .vx-mb-5 {
2711
+ margin-bottom: 20px !important;
2712
+ }
2713
+ .vx-ml-0 {
2714
+ margin-left: 0 !important;
2715
+ }
2716
+ .vx-ml-1 {
2717
+ margin-left: 4px !important;
2718
+ }
2719
+ .vx-ml-2 {
2720
+ margin-left: 8px !important;
2721
+ }
2722
+ .vx-ml-3 {
2723
+ margin-left: 12px !important;
2724
+ }
2725
+ .vx-ml-4 {
2726
+ margin-left: 16px !important;
2727
+ }
2728
+ .vx-ml-5 {
2729
+ margin-left: 20px !important;
2730
+ }
2731
+ .vx-mr-0 {
2732
+ margin-right: 0 !important;
2733
+ }
2734
+ .vx-mr-1 {
2735
+ margin-right: 4px !important;
2736
+ }
2737
+ .vx-mr-2 {
2738
+ margin-right: 8px !important;
2739
+ }
2740
+ .vx-mr-3 {
2741
+ margin-right: 12px !important;
2742
+ }
2743
+ .vx-mr-4 {
2744
+ margin-right: 16px !important;
2745
+ }
2746
+ .vx-mr-5 {
2747
+ margin-right: 20px !important;
2748
+ }
2749
+ .vx-mr-6 {
2750
+ margin-right: 24px !important;
2751
+ }
2752
+ .vx-mr-7 {
2753
+ margin-right: 28px !important;
2754
+ }
2755
+ .vx-mr-8 {
2756
+ margin-right: 32px !important;
2757
+ }
2758
+ .vx-mr-9 {
2759
+ margin-right: 36px !important;
2760
+ }
2761
+ .vx-mr-10 {
2762
+ margin-right: 40px !important;
2763
+ }
2764
+ .vx-mt-0 {
2765
+ margin-top: 0 !important;
2766
+ }
2767
+ .vx-mt-1 {
2768
+ margin-top: 4px !important;
2769
+ }
2770
+ .vx-mt-2 {
2771
+ margin-top: 8px !important;
2772
+ }
2773
+ .vx-mt-3 {
2774
+ margin-top: 12px !important;
2775
+ }
2776
+ .vx-mt-4 {
2777
+ margin-top: 16px !important;
2778
+ }
2779
+ .vx-mt-5 {
2780
+ margin-top: 20px !important;
2781
+ }
2782
+ .vx-m-0 {
2783
+ margin: 0 !important;
2784
+ }
2785
+ .vx-m-1 {
2786
+ margin: 4px !important;
2787
+ }
2788
+ .vx-m-2 {
2789
+ margin: 8px !important;
2790
+ }
2791
+ .vx-m-3 {
2792
+ margin: 12px !important;
2793
+ }
2794
+ .vx-m-4 {
2795
+ margin: 16px !important;
2796
+ }
2797
+ .vx-m-5 {
2798
+ margin: 20px !important;
2799
+ }
2800
+ .vx-no-data-wrapper {
2801
+ height: 100%;
2802
+ width: 100%;
2803
+ background: #fff;
2804
+ border-radius: 4px;
2805
+ }
2806
+ .vx-no-data-container {
2807
+ width: 450px;
2808
+ }
2809
+ .vx-no-data-container .image {
2810
+ width: 250px;
2811
+ margin-bottom: 20px;
2812
+ }
2813
+ .vx-no-data-container p.text {
2814
+ font-size: 16px;
2815
+ font-weight: 400;
2816
+ line-height: 24px;
2817
+ margin-bottom: 24px;
2818
+ color: #161B2F;
2819
+ text-align: center;
2820
+ margin-top: 0;
2821
+ }
2822
+ .vx-no-data-container p.text strong {
2823
+ font-weight: 500;
2824
+ }
2825
+ .vx-no-data-container .button-row button.small i {
2826
+ margin-right: 4px;
2827
+ font-size: 10px;
2828
+ }
2829
+ h3.heading {
2830
+ font-size: 20px;
2831
+ margin-top: 10px;
2832
+ font-weight: 500;
2833
+ margin-bottom: 10px;
2834
+ padding-left: 20px;
2835
+ }
2836
+ .vx-p-0 {
2837
+ padding: 0 !important;
2838
+ }
2839
+ .vx-p-1 {
2840
+ padding: 4px !important;
2841
+ }
2842
+ .vx-p-2 {
2843
+ padding: 8px !important;
2844
+ }
2845
+ .vx-p-3 {
2846
+ padding: 12px !important;
2847
+ }
2848
+ .vx-p-4 {
2849
+ padding: 16px !important;
2850
+ }
2851
+ .vx-p-5 {
2852
+ padding: 20px !important;
2853
+ }
2854
+ ul.vx-pagination {
2855
+ display: flex;
2856
+ align-items: center;
2857
+ padding: 0;
2858
+ margin: 12px 0 0;
2859
+ justify-content: flex-end;
2860
+ }
2861
+ ul.vx-pagination li {
2862
+ list-style: none;
2863
+ display: block;
2864
+ }
2865
+ ul.vx-pagination li + li {
2866
+ margin-left: 3px;
2867
+ }
2868
+ ul.vx-pagination li button {
2869
+ border: 1px solid #BCBCBC;
2870
+ background: #FFFFFF;
2871
+ border-radius: 2px;
2872
+ color: #161B2F;
2873
+ font-weight: 400;
2874
+ height: 20px;
2875
+ min-width: 20px;
2876
+ padding: 0 7px;
2877
+ display: inline-flex;
2878
+ justify-content: center;
2879
+ align-items: center;
2880
+ outline: none;
2881
+ cursor: pointer;
2882
+ text-transform: uppercase;
2883
+ font-size: 12px;
2884
+ line-height: 18px;
2885
+ }
2886
+ ul.vx-pagination li button.active,
2887
+ ul.vx-pagination li button:hover {
2888
+ border-color: #1E5DD3;
2889
+ background: #1E5DD3;
2890
+ color: #FFFFFF;
2891
+ }
2892
+ ul.vx-pagination li button.disabled {
2893
+ filter: grayscale(100%);
2894
+ pointer-events: none;
2895
+ opacity: 1;
2896
+ color: unset !important;
2897
+ border: 1px solid #bcbcbc;
2898
+ }
2899
+ ul.vx-pagination li button.disable {
2900
+ pointer-events: none;
2901
+ }
2902
+ ul.vx-pagination li button i {
2903
+ font-size: 8px;
2904
+ width: 13px;
2905
+ height: 13px;
2906
+ line-height: 13px;
2907
+ }
2908
+ .vx-pagination-container {
2909
+ display: flex;
2910
+ }
2911
+ .vx-pagination-container .vx-go-to-page {
2912
+ margin: 12px 0 0 8px;
2913
+ display: flex;
2914
+ }
2915
+ .vx-pagination-container .vx-go-to-page ul {
2916
+ padding: 0;
2917
+ margin: 0;
2918
+ }
2919
+ .vx-pagination-container .vx-go-to-page ul.vx-go-pagination {
2920
+ display: flex;
2921
+ align-items: flex-start;
2922
+ border: 1px solid #BCBCBC;
2923
+ }
2924
+ .vx-pagination-container .vx-go-to-page ul.vx-go-pagination li {
2925
+ list-style: none;
2926
+ display: block;
2927
+ }
2928
+ .vx-pagination-container .vx-go-to-page ul.vx-go-pagination li span {
2929
+ display: inline-flex;
2930
+ justify-content: center;
2931
+ align-items: center;
2932
+ text-transform: uppercase;
2933
+ border-radius: 0;
2934
+ border: none;
2935
+ color: #161B2F;
2936
+ background: #FFFFFF;
2937
+ font-size: 10px;
2938
+ height: 18px;
2939
+ min-width: 20px;
2940
+ padding: 0 4px;
2941
+ }
2942
+ .vx-pagination-container .vx-go-to-page ul.vx-go-pagination li button {
2943
+ display: inline-flex;
2944
+ justify-content: center;
2945
+ align-items: center;
2946
+ outline: none;
2947
+ cursor: pointer;
2948
+ text-transform: uppercase;
2949
+ border-radius: 0;
2950
+ border: none;
2951
+ color: #161B2F;
2952
+ background: #FFFFFF;
2953
+ font-size: 8px;
2954
+ height: 18px;
2955
+ min-width: 20px;
2956
+ }
2957
+ .vx-pagination-container .vx-go-to-page ul.vx-go-pagination li button.enter {
2958
+ background: #F1F1F1;
2959
+ color: #1E5DD3;
2960
+ font-size: 10px;
2961
+ padding: 0 4px;
2962
+ }
2963
+ .vx-pagination-container .vx-go-to-page ul.vx-go-pagination li input {
2964
+ height: 18px;
2965
+ border: none;
2966
+ outline: none;
2967
+ font-size: 12px;
2968
+ background: #FFFFFF;
2969
+ width: 72px;
2970
+ font-size: 10px;
2971
+ }
2972
+ .vx-pagination-container .vx-go-to-page ul.vx-go-pagination li:first-of-type {
2973
+ border-right: 1px solid #BCBCBC;
2974
+ }
2975
+ .vx-pagination-container .vx-go-to-page ul.vx-go-pagination li:last-of-type {
2976
+ border-left: 1px solid #BCBCBC;
2977
+ }
2978
+ .vx-panel {
2979
+ display: block;
2980
+ }
2981
+ .vx-panel + .vx-panel {
2982
+ margin-top: 10px;
2983
+ }
2984
+ .vx-panel-head {
2985
+ display: flex;
2986
+ padding: 0 4px 0 12px;
2987
+ margin: 0;
2988
+ align-items: center;
2989
+ justify-content: space-between;
2990
+ border-bottom: 1px solid #DCDCDC;
2991
+ }
2992
+ .vx-panel-head .title {
2993
+ padding: 0;
2994
+ margin: 0;
2995
+ color: #161B2F;
2996
+ line-height: 40px;
2997
+ }
2998
+ .vx-panel-head .action {
2999
+ width: auto;
3000
+ }
3001
+ .vx-panel-body {
3002
+ padding: 8px12px;
3003
+ display: block;
3004
+ background: #FFFFFF;
3005
+ transition: height 0.35s ease;
3006
+ }
3007
+ .vx-panel-footer {
3008
+ background: #FBFBFB;
3009
+ border-top: 1px solid #F1F1F1;
3010
+ display: flex;
3011
+ align-items: center;
3012
+ justify-content: flex-end;
3013
+ height: 48px;
3014
+ padding: 12px;
3015
+ }
3016
+ .vx-panel.active {
3017
+ border-color: #1E5DD3 !important;
3018
+ }
3019
+ .vx-panel.active .vx-panel-head {
3020
+ border-bottom-color: #1E5DD3;
3021
+ }
3022
+ .vx-panel.default .vx-panel-head {
3023
+ background: #FBFBFB;
3024
+ }
3025
+ .vx-panel.accordionItem.close .vx-panel-body {
3026
+ height: 0;
3027
+ overflow: hidden;
3028
+ padding: 0;
3029
+ }
3030
+ .vx-panel.accordionItem.open .vx-panel-body {
3031
+ height: auto;
3032
+ }
3033
+ .vx-panel.accordionItem.open .accordionItemHeading .action button i {
3034
+ transform: rotate(90deg);
3035
+ transition: height 0.35s ease;
3036
+ }
3037
+ .vx-panel.vx-lg .vx-panel-head .title {
3038
+ line-height: 48px;
3039
+ font-size: 16px;
3040
+ }
3041
+ .vx-panel.vx-lg .vx-panel-body {
3042
+ padding: 12px 20px;
3043
+ }
3044
+ .vx-accordion-group .vx-panel {
3045
+ margin: 0;
3046
+ }
3047
+ .vx-popover {
3048
+ width: 220px;
3049
+ box-shadow: 0px 3px 6px #1c5bd140;
3050
+ }
3051
+ .vx-popover ul.popover-items {
3052
+ padding: 0;
3053
+ margin: 0;
3054
+ display: block;
3055
+ -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
3056
+ animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
3057
+ background: #FFFFFF;
3058
+ box-shadow: 0 3px 6px rgba(28, 91, 209, 0.25);
3059
+ border-radius: 4px;
3060
+ max-height: 220px;
3061
+ overflow: auto;
3062
+ }
3063
+ .vx-popover ul.popover-items li {
3064
+ list-style: none;
3065
+ border: none;
3066
+ border-bottom: 1px solid #F1F1F1;
3067
+ display: block;
3068
+ width: 100%;
3069
+ padding: 0;
3070
+ background: transparent;
3071
+ border-radius: 0;
3072
+ margin: 0;
3073
+ height: auto;
3074
+ justify-content: flex-start;
3075
+ box-shadow: none;
3076
+ }
3077
+ .vx-popover ul.popover-items li button {
3078
+ color: #747576;
3079
+ text-align: left;
3080
+ text-decoration: none;
3081
+ cursor: pointer;
3082
+ background: transparent;
3083
+ font-size: 12px;
3084
+ text-transform: capitalize;
3085
+ display: flex;
3086
+ width: 100%;
3087
+ padding: 8px 12px;
3088
+ border: none;
3089
+ margin: 0;
3090
+ }
3091
+ .vx-popover ul.popover-items li button i {
3092
+ font-size: 17px;
3093
+ margin-right: 10px;
3094
+ color: #1E5DD3;
3095
+ }
3096
+ .vx-popover ul.popover-items li button:hover {
3097
+ background: #F1F1F1;
3098
+ }
3099
+ .vx-popover ul.popover-items li .avatar-card {
3100
+ display: flex;
3101
+ align-items: center;
3102
+ width: 100%;
3103
+ padding: 8px;
3104
+ }
3105
+ .vx-popover ul.popover-items li .avatar-card.within-con {
3106
+ display: block;
3107
+ }
3108
+ .vx-popover ul.popover-items li .avatar-card .avatar {
3109
+ height: 24px;
3110
+ width: 24px !important;
3111
+ overflow: hidden;
3112
+ background: #1E5DD3;
3113
+ color: #FFFFFF;
3114
+ font-size: 10px;
3115
+ display: inline-flex;
3116
+ margin-right: 4px;
3117
+ border-radius: 50%;
3118
+ align-items: center;
3119
+ justify-content: center;
3120
+ text-transform: uppercase;
3121
+ }
3122
+ .vx-popover ul.popover-items li .avatar-card .avatar img {
3123
+ width: 100%;
3124
+ }
3125
+ .vx-popover ul.popover-items li .avatar-card .avatar + span.value {
3126
+ width: calc(100% - 28px);
3127
+ }
3128
+ .vx-popover ul.popover-items li .avatar-card span.value {
3129
+ width: 100%;
3130
+ color: #6E717E;
3131
+ text-decoration: none;
3132
+ background: transparent;
3133
+ font-size: 12px;
3134
+ text-transform: capitalize;
3135
+ display: block;
3136
+ font-weight: 400;
3137
+ text-align-last: left;
3138
+ white-space: nowrap;
3139
+ overflow: hidden;
3140
+ text-overflow: ellipsis;
3141
+ line-height: 20px;
3142
+ }
3143
+ .vx-popover ul.popover-items li .avatar-card span.value i {
3144
+ font-size: 8px;
3145
+ color: #1C5BD1;
3146
+ cursor: pointer;
3147
+ margin-right: 4px;
3148
+ }
3149
+ .vx-popover ul.popover-items li .avatar-card.no-image {
3150
+ display: block;
3151
+ }
3152
+ .vx-popover ul.popover-items li .avatar-card.no-image span.value {
3153
+ width: 100%;
3154
+ display: block;
3155
+ }
3156
+ .vx-popover ul.popover-items li .chip-item {
3157
+ color: #1E5DD3;
3158
+ padding: 10px;
3159
+ display: flex;
3160
+ align-items: center;
3161
+ }
3162
+ .vx-popover ul.popover-items li .chip-item i {
3163
+ margin-right: 8px;
3164
+ font-size: 10px;
3165
+ cursor: pointer;
3166
+ display: inline-flex;
3167
+ }
3168
+ .vx-popover ul.popover-items li .chip-item span {
3169
+ display: block;
3170
+ width: auto;
3171
+ max-width: calc(100% - 16px);
3172
+ font-size: 12px;
3173
+ font-weight: 500;
3174
+ white-space: nowrap;
3175
+ overflow: hidden;
3176
+ text-overflow: ellipsis;
3177
+ }
3178
+ .vx-popover ul.popover-items li .chip-item span.chip-block {
3179
+ display: block;
3180
+ width: 100%;
3181
+ }
3182
+ .vx-popover ul.popover-items li .chip-item span.id {
3183
+ font-size: 8px;
3184
+ }
3185
+ .vx-popover ul.popover-items li .within {
3186
+ display: flex;
3187
+ align-items: center;
3188
+ justify-content: flex-start;
3189
+ }
3190
+ .vx-popover ul.popover-items li .within .block {
3191
+ background: #F1F1F1;
3192
+ border-radius: 2px;
3193
+ padding: 0 2px;
3194
+ line-height: 14px;
3195
+ font-size: 10px;
3196
+ font-weight: 500;
3197
+ color: #042E7D;
3198
+ margin-right: 6px;
3199
+ display: block;
3200
+ text-transform: uppercase;
3201
+ }
3202
+ .vx-popover ul.popover-items li .within .data {
3203
+ width: 100%;
3204
+ display: block;
3205
+ overflow: hidden;
3206
+ text-overflow: ellipsis;
3207
+ white-space: nowrap;
3208
+ color: #747576;
3209
+ font-size: 11px;
3210
+ font-weight: 400;
3211
+ line-height: 17px;
3212
+ }
3213
+ .vx-popover ul.popover-items li:first-child {
3214
+ animation: action-list-open 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
3215
+ }
3216
+ .vx-popover ul.popover-items li:nth-child(2) {
3217
+ animation: action-list-open 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
3218
+ }
3219
+ .vx-popover ul.popover-items li:nth-child(3) {
3220
+ animation: action-list-open 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
3221
+ }
3222
+ .vx-popover ul.popover-items li:nth-child(4) {
3223
+ animation: action-list-open 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
3224
+ }
3225
+ .vx-popover ul.popover-items li:nth-child(5) {
3226
+ animation: action-list-open 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
3227
+ }
3228
+ .vx-popover ul.popover-items li:nth-child(6) {
3229
+ animation: action-list-open 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
3230
+ }
3231
+ .vx-popover ul.popover-items li:nth-child(7) {
3232
+ animation: action-list-open 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
3233
+ }
3234
+ .vx-popover ul.popover-items li:nth-child(8) {
3235
+ animation: action-list-open 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
3236
+ }
3237
+ .vx-popover ul.popover-items li:nth-child(9) {
3238
+ animation: action-list-open 1.05s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
3239
+ }
3240
+ .vx-popover ul.popover-items li:nth-child(10) {
3241
+ animation: action-list-open 1.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
3242
+ }
3243
+ @-webkit-keyframes scale-up-center {
3244
+ 0% {
3245
+ -webkit-transform: scale(0.5);
3246
+ transform: scale(0.5);
3247
+ opacity: 0;
3248
+ }
3249
+ 100% {
3250
+ -webkit-transform: scale(1);
3251
+ transform: scale(1);
3252
+ opacity: 1;
3253
+ }
3254
+ }
3255
+ @keyframes scale-up-center {
3256
+ 0% {
3257
+ -webkit-transform: scale(0.5);
3258
+ transform: scale(0.5);
3259
+ opacity: 0;
3260
+ }
3261
+ 100% {
3262
+ -webkit-transform: scale(1);
3263
+ transform: scale(1);
3264
+ opacity: 1;
3265
+ }
3266
+ }
3267
+ @keyframes action-list-open {
3268
+ 0% {
3269
+ -webkit-transform: translateY(50px);
3270
+ transform: translateY(50px);
3271
+ }
3272
+ 100% {
3273
+ -webkit-transform: translateY(0);
3274
+ transform: translateY(0);
3275
+ }
3276
+ }
3277
+ .vx-quick-links {
3278
+ background: #fff;
3279
+ border-top: 4px solid #1E5DD3;
3280
+ border-radius: 5px;
3281
+ position: absolute;
3282
+ transition: all 0.5s ease-in-out;
3283
+ width: 328px;
3284
+ top: calc(100% + 12px);
3285
+ box-shadow: 0 0 10px rgba(30, 93, 211, 0.27);
3286
+ right: -72px;
3287
+ z-index: 2;
3288
+ padding: 0;
3289
+ }
3290
+ .vx-quick-links:before {
3291
+ border-bottom: 8px solid #1E5DD3;
3292
+ content: "";
3293
+ position: absolute;
3294
+ width: 0;
3295
+ height: 0;
3296
+ border-left: 8px solid transparent;
3297
+ border-right: 8px solid transparent;
3298
+ right: 52px;
3299
+ top: -10px;
3300
+ }
3301
+ .vx-quick-links ul {
3302
+ padding: 0;
3303
+ margin: 0;
3304
+ list-style: none;
3305
+ }
3306
+ .vx-quick-links ul li {
3307
+ border-bottom: 1px solid #F1F1F1;
3308
+ }
3309
+ .vx-quick-links ul li a {
3310
+ padding: 12px;
3311
+ text-decoration: none;
3312
+ align-items: center;
3313
+ display: flex;
3314
+ }
3315
+ .vx-quick-links ul li a span {
3316
+ display: block;
3317
+ }
3318
+ .vx-quick-links ul li a span.icon {
3319
+ width: 44px;
3320
+ height: 44px;
3321
+ display: flex;
3322
+ border-radius: 4px;
3323
+ align-items: center;
3324
+ justify-content: center;
3325
+ margin-right: 8px;
3326
+ background: #F1F1F1;
3327
+ }
3328
+ .vx-quick-links ul li a span.icon img {
3329
+ width: 36px;
3330
+ height: 36px;
3331
+ }
3332
+ .vx-quick-links ul li a span.text span.title {
3333
+ font-size: 14px;
3334
+ color: #161B2F;
3335
+ margin: 0;
3336
+ font-weight: 500;
3337
+ text-transform: uppercase;
3338
+ transition: all 0.2s ease-in-out;
3339
+ }
3340
+ .vx-quick-links ul li a span.text span.paragraph {
3341
+ font-size: 12px;
3342
+ color: #161B2F;
3343
+ transition: all 0.2s ease-in-out;
3344
+ margin: 0;
3345
+ font-weight: 400;
3346
+ }
3347
+ .vx-quick-links ul li:hover a span.text span.title,
3348
+ .vx-quick-links ul li:hover a span.text span.paragraph {
3349
+ color: #1E5DD3;
3350
+ }
3351
+ .vx-quick-links ul li:last-child {
3352
+ border-bottom: none;
3353
+ }
3354
+ .vx-smiley-popup {
3355
+ background: #d93b41;
3356
+ position: relative;
3357
+ }
3358
+ .vx-smiley-popup::before {
3359
+ content: "";
3360
+ position: absolute;
3361
+ z-index: 0;
3362
+ background: #fff;
3363
+ top: 0;
3364
+ right: 0;
3365
+ bottom: 0;
3366
+ left: 0;
3367
+ transition-delay: 1s;
3368
+ border-top-right-radius: 0;
3369
+ transition: all 0.3s ease-in-out;
3370
+ }
3371
+ .vx-smiley-popup.with-close::before {
3372
+ border-top-right-radius: 180px;
3373
+ }
3374
+ .vx-smiley-popup button.close {
3375
+ color: #fff;
3376
+ font-size: 22px;
3377
+ position: absolute;
3378
+ top: 14px;
3379
+ right: 20px;
3380
+ z-index: 10;
3381
+ background: none;
3382
+ border: none;
3383
+ padding: 0;
3384
+ cursor: pointer;
3385
+ }
3386
+ .vx-smiley-container {
3387
+ width: 550px;
3388
+ position: relative;
3389
+ z-index: 10;
3390
+ }
3391
+ .vx-smiley-container .vx-smiley {
3392
+ display: block;
3393
+ width: 550px;
3394
+ height: 250px;
3395
+ overflow: hidden;
3396
+ position: relative;
3397
+ -webkit-animation: slide-fwd-center 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
3398
+ animation: slide-fwd-center 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
3399
+ margin: 0 auto 24px;
3400
+ }
3401
+ .vx-smiley-container .vx-smiley::before {
3402
+ position: absolute;
3403
+ background: #ffedc5;
3404
+ width: 110px;
3405
+ height: 110px;
3406
+ content: "";
3407
+ border-radius: 50%;
3408
+ top: 100px;
3409
+ right: 92px;
3410
+ }
3411
+ .vx-smiley-container .vx-smiley::after {
3412
+ position: absolute;
3413
+ background: #ffbf15;
3414
+ width: 36px;
3415
+ height: 36px;
3416
+ border-radius: 50%;
3417
+ content: "";
3418
+ top: 200px;
3419
+ left: 92px;
3420
+ }
3421
+ .vx-smiley-container .vx-smiley-circle {
3422
+ background: #ffd83d;
3423
+ border-radius: 100%;
3424
+ padding: 24px;
3425
+ position: relative;
3426
+ width: 250px;
3427
+ height: 250px;
3428
+ margin: 0 auto;
3429
+ box-shadow: inset -20px -14px 0 #f4c337;
3430
+ }
3431
+ .vx-smiley-container .vx-smiley-circle::before {
3432
+ width: 24px;
3433
+ height: 4px;
3434
+ background: #ffbf15;
3435
+ position: absolute;
3436
+ content: "";
3437
+ top: 116px;
3438
+ left: -66px;
3439
+ }
3440
+ .vx-smiley-container .vx-smiley-circle::after {
3441
+ width: 4px;
3442
+ height: 24px;
3443
+ background: #ffbf15;
3444
+ position: absolute;
3445
+ content: "";
3446
+ top: 108px;
3447
+ left: -56px;
3448
+ }
3449
+ .vx-smiley-container .vx-smiley-circle-inner {
3450
+ height: 182px;
3451
+ width: 100%;
3452
+ margin: 0 auto;
3453
+ }
3454
+ .vx-smiley-container .vx-smiley-circle-inner .eyes {
3455
+ width: 164px;
3456
+ margin: 40px auto 0;
3457
+ box-sizing: border-box;
3458
+ padding: 0 4px;
3459
+ transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
3460
+ }
3461
+ .vx-smiley-container .vx-smiley-circle-inner .eyes::before {
3462
+ width: 4px;
3463
+ height: 20px;
3464
+ background: #ffbf15;
3465
+ position: absolute;
3466
+ content: "";
3467
+ top: 0;
3468
+ right: -20px;
3469
+ }
3470
+ .vx-smiley-container .vx-smiley-circle-inner .eyes::after {
3471
+ width: 20px;
3472
+ height: 4px;
3473
+ background: #ffbf15;
3474
+ position: absolute;
3475
+ content: "";
3476
+ top: 8px;
3477
+ right: -28px;
3478
+ }
3479
+ .vx-smiley-container .vx-smiley-circle-inner .eyes .eye {
3480
+ width: 40px;
3481
+ height: 40px;
3482
+ background: #404549;
3483
+ float: left;
3484
+ border-radius: 100%;
3485
+ overflow: hidden;
3486
+ position: relative;
3487
+ }
3488
+ .vx-smiley-container .vx-smiley-circle-inner .eyes .eye::before {
3489
+ position: absolute;
3490
+ width: 10px;
3491
+ height: 10px;
3492
+ content: "";
3493
+ background: #ffe9b0;
3494
+ border-radius: 50%;
3495
+ top: 8px;
3496
+ left: 1px;
3497
+ }
3498
+ .vx-smiley-container .vx-smiley-circle-inner .eyes .eye::after {
3499
+ display: block;
3500
+ content: "";
3501
+ position: absolute;
3502
+ width: 0;
3503
+ height: 0;
3504
+ background: #fed800;
3505
+ transform: rotate(0deg);
3506
+ top: -16px;
3507
+ left: 4px;
3508
+ transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
3509
+ }
3510
+ .vx-smiley-container .vx-smiley-circle-inner .eyes .eye:nth-of-type(2) {
3511
+ float: right;
3512
+ }
3513
+ .vx-smiley-container .vx-smiley-circle-inner .mouth {
3514
+ border-top-left-radius: 100px;
3515
+ border-top-right-radius: 100px;
3516
+ border-bottom-left-radius: 100px;
3517
+ border-bottom-right-radius: 100px;
3518
+ height: 76px;
3519
+ width: 150px;
3520
+ margin: 0 auto;
3521
+ box-sizing: border-box;
3522
+ position: absolute;
3523
+ left: 0;
3524
+ right: 0;
3525
+ background: #404549;
3526
+ transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
3527
+ }
3528
+ .vx-smiley-container .vx-smiley-circle-inner .mouth::before {
3529
+ width: 94px;
3530
+ height: 94px;
3531
+ position: absolute;
3532
+ opacity: 0;
3533
+ bottom: -508px;
3534
+ left: -6px;
3535
+ background: #ffd83d;
3536
+ content: "";
3537
+ border-radius: 46px;
3538
+ transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
3539
+ }
3540
+ .vx-smiley-container .vx-smiley-circle.happy .eyes .eye {
3541
+ height: 40px;
3542
+ margin-top: 0;
3543
+ animation: wink 3s infinite;
3544
+ }
3545
+ .vx-smiley-container .vx-smiley-circle.happy .mouth {
3546
+ animation: move-mouth-down 0.3s;
3547
+ animation-delay: 0.3s;
3548
+ animation-fill-mode: forwards;
3549
+ }
3550
+ .vx-smiley-container .vx-smiley-circle.sad .eyes .eye {
3551
+ animation: wink2 3s infinite;
3552
+ }
3553
+ .vx-smiley-container .vx-smiley-circle.sad .vx-smiley-circle-inner {
3554
+ animation: move-angry-head 0.6s;
3555
+ animation-delay: 0.3s;
3556
+ animation-fill-mode: forwards;
3557
+ }
3558
+ .vx-smiley-container .vx-smiley-circle.sad .vx-smiley-circle-inner .mouth {
3559
+ width: 96px;
3560
+ height: 50px;
3561
+ border-top-left-radius: 100px;
3562
+ border-top-right-radius: 100px;
3563
+ border-bottom-left-radius: 0;
3564
+ border-bottom-right-radius: 0;
3565
+ top: 60px;
3566
+ }
3567
+ .vx-smiley-container .vx-smiley-circle.sad .vx-smiley-circle-inner .mouth::before {
3568
+ background: #ffd83d;
3569
+ content: "";
3570
+ bottom: -66px;
3571
+ left: 0;
3572
+ opacity: 1;
3573
+ transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
3574
+ }
3575
+ .vx-smiley-container h3 {
3576
+ font-size: 26px;
3577
+ color: #161b2f;
3578
+ font-weight: 400;
3579
+ margin: 0 0 40px;
3580
+ }
3581
+ .vx-smiley-container .successSmilyButton button {
3582
+ width: 280px;
3583
+ }
3584
+ @-webkit-keyframes slide-fwd-center {
3585
+ 0% {
3586
+ -webkit-transform: scale(0);
3587
+ transform: scale(0);
3588
+ }
3589
+ 100% {
3590
+ -webkit-transform: scale(1);
3591
+ transform: scale(1);
3592
+ }
3593
+ }
3594
+ @keyframes slide-fwd-center {
3595
+ 0% {
3596
+ -webkit-transform: scale(0);
3597
+ transform: scale(0);
3598
+ }
3599
+ 100% {
3600
+ -webkit-transform: scale(1);
3601
+ transform: scale(1);
3602
+ }
3603
+ }
3604
+ @keyframes move-mouth-down {
3605
+ 0% {
3606
+ border-top-left-radius: 100px;
3607
+ border-top-right-radius: 100px;
3608
+ border-bottom-left-radius: 100px;
3609
+ border-bottom-right-radius: 100px;
3610
+ height: 10%;
3611
+ width: 40%;
3612
+ bottom: 25%;
3613
+ margin: 0 auto;
3614
+ box-sizing: border-box;
3615
+ position: absolute;
3616
+ bottom: 18%;
3617
+ left: 0;
3618
+ right: 0;
3619
+ background: #404549;
3620
+ transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
3621
+ }
3622
+ 100% {
3623
+ width: 60%;
3624
+ height: 30%;
3625
+ border-top-left-radius: 0;
3626
+ border-top-right-radius: 0;
3627
+ border-bottom-left-radius: 100px;
3628
+ border-bottom-right-radius: 100px;
3629
+ box-sizing: border-box;
3630
+ position: absolute;
3631
+ bottom: 18%;
3632
+ background: #404549;
3633
+ transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
3634
+ }
3635
+ }
3636
+ @keyframes wink {
3637
+ 0% {
3638
+ height: 40px;
3639
+ margin-top: 0;
3640
+ }
3641
+ 10% {
3642
+ height: 40px;
3643
+ margin-top: 0;
3644
+ }
3645
+ 15% {
3646
+ height: 4px;
3647
+ margin-top: 18px;
3648
+ }
3649
+ 20% {
3650
+ height: 40px;
3651
+ margin-top: 0;
3652
+ }
3653
+ 100% {
3654
+ height: 40px;
3655
+ margin-top: 0;
3656
+ }
3657
+ }
3658
+ @keyframes wink2 {
3659
+ 0% {
3660
+ height: 40px;
3661
+ margin-top: 0;
3662
+ }
3663
+ 10% {
3664
+ height: 40px;
3665
+ margin-top: 0;
3666
+ }
3667
+ 15% {
3668
+ height: 4px;
3669
+ margin-top: 18px;
3670
+ }
3671
+ 20% {
3672
+ height: 40px;
3673
+ margin-top: 0;
3674
+ }
3675
+ 100% {
3676
+ height: 40px;
3677
+ margin-top: 0;
3678
+ }
3679
+ }
3680
+ @keyframes move-angry-head {
3681
+ 0% {
3682
+ transform: translateX(0%);
3683
+ }
3684
+ 20% {
3685
+ transform: translateX(-20%);
3686
+ }
3687
+ 40% {
3688
+ transform: translateX(15%);
3689
+ }
3690
+ 60% {
3691
+ transform: translateX(-10%);
3692
+ }
3693
+ 80% {
3694
+ transform: translateX(5%);
3695
+ }
3696
+ 100% {
3697
+ transform: translateX(0%);
3698
+ }
3699
+ }
3700
+ h3.heading {
3701
+ font-size: 20px;
3702
+ margin-top: 10px;
3703
+ font-weight: 500;
3704
+ margin-bottom: 10px;
3705
+ padding-left: 20px;
3706
+ }
3707
+ .vx-snack-bar {
3708
+ border-radius: 4px;
3709
+ box-sizing: border-box;
3710
+ display: block;
3711
+ margin: 24px;
3712
+ max-width: 33vw;
3713
+ min-width: 344px;
3714
+ padding: 14px 16px;
3715
+ min-height: 48px;
3716
+ transform-origin: center;
3717
+ box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
3718
+ }
3719
+ .vx-snack-bar-overlay {
3720
+ position: fixed;
3721
+ top: 0;
3722
+ right: 0;
3723
+ bottom: 0;
3724
+ left: 0;
3725
+ display: flex;
3726
+ }
3727
+ .vx-snack-bar-overlay.top-center {
3728
+ justify-content: center;
3729
+ align-items: flex-start;
3730
+ }
3731
+ .vx-snack-bar-overlay.top-left {
3732
+ justify-content: flex-start;
3733
+ align-items: flex-start;
3734
+ }
3735
+ .vx-snack-bar-overlay.top-right {
3736
+ justify-content: flex-end;
3737
+ align-items: flex-start;
3738
+ }
3739
+ .vx-snack-bar-overlay.bottom-center {
3740
+ justify-content: center;
3741
+ align-items: flex-end;
3742
+ }
3743
+ .vx-snack-bar-overlay.bottom-left {
3744
+ justify-content: flex-start;
3745
+ align-items: flex-end;
3746
+ }
3747
+ .vx-snack-bar-overlay.bottom-right {
3748
+ justify-content: flex-end;
3749
+ align-items: flex-end;
3750
+ }
3751
+ .vx-snack-bar-container {
3752
+ display: flex;
3753
+ justify-content: space-between;
3754
+ align-items: center;
3755
+ line-height: 20px;
3756
+ }
3757
+ .vx-snack-bar-text {
3758
+ margin: 0;
3759
+ padding: 0;
3760
+ font-size: 12px;
3761
+ font-weight: 400;
3762
+ }
3763
+ .vx-snack-bar-action button {
3764
+ font-size: 12px;
3765
+ font-weight: 500;
3766
+ line-height: 16px;
3767
+ color: #F6882F;
3768
+ }
3769
+ .vx-snack-bar.light {
3770
+ background: #FFFFFF;
3771
+ color: #161B2F;
3772
+ }
3773
+ .vx-snack-bar.dark {
3774
+ background: #161B2F;
3775
+ color: #FFFFFF;
3776
+ }
3777
+ table.vx-table {
3778
+ border-collapse: separate;
3779
+ border-spacing: 0 4px;
3780
+ width: 100%;
3781
+ }
3782
+ table.vx-table thead tr th {
3783
+ font-size: 11px;
3784
+ padding: 12px 10px;
3785
+ background: #f1f1f1;
3786
+ text-transform: uppercase;
3787
+ color: #747576;
3788
+ font-weight: 600;
3789
+ line-height: 14px;
3790
+ text-align: left;
3791
+ font-weight: 400;
3792
+ white-space: nowrap;
3793
+ z-index: 2;
3794
+ position: relative;
3795
+ }
3796
+ table.vx-table thead tr th:first-child {
3797
+ border-radius: 2px 0 0 0;
3798
+ text-align: center;
3799
+ width: 44px;
3800
+ padding: 0 12px;
3801
+ }
3802
+ table.vx-table thead tr th:last-child {
3803
+ border-radius: 0 2px 0 0;
3804
+ text-align: right;
3805
+ width: 44px;
3806
+ }
3807
+ table.vx-table thead tr th:last-child::before {
3808
+ border-radius: 0 2px 0 0;
3809
+ }
3810
+ table.vx-table thead tr th span.resizer {
3811
+ position: absolute;
3812
+ top: 0;
3813
+ right: 0;
3814
+ bottom: 0;
3815
+ width: 1px;
3816
+ cursor: ew-resize;
3817
+ background: #747576;
3818
+ outline: none;
3819
+ }
3820
+ table.vx-table thead tr th span.resizer:focus {
3821
+ background: #161B2F;
3822
+ }
3823
+ table.vx-table tbody tr td {
3824
+ font-size: 11px;
3825
+ padding: 4px 10px;
3826
+ background: #FFFFFF;
3827
+ text-transform: uppercase;
3828
+ color: #747576;
3829
+ font-weight: 600;
3830
+ line-height: 14px;
3831
+ text-align: left;
3832
+ font-weight: 400;
3833
+ white-space: nowrap;
3834
+ z-index: 2;
3835
+ height: 55px;
3836
+ }
3837
+ table.vx-table tbody tr td:first-child {
3838
+ border-radius: 2px 0 0 2px;
3839
+ text-align: center;
3840
+ width: 44px;
3841
+ padding: 0 12px;
3842
+ }
3843
+ table.vx-table tbody tr td:last-child {
3844
+ border-radius: 0 2px 2px 0;
3845
+ text-align: right;
3846
+ width: 44px;
3847
+ }
3848
+ table.vx-table tbody tr td button.action {
3849
+ height: 100%;
3850
+ align-items: center;
3851
+ }
3852
+ table.vx-table tbody tr td button.action:hover:before {
3853
+ opacity: 0.03;
3854
+ }
3855
+ table.vx-table tbody tr td button.action.expaned i {
3856
+ transform: rotate(90deg);
3857
+ }
3858
+ table.vx-table tbody tr td span {
3859
+ height: 100%;
3860
+ }
3861
+ table.vx-table tbody tr td span.sl-no {
3862
+ height: calc(100% + 6px);
3863
+ display: flex;
3864
+ align-items: center;
3865
+ justify-content: center;
3866
+ background: #F1F1F1;
3867
+ color: #707070;
3868
+ font-size: 10px;
3869
+ writing-mode: vertical-lr;
3870
+ }
3871
+ table.vx-table tbody tr td .vx-avatar-group {
3872
+ width: 60px;
3873
+ }
3874
+ table.vx-table tbody tr td .description button {
3875
+ background: transparent;
3876
+ border: none;
3877
+ color: #1E5DD3;
3878
+ font-size: 12px;
3879
+ line-height: 16px;
3880
+ width: 100%;
3881
+ text-align: left;
3882
+ padding: 0;
3883
+ cursor: pointer;
3884
+ }
3885
+ table.vx-table tbody tr td .description label {
3886
+ font-size: 10px;
3887
+ line-height: 16px;
3888
+ color: #747576;
3889
+ width: 100%;
3890
+ cursor: text;
3891
+ }
3892
+ table.vx-table tbody tr.selected td:first-child {
3893
+ position: relative;
3894
+ }
3895
+ table.vx-table tbody tr.selected td:first-child:before {
3896
+ background: #34aa44;
3897
+ border-radius: 2px 0 0 2px;
3898
+ content: "";
3899
+ position: absolute;
3900
+ top: 0;
3901
+ left: 0;
3902
+ width: 3px;
3903
+ height: 100%;
3904
+ }
3905
+ table.vx-table tbody tr.selected td span.sl {
3906
+ display: none;
3907
+ }
3908
+ table.vx-table tbody tr.selected td label.vx-checkbox-item {
3909
+ display: flex;
3910
+ margin-top: -2px;
3911
+ margin-left: 4px;
3912
+ }
3913
+ table.vx-table tbody tr:hover {
3914
+ box-shadow: 0 0 15px rgba(30, 93, 211, 0.35);
3915
+ z-index: 2;
3916
+ position: relative;
3917
+ }
3918
+ table.vx-table tbody.childRow {
3919
+ display: none;
3920
+ }
3921
+ table.vx-table tbody.childRow.active {
3922
+ display: table-row-group;
3923
+ }
3924
+ table.vx-table tr:hover span.sl {
3925
+ display: none;
3926
+ }
3927
+ table.vx-table tr:hover label.vx-checkbox-item {
3928
+ display: flex;
3929
+ margin-top: 0px;
3930
+ margin-left: 0px;
3931
+ }
3932
+ table.vx-table span.sl {
3933
+ display: inline-block;
3934
+ }
3935
+ table.vx-table label.vx-checkbox-item {
3936
+ display: none;
3937
+ }
3938
+ table.vx-table.shorting thead tr th i {
3939
+ float: right;
3940
+ cursor: pointer;
3941
+ }
3942
+ table.vx-table.fix-header thead tr th {
3943
+ position: sticky;
3944
+ top: 4px;
3945
+ }
3946
+ table.vx-table.fix-header thead tr th:before {
3947
+ content: "";
3948
+ height: 4px;
3949
+ position: absolute;
3950
+ top: -4px;
3951
+ right: 0;
3952
+ left: 0;
3953
+ background: #F1F1F1;
3954
+ }
3955
+ table.vx-table.fix-header thead tr th:first-child:before {
3956
+ border-radius: 2px 0 0 0;
3957
+ }
3958
+ table.vx-table.fix-header thead tr th:last-child:before {
3959
+ border-radius: 0 2px 0 0;
3960
+ }
3961
+ .vx-title-text {
3962
+ line-height: 32px;
3963
+ font-weight: 200;
3964
+ }
3965
+ .vx-sub-heading-text {
3966
+ line-height: 24px;
3967
+ font-weight: 400;
3968
+ margin: 0;
3969
+ display: block;
3970
+ }
3971
+ .vx-sub-sub-heading-text {
3972
+ line-height: 20px;
3973
+ font-weight: 500;
3974
+ color: #161B2F;
3975
+ }
3976
+ .vx-label-text {
3977
+ font-weight: 500;
3978
+ line-height: 20px;
3979
+ color: #161B2F;
3980
+ }
3981
+ .vx-paragraph-text {
3982
+ line-height: 16px;
3983
+ color: #747576;
3984
+ font-weight: 400;
3985
+ }
3986
+ .vx-table-card-text {
3987
+ line-height: 16px;
3988
+ color: #747576;
3989
+ font-weight: 500;
3990
+ }
3991
+ .vx-table-heading-text {
3992
+ line-height: 14px;
3993
+ color: #747576;
3994
+ font-weight: 400;
3995
+ }
3996
+ .vx-table-text {
3997
+ line-height: 14px;
3998
+ color: #161B2F;
3999
+ }
4000
+ .vx-fs-title {
4001
+ font-size: 24px;
4002
+ }
4003
+ .vx-fs-sub-title {
4004
+ font-size: 16px;
4005
+ }
4006
+ .vx-fs-sub-sub-title {
4007
+ font-size: 12px;
4008
+ }
4009
+ .vx-fs-sub-label-text {
4010
+ font-size: 10px;
4011
+ }
4012
+ .vx-fs-paragraph {
4013
+ font-size: 14px;
4014
+ }
4015
+ .vx-fs-small-paragraph {
4016
+ font-size: 10px;
4017
+ }
4018
+ .vx-fs-table-card {
4019
+ font-size: 12px;
4020
+ }
4021
+ .vx-fs-table-heading {
4022
+ font-size: 12px;
4023
+ }
4024
+ .vx-fs-table-text {
4025
+ font-size: 12px;
4026
+ }
4027
+ .vx-tt-capitalize {
4028
+ text-transform: capitalize;
4029
+ }
4030
+ .vx-tt-uppercase {
4031
+ text-transform: uppercase;
4032
+ }
4033
+ .vx-tt-none {
4034
+ text-transform: none;
4035
+ }
4036
+ .vx-fw-300 {
4037
+ font-weight: 300;
4038
+ }
4039
+ .vx-fw-400 {
4040
+ font-weight: 400;
4041
+ }
4042
+ .vx-fw-500 {
4043
+ font-weight: 500;
4044
+ }
4045
+ .vx-fw-600 {
4046
+ font-weight: 600;
4047
+ }
4048
+ .vx-fw-700 {
4049
+ font-weight: 700;
4050
+ }
4051
+ .vx-txt-error {
4052
+ font-size: 10px;
4053
+ color: #EB2424;
4054
+ margin: 4px 0 0 0;
4055
+ line-height: 16px;
4056
+ }
4057
+ .vx-fs-2 {
4058
+ font-size: 8px;
4059
+ }
4060
+ .vx-fs-3 {
4061
+ font-size: 12px;
4062
+ }
4063
+ .vx-fs-4 {
4064
+ font-size: 16px;
4065
+ }
4066
+ .vx-fs-5 {
4067
+ font-size: 20px;
4068
+ }
4069
+ .vx-fs-6 {
4070
+ font-size: 24px;
4071
+ }
4072
+ .vx-lh-3 {
4073
+ line-height: 12px;
4074
+ }
4075
+ .vx-lh-4 {
4076
+ line-height: 16px;
4077
+ }
4078
+ .vx-lh-5 {
4079
+ line-height: 20px;
4080
+ }
4081
+ .vx-lh-6 {
4082
+ line-height: 24px;
4083
+ }
4084
+ .vx-lh-7 {
4085
+ line-height: 28px;
4086
+ }
4087
+ .vx-lh-8 {
4088
+ line-height: 32px;
4089
+ }
4090
+ .vx-lh-9 {
4091
+ line-height: 36px;
4092
+ }
4093
+ .vx-lh-10 {
4094
+ line-height: 40px;
4095
+ }
4096
+ .vx-lh-11 {
4097
+ line-height: 44px;
4098
+ }
4099
+ .vx-lh-12 {
4100
+ line-height: 48px;
4101
+ }
4102
+ .vx-lh-13 {
4103
+ line-height: 52px;
4104
+ }
4105
+ .vx-lh-14 {
4106
+ line-height: 56px;
4107
+ }
4108
+ .vx-lh-15 {
4109
+ line-height: 60px;
4110
+ }
4111
+ .vx-user-panel {
4112
+ background: #FFFFFF;
4113
+ padding: 0;
4114
+ border-radius: 4px;
4115
+ width: 300px;
4116
+ transition: none;
4117
+ box-shadow: 0 0 10px #000000;
4118
+ overflow: hidden;
4119
+ }
4120
+ .vx-user-panel-top {
4121
+ padding: 8px;
4122
+ display: flex;
4123
+ align-items: center;
4124
+ justify-content: space-between;
4125
+ }
4126
+ .vx-user-panel-top .user {
4127
+ width: 80px;
4128
+ height: 80px;
4129
+ margin-right: 4px;
4130
+ min-width: 80px;
4131
+ border-radius: 50%;
4132
+ overflow: hidden;
4133
+ }
4134
+ .vx-user-panel-top .user img {
4135
+ width: 100%;
4136
+ height: 100%;
4137
+ border: none;
4138
+ }
4139
+ .vx-user-panel-top .user span.user {
4140
+ height: 100%;
4141
+ width: 100%;
4142
+ font-size: 18px;
4143
+ background: #1E5DD3;
4144
+ color: #FFFFFF;
4145
+ text-transform: uppercase;
4146
+ border-radius: 50%;
4147
+ font-weight: 600;
4148
+ }
4149
+ .vx-user-panel-top .user-details {
4150
+ width: calc(100% - 84px);
4151
+ display: block;
4152
+ }
4153
+ .vx-user-panel-top .user-details .name {
4154
+ font-size: 14px;
4155
+ font-weight: 500;
4156
+ text-transform: capitalize;
4157
+ margin: 0;
4158
+ line-height: 20px;
4159
+ white-space: nowrap;
4160
+ overflow: hidden;
4161
+ text-overflow: ellipsis;
4162
+ display: block;
4163
+ }
4164
+ .vx-user-panel-top .user-details .email {
4165
+ font-size: 10px;
4166
+ line-height: 16px;
4167
+ color: #747576;
4168
+ display: block;
4169
+ font-weight: 400;
4170
+ margin: 0;
4171
+ width: 170px;
4172
+ white-space: nowrap;
4173
+ overflow: hidden;
4174
+ text-overflow: ellipsis;
4175
+ }
4176
+ .vx-user-panel-bottom {
4177
+ position: relative;
4178
+ }
4179
+ .vx-user-panel-bottom ul {
4180
+ display: block;
4181
+ padding: 0;
4182
+ margin: 0;
4183
+ }
4184
+ .vx-user-panel-bottom ul li {
4185
+ font-size: 12px;
4186
+ border-bottom: 1px solid #F1F1F1;
4187
+ display: flex;
4188
+ padding: 10px 20px 10px 35px;
4189
+ position: relative;
4190
+ }
4191
+ .vx-user-panel-bottom ul li:before {
4192
+ background: #1E5DD3;
4193
+ content: "";
4194
+ position: absolute;
4195
+ left: 10px;
4196
+ top: 13px;
4197
+ width: 1px;
4198
+ height: 10px;
4199
+ }
4200
+ .vx-user-panel-bottom ul li span {
4201
+ display: block;
4202
+ width: 50%;
4203
+ }
4204
+ .vx-user-panel-bottom ul li span strong {
4205
+ color: #161B2F;
4206
+ font-weight: 500;
4207
+ display: block;
4208
+ text-transform: uppercase;
4209
+ }
4210
+ .vx-user-panel-bottom ul li span.active {
4211
+ color: #34AA44;
4212
+ }
4213
+ .vx-user-panel-bottom ul li span.expaired {
4214
+ color: #EB2424;
4215
+ }
4216
+ .vx-user-panel-action {
4217
+ padding: 14px 0;
4218
+ }
4219
+ .vx-w-100 {
4220
+ width: 100% !important;
4221
+ }
4222
+ .vx-w-50 {
4223
+ width: 50% !important;
4224
+ }
4225
+ .vx-w-30 {
4226
+ width: 30% !important;
4227
+ }
4228
+ .vx-w-oneandhalf-col {
4229
+ width: calc(100% / 1.5) !important;
4230
+ }
4231
+ .vx-w-three-col {
4232
+ width: calc(100% / 3) !important;
4233
+ }
4234
+ .vx-w-four-col {
4235
+ width: calc(100% / 4) !important;
4236
+ }
4237
+ .vx-w-five-col {
4238
+ width: calc(100% / 5) !important;
4239
+ }
4240
+ .vx-w-six-col {
4241
+ width: calc(100% / 6) !important;
4242
+ }
4243
+ .vx-w-seven-col {
4244
+ width: calc(100% / 7) !important;
4245
+ }
4246
+ .vx-w-eight-col {
4247
+ width: calc(100% / 8) !important;
4248
+ }
4249
+ .vx-w-nine-col {
4250
+ width: calc(100% / 9) !important;
4251
+ }
4252
+ .vx-w-ten-col {
4253
+ width: calc(100% / 10) !important;
4254
+ }