@pmidc/upyog-css 1.1.6 → 1.1.8

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 (127) hide show
  1. package/dist/index.css +772 -0
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +534 -534
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/TimeLine.scss +96 -96
  18. package/src/components/WhatsNewCard.scss +12 -12
  19. package/src/components/actionLink.scss +3 -3
  20. package/src/components/actionbar.scss +96 -96
  21. package/src/components/bannercomponents.scss +137 -137
  22. package/src/components/body.scss +261 -261
  23. package/src/components/buttons.scss +87 -87
  24. package/src/components/card.scss +581 -581
  25. package/src/components/cardHeaderWithOptions.scss +13 -13
  26. package/src/components/changeLanguage.scss +3 -3
  27. package/src/components/charts.scss +185 -185
  28. package/src/components/checkbox.scss +83 -83
  29. package/src/components/checkpoint.scss +65 -65
  30. package/src/components/citizenInfoLabel.scss +14 -14
  31. package/src/components/custombtn.scss +15 -15
  32. package/src/components/datatable.scss +116 -116
  33. package/src/components/datewrap.scss +21 -21
  34. package/src/components/detailscard.scss +6 -6
  35. package/src/components/detailscontainer.scss +13 -13
  36. package/src/components/filters.scss +97 -97
  37. package/src/components/grey.scss +3 -3
  38. package/src/components/hoc/InboxComposer.scss +115 -115
  39. package/src/components/howItWorks.scss +71 -71
  40. package/src/components/imageviewer.scss +33 -33
  41. package/src/components/info-banner.scss +35 -35
  42. package/src/components/inputotp.scss +15 -15
  43. package/src/components/keynote.scss +29 -29
  44. package/src/components/languageSelector.scss +24 -24
  45. package/src/components/loader.scss +96 -96
  46. package/src/components/map.scss +36 -36
  47. package/src/components/metricsTable.scss +26 -26
  48. package/src/components/multiLink.scss +87 -87
  49. package/src/components/multiSelectDropdown.scss +88 -88
  50. package/src/components/navbar.scss +338 -338
  51. package/src/components/newFooter.scss +75 -75
  52. package/src/components/plusMinus.scss +15 -15
  53. package/src/components/popup.scss +15 -15
  54. package/src/components/radiobtn.scss +44 -44
  55. package/src/components/ratingstar.scss +33 -33
  56. package/src/components/roundedLabel.scss +10 -10
  57. package/src/components/searchAction.scss +27 -27
  58. package/src/components/sectionalDropdown.scss +43 -43
  59. package/src/components/selectdropdown.scss +276 -276
  60. package/src/components/staticDynamicMessages.scss +110 -110
  61. package/src/components/staticSideBar.scss +27 -27
  62. package/src/components/statushighlight.scss +17 -17
  63. package/src/components/submiterrors.scss +11 -11
  64. package/src/components/summary.scss +28 -28
  65. package/src/components/table.scss +362 -362
  66. package/src/components/tag.scss +27 -27
  67. package/src/components/telephone.scss +17 -17
  68. package/src/components/textfields.scss +119 -119
  69. package/src/components/toast.scss +31 -31
  70. package/src/components/toggleSwitch.scss +40 -40
  71. package/src/components/topbar.scss +217 -217
  72. package/src/components/uploadcomponents.scss +113 -113
  73. package/src/index.scss +1029 -1028
  74. package/src/modules/adv/index.scss +553 -0
  75. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  76. package/src/pages/citizen/CitizenLogin.scss +50 -50
  77. package/src/pages/citizen/DocumentList.scss +448 -448
  78. package/src/pages/citizen/Events.scss +46 -46
  79. package/src/pages/citizen/HomePageWrapper.scss +214 -214
  80. package/src/pages/citizen/InboxCard.scss +327 -327
  81. package/src/pages/citizen/SurveyList.scss +21 -21
  82. package/src/pages/citizen/citizenDocument.scss +25 -25
  83. package/src/pages/citizen/citizenNewLogin.scss +357 -357
  84. package/src/pages/citizen/container.scss +32 -32
  85. package/src/pages/citizen/loaderMessage.scss +295 -295
  86. package/src/pages/citizen/payment/payment-type.scss +2 -2
  87. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  88. package/src/pages/common/form.scss +25 -25
  89. package/src/pages/common/newApplicationTimeline.scss +203 -0
  90. package/src/pages/common/pgrUICssfix.scss +105 -105
  91. package/src/pages/common/requiredField.scss +2 -2
  92. package/src/pages/common/sanctionFeeTable.scss +91 -91
  93. package/src/pages/common/searchIcon.scss +12 -12
  94. package/src/pages/common/stepForm.scss +40 -40
  95. package/src/pages/employee/EmployeeLogin.scss +6 -6
  96. package/src/pages/employee/cardfix.scss +13 -13
  97. package/src/pages/employee/container.scss +73 -73
  98. package/src/pages/employee/dashboard.scss +203 -203
  99. package/src/pages/employee/disconnection.scss +425 -425
  100. package/src/pages/employee/dss.scss +251 -251
  101. package/src/pages/employee/faq.scss +353 -353
  102. package/src/pages/employee/footer.scss +68 -68
  103. package/src/pages/employee/form-fields.scss +13 -13
  104. package/src/pages/employee/header.scss +262 -262
  105. package/src/pages/employee/iframe.scss +65 -65
  106. package/src/pages/employee/inbox.scss +744 -744
  107. package/src/pages/employee/index.scss +677 -677
  108. package/src/pages/employee/landing.scss +324 -324
  109. package/src/pages/employee/login.scss +253 -253
  110. package/src/pages/employee/oldMobileInbox.scss +4 -4
  111. package/src/pages/employee/popupmodule.scss +47 -47
  112. package/src/pages/employee/response.scss +2 -2
  113. package/src/pages/employee/scroll-table.scss +113 -113
  114. package/src/pages/employee/surveys.scss +469 -469
  115. package/src/pages/employee/tooltip.scss +35 -35
  116. package/src/pages/employee/updateNumber.scss +12 -12
  117. package/src/pages/swach/index.scss +172 -172
  118. package/src/pages/ws/index.scss +104 -104
  119. package/svg/camera.svg +4 -4
  120. package/svg/check.svg +3 -3
  121. package/svg/close.svg +4 -4
  122. package/svg/error.svg +3 -3
  123. package/svg/error2.svg +5 -5
  124. package/svg/searchicon.svg +3 -3
  125. package/svg/starempty.svg +3 -3
  126. package/svg/starfilled.svg +4 -4
  127. package/svg/success.svg +3 -3
@@ -1,678 +1,678 @@
1
- @import "./login.scss";
2
- /* TODO: convert using tailwind */
3
- .employee {
4
- .breadcrumb {
5
- @apply ml-sm mb-lg;
6
- }
7
- .ground-container {
8
- margin-bottom: 56px;
9
- margin-left: 0px;
10
- @apply flex flex-col;
11
- }
12
- .card-home {
13
- font-size: 16px;
14
- padding: 0 0 16px 0;
15
- width: 92vw;
16
- display: inline-block;
17
- margin: 8px auto;
18
- }
19
- .home-action-cards {
20
- height: auto !important;
21
- min-height: 263px;
22
- }
23
- .topbar {
24
- position: fixed;
25
- top: 0;
26
- width: 100%;
27
- padding: 16px 24px;
28
- background: #ffffff;
29
- box-shadow: 0 1px 4px #b1b4b6;
30
- z-index: 9999;
31
-
32
- img {
33
- display: inline;
34
-
35
- &.city {
36
- margin-right: 8px;
37
- height: 48px;
38
- width: 48px;
39
- }
40
-
41
- &.state {
42
- height: 20px;
43
- max-height: 20px;
44
- width: auto;
45
- }
46
- }
47
-
48
- .ulb {
49
- font-weight: bold;
50
- }
51
-
52
- .right {
53
- float: right;
54
- margin-top: 12px;
55
-
56
- .user-img-txt {
57
- background: #a82227;
58
- padding: 10px 15px;
59
- border-radius: 50%;
60
- color: white;
61
- font-weight: 700;
62
- }
63
- }
64
- }
65
-
66
- .main {
67
- padding-top: 88px;
68
- }
69
-
70
- .submit-bar header {
71
- height: 2rem !important;
72
- line-height: 2rem !important;
73
- background-color: #2947a3;
74
- }
75
-
76
- .loginContainer {
77
- padding-top: 88px;
78
- position: relative;
79
- }
80
-
81
- .loginnn {
82
- position: relative;
83
- max-width: 100%;
84
- width: 100%;
85
- min-width: 100%;
86
- }
87
- .loginnn .img {
88
- position: absolute;
89
- background-size: cover;
90
- width: 100%;
91
- max-width: 100%;
92
- max-height: 100%;
93
- }
94
- .logoNiua {
95
- display: flex;
96
- width: 100%;
97
- position: absolute;
98
- }
99
- .logoNiua .img {
100
- width: 15%;
101
- height: 15%;
102
- }
103
- .upyogLogo {
104
- width: 100% !important;
105
- }
106
- .login-logo-wrapper {
107
- min-width: 100%;
108
- height: 100%;
109
- position: absolute;
110
- display: flex;
111
- flex-direction: row;
112
- }
113
- .loginConference {
114
- position: relative;
115
- height: 100%;
116
- width: 100%;
117
- font-weight: 700;
118
- }
119
- .login-banner-wrapper {
120
- position: relative;
121
- color: white;
122
- float: right;
123
- z-index: 999;
124
- height: 100%;
125
- padding-top: 35vh;
126
- margin-right: 2%;
127
- text-align: right;
128
- font-family: none;
129
- }
130
-
131
- .react-time-picker {
132
- width: 100%;
133
- }
134
-
135
- .react-time-picker__wrapper {
136
- border: 1px solid #464646;
137
- }
138
-
139
- .react-time-picker__clock {
140
- display: none;
141
- }
142
-
143
- .react-time-picker__inputGroup__leadingZero {
144
- padding-right: 8px;
145
- display: inline !important;
146
- }
147
-
148
- .react-time-picker__inputGroup__input {
149
- padding: 0;
150
- min-width: none;
151
- outline: none !important;
152
- border: none !important;
153
- }
154
-
155
- .react-time-picker__wrapper {
156
- padding-left: 8px;
157
- }
158
- }
159
- #login-conference-table {
160
- position: absolute;
161
- z-index: 1;
162
- width: 36vw;
163
- height: 62vh;
164
- margin-top: 20vh;
165
- margin-left: 2vw;
166
- }
167
- .banner-slogan {
168
- padding-top: 10%;
169
- }
170
- .psuedo-banner span {
171
- color: #fdd049;
172
- }
173
- .login-banner-wrapper .psuedo-banner {
174
- font-size: 2.2rem;
175
- }
176
- .login-banner-wrapper .banner-slogan {
177
- font-size: 1.5rem;
178
- }
179
- .citizen {
180
- .main {
181
- padding-top: 82px;
182
- min-height: calc(100vh - 48px);
183
- display: flex !important;
184
- }
185
- }
186
- .citizen,
187
- .employee {
188
- .sidebar {
189
- position: fixed;
190
- left: 0;
191
- height: calc(100vh - 36px);
192
- color: #1f2937;
193
- z-index: 999;
194
- transition: 0.25s ease all;
195
- white-space: nowrap;
196
- padding-bottom: 5rem;
197
- background: #ffffff;
198
- border-right: 1px solid rgba(15, 23, 42, 0.06);
199
- box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
200
- border-radius: 0 12px 12px 0;
201
- backdrop-filter: blur(6px);
202
- margin-top: 5rem;
203
-
204
- .actions {
205
- cursor: pointer;
206
- display: flex;
207
- align-items: center;
208
- .tooltip {
209
- margin-left: 12px;
210
- }
211
- }
212
-
213
- svg {
214
- width: 24px;
215
- height: 24px;
216
- fill: #374151;
217
- transition: fill 0.18s ease;
218
- margin-right: 20px;
219
- margin-left: -10px;
220
- }
221
-
222
- a {
223
- display: flex;
224
- align-items: center;
225
- text-decoration: none;
226
- }
227
-
228
- .sidebar-link {
229
- display: flex;
230
- color: #374151;
231
- justify-content: space-between;
232
- align-items: center;
233
- padding: 12px 18px;
234
- font-size: 14px;
235
- border-left: 4px solid transparent;
236
- border-radius: 8px;
237
- margin: 6px 8px;
238
- transition: all 0.18s ease;
239
-
240
- &.active {
241
- color: #ffffff !important;
242
- background: linear-gradient(90deg, #2563eb 0%, #7c3aed 100%);
243
- border-left-color: #2563eb;
244
- svg {
245
- fill: #ffffff !important;
246
- }
247
- }
248
-
249
- &:hover {
250
- color: #0d43a7 !important;
251
- background-color: rgba(37, 99, 235, 0.06);
252
- border-left-color: rgba(37, 99, 235, 0.16);
253
- cursor: pointer;
254
- svg {
255
- fill: #0d43a7 !important;
256
- }
257
- }
258
-
259
- .employee-search-input {
260
- border: none;
261
- outline: none;
262
- background-color: transparent;
263
- margin-left: 13px;
264
- }
265
-
266
- .custom-link {
267
- .tooltip {
268
- margin-left: 8px;
269
- span {
270
- margin-left: unset !important;
271
- left: unset !important;
272
- }
273
- }
274
- }
275
-
276
- .search-icon-wrapper {
277
- svg {
278
- fill: #6b7280 !important;
279
- width: 20px;
280
- height: 20px;
281
- path {
282
- fill: #6b7280 !important;
283
- }
284
- }
285
- }
286
-
287
- span {
288
- margin-left: 12px;
289
- text-overflow: ellipsis;
290
- overflow: hidden;
291
- white-space: nowrap;
292
- max-width: calc(100% - 56px);
293
- }
294
- }
295
-
296
- .dropdown-link {
297
- height: 40px;
298
- display: flex;
299
- margin-left: 40px;
300
- align-items: center;
301
- text-decoration: none;
302
- color: #374151;
303
- font-size: 14px;
304
- .actions {
305
- .tooltiptext {
306
- left: unset;
307
- right: 1%;
308
- }
309
- }
310
- svg {
311
- width: 20px;
312
- height: 20px;
313
- fill: #6b7280;
314
- }
315
- &:hover {
316
- background: rgba(99, 102, 241, 0.06);
317
- }
318
- }
319
- }
320
-
321
- .wrapperStyles {
322
- margin-top: -5px;
323
- padding-left: 20px;
324
- padding-top: 10px;
325
-
326
- .containerStyles {
327
- border: 1px solid #505a5f;
328
- padding: 16px;
329
- margin-bottom: 20px;
330
- }
331
-
332
- &.leftBorder {
333
- border-left: 2px solid rgba(0, 0, 0, 0.12);
334
- }
335
- }
336
-
337
- .rowContainerStyles {
338
- @apply flex flex-col;
339
- }
340
-
341
- .tableContainerStyles {
342
- border: 1px solid #505a5f;
343
- padding: 16px;
344
- margin-bottom: 20px;
345
- }
346
-
347
- .historyTables {
348
- display: grid;
349
- grid-template-rows: 100px 100px;
350
- grid-template-columns: repeat(5, minmax(100px, 1fr));
351
- }
352
-
353
- .historyContent {
354
- margin: 0 10px;
355
- position: relative;
356
- padding-bottom: 5px;
357
- }
358
-
359
- .historyCheckpoint {
360
- background-color: #fe7a51;
361
- border-radius: 100%;
362
- width: 18px;
363
- height: 18px;
364
- display: inline-block;
365
- position: relative;
366
- left: -9px;
367
- top: 4px;
368
-
369
- &.zIndex {
370
- z-index: 10;
371
- }
372
- }
373
-
374
- .historyTableDateLabel {
375
- color: rgba(0, 0, 0, 0.87);
376
- font-size: 16px;
377
- font-weight: 700;
378
- line-height: 17px;
379
- text-align: left;
380
- display: inline-block;
381
- padding-top: 5px;
382
- }
383
-
384
- .bottomMargin {
385
- margin-bottom: 0px;
386
- }
387
-
388
- .historyTableDate {
389
- color: rgba(0, 0, 0, 0.87);
390
- font-size: 19px;
391
- font-weight: 400;
392
- line-height: 17px;
393
- text-align: left;
394
- display: inline-block;
395
- padding-top: 10px;
396
- }
397
-
398
- .historyHorizontalBar {
399
- background-color: rgba(0, 0, 0, 0.12);
400
- width: auto;
401
- height: 2px;
402
- margin-left: 16px;
403
- }
404
-
405
- .smallText {
406
- font-weight: 500;
407
- font-size: 14px;
408
- }
409
- }
410
-
411
- .citizen {
412
- .sidebar {
413
- margin-top: 54px;
414
- min-width: 200px;
415
- .actions {
416
- display: flex;
417
- align-items: center;
418
- gap: 10px;
419
- }
420
- }
421
- }
422
-
423
- .link {
424
- @apply text-primary-main cursor-pointer;
425
-
426
- :hover {
427
- @apply text-primary-dark;
428
- }
429
- }
430
-
431
- .RightMostTopBarOptions {
432
- @apply flex ;
433
- display: flex;
434
- .EventNotificationWrapper {
435
- @apply relative cursor-pointer;
436
- span {
437
- top: -10px;
438
- right: -10px;
439
- @apply absolute bg-error h-5 w-5 rounded-full text-center;
440
- p {
441
- line-height: 20px;
442
- }
443
- }
444
- }
445
- .select-wrap {
446
- margin-bottom: unset;
447
- svg {
448
- fill: #a82227;
449
- }
450
- .form-field{
451
- width: 100%;
452
- }
453
- }
454
- }
455
-
456
- .fullWidth {
457
- width: 100%;
458
- }
459
-
460
- .multi-select-container {
461
- .disposal-text {
462
- @apply font-bold;
463
- }
464
-
465
- .disposal-info {
466
- @apply my-md ml-sm;
467
- }
468
-
469
- .disposal-action-bar {
470
- @apply flex justify-between items-center;
471
- }
472
- }
473
-
474
- @screen dt {
475
- .d-grid {
476
- display: flex-root;
477
- grid-template-columns: 250px 250px 250px 250px;
478
- column-gap: 10px;
479
- row-gap: 2px;
480
- margin-left: -12px;
481
- }
482
- }
483
-
484
- .m-auto {
485
- margin: auto !important;
486
- }
487
-
488
- .mb-50 {
489
- margin-bottom: 50px;
490
- }
491
- .mb-25 {
492
- margin-bottom: 25px;
493
- }
494
- @media (min-width: 640px) {
495
- .employee {
496
- .ground-container {
497
- margin-left: 0px !important;
498
- @apply block ml-md;
499
- }
500
- .breadcrumb {
501
- @apply mb-lg;
502
- margin-left: 0;
503
- }
504
- .card-home {
505
- width: 270px;
506
- margin-right: 10px;
507
- margin-bottom: 10px;
508
- }
509
- .card-home-hrms {
510
- width: 405px;
511
- padding: 0px;
512
- margin-right: 16px;
513
- margin-bottom: 16px;
514
- }
515
- .main {
516
- display: flex;
517
- flex-direction: column;
518
- padding-top: 80px;
519
- margin-left: 64px;
520
- width: calc(100%-83px);
521
- }
522
- .citizen-home-container {
523
- display: flex;
524
- flex-direction: unset !important;
525
- width: unset !important;
526
- margin-left: unset !important;
527
- padding-top: 58px;
528
- }
529
- }
530
- #main-img {
531
- content: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/employee-login.png");
532
- }
533
- .citizen {
534
- .main {
535
- width: 100%;
536
- padding-top: 80px;
537
- min-height: calc(100vh - 48px);
538
- margin-bottom: 18px !important;
539
- display: flex !important;
540
- }
541
-
542
- .center-container {
543
- }
544
- }
545
- }
546
-
547
- @media only screen and (max-width: 950px) {
548
- #main-img {
549
- content: url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
550
- }
551
- #login-conference-table {
552
- position: relative;
553
- z-index: 1;
554
- width: 75%;
555
- height: 115%;
556
- margin: 12%;
557
- margin-top: 25%;
558
- }
559
- .loginConference {
560
- position: absolute;
561
- height: 100%;
562
- width: 100%;
563
- font-weight: 700;
564
- display: flex;
565
- flex-direction: column;
566
- }
567
- .employee .login-banner-wrapper {
568
- padding-top: 0vh;
569
- }
570
- .psuedo-banner {
571
- font-size: 4vw;
572
- }
573
- .banner-slogan {
574
- font-size: 3.5vw;
575
- }
576
- }
577
-
578
- @media screen and (min-width: 768) {
579
- #login-conference-table {
580
- position: absolute;
581
- z-index: 1;
582
- width: 40%;
583
- height: 30%;
584
- margin: 12%;
585
- margin-top: 25%;
586
- }
587
- }
588
- @media only screen and (max-width: 500px) {
589
- #main-img {
590
- content: url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
591
- }
592
- #login-conference-table {
593
- position: relative;
594
- z-index: 1;
595
- width: 75%;
596
- height: 80%;
597
- margin: 12%;
598
- margin-top: 25%;
599
- }
600
- .loginConference {
601
- position: absolute;
602
- height: 100%;
603
- width: 100%;
604
- font-weight: 700;
605
- display: flex;
606
- flex-direction: column;
607
- }
608
- .employee .psuedo-banner {
609
- font-size: 1.2rem;
610
- }
611
- .employee .banner-slogan {
612
- font-size: 0.8rem;
613
- }
614
- }
615
- @media only screen and (min-width: 300px) {
616
- .employee .card-home {
617
- height: 220px;
618
- border-radius: 12px;
619
- }
620
- }
621
-
622
- .pageCard {
623
- width: 100%;
624
- height: 100%;
625
- padding: 48px;
626
- gap: 48px;
627
- border-radius: 24px;
628
- background: #ffffff;
629
- }
630
-
631
- .ndcFormCard {
632
- max-width: 1200px;
633
- margin: auto;
634
- padding: 20px;
635
- background: #fff;
636
- border-radius: 10px;
637
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
638
-
639
- form {
640
- display: grid;
641
- grid-template-columns: repeat(3, 1fr);
642
- gap: 20px;
643
-
644
- .surveydetailsform-wrapper {
645
- display: flex;
646
- flex-direction: column;
647
- width: 100%;
648
-
649
- label {
650
- font-weight: bold;
651
- margin-bottom: 5px;
652
- }
653
-
654
- input {
655
- padding: 10px;
656
- border: 1px solid #ccc;
657
- border-radius: 5px;
658
- }
659
-
660
- p {
661
- color: red;
662
- font-size: 14px;
663
- }
664
- }
665
- }
666
-
667
- @media (max-width: 1024px) {
668
- form {
669
- grid-template-columns: repeat(2, 1fr);
670
- }
671
- }
672
-
673
- @media (max-width: 768px) {
674
- form {
675
- grid-template-columns: 1fr;
676
- }
677
- }
1
+ @import "./login.scss";
2
+ /* TODO: convert using tailwind */
3
+ .employee {
4
+ .breadcrumb {
5
+ @apply ml-sm mb-lg;
6
+ }
7
+ .ground-container {
8
+ margin-bottom: 56px;
9
+ margin-left: 0px;
10
+ @apply flex flex-col;
11
+ }
12
+ .card-home {
13
+ font-size: 16px;
14
+ padding: 0 0 16px 0;
15
+ width: 92vw;
16
+ display: inline-block;
17
+ margin: 8px auto;
18
+ }
19
+ .home-action-cards {
20
+ height: auto !important;
21
+ min-height: 263px;
22
+ }
23
+ .topbar {
24
+ position: fixed;
25
+ top: 0;
26
+ width: 100%;
27
+ padding: 16px 24px;
28
+ background: #ffffff;
29
+ box-shadow: 0 1px 4px #b1b4b6;
30
+ z-index: 9999;
31
+
32
+ img {
33
+ display: inline;
34
+
35
+ &.city {
36
+ margin-right: 8px;
37
+ height: 48px;
38
+ width: 48px;
39
+ }
40
+
41
+ &.state {
42
+ height: 20px;
43
+ max-height: 20px;
44
+ width: auto;
45
+ }
46
+ }
47
+
48
+ .ulb {
49
+ font-weight: bold;
50
+ }
51
+
52
+ .right {
53
+ float: right;
54
+ margin-top: 12px;
55
+
56
+ .user-img-txt {
57
+ background: #a82227;
58
+ padding: 10px 15px;
59
+ border-radius: 50%;
60
+ color: white;
61
+ font-weight: 700;
62
+ }
63
+ }
64
+ }
65
+
66
+ .main {
67
+ padding-top: 88px;
68
+ }
69
+
70
+ .submit-bar header {
71
+ height: 2rem !important;
72
+ line-height: 2rem !important;
73
+ background-color: #2947a3;
74
+ }
75
+
76
+ .loginContainer {
77
+ padding-top: 88px;
78
+ position: relative;
79
+ }
80
+
81
+ .loginnn {
82
+ position: relative;
83
+ max-width: 100%;
84
+ width: 100%;
85
+ min-width: 100%;
86
+ }
87
+ .loginnn .img {
88
+ position: absolute;
89
+ background-size: cover;
90
+ width: 100%;
91
+ max-width: 100%;
92
+ max-height: 100%;
93
+ }
94
+ .logoNiua {
95
+ display: flex;
96
+ width: 100%;
97
+ position: absolute;
98
+ }
99
+ .logoNiua .img {
100
+ width: 15%;
101
+ height: 15%;
102
+ }
103
+ .upyogLogo {
104
+ width: 100% !important;
105
+ }
106
+ .login-logo-wrapper {
107
+ min-width: 100%;
108
+ height: 100%;
109
+ position: absolute;
110
+ display: flex;
111
+ flex-direction: row;
112
+ }
113
+ .loginConference {
114
+ position: relative;
115
+ height: 100%;
116
+ width: 100%;
117
+ font-weight: 700;
118
+ }
119
+ .login-banner-wrapper {
120
+ position: relative;
121
+ color: white;
122
+ float: right;
123
+ z-index: 999;
124
+ height: 100%;
125
+ padding-top: 35vh;
126
+ margin-right: 2%;
127
+ text-align: right;
128
+ font-family: none;
129
+ }
130
+
131
+ .react-time-picker {
132
+ width: 100%;
133
+ }
134
+
135
+ .react-time-picker__wrapper {
136
+ border: 1px solid #464646;
137
+ }
138
+
139
+ .react-time-picker__clock {
140
+ display: none;
141
+ }
142
+
143
+ .react-time-picker__inputGroup__leadingZero {
144
+ padding-right: 8px;
145
+ display: inline !important;
146
+ }
147
+
148
+ .react-time-picker__inputGroup__input {
149
+ padding: 0;
150
+ min-width: none;
151
+ outline: none !important;
152
+ border: none !important;
153
+ }
154
+
155
+ .react-time-picker__wrapper {
156
+ padding-left: 8px;
157
+ }
158
+ }
159
+ #login-conference-table {
160
+ position: absolute;
161
+ z-index: 1;
162
+ width: 36vw;
163
+ height: 62vh;
164
+ margin-top: 20vh;
165
+ margin-left: 2vw;
166
+ }
167
+ .banner-slogan {
168
+ padding-top: 10%;
169
+ }
170
+ .psuedo-banner span {
171
+ color: #fdd049;
172
+ }
173
+ .login-banner-wrapper .psuedo-banner {
174
+ font-size: 2.2rem;
175
+ }
176
+ .login-banner-wrapper .banner-slogan {
177
+ font-size: 1.5rem;
178
+ }
179
+ .citizen {
180
+ .main {
181
+ padding-top: 82px;
182
+ min-height: calc(100vh - 48px);
183
+ display: flex !important;
184
+ }
185
+ }
186
+ .citizen,
187
+ .employee {
188
+ .sidebar {
189
+ position: fixed;
190
+ left: 0;
191
+ height: calc(100vh - 36px);
192
+ color: #1f2937;
193
+ z-index: 999;
194
+ transition: 0.25s ease all;
195
+ white-space: nowrap;
196
+ padding-bottom: 5rem;
197
+ background: #ffffff;
198
+ border-right: 1px solid rgba(15, 23, 42, 0.06);
199
+ box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
200
+ border-radius: 0 12px 12px 0;
201
+ backdrop-filter: blur(6px);
202
+ margin-top: 5rem;
203
+
204
+ .actions {
205
+ cursor: pointer;
206
+ display: flex;
207
+ align-items: center;
208
+ .tooltip {
209
+ margin-left: 12px;
210
+ }
211
+ }
212
+
213
+ svg {
214
+ width: 24px;
215
+ height: 24px;
216
+ fill: #374151;
217
+ transition: fill 0.18s ease;
218
+ margin-right: 20px;
219
+ margin-left: -10px;
220
+ }
221
+
222
+ a {
223
+ display: flex;
224
+ align-items: center;
225
+ text-decoration: none;
226
+ }
227
+
228
+ .sidebar-link {
229
+ display: flex;
230
+ color: #374151;
231
+ justify-content: space-between;
232
+ align-items: center;
233
+ padding: 12px 18px;
234
+ font-size: 14px;
235
+ border-left: 4px solid transparent;
236
+ border-radius: 8px;
237
+ margin: 6px 8px;
238
+ transition: all 0.18s ease;
239
+
240
+ &.active {
241
+ color: #ffffff !important;
242
+ background: linear-gradient(90deg, #2563eb 0%, #7c3aed 100%);
243
+ border-left-color: #2563eb;
244
+ svg {
245
+ fill: #ffffff !important;
246
+ }
247
+ }
248
+
249
+ &:hover {
250
+ color: #0d43a7 !important;
251
+ background-color: rgba(37, 99, 235, 0.06);
252
+ border-left-color: rgba(37, 99, 235, 0.16);
253
+ cursor: pointer;
254
+ svg {
255
+ fill: #0d43a7 !important;
256
+ }
257
+ }
258
+
259
+ .employee-search-input {
260
+ border: none;
261
+ outline: none;
262
+ background-color: transparent;
263
+ margin-left: 13px;
264
+ }
265
+
266
+ .custom-link {
267
+ .tooltip {
268
+ margin-left: 8px;
269
+ span {
270
+ margin-left: unset !important;
271
+ left: unset !important;
272
+ }
273
+ }
274
+ }
275
+
276
+ .search-icon-wrapper {
277
+ svg {
278
+ fill: #6b7280 !important;
279
+ width: 20px;
280
+ height: 20px;
281
+ path {
282
+ fill: #6b7280 !important;
283
+ }
284
+ }
285
+ }
286
+
287
+ span {
288
+ margin-left: 12px;
289
+ text-overflow: ellipsis;
290
+ overflow: hidden;
291
+ white-space: nowrap;
292
+ max-width: calc(100% - 56px);
293
+ }
294
+ }
295
+
296
+ .dropdown-link {
297
+ height: 40px;
298
+ display: flex;
299
+ margin-left: 40px;
300
+ align-items: center;
301
+ text-decoration: none;
302
+ color: #374151;
303
+ font-size: 14px;
304
+ .actions {
305
+ .tooltiptext {
306
+ left: unset;
307
+ right: 1%;
308
+ }
309
+ }
310
+ svg {
311
+ width: 20px;
312
+ height: 20px;
313
+ fill: #6b7280;
314
+ }
315
+ &:hover {
316
+ background: rgba(99, 102, 241, 0.06);
317
+ }
318
+ }
319
+ }
320
+
321
+ .wrapperStyles {
322
+ margin-top: -5px;
323
+ padding-left: 20px;
324
+ padding-top: 10px;
325
+
326
+ .containerStyles {
327
+ border: 1px solid #505a5f;
328
+ padding: 16px;
329
+ margin-bottom: 20px;
330
+ }
331
+
332
+ &.leftBorder {
333
+ border-left: 2px solid rgba(0, 0, 0, 0.12);
334
+ }
335
+ }
336
+
337
+ .rowContainerStyles {
338
+ @apply flex flex-col;
339
+ }
340
+
341
+ .tableContainerStyles {
342
+ border: 1px solid #505a5f;
343
+ padding: 16px;
344
+ margin-bottom: 20px;
345
+ }
346
+
347
+ .historyTables {
348
+ display: grid;
349
+ grid-template-rows: 100px 100px;
350
+ grid-template-columns: repeat(5, minmax(100px, 1fr));
351
+ }
352
+
353
+ .historyContent {
354
+ margin: 0 10px;
355
+ position: relative;
356
+ padding-bottom: 5px;
357
+ }
358
+
359
+ .historyCheckpoint {
360
+ background-color: #fe7a51;
361
+ border-radius: 100%;
362
+ width: 18px;
363
+ height: 18px;
364
+ display: inline-block;
365
+ position: relative;
366
+ left: -9px;
367
+ top: 4px;
368
+
369
+ &.zIndex {
370
+ z-index: 10;
371
+ }
372
+ }
373
+
374
+ .historyTableDateLabel {
375
+ color: rgba(0, 0, 0, 0.87);
376
+ font-size: 16px;
377
+ font-weight: 700;
378
+ line-height: 17px;
379
+ text-align: left;
380
+ display: inline-block;
381
+ padding-top: 5px;
382
+ }
383
+
384
+ .bottomMargin {
385
+ margin-bottom: 0px;
386
+ }
387
+
388
+ .historyTableDate {
389
+ color: rgba(0, 0, 0, 0.87);
390
+ font-size: 19px;
391
+ font-weight: 400;
392
+ line-height: 17px;
393
+ text-align: left;
394
+ display: inline-block;
395
+ padding-top: 10px;
396
+ }
397
+
398
+ .historyHorizontalBar {
399
+ background-color: rgba(0, 0, 0, 0.12);
400
+ width: auto;
401
+ height: 2px;
402
+ margin-left: 16px;
403
+ }
404
+
405
+ .smallText {
406
+ font-weight: 500;
407
+ font-size: 14px;
408
+ }
409
+ }
410
+
411
+ .citizen {
412
+ .sidebar {
413
+ margin-top: 54px;
414
+ min-width: 200px;
415
+ .actions {
416
+ display: flex;
417
+ align-items: center;
418
+ gap: 10px;
419
+ }
420
+ }
421
+ }
422
+
423
+ .link {
424
+ @apply text-primary-main cursor-pointer;
425
+
426
+ :hover {
427
+ @apply text-primary-dark;
428
+ }
429
+ }
430
+
431
+ .RightMostTopBarOptions {
432
+ @apply flex ;
433
+ display: flex;
434
+ .EventNotificationWrapper {
435
+ @apply relative cursor-pointer;
436
+ span {
437
+ top: -10px;
438
+ right: -10px;
439
+ @apply absolute bg-error h-5 w-5 rounded-full text-center;
440
+ p {
441
+ line-height: 20px;
442
+ }
443
+ }
444
+ }
445
+ .select-wrap {
446
+ margin-bottom: unset;
447
+ svg {
448
+ fill: #a82227;
449
+ }
450
+ .form-field{
451
+ width: 100%;
452
+ }
453
+ }
454
+ }
455
+
456
+ .fullWidth {
457
+ width: 100%;
458
+ }
459
+
460
+ .multi-select-container {
461
+ .disposal-text {
462
+ @apply font-bold;
463
+ }
464
+
465
+ .disposal-info {
466
+ @apply my-md ml-sm;
467
+ }
468
+
469
+ .disposal-action-bar {
470
+ @apply flex justify-between items-center;
471
+ }
472
+ }
473
+
474
+ @screen dt {
475
+ .d-grid {
476
+ display: flex-root;
477
+ grid-template-columns: 250px 250px 250px 250px;
478
+ column-gap: 10px;
479
+ row-gap: 2px;
480
+ margin-left: -12px;
481
+ }
482
+ }
483
+
484
+ .m-auto {
485
+ margin: auto !important;
486
+ }
487
+
488
+ .mb-50 {
489
+ margin-bottom: 50px;
490
+ }
491
+ .mb-25 {
492
+ margin-bottom: 25px;
493
+ }
494
+ @media (min-width: 640px) {
495
+ .employee {
496
+ .ground-container {
497
+ margin-left: 0px !important;
498
+ @apply block ml-md;
499
+ }
500
+ .breadcrumb {
501
+ @apply mb-lg;
502
+ margin-left: 0;
503
+ }
504
+ .card-home {
505
+ width: 270px;
506
+ margin-right: 10px;
507
+ margin-bottom: 10px;
508
+ }
509
+ .card-home-hrms {
510
+ width: 405px;
511
+ padding: 0px;
512
+ margin-right: 16px;
513
+ margin-bottom: 16px;
514
+ }
515
+ .main {
516
+ display: flex;
517
+ flex-direction: column;
518
+ padding-top: 80px;
519
+ margin-left: 64px;
520
+ width: calc(100%-83px);
521
+ }
522
+ .citizen-home-container {
523
+ display: flex;
524
+ flex-direction: unset !important;
525
+ width: unset !important;
526
+ margin-left: unset !important;
527
+ padding-top: 58px;
528
+ }
529
+ }
530
+ #main-img {
531
+ content: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/employee-login.png");
532
+ }
533
+ .citizen {
534
+ .main {
535
+ width: 100%;
536
+ padding-top: 80px;
537
+ min-height: calc(100vh - 48px);
538
+ margin-bottom: 18px !important;
539
+ display: flex !important;
540
+ }
541
+
542
+ .center-container {
543
+ }
544
+ }
545
+ }
546
+
547
+ @media only screen and (max-width: 950px) {
548
+ #main-img {
549
+ content: url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
550
+ }
551
+ #login-conference-table {
552
+ position: relative;
553
+ z-index: 1;
554
+ width: 75%;
555
+ height: 115%;
556
+ margin: 12%;
557
+ margin-top: 25%;
558
+ }
559
+ .loginConference {
560
+ position: absolute;
561
+ height: 100%;
562
+ width: 100%;
563
+ font-weight: 700;
564
+ display: flex;
565
+ flex-direction: column;
566
+ }
567
+ .employee .login-banner-wrapper {
568
+ padding-top: 0vh;
569
+ }
570
+ .psuedo-banner {
571
+ font-size: 4vw;
572
+ }
573
+ .banner-slogan {
574
+ font-size: 3.5vw;
575
+ }
576
+ }
577
+
578
+ @media screen and (min-width: 768) {
579
+ #login-conference-table {
580
+ position: absolute;
581
+ z-index: 1;
582
+ width: 40%;
583
+ height: 30%;
584
+ margin: 12%;
585
+ margin-top: 25%;
586
+ }
587
+ }
588
+ @media only screen and (max-width: 500px) {
589
+ #main-img {
590
+ content: url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
591
+ }
592
+ #login-conference-table {
593
+ position: relative;
594
+ z-index: 1;
595
+ width: 75%;
596
+ height: 80%;
597
+ margin: 12%;
598
+ margin-top: 25%;
599
+ }
600
+ .loginConference {
601
+ position: absolute;
602
+ height: 100%;
603
+ width: 100%;
604
+ font-weight: 700;
605
+ display: flex;
606
+ flex-direction: column;
607
+ }
608
+ .employee .psuedo-banner {
609
+ font-size: 1.2rem;
610
+ }
611
+ .employee .banner-slogan {
612
+ font-size: 0.8rem;
613
+ }
614
+ }
615
+ @media only screen and (min-width: 300px) {
616
+ .employee .card-home {
617
+ height: 220px;
618
+ border-radius: 12px;
619
+ }
620
+ }
621
+
622
+ .pageCard {
623
+ width: 100%;
624
+ height: 100%;
625
+ padding: 48px;
626
+ gap: 48px;
627
+ border-radius: 24px;
628
+ background: #ffffff;
629
+ }
630
+
631
+ .ndcFormCard {
632
+ max-width: 1200px;
633
+ margin: auto;
634
+ padding: 20px;
635
+ background: #fff;
636
+ border-radius: 10px;
637
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
638
+
639
+ form {
640
+ display: grid;
641
+ grid-template-columns: repeat(3, 1fr);
642
+ gap: 20px;
643
+
644
+ .surveydetailsform-wrapper {
645
+ display: flex;
646
+ flex-direction: column;
647
+ width: 100%;
648
+
649
+ label {
650
+ font-weight: bold;
651
+ margin-bottom: 5px;
652
+ }
653
+
654
+ input {
655
+ padding: 10px;
656
+ border: 1px solid #ccc;
657
+ border-radius: 5px;
658
+ }
659
+
660
+ p {
661
+ color: red;
662
+ font-size: 14px;
663
+ }
664
+ }
665
+ }
666
+
667
+ @media (max-width: 1024px) {
668
+ form {
669
+ grid-template-columns: repeat(2, 1fr);
670
+ }
671
+ }
672
+
673
+ @media (max-width: 768px) {
674
+ form {
675
+ grid-template-columns: 1fr;
676
+ }
677
+ }
678
678
  }