@nyris/nyris-webapp 0.2.6 → 0.3.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 (199) hide show
  1. package/build/asset-manifest.json +32 -18
  2. package/build/index.html +1 -1
  3. package/build/js/test.js +62 -0
  4. package/build/{precache-manifest.aa7c9d32340f77d86c9a3347b54ba2a5.js → precache-manifest.3e7aa489925304848e8f04e3015d8567.js} +89 -13
  5. package/build/service-worker.js +1 -1
  6. package/build/static/css/2.8285176a.chunk.css +2 -0
  7. package/build/static/css/2.8285176a.chunk.css.map +1 -0
  8. package/build/static/css/main.b731b101.chunk.css +2 -0
  9. package/build/static/css/main.b731b101.chunk.css.map +1 -0
  10. package/build/static/js/2.8297cb74.chunk.js +3 -0
  11. package/build/static/js/2.8297cb74.chunk.js.LICENSE.txt +133 -0
  12. package/build/static/js/2.8297cb74.chunk.js.map +1 -0
  13. package/build/static/js/main.05909665.chunk.js +2 -0
  14. package/build/static/js/main.05909665.chunk.js.map +1 -0
  15. package/build/static/js/{runtime-main.f5553a9b.js → runtime-main.b418ff16.js} +1 -1
  16. package/build/static/js/{runtime-main.f5553a9b.js.map → runtime-main.b418ff16.js.map} +1 -1
  17. package/build/static/media/Fill.37094b44.svg +3 -0
  18. package/build/static/media/Montserrat-Bold.5a052e98.otf +0 -0
  19. package/build/static/media/Montserrat-Light.21789e89.otf +0 -0
  20. package/build/static/media/Montserrat-Medium.a53e0373.otf +0 -0
  21. package/build/static/media/Montserrat-Regular.71cdc681.otf +0 -0
  22. package/build/static/media/Montserrat-SemiBold.f613d915.otf +0 -0
  23. package/build/static/media/Rectangle.4dd8b747.png +0 -0
  24. package/build/static/media/admin.9529c7f6.svg +3 -0
  25. package/build/static/media/bg-support-page.6ac55268.svg +9 -0
  26. package/build/static/media/book_mark.8e294c0b.svg +3 -0
  27. package/build/static/media/icon_dislike.94607ca6.svg +3 -0
  28. package/build/static/media/icon_like.a4fb1b18.svg +3 -0
  29. package/build/static/media/icon_modal_image.3068d0ea.svg +21 -0
  30. package/build/static/media/icon_search_image.c2c728c0.svg +3 -0
  31. package/build/static/media/nyris_logo.22d8f250.svg +3 -0
  32. package/build/static/media/reload_icon.4b579a74.svg +3 -0
  33. package/build/static/media/save_search.bebaeebf.svg +3 -0
  34. package/build/static/media/support.289c3a3c.svg +3 -0
  35. package/build/static/media/translate_icon.f0492297.svg +3 -0
  36. package/package.json +30 -6
  37. package/public/js/test.js +62 -0
  38. package/src/App.css +27 -11
  39. package/src/App.tsx +19 -235
  40. package/src/Router.tsx +97 -0
  41. package/src/Store/Auth.ts +44 -0
  42. package/src/Store/Nyris.ts +77 -0
  43. package/src/Store/Search.ts +269 -0
  44. package/src/Store/Store.ts +46 -0
  45. package/src/Store/common.d.ts +10 -0
  46. package/src/{epics → Store/epics}/feedback.ts +0 -0
  47. package/src/{epics → Store/epics}/types.ts +1 -1
  48. package/src/common/assets/fonts/Montserrat_OTF/Montserrat-Bold.otf +0 -0
  49. package/src/common/assets/fonts/Montserrat_OTF/Montserrat-Light.otf +0 -0
  50. package/src/common/assets/fonts/Montserrat_OTF/Montserrat-Medium.otf +0 -0
  51. package/src/common/assets/fonts/Montserrat_OTF/Montserrat-Regular.otf +0 -0
  52. package/src/common/assets/fonts/Montserrat_OTF/Montserrat-SemiBold.otf +0 -0
  53. package/src/{fonts → common/assets/fonts}/roboto-bold-webfont.woff +0 -0
  54. package/src/{fonts → common/assets/fonts}/roboto-bold-webfont.woff2 +0 -0
  55. package/src/{fonts → common/assets/fonts}/roboto-italic-webfont.woff +0 -0
  56. package/src/{fonts → common/assets/fonts}/roboto-italic-webfont.woff2 +0 -0
  57. package/src/{fonts → common/assets/fonts}/roboto-regular-webfont.woff +0 -0
  58. package/src/{fonts → common/assets/fonts}/roboto-regular-webfont.woff2 +0 -0
  59. package/src/{fonts → common/assets/fonts}/robotocondensed-bold-webfont.woff +0 -0
  60. package/src/{fonts → common/assets/fonts}/robotocondensed-bold-webfont.woff2 +0 -0
  61. package/src/{fonts → common/assets/fonts}/robotocondensed-bolditalic-webfont.woff +0 -0
  62. package/src/{fonts → common/assets/fonts}/robotocondensed-bolditalic-webfont.woff2 +0 -0
  63. package/src/common/assets/icons/Fill.png +0 -0
  64. package/src/common/assets/icons/Fill.svg +3 -0
  65. package/src/common/assets/icons/Icon_wechat.png +0 -0
  66. package/src/common/assets/icons/Icon_whatsapp.png +0 -0
  67. package/src/common/assets/icons/admin.png +0 -0
  68. package/src/common/assets/icons/admin.svg +3 -0
  69. package/src/common/assets/icons/book_mark.png +0 -0
  70. package/src/common/assets/icons/book_mark.svg +3 -0
  71. package/src/common/assets/icons/icon_barcode.png +0 -0
  72. package/src/common/assets/icons/icon_camera.png +0 -0
  73. package/src/common/assets/icons/icon_dislike.svg +3 -0
  74. package/src/common/assets/icons/icon_disslike.png +0 -0
  75. package/src/common/assets/icons/icon_email.png +0 -0
  76. package/src/common/assets/icons/icon_like.png +0 -0
  77. package/src/common/assets/icons/icon_like.svg +3 -0
  78. package/src/common/assets/icons/icon_modal_image.png +0 -0
  79. package/src/common/assets/icons/icon_modal_image.svg +21 -0
  80. package/src/common/assets/icons/icon_picture.png +0 -0
  81. package/src/common/assets/icons/icon_search_image.png +0 -0
  82. package/src/common/assets/icons/icon_search_image.svg +3 -0
  83. package/src/common/assets/icons/nyris_logo.svg +3 -0
  84. package/src/common/assets/icons/reload_icon.png +0 -0
  85. package/src/common/assets/icons/reload_icon.svg +3 -0
  86. package/src/common/assets/icons/save_search.png +0 -0
  87. package/src/common/assets/icons/save_search.svg +3 -0
  88. package/src/common/assets/icons/setting_search_icon.png +0 -0
  89. package/src/common/assets/icons/support.png +0 -0
  90. package/src/common/assets/icons/support.svg +3 -0
  91. package/src/common/assets/icons/translate_icon.png +0 -0
  92. package/src/common/assets/icons/translate_icon.svg +3 -0
  93. package/src/common/assets/icons/view_off.png +0 -0
  94. package/src/common/assets/images/Rectangle.png +0 -0
  95. package/src/common/assets/images/bg-support-page.svg +9 -0
  96. package/src/{images → common/assets/images}/fav/android-icon-192x192.png +0 -0
  97. package/src/{images → common/assets/images}/fav/apple-icon-114x114.png +0 -0
  98. package/src/{images → common/assets/images}/fav/apple-icon-120x120.png +0 -0
  99. package/src/{images → common/assets/images}/fav/apple-icon-144x144.png +0 -0
  100. package/src/{images → common/assets/images}/fav/apple-icon-152x152.png +0 -0
  101. package/src/{images → common/assets/images}/fav/apple-icon-180x180.png +0 -0
  102. package/src/{images → common/assets/images}/fav/apple-icon-57x57.png +0 -0
  103. package/src/{images → common/assets/images}/fav/apple-icon-60x60.png +0 -0
  104. package/src/{images → common/assets/images}/fav/apple-icon-72x72.png +0 -0
  105. package/src/{images → common/assets/images}/fav/apple-icon-76x76.png +0 -0
  106. package/src/{images → common/assets/images}/fav/browserconfig.xml +0 -0
  107. package/src/{images → common/assets/images}/fav/favicon-16x16.png +0 -0
  108. package/src/{images → common/assets/images}/fav/favicon-32x32.png +0 -0
  109. package/src/{images → common/assets/images}/fav/favicon-96x96.png +0 -0
  110. package/src/{images → common/assets/images}/fav/manifest.json +0 -0
  111. package/src/{images → common/assets/images}/ic_cam.png +0 -0
  112. package/src/{images → common/assets/images}/ic_cam.svg +0 -0
  113. package/src/{images → common/assets/images}/ic_cam_large.png +0 -0
  114. package/src/{images → common/assets/images}/ic_cam_large.svg +0 -0
  115. package/src/{images → common/assets/images}/ic_cam_large_noimage.png +0 -0
  116. package/src/{images → common/assets/images}/ic_close_feedback.png +0 -0
  117. package/src/{images → common/assets/images}/ic_close_feedback.svg +0 -0
  118. package/src/{images → common/assets/images}/ic_shopNow.png +0 -0
  119. package/src/{images → common/assets/images}/ic_shopNow.svg +0 -0
  120. package/src/{images → common/assets/images}/ic_shopNowLight.png +0 -0
  121. package/src/{images → common/assets/images}/ic_shopNowLight.svg +0 -0
  122. package/src/common/assets/images/image_test.png +0 -0
  123. package/src/{images → common/assets/images}/nyris_logo.png +0 -0
  124. package/src/{images → common/assets/images}/rewe.svg +0 -0
  125. package/src/{images → common/assets/images}/sectionTransBack.png +0 -0
  126. package/src/{images → common/assets/images}/sectionTransBack.svg +0 -0
  127. package/src/{images → common/assets/images}/sectionTransTop.png +0 -0
  128. package/src/{images → common/assets/images}/sectionTransTop.svg +0 -0
  129. package/src/components/DetailItem.tsx +175 -0
  130. package/src/components/DragDropFile.tsx +188 -0
  131. package/src/components/ExampleImages.tsx +32 -17
  132. package/src/components/Feedback.tsx +87 -48
  133. package/src/components/FilterComponent.tsx +47 -0
  134. package/src/components/Footer.tsx +29 -0
  135. package/src/components/FooterMD.tsx +54 -0
  136. package/src/components/FooterNewVersion.tsx +12 -0
  137. package/src/components/FooterResult.tsx +47 -0
  138. package/src/components/Header.tsx +35 -0
  139. package/src/components/HeaderMd.tsx +39 -0
  140. package/src/components/HeaderNewVersion.tsx +92 -0
  141. package/src/components/Layout.tsx +46 -0
  142. package/src/components/LoadingScreen/index.tsx +42 -0
  143. package/src/components/Navigation.tsx +34 -0
  144. package/src/components/Panigation/Pagination.tsx +140 -0
  145. package/src/components/Panigation/cx.js +3 -0
  146. package/src/components/Panigation/isModifierClick.js +10 -0
  147. package/src/components/Result.tsx +186 -113
  148. package/src/components/Saved/AllItem.tsx +32 -0
  149. package/src/components/Saved/Category.tsx +16 -0
  150. package/src/components/carousel/DefaultCarousel.tsx +48 -0
  151. package/src/components/common.d.ts +9 -0
  152. package/src/components/common.scss +54 -0
  153. package/src/components/default-select.tsx +45 -0
  154. package/src/components/hitItem/hits.tsx +50 -0
  155. package/src/components/hitItem/infinitiHits.tsx +33 -0
  156. package/src/components/input/inputSearch.tsx +77 -0
  157. package/src/components/modal/DefaultModal.tsx +28 -0
  158. package/src/components/preview/preview.tsx +433 -0
  159. package/src/components/results/ItemResult.tsx +155 -0
  160. package/src/components/search/ListSearch.tsx +209 -0
  161. package/src/defaults.ts +4 -3
  162. package/src/index.css +577 -306
  163. package/src/index.tsx +39 -187
  164. package/src/modules/LandingPage/common.scss +1288 -0
  165. package/src/modules/LandingPage/indexApp.tsx +474 -0
  166. package/src/modules/LandingPage/indexAppMD.tsx +494 -0
  167. package/src/modules/LandingPage/indexNewVersion.tsx +118 -0
  168. package/src/page/Auth/login.tsx +7 -0
  169. package/src/page/Exception/404.tsx +11 -0
  170. package/src/page/History/index.tsx +76 -0
  171. package/src/page/Profile/index.tsx +87 -0
  172. package/src/page/Saved/MockData.ts +223 -0
  173. package/src/page/Saved/index.tsx +166 -0
  174. package/src/page/Support/index.tsx +160 -0
  175. package/src/page/result/MockData.ts +36 -0
  176. package/src/page/result/index.tsx +482 -0
  177. package/src/services/Feedback.ts +65 -0
  178. package/src/services/findByImage.ts +24 -0
  179. package/src/services/findRegionsCustom.ts +212 -0
  180. package/src/services/image.ts +110 -0
  181. package/src/services/nyris.ts +123 -0
  182. package/src/services/session.ts +20 -0
  183. package/src/services/types.ts +96 -0
  184. package/src/types.ts +43 -3
  185. package/tsconfig.json +3 -8
  186. package/build/static/css/2.43a1c8b7.chunk.css +0 -2
  187. package/build/static/css/2.43a1c8b7.chunk.css.map +0 -1
  188. package/build/static/css/main.f6ed5f12.chunk.css +0 -2
  189. package/build/static/css/main.f6ed5f12.chunk.css.map +0 -1
  190. package/build/static/js/2.a591d52a.chunk.js +0 -3
  191. package/build/static/js/2.a591d52a.chunk.js.LICENSE.txt +0 -79
  192. package/build/static/js/2.a591d52a.chunk.js.map +0 -1
  193. package/build/static/js/main.5a3dcfb4.chunk.js +0 -2
  194. package/build/static/js/main.5a3dcfb4.chunk.js.map +0 -1
  195. package/src/AppMD.tsx +0 -320
  196. package/src/actions/nyrisAppActions.ts +0 -76
  197. package/src/actions/searchActions.ts +0 -143
  198. package/src/epics/index.ts +0 -149
  199. package/src/epics/search.ts +0 -114
@@ -0,0 +1,1288 @@
1
+ // TODO: CSS common all repo
2
+ * {
3
+ margin: 0;
4
+ padding: 0;
5
+ font-family: "Montserrat" !important;
6
+ }
7
+ .w-100 {
8
+ width: 100% !important;
9
+ }
10
+ .w-50 {
11
+ width: 50% !important;
12
+ }
13
+ .textarea-ct {
14
+ padding: 5px 10px;
15
+ }
16
+ .bg-dark {
17
+ background-color: #2b2c46 !important;
18
+ }
19
+ .bg-pink2 {
20
+ background-color: #e31b5d !important;
21
+ }
22
+ a {
23
+ text-decoration: none !important;
24
+ &:hover {
25
+ color: #3e36dc !important;
26
+ }
27
+ }
28
+ .text-gray2 {
29
+ color: #55566b !important;
30
+ }
31
+
32
+ .box-gray2 {
33
+ background-color: #e9e9ec;
34
+ }
35
+
36
+ button {
37
+ min-width: auto !important;
38
+ }
39
+ .ml-auto {
40
+ margin-left: auto !important;
41
+ }
42
+ .mr-auto {
43
+ margin-right: auto !important;
44
+ }
45
+ .mt-auto {
46
+ margin-top: auto !important;
47
+ }
48
+ .w-100 {
49
+ width: 100%;
50
+ }
51
+
52
+ .fw-500 {
53
+ font-weight: 500 !important;
54
+ }
55
+ .fw-600 {
56
+ font-weight: 600 !important;
57
+ }
58
+ .fw-700 {
59
+ font-weight: 700 !important;
60
+ }
61
+ .text-dark {
62
+ color: #1e1f31;
63
+ }
64
+ .text-dark2 {
65
+ color: #2b2c46;
66
+ }
67
+ .text-white {
68
+ color: #fff !important;
69
+ }
70
+
71
+ .text-gray {
72
+ color: #55566b;
73
+ }
74
+
75
+ .text-f40 {
76
+ font-size: 40px !important;
77
+ line-height: 37px !important;
78
+ }
79
+
80
+ .text-btn-small {
81
+ font-family: "Montserrat";
82
+ font-weight: 500 !important;
83
+ font-size: 11px !important;
84
+ line-height: 14px !important;
85
+ text-transform: initial !important;
86
+ }
87
+ .bg-pink {
88
+ background-color: #f9d1df !important;
89
+ }
90
+ .text-red {
91
+ color: #e31b5d !important;
92
+ }
93
+
94
+ .text-f8 {
95
+ font-family: "Montserrat" !important;
96
+ font-weight: 500 !important;
97
+ font-size: 11px !important;
98
+ line-height: 14px !important;
99
+ }
100
+
101
+ .text-f9 {
102
+ font-family: "Montserrat";
103
+ font-size: 11px !important;
104
+ line-height: 14px !important;
105
+ }
106
+
107
+ .text-f12 {
108
+ font-size: 12px !important;
109
+ line-height: 16px !important;
110
+ }
111
+ .text-f13 {
112
+ font-size: 13px !important;
113
+ line-height: 16px !important;
114
+ }
115
+
116
+ .text-f40 {
117
+ font-size: 40px !important;
118
+ line-height: 37px !important;
119
+ }
120
+
121
+ .text-f16 {
122
+ font-size: 16px;
123
+ line-height: 17px;
124
+ }
125
+ .max-line-1 {
126
+ word-break: break-word;
127
+ overflow: hidden;
128
+ text-overflow: ellipsis;
129
+ display: -webkit-box;
130
+ max-height: 33px; /* fallback */
131
+ -webkit-line-clamp: 1; /* number of lines to show */
132
+ -webkit-box-orient: vertical;
133
+ }
134
+
135
+ .max-line-3 {
136
+ word-break: break-word;
137
+ overflow: hidden;
138
+ text-overflow: ellipsis;
139
+ display: -webkit-box;
140
+ // max-height: 33px; /* fallback */
141
+ -webkit-line-clamp: 3; /* number of lines to show */
142
+ -webkit-box-orient: vertical;
143
+ min-height: 42px;
144
+ }
145
+
146
+ .btn-ct {
147
+ border-right: 1px solid #e9e9ec;
148
+ font-weight: 500;
149
+ font-size: 11 !important;
150
+ line-height: 14px !important;
151
+ color: #2b2c46 !important;
152
+ font-family: "Montserrat" !important;
153
+ padding: 0 10px;
154
+ &::before,
155
+ &::after {
156
+ border: 0px !important;
157
+ }
158
+ .MuiSelect-select {
159
+ &:focus {
160
+ background-color: initial;
161
+ }
162
+ }
163
+ }
164
+ .box-wrap-loading {
165
+ position: absolute;
166
+ background: #00000075;
167
+ left: 0;
168
+ width: 100%;
169
+ height: 100%;
170
+ z-index: 100;
171
+ top: 0;
172
+ }
173
+
174
+ .loadingSpinCT {
175
+ position: absolute;
176
+ width: 104px;
177
+ height: 104px;
178
+ top: calc(-104px / 2);
179
+ // background: #fff;
180
+ border-radius: 100%;
181
+ z-index: 111;
182
+ left: 0;
183
+ right: 0;
184
+ margin: auto;
185
+ &::after {
186
+ content: "loading";
187
+ position: absolute;
188
+ top: 0;
189
+ margin: auto;
190
+ bottom: 0;
191
+ width: 87%;
192
+ height: 87%;
193
+ display: flex;
194
+ justify-content: center;
195
+ align-items: center;
196
+ z-index: 112;
197
+ font-size: 14px !important;
198
+ line-height: 38px;
199
+ font-weight: 500;
200
+ color: #fff;
201
+ background: rgba(43, 44, 70, 1);
202
+ margin: auto;
203
+ left: 0;
204
+ right: 0;
205
+ bottom: 0;
206
+ border-radius: 100%;
207
+ }
208
+ &::before {
209
+ content: "";
210
+ }
211
+ .box-content-spin {
212
+ width: 104px;
213
+ height: 104px;
214
+ position: absolute;
215
+ border-radius: 100%;
216
+ animation: spin 2s linear infinite;
217
+ &:before {
218
+ content: "";
219
+ position: absolute;
220
+ top: 0;
221
+ right: 0;
222
+ bottom: 0;
223
+ left: 0;
224
+ z-index: 0;
225
+ border-radius: 100%;
226
+ // background: linear-gradient(
227
+ // 180deg,
228
+ // #3e36dc 0%,
229
+ // #e31b5d 44.27%,
230
+ // rgba(255, 255, 255, 0) 100%
231
+ // );
232
+ background: conic-gradient(
233
+ from 90deg at 50.46% 50.46%,
234
+ #322bb0 -30.73deg,
235
+ #3e36dc 111.58deg,
236
+ #00ff94 212.7deg,
237
+ #322bb0 329.27deg,
238
+ #3e36dc 471.58deg
239
+ );
240
+ box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
241
+ }
242
+ @-webkit-keyframes spin {
243
+ 0% {
244
+ -webkit-transform: rotate(0deg);
245
+ }
246
+ 100% {
247
+ -webkit-transform: rotate(360deg);
248
+ }
249
+ }
250
+
251
+ @keyframes spin {
252
+ 0% {
253
+ transform: rotate(0deg);
254
+ }
255
+ 100% {
256
+ transform: rotate(360deg);
257
+ }
258
+ }
259
+ }
260
+ }
261
+
262
+ .box-modal-default {
263
+ height: 80%;
264
+ width: 40%;
265
+ min-height: 468px;
266
+ min-width: 330px;
267
+ display: flex;
268
+ flex-direction: column;
269
+ // justify-content: space-between;
270
+ background-color: #fff;
271
+ position: relative;
272
+ &.box-modal-share {
273
+ min-height: 192px;
274
+ width: 186px;
275
+ box-shadow: 0px 0px 13px rgba(30, 31, 49, 0.3);
276
+ border-radius: 5px;
277
+ .box-content-box-share {
278
+ padding: 0px 10px 10px 10px;
279
+ .box-input {
280
+ display: flex;
281
+ padding: 5px 10px;
282
+ box-shadow: initial;
283
+ background-color: #f3f3f5;
284
+ input {
285
+ color: #55566b !important;
286
+ }
287
+ }
288
+ .box-media-share {
289
+ button {
290
+ width: 100%;
291
+ padding: 0;
292
+ .MuiButton-label {
293
+ justify-content: flex-start !important;
294
+ }
295
+ }
296
+ p {
297
+ text-transform: initial;
298
+ }
299
+ }
300
+ }
301
+ }
302
+ .icon-ct {
303
+ font-size: 11px;
304
+ }
305
+
306
+ .btn-carousel-left {
307
+ position: absolute;
308
+ top: 0;
309
+ left: -10px;
310
+ bottom: 0;
311
+ margin: auto;
312
+ z-index: 11;
313
+
314
+ &:hover {
315
+ background-color: initial !important;
316
+ }
317
+ }
318
+
319
+ .btn-carousel-right {
320
+ position: absolute;
321
+ top: 0;
322
+ right: -10px;
323
+ bottom: 0;
324
+ margin: auto;
325
+ z-index: 11;
326
+ &:hover {
327
+ background-color: initial !important;
328
+ }
329
+ }
330
+
331
+ .box-carosel {
332
+ height: 60%;
333
+ padding: 0px 14px;
334
+ min-height: 330px;
335
+ position: relative;
336
+ .carousel-root {
337
+ height: 100%;
338
+ .carousel-slider {
339
+ height: 100%;
340
+ }
341
+ }
342
+ .slider-wrapper{
343
+ height: 100%;
344
+ .slider{
345
+ height: 100%;
346
+ }
347
+ }
348
+ .icon-style {
349
+ border-radius: 100%;
350
+ position: absolute;
351
+ bottom: 16px;
352
+ left: 16px;
353
+ button {
354
+ padding: 0;
355
+ }
356
+ img {
357
+ width: 32px !important;
358
+ height: 32px;
359
+ padding: 0;
360
+ }
361
+ }
362
+ img {
363
+ width: fit-content !important;
364
+ // height: 330px;
365
+ // padding-bottom: 20px;
366
+ // max-width: 310px;
367
+ }
368
+ // overflow: hidden;
369
+ .control-dots {
370
+ margin: 0px;
371
+ li.dot {
372
+ box-shadow: none !important;
373
+ width: 5px;
374
+ height: 5px;
375
+ padding: 0;
376
+ background: #aaabb5;
377
+ &.active {
378
+ background: #55566b;
379
+ }
380
+ }
381
+ }
382
+ }
383
+
384
+ .box-content {
385
+ background-color: #fafafa;
386
+ padding: 16px;
387
+ min-height: 138px;
388
+ margin-top: auto;
389
+ height: 40%;
390
+ .MuiIconButton-label {
391
+ width: 100% !important;
392
+ }
393
+ .box-bottom {
394
+ margin-top: auto;
395
+ .btn-item {
396
+ width: fit-content !important;
397
+ min-width: auto !important;
398
+ img {
399
+ width: 20px;
400
+ }
401
+ padding: 0 5px;
402
+ &:first-child {
403
+ padding-left: 0;
404
+ }
405
+ &:last-child {
406
+ padding-right: 0;
407
+ }
408
+ }
409
+ }
410
+ .box-gray {
411
+ background: linear-gradient(180deg, #aaabb5 0%, #55566b 100%);
412
+ &.box-support {
413
+ width: 21px;
414
+ height: 21px;
415
+ border-radius: 100%;
416
+ }
417
+ img {
418
+ width: 10px;
419
+ height: 10px;
420
+ }
421
+ }
422
+ }
423
+
424
+ .box-btn-next-item {
425
+ position: absolute;
426
+ top: 0;
427
+ bottom: 0;
428
+ width: 140%;
429
+ margin: auto;
430
+ height: 36px;
431
+ left: -20%;
432
+ z-index: 22;
433
+ .icon-left,
434
+ .icon-right {
435
+ border-radius: 100%;
436
+ width: 32px;
437
+ height: 32px;
438
+ background: linear-gradient(0deg, #cc1854 0%, #e31b5d 100%);
439
+ .style-icon {
440
+ font-size: 11px;
441
+ color: #fff;
442
+ }
443
+ }
444
+ }
445
+ }
446
+
447
+ .wrap-main-item-result {
448
+ .box-top {
449
+ position: relative;
450
+ .box-icon-modal {
451
+ bottom: 10px;
452
+ left: 10px;
453
+ position: absolute;
454
+ border-radius: 100%;
455
+ filter: drop-shadow(0px 0px 2.66667px rgba(85, 86, 107, 0.502974));
456
+ display: block;
457
+ overflow: hidden;
458
+ z-index: 11;
459
+ button {
460
+ padding: 0px;
461
+ }
462
+ }
463
+ .box-image {
464
+ text-align: center;
465
+ background-color: #fff;
466
+ height: 159px;
467
+ z-index: 10;
468
+ position: relative;
469
+ .img-style {
470
+ // width: 160px !important;
471
+ height: 153px !important;
472
+ }
473
+ &:hover .box-hover {
474
+ display: flex;
475
+ }
476
+ .box-hover {
477
+ position: absolute;
478
+ top: 0;
479
+ right: 0;
480
+ z-index: 10;
481
+ background: #56576cb3;
482
+ width: 100%;
483
+ height: 100%;
484
+ display: none;
485
+ justify-content: center;
486
+ align-items: center;
487
+ button {
488
+ font-size: 11px;
489
+ font-weight: 600;
490
+ line-height: 14px;
491
+ color: #fafafa;
492
+ text-transform: initial;
493
+ }
494
+ }
495
+ }
496
+ }
497
+
498
+ .box-content {
499
+ background-color: #e9e9ec;
500
+ padding: 8px 12px;
501
+ min-height: 82px;
502
+ justify-content: space-between;
503
+ .box-top {
504
+ .btn-item {
505
+ width: fit-content !important;
506
+ min-width: auto !important;
507
+ padding: 0 5px;
508
+ &:first-child {
509
+ padding-left: 0;
510
+ }
511
+ &:last-child {
512
+ padding-right: 0;
513
+ }
514
+ }
515
+ }
516
+ .box-bottom {
517
+ .btn-item {
518
+ width: fit-content !important;
519
+ min-width: auto !important;
520
+ padding: 0 5px;
521
+ &:first-child {
522
+ padding-left: 0;
523
+ }
524
+ &:last-child {
525
+ padding-right: 0;
526
+ }
527
+ }
528
+ }
529
+ .box-gray {
530
+ background: linear-gradient(180deg, #aaabb5 0%, #55566b 100%);
531
+ &.box-support {
532
+ width: 21px;
533
+ height: 21px;
534
+ border-radius: 100%;
535
+ }
536
+ img {
537
+ width: 10px;
538
+ height: 10px;
539
+ }
540
+ }
541
+ }
542
+ }
543
+
544
+ .box-content-main {
545
+ position: relative;
546
+ &.loading {
547
+ &::before {
548
+ content: "";
549
+ position: absolute;
550
+ width: 100%;
551
+ height: 100%;
552
+ background: rgba(43, 44, 70, 0.8);
553
+ z-index: 111;
554
+ }
555
+
556
+ z-index: 111;
557
+ }
558
+ .box-thumb {
559
+ .box-camera,
560
+ .box-qr {
561
+ width: 42px;
562
+ height: 42px;
563
+ background: #d8d7f8;
564
+ border-radius: 2px;
565
+ margin-right: 5px;
566
+ display: flex;
567
+ align-items: center;
568
+ justify-content: center;
569
+ button {
570
+ padding: 0;
571
+ width: 100%;
572
+ height: 100%;
573
+ }
574
+ }
575
+ .exampleImages {
576
+ padding-bottom: 0px !important;
577
+ }
578
+ .useExampleImg {
579
+ margin-top: 0px !important;
580
+
581
+ .title-box {
582
+ font-size: 11px;
583
+ font-family: "Montserrat" !important;
584
+ line-height: 21px;
585
+ color: #fff !important;
586
+ text-align: center;
587
+ font-weight: 700;
588
+ }
589
+ .exImagesWrap {
590
+ img {
591
+ width: 42px;
592
+ height: 42px;
593
+ opacity: 1 !important;
594
+ }
595
+ }
596
+ }
597
+ }
598
+
599
+ .text-tractor {
600
+ font-size: 32px;
601
+ line-height: 21px;
602
+ color: #ffffff;
603
+ font-weight: 300;
604
+ font-family: "Montserrat";
605
+ }
606
+ .text-drop-file {
607
+ font-family: "Montserrat";
608
+ font-weight: 700;
609
+ font-size: 32px;
610
+ line-height: 21px;
611
+ color: #ffffff;
612
+ }
613
+ display: flex;
614
+ flex-direction: column;
615
+ justify-content: space-between;
616
+ align-items: center;
617
+ height: 100%;
618
+ background: #fff;
619
+ .box-content_top {
620
+ width: 100%;
621
+ min-height: calc(100% - 341px);
622
+ display: flex;
623
+ justify-content: center;
624
+ align-items: center;
625
+ flex-direction: column;
626
+ padding-bottom: 100px;
627
+ .box-logo {
628
+ width: 64px;
629
+ height: 64px;
630
+ background: linear-gradient(180deg, #fafafa 0%, #e9e9ec 100%);
631
+ border-radius: 100%;
632
+ display: flex;
633
+ align-items: center;
634
+ justify-content: center;
635
+ }
636
+ .box-input {
637
+ margin-top: 27px;
638
+ max-width: 640px;
639
+ }
640
+ .box-bottom {
641
+ margin-top: 26px;
642
+ .text-bottom {
643
+ font-family: "Montserrat";
644
+ font-weight: 600;
645
+ font-size: 11px;
646
+ line-height: 14px;
647
+ color: #55566b;
648
+ }
649
+ }
650
+ }
651
+ .box-content_bottom {
652
+ width: 100%;
653
+ height: 100%;
654
+ position: relative;
655
+ // background: #1e1f31;
656
+ // padding: 21px;
657
+
658
+ .box-content-drop {
659
+ display: flex;
660
+ flex-direction: column;
661
+ align-items: center;
662
+ }
663
+ .box-image {
664
+ width: 64px;
665
+ height: 64px;
666
+ background: linear-gradient(180deg, #56577c 0%, #2b2c46 100%);
667
+ border-radius: 100%;
668
+ display: flex;
669
+ justify-content: center;
670
+ align-items: center;
671
+ margin-bottom: 16px;
672
+ }
673
+ .box-content-main-drop {
674
+ background: linear-gradient(180deg, #3e36dc 0%, #2b2c46 100%);
675
+ padding: 21px;
676
+ height: 100%;
677
+ animation: gradient 15s ease infinite;
678
+ position: relative;
679
+ background-size: 100% 100%;
680
+ @keyframes gradient {
681
+ 0% {
682
+ background-position: 0% 50%;
683
+ }
684
+ 50% {
685
+ background-position: 100% 50%;
686
+ }
687
+ 100% {
688
+ background-position: 0% 50%;
689
+ }
690
+ }
691
+ }
692
+ .box-content-main {
693
+ background: #1e1f31;
694
+ padding: 21px;
695
+ height: 100%;
696
+ }
697
+ .box-border {
698
+ border: 2px dashed #aaabb5;
699
+ height: 100%;
700
+ display: flex;
701
+ justify-content: center;
702
+ align-items: center;
703
+ color: #fff;
704
+ width: 100%;
705
+ flex-direction: column;
706
+ }
707
+ }
708
+ }
709
+ .btn-input-search {
710
+ background: #f7f7f7;
711
+ border: 0px;
712
+ width: 32px;
713
+ height: 32px;
714
+ border-radius: 100%;
715
+ display: flex;
716
+ justify-content: center;
717
+ align-items: center;
718
+ cursor: pointer;
719
+ }
720
+
721
+ .inputFile {
722
+ // display: block !important;
723
+ }
724
+ .text-blue {
725
+ color: #3e36dc !important;
726
+ }
727
+
728
+ .box-blue {
729
+ background: #3e36dc;
730
+ box-shadow: 1.33333px 1.33333px 13.3333px rgba(0, 0, 0, 0.3);
731
+ border-radius: 16px;
732
+ padding: 5px;
733
+ }
734
+ .text-f20 {
735
+ font-family: "Montserrat";
736
+ font-size: 16px;
737
+ line-height: 21px;
738
+ }
739
+ .text-bold {
740
+ font-weight: 600 !important;
741
+ }
742
+
743
+ .text-center {
744
+ text-align: center !important;
745
+ }
746
+
747
+ // TODO: css result component
748
+ .box-wrap-result-component {
749
+ min-height: calc(100vh - 32px);
750
+ display: flex;
751
+ justify-content: space-between;
752
+ flex-direction: column;
753
+ // height: calc(100vh - 32px);
754
+ background-color: #fafafa;
755
+ .box-search {
756
+ margin: 0px auto;
757
+ padding: 32px 0;
758
+ display: flex;
759
+ justify-content: center;
760
+ align-items: center;
761
+ background-color: #fff;
762
+ flex-direction: column;
763
+ width: 100%;
764
+ .box-filter {
765
+ margin-top: 26px;
766
+ background: #f3f3f5;
767
+ max-width: 1083px;
768
+ width: 100%;
769
+ min-height: 32px;
770
+ }
771
+ }
772
+ .box-result {
773
+ // max-width: 1280px;
774
+ // height: calc(100% - 164px - 32px);
775
+ // overflow: hidden;
776
+ height: calc(100vh - 164px - 104px);
777
+ // width: 1280px;
778
+ display: flex;
779
+ justify-content: space-between;
780
+ // margin: auto;
781
+ overflow: auto;
782
+ .col-left {
783
+ width: fit-content;
784
+ height: fit-content;
785
+ margin-right: 62px;
786
+ // width: 517px;
787
+ min-height: 462px;
788
+ // transform: rotate(90deg);
789
+ // transition: ease-in-out 0.5s;
790
+ position: relative;
791
+ &.toggle {
792
+ .box-title_col-left {
793
+ display: none;
794
+ }
795
+ }
796
+ .box-title_col-left {
797
+ position: absolute;
798
+ bottom: 10px;
799
+ left: 0;
800
+ right: 0;
801
+ margin: auto;
802
+ width: fit-content;
803
+ }
804
+ &.toggle {
805
+ width: 32px;
806
+ padding: 0px;
807
+ div {
808
+ // display: none;
809
+ }
810
+ .box-preview {
811
+ border: 0px;
812
+ .preview-item {
813
+ }
814
+ }
815
+ .button-toggle {
816
+ right: -5px;
817
+ }
818
+ }
819
+ display: flex;
820
+ justify-content: center;
821
+ align-items: center;
822
+ background: #1e1f31;
823
+ padding: 32px;
824
+ .box-preview {
825
+ width: 100%;
826
+ // border: 2px dashed #55566b;
827
+ display: flex;
828
+ justify-content: center;
829
+ align-content: center;
830
+ height: 100%;
831
+ position: relative;
832
+ // transition: ease-in-out 0.5s;
833
+ .preview-item {
834
+ // height: 100%;
835
+ display: flex;
836
+ align-items: center;
837
+ justify-content: center;
838
+ // width: 100%;
839
+ max-width: 500px;
840
+ max-height: 500px;
841
+ }
842
+ }
843
+ .button-toggle {
844
+ height: 32px;
845
+ width: 10px;
846
+ padding: 0px;
847
+ min-width: auto;
848
+ position: absolute;
849
+ right: -37px;
850
+ top: 0;
851
+ bottom: 0;
852
+ margin: auto;
853
+ background-color: #e9e9ec;
854
+ box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
855
+ border-radius: 5px;
856
+ // transition: ease-in-out 1s;
857
+ }
858
+ }
859
+ .col-right {
860
+ width: calc(100% - 462px);
861
+ // overflow: auto;
862
+ .box-item-result {
863
+ max-width: 714px;
864
+ margin: 16px 0;
865
+ // margin-right: auto !important;
866
+ ul {
867
+ padding: 0;
868
+ display: flex;
869
+ flex-wrap: wrap;
870
+ // justify-content: center;
871
+ li {
872
+ list-style: none;
873
+ width: 174px;
874
+ &:last-child {
875
+ margin-right: auto !important;
876
+ }
877
+ }
878
+ }
879
+ .ais-InfiniteHits-loadMore {
880
+ display: none;
881
+ }
882
+ }
883
+ }
884
+ }
885
+
886
+ .box-notify {
887
+ height: 32px;
888
+ background: #f3f3f5;
889
+ border-top: 1px solid #e9e9ec;
890
+ .item-notify {
891
+ height: 100%;
892
+ display: flex;
893
+ align-items: center;
894
+ justify-content: center;
895
+ }
896
+ }
897
+ }
898
+
899
+ .box-main-filter {
900
+ .item {
901
+ width: calc(44% - 20px);
902
+ padding: 0 10px;
903
+ .btn-ct {
904
+ padding: 2px !important;
905
+ border: 0px;
906
+ }
907
+ }
908
+ .item-one {
909
+ min-width: 243px;
910
+ }
911
+ .item-tow {
912
+ min-width: 122px;
913
+ }
914
+ .item-three {
915
+ min-width: 259px;
916
+ }
917
+ .item-four {
918
+ min-width: 125px;
919
+ }
920
+ .item-five {
921
+ min-width: 123px;
922
+ }
923
+ .item-six {
924
+ min-width: 115px;
925
+ }
926
+ .item-seven {
927
+ min-width: 94px;
928
+ display: flex;
929
+ justify-content: center;
930
+ align-items: center;
931
+ }
932
+ }
933
+
934
+ // TODO: search history
935
+ .wrap-main-search-history {
936
+ background-color: #fafafa;
937
+ height: 100%;
938
+ .box-main-top {
939
+ background-color: #fff;
940
+ padding: 32px 0;
941
+ margin: auto;
942
+ display: flex;
943
+ justify-content: center;
944
+ }
945
+
946
+ .box-main-bottom {
947
+ padding: 20px 16px;
948
+ height: calc(100% - 106px);
949
+ display: flex;
950
+ .col-left {
951
+ .box-time {
952
+ padding: 0;
953
+ li {
954
+ list-style-type: none;
955
+ padding: 0;
956
+ margin: 0;
957
+ .active {
958
+ font-weight: 700;
959
+ }
960
+ button {
961
+ padding: 0;
962
+ }
963
+ }
964
+ }
965
+ }
966
+ .col-right {
967
+ min-width: 568px;
968
+ margin-left: auto;
969
+ margin-right: auto;
970
+ // background-color: aquamarine;
971
+ overflow: auto;
972
+ .box-image-search {
973
+ width: 32px;
974
+ height: 32px;
975
+ border-radius: 2px;
976
+ background-color: #fff;
977
+ display: flex;
978
+ justify-content: center;
979
+ align-items: center;
980
+ margin-right: 10px;
981
+ img {
982
+ max-width: fit-content !important;
983
+ }
984
+ }
985
+ .MuiDataGrid-root {
986
+ flex: none !important;
987
+ border: 0 !important;
988
+ .MuiDataGrid-columnHeader:focus-within,
989
+ .MuiDataGrid-root .MuiDataGrid-cell:focus-within {
990
+ outline: none !important;
991
+ }
992
+ .MuiDataGrid-columnHeaderTitleContainer {
993
+ justify-content: space-between;
994
+ }
995
+ .MuiDataGrid-sortIcon {
996
+ opacity: 1;
997
+ }
998
+ .MuiDataGrid-window {
999
+ top: 43px !important;
1000
+ // height: f;
1001
+ }
1002
+ .MuiDataGrid-iconSeparator {
1003
+ display: none !important;
1004
+ }
1005
+ .MuiDataGrid-columnsContainer {
1006
+ background: #aaabb5;
1007
+ min-height: auto !important;
1008
+ line-height: 12px !important;
1009
+ .MuiSvgIcon-root {
1010
+ color: #fff !important;
1011
+ }
1012
+ }
1013
+ .MuiDataGrid-row {
1014
+ max-width: inherit !important;
1015
+ min-height: inherit !important;
1016
+ &.Mui-selected {
1017
+ background-color: inherit !important;
1018
+ }
1019
+ }
1020
+ .MuiDataGrid-cell--textLeft.MuiDataGrid-cell--withRenderer,
1021
+ .MuiDataGrid-cell--textCenter.MuiDataGrid-cell--withRenderer {
1022
+ line-height: inherit !important;
1023
+ min-height: inherit !important;
1024
+ max-height: inherit !important;
1025
+ }
1026
+ .MuiDataGrid-cell {
1027
+ border: 0px !important;
1028
+ &:last-child {
1029
+ display: none;
1030
+ }
1031
+ }
1032
+ }
1033
+ }
1034
+ }
1035
+ }
1036
+
1037
+ // Todo: css page saved
1038
+ .wrap-main-saved {
1039
+ height: 100%;
1040
+ background-color: #fafafa;
1041
+ .box-main-top {
1042
+ .box-top {
1043
+ background-color: #fff;
1044
+ padding: 32px 0;
1045
+ }
1046
+ .box-bottom {
1047
+ margin-top: 26px;
1048
+ text-align: center;
1049
+ display: flex;
1050
+ justify-content: center;
1051
+ }
1052
+ }
1053
+
1054
+ .box-main-bottom {
1055
+ max-width: 726px;
1056
+ width: 726px;
1057
+ margin-left: auto;
1058
+ margin-right: auto;
1059
+ }
1060
+ }
1061
+
1062
+ // TODO: css page Profile
1063
+
1064
+ .wrap-main-profile {
1065
+ max-width: 1280px;
1066
+ margin: auto;
1067
+ .box-col-left {
1068
+ .box-top {
1069
+ min-height: 170px;
1070
+ display: flex;
1071
+ justify-content: center;
1072
+ align-items: flex-start;
1073
+ flex-direction: column;
1074
+ padding: 0 94px;
1075
+ background-color: #fff;
1076
+ }
1077
+ .box-bottom {
1078
+ display: flex;
1079
+ flex-direction: column;
1080
+ justify-content: center;
1081
+ align-items: center;
1082
+ height: calc(100% - 170px);
1083
+ background: #fafafa;
1084
+ .box-content {
1085
+ width: 242px;
1086
+ span {
1087
+ font-size: 11px !important;
1088
+ line-height: 14px !important;
1089
+ color: #2b2c46 !important;
1090
+ font-weight: 500 !important;
1091
+ margin-bottom: 5px;
1092
+ }
1093
+ input {
1094
+ min-height: 21px !important;
1095
+ background: #f3f3f5 !important;
1096
+ width: 100% !important;
1097
+ border: 0px !important;
1098
+ }
1099
+ .btn-log-out {
1100
+ background: #2b2c46;
1101
+ border-radius: 0px !important;
1102
+ padding: 10px 35px 10px 10px;
1103
+ span {
1104
+ color: #fff !important;
1105
+ font-size: 11px !important;
1106
+ line-height: 14px !important;
1107
+ font-weight: bold !important;
1108
+ margin: 0;
1109
+ padding: 0;
1110
+ }
1111
+ }
1112
+ }
1113
+ }
1114
+ }
1115
+ .box-col-right {
1116
+ .box-bg-image {
1117
+ // background-image: url("/common/assets/images/Rectangle.png");
1118
+ }
1119
+ }
1120
+ }
1121
+ .wrap-input-search {
1122
+ width: 640px;
1123
+ .box-input-search {
1124
+ justify-content: space-between;
1125
+ background: #ffffff;
1126
+ box-shadow: 0px 0px 6.66667px rgba(0, 0, 0, 0.2);
1127
+ border-radius: 21px;
1128
+ padding: 5px 10px !important;
1129
+ height: 42px;
1130
+ form {
1131
+ width: 100%;
1132
+ display: flex;
1133
+ }
1134
+ .input-search {
1135
+ padding: 0 6px;
1136
+ width: 100%;
1137
+ border: 0px !important;
1138
+ &::-webkit-search-cancel-button {
1139
+ position: relative;
1140
+ right: 20px;
1141
+
1142
+ -webkit-appearance: none;
1143
+ height: 20px;
1144
+ width: 20px;
1145
+ border-radius: 10px;
1146
+ background: red;
1147
+ }
1148
+ &:focus-visible {
1149
+ outline: none !important;
1150
+ }
1151
+ &::before,
1152
+ &::after {
1153
+ display: none !important;
1154
+ }
1155
+ }
1156
+ .btn-clear-text {
1157
+ width: 32px;
1158
+ height: 32px;
1159
+ border-radius: 100%;
1160
+ background-color: #f3f3f5;
1161
+ z-index: 10;
1162
+ cursor: pointer !important;
1163
+ }
1164
+ }
1165
+ }
1166
+
1167
+ .box-panigation {
1168
+ .ais-Pagination-list {
1169
+ display: flex;
1170
+ justify-content: center;
1171
+ align-items: center;
1172
+ margin-bottom: 22px;
1173
+ li {
1174
+ list-style-type: none;
1175
+ margin: 0px !important;
1176
+ padding: 0px 5px !important;
1177
+ a {
1178
+ font-weight: 500 !important;
1179
+ }
1180
+
1181
+ font-size: 12px;
1182
+ &.ais-Pagination-item--selected {
1183
+ a {
1184
+ font-weight: 700 !important;
1185
+ }
1186
+
1187
+ font-size: 13px;
1188
+ }
1189
+ }
1190
+ }
1191
+ }
1192
+
1193
+ .wrap-main-result {
1194
+ position: relative;
1195
+ &.loading {
1196
+ .loadingSpinCT {
1197
+ display: block;
1198
+ position: absolute;
1199
+ top: 0;
1200
+ bottom: 0;
1201
+ margin: auto;
1202
+ left: 0;
1203
+ right: 0;
1204
+ }
1205
+ }
1206
+ .loadingSpinCT {
1207
+ display: none;
1208
+ }
1209
+ }
1210
+
1211
+ .wrap-main-support-page {
1212
+ // background-color: red;
1213
+ min-height: calc(100vh - 32px);
1214
+ // max-width: 1280px;
1215
+ margin: auto;
1216
+ .col-left {
1217
+ width: 50%;
1218
+ background-color: #322bb0;
1219
+ .col-left__top {
1220
+ background-color: #3e36dc;
1221
+ min-height: 170px;
1222
+ }
1223
+
1224
+ .col-left__bottom {
1225
+ .box-form {
1226
+ max-width: 224px;
1227
+ margin-left: auto;
1228
+ margin-right: auto;
1229
+ margin-top: 74px;
1230
+ .MuiButton-label {
1231
+ justify-content: flex-start !important;
1232
+ }
1233
+ }
1234
+ .box-btn-upload {
1235
+ .btn-upload {
1236
+ background-color: #2b2c46;
1237
+ border-radius: 3px;
1238
+ }
1239
+ .MuiIconButton-label {
1240
+ width: 122px;
1241
+ font-weight: 700 !important;
1242
+ font-size: 11px !important;
1243
+ line-height: 14px !important;
1244
+ display: flex;
1245
+ color: #fff;
1246
+ justify-content: space-between;
1247
+ }
1248
+ }
1249
+ .box-preview-image {
1250
+ .box-image {
1251
+ position: relative;
1252
+ width: fit-content !important;
1253
+ height: 106px !important;
1254
+ border-radius: 2px;
1255
+ padding: 5px 7px;
1256
+ text-align: center;
1257
+
1258
+ .btn-close {
1259
+ position: absolute;
1260
+ top: 5px;
1261
+ right: 5px;
1262
+ padding: 0px;
1263
+ .MuiButton-label {
1264
+ justify-content: flex-end !important;
1265
+ }
1266
+ }
1267
+ }
1268
+ }
1269
+ }
1270
+ }
1271
+ .col-right {
1272
+ width: 50%;
1273
+ background-image: url("../../common/assets/images/bg-support-page.svg");
1274
+ background-size: cover;
1275
+ background-repeat: no-repeat;
1276
+ }
1277
+ }
1278
+
1279
+ .border-rd-0 {
1280
+ border-radius: 0px !important;
1281
+ }
1282
+
1283
+ .hide-btn-arrow {
1284
+ .btn-carousel-right,
1285
+ .btn-carousel-left {
1286
+ display: none !important;
1287
+ }
1288
+ }