@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,14 @@
1
+ .flex-fit{
2
+ @apply flex w-full border-b border-solid border-border;
3
+ border-bottom: 0px !important;
4
+ padding-top: 5px
5
+ }
6
+ .card-count{
7
+ @apply pr-xl;
8
+ div{
9
+ @apply text-link;
10
+ span{
11
+ @apply text-link font-bold;
12
+ }
13
+ }
14
+ }
@@ -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,204 @@
1
+ .employee-dashboard-container {
2
+ display: flex;
3
+ flex-direction: column;
4
+ gap: 20px;
5
+ margin: 20px;
6
+ margin-top: 4rem;
7
+
8
+ .employee-dashboard-welcome-card {
9
+ height: 160px;
10
+ border-radius: 12px;
11
+ padding: 20px;
12
+ margin-top: 20px;
13
+ position: relative;
14
+
15
+ .employee-dashboard-welcome-card-entire-content {
16
+ width: 374px;
17
+ height: 108px;
18
+ display: flex;
19
+ flex-direction: column;
20
+ gap: 16px;
21
+ top: 32px;
22
+ left: 32px;
23
+ }
24
+
25
+ .employee-dashboard-welcome-card-heading {
26
+ font-family: "Noto Sans";
27
+ font-weight: 500;
28
+ font-size: 28px;
29
+ line-height: 32px;
30
+ letter-spacing: 0%;
31
+ color: #ffffff;
32
+ text-transform: uppercase;
33
+ }
34
+
35
+ .employee-dashboard-welcome-card-content {
36
+ color: #ffffff;
37
+ font-family: "Noto Sans";
38
+ font-weight: 400;
39
+ font-size: 14px;
40
+ line-height: 20px;
41
+ letter-spacing: 0.25px;
42
+ }
43
+ }
44
+
45
+ .employee-dashboard-card-grid {
46
+ display: grid;
47
+ grid-template-columns: repeat(1, 1fr);
48
+ gap: 20px;
49
+
50
+ @media (min-width: 600px) {
51
+ grid-template-columns: repeat(2, 1fr);
52
+ }
53
+
54
+ @media (min-width: 1024px) {
55
+ grid-template-columns: repeat(4, 1fr);
56
+ }
57
+ }
58
+
59
+ .employee-dashboard-card {
60
+ padding: 20px;
61
+ border-radius: 12px;
62
+ position: relative;
63
+
64
+ .employee-dashboard-card-heading-container {
65
+ display: flex;
66
+ align-items: center;
67
+ margin-bottom: 10px;
68
+ gap: 5px;
69
+ }
70
+
71
+ .employee-dashboard-card-heading {
72
+ font-size: 22px;
73
+ color: #ffffff;
74
+ font-family: "Noto Sans";
75
+ font-weight: 400;
76
+ line-height: 28px;
77
+ letter-spacing: 0%;
78
+ }
79
+
80
+ .employee-dashboard-card-content {
81
+ color: #ffffff;
82
+ font-family: "Noto Sans";
83
+ font-weight: 400;
84
+ font-size: 14px;
85
+ line-height: 20px;
86
+ letter-spacing: 0.25px;
87
+ max-height: 300px;
88
+ overflow: auto;
89
+ }
90
+ }
91
+
92
+ .employee-dashboard-table-and-services {
93
+ display: flex;
94
+ flex-direction: column;
95
+ gap: 20px;
96
+
97
+ @media (min-width: 1024px) {
98
+ flex-direction: row;
99
+ }
100
+
101
+ .employee-dashboard-table-container {
102
+ flex: 2;
103
+
104
+ .employee-dashboard-table-header {
105
+ display: flex;
106
+ justify-content: space-between;
107
+
108
+ .employee-dashboard-table-title {
109
+ color: "white";
110
+ font-family: "Manrope";
111
+ font-weight: 700;
112
+ font-size: 20px;
113
+ line-height: 27.32px;
114
+ letter-spacing: 0%;
115
+ }
116
+
117
+ .employee-dashboard-view-all-link {
118
+ color: blue;
119
+ }
120
+ }
121
+
122
+ .employee-dashboard-table-content {
123
+ overflow: auto;
124
+ width: 100%;
125
+ }
126
+ }
127
+
128
+ .employee-dashboard-quick-services-container {
129
+ flex: 1;
130
+
131
+ .employee-dashboard-quick-services-header {
132
+ display: flex;
133
+ justify-content: space-between;
134
+
135
+ .employee-dashboard-quick-services-title {
136
+ color: "#000";
137
+
138
+ font-weight: 700;
139
+ font-size: 20px;
140
+ line-height: 27.32px;
141
+ letter-spacing: 0%;
142
+ padding: 2rem 0.5rem;
143
+ }
144
+
145
+ .employee-dashboard-view-all-link {
146
+ color: blue;
147
+ }
148
+ }
149
+
150
+ .employee-dashboard-module-card-wrapper {
151
+ display: flex;
152
+ flex-wrap: wrap;
153
+ gap: 16px;
154
+
155
+ .employee-dashboard-quick-service-card {
156
+ width: 32%;
157
+ height: 102px;
158
+ padding: 8px 16px;
159
+ border-radius: 8px;
160
+ background: #ffffff;
161
+ box-shadow: 0px 4px 22px 0px #9f9f9f26;
162
+
163
+ .employee-dashboard-quick-service-card-content {
164
+ display: flex;
165
+ flex-direction: row;
166
+ align-items: center;
167
+ gap: 16px;
168
+
169
+ .employee-dashboard-quick-service-card-module-icon {
170
+ display: flex;
171
+ justify-content: center;
172
+ align-items: center;
173
+ height: 100px;
174
+ width: 100px;
175
+ padding-top: 5px;
176
+ border-radius: 8px 0 0 8px;
177
+ }
178
+
179
+ .employee-dashboard-quick-service-card-module-name {
180
+ font-family: Noto Sans;
181
+ font-weight: 500;
182
+ font-size: 16px;
183
+ line-height: 24px;
184
+ letter-spacing: 0.15px;
185
+ color: #1e293b;
186
+ }
187
+ }
188
+ }
189
+
190
+ @media (min-width: 641px) and (max-width: 1024px) {
191
+ .employee-dashboard-quick-service-card {
192
+ width: 48% !important;
193
+ }
194
+ }
195
+
196
+ @media (max-width: 640px) {
197
+ .employee-dashboard-quick-service-card {
198
+ width: 96% !important;
199
+ }
200
+ }
201
+ }
202
+ }
203
+ }
204
+ }
@@ -0,0 +1,426 @@
1
+ .DS-citizen-form-container {
2
+ padding: 0px 10px 10px 10px;
3
+
4
+ .card-label-smaller {
5
+ display: inline;
6
+
7
+ span {
8
+ color: red;
9
+ }
10
+ }
11
+
12
+ .tooltip {
13
+ position: absolute;
14
+ }
15
+
16
+ .tooltiptext {
17
+ white-space: nowrap;
18
+ font-size: medium;
19
+
20
+ @media (max-width: 768px) {
21
+ white-space: unset;
22
+ width: 150px;
23
+ }
24
+ }
25
+
26
+ @media (max-width: 768px) {
27
+ input[type="radio"] {
28
+ margin-left: unset;
29
+ }
30
+ }
31
+ }
32
+
33
+ .DS-citizen-info-label {
34
+ margin: 0px !important;
35
+
36
+ .text-style {
37
+ color: #0B0C0C !important;
38
+ }
39
+ }
40
+
41
+ .DS-disconnection-page-container {
42
+ background-color: yellow;
43
+ width: 100%;
44
+ max-width: 1920px;
45
+ margin: 0 auto;
46
+ background-color: #f9fafb;
47
+ min-height: 100vh;
48
+ font-family: 'Noto Sans', sans-serif;
49
+ padding-bottom: 80px;
50
+
51
+ .DS-header {
52
+ font-size: 32px;
53
+ margin-left: 18px;
54
+ font-family: 'Noto Sans', sans-serif;
55
+ color: black;
56
+ }
57
+ }
58
+
59
+ .DS-disconnectionFormUI {
60
+ max-width: 1711px;
61
+ margin: 24px auto;
62
+ padding: 48px 40px;
63
+ background-color: #ffffff;
64
+ border-radius: 12px;
65
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
66
+
67
+ @media (max-width: 768px) {
68
+ margin: 16px;
69
+ padding: 24px 16px;
70
+ }
71
+
72
+ h2 {
73
+ font-size: 18px;
74
+ font-weight: 600;
75
+ color: #1f2937;
76
+ margin-bottom: 32px;
77
+ margin-top: 0;
78
+ padding-bottom: 16px;
79
+ border-bottom: 1px solid #e5e7eb;
80
+ letter-spacing: -0.01em;
81
+
82
+ &:not(:first-child) {
83
+ margin-top: 48px;
84
+ }
85
+
86
+ span {
87
+ color: #ef4444;
88
+ }
89
+ }
90
+ }
91
+
92
+ .DS-consumer-number-row {
93
+ display: flex;
94
+ align-items: center;
95
+ margin-bottom: 32px;
96
+
97
+ @media (max-width: 768px) {
98
+ gap: 16px;
99
+ flex-wrap: wrap;
100
+ }
101
+
102
+ label {
103
+ font-size: 14px;
104
+ font-weight: 500;
105
+ color: #374151;
106
+ min-width: 195px;
107
+ line-height: 1.5;
108
+ }
109
+
110
+ p {
111
+ font-size: 14px;
112
+ color: #1f2937;
113
+ margin: 0;
114
+ line-height: 1.5;
115
+ }
116
+ }
117
+
118
+ .DS-disconnection-type-row {
119
+ display: flex;
120
+ align-items: center;
121
+ gap: 160px;
122
+ margin-bottom: 40px;
123
+
124
+ @media (max-width: 768px) {
125
+ gap: 90px;
126
+ flex-wrap: wrap;
127
+ }
128
+
129
+ .DS-label-wrapper {
130
+ display: flex;
131
+ align-items: center;
132
+ gap: 8px;
133
+
134
+ label {
135
+ font-size: 14px;
136
+ font-weight: 500;
137
+ color: #374151;
138
+ min-width: fit-content;
139
+ line-height: 1.5;
140
+
141
+ span {
142
+ color: #ef4444;
143
+ }
144
+ }
145
+ }
146
+
147
+ p {
148
+ font-size: 14px;
149
+ color: #1f2937;
150
+ margin: 0;
151
+ line-height: 1.5;
152
+ }
153
+ }
154
+
155
+ .DS-date-field {
156
+ display: flex;
157
+ flex-direction: column;
158
+ gap: 12px;
159
+ margin-bottom: 32px;
160
+ max-width: 400px;
161
+
162
+ @media (max-width: 768px) {
163
+ max-width: 100%;
164
+ }
165
+
166
+ .DS-label-row {
167
+ display: flex;
168
+ align-items: center;
169
+ gap: 8px;
170
+
171
+ label {
172
+ font-size: 14px;
173
+ font-weight: 500;
174
+ color: #374151;
175
+ line-height: 1.5;
176
+
177
+ span {
178
+ color: #ef4444;
179
+ }
180
+ }
181
+ }
182
+
183
+ .DS-field-wrapper {
184
+ width: 100%;
185
+ }
186
+ }
187
+
188
+ .DS-reason-field {
189
+ display: flex;
190
+ flex-direction: column;
191
+ gap: 12px;
192
+ margin-bottom: 48px;
193
+ max-width: 400px;
194
+
195
+ @media (max-width: 768px) {
196
+ max-width: 100%;
197
+ }
198
+
199
+ label {
200
+ font-size: 14px;
201
+ font-weight: 500;
202
+ color: #374151;
203
+ line-height: 1.5;
204
+
205
+ span {
206
+ color: #ef4444;
207
+ }
208
+ }
209
+
210
+ .DS-field-wrapper {
211
+ width: 100%;
212
+ }
213
+ }
214
+
215
+ .DS-document-field {
216
+ display: flex;
217
+ flex-direction: column;
218
+ gap: 12px;
219
+ margin-bottom: 32px;
220
+ max-width: 100%;
221
+
222
+ label {
223
+ font-size: 14px;
224
+ font-weight: 500;
225
+ color: #374151;
226
+ line-height: 1.5;
227
+
228
+ span {
229
+ color: #ef4444;
230
+ }
231
+ }
232
+
233
+ .DS-dropdown-wrapper {
234
+ width: 100%;
235
+ max-width: 400px;
236
+ }
237
+
238
+ .DS-upload-wrapper {
239
+ display: flex;
240
+ align-items: center;
241
+ gap: 0.75rem;
242
+ width: 100%;
243
+ max-width: 25rem;
244
+ border: 1px solid #d4d4d8;
245
+ border-radius: 0.5rem;
246
+ padding: 0.75rem;
247
+
248
+ .upload-file {
249
+ display: flex;
250
+ align-items: center;
251
+ gap: 0.75rem;
252
+ width: 100%;
253
+ border: none !important;
254
+ min-height: 50px;
255
+
256
+ > div {
257
+ display: flex;
258
+ justify-content: flex-start;
259
+ align-items: center;
260
+ flex-wrap: wrap;
261
+ padding: 0px;
262
+ width: 100%;
263
+ margin: 0;
264
+ gap: 0.75rem;
265
+ }
266
+
267
+ .selector-button-border {
268
+ background-color: #2947A3 !important;
269
+ color: #ffffff !important;
270
+ border: none !important;
271
+ border-radius: 0.375rem;
272
+ padding: 0.5rem 1rem;
273
+ font-family: 'Noto Sans', sans-serif;
274
+ font-weight: 500;
275
+ font-size: 0.875rem;
276
+ line-height: 1.25rem;
277
+ cursor: pointer;
278
+ transition: all 0.2s ease;
279
+ white-space: nowrap;
280
+ display: inline-flex;
281
+ align-items: center;
282
+ justify-content: center;
283
+ height: auto;
284
+ min-height: 40px;
285
+ width: 30%;
286
+ max-height: 40px;
287
+ margin: 0;
288
+
289
+ &:hover {
290
+ background-color: #1e3a8a !important;
291
+ opacity: 0.9;
292
+ }
293
+
294
+ h2 {
295
+ color: #ffffff !important;
296
+ font-size: 0.875rem !important;
297
+ line-height: 1.25rem !important;
298
+ font-weight: 500 !important;
299
+ margin: 0 !important;
300
+ padding: 0 !important;
301
+ border: none !important;
302
+ width: 100%;
303
+ }
304
+ }
305
+
306
+ .file-upload-status {
307
+ color: #71717a;
308
+ font-size: 0.875rem;
309
+ line-height: 1.25rem;
310
+ font-weight: 400;
311
+ margin: 0;
312
+ flex: 1;
313
+ text-align: center;
314
+ padding: 0 1rem;
315
+ min-height: 40px;
316
+ display: flex;
317
+ align-items: center;
318
+ justify-content: center;
319
+ }
320
+
321
+ .input-mirror-selector-button {
322
+ width: 30%;
323
+ min-height: 42px;
324
+ max-height: 42px;
325
+ top: 0;
326
+ left: 0;
327
+ }
328
+ }
329
+ }
330
+ }
331
+
332
+ .DS-disconnection-action-bar {
333
+ position: fixed;
334
+ bottom: 0;
335
+ left: 0;
336
+ right: 0;
337
+ background-color: #ffffff;
338
+ border-top: 1px solid #e5e7eb;
339
+ padding: 16px 24px;
340
+ display: flex;
341
+ justify-content: space-between;
342
+ align-items: center;
343
+ z-index: 1000;
344
+ box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.05);
345
+
346
+ @media (max-width: 768px) {
347
+ padding: 16px;
348
+ }
349
+
350
+ .DS-back-button {
351
+ padding: 12px 24px;
352
+ font-size: 16px;
353
+ font-weight: 500;
354
+ color: #374151;
355
+ background-color: #ffffff;
356
+ border: 1px solid #d1d5db;
357
+ border-radius: 8px;
358
+ cursor: pointer;
359
+ transition: all 0.2s ease;
360
+ font-family: 'Noto Sans', sans-serif;
361
+
362
+ @media (max-width: 768px) {
363
+ padding: 10px 16px;
364
+ font-size: 14px;
365
+ }
366
+
367
+ &:hover {
368
+ background-color: #f9fafb;
369
+ border-color: #9ca3af;
370
+ }
371
+ }
372
+
373
+ .DS-action-buttons {
374
+ display: flex;
375
+ gap: 12px;
376
+
377
+ @media (max-width: 768px) {
378
+ gap: 8px;
379
+ }
380
+ }
381
+
382
+ .DS-cancel-button {
383
+ padding: 12px 24px;
384
+ font-size: 16px;
385
+ font-weight: 500;
386
+ color: #374151;
387
+ background-color: #ffffff;
388
+ border: 1px solid #d1d5db;
389
+ border-radius: 8px;
390
+ cursor: pointer;
391
+ transition: all 0.2s ease;
392
+ font-family: 'Noto Sans', sans-serif;
393
+
394
+ @media (max-width: 768px) {
395
+ padding: 10px 16px;
396
+ font-size: 14px;
397
+ }
398
+
399
+ &:hover {
400
+ background-color: #f9fafb;
401
+ border-color: #9ca3af;
402
+ }
403
+ }
404
+
405
+ .DS-submit-button {
406
+ padding: 12px 32px;
407
+ font-size: 16px;
408
+ font-weight: 600;
409
+ color: #ffffff;
410
+ background-color: #2947A3;
411
+ border: none;
412
+ border-radius: 8px;
413
+ cursor: pointer;
414
+ transition: all 0.2s ease;
415
+ font-family: 'Noto Sans', sans-serif;
416
+
417
+ @media (max-width: 768px) {
418
+ padding: 10px 24px;
419
+ font-size: 14px;
420
+ }
421
+
422
+ &:hover {
423
+ background-color: #1e3a8a;
424
+ }
425
+ }
426
+ }