@djb25/digit-ui-css 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 (161) hide show
  1. package/README.md +80 -0
  2. package/dist/index.css +17535 -0
  3. package/dist/index.min.css +1 -0
  4. package/img/browser-icon.png +0 -0
  5. package/img/m_seva_white_logo.png +0 -0
  6. package/img/mseva-demo.png +0 -0
  7. package/package.json +70 -0
  8. package/src/components/CardBasedOptions.scss +46 -0
  9. package/src/components/CitizenHomeCard.scss +56 -0
  10. package/src/components/EllipsisMenu.scss +17 -0
  11. package/src/components/EventCalendarView.scss +10 -0
  12. package/src/components/FAQ.scss +64 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +29 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +56 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/TimeLine.scss +68 -0
  21. package/src/components/WhatsNewCard.scss +13 -0
  22. package/src/components/actionLink.scss +3 -0
  23. package/src/components/actionbar.scss +97 -0
  24. package/src/components/bannercomponents.scss +136 -0
  25. package/src/components/body.scss +144 -0
  26. package/src/components/buttons.scss +106 -0
  27. package/src/components/card.scss +468 -0
  28. package/src/components/cardHeaderWithOptions.scss +14 -0
  29. package/src/components/changeLanguage.scss +3 -0
  30. package/src/components/charts.scss +186 -0
  31. package/src/components/checkbox.scss +53 -0
  32. package/src/components/checkpoint.scss +63 -0
  33. package/src/components/citizenInfoLabel.scss +14 -0
  34. package/src/components/custombtn.scss +11 -0
  35. package/src/components/datatable.scss +134 -0
  36. package/src/components/datewrap.scss +21 -0
  37. package/src/components/detailscard.scss +6 -0
  38. package/src/components/detailscontainer.scss +13 -0
  39. package/src/components/filters.scss +98 -0
  40. package/src/components/financeUi.scss +875 -0
  41. package/src/components/grey.scss +3 -0
  42. package/src/components/hoc/InboxComposer.scss +115 -0
  43. package/src/components/hoc/index.scss +1 -0
  44. package/src/components/howItWorks.scss +71 -0
  45. package/src/components/imageviewer.scss +33 -0
  46. package/src/components/inboxv2/InboxLinks.scss +59 -0
  47. package/src/components/inboxv2/horizontalNav.scss +224 -0
  48. package/src/components/inboxv2/inboxSearch.scss +116 -0
  49. package/src/components/inboxv2/inboxSearchComposer.scss +134 -0
  50. package/src/components/inboxv2/index.scss +5 -0
  51. package/src/components/inboxv2/searchComponentTable.scss +44 -0
  52. package/src/components/info-banner.scss +35 -0
  53. package/src/components/inputotp.scss +15 -0
  54. package/src/components/keynote.scss +27 -0
  55. package/src/components/landingpage.scss +3860 -0
  56. package/src/components/languageSelector.scss +23 -0
  57. package/src/components/loader.scss +96 -0
  58. package/src/components/map.scss +30 -0
  59. package/src/components/menu.scss +0 -0
  60. package/src/components/metricsTable.scss +28 -0
  61. package/src/components/multiLink.scss +88 -0
  62. package/src/components/multiSelectDropdown.scss +77 -0
  63. package/src/components/navbar.scss +312 -0
  64. package/src/components/plusMinus.scss +15 -0
  65. package/src/components/popup.scss +16 -0
  66. package/src/components/radiobtn.scss +45 -0
  67. package/src/components/ratingstar.scss +33 -0
  68. package/src/components/roundedLabel.scss +10 -0
  69. package/src/components/searchAction.scss +20 -0
  70. package/src/components/sectionalDropdown.scss +43 -0
  71. package/src/components/selectdropdown.scss +174 -0
  72. package/src/components/sidebar.scss +141 -0
  73. package/src/components/staticDynamicMessages.scss +107 -0
  74. package/src/components/staticSideBar.scss +27 -0
  75. package/src/components/statushighlight.scss +17 -0
  76. package/src/components/submiterrors.scss +11 -0
  77. package/src/components/summary.scss +29 -0
  78. package/src/components/table.scss +230 -0
  79. package/src/components/tag.scss +27 -0
  80. package/src/components/telephone.scss +17 -0
  81. package/src/components/textfields.scss +96 -0
  82. package/src/components/toast.scss +31 -0
  83. package/src/components/toggleSwitch.scss +41 -0
  84. package/src/components/topbar.scss +151 -0
  85. package/src/components/uploadcomponents.scss +100 -0
  86. package/src/digitv2/components/ErrorMessage.scss +6 -0
  87. package/src/digitv2/components/FormComposerV2.scss +120 -0
  88. package/src/digitv2/components/actionLinkV2.scss +7 -0
  89. package/src/digitv2/components/actionbarV2.scss +110 -0
  90. package/src/digitv2/components/appContainerV2.scss +55 -0
  91. package/src/digitv2/components/backButtonV2.scss +26 -0
  92. package/src/digitv2/components/bannerV2.scss +120 -0
  93. package/src/digitv2/components/bodyContainerV2.scss +39 -0
  94. package/src/digitv2/components/breadCrumbV2.scss +31 -0
  95. package/src/digitv2/components/breakLineV2.scss +6 -0
  96. package/src/digitv2/components/buttonsV2.scss +40 -0
  97. package/src/digitv2/components/cardV2.scss +385 -0
  98. package/src/digitv2/components/checkboxV2.scss +61 -0
  99. package/src/digitv2/components/checkpointV2.scss +71 -0
  100. package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
  101. package/src/digitv2/components/dateWrapV2.scss +12 -0
  102. package/src/digitv2/components/displayPhotosV2.scss +33 -0
  103. package/src/digitv2/components/headerV2.scss +6 -0
  104. package/src/digitv2/components/infoBannerV2.scss +37 -0
  105. package/src/digitv2/components/keynoteV2.scss +35 -0
  106. package/src/digitv2/components/loaderV2.scss +81 -0
  107. package/src/digitv2/components/mobileNumberV2.scss +33 -0
  108. package/src/digitv2/components/multiSelectDropdownV2.scss +92 -0
  109. package/src/digitv2/components/noresultsfoundV2.scss +11 -0
  110. package/src/digitv2/components/otpInputV2.scss +15 -0
  111. package/src/digitv2/components/popUpV2.scss +16 -0
  112. package/src/digitv2/components/radiobtnV2.scss +51 -0
  113. package/src/digitv2/components/ratingV2.scss +33 -0
  114. package/src/digitv2/components/selectdropdownV2.scss +170 -0
  115. package/src/digitv2/components/tagV2.scss +28 -0
  116. package/src/digitv2/components/telephoneV2.scss +18 -0
  117. package/src/digitv2/components/textInputV2.scss +123 -0
  118. package/src/digitv2/components/textareaV2.scss +11 -0
  119. package/src/digitv2/components/uploadFileV2.scss +146 -0
  120. package/src/digitv2/index.scss +168 -0
  121. package/src/digitv2/pages/employee/index.scss +1 -0
  122. package/src/digitv2/pages/employee/workbench.scss +1042 -0
  123. package/src/digitv2/typography.scss +241 -0
  124. package/src/index.scss +804 -0
  125. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  126. package/src/pages/citizen/DocumentList.scss +305 -0
  127. package/src/pages/citizen/Events.scss +47 -0
  128. package/src/pages/citizen/HomePageWrapper.scss +158 -0
  129. package/src/pages/citizen/SurveyList.scss +22 -0
  130. package/src/pages/citizen/citizenDocument.scss +22 -0
  131. package/src/pages/citizen/container.scss +19 -0
  132. package/src/pages/citizen/payment/payment-type.scss +3 -0
  133. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  134. package/src/pages/employee/EmployeeLogin.scss +7 -0
  135. package/src/pages/employee/cardfix.scss +13 -0
  136. package/src/pages/employee/container.scss +72 -0
  137. package/src/pages/employee/dss.scss +266 -0
  138. package/src/pages/employee/form-fields.scss +13 -0
  139. package/src/pages/employee/iframe.scss +66 -0
  140. package/src/pages/employee/inbox.scss +634 -0
  141. package/src/pages/employee/index.scss +621 -0
  142. package/src/pages/employee/login.scss +302 -0
  143. package/src/pages/employee/oldMobileInbox.scss +5 -0
  144. package/src/pages/employee/popupmodule.scss +34 -0
  145. package/src/pages/employee/response.scss +3 -0
  146. package/src/pages/employee/scroll-table.scss +119 -0
  147. package/src/pages/employee/surveys.scss +273 -0
  148. package/src/pages/employee/tooltip.scss +36 -0
  149. package/src/pages/employee/updateNumber.scss +13 -0
  150. package/svg/arrowdown.svg +1 -0
  151. package/svg/arrowleft.svg +1 -0
  152. package/svg/calendar.svg +1 -0
  153. package/svg/camera.svg +4 -0
  154. package/svg/check.svg +4 -0
  155. package/svg/close.svg +4 -0
  156. package/svg/error.svg +4 -0
  157. package/svg/error2.svg +5 -0
  158. package/svg/searchicon.svg +4 -0
  159. package/svg/starempty.svg +4 -0
  160. package/svg/starfilled.svg +5 -0
  161. package/svg/success.svg +4 -0
@@ -0,0 +1,1042 @@
1
+ @import url("../../index.scss");
2
+
3
+ .bread-crumb.workbench-bredcrumb{
4
+ a{
5
+ color: theme(digitv2.lightTheme.primary);
6
+ }
7
+ }
8
+ .workbench{
9
+ .workbench-create-form {
10
+ display: inherit;
11
+ padding-top: 1.5rem;
12
+ .digit-form-composer-sub-header {
13
+ @extend .typography.text-heading-m;
14
+ padding-left: 1rem;
15
+ @media (max-width: theme(digitv2.screens.mobile)) {
16
+ padding-left: 0;
17
+ }
18
+ }
19
+
20
+ form {
21
+ #label_digit_root {
22
+ display: none;
23
+ }
24
+
25
+ #digit_root {
26
+ width: 100%;
27
+
28
+ .field-wrapper {
29
+ .form-group.field {
30
+ display: flex;
31
+ padding: 1em 0 0 1em;
32
+
33
+ @media (max-width: theme(digitv2.screens.mobile)) {
34
+ flex-direction: column;
35
+ }
36
+
37
+ &.field-error.has-error.has-danger {
38
+ .control-label {
39
+ @extend .alert-error;
40
+ }
41
+
42
+ .form-control {
43
+ @extend .alert-error-border;
44
+ }
45
+
46
+ .card-label-error {
47
+ display: inline;
48
+ position: relative;
49
+ margin: 0px;
50
+ padding: 0px;
51
+ top: -0.7rem;
52
+ font-weight: normal;
53
+
54
+ }
55
+ }
56
+
57
+ &.field-boolean.field-error.has-error.has-danger {
58
+
59
+ .card-label-error {
60
+ position: initial;
61
+ display: block;
62
+ margin-top: 0.5rem;
63
+
64
+ }
65
+ }
66
+
67
+ .control-label {
68
+ max-width: 12.5rem;
69
+ margin-right: 2.5rem;
70
+ @extend .card-label;
71
+ display: inline-flex;
72
+ /* align-self: center; */
73
+ line-height: 3rem;
74
+ @extend .typography.text-heading-s;
75
+ /* web view*/
76
+ @apply w-1/3;
77
+
78
+ /* tablet view*/
79
+
80
+ @media (max-width: theme(digitv2.screens.tablet)) {
81
+ max-width: 11rem;
82
+ margin-right: 1.5rem;
83
+
84
+ }
85
+
86
+ /* mobile view*/
87
+
88
+ @media (max-width: theme(digitv2.screens.mobile)) {
89
+ /*max-width: 10.2rem;*/
90
+ @apply w-full;
91
+
92
+ }
93
+
94
+ }
95
+
96
+ .all-input-field-wrapper {
97
+
98
+ @apply w-3/5;
99
+ @media (max-width: theme(digitv2.screens.mobile)) {
100
+ @apply w-full;
101
+ }
102
+
103
+ .form-control {
104
+ @extend .light-input-border;
105
+ @extend .employee-card-input;
106
+ font-style: inherit;
107
+ font-family: inherit;
108
+ /* web view*/
109
+ max-width: 37.5rem;
110
+ min-width: 20.5rem;
111
+ margin-bottom: 1rem;
112
+ /* tablet view*/
113
+
114
+ @media (max-width: theme(digitv2.screens.tablet)) {
115
+ max-width: 27.5rem;
116
+ min-width: 12.5rem;
117
+
118
+ }
119
+
120
+ /* mobile view*/
121
+
122
+ @media (max-width: theme(digitv2.screens.mobile)) {
123
+ max-width: 20.5rem;
124
+ min-width: 9.5rem;
125
+ @apply w-full;
126
+
127
+ }
128
+
129
+ &.form-select {
130
+ padding: 0%;
131
+ border: 0px;
132
+
133
+ .digit__control {
134
+ @apply outline-none;
135
+
136
+ .digit__value-container:in-range {
137
+ border-color: unset;
138
+ box-shadow: none;
139
+ box-sizing: unset;
140
+ @apply outline-none;
141
+ }
142
+ }
143
+
144
+ .digit__control--is-focused {
145
+ border-color: theme(digitv2.lightTheme.primary) !important;
146
+ box-shadow: none;
147
+ box-sizing: unset;
148
+ @apply outline-none;
149
+ }
150
+
151
+
152
+ .digit__control:hover {
153
+
154
+ border-color: unset;
155
+ box-shadow: none;
156
+ box-sizing: unset;
157
+ @apply outline-none;
158
+ }
159
+
160
+ .digit__control:focus {
161
+ border-color: theme(digitv2.lightTheme.primary);
162
+
163
+ .digit__value-container:focus {
164
+ border-color: theme(digitv2.lightTheme.primary);
165
+
166
+ }
167
+ }
168
+ }
169
+
170
+ &.form-select:focus {
171
+ @apply outline-none;
172
+ border-color: theme(digitv2.lightTheme.primary);
173
+
174
+ }
175
+ }
176
+
177
+ .form-control:read-only {
178
+ background-color: theme(digitv2.lightTheme.background);
179
+ color: theme(digitv2.lightTheme["text-color-secondary"]);
180
+ }
181
+
182
+ .form-control:focus {
183
+
184
+ @apply outline-none;
185
+ border-color: theme(digitv2.lightTheme.primary);
186
+ }
187
+
188
+ textarea.form-control {
189
+ height: 5rem;
190
+ }
191
+ }
192
+
193
+ &.field-string {
194
+ align-self: center;
195
+ }
196
+
197
+ &.field-boolean {
198
+ padding-top: 0rem;
199
+ padding-bottom: 1rem;
200
+
201
+ .custom-checkbox {
202
+ display: inline-flex;
203
+ align-items: end;
204
+
205
+ &.custom-checkbox-disabled {
206
+ pointer-events: none;
207
+ opacity: 0.6;
208
+ }
209
+
210
+ .custom-checkbox-label {
211
+ @extend .typography.text-body-s;
212
+ @apply pl-sm;
213
+ }
214
+ }
215
+
216
+ .checkbox {
217
+ width: 28rem;
218
+
219
+ label {
220
+ float: left;
221
+
222
+ /* display: flex;
223
+ flex-direction: row-reverse;
224
+ */
225
+ span {
226
+ width: 17rem;
227
+ display: none;
228
+ @extend .card-label;
229
+ }
230
+
231
+ input[type="checkbox"] {
232
+ @extend .light-input-border;
233
+ @extend .employee-card-input;
234
+ height: 1.5rem;
235
+ /* @apply ml-sm;*/
236
+ }
237
+
238
+ input[type="checkbox"]#digit_root_active {
239
+ accent-color: theme(digitv2.lightTheme.primary);
240
+ }
241
+
242
+ input:checked,
243
+ input:hover {
244
+ @apply border-2;
245
+ @extend .light-input-border;
246
+ }
247
+ }
248
+ }
249
+
250
+ .field-radio-group {
251
+ display: inline-flex;
252
+ height: 2.5rem;
253
+ align-items: center;
254
+
255
+ .radio {
256
+ @apply mr-sm;
257
+ }
258
+ }
259
+
260
+
261
+
262
+ }
263
+
264
+
265
+
266
+ &.field-object>.control-label {
267
+ margin-left: 0.5rem;
268
+ }
269
+
270
+ &.field-object {
271
+ display: block;
272
+ @extend .light-background;
273
+ @extend .light-paper-border;
274
+ padding: 1rem;
275
+ margin: 1rem;
276
+
277
+ .digit-expand-collapse-wrapper {
278
+ margin-top: 0px;
279
+ }
280
+
281
+ .digit-icon-toggle {
282
+ top: -1.5rem;
283
+ right: 1.5em;
284
+ }
285
+
286
+ .object-wrapper {
287
+ .array-remove-button-wrapper {
288
+ position: relative;
289
+ }
290
+ }
291
+
292
+ /* have to revisit for objects
293
+ [id^="root_"] {
294
+ @extend .light-background;
295
+ }
296
+ */
297
+ }
298
+
299
+ &.field-array {
300
+ display: block;
301
+ @extend .light-paper-secondary;
302
+ @extend .light-paper-border;
303
+ padding: 2rem;
304
+ margin: 1rem;
305
+ padding-top: 1rem;
306
+
307
+ .array-wrapper .array-item {
308
+ &.jk-array-objects>.array-remove-button-wrapper {
309
+ display: block;
310
+ }
311
+
312
+ &.jk-array-objects {
313
+ margin-bottom: 2rem;
314
+
315
+ .array-children>span .form-group.field.field-object {
316
+ padding-bottom: 3rem;
317
+ }
318
+
319
+ .array-obj {
320
+ position: absolute;
321
+ bottom: 1.5rem;
322
+ left: 2rem;
323
+
324
+ >.array-remove-button-wrapper {
325
+ position: unset;
326
+ }
327
+ }
328
+
329
+ }
330
+
331
+ &.jk-array-of-non-objects>.array-remove-button-wrapper {
332
+ display: inline;
333
+ left: 38.5rem;
334
+ right: unset;
335
+ top: 0.7rem;
336
+ }
337
+
338
+ &.jk-array-of-non-objects .array-children {
339
+ span .form-group {
340
+ padding-left: 0%;
341
+
342
+ .control-label {
343
+ display: none;
344
+ }
345
+
346
+ }
347
+ }
348
+
349
+ /* it has been removed since we dont need diff color for array items @extend .light-background;*/
350
+ position: relative;
351
+
352
+ .field-object {
353
+ margin-left: 0;
354
+ margin-right: 0;
355
+ }
356
+
357
+
358
+ .array-remove-button-wrapper {
359
+ position: absolute;
360
+ right: 1.3em;
361
+ top: 1.3em;
362
+ background-color: inherit !important;
363
+
364
+ .array-remove-button {
365
+ cursor: pointer;
366
+ background-color: inherit !important;
367
+ @media (max-width: theme(digitv2.screens.mobile)) {
368
+ padding:0px;
369
+ }
370
+ h2{
371
+ @media (max-width: theme(digitv2.screens.mobile)) {
372
+ display: none;
373
+ }
374
+ }
375
+
376
+ }
377
+ }
378
+
379
+ span.all-input-field-wrapper {
380
+ @apply w-3/5;
381
+
382
+ .form-control {
383
+ @apply w-full;
384
+ }
385
+ }
386
+
387
+ .control-label {
388
+ @apply w-1/3;
389
+
390
+ }
391
+ }
392
+
393
+
394
+ .jk-digit-secondary-btn {
395
+ height: 1.7em;
396
+ margin-top: 0.5rem;
397
+
398
+ @media (max-width: theme(digitv2.screens.mobile)) {
399
+ height: auto;
400
+ width: 100%;
401
+ }
402
+
403
+ h2 {
404
+ font-size: 1rem;
405
+ }
406
+ }
407
+
408
+ .all-input-field-wrapper {
409
+ .card-label-error {
410
+ position: unset !important;
411
+ }
412
+ }
413
+
414
+ }
415
+
416
+ .digit-expand-collapse-header {
417
+ border: 0;
418
+ background-color: inherit;
419
+ padding: 0;
420
+ }
421
+ }
422
+ }
423
+ }
424
+ }
425
+
426
+ div.action-bar-wrap {
427
+ @extend .action-bar-wrap;
428
+
429
+ .submit-bar {
430
+ @extend .submit-bar;
431
+ cursor: pointer;
432
+ @apply font-rc font-medium text-legend text-white leading-10;
433
+ }
434
+ }
435
+ }
436
+
437
+ .workbench-no-schema-found {
438
+ @apply flex justify-items-center flex-col;
439
+ align-items: center;
440
+ }
441
+
442
+ .jk-digit-loader {
443
+ position: absolute;
444
+ z-index: 10000;
445
+ width: 100vw;
446
+ background-color: rgba(189, 189, 189, 0.5);
447
+ height: 100vh;
448
+ left: 0;
449
+ top: 0;
450
+
451
+ .jk-spinner-wrapper {
452
+ width: 100%;
453
+ display: flex;
454
+ align-items: center;
455
+ justify-content: center;
456
+ height: 100%;
457
+
458
+ .jk-spinner {
459
+ border: 0.4em solid #fe7a51;
460
+ border-radius: 50%;
461
+ border-top: 0.4em solid #ffffff;
462
+ width: 4em;
463
+ height: 4em;
464
+ -webkit-animation: spin 2s linear infinite;
465
+ /* Safari */
466
+ animation: spin 1s linear infinite;
467
+ }
468
+ }
469
+ }
470
+
471
+ .jk-sm-inbox-loader {
472
+ border: 0.2em solid #fe7a51;
473
+ border-radius: 50%;
474
+ border-top: 0.2em solid #ffffff;
475
+ width: 2em;
476
+ height: 2em;
477
+ -webkit-animation: spin 2s linear infinite;
478
+ /* Safari */
479
+ animation: spin 1s linear infinite;
480
+ }
481
+
482
+ /* Safari */
483
+ @-webkit-keyframes spin {
484
+ 0% {
485
+ -webkit-transform: rotate(0deg);
486
+ }
487
+
488
+ 100% {
489
+ -webkit-transform: rotate(360deg);
490
+ }
491
+ }
492
+
493
+ @keyframes spin {
494
+ 0% {
495
+ transform: rotate(0deg);
496
+ }
497
+
498
+ 100% {
499
+ transform: rotate(360deg);
500
+ }
501
+ }
502
+
503
+ .no-data-found {
504
+ height: 100%;
505
+ width: 100%;
506
+ display: flex;
507
+ flex-direction: column;
508
+ justify-content: center;
509
+ align-items: center;
510
+
511
+ .digit-error-msg {
512
+ margin-top: 2rem;
513
+ }
514
+ }
515
+
516
+
517
+ .tooltip .tooltiptext {
518
+
519
+ top: 2rem;
520
+ left: 0;
521
+ margin-left: 0rem;
522
+ width: fit-content;
523
+ height: max-content;
524
+ white-space: normal;
525
+
526
+ .tooltiptextvalue {
527
+ font-size: 14px;
528
+ font-weight: 400px;
529
+ color: white;
530
+ }
531
+ }
532
+ .employeeCard.manage-master-wrapper {
533
+ width: 100%;
534
+ display: flex;
535
+ padding-top: 2.1rem;
536
+ @media (max-width: theme(digitv2.screens.mobile)) {
537
+ flex-direction: column;
538
+ }
539
+ .employee-select-wrap.form-field{
540
+ @apply w-1/4;
541
+ margin-right:1rem ;
542
+ @media (max-width: theme(digitv2.screens.mobile)) {
543
+ @apply w-full;
544
+ }
545
+ }
546
+ }
547
+
548
+ .table{
549
+ padding-left:0.8rem ;
550
+ padding-right:0.8rem ;
551
+ &-row-mdms:hover{
552
+ background-color: theme(digitv2.lightTheme.primary-bg); /* Change this to the desired hover color */
553
+ cursor: pointer;
554
+ }
555
+ }
556
+ }
557
+
558
+ .header-btn{
559
+ width: 12rem;
560
+ }
561
+
562
+ .drag-drop-container {
563
+ background-color: #FAFAFA;
564
+ border: 1.5px dashed #D6D5D4;
565
+ border-radius: 5px;
566
+ margin:-1rem 1rem 1rem 1rem;
567
+ padding: 1rem 1rem 1rem 1rem;
568
+ display: flex;
569
+ align-items: center;
570
+ flex-direction: column;
571
+
572
+ .drag-drop-text {
573
+ text-decoration: none;
574
+ .browse-text {
575
+ text-decoration: none;
576
+ color: #F47738;
577
+ transition: color 0.3s;
578
+ }
579
+ .browse-text:hover {
580
+ color: #F47738;
581
+ text-decoration: underline;
582
+ cursor: pointer;
583
+ }
584
+ }
585
+
586
+ }
587
+
588
+ .uploaded-file-container {
589
+ background-color: #FAFAFA;
590
+ border: 1.5px solid #D6D5D4;
591
+ border-radius: 5px;
592
+ margin:0.5rem 1rem 2rem 1rem;
593
+ display: flex;
594
+ flex-direction: row;
595
+ align-items: center;
596
+ padding: 0.6rem;
597
+ justify-content: space-between;
598
+
599
+ .uploaded-file-container-sub {
600
+ display: flex;
601
+ align-items: center;
602
+
603
+ .icon:hover {
604
+ cursor: pointer;
605
+ }
606
+ }
607
+ }
608
+
609
+ button:hover {
610
+ cursor: pointer;
611
+ }
612
+
613
+ .popup-header-fix {
614
+ margin-top: -0.5rem !important;
615
+ }
616
+
617
+
618
+ .option-details {
619
+ position: fixed;
620
+ top: 50%;
621
+ left: 50%;
622
+ transform: translate(-50%, -50%);
623
+ z-index: 999;
624
+ border: 1px solid #D6D5D4;
625
+ /* Border color and width */
626
+ background-color: #fff;
627
+ padding: 2em;
628
+ border-radius: 5px;
629
+ display: flex;
630
+ flex-direction: column;
631
+ width: 40%;
632
+ min-width: 300px;
633
+
634
+
635
+ .detail-container {
636
+ margin-top: 20px;
637
+ overflow-y: auto;
638
+ max-height: 50vh;
639
+
640
+ .detail-item {
641
+ margin: 10px 0;
642
+ display: flex;
643
+ align-items: center;
644
+
645
+ .key {
646
+ flex-basis: 30%;
647
+ margin-right: 10px;
648
+ font-weight: bold;
649
+ text-align: start !important;
650
+ }
651
+
652
+
653
+
654
+ .value {
655
+ flex-basis: 70%;
656
+ text-align: start !important;
657
+ }
658
+
659
+ }
660
+
661
+
662
+
663
+ .separator {
664
+ margin: 10px 0;
665
+ border: none;
666
+ border-bottom: 1px solid #ccc;
667
+ }
668
+
669
+
670
+
671
+ .view-more {
672
+ display: flex;
673
+ justify-content: flex-start;
674
+ margin-top: 1.5em;
675
+ }
676
+
677
+
678
+
679
+ .select {
680
+ display: flex;
681
+ justify-content: flex-start;
682
+ margin-top: 1.5em;
683
+ }
684
+
685
+ }
686
+
687
+ }
688
+
689
+
690
+ .close-button {
691
+ align-self: flex-end;
692
+ cursor: pointer;
693
+ font-weight: bold;
694
+ position: absolute;
695
+ padding: 7px;
696
+ top: 0;
697
+ right: 0;
698
+ border: 1px solid black;
699
+ margin-bottom: 20px;
700
+ }
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+ .option-details-dropdown {
709
+ position: absolute;
710
+ z-index: 999;
711
+ border: #D6D5D4 1px solid;
712
+ background-color: #fff;
713
+ padding: 10px;
714
+ border-radius: 5px;
715
+ width: 250px;
716
+ margin-left: -250px;
717
+ }
718
+
719
+
720
+ .modal-wrapper {
721
+ position: fixed;
722
+ top: 0;
723
+ left: 0;
724
+ width: 100%;
725
+ height: 100%;
726
+ display: flex;
727
+ justify-content: center;
728
+ align-items: center;
729
+ background-color: rgba(0, 0, 0, 0.5);
730
+ z-index: 9999;
731
+ overflow: auto;
732
+ /* Enable scrolling if content exceeds the viewport */
733
+ }
734
+
735
+
736
+ .modal-content {
737
+ background-color: #fff;
738
+ padding: 20px;
739
+ border: 1px solid #ccc;
740
+ border-radius: 4px;
741
+ max-width: 80%;
742
+ /* Adjust the maximum width as needed */
743
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
744
+ max-height: 80vh;
745
+ /* Limit the maximum height to 80% of the viewport height */
746
+ display: flex;
747
+ flex-direction: column;
748
+ justify-content: space-between;
749
+ }
750
+
751
+ .modal-inner {
752
+ overflow-y: auto;
753
+ /* Enable scrolling within the modal */
754
+ }
755
+
756
+ .modal-content .employee-select-wrap .select input {
757
+ width: calc(100% - 32px);
758
+ background-color: initial;
759
+ position: relative !important;
760
+ z-index: 10;
761
+ width: 100%;
762
+ height: 100%;
763
+ outline: 2px solid transparent;
764
+ outline-offset: 2px;
765
+ padding-left: 8px;
766
+ }
767
+
768
+
769
+
770
+ .modal-content .employee-select-wrap .select-active {
771
+ position: absolute;
772
+ display: block;
773
+ width: 100%;
774
+ height: 2.5rem;
775
+ --border-opacity: 1;
776
+ border: 1px solid #f47738;
777
+ border-color: rgba(244, 119, 56, var(--border-opacity));
778
+ }
779
+
780
+
781
+
782
+ .modal-content .label-field-pair {
783
+ display: -ms-flexbox;
784
+ display: block !important;
785
+ -ms-flex-align: center;
786
+ align-items: center;
787
+ }
788
+
789
+
790
+ .modal-content .employee-select-wrap {
791
+ margin-bottom: 24px;
792
+ }
793
+
794
+ .inbox-search-wrapper {
795
+ .add-new-container {
796
+ width: 100%;
797
+ display: flex;
798
+ flex-direction: row-reverse;
799
+ .add-new {
800
+ position: relative;
801
+ color: #F47738;
802
+ cursor: pointer;
803
+ margin-right: 1em;
804
+ font-weight: bolder;
805
+ font-size: 23px;
806
+ }
807
+ }
808
+ }
809
+
810
+
811
+
812
+ .multiselect {
813
+ display: flex;
814
+ align-items: center;
815
+
816
+ @media (max-width: 588px) {
817
+ .info-icon-container {
818
+ position: absolute;
819
+ right: 2px;
820
+ margin-right: 0px !important;
821
+ margin-left: 0px !important;
822
+ display: flex;
823
+ justify-content: center;
824
+ margin-bottom: 0.7em;
825
+ }
826
+ }
827
+
828
+
829
+
830
+ .info-icon-container {
831
+ margin-left: 0.7em;
832
+ margin-right: -2em;
833
+ display: flex;
834
+ justify-content: center;
835
+ margin-bottom: 0.7em;
836
+ }
837
+
838
+
839
+
840
+ .info-icon-container .info-icon {
841
+ cursor: pointer;
842
+ }
843
+
844
+ }
845
+
846
+
847
+
848
+ .link-container {
849
+ flex: 1;
850
+ display: flex;
851
+ align-items: center;
852
+ padding: 10px;
853
+ background-color: #bdc5d1;
854
+
855
+
856
+
857
+ .view-all-link {
858
+ background-color: #bdc5d1;
859
+ color: #f47738;
860
+ font-size: 16px;
861
+ text-decoration: underline;
862
+ cursor: pointer;
863
+ }
864
+
865
+ }
866
+
867
+
868
+
869
+ .action-bar {
870
+ display: flex;
871
+ flex-direction: row;
872
+ justify-content: flex-end;
873
+
874
+
875
+ .action-bar-button {
876
+ margin-right: 0.5em;
877
+ }
878
+ }
879
+
880
+
881
+
882
+ .progressBarContainer {
883
+ position: fixed;
884
+ bottom: 20px;
885
+ right: 20px;
886
+ background-color: #fff;
887
+ padding: 45px 45px 20px 20px;
888
+ border-radius: 8px;
889
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
890
+ z-index: 9999;
891
+ width: 25vw;
892
+
893
+
894
+ @media (max-width: 768px) {
895
+ width: 70vw;
896
+ position: fixed;
897
+ bottom: 20px;
898
+ right: auto;
899
+ left: 50%;
900
+ transform: translateX(-50%);
901
+ }
902
+
903
+
904
+
905
+ .progressBar {
906
+ display: flex;
907
+ flex-direction: row;
908
+ border-radius: 4px;
909
+ overflow: hidden;
910
+ border: 1px solid #ccc;
911
+ height: 20px;
912
+ background-color: #4CAF50;
913
+ }
914
+
915
+
916
+
917
+ .progressHeading {
918
+ margin: 8px 0;
919
+ font-size: 16px;
920
+
921
+
922
+
923
+ .success-container {
924
+ display: flex;
925
+ flex-direction: row;
926
+ background-color: #00703C;
927
+ color: #fff;
928
+ padding: 5px 10px;
929
+ border-radius: 5px;
930
+ width: fit-content;
931
+ align-items: center;
932
+
933
+
934
+
935
+ .success-count {
936
+ background-color: #fff;
937
+ color: #00703C;
938
+ padding: 3px 5px;
939
+ border-radius: 3px;
940
+ margin-left: 5px;
941
+ }
942
+
943
+ }
944
+
945
+ }
946
+
947
+
948
+
949
+ .closeButton {
950
+ position: absolute;
951
+ top: 10px;
952
+ right: 10px;
953
+ cursor: pointer;
954
+ padding: 2px;
955
+ border: 1px solid #ccc;
956
+ border-radius: 1px;
957
+ }
958
+
959
+
960
+
961
+ .no-uploads {
962
+ margin-top: 1em;
963
+ }
964
+
965
+ }
966
+
967
+
968
+
969
+ .results-container-orange {
970
+ max-height: 50vh;
971
+ overflow: auto;
972
+ margin-top: 1em;
973
+ border: 1px solid #ccc;
974
+ border-radius: 4px;
975
+ padding: 1em;
976
+ background-color: #ea8a3b !important;
977
+
978
+
979
+
980
+ .no-errors {
981
+ background-color: #ea8a3b !important;
982
+ }
983
+
984
+ }
985
+
986
+
987
+
988
+ .results-container {
989
+ max-height: 50vh;
990
+ overflow: auto;
991
+ margin-top: 1em;
992
+ border: 1px solid #ccc;
993
+ border-radius: 4px;
994
+ padding: 1em;
995
+
996
+
997
+
998
+ .results-list-item {
999
+ border-bottom: 1px solid #ddd;
1000
+ padding: 0.5em;
1001
+ cursor: pointer;
1002
+
1003
+
1004
+ &:hover {
1005
+ background-color: #D4351C;
1006
+ color: white;
1007
+ /* Yellowish color on hover */
1008
+ }
1009
+
1010
+ }
1011
+
1012
+
1013
+
1014
+ .results-details {
1015
+ white-space: pre-wrap;
1016
+ border: 1px solid #ccc;
1017
+ border-radius: 4px;
1018
+ padding: 1em;
1019
+ }
1020
+ }
1021
+
1022
+
1023
+
1024
+ .overlay {
1025
+ position: fixed;
1026
+ top: 0;
1027
+ left: 0;
1028
+ width: 100%;
1029
+ height: 100%;
1030
+ background-color: rgba(0, 0, 0, 0.3);
1031
+ z-index: 9998;
1032
+ }
1033
+
1034
+ .CloseLevelButton {
1035
+ font-size: 1rem;
1036
+ margin-bottom: 24px;
1037
+ /* margin-left: 24px; */
1038
+ position: relative;
1039
+ right: auto;
1040
+ border: none;
1041
+
1042
+ }