@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,634 @@
1
+ .complaint-links-container {
2
+ /* @apply bg-white; */
3
+ /* border-radius: 4px; */
4
+
5
+ .header {
6
+ /* @apply flex items-center border-b border-border justify-between; */
7
+
8
+ .logo {
9
+ width: 56px;
10
+ height: 56px;
11
+ @apply bg-focus;
12
+ padding: 12px;
13
+ border-radius: 4px;
14
+
15
+ svg {
16
+ @apply w-8 h-8;
17
+ }
18
+ }
19
+
20
+ .text {
21
+ @apply pl-md text-heading-m font-bold;
22
+ }
23
+ }
24
+
25
+ .body {
26
+ /* padding: 10px; */
27
+ @apply flex items-start flex-col;
28
+ /* margin-left: 46px; */
29
+
30
+ .link {
31
+ @apply p-sm items-center;
32
+ color: #764ba2 !important;
33
+ display: flex !important;
34
+
35
+ a {
36
+ color: inherit;
37
+ text-decoration: inherit
38
+ }
39
+ }
40
+
41
+ .inbox-total {
42
+ padding: 4px;
43
+ display: table;
44
+ @apply whitespace-normal text-center text-white w-8 h-8 bg-primary-main rounded-full ml-xs;
45
+ }
46
+ }
47
+
48
+ .links-wrapper {
49
+ @apply py-sm;
50
+ line-height: 24px;
51
+ font-size: 20px;
52
+ align-self: center;
53
+
54
+ .link {
55
+ padding: 0 !important;
56
+ padding-bottom: 4px !important;
57
+
58
+ svg {
59
+ @apply ml-sm;
60
+ }
61
+ }
62
+ }
63
+ }
64
+
65
+ .MobilePopupHeadingWrapper {
66
+ @apply flex place-content-between mb-md;
67
+
68
+ h2 {
69
+ @apply text-heading-l font-bold;
70
+ }
71
+ }
72
+
73
+ .filter-button {
74
+ @apply text-primary-main;
75
+
76
+ &:hover {
77
+ @apply text-primary-dark cursor-pointer;
78
+ }
79
+ }
80
+
81
+ .employeeCard-info-box {
82
+ @apply flex justify-end ml-md;
83
+ background-color: theme(colors.grey.light);
84
+
85
+ div {
86
+ margin-right: 32px;
87
+
88
+ span:nth-child(2) {
89
+ @apply font-bold;
90
+ color: #4f5a5f;
91
+ }
92
+ }
93
+
94
+ .employeeCard-info-data {
95
+ display: flex;
96
+ flex-direction: column;
97
+ }
98
+ }
99
+
100
+ .filter-form {
101
+ .filter-card {
102
+ @apply bg-white min-h-full;
103
+ padding: 10px;
104
+
105
+ .heading {
106
+ justify-content: unset;
107
+ @apply flex;
108
+
109
+ .clearAll {
110
+ display: none;
111
+ }
112
+ }
113
+
114
+ .filter-label {
115
+ @apply font-bold text-heading-l flex gap-3;
116
+ padding-bottom: 6px;
117
+
118
+ svg {
119
+ fill: theme(colors.text.primary);
120
+ }
121
+ }
122
+
123
+ .sub-filter-label {
124
+ font-weight: 400;
125
+ font-size: 16px;
126
+ }
127
+ }
128
+
129
+ .filter-form-field {
130
+ p {
131
+ @apply text-form-field text-text-primary block mb-md;
132
+ }
133
+ }
134
+ }
135
+
136
+ .inbox-container {
137
+ .filters-container {
138
+ .filter {
139
+ .filter-card {
140
+ @apply bg-white;
141
+ padding: 10px;
142
+
143
+ .filter-card-close-button {
144
+ @apply flex flex-row-reverse;
145
+ }
146
+
147
+ .heading {
148
+ @apply flex justify-between;
149
+
150
+ .clearAll {
151
+ display: none;
152
+ }
153
+ }
154
+
155
+ .filter-label {
156
+ @apply text-heading-m block flex gap-3 items-center;
157
+ padding-bottom: 6px;
158
+
159
+ svg {
160
+ fill: theme(colors.text.primary);
161
+ }
162
+ }
163
+
164
+ .sub-filter-label {
165
+ font-weight: 400;
166
+ font-size: 16px;
167
+ }
168
+ }
169
+ }
170
+
171
+ .search-complaint-container {
172
+ @apply items-center bg-white p-md;
173
+
174
+ .complaint-input-container {
175
+ @apply w-full;
176
+
177
+ .complaint-input {
178
+ @apply flex flex-col;
179
+
180
+ .clear-search {
181
+ @apply text-focus;
182
+ display: none;
183
+
184
+ &:hover {
185
+ color: theme(colors.link.hover);
186
+ cursor: pointer;
187
+ }
188
+ }
189
+ }
190
+
191
+ .mobile-input {}
192
+ }
193
+ }
194
+ }
195
+
196
+ .status-container {
197
+ margin-bottom: 50px;
198
+ }
199
+ }
200
+
201
+ .clear-search,
202
+ .clear-search .link-label {
203
+ @apply text-focus;
204
+ @apply block;
205
+ cursor: pointer;
206
+
207
+ &:hover {
208
+ color: #000;
209
+ }
210
+ }
211
+
212
+ .button-clear {
213
+ @apply text-focus text-body-s-dt;
214
+ }
215
+
216
+ .inbox-count {
217
+ @apply inline ml-sm p-sm bg-primary-main rounded-full text-white text-heading-s align-middle text-center font-regular;
218
+ }
219
+
220
+ @screen dt {
221
+ .complaint-links-container {
222
+ /* @apply bg-white; */
223
+
224
+ .header {
225
+ /* @apply flex items-center border-b border-border; */
226
+
227
+ .logo {
228
+ @apply bg-focus;
229
+ padding: 12px;
230
+ border-radius: 4px;
231
+ }
232
+
233
+ .text {
234
+ @apply pl-md text-heading-m-dt font-bold;
235
+ }
236
+ }
237
+
238
+ .body {
239
+ /* padding: 10px; */
240
+ @apply flex items-start flex-col;
241
+ /* margin-left: 46px; */
242
+
243
+ .link {
244
+ @apply p-sm;
245
+ color: #764ba2 !important;
246
+ }
247
+ }
248
+ }
249
+
250
+ .inboxLinks {
251
+ margin: 0 !important;
252
+ padding: 0 !important;
253
+
254
+ .header {
255
+ border: none;
256
+ @apply justify-start;
257
+
258
+ .logo {
259
+ @apply bg-white;
260
+
261
+ svg {
262
+ path {
263
+ fill: theme(colors.primary.main);
264
+ }
265
+ }
266
+ }
267
+ }
268
+
269
+ .body {
270
+ margin-left: 0;
271
+ }
272
+ }
273
+
274
+ .filter-form {
275
+ .filter-card {
276
+ @apply p-md bg-white;
277
+
278
+ .heading {
279
+ @apply flex justify-between;
280
+ }
281
+
282
+ .label {
283
+ @apply text-heading-s;
284
+ }
285
+ }
286
+ }
287
+
288
+ .inbox-container {
289
+ @apply flex;
290
+
291
+ .filters-container {
292
+ width: 270px;
293
+
294
+ .filter {
295
+ @apply mt-md;
296
+
297
+ .filter-card {
298
+ @apply p-md bg-white;
299
+
300
+ .heading {
301
+ @apply flex justify-between;
302
+ }
303
+
304
+ .label {
305
+ @apply text-heading-s;
306
+ }
307
+ }
308
+ }
309
+
310
+ .citizen-filter {
311
+ margin-top: unset;
312
+ }
313
+ }
314
+
315
+ .search-container {
316
+ width: 874px;
317
+
318
+ .search-complaint-container {
319
+ margin: auto;
320
+ @apply flex flex-col items-start mb-md bg-white p-md;
321
+
322
+ .complaint-header {
323
+ display: flex;
324
+ @apply flex justify-between w-full;
325
+ margin-bottom: 20px;
326
+ }
327
+
328
+ .complaint-input-container {
329
+ /* display: inline-block !important; */
330
+ display: grid;
331
+ grid-template-columns: 33.33% 33.33% 33.33%;
332
+
333
+ &.for-pt {
334
+ &.for-search {
335
+ grid-template-columns: 25% 25% 25% 25%;
336
+
337
+ .input-fields:nth-child(3n) {
338
+ @apply mr-md !important;
339
+ }
340
+
341
+ .input-fields:nth-child(4n) {
342
+ margin-right: 0 !important;
343
+ }
344
+
345
+ .search-submit-wrapper {
346
+ grid-column: 4/5;
347
+ /* margin-top: 56px;*/
348
+ max-width: unset;
349
+ margin-left: unset;
350
+ }
351
+ }
352
+ }
353
+
354
+ .search-submit-wrapper {
355
+ grid-column: 3/4;
356
+ margin-left: 50%;
357
+ max-width: 50%;
358
+ grid-column: 3/4;
359
+ @apply flex flex-col justify-center text-center;
360
+
361
+ .submit-bar-search {
362
+ margin-top: unset;
363
+ width: 100%;
364
+ margin-bottom: 20px;
365
+ margin-left: unset;
366
+ max-width: 100%;
367
+ width: 100%;
368
+ }
369
+ }
370
+
371
+ .input-fields {
372
+ /*width: calc(50% - 16px);*/
373
+
374
+ @apply inline-block mr-md !important;
375
+
376
+ .inbox-search-form-error {
377
+ padding-top: 0;
378
+ margin-top: 0;
379
+ @apply absolute;
380
+ }
381
+ }
382
+
383
+ .input-fields:nth-child(3n) {
384
+ margin-right: 0 !important;
385
+ }
386
+
387
+ .complaint-input {
388
+ @apply flex flex-col;
389
+
390
+ .clear-search {
391
+ @apply text-focus;
392
+ @apply block;
393
+ cursor: pointer;
394
+
395
+ &:hover {
396
+ color: theme(colors.link.hover);
397
+ cursor: pointer;
398
+ }
399
+ }
400
+ }
401
+
402
+ .mobile-input {
403
+ @apply ml-sm;
404
+ }
405
+ }
406
+
407
+ .search-action-wrapper {
408
+ width: 33%;
409
+ margin-top: 28px;
410
+ @apply inline-block align-middle text-center;
411
+
412
+ button {
413
+ margin: 0;
414
+ width: 100%;
415
+ max-width: 300px !important;
416
+ }
417
+ }
418
+ }
419
+
420
+ .search-complaint-container-for-search {}
421
+ }
422
+ }
423
+ }
424
+
425
+ .document-clear-all {
426
+ grid-area: 2/2;
427
+ display: flex;
428
+ justify-content: flex-end;
429
+ padding-right: 16px;
430
+ align-items: center;
431
+ }
432
+
433
+ .cell-text {
434
+ color: theme(colors.text.secondary);
435
+ }
436
+
437
+ .sla-cell-error {
438
+ color: theme(colors.error);
439
+ background-color: rgba(212, 53, 28, 0.12);
440
+ padding: 0 24px;
441
+ border-radius: 11px;
442
+ }
443
+
444
+ .sla-cell-success {
445
+ color: theme(colors.success);
446
+ background-color: rgba(0, 112, 60, 0.12);
447
+ padding: 0 24px;
448
+ border-radius: 11px;
449
+ }
450
+
451
+ .complain-no-cell-text {
452
+ margin-top: "4px";
453
+ color: "theme(colors.text.secondary)";
454
+ }
455
+
456
+ .search-error-label {
457
+ @apply font-bold text-legend text-error mb-sm !important;
458
+ }
459
+
460
+ .inbox-action-container {
461
+ display: flex;
462
+ justify-content: flex-end;
463
+ align-items: flex-start;
464
+ }
465
+
466
+ /*
467
+ .complaint-links-container .header .removeHeight {
468
+ line-height: 28px;
469
+ }
470
+
471
+ @screen dt {
472
+ .complaint-links-container .header .removeBorderRadiusLogo {
473
+ border-radius: 2px !important;
474
+ }
475
+ }
476
+
477
+ */
478
+
479
+ /*
480
+ @screen dt {
481
+ .customEmployeeCard {
482
+ width: 263px !important;
483
+ height: 263px !important;
484
+ }
485
+ }
486
+ */
487
+
488
+ .employeeTotalLink {
489
+ color: theme(colors.text.secondary);
490
+ font-size: 16px;
491
+ text-decoration: none;
492
+ }
493
+
494
+ @screen dt {
495
+ .groupBill-custom {
496
+ .custom-group-merge-container {
497
+ display: flex !important;
498
+ justify-content: space-between !important;
499
+
500
+ .header {
501
+ display: flex;
502
+ align-items: baseline;
503
+
504
+ .logo {
505
+ margin-right: 1rem;
506
+
507
+ svg {
508
+ path {
509
+ fill: theme(colors.primary.main);
510
+ }
511
+ }
512
+ }
513
+
514
+ .h1 {
515
+ font-size: 24px;
516
+ line-height: 28px;
517
+ font-weight: 400;
518
+ color: theme(colors.primary.main);
519
+ }
520
+ }
521
+ }
522
+
523
+ .inbox-container {
524
+ .search-container {
525
+ .search-complaint-container {
526
+ display: flex;
527
+ flex-direction: row;
528
+ }
529
+
530
+ .group-complaint-input-container {
531
+ width: 33% !important;
532
+ display: flex;
533
+ flex-direction: column;
534
+ }
535
+ }
536
+ }
537
+
538
+ .inbox-action-container {
539
+ display: flex;
540
+ flex-direction: row-reverse;
541
+
542
+ .clear-search {
543
+ margin-top: 65px;
544
+ margin-left: 16px;
545
+ padding-top: unset !important;
546
+ }
547
+
548
+ .submit-bar-search {
549
+ margin-top: 55px !important;
550
+ }
551
+ }
552
+ }
553
+ }
554
+
555
+ .plumber-details-new-value-wrapper {
556
+ flex: 2 1 auto;
557
+ }
558
+
559
+ .connection-details-new-value-wrapper {
560
+ flex: 1 1 auto;
561
+ }
562
+
563
+ .connection-details-old-value-wrapper,
564
+ .plumber-details-old-value-wrapper {
565
+ flex: 1 1 auto;
566
+
567
+ .old-value-null-wrapper {
568
+ visibility: hidden;
569
+ padding-bottom: 8px;
570
+ margin-bottom: 8px;
571
+ }
572
+
573
+ .row {
574
+ color: #b1b4b6;
575
+ font-weight: 700;
576
+ font-size: 16px;
577
+ }
578
+ }
579
+
580
+ .search-tabs-container {
581
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
582
+ margin-bottom: 35px;
583
+ display: flex;
584
+ justify-content: space-between;
585
+
586
+ .search-tab-head {
587
+ padding: 10px 35px;
588
+ }
589
+
590
+ .search-tab-head-selected {
591
+ padding: 10px 35px;
592
+ color: rgb(244, 119, 56);
593
+ border-bottom: 4px solid rgb(244, 119, 56);
594
+ font-weight: bold;
595
+ }
596
+
597
+ .search-tab-head-selected:focus {
598
+ outline: 0;
599
+ }
600
+ }
601
+
602
+ .card-with-background {
603
+ background: rgb(250, 250, 250);
604
+ border: 1px solid rgb(214, 213, 212);
605
+
606
+ .card-head {
607
+ display: flex;
608
+ justify-content: space-between;
609
+ margin-bottom: 30px;
610
+ }
611
+
612
+ h2 {
613
+ font-size: 16px;
614
+ font-weight: 700;
615
+ }
616
+ }
617
+
618
+ .registryTable {
619
+ tHead {
620
+ tr {
621
+ th {
622
+ text-align: center;
623
+ }
624
+ }
625
+ }
626
+
627
+ tBody {
628
+ tr {
629
+ td {
630
+ text-align: center;
631
+ }
632
+ }
633
+ }
634
+ }