@pmidc/upyog-css 1.1.3 → 1.1.5

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