@pmidc/upyog-css 1.1.6 → 1.1.7

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 (126) hide show
  1. package/dist/index.css +216 -0
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +534 -534
  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/TimeLine.scss +96 -96
  18. package/src/components/WhatsNewCard.scss +12 -12
  19. package/src/components/actionLink.scss +3 -3
  20. package/src/components/actionbar.scss +96 -96
  21. package/src/components/bannercomponents.scss +137 -137
  22. package/src/components/body.scss +261 -261
  23. package/src/components/buttons.scss +87 -87
  24. package/src/components/card.scss +581 -581
  25. package/src/components/cardHeaderWithOptions.scss +13 -13
  26. package/src/components/changeLanguage.scss +3 -3
  27. package/src/components/charts.scss +185 -185
  28. package/src/components/checkbox.scss +83 -83
  29. package/src/components/checkpoint.scss +65 -65
  30. package/src/components/citizenInfoLabel.scss +14 -14
  31. package/src/components/custombtn.scss +15 -15
  32. package/src/components/datatable.scss +116 -116
  33. package/src/components/datewrap.scss +21 -21
  34. package/src/components/detailscard.scss +6 -6
  35. package/src/components/detailscontainer.scss +13 -13
  36. package/src/components/filters.scss +97 -97
  37. package/src/components/grey.scss +3 -3
  38. package/src/components/hoc/InboxComposer.scss +115 -115
  39. package/src/components/howItWorks.scss +71 -71
  40. package/src/components/imageviewer.scss +33 -33
  41. package/src/components/info-banner.scss +35 -35
  42. package/src/components/inputotp.scss +15 -15
  43. package/src/components/keynote.scss +29 -29
  44. package/src/components/languageSelector.scss +24 -24
  45. package/src/components/loader.scss +96 -96
  46. package/src/components/map.scss +36 -36
  47. package/src/components/metricsTable.scss +26 -26
  48. package/src/components/multiLink.scss +87 -87
  49. package/src/components/multiSelectDropdown.scss +88 -88
  50. package/src/components/navbar.scss +338 -338
  51. package/src/components/newFooter.scss +75 -75
  52. package/src/components/plusMinus.scss +15 -15
  53. package/src/components/popup.scss +15 -15
  54. package/src/components/radiobtn.scss +44 -44
  55. package/src/components/ratingstar.scss +33 -33
  56. package/src/components/roundedLabel.scss +10 -10
  57. package/src/components/searchAction.scss +27 -27
  58. package/src/components/sectionalDropdown.scss +43 -43
  59. package/src/components/selectdropdown.scss +276 -276
  60. package/src/components/staticDynamicMessages.scss +110 -110
  61. package/src/components/staticSideBar.scss +27 -27
  62. package/src/components/statushighlight.scss +17 -17
  63. package/src/components/submiterrors.scss +11 -11
  64. package/src/components/summary.scss +28 -28
  65. package/src/components/table.scss +362 -362
  66. package/src/components/tag.scss +27 -27
  67. package/src/components/telephone.scss +17 -17
  68. package/src/components/textfields.scss +119 -119
  69. package/src/components/toast.scss +31 -31
  70. package/src/components/toggleSwitch.scss +40 -40
  71. package/src/components/topbar.scss +217 -217
  72. package/src/components/uploadcomponents.scss +113 -113
  73. package/src/index.scss +1029 -1028
  74. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  75. package/src/pages/citizen/CitizenLogin.scss +50 -50
  76. package/src/pages/citizen/DocumentList.scss +448 -448
  77. package/src/pages/citizen/Events.scss +46 -46
  78. package/src/pages/citizen/HomePageWrapper.scss +214 -214
  79. package/src/pages/citizen/InboxCard.scss +327 -327
  80. package/src/pages/citizen/SurveyList.scss +21 -21
  81. package/src/pages/citizen/citizenDocument.scss +25 -25
  82. package/src/pages/citizen/citizenNewLogin.scss +357 -357
  83. package/src/pages/citizen/container.scss +32 -32
  84. package/src/pages/citizen/loaderMessage.scss +295 -295
  85. package/src/pages/citizen/payment/payment-type.scss +2 -2
  86. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  87. package/src/pages/common/form.scss +25 -25
  88. package/src/pages/common/newApplicationTimeline.scss +203 -0
  89. package/src/pages/common/pgrUICssfix.scss +105 -105
  90. package/src/pages/common/requiredField.scss +2 -2
  91. package/src/pages/common/sanctionFeeTable.scss +91 -91
  92. package/src/pages/common/searchIcon.scss +12 -12
  93. package/src/pages/common/stepForm.scss +40 -40
  94. package/src/pages/employee/EmployeeLogin.scss +6 -6
  95. package/src/pages/employee/cardfix.scss +13 -13
  96. package/src/pages/employee/container.scss +73 -73
  97. package/src/pages/employee/dashboard.scss +203 -203
  98. package/src/pages/employee/disconnection.scss +425 -425
  99. package/src/pages/employee/dss.scss +251 -251
  100. package/src/pages/employee/faq.scss +353 -353
  101. package/src/pages/employee/footer.scss +68 -68
  102. package/src/pages/employee/form-fields.scss +13 -13
  103. package/src/pages/employee/header.scss +262 -262
  104. package/src/pages/employee/iframe.scss +65 -65
  105. package/src/pages/employee/inbox.scss +744 -744
  106. package/src/pages/employee/index.scss +677 -677
  107. package/src/pages/employee/landing.scss +324 -324
  108. package/src/pages/employee/login.scss +253 -253
  109. package/src/pages/employee/oldMobileInbox.scss +4 -4
  110. package/src/pages/employee/popupmodule.scss +47 -47
  111. package/src/pages/employee/response.scss +2 -2
  112. package/src/pages/employee/scroll-table.scss +113 -113
  113. package/src/pages/employee/surveys.scss +469 -469
  114. package/src/pages/employee/tooltip.scss +35 -35
  115. package/src/pages/employee/updateNumber.scss +12 -12
  116. package/src/pages/swach/index.scss +172 -172
  117. package/src/pages/ws/index.scss +104 -104
  118. package/svg/camera.svg +4 -4
  119. package/svg/check.svg +3 -3
  120. package/svg/close.svg +4 -4
  121. package/svg/error.svg +3 -3
  122. package/svg/error2.svg +5 -5
  123. package/svg/searchicon.svg +3 -3
  124. package/svg/starempty.svg +3 -3
  125. package/svg/starfilled.svg +4 -4
  126. package/svg/success.svg +3 -3
@@ -1,338 +1,338 @@
1
- .navbar {
2
- @apply bg-secondary w-full;
3
- position: fixed;
4
- z-index: 9999;
5
- color: #000;
6
- box-shadow: 0 1px 4px #b1b4b6;
7
- img {
8
- display: inline-block;
9
- min-width: 78px;
10
- height: 24px;
11
- }
12
- .nav {
13
- display: flex;
14
- justify-content: space-between;
15
- }
16
- .nav-wrapper {
17
- display: flex;
18
- @media (min-width: 780px) {
19
- .hamburger-span {
20
- display: none;
21
- }
22
- }
23
- }
24
-
25
- h3 {
26
- @apply inline-block border-l border-solid border-white pl-sm ml-sm;
27
- }
28
- }
29
-
30
- .img-circle {
31
- border-radius: 50%;
32
- }
33
-
34
- .profile-section {
35
- height: auto;
36
- display: flex;
37
- flex-direction: column;
38
- align-items: center;
39
- padding-top: 30px;
40
- border-radius: 8px;
41
- margin: 0.2rem;
42
-
43
- img {
44
- width: 89px;
45
- height: 88px;
46
- margin: 0px auto 16px;
47
- }
48
-
49
- .label-container {
50
- .label-text {
51
- color: #EEE;
52
- }
53
- &.name-Profile {
54
- .label-text {
55
- letter-spacing: 0.6px;
56
- font-weight: 700;
57
- font-size: 18px;
58
- color: #FFF;
59
- }
60
- }
61
- }
62
- .profile-divider {
63
- /* border-top: 1px solid #d6d5d4; */
64
- margin-left: 20px;
65
- margin-right: 20px;
66
- width: 90%;
67
- margin-top: 1rem;
68
- }
69
- }
70
-
71
- .drawer-list {
72
- @apply pt-md;
73
- position: relative;
74
- min-height: 1px;
75
- overflow: auto;
76
- .menu-item {
77
- border: 10px;
78
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
79
- cursor: pointer;
80
- text-decoration: none;
81
- margin: 0px;
82
- outline: none;
83
- font-size: 16px;
84
- position: relative;
85
- color: rgb(95, 92, 98);
86
- transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
87
- min-height: 48px;
88
- white-space: initial;
89
- background: none;
90
- .icon {
91
- display: block;
92
- color: rgb(117, 117, 117);
93
- fill: rgb(117, 117, 117);
94
- height: 21px;
95
- width: 21px;
96
- float: left;
97
- }
98
- .edit-btn-ico{
99
- height: 17px;
100
- width: 17px;
101
- margin-top: 16px;
102
- }
103
- .icon + .menu-label {
104
- margin-left: 36px;
105
- text-overflow: ellipsis;
106
- white-space: nowrap;
107
- }
108
- }
109
- .sidebar-list {
110
-
111
- &.active {
112
- border-left: 5px solid #a82227;
113
- .menu-label {
114
- color: #a82227;
115
- }
116
- .icon {
117
- fill: #a82227;
118
- }
119
- }
120
-
121
- .submenu-container {
122
- cursor: pointer;
123
- display: flex;
124
- flex-direction: column;
125
- .sidebar-link {
126
- display: flex;
127
- justify-content: space-between;
128
- align-items: center;
129
- svg {
130
- width: 21px;
131
- height: 21px;
132
- color: rgb(117, 117, 117);
133
- fill: rgb(117, 117, 117);
134
- }
135
- }
136
- .actions {
137
- display: flex;
138
- align-items: center;
139
- overflow: hidden !important;
140
-
141
- span {
142
- margin-left: 13px;
143
- line-height: 48px;
144
- white-space: nowrap;
145
- color: #5f5c62;
146
- overflow: hidden;
147
- text-overflow: ellipsis;
148
- }
149
- input {
150
- border: none;
151
- outline: none;
152
- margin-left: 16px;
153
- padding: 0.5em;
154
- color: #5f5c62;
155
- }
156
- }
157
- }
158
- }
159
-
160
- .dropdown-link {
161
- .actions {
162
- display: flex;
163
- padding: 1em;
164
- svg {
165
- width: 21px;
166
- height: 21px;
167
- color: rgb(117, 117, 117);
168
- fill: rgb(117, 117, 117);
169
- }
170
- span {
171
- color: #5f5c62;
172
- }
173
- }
174
- }
175
- }
176
-
177
- .drawer-desktop {
178
- .menu-item {
179
- border: 10px;
180
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
181
- cursor: pointer;
182
- text-decoration: none;
183
- margin: 0px;
184
- outline: none;
185
- font-size: 16px;
186
- position: relative;
187
- color: #61646B;
188
- font-weight: 500;
189
- line-height: 48px;
190
- transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
191
- min-height: 48px;
192
- white-space: initial;
193
- background: none;
194
- .icon {
195
- display: block;
196
- color: #61646B;
197
- fill: #61646B;
198
- height: 21px !important;
199
- width: 21px !important;
200
- float: left;
201
- margin-top: 12px;
202
- }
203
- .edit-btn-ico {
204
- height: 17px;
205
- width: 17px;
206
- margin-top: 16px;
207
- }
208
- .icon + .menu-label {
209
- margin-left: 36px;
210
- overflow: hidden;
211
- text-overflow: ellipsis;
212
- white-space: nowrap;
213
- }
214
- }
215
- @media (min-width: 780px) {
216
- .sidebar-list {
217
- padding-right: 16px;
218
- padding-left: 16px;
219
- &.active {
220
- border-left: 10px solid #0D43A7;
221
- padding-left: 11px;
222
- background-color: #F2FAFF;
223
- .menu-label {
224
- color: #0D43A7;
225
- }
226
- .icon {
227
- fill: #0D43A7;
228
- }
229
- }
230
-
231
- .submenu-container {
232
- cursor: pointer;
233
- display: flex;
234
- flex-direction: column;
235
- .sidebar-link {
236
- display: flex;
237
- justify-content: space-between;
238
- align-items: center;
239
- svg {
240
- width: 21px;
241
- height: 21px;
242
- color: rgb(117, 117, 117);
243
- fill: rgb(117, 117, 117);
244
- }
245
- .actions {
246
- .tooltip {
247
- margin-left: 16px;
248
- }
249
- }
250
- }
251
- .actions {
252
- display: flex;
253
- align-items: center;
254
- overflow: hidden !important;
255
-
256
- span {
257
- margin-left: 13px;
258
- line-height: 48px;
259
- white-space: nowrap;
260
- color: #5f5c62;
261
- overflow: hidden;
262
- text-overflow: ellipsis;
263
- }
264
- }
265
- }
266
- }
267
-
268
- .dropdown-link {
269
- .actions {
270
- display: flex;
271
- padding: 1em;
272
- svg {
273
- width: 21px;
274
- height: 21px;
275
- color: rgb(117, 117, 117);
276
- fill: rgb(117, 117, 117);
277
- }
278
- span {
279
- color: #5f5c62;
280
- }
281
- }
282
- }
283
- }
284
- }
285
-
286
- /* .navbar-header{
287
- @apply text-navbarheader float-left px-sm
288
- }
289
-
290
- .navbar-subheader{
291
- @apply font-light px-sm border-solid border-l border-white border-opacity-100
292
- }*/
293
-
294
- .side-bar-footer {
295
- width: 200px;
296
- margin-left: 50px;
297
- margin-top: 24px;
298
- margin-bottom: 16px;
299
- position: relative;
300
- }
301
-
302
- .digit-footer {
303
- @apply flex h-4 mb-sm;
304
- img {
305
- @apply mr-sm;
306
- }
307
- }
308
-
309
- .upyog-logo{
310
- display: block;
311
- }
312
- @media (max-width: 780px) {
313
- .upyog-logo{
314
- display: none !important;
315
- }
316
- }
317
- .right-wrapper_navbar{
318
- display: flex;
319
- flex-direction: row;
320
- width: 50%;
321
- align-items: center;
322
- justify-content: flex-end;
323
- padding: auto 1.5rem;
324
- }
325
-
326
- .left-wrapper_navbar{
327
- display: flex;
328
- flex-direction: row;
329
- width: 50%;
330
- align-items: center;
331
- justify-content: flex-start;
332
- padding: auto 1.5rem;
333
- }
334
- .center-container_navbar{
335
- display: flex;
336
- flex-direction: row;
337
- width: 100%;
338
- }
1
+ .navbar {
2
+ @apply bg-secondary w-full;
3
+ position: fixed;
4
+ z-index: 9999;
5
+ color: #000;
6
+ box-shadow: 0 1px 4px #b1b4b6;
7
+ img {
8
+ display: inline-block;
9
+ min-width: 78px;
10
+ height: 24px;
11
+ }
12
+ .nav {
13
+ display: flex;
14
+ justify-content: space-between;
15
+ }
16
+ .nav-wrapper {
17
+ display: flex;
18
+ @media (min-width: 780px) {
19
+ .hamburger-span {
20
+ display: none;
21
+ }
22
+ }
23
+ }
24
+
25
+ h3 {
26
+ @apply inline-block border-l border-solid border-white pl-sm ml-sm;
27
+ }
28
+ }
29
+
30
+ .img-circle {
31
+ border-radius: 50%;
32
+ }
33
+
34
+ .profile-section {
35
+ height: auto;
36
+ display: flex;
37
+ flex-direction: column;
38
+ align-items: center;
39
+ padding-top: 30px;
40
+ border-radius: 8px;
41
+ margin: 0.2rem;
42
+
43
+ img {
44
+ width: 89px;
45
+ height: 88px;
46
+ margin: 0px auto 16px;
47
+ }
48
+
49
+ .label-container {
50
+ .label-text {
51
+ color: #EEE;
52
+ }
53
+ &.name-Profile {
54
+ .label-text {
55
+ letter-spacing: 0.6px;
56
+ font-weight: 700;
57
+ font-size: 18px;
58
+ color: #FFF;
59
+ }
60
+ }
61
+ }
62
+ .profile-divider {
63
+ /* border-top: 1px solid #d6d5d4; */
64
+ margin-left: 20px;
65
+ margin-right: 20px;
66
+ width: 90%;
67
+ margin-top: 1rem;
68
+ }
69
+ }
70
+
71
+ .drawer-list {
72
+ @apply pt-md;
73
+ position: relative;
74
+ min-height: 1px;
75
+ overflow: auto;
76
+ .menu-item {
77
+ border: 10px;
78
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
79
+ cursor: pointer;
80
+ text-decoration: none;
81
+ margin: 0px;
82
+ outline: none;
83
+ font-size: 16px;
84
+ position: relative;
85
+ color: rgb(95, 92, 98);
86
+ transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
87
+ min-height: 48px;
88
+ white-space: initial;
89
+ background: none;
90
+ .icon {
91
+ display: block;
92
+ color: rgb(117, 117, 117);
93
+ fill: rgb(117, 117, 117);
94
+ height: 21px;
95
+ width: 21px;
96
+ float: left;
97
+ }
98
+ .edit-btn-ico{
99
+ height: 17px;
100
+ width: 17px;
101
+ margin-top: 16px;
102
+ }
103
+ .icon + .menu-label {
104
+ margin-left: 36px;
105
+ text-overflow: ellipsis;
106
+ white-space: nowrap;
107
+ }
108
+ }
109
+ .sidebar-list {
110
+
111
+ &.active {
112
+ border-left: 5px solid #a82227;
113
+ .menu-label {
114
+ color: #a82227;
115
+ }
116
+ .icon {
117
+ fill: #a82227;
118
+ }
119
+ }
120
+
121
+ .submenu-container {
122
+ cursor: pointer;
123
+ display: flex;
124
+ flex-direction: column;
125
+ .sidebar-link {
126
+ display: flex;
127
+ justify-content: space-between;
128
+ align-items: center;
129
+ svg {
130
+ width: 21px;
131
+ height: 21px;
132
+ color: rgb(117, 117, 117);
133
+ fill: rgb(117, 117, 117);
134
+ }
135
+ }
136
+ .actions {
137
+ display: flex;
138
+ align-items: center;
139
+ overflow: hidden !important;
140
+
141
+ span {
142
+ margin-left: 13px;
143
+ line-height: 48px;
144
+ white-space: nowrap;
145
+ color: #5f5c62;
146
+ overflow: hidden;
147
+ text-overflow: ellipsis;
148
+ }
149
+ input {
150
+ border: none;
151
+ outline: none;
152
+ margin-left: 16px;
153
+ padding: 0.5em;
154
+ color: #5f5c62;
155
+ }
156
+ }
157
+ }
158
+ }
159
+
160
+ .dropdown-link {
161
+ .actions {
162
+ display: flex;
163
+ padding: 1em;
164
+ svg {
165
+ width: 21px;
166
+ height: 21px;
167
+ color: rgb(117, 117, 117);
168
+ fill: rgb(117, 117, 117);
169
+ }
170
+ span {
171
+ color: #5f5c62;
172
+ }
173
+ }
174
+ }
175
+ }
176
+
177
+ .drawer-desktop {
178
+ .menu-item {
179
+ border: 10px;
180
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
181
+ cursor: pointer;
182
+ text-decoration: none;
183
+ margin: 0px;
184
+ outline: none;
185
+ font-size: 16px;
186
+ position: relative;
187
+ color: #61646B;
188
+ font-weight: 500;
189
+ line-height: 48px;
190
+ transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
191
+ min-height: 48px;
192
+ white-space: initial;
193
+ background: none;
194
+ .icon {
195
+ display: block;
196
+ color: #61646B;
197
+ fill: #61646B;
198
+ height: 21px !important;
199
+ width: 21px !important;
200
+ float: left;
201
+ margin-top: 12px;
202
+ }
203
+ .edit-btn-ico {
204
+ height: 17px;
205
+ width: 17px;
206
+ margin-top: 16px;
207
+ }
208
+ .icon + .menu-label {
209
+ margin-left: 36px;
210
+ overflow: hidden;
211
+ text-overflow: ellipsis;
212
+ white-space: nowrap;
213
+ }
214
+ }
215
+ @media (min-width: 780px) {
216
+ .sidebar-list {
217
+ padding-right: 16px;
218
+ padding-left: 16px;
219
+ &.active {
220
+ border-left: 10px solid #0D43A7;
221
+ padding-left: 11px;
222
+ background-color: #F2FAFF;
223
+ .menu-label {
224
+ color: #0D43A7;
225
+ }
226
+ .icon {
227
+ fill: #0D43A7;
228
+ }
229
+ }
230
+
231
+ .submenu-container {
232
+ cursor: pointer;
233
+ display: flex;
234
+ flex-direction: column;
235
+ .sidebar-link {
236
+ display: flex;
237
+ justify-content: space-between;
238
+ align-items: center;
239
+ svg {
240
+ width: 21px;
241
+ height: 21px;
242
+ color: rgb(117, 117, 117);
243
+ fill: rgb(117, 117, 117);
244
+ }
245
+ .actions {
246
+ .tooltip {
247
+ margin-left: 16px;
248
+ }
249
+ }
250
+ }
251
+ .actions {
252
+ display: flex;
253
+ align-items: center;
254
+ overflow: hidden !important;
255
+
256
+ span {
257
+ margin-left: 13px;
258
+ line-height: 48px;
259
+ white-space: nowrap;
260
+ color: #5f5c62;
261
+ overflow: hidden;
262
+ text-overflow: ellipsis;
263
+ }
264
+ }
265
+ }
266
+ }
267
+
268
+ .dropdown-link {
269
+ .actions {
270
+ display: flex;
271
+ padding: 1em;
272
+ svg {
273
+ width: 21px;
274
+ height: 21px;
275
+ color: rgb(117, 117, 117);
276
+ fill: rgb(117, 117, 117);
277
+ }
278
+ span {
279
+ color: #5f5c62;
280
+ }
281
+ }
282
+ }
283
+ }
284
+ }
285
+
286
+ /* .navbar-header{
287
+ @apply text-navbarheader float-left px-sm
288
+ }
289
+
290
+ .navbar-subheader{
291
+ @apply font-light px-sm border-solid border-l border-white border-opacity-100
292
+ }*/
293
+
294
+ .side-bar-footer {
295
+ width: 200px;
296
+ margin-left: 50px;
297
+ margin-top: 24px;
298
+ margin-bottom: 16px;
299
+ position: relative;
300
+ }
301
+
302
+ .digit-footer {
303
+ @apply flex h-4 mb-sm;
304
+ img {
305
+ @apply mr-sm;
306
+ }
307
+ }
308
+
309
+ .upyog-logo{
310
+ display: block;
311
+ }
312
+ @media (max-width: 780px) {
313
+ .upyog-logo{
314
+ display: none !important;
315
+ }
316
+ }
317
+ .right-wrapper_navbar{
318
+ display: flex;
319
+ flex-direction: row;
320
+ width: 50%;
321
+ align-items: center;
322
+ justify-content: flex-end;
323
+ padding: auto 1.5rem;
324
+ }
325
+
326
+ .left-wrapper_navbar{
327
+ display: flex;
328
+ flex-direction: row;
329
+ width: 50%;
330
+ align-items: center;
331
+ justify-content: flex-start;
332
+ padding: auto 1.5rem;
333
+ }
334
+ .center-container_navbar{
335
+ display: flex;
336
+ flex-direction: row;
337
+ width: 100%;
338
+ }