@pmidc/upyog-css 0.0.1

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 (122) hide show
  1. package/example/employee.html +16 -0
  2. package/example/garbage.webp +0 -0
  3. package/example/index.css +10476 -0
  4. package/example/index.html +374 -0
  5. package/example/map.js +72 -0
  6. package/example/package.json +24 -0
  7. package/gulpfile.js +55 -0
  8. package/img/browser-icon.png +0 -0
  9. package/img/m_seva_white_logo.png +0 -0
  10. package/img/mseva-demo.png +0 -0
  11. package/package.json +53 -0
  12. package/postcss.config.js +55 -0
  13. package/src/components/CardBasedOptions.scss +110 -0
  14. package/src/components/CitizenHomeCard.scss +58 -0
  15. package/src/components/EllipsisMenu.scss +17 -0
  16. package/src/components/EventCalendarView.scss +10 -0
  17. package/src/components/FAQ.scss +64 -0
  18. package/src/components/OnGroundEventCard.scss +72 -0
  19. package/src/components/PageBasedInput.scss +31 -0
  20. package/src/components/PopupHeadingLabel.scss +15 -0
  21. package/src/components/PropertySearchForm.scss +58 -0
  22. package/src/components/SearchForm.scss +56 -0
  23. package/src/components/SearchOnRadioButton.scss +10 -0
  24. package/src/components/StandaloneSearchBar.scss +10 -0
  25. package/src/components/TimeLine.scss +68 -0
  26. package/src/components/WhatsNewCard.scss +13 -0
  27. package/src/components/actionLink.scss +3 -0
  28. package/src/components/actionbar.scss +97 -0
  29. package/src/components/bannercomponents.scss +137 -0
  30. package/src/components/body.scss +147 -0
  31. package/src/components/buttons.scss +50 -0
  32. package/src/components/card.scss +411 -0
  33. package/src/components/cardHeaderWithOptions.scss +14 -0
  34. package/src/components/changeLanguage.scss +3 -0
  35. package/src/components/charts.scss +186 -0
  36. package/src/components/checkbox.scss +83 -0
  37. package/src/components/checkpoint.scss +65 -0
  38. package/src/components/citizenInfoLabel.scss +14 -0
  39. package/src/components/custombtn.scss +16 -0
  40. package/src/components/datatable.scss +76 -0
  41. package/src/components/datewrap.scss +21 -0
  42. package/src/components/detailscard.scss +6 -0
  43. package/src/components/detailscontainer.scss +13 -0
  44. package/src/components/filters.scss +98 -0
  45. package/src/components/grey.scss +3 -0
  46. package/src/components/hoc/InboxComposer.scss +115 -0
  47. package/src/components/hoc/index.scss +1 -0
  48. package/src/components/howItWorks.scss +71 -0
  49. package/src/components/imageviewer.scss +33 -0
  50. package/src/components/info-banner.scss +35 -0
  51. package/src/components/inputotp.scss +15 -0
  52. package/src/components/keynote.scss +27 -0
  53. package/src/components/languageSelector.scss +24 -0
  54. package/src/components/loader.scss +96 -0
  55. package/src/components/map.scss +30 -0
  56. package/src/components/menu.scss +0 -0
  57. package/src/components/metricsTable.scss +27 -0
  58. package/src/components/multiLink.scss +88 -0
  59. package/src/components/multiSelectDropdown.scss +73 -0
  60. package/src/components/navbar.scss +308 -0
  61. package/src/components/plusMinus.scss +15 -0
  62. package/src/components/popup.scss +16 -0
  63. package/src/components/radiobtn.scss +45 -0
  64. package/src/components/ratingstar.scss +33 -0
  65. package/src/components/roundedLabel.scss +10 -0
  66. package/src/components/searchAction.scss +20 -0
  67. package/src/components/sectionalDropdown.scss +43 -0
  68. package/src/components/selectdropdown.scss +201 -0
  69. package/src/components/staticDynamicMessages.scss +107 -0
  70. package/src/components/staticSideBar.scss +27 -0
  71. package/src/components/statushighlight.scss +17 -0
  72. package/src/components/submiterrors.scss +11 -0
  73. package/src/components/summary.scss +29 -0
  74. package/src/components/table.scss +178 -0
  75. package/src/components/tag.scss +27 -0
  76. package/src/components/telephone.scss +17 -0
  77. package/src/components/textfields.scss +111 -0
  78. package/src/components/toast.scss +31 -0
  79. package/src/components/toggleSwitch.scss +41 -0
  80. package/src/components/topbar.scss +148 -0
  81. package/src/components/uploadcomponents.scss +113 -0
  82. package/src/index.scss +780 -0
  83. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  84. package/src/pages/citizen/DocumentList.scss +305 -0
  85. package/src/pages/citizen/Events.scss +47 -0
  86. package/src/pages/citizen/HomePageWrapper.scss +163 -0
  87. package/src/pages/citizen/SurveyList.scss +22 -0
  88. package/src/pages/citizen/citizenDocument.scss +22 -0
  89. package/src/pages/citizen/container.scss +19 -0
  90. package/src/pages/citizen/payment/payment-type.scss +3 -0
  91. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  92. package/src/pages/employee/EmployeeLogin.scss +7 -0
  93. package/src/pages/employee/cardfix.scss +14 -0
  94. package/src/pages/employee/container.scss +73 -0
  95. package/src/pages/employee/dss.scss +249 -0
  96. package/src/pages/employee/faq.scss +353 -0
  97. package/src/pages/employee/form-fields.scss +13 -0
  98. package/src/pages/employee/iframe.scss +66 -0
  99. package/src/pages/employee/inbox.scss +707 -0
  100. package/src/pages/employee/index.scss +632 -0
  101. package/src/pages/employee/landing.scss +177 -0
  102. package/src/pages/employee/login.scss +570 -0
  103. package/src/pages/employee/oldMobileInbox.scss +5 -0
  104. package/src/pages/employee/popupmodule.scss +47 -0
  105. package/src/pages/employee/response.scss +3 -0
  106. package/src/pages/employee/scroll-table.scss +114 -0
  107. package/src/pages/employee/surveys.scss +272 -0
  108. package/src/pages/employee/tooltip.scss +36 -0
  109. package/src/pages/employee/updateNumber.scss +13 -0
  110. package/svg/arrowdown.svg +1 -0
  111. package/svg/arrowleft.svg +1 -0
  112. package/svg/calendar.svg +1 -0
  113. package/svg/camera.svg +4 -0
  114. package/svg/check.svg +4 -0
  115. package/svg/close.svg +4 -0
  116. package/svg/error.svg +4 -0
  117. package/svg/error2.svg +5 -0
  118. package/svg/searchicon.svg +4 -0
  119. package/svg/starempty.svg +4 -0
  120. package/svg/starfilled.svg +5 -0
  121. package/svg/success.svg +4 -0
  122. package/tailwind.config.js +105 -0
@@ -0,0 +1,73 @@
1
+ .icon-bg-secondary {
2
+ @apply flex bg-secondary w-12 h-12;
3
+
4
+ svg {
5
+ margin: auto;
6
+ @apply w-6 h-6;
7
+ }
8
+ }
9
+
10
+ .heading-m {
11
+ @apply font-bold text-text-primary text-heading-m ml-md pt-sm;
12
+ }
13
+ .BPAheading-m {
14
+ margin-left: 22px;
15
+ }
16
+
17
+ .break-line {
18
+ @apply border-border my-lg;
19
+ }
20
+
21
+ .employee-home-footer {
22
+ @apply flex h-10 bg-grey-bg pb-md pt-sm justify-center w-full;
23
+ img {
24
+ height: 100%;
25
+ }
26
+ }
27
+ .employee-login-home-footer{
28
+ @apply flex fixed bottom-0 h-10 bg-grey-bg pb-md pt-sm justify-center w-full;
29
+ img{
30
+ @apply ml-sm
31
+ }
32
+ }
33
+ .fieldInspectionWrapper{
34
+ border: 1px solid #d6d5d4;
35
+ padding: 16px;
36
+ margin-top: 8px;
37
+ background: #fafafa;
38
+ }
39
+
40
+ .fieldInsepctionInsideWrapper {
41
+ border: 1px solid #d6d5d4;
42
+ padding: 16px;
43
+ margin-top: 8px;
44
+ background: #ffffff;
45
+ max-width: 70%;
46
+ min-width: 280px;
47
+ }
48
+
49
+ @screen dt {
50
+ .ground-container {
51
+ margin-bottom: 56px;
52
+
53
+ @apply p-md;
54
+ }
55
+ .heading-m {
56
+ @apply text-heading-m-dt;
57
+ }
58
+ .BPAheading-m {
59
+ margin-left: 22px;
60
+ }
61
+ .break-line {
62
+ margin-top: 40px;
63
+ margin-bottom: 40px;
64
+ }
65
+ .employee-home-footer {
66
+ }
67
+ .moduleCardWrapper {
68
+ @apply flex flex-row flex-wrap !important;
69
+ }
70
+ .gridModuleWrapper {
71
+ @apply grid grid-cols-4 gap-4;
72
+ }
73
+ }
@@ -0,0 +1,249 @@
1
+ .dss-switch-tabs{/* Card / Primary */
2
+
3
+ /* Light Theme / Paper */
4
+
5
+ background: #FFFFFF;
6
+ /* Card-Shadow */
7
+
8
+ box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
9
+ border-radius: 4px;
10
+ margin-bottom:3%;
11
+ margin-right:25px;
12
+ }
13
+
14
+ .dss-header-label{
15
+ font-weight: 600 !important;
16
+ font-size: 22px !important;
17
+ white-space: pre-line;
18
+ }
19
+ .dss-switch-tab-wrapper{
20
+ cursor:pointer;
21
+ display: flex;
22
+ flex-direction: row;
23
+ height: 50px;
24
+ align-items: center;
25
+ }
26
+
27
+ .dss-switch-tab-selected{
28
+ /* Revenue */
29
+ border-bottom: 3px solid #a82227;
30
+ font-family: Roboto;
31
+ font-style: normal;
32
+ font-weight: 500;
33
+ font-size: 22px;
34
+ color: #a82227;
35
+ padding: 7px 24px;
36
+
37
+ }
38
+ .dss-switch-tab-unselected{
39
+
40
+ font-family: Roboto;
41
+ font-style: normal;
42
+ font-weight: 500;
43
+ font-size: 22px;
44
+ color: #505A5F;
45
+ padding: 8px 24px;
46
+
47
+ }
48
+
49
+ .dss-table-subheader{
50
+ position: relative;
51
+ top: -7px;
52
+ font-size: 13px;
53
+ font-weight: 400;
54
+ color: rgba(80, 90, 95, 1);
55
+ }
56
+
57
+ .dss-pie-subheader{
58
+ position: relative;
59
+ top: -7px;
60
+ font-size: 13px;
61
+ font-weight: 400;
62
+ color: rgba(80, 90, 95, 1);
63
+ }
64
+
65
+ .recharts-legend-item{
66
+ margin-bottom: 20px !important;
67
+ white-space: pre;
68
+ }
69
+
70
+ .dss-white-pre{
71
+ white-space: pre;
72
+
73
+ }
74
+ .dss-white-pre-line{
75
+ white-space: pre-line;
76
+
77
+ }
78
+ .dss-white-pre-temp{
79
+ white-space: pre-line;
80
+
81
+ }
82
+
83
+ .multi-select-dropdown-wrap{
84
+ .master{
85
+ .label{
86
+ p{
87
+ white-space:pre;
88
+ }
89
+ }
90
+ }
91
+ }
92
+
93
+ .divToBeHidden{
94
+ display:block;
95
+ }
96
+
97
+ .divWillGetHidden{
98
+ display:none;
99
+ }
100
+
101
+ .dss-temp-white-pre{
102
+ white-space: pre;
103
+ }
104
+
105
+ .dss-input-active-border{
106
+ --border-opacity: 1;
107
+ border: 1px solid #a82227 !important;
108
+ border-color: rgba(244, 119, 56, var(--border-opacity));
109
+ }
110
+
111
+ .employeeCustomCard .card-count{
112
+ padding-right: 0px;
113
+ }
114
+ .dss-card {
115
+ display: flex;
116
+ flex-wrap: wrap;
117
+ }
118
+
119
+ .dss-card-parent {
120
+ display: flex;
121
+ flex-direction: column;
122
+ width: 31%;
123
+ border-radius: 6px;
124
+ padding: 25px;
125
+ margin: 15px 11.5px;
126
+ box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
127
+ cursor: pointer;
128
+ }
129
+
130
+ .dss-card-body {
131
+ display: flex;
132
+ flex-wrap: wrap;
133
+ cursor: pointer;
134
+ }
135
+
136
+ .dss-card-header {
137
+ display: flex;
138
+ margin-bottom: 30px;
139
+ align-items: center;
140
+
141
+ p {
142
+ font-size: 24px;
143
+ font-family: "Roboto", sans-serif;
144
+ font-weight: 500;
145
+ color: #000000;
146
+ }
147
+
148
+ svg {
149
+ width: 50px;
150
+ height: 50px;
151
+ }
152
+ }
153
+
154
+
155
+ .dss-insight-card {
156
+ margin: 10px 0;
157
+
158
+ p {
159
+ font-family: "Roboto", sans-serif;
160
+ }
161
+
162
+ .p1 {
163
+ font-size: 16px;
164
+ color: #585858;
165
+ }
166
+
167
+ .p3 {
168
+ font-size: 16px;
169
+ font-weight: 400;
170
+ }
171
+
172
+ .p2 {
173
+ font-size: 24px;
174
+ font-weight: 500;
175
+ color: #000000;
176
+ }
177
+
178
+ .color-green {
179
+ color: #00703C;
180
+ }
181
+
182
+ .color-red {
183
+ color: #D4351C;
184
+ }
185
+ }
186
+ .w-100 {
187
+ width: 100%;
188
+ }
189
+ .dss-w-100 {
190
+ width: 97%;
191
+ }
192
+
193
+ .h-100{
194
+ width: 100%;
195
+ height: 100%;
196
+ }
197
+
198
+ .dss-h-100{
199
+ width: 97%;
200
+ height: 100%;
201
+ }
202
+
203
+ .tab-rows{
204
+ display: flex;
205
+ justify-content:space-between;
206
+ height: 30px;
207
+ align-items: center;
208
+ width: 60%;
209
+ margin-left: 13%;
210
+ }
211
+ .tab-header{
212
+ font-weight: 700;
213
+ font-size: 16px;
214
+ line-height: 19px;
215
+ border-bottom: 1px solid #b1b4b6;
216
+ color: #2a3340;
217
+ }
218
+ .map-status{
219
+ position: relative;
220
+ width: 33%;
221
+ left: 50%;
222
+ bottom: 130px;
223
+ }
224
+ .map-row{
225
+ display: flex;
226
+ align-items: center;
227
+ margin-top: 5px;
228
+ }
229
+ .map-box{
230
+ display: inline-block;
231
+ height: 10px;
232
+ width: 10px;
233
+ }
234
+ .map-text{
235
+ margin-left: 5px;
236
+ color: #636363;
237
+ font-size: 14px;
238
+ }
239
+
240
+
241
+ @media screen and (max-width: 768px) {
242
+ .dss-switch-tabs{/* Card / Primary */
243
+ margin-right:0px;
244
+ }
245
+
246
+ .dss-card-parent{
247
+ width:100%;
248
+ }
249
+ }
@@ -0,0 +1,353 @@
1
+ .frame-54925,
2
+ .frame-54925 * {
3
+ box-sizing: border-box;
4
+ }
5
+ .frame-54925 {
6
+ display: flex;
7
+ flex-direction: column;
8
+ gap: 1px;
9
+ align-items: flex-start;
10
+ justify-content: flex-start;
11
+ position: relative;
12
+ width:100%;
13
+ }
14
+ .frame-54923 {
15
+ display: flex;
16
+ flex-direction: column;
17
+ gap: 55px;
18
+ align-items: flex-start;
19
+ justify-content: flex-start;
20
+ align-self: stretch;
21
+ flex-shrink: 0;
22
+ position: relative;
23
+ }
24
+ .sectionNew {
25
+ background: #ffffff;
26
+ padding: 50px 0px 50px 0px;
27
+ display: flex;
28
+ flex-direction: column;
29
+ gap: 0px;
30
+ align-items: center;
31
+ justify-content: center;
32
+ align-self: stretch;
33
+ flex-shrink: 0;
34
+ position: relative;
35
+ }
36
+ .containerNew {
37
+ display: flex;
38
+ flex-direction: column;
39
+ gap: 32px;
40
+ align-items: center;
41
+ justify-content: flex-start;
42
+ align-self: stretch;
43
+ flex-shrink: 0;
44
+ position: relative;
45
+ }
46
+ .section-header-New {
47
+ background: #ffffff;
48
+ padding: 16px 0px 64px 0px;
49
+ display: flex;
50
+ flex-direction: column;
51
+ gap: 0px;
52
+ align-items: center;
53
+ justify-content: center;
54
+ align-self: stretch;
55
+ flex-shrink: 0;
56
+ position: relative;
57
+ }
58
+ .section2New {
59
+ display: flex;
60
+ flex-direction: column;
61
+ gap: 0px;
62
+ align-items: center;
63
+ justify-content: flex-start;
64
+ align-self: stretch;
65
+ flex-shrink: 0;
66
+ position: relative;
67
+ }
68
+ .container2New {
69
+ display: flex;
70
+ flex-direction: column;
71
+ gap: 8px;
72
+ align-items: center;
73
+ justify-content: center;
74
+ flex-shrink: 0;
75
+ width: 1216px;
76
+ position: relative;
77
+ }
78
+ .bodyNew {
79
+ display: flex;
80
+ flex-direction: column;
81
+ gap: 36px;
82
+ align-items: center;
83
+ justify-content: center;
84
+ align-self: stretch;
85
+ flex-shrink: 0;
86
+ position: relative;
87
+ }
88
+ .textNew {
89
+ display: flex;
90
+ flex-direction: column;
91
+ gap: 12px;
92
+ align-items: center;
93
+ justify-content: center;
94
+ align-self: stretch;
95
+ flex-shrink: 0;
96
+ position: relative;
97
+ }
98
+ .titleNew {
99
+ color: #141c24;
100
+ text-align: left;
101
+ font-family: "Inter-SemiBold", sans-serif;
102
+ font-size: 36px;
103
+ line-height: 44px;
104
+ font-weight: 600;
105
+ position: relative;
106
+ }
107
+ .descriptionNew {
108
+ color: #344051;
109
+ text-align: center;
110
+ font-family: "Inter-Regular", sans-serif;
111
+ font-size: 18px;
112
+ line-height: 28px;
113
+ font-weight: 400;
114
+ position: relative;
115
+ width: 650px;
116
+ }
117
+ .contentNew {
118
+ display: flex;
119
+ flex-direction: column;
120
+ gap: 40px;
121
+ align-items: center;
122
+ justify-content: flex-start;
123
+ align-self: stretch;
124
+ flex-shrink: 0;
125
+ position: relative;
126
+ }
127
+ .questionsNew {
128
+ padding: 0px 164px 0px 164px;
129
+ display: flex;
130
+ flex-direction: column;
131
+ gap: 16px;
132
+ align-items: flex-start;
133
+ justify-content: flex-start;
134
+ align-self: stretch;
135
+ flex-shrink: 0;
136
+ position: relative;
137
+
138
+ }
139
+ .faq-cards-base {
140
+ border-radius: 8px;
141
+ border-style: solid;
142
+ border-color: #ced2da;
143
+ border-width: 1px;
144
+ padding: 32px;
145
+ display: flex;
146
+ flex-direction: row;
147
+ gap: 0px;
148
+ align-items: center;
149
+ justify-content: flex-start;
150
+ align-self: stretch;
151
+ flex-shrink: 0;
152
+ position: relative;
153
+ }
154
+ .content2 {
155
+ display: flex;
156
+ flex-direction: row;
157
+ gap: 16px;
158
+ align-items: center;
159
+ justify-content: flex-start;
160
+ flex: 1;
161
+ position: relative;
162
+ }
163
+ .questionNew {
164
+ color: var(--neutral-1000, #313033);
165
+ text-align: left;
166
+ font-family: var(
167
+ --ux4g-headline-headline-5-font-family,
168
+ "NotoSans-Medium",
169
+ sans-serif
170
+ );
171
+ font-size: var(--ux4g-headline-headline-5-font-size, 22px);
172
+ line-height: var(--ux4g-headline-headline-5-line-height, 24px);
173
+ font-weight: var(--ux4g-headline-headline-5-font-weight, 500);
174
+ position: relative;
175
+ flex: 1;
176
+ display: flex;
177
+ justify-content:'space-between';
178
+ }
179
+ .add-circle {
180
+ flex-shrink: 0;
181
+ width: 24px;
182
+ height: 24px;
183
+ position: relative;
184
+ overflow: visible;
185
+ }
186
+ .faq-cards-base2 {
187
+ border-radius: 8px;
188
+ border-style: solid;
189
+ border-color: #ced2da;
190
+ border-width: 1px;
191
+ padding: 32px;
192
+ display: flex;
193
+ flex-direction: column;
194
+ gap: 16px;
195
+ align-items: flex-start;
196
+ justify-content: flex-start;
197
+ align-self: stretch;
198
+ flex-shrink: 0;
199
+ position: relative;
200
+ }
201
+ .content3 {
202
+ display: flex;
203
+ flex-direction: column;
204
+ gap: 16px;
205
+ align-items: flex-start;
206
+ justify-content: flex-start;
207
+ align-self: stretch;
208
+ flex-shrink: 0;
209
+ position: relative;
210
+ }
211
+ .text2 {
212
+ display: flex;
213
+ flex-direction: row;
214
+ gap: 0px;
215
+ align-items: center;
216
+ justify-content: flex-start;
217
+ align-self: stretch;
218
+ flex-shrink: 0;
219
+ position: relative;
220
+ }
221
+ .remove-circle {
222
+ flex-shrink: 0;
223
+ width: 24px;
224
+ height: 24px;
225
+ position: relative;
226
+ overflow: visible;
227
+ }
228
+ .answerNew {
229
+ color: var(--neutral-900, #4e5056);
230
+ text-align: left;
231
+ font-family: var(
232
+ --ux4g-body-body-1-font-family,
233
+ "NotoSans-Regular",
234
+ sans-serif
235
+ );
236
+ font-size: var(--ux4g-body-body-1-font-size, 16px);
237
+ line-height: var(--ux4g-body-body-1-line-height, 24px);
238
+ letter-spacing: var(--ux4g-body-body-1-letter-spacing, 0.5px);
239
+ font-weight: var(--ux4g-body-body-1-font-weight, 400);
240
+ position: relative;
241
+ align-self: stretch;
242
+ }
243
+ .add-circle2 {
244
+ flex-shrink: 0;
245
+ width: 24px;
246
+ height: 24px;
247
+ position: relative;
248
+ overflow: visible;
249
+ }
250
+ .add-circle3 {
251
+ flex-shrink: 0;
252
+ width: 24px;
253
+ height: 24px;
254
+ position: relative;
255
+ overflow: visible;
256
+ }
257
+ .add-circle4 {
258
+ flex-shrink: 0;
259
+ width: 24px;
260
+ height: 24px;
261
+ position: relative;
262
+ overflow: visible;
263
+ }
264
+ .modalNew {
265
+ background: var(--primary-transparent-8, rgba(26, 115, 233, 0.08));
266
+ border-radius: 20px;
267
+ border-style: solid;
268
+ border-color: var(--primary-200, #a1d5fc);
269
+ border-width: 1px;
270
+ padding: 32px;
271
+ display: flex;
272
+ flex-direction: column;
273
+ gap: 32px;
274
+ align-items: center;
275
+ justify-content: flex-start;
276
+ flex-shrink: 0;
277
+ position: relative;
278
+ }
279
+ .text3 {
280
+ display: flex;
281
+ flex-direction: column;
282
+ gap: 12px;
283
+ align-items: center;
284
+ justify-content: flex-start;
285
+ flex-shrink: 0;
286
+ position: relative;
287
+ }
288
+ .title2 {
289
+ color: var(--primary-800, #092e86);
290
+ text-align: center;
291
+ font-family: var(
292
+ --ux4g-headline-headline-4-font-family,
293
+ "NotoSans-Medium",
294
+ sans-serif
295
+ );
296
+ font-size: var(--ux4g-headline-headline-4-font-size, 24px);
297
+ line-height: var(--ux4g-headline-headline-4-line-height, 28px);
298
+ font-weight: var(--ux4g-headline-headline-4-font-weight, 500);
299
+ position: relative;
300
+ }
301
+ .description2 {
302
+ color: var(--primary-800, #092e86);
303
+ text-align: center;
304
+ font-family: var(
305
+ --ux4g-body-body-1-font-family,
306
+ "NotoSans-Regular",
307
+ sans-serif
308
+ );
309
+ font-size: var(--ux4g-body-body-1-font-size, 16px);
310
+ line-height: var(--ux4g-body-body-1-line-height, 24px);
311
+ letter-spacing: var(--ux4g-body-body-1-letter-spacing, 0.5px);
312
+ font-weight: var(--ux4g-body-body-1-font-weight, 400);
313
+ position: relative;
314
+ width: 463px;
315
+ }
316
+ .buttonNew {
317
+ background: var(--primary-800, #092e86);
318
+ border-radius: 8px;
319
+ padding: 10px 20px 10px 20px;
320
+ display: flex;
321
+ flex-direction: row;
322
+ gap: 8px;
323
+ align-items: center;
324
+ justify-content: center;
325
+ flex-shrink: 0;
326
+ position: relative;
327
+ }
328
+ .emailNew {
329
+ flex-shrink: 0;
330
+ width: 20px;
331
+ height: 20px;
332
+ position: relative;
333
+ overflow: visible;
334
+ }
335
+ .contact-us-New {
336
+ color: #ffffff;
337
+ text-align: left;
338
+ font-family: var(
339
+ --paragraph-m-semi-bold-font-family,
340
+ "Inter-SemiBold",
341
+ sans-serif
342
+ );
343
+ font-size: var(--paragraph-m-semi-bold-font-size, 16px);
344
+ line-height: var(--paragraph-m-semi-bold-line-height, 24px);
345
+ font-weight: var(--paragraph-m-semi-bold-font-weight, 600);
346
+ position: relative;
347
+ }
348
+ .buttonSpan{
349
+ outline: "none";
350
+ font-size: "29px"
351
+ }
352
+
353
+
@@ -0,0 +1,13 @@
1
+ .form-field{
2
+ @apply w-full
3
+ }
4
+
5
+ @screen dt {
6
+ .form-field{
7
+ @apply w-1/2
8
+ }
9
+
10
+ .desktop-w-full{
11
+ @apply w-full !important
12
+ }
13
+ }