@pmidc/upyog-css 1.1.0 → 1.1.2

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 (125) hide show
  1. package/dist/index.css +6464 -8264
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +110 -530
  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 +68 -96
  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 -157
  22. package/src/components/buttons.scss +50 -57
  23. package/src/components/card.scss +436 -588
  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 -29
  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 -88
  49. package/src/components/navbar.scss +345 -338
  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 -27
  56. package/src/components/sectionalDropdown.scss +43 -43
  57. package/src/components/selectdropdown.scss +205 -276
  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 -362
  64. package/src/components/tag.scss +27 -27
  65. package/src/components/telephone.scss +17 -17
  66. package/src/components/textfields.scss +111 -119
  67. package/src/components/toast.scss +31 -31
  68. package/src/components/toggleSwitch.scss +40 -40
  69. package/src/components/topbar.scss +147 -217
  70. package/src/components/uploadcomponents.scss +113 -113
  71. package/src/index.scss +969 -975
  72. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  73. package/src/pages/citizen/DocumentList.scss +305 -384
  74. package/src/pages/citizen/Events.scss +46 -46
  75. package/src/pages/citizen/HomePageWrapper.scss +165 -214
  76. package/src/pages/citizen/SurveyList.scss +21 -21
  77. package/src/pages/citizen/citizenDocument.scss +21 -25
  78. package/src/pages/citizen/citizenNewLogin.scss +193 -357
  79. package/src/pages/citizen/container.scss +22 -32
  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 -251
  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 -674
  101. package/src/pages/employee/landing.scss +324 -324
  102. package/src/pages/employee/login.scss +595 -253
  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
  121. package/src/components/NewAccordianCitizen.scss +0 -130
  122. package/src/components/newFooter.scss +0 -75
  123. package/src/pages/citizen/CitizenLogin.scss +0 -50
  124. package/src/pages/citizen/InboxCard.scss +0 -327
  125. package/src/pages/employee/header.scss +0 -262
@@ -1,338 +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
- 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
+ /* 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
+ }