@pmidc/upyog-css 1.2.52 → 1.2.53

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 +7 -0
  2. package/dist/index.min.css +1 -1
  3. package/package.json +62 -62
  4. package/src/components/CardBasedOptions.scss +535 -535
  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/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +968 -968
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/challanGeneration.scss +349 -349
  28. package/src/components/changeLanguage.scss +3 -3
  29. package/src/components/charts.scss +185 -185
  30. package/src/components/chb.scss +242 -242
  31. package/src/components/checkbox.scss +83 -83
  32. package/src/components/checkpoint.scss +65 -65
  33. package/src/components/citizenInfoLabel.scss +14 -14
  34. package/src/components/custombtn.scss +15 -15
  35. package/src/components/datatable.scss +119 -119
  36. package/src/components/datewrap.scss +21 -21
  37. package/src/components/detailscard.scss +6 -6
  38. package/src/components/detailscontainer.scss +13 -13
  39. package/src/components/documentSection.scss +134 -134
  40. package/src/components/filters.scss +379 -379
  41. package/src/components/garbageCollection.scss +535 -535
  42. package/src/components/grey.scss +3 -3
  43. package/src/components/hoc/InboxComposer.scss +111 -111
  44. package/src/components/howItWorks.scss +71 -71
  45. package/src/components/imageviewer.scss +33 -33
  46. package/src/components/info-banner.scss +35 -35
  47. package/src/components/inputotp.scss +15 -15
  48. package/src/components/keynote.scss +29 -29
  49. package/src/components/languageSelector.scss +24 -24
  50. package/src/components/loader.scss +96 -96
  51. package/src/components/map.scss +36 -36
  52. package/src/components/metricsTable.scss +26 -26
  53. package/src/components/multiLink.scss +117 -117
  54. package/src/components/multiSelectDropdown.scss +88 -88
  55. package/src/components/navbar.scss +377 -377
  56. package/src/components/ndc.scss +233 -233
  57. package/src/components/newFooter.scss +82 -82
  58. package/src/components/newInbox.scss +382 -382
  59. package/src/components/plusMinus.scss +15 -15
  60. package/src/components/popup.scss +26 -26
  61. package/src/components/ptr.scss +301 -301
  62. package/src/components/radiobtn.scss +46 -46
  63. package/src/components/ratingstar.scss +33 -33
  64. package/src/components/roundedLabel.scss +10 -10
  65. package/src/components/searchAction.scss +27 -27
  66. package/src/components/sectionalDropdown.scss +43 -43
  67. package/src/components/selectdropdown.scss +312 -312
  68. package/src/components/staticDynamicMessages.scss +110 -110
  69. package/src/components/staticSideBar.scss +27 -27
  70. package/src/components/statushighlight.scss +17 -17
  71. package/src/components/submiterrors.scss +11 -11
  72. package/src/components/summary.scss +28 -28
  73. package/src/components/table.scss +855 -855
  74. package/src/components/tag.scss +27 -27
  75. package/src/components/telephone.scss +17 -17
  76. package/src/components/textfields.scss +146 -146
  77. package/src/components/toast.scss +31 -31
  78. package/src/components/toggleSwitch.scss +40 -40
  79. package/src/components/topbar.scss +217 -217
  80. package/src/components/uploadcomponents.scss +116 -116
  81. package/src/index.scss +2436 -2430
  82. package/src/modules/BPA/index.scss +5262 -5262
  83. package/src/modules/TL/index.scss +796 -796
  84. package/src/modules/adv/index.scss +1807 -1807
  85. package/src/modules/hrms/index.scss +1327 -1327
  86. package/src/modules/noc/index.scss +1210 -1210
  87. package/src/modules/rentAndLease/index.scss +591 -591
  88. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  89. package/src/pages/citizen/CitizenLogin.scss +50 -50
  90. package/src/pages/citizen/DocumentList.scss +470 -470
  91. package/src/pages/citizen/Events.scss +46 -46
  92. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  93. package/src/pages/citizen/InboxCard.scss +378 -378
  94. package/src/pages/citizen/SurveyList.scss +24 -24
  95. package/src/pages/citizen/citizenDocument.scss +25 -25
  96. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  97. package/src/pages/citizen/container.scss +32 -32
  98. package/src/pages/citizen/loaderMessage.scss +341 -341
  99. package/src/pages/citizen/payment/payment-type.scss +2 -2
  100. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  101. package/src/pages/common/form.scss +25 -25
  102. package/src/pages/common/newApplicationTimeline.scss +341 -341
  103. package/src/pages/common/pgrUICssfix.scss +128 -128
  104. package/src/pages/common/requiredField.scss +2 -2
  105. package/src/pages/common/sanctionFeeTable.scss +91 -91
  106. package/src/pages/common/searchIcon.scss +21 -21
  107. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  108. package/src/pages/common/stepForm.scss +40 -40
  109. package/src/pages/employee/EmployeeLogin.scss +6 -6
  110. package/src/pages/employee/cardfix.scss +13 -13
  111. package/src/pages/employee/container.scss +73 -73
  112. package/src/pages/employee/dashboard.scss +204 -204
  113. package/src/pages/employee/disconnection.scss +425 -425
  114. package/src/pages/employee/dss.scss +251 -251
  115. package/src/pages/employee/faq.scss +353 -353
  116. package/src/pages/employee/footer.scss +68 -68
  117. package/src/pages/employee/form-fields.scss +26 -26
  118. package/src/pages/employee/header.scss +262 -262
  119. package/src/pages/employee/iframe.scss +65 -65
  120. package/src/pages/employee/inbox.scss +1110 -1110
  121. package/src/pages/employee/index.scss +693 -693
  122. package/src/pages/employee/landing.scss +1802 -1802
  123. package/src/pages/employee/login.scss +253 -253
  124. package/src/pages/employee/oldMobileInbox.scss +4 -4
  125. package/src/pages/employee/popupmodule.scss +47 -47
  126. package/src/pages/employee/response.scss +2 -2
  127. package/src/pages/employee/scroll-table.scss +113 -113
  128. package/src/pages/employee/surveys.scss +469 -469
  129. package/src/pages/employee/tooltip.scss +35 -35
  130. package/src/pages/employee/updateNumber.scss +12 -12
  131. package/src/pages/swach/index.scss +231 -231
  132. package/src/pages/ws/index.scss +118 -118
  133. package/svg/camera.svg +4 -4
  134. package/svg/check.svg +3 -3
  135. package/svg/close.svg +4 -4
  136. package/svg/error.svg +3 -3
  137. package/svg/error2.svg +5 -5
  138. package/svg/searchicon.svg +3 -3
  139. package/svg/starempty.svg +3 -3
  140. package/svg/starfilled.svg +4 -4
  141. package/svg/success.svg +3 -3
@@ -1,469 +1,469 @@
1
- .surveydetailsform-wrapper {
2
- @apply grid gap-6 py-md;
3
-
4
- label {
5
- @apply font-medium;
6
- }
7
- .surveyformfield {
8
- @apply grid gap-4;
9
- }
10
-
11
- .employee-select-wrap,
12
- .employee-card-input {
13
- margin-bottom: 30px;
14
- }
15
- }
16
-
17
- .newSurveyForm_wrapper {
18
- @apply grid p-md bg-grey-light border border-border rounded gap-6 ;
19
- .newSurveyForm_questions {
20
- }
21
- .newSurveyForm_answer {
22
- }
23
- .newSurveyForm_actions {
24
- @apply flex justify-end gap-4 py-md;
25
- .checkbox-wrap .label {
26
- margin-left: 40px;
27
- }
28
- }
29
- .newSurveyForm_seprator {
30
- @apply w-px h-6 border border-border;
31
- }
32
- }
33
-
34
- .surveyformslist_wrapper,
35
- .surveydetailsform-wrapper {
36
- .heading {
37
- @apply text-heading-l font-medium py-md;
38
- }
39
- }
40
-
41
- .surveyformslist_wrapper {
42
- @apply grid gap-6 py-md;
43
- }
44
-
45
- .options_checkboxes {
46
- @apply flex flex-col gap-4;
47
- }
48
-
49
- .optioncheckboxwrapper {
50
- @apply flex;
51
- }
52
-
53
- .simple_editable-input {
54
- outline-width: 0;
55
- border: 0;
56
- border-bottom: 2px solid black;
57
- }
58
-
59
- .simple_readonly-input {
60
- outline-width: 0;
61
- border: 0;
62
- background: transparent;
63
- }
64
-
65
- .pointer {
66
- cursor: pointer;
67
- }
68
-
69
- .disabled-btn {
70
- @apply pointer-events-none cursor-not-allowed;
71
- }
72
-
73
- .optionradiobtnwrapper {
74
- @apply flex gap-2;
75
-
76
- .customradiobutton {
77
- @apply w-6 h-6;
78
- }
79
- }
80
-
81
- .edit-action-btn {
82
- @apply flex justify-end;
83
- }
84
-
85
- .surveyQuestion-wrapper{
86
- @apply grid gap-6;
87
- }
88
-
89
- .question-title {
90
- font-size: 18px;
91
- line-height: 21px;
92
- color: #0b0c0c;
93
- font-weight: 700;
94
- }
95
-
96
- .responses-container {
97
- display: flex;
98
- flex-direction: column;
99
- align-items: flex-start;
100
- padding: 8px 4px;
101
- background-color: #FAFAFA;
102
- border: 1px solid #D6D5D4;
103
- box-sizing: border-box;
104
- border-radius: 4px;
105
- margin-top: 20px;
106
- margin-bottom: 20px;
107
- position: relative;
108
- }
109
-
110
- .responses-container-date {
111
- display: flex;
112
- flex-direction: column;
113
- justify-content: center;
114
- align-items: center;
115
- padding: 8px 8px 0px 8px;
116
- position: static;
117
- left: 0px;
118
- top: 41px;
119
- background: #FAFAFA;
120
- border: 1px solid #D6D5D4;
121
- box-sizing: border-box;
122
- border-radius: 4px;
123
- margin-top: 20px;
124
- margin-bottom: 20px;
125
- }
126
-
127
- .responses-container-line {
128
- width: 100%;
129
- margin-bottom: -12px;
130
- }
131
-
132
- .date-time{
133
- margin-top: 10px;
134
- margin-bottom: 10px;
135
- }
136
-
137
- .response-result {
138
- flex: none;
139
- order: 1;
140
- flex-grow: 0;
141
- margin: 0px 0px -20px;
142
- display: inline-block;
143
- }
144
-
145
- .date-container {
146
- display: flex;
147
- flex-direction: column;
148
- justify-content: center;
149
- align-items: center;
150
- padding: 16px 8px;
151
- background: #FAFAFA;
152
- border: 1px solid #D6D5D4;
153
- box-sizing: border-box;
154
- border-radius: 4px;
155
- @apply gap-y-6;
156
- }
157
-
158
- .date-response {
159
- display: flex;
160
- flex-direction: row;
161
- font-weight: bold;
162
- @apply gap-10 ;
163
- }
164
- .divide {
165
- --tw-divide-x-reverse: 0;
166
- border-right-width: calc(2px * var(--tw-divide-x-reverse));
167
- border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
168
- }
169
-
170
- .circle {
171
- background-color:red;
172
- height:40px;
173
- border-radius:50%;
174
- -moz-border-radius:50%;
175
- -webkit-border-radius:50%;
176
- width:40px;
177
- }
178
-
179
- .align-columns{
180
- @apply grid gap-4;
181
- }
182
-
183
-
184
- @screen dt {
185
- .surveydetailsform-wrapper {
186
- .surveyformfield {
187
- @apply items-center;
188
- grid-template-columns: 1fr 2fr 1fr;
189
-
190
- .radio-wrap {
191
- @apply flex gap-20;
192
- margin-bottom: 0;
193
- }
194
- .radio-wrap div {
195
- @apply flex items-center;
196
- }
197
-
198
- .radio-btn {
199
- @apply w-6 h-6;
200
- }
201
-
202
- .radio-btn-checkmark {
203
- height: 1.75rem;
204
- width: 1.75rem;
205
- --border-opacity: 1;
206
- border: 1px solid #464646;
207
- border-color: rgba(70, 70, 70, var(--border-opacity));
208
- border-radius: 9999px;
209
- display: block;
210
- }
211
-
212
- .radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
213
- display: block;
214
- --bg-opacity: 1;
215
- background-color: #a82227;
216
- height: 1.25rem;
217
- width: 1.25rem;
218
- border-radius: 9999px;
219
- position: absolute;
220
- top: 4px;
221
- left: 4px;
222
- }
223
- }
224
- }
225
-
226
- .newSurveyForm_wrapper {
227
- @apply grid p-md bg-grey-light border border-border rounded;
228
- grid-template-columns: 33% 1fr;
229
-
230
- .newSurveyForm_quesno {
231
- @apply text-heading-m font-medium;
232
- }
233
-
234
- .newSurveyForm_mainsection {
235
- }
236
- .newSurveyForm_questions {
237
- @apply flex gap-4;
238
-
239
- .text-input {
240
- @apply w-3/4;
241
- }
242
- .employee-select-wrap {
243
- @apply flex-1;
244
- }
245
- }
246
- .newSurveyForm_answer {
247
- }
248
- .newSurveyForm_actions {
249
- @apply flex justify-end gap-2;
250
- .checkbox-wrap {
251
- @apply items-center;
252
- margin-bottom: 0;
253
- }
254
- .checkbox-wrap .label {
255
- margin-left: 40px;
256
- }
257
- }
258
- .newSurveyForm_seprator {
259
- @apply w-px h-6 border border-border;
260
- }
261
- }
262
-
263
- .surveyformslist_wrapper {
264
- @apply grid gap-6 py-md;
265
- }
266
- }
267
-
268
- .unstyled-button {
269
- border: none;
270
- padding: 0;
271
- background: none;
272
- }
273
-
274
-
275
-
276
- .survey-grid-container {
277
- display: grid;
278
- gap: 16px;
279
- }
280
- .survey-grid-container-input {
281
- padding: 8px;
282
- border: 1px solid #ccc;
283
- border-radius: 4px;
284
- }
285
- @media (min-width: 320px) {
286
- .survey-grid-container {
287
- grid-template-columns: repeat(1, 1fr);
288
- }
289
- }
290
- @media (min-width: 480px) {
291
- .survey-grid-container {
292
- grid-template-columns: repeat(2, 1fr);
293
- }
294
- }
295
- @media (min-width: 768px) {
296
- .survey-grid-container {
297
- grid-template-columns: repeat(3, 1fr);
298
- }
299
- }
300
- @media (min-width: 1024px) {
301
- .survey-grid-container {
302
- grid-template-columns: repeat(4, 1fr);
303
- }
304
- }
305
-
306
-
307
-
308
-
309
-
310
- .section-card {
311
- border: 1px solid #ccc;
312
- border-radius: 4px;
313
- padding: 20px;
314
- margin-bottom: 20px;
315
- background-color: #f9f9f9;
316
- }
317
-
318
- .section-card h3 {
319
- margin-top: 0;
320
- }
321
-
322
- .section-card input {
323
- display: block;
324
- width: 100%;
325
- padding: 10px;
326
- margin-bottom: 10px;
327
- border: 1px solid #ccc;
328
- border-radius: 4px;
329
- }
330
-
331
- .section-card button {
332
- padding: 10px 20px;
333
- border: none;
334
- border-radius: 4px;
335
- background-color: #007bff;
336
- color: white;
337
- cursor: pointer;
338
- }
339
-
340
- .section-card button:disabled {
341
- background-color: #ccc;
342
- cursor: not-allowed;
343
- }
344
-
345
-
346
-
347
-
348
- .category-card {
349
- border: 1px solid #ccc;
350
- border-radius: 4px;
351
- padding: 20px;
352
- margin-bottom: 20px;
353
- background-color: #f0f8ff;
354
- display: flex;
355
- flex-direction: column;
356
- gap: 20px;
357
- box-shadow: none;
358
- }
359
-
360
- .category-card h3 {
361
- margin-top: 5px;
362
- margin-bottom: 2px;
363
- font-weight: 600;
364
- color: #0d43a7;
365
- font-family: 'roboto';
366
-
367
- }
368
- .category-card h2 {
369
- margin-top: 5px;
370
- margin-bottom: 2px;
371
- font-weight: bold;
372
- font-size: 18px;
373
- color: #0d43a7;
374
- }
375
- .category-card input,
376
- .category-card select {
377
- display: block;
378
- width: 100%;
379
- padding: 10px;
380
- margin-bottom: 10px;
381
- border: 1px solid #ccc;
382
- border-radius: 4px;
383
- color: #0d43a7;
384
- }
385
-
386
- .category-card button {
387
- padding: 10px 20px;
388
- border: none;
389
- border-radius: 4px;
390
- background-color: #007bff;
391
- color: white;
392
- cursor: pointer;
393
- }
394
-
395
- .category-card button:disabled {
396
- background-color: #ccc;
397
- cursor: not-allowed;
398
- }
399
-
400
- .category-card table {
401
- width: 100%;
402
- border-collapse: collapse;
403
- margin-top: 10px;
404
- }
405
-
406
- .category-card table, .category-card th, .category-card td {
407
- border: 1px solid #ccc;
408
- }
409
- .category-card thead{
410
- background-color: #6f98b8;
411
- }
412
- .category-card th, .category-card td {
413
- padding: 10px;
414
- text-align: left;
415
- }
416
-
417
- .category-card label {
418
- padding: 10px 20px;
419
- border: none;
420
- border-radius: 4px;
421
- background-color: #007bff;
422
- color: white;
423
- cursor: pointer;
424
- }
425
-
426
- .category-card label:disabled {
427
- background-color: #ccc;
428
- cursor: not-allowed;
429
- }
430
-
431
- .category-card span{
432
- color: #FF2400;
433
-
434
- }
435
-
436
- .create-survey-card{
437
- display: flex;
438
- flex-direction: column;
439
- gap: 20px;
440
- }
441
-
442
- .survey-row{
443
- display: flex;
444
- justify-content: space-between;
445
- }
446
-
447
- .survey-column{
448
- display: flex;
449
- flex-direction: column;
450
- gap: 10px;
451
- width: 48%;
452
- color: #232323;
453
- font-family: 'Noto Sans';
454
- font-size: 16px;
455
- line-height: "100%";
456
- font-weight: 400;
457
- letter-spacing: "0%";
458
-
459
- }
460
-
461
- .create-survey-card
462
- .heading{
463
- color: #0d43a7;
464
- font-size: 20px;
465
- line-height: 24px;
466
- font-weight: 700;
467
- }
468
-
469
-
1
+ .surveydetailsform-wrapper {
2
+ @apply grid gap-6 py-md;
3
+
4
+ label {
5
+ @apply font-medium;
6
+ }
7
+ .surveyformfield {
8
+ @apply grid gap-4;
9
+ }
10
+
11
+ .employee-select-wrap,
12
+ .employee-card-input {
13
+ margin-bottom: 30px;
14
+ }
15
+ }
16
+
17
+ .newSurveyForm_wrapper {
18
+ @apply grid p-md bg-grey-light border border-border rounded gap-6 ;
19
+ .newSurveyForm_questions {
20
+ }
21
+ .newSurveyForm_answer {
22
+ }
23
+ .newSurveyForm_actions {
24
+ @apply flex justify-end gap-4 py-md;
25
+ .checkbox-wrap .label {
26
+ margin-left: 40px;
27
+ }
28
+ }
29
+ .newSurveyForm_seprator {
30
+ @apply w-px h-6 border border-border;
31
+ }
32
+ }
33
+
34
+ .surveyformslist_wrapper,
35
+ .surveydetailsform-wrapper {
36
+ .heading {
37
+ @apply text-heading-l font-medium py-md;
38
+ }
39
+ }
40
+
41
+ .surveyformslist_wrapper {
42
+ @apply grid gap-6 py-md;
43
+ }
44
+
45
+ .options_checkboxes {
46
+ @apply flex flex-col gap-4;
47
+ }
48
+
49
+ .optioncheckboxwrapper {
50
+ @apply flex;
51
+ }
52
+
53
+ .simple_editable-input {
54
+ outline-width: 0;
55
+ border: 0;
56
+ border-bottom: 2px solid black;
57
+ }
58
+
59
+ .simple_readonly-input {
60
+ outline-width: 0;
61
+ border: 0;
62
+ background: transparent;
63
+ }
64
+
65
+ .pointer {
66
+ cursor: pointer;
67
+ }
68
+
69
+ .disabled-btn {
70
+ @apply pointer-events-none cursor-not-allowed;
71
+ }
72
+
73
+ .optionradiobtnwrapper {
74
+ @apply flex gap-2;
75
+
76
+ .customradiobutton {
77
+ @apply w-6 h-6;
78
+ }
79
+ }
80
+
81
+ .edit-action-btn {
82
+ @apply flex justify-end;
83
+ }
84
+
85
+ .surveyQuestion-wrapper{
86
+ @apply grid gap-6;
87
+ }
88
+
89
+ .question-title {
90
+ font-size: 18px;
91
+ line-height: 21px;
92
+ color: #0b0c0c;
93
+ font-weight: 700;
94
+ }
95
+
96
+ .responses-container {
97
+ display: flex;
98
+ flex-direction: column;
99
+ align-items: flex-start;
100
+ padding: 8px 4px;
101
+ background-color: #FAFAFA;
102
+ border: 1px solid #D6D5D4;
103
+ box-sizing: border-box;
104
+ border-radius: 4px;
105
+ margin-top: 20px;
106
+ margin-bottom: 20px;
107
+ position: relative;
108
+ }
109
+
110
+ .responses-container-date {
111
+ display: flex;
112
+ flex-direction: column;
113
+ justify-content: center;
114
+ align-items: center;
115
+ padding: 8px 8px 0px 8px;
116
+ position: static;
117
+ left: 0px;
118
+ top: 41px;
119
+ background: #FAFAFA;
120
+ border: 1px solid #D6D5D4;
121
+ box-sizing: border-box;
122
+ border-radius: 4px;
123
+ margin-top: 20px;
124
+ margin-bottom: 20px;
125
+ }
126
+
127
+ .responses-container-line {
128
+ width: 100%;
129
+ margin-bottom: -12px;
130
+ }
131
+
132
+ .date-time{
133
+ margin-top: 10px;
134
+ margin-bottom: 10px;
135
+ }
136
+
137
+ .response-result {
138
+ flex: none;
139
+ order: 1;
140
+ flex-grow: 0;
141
+ margin: 0px 0px -20px;
142
+ display: inline-block;
143
+ }
144
+
145
+ .date-container {
146
+ display: flex;
147
+ flex-direction: column;
148
+ justify-content: center;
149
+ align-items: center;
150
+ padding: 16px 8px;
151
+ background: #FAFAFA;
152
+ border: 1px solid #D6D5D4;
153
+ box-sizing: border-box;
154
+ border-radius: 4px;
155
+ @apply gap-y-6;
156
+ }
157
+
158
+ .date-response {
159
+ display: flex;
160
+ flex-direction: row;
161
+ font-weight: bold;
162
+ @apply gap-10 ;
163
+ }
164
+ .divide {
165
+ --tw-divide-x-reverse: 0;
166
+ border-right-width: calc(2px * var(--tw-divide-x-reverse));
167
+ border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
168
+ }
169
+
170
+ .circle {
171
+ background-color:red;
172
+ height:40px;
173
+ border-radius:50%;
174
+ -moz-border-radius:50%;
175
+ -webkit-border-radius:50%;
176
+ width:40px;
177
+ }
178
+
179
+ .align-columns{
180
+ @apply grid gap-4;
181
+ }
182
+
183
+
184
+ @screen dt {
185
+ .surveydetailsform-wrapper {
186
+ .surveyformfield {
187
+ @apply items-center;
188
+ grid-template-columns: 1fr 2fr 1fr;
189
+
190
+ .radio-wrap {
191
+ @apply flex gap-20;
192
+ margin-bottom: 0;
193
+ }
194
+ .radio-wrap div {
195
+ @apply flex items-center;
196
+ }
197
+
198
+ .radio-btn {
199
+ @apply w-6 h-6;
200
+ }
201
+
202
+ .radio-btn-checkmark {
203
+ height: 1.75rem;
204
+ width: 1.75rem;
205
+ --border-opacity: 1;
206
+ border: 1px solid #464646;
207
+ border-color: rgba(70, 70, 70, var(--border-opacity));
208
+ border-radius: 9999px;
209
+ display: block;
210
+ }
211
+
212
+ .radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
213
+ display: block;
214
+ --bg-opacity: 1;
215
+ background-color: #a82227;
216
+ height: 1.25rem;
217
+ width: 1.25rem;
218
+ border-radius: 9999px;
219
+ position: absolute;
220
+ top: 4px;
221
+ left: 4px;
222
+ }
223
+ }
224
+ }
225
+
226
+ .newSurveyForm_wrapper {
227
+ @apply grid p-md bg-grey-light border border-border rounded;
228
+ grid-template-columns: 33% 1fr;
229
+
230
+ .newSurveyForm_quesno {
231
+ @apply text-heading-m font-medium;
232
+ }
233
+
234
+ .newSurveyForm_mainsection {
235
+ }
236
+ .newSurveyForm_questions {
237
+ @apply flex gap-4;
238
+
239
+ .text-input {
240
+ @apply w-3/4;
241
+ }
242
+ .employee-select-wrap {
243
+ @apply flex-1;
244
+ }
245
+ }
246
+ .newSurveyForm_answer {
247
+ }
248
+ .newSurveyForm_actions {
249
+ @apply flex justify-end gap-2;
250
+ .checkbox-wrap {
251
+ @apply items-center;
252
+ margin-bottom: 0;
253
+ }
254
+ .checkbox-wrap .label {
255
+ margin-left: 40px;
256
+ }
257
+ }
258
+ .newSurveyForm_seprator {
259
+ @apply w-px h-6 border border-border;
260
+ }
261
+ }
262
+
263
+ .surveyformslist_wrapper {
264
+ @apply grid gap-6 py-md;
265
+ }
266
+ }
267
+
268
+ .unstyled-button {
269
+ border: none;
270
+ padding: 0;
271
+ background: none;
272
+ }
273
+
274
+
275
+
276
+ .survey-grid-container {
277
+ display: grid;
278
+ gap: 16px;
279
+ }
280
+ .survey-grid-container-input {
281
+ padding: 8px;
282
+ border: 1px solid #ccc;
283
+ border-radius: 4px;
284
+ }
285
+ @media (min-width: 320px) {
286
+ .survey-grid-container {
287
+ grid-template-columns: repeat(1, 1fr);
288
+ }
289
+ }
290
+ @media (min-width: 480px) {
291
+ .survey-grid-container {
292
+ grid-template-columns: repeat(2, 1fr);
293
+ }
294
+ }
295
+ @media (min-width: 768px) {
296
+ .survey-grid-container {
297
+ grid-template-columns: repeat(3, 1fr);
298
+ }
299
+ }
300
+ @media (min-width: 1024px) {
301
+ .survey-grid-container {
302
+ grid-template-columns: repeat(4, 1fr);
303
+ }
304
+ }
305
+
306
+
307
+
308
+
309
+
310
+ .section-card {
311
+ border: 1px solid #ccc;
312
+ border-radius: 4px;
313
+ padding: 20px;
314
+ margin-bottom: 20px;
315
+ background-color: #f9f9f9;
316
+ }
317
+
318
+ .section-card h3 {
319
+ margin-top: 0;
320
+ }
321
+
322
+ .section-card input {
323
+ display: block;
324
+ width: 100%;
325
+ padding: 10px;
326
+ margin-bottom: 10px;
327
+ border: 1px solid #ccc;
328
+ border-radius: 4px;
329
+ }
330
+
331
+ .section-card button {
332
+ padding: 10px 20px;
333
+ border: none;
334
+ border-radius: 4px;
335
+ background-color: #007bff;
336
+ color: white;
337
+ cursor: pointer;
338
+ }
339
+
340
+ .section-card button:disabled {
341
+ background-color: #ccc;
342
+ cursor: not-allowed;
343
+ }
344
+
345
+
346
+
347
+
348
+ .category-card {
349
+ border: 1px solid #ccc;
350
+ border-radius: 4px;
351
+ padding: 20px;
352
+ margin-bottom: 20px;
353
+ background-color: #f0f8ff;
354
+ display: flex;
355
+ flex-direction: column;
356
+ gap: 20px;
357
+ box-shadow: none;
358
+ }
359
+
360
+ .category-card h3 {
361
+ margin-top: 5px;
362
+ margin-bottom: 2px;
363
+ font-weight: 600;
364
+ color: #0d43a7;
365
+ font-family: 'roboto';
366
+
367
+ }
368
+ .category-card h2 {
369
+ margin-top: 5px;
370
+ margin-bottom: 2px;
371
+ font-weight: bold;
372
+ font-size: 18px;
373
+ color: #0d43a7;
374
+ }
375
+ .category-card input,
376
+ .category-card select {
377
+ display: block;
378
+ width: 100%;
379
+ padding: 10px;
380
+ margin-bottom: 10px;
381
+ border: 1px solid #ccc;
382
+ border-radius: 4px;
383
+ color: #0d43a7;
384
+ }
385
+
386
+ .category-card button {
387
+ padding: 10px 20px;
388
+ border: none;
389
+ border-radius: 4px;
390
+ background-color: #007bff;
391
+ color: white;
392
+ cursor: pointer;
393
+ }
394
+
395
+ .category-card button:disabled {
396
+ background-color: #ccc;
397
+ cursor: not-allowed;
398
+ }
399
+
400
+ .category-card table {
401
+ width: 100%;
402
+ border-collapse: collapse;
403
+ margin-top: 10px;
404
+ }
405
+
406
+ .category-card table, .category-card th, .category-card td {
407
+ border: 1px solid #ccc;
408
+ }
409
+ .category-card thead{
410
+ background-color: #6f98b8;
411
+ }
412
+ .category-card th, .category-card td {
413
+ padding: 10px;
414
+ text-align: left;
415
+ }
416
+
417
+ .category-card label {
418
+ padding: 10px 20px;
419
+ border: none;
420
+ border-radius: 4px;
421
+ background-color: #007bff;
422
+ color: white;
423
+ cursor: pointer;
424
+ }
425
+
426
+ .category-card label:disabled {
427
+ background-color: #ccc;
428
+ cursor: not-allowed;
429
+ }
430
+
431
+ .category-card span{
432
+ color: #FF2400;
433
+
434
+ }
435
+
436
+ .create-survey-card{
437
+ display: flex;
438
+ flex-direction: column;
439
+ gap: 20px;
440
+ }
441
+
442
+ .survey-row{
443
+ display: flex;
444
+ justify-content: space-between;
445
+ }
446
+
447
+ .survey-column{
448
+ display: flex;
449
+ flex-direction: column;
450
+ gap: 10px;
451
+ width: 48%;
452
+ color: #232323;
453
+ font-family: 'Noto Sans';
454
+ font-size: 16px;
455
+ line-height: "100%";
456
+ font-weight: 400;
457
+ letter-spacing: "0%";
458
+
459
+ }
460
+
461
+ .create-survey-card
462
+ .heading{
463
+ color: #0d43a7;
464
+ font-size: 20px;
465
+ line-height: 24px;
466
+ font-weight: 700;
467
+ }
468
+
469
+