@pmidc/upyog-css 1.1.4 → 1.1.5

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