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