@omniumretail/component-library 1.0.66 → 1.0.68

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 (176) hide show
  1. package/.storybook/main.js +16 -16
  2. package/.storybook/preview-head.html +20 -20
  3. package/.storybook/preview.js +27 -27
  4. package/README.md +54 -54
  5. package/bitbucket-pipelines.yml +94 -94
  6. package/dist/bundle.js +12047 -0
  7. package/dist/main.css +1244 -0
  8. package/dist/types/components/AnalyticsBar/AnalyticsBar.stories.d.ts +5 -0
  9. package/dist/types/components/AnalyticsBar/helpers/codeMutation.d.ts +4 -0
  10. package/dist/types/components/AnalyticsBar/index.d.ts +2 -0
  11. package/dist/types/components/AnalyticsBar/interfaces/analyticsBar.d.ts +12 -0
  12. package/dist/types/components/Button/Button.stories.d.ts +6 -0
  13. package/dist/types/components/Button/index.d.ts +7 -0
  14. package/dist/types/components/Category/Category.stories.d.ts +4 -0
  15. package/dist/types/components/Category/CategoryContent/index.d.ts +7 -0
  16. package/dist/types/components/Category/CategorySidebar/index.d.ts +26 -0
  17. package/dist/types/components/Category/index.d.ts +7 -0
  18. package/dist/types/components/CategoryReadOnly/CategoryReadOnly.stories.d.ts +4 -0
  19. package/dist/types/components/CategoryReadOnly/evaluationOptions.d.ts +10 -0
  20. package/dist/types/components/CategoryReadOnly/index.d.ts +9 -0
  21. package/dist/types/components/CategoryResponse/CategoryResponse.stories.d.ts +4 -0
  22. package/dist/types/components/CategoryResponse/evaluationOptions.d.ts +10 -0
  23. package/dist/types/components/CategoryResponse/index.d.ts +9 -0
  24. package/dist/types/components/DatePicker/DatePicker.stories.d.ts +5 -0
  25. package/dist/types/components/DatePicker/index.d.ts +8 -0
  26. package/dist/types/components/DatePickerTag/DatePickerTag.stories.d.ts +5 -0
  27. package/dist/types/components/DatePickerTag/index.d.ts +6 -0
  28. package/dist/types/components/Footer/Footer.stories.d.ts +5 -0
  29. package/dist/types/components/Footer/index.d.ts +4 -0
  30. package/dist/types/components/Input/Input.stories.d.ts +5 -0
  31. package/dist/types/components/Input/index.d.ts +10 -0
  32. package/dist/types/components/InputCountryCode/index.d.ts +10 -0
  33. package/dist/types/components/InputCountryCode/inputCountryCode.stories.d.ts +5 -0
  34. package/dist/types/components/Label/Label.stories.d.ts +6 -0
  35. package/dist/types/components/Label/index.d.ts +7 -0
  36. package/dist/types/components/Link/Link.stories.d.ts +7 -0
  37. package/dist/types/components/Link/index.d.ts +7 -0
  38. package/dist/types/components/Menu/Menu.stories.d.ts +5 -0
  39. package/dist/types/components/Menu/helpers/codeMutation.d.ts +4 -0
  40. package/dist/types/components/Menu/index.d.ts +2 -0
  41. package/dist/types/components/ModalConfirmation/ModalConfirmation.stories.d.ts +5 -0
  42. package/dist/types/components/ModalConfirmation/ModalStatusList.d.ts +5 -0
  43. package/dist/types/components/ModalConfirmation/index.d.ts +9 -0
  44. package/dist/types/components/ModalWithTable/ModalWithTable.stories.d.ts +5 -0
  45. package/dist/types/components/ModalWithTable/index.d.ts +13 -0
  46. package/dist/types/components/Navigation/Navigation.stories.d.ts +5 -0
  47. package/dist/types/components/Navigation/index.d.ts +10 -0
  48. package/dist/types/components/Notification/Notification.stories.d.ts +5 -0
  49. package/dist/types/components/Notification/index.d.ts +9 -0
  50. package/dist/types/components/Questions/Questions.stories.d.ts +4 -0
  51. package/dist/types/components/Questions/SingleQuestion/index.d.ts +1 -0
  52. package/dist/types/components/Questions/index.d.ts +5 -0
  53. package/dist/types/components/Radio/Radio.stories.d.ts +5 -0
  54. package/dist/types/components/Radio/index.d.ts +10 -0
  55. package/dist/types/components/Select/Select.stories.d.ts +6 -0
  56. package/dist/types/components/Select/index.d.ts +5 -0
  57. package/dist/types/components/Separator/Separator.stories.d.ts +6 -0
  58. package/dist/types/components/Separator/index.d.ts +11 -0
  59. package/dist/types/components/Sidebar/Sidebar.stories.d.ts +6 -0
  60. package/dist/types/components/Sidebar/index.d.ts +15 -0
  61. package/dist/types/components/Switch/Switch.stories.d.ts +5 -0
  62. package/dist/types/components/Switch/index.d.ts +2 -0
  63. package/dist/types/components/Table/Table.stories.d.ts +9 -0
  64. package/dist/types/components/Table/index.d.ts +36 -0
  65. package/dist/types/components/Tag/Tag.stories.d.ts +5 -0
  66. package/dist/types/components/Tag/index.d.ts +8 -0
  67. package/dist/types/components/Upload/Upload.stories.d.ts +4 -0
  68. package/dist/types/components/Upload/index.d.ts +8 -0
  69. package/dist/types/components/UserInfo/UserInfo.stories.d.ts +4 -0
  70. package/dist/types/components/UserInfo/index.d.ts +8 -0
  71. package/dist/types/components/index.d.ts +25 -0
  72. package/dist/types/constants/i18n.d.ts +1 -0
  73. package/dist/types/constants/translationHelper.d.ts +2 -0
  74. package/dist/types/index.d.ts +2 -0
  75. package/package.json +198 -198
  76. package/src/assets/scss/_global.scss +89 -89
  77. package/src/assets/scss/index.scss +2 -2
  78. package/src/components/AnalyticsBar/AnalyticsBar.stories.tsx +236 -236
  79. package/src/components/AnalyticsBar/helpers/codeMutation.tsx +19 -19
  80. package/src/components/AnalyticsBar/index.tsx +76 -76
  81. package/src/components/AnalyticsBar/interfaces/analyticsBar.tsx +13 -13
  82. package/src/components/AnalyticsBar/styles.module.scss +108 -108
  83. package/src/components/Button/Button.stories.tsx +26 -26
  84. package/src/components/Button/index.tsx +24 -24
  85. package/src/components/Button/styles.module.scss +65 -65
  86. package/src/components/Category/Category.stories.tsx +88 -88
  87. package/src/components/Category/CategoryContent/index.tsx +188 -188
  88. package/src/components/Category/CategoryContent/styles.module.scss +51 -51
  89. package/src/components/Category/CategorySidebar/index.tsx +268 -268
  90. package/src/components/Category/CategorySidebar/styles.module.scss +28 -28
  91. package/src/components/Category/index.tsx +76 -76
  92. package/src/components/Category/styles.module.scss +13 -13
  93. package/src/components/CategoryReadOnly/CategoryReadOnly.stories.tsx +270 -270
  94. package/src/components/CategoryReadOnly/evaluationOptions.tsx +81 -81
  95. package/src/components/CategoryReadOnly/index.tsx +254 -254
  96. package/src/components/CategoryReadOnly/styles.module.scss +184 -184
  97. package/src/components/CategoryResponse/CategoryResponse.stories.tsx +251 -251
  98. package/src/components/CategoryResponse/evaluationOptions.tsx +81 -81
  99. package/src/components/CategoryResponse/index.tsx +277 -277
  100. package/src/components/CategoryResponse/styles.module.scss +175 -160
  101. package/src/components/DatePicker/DatePicker.stories.tsx +16 -16
  102. package/src/components/DatePicker/index.tsx +38 -38
  103. package/src/components/DatePicker/styles.module.scss +3 -3
  104. package/src/components/DatePickerTag/DatePickerTag.stories.tsx +19 -19
  105. package/src/components/DatePickerTag/index.tsx +89 -89
  106. package/src/components/DatePickerTag/styles.module.scss +31 -31
  107. package/src/components/Footer/Footer.stories.tsx +14 -14
  108. package/src/components/Footer/index.tsx +38 -38
  109. package/src/components/Footer/styles.module.scss +38 -38
  110. package/src/components/Input/Input.stories.tsx +13 -13
  111. package/src/components/Input/index.tsx +31 -31
  112. package/src/components/Input/styles.module.scss +8 -8
  113. package/src/components/InputCountryCode/index.tsx +75 -75
  114. package/src/components/InputCountryCode/inputCountryCode.stories.tsx +55 -55
  115. package/src/components/InputCountryCode/styles.module.scss +3 -3
  116. package/src/components/Label/Label.stories.tsx +21 -21
  117. package/src/components/Label/index.tsx +19 -19
  118. package/src/components/Label/styles.module.scss +16 -16
  119. package/src/components/Link/Link.stories.tsx +30 -30
  120. package/src/components/Link/index.tsx +21 -21
  121. package/src/components/Link/styles.module.scss +24 -24
  122. package/src/components/Menu/Menu.stories.tsx +178 -178
  123. package/src/components/Menu/helpers/codeMutation.tsx +19 -19
  124. package/src/components/Menu/index.tsx +23 -23
  125. package/src/components/ModalConfirmation/ModalConfirmation.stories.tsx +40 -40
  126. package/src/components/ModalConfirmation/ModalStatusList.tsx +5 -5
  127. package/src/components/ModalConfirmation/index.tsx +70 -70
  128. package/src/components/ModalConfirmation/styles.module.scss +62 -62
  129. package/src/components/ModalWithTable/ModalWithTable.stories.tsx +96 -96
  130. package/src/components/ModalWithTable/index.tsx +232 -232
  131. package/src/components/ModalWithTable/styles.module.scss +77 -77
  132. package/src/components/Navigation/Navigation.stories.tsx +17 -17
  133. package/src/components/Navigation/index.tsx +33 -33
  134. package/src/components/Navigation/styles.module.scss +58 -42
  135. package/src/components/Notification/Notification.stories.tsx +29 -29
  136. package/src/components/Notification/index.tsx +21 -21
  137. package/src/components/Questions/Questions.stories.tsx +37 -37
  138. package/src/components/Questions/SingleQuestion/index.tsx +84 -84
  139. package/src/components/Questions/SingleQuestion/styles.module.scss +81 -81
  140. package/src/components/Questions/index.tsx +78 -78
  141. package/src/components/Radio/Radio.stories.tsx +43 -43
  142. package/src/components/Radio/index.tsx +26 -26
  143. package/src/components/Radio/styles.module.scss +23 -23
  144. package/src/components/Select/Select.stories.tsx +39 -39
  145. package/src/components/Select/index.tsx +27 -27
  146. package/src/components/Select/styles.module.scss +13 -13
  147. package/src/components/Separator/Separator.stories.tsx +22 -22
  148. package/src/components/Separator/index.tsx +27 -27
  149. package/src/components/Separator/styles.module.scss +25 -25
  150. package/src/components/Sidebar/Sidebar.stories.tsx +85 -85
  151. package/src/components/Sidebar/index.tsx +103 -103
  152. package/src/components/Sidebar/styles.module.scss +85 -85
  153. package/src/components/Switch/Switch.stories.tsx +14 -14
  154. package/src/components/Switch/index.tsx +8 -8
  155. package/src/components/Switch/styles.module.scss +7 -7
  156. package/src/components/Table/Table.stories.tsx +221 -221
  157. package/src/components/Table/index.tsx +271 -271
  158. package/src/components/Table/styles.module.scss +75 -75
  159. package/src/components/Tag/Tag.stories.tsx +22 -22
  160. package/src/components/Tag/index.tsx +189 -189
  161. package/src/components/Tag/styles.module.scss +60 -60
  162. package/src/components/Upload/Upload.stories.tsx +45 -45
  163. package/src/components/Upload/index.tsx +91 -91
  164. package/src/components/UserInfo/UserInfo.stories.tsx +37 -37
  165. package/src/components/UserInfo/index.tsx +62 -62
  166. package/src/components/UserInfo/styles.module.scss +29 -29
  167. package/src/components/index.tsx +25 -25
  168. package/src/constants/i18n.ts +25 -25
  169. package/src/constants/translationHelper.ts +7 -7
  170. package/src/index.ts +2 -2
  171. package/src/locales/en.json +86 -86
  172. package/src/locales/es.json +86 -86
  173. package/src/locales/pt.json +86 -86
  174. package/src/types/Global.d.ts +4 -4
  175. package/tsconfig.json +29 -29
  176. package/webpack.config.js +51 -51
package/dist/main.css ADDED
@@ -0,0 +1,1244 @@
1
+ /*!***************************************************************************************************************************************************************!*\
2
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Button/styles.module.scss ***!
3
+ \***************************************************************************************************************************************************************/
4
+ .lCPh1mJwiXUUOgmbv_mk {
5
+ padding: 12px 24px;
6
+ border-radius: 4px;
7
+ min-width: 170px;
8
+ display: inline-flex;
9
+ align-items: center;
10
+ justify-content: center;
11
+ align-self: flex-start;
12
+ text-decoration: none;
13
+ border: none;
14
+ font-size: 14px;
15
+ line-height: 16.8px;
16
+ font-weight: 700;
17
+ font-family: "Silka", sans-serif;
18
+ background-color: var(--button-default-background);
19
+ color: var(--button-default-text-color);
20
+ }
21
+ .lCPh1mJwiXUUOgmbv_mk:hover {
22
+ background-color: var(--button-default-background-hover-color);
23
+ color: var(--button-default-text-hover-color) !important;
24
+ }
25
+ .lCPh1mJwiXUUOgmbv_mk:focus, .lCPh1mJwiXUUOgmbv_mk:active, .lCPh1mJwiXUUOgmbv_mk:focus:active {
26
+ background-color: var(--button-default-background-focus-color);
27
+ color: var(--button-default-text-focus-color);
28
+ }
29
+ .lCPh1mJwiXUUOgmbv_mk:disabled, .lCPh1mJwiXUUOgmbv_mk.vwrGv_jOJcIvImjzKZNv {
30
+ background-color: var(--button-disabled-background-color);
31
+ color: var(--button-disabled-default-text-color);
32
+ pointer-events: none;
33
+ }
34
+ .PYUelyvKNnKRxaBMgCyk {
35
+ flex-direction: row-reverse;
36
+ gap: 5px;
37
+ }
38
+ .edzSVcT9ajLWxd6QfVI1 {
39
+ background-color: var(--button-style-1-background);
40
+ color: var(--button-style-1-text-color);
41
+ }
42
+ .edzSVcT9ajLWxd6QfVI1:hover {
43
+ background-color: var(--button-style-1-background-hover-color);
44
+ color: var(--button-style-1-text-hover-color) !important;
45
+ }
46
+ .edzSVcT9ajLWxd6QfVI1:focus, .edzSVcT9ajLWxd6QfVI1:active, .edzSVcT9ajLWxd6QfVI1:focus:active {
47
+ background-color: var(--button-style-1-background-focus-color);
48
+ color: var(--button-style-1-text-focus-color);
49
+ }
50
+ .edzSVcT9ajLWxd6QfVI1:disabled, .edzSVcT9ajLWxd6QfVI1.vwrGv_jOJcIvImjzKZNv {
51
+ background-color: var(--button-disabled-background-color);
52
+ color: var(--button-disabled-default-text-color);
53
+ pointer-events: none;
54
+ }
55
+ /*!*******************************************************************************************************************************************************************!*\
56
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Navigation/styles.module.scss ***!
57
+ \*******************************************************************************************************************************************************************/
58
+ .UxfXOleP69PjM5rFOMTD {
59
+ display: grid;
60
+ grid-template-columns: repeat(3, 1fr);
61
+ justify-items: center;
62
+ align-items: center;
63
+ height: 75px;
64
+ gap: 0 24px;
65
+ position: relative;
66
+ }
67
+ @media (max-width: 767px) {
68
+ .UxfXOleP69PjM5rFOMTD {
69
+ padding-top: 6px;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: space-between;
73
+ }
74
+ }
75
+ .UxfXOleP69PjM5rFOMTD .LzcTbjk0fp70tXlKd3eS {
76
+ font-size: var(--font-size-body-3);
77
+ font-weight: var(--font-weight-semibold);
78
+ text-transform: uppercase;
79
+ }
80
+ @media (min-width: 768px) {
81
+ .UxfXOleP69PjM5rFOMTD .LzcTbjk0fp70tXlKd3eS {
82
+ font-size: var(--font-size-body-4);
83
+ }
84
+ }
85
+ .UxfXOleP69PjM5rFOMTD .gn06XRZhFG00HaVjAqNc {
86
+ align-self: center;
87
+ }
88
+ @media (max-width: 767px) {
89
+ .UxfXOleP69PjM5rFOMTD .gn06XRZhFG00HaVjAqNc {
90
+ position: absolute;
91
+ top: 0;
92
+ margin: 0 auto;
93
+ left: 0;
94
+ right: 0;
95
+ text-align: center;
96
+ }
97
+ }
98
+ .UxfXOleP69PjM5rFOMTD .UK3esJZjnri5Jb9Jxcca {
99
+ justify-self: start;
100
+ }
101
+ .UxfXOleP69PjM5rFOMTD .U5tZ7kRlrIHUKsuduD1S {
102
+ justify-self: end;
103
+ }
104
+ @media (max-width: 767px) {
105
+ .UxfXOleP69PjM5rFOMTD .U5tZ7kRlrIHUKsuduD1S .ant-btn span:not([role=img]) {
106
+ display: none;
107
+ }
108
+ }
109
+ /*!*************************************************************************************************************************************************************!*\
110
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Link/styles.module.scss ***!
111
+ \*************************************************************************************************************************************************************/
112
+ .ii1Ag3GTfp8unGCe48A0 {
113
+ display: inline-flex;
114
+ text-decoration: none;
115
+ height: auto;
116
+ color: var(--color-black);
117
+ font-size: var(--font-size-body-3);
118
+ line-height: 100%;
119
+ font-weight: 300;
120
+ font-style: var(--font-style-italic);
121
+ }
122
+
123
+ .L9ncGwaItcjHJBLuwrKb {
124
+ color: var(--color-orange);
125
+ font-style: var(--font-style-normal);
126
+ }
127
+
128
+ .Yrb4eAglcF7FedoEB9AH span:nth-child(2) {
129
+ margin-inline-end: 8px;
130
+ margin-inline-start: 0;
131
+ order: -1;
132
+ }
133
+ /*!**************************************************************************************************************************************************************!*\
134
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Input/styles.module.scss ***!
135
+ \**************************************************************************************************************************************************************/
136
+ .GhX1oPovx60SBqLAcIRO {
137
+ border-color: rgba(var(--color-black-rgb), 0.5);
138
+ height: 50px;
139
+ font-size: var(--font-size-body-3);
140
+ line-height: 100%;
141
+ color: var(--color-black);
142
+ border-radius: 5px;
143
+ }
144
+ /*!***************************************************************************************************************************************************************!*\
145
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Select/styles.module.scss ***!
146
+ \***************************************************************************************************************************************************************/
147
+ ._ox_QPqUHev1INeaUhs7 .ant-select-selector {
148
+ border-color: rgba(var(--color-black-rgb), 0.5) !important;
149
+ height: 50px !important;
150
+ display: flex;
151
+ align-items: center;
152
+ }
153
+ ._ox_QPqUHev1INeaUhs7 .ant-select-arrow {
154
+ color: var(--color-black);
155
+ }
156
+ /*!*************************************************************************************************************************************************************************!*\
157
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/InputCountryCode/styles.module.scss ***!
158
+ \*************************************************************************************************************************************************************************/
159
+ .bisuiYUGnAaj47TMXXcY {
160
+ display: flex !important;
161
+ }
162
+ /*!**************************************************************************************************************************************************************!*\
163
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Label/styles.module.scss ***!
164
+ \**************************************************************************************************************************************************************/
165
+ .YPXf1KvhUKPvYzjuCpbK {
166
+ display: block;
167
+ color: var(--color-black);
168
+ text-transform: capitalize;
169
+ font-size: var(--font-size-body-base);
170
+ line-height: 125%;
171
+ font-weight: var(--font-weight-semibold);
172
+ }
173
+ .YPXf1KvhUKPvYzjuCpbK:not(:first-child) {
174
+ margin-top: 8px;
175
+ }
176
+
177
+ .ExPJyFK95xTcgtx9cRbg {
178
+ text-transform: uppercase;
179
+ }
180
+ /*!******************************************************************************************************************************************************************!*\
181
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Separator/styles.module.scss ***!
182
+ \******************************************************************************************************************************************************************/
183
+ .EBnBgAHgtsQFrDoso9Dw {
184
+ background-color: var(--color-orange);
185
+ height: 1px;
186
+ border: none;
187
+ }
188
+ .FLVlQ5eFtNDkCl4IcIIx {
189
+ opacity: 50%;
190
+ }
191
+ .L2HU9MLCi6B1ZsJyWfp9 {
192
+ background-color: var(--color-blue);
193
+ }
194
+ .MQcBac9Gnb9D2ONENY8Q {
195
+ margin: 8px 0;
196
+ }
197
+ .tdvYp9O5RnLEsNa3E_wz {
198
+ margin: 16px 0;
199
+ }
200
+ .hWWGCDnwP_ROWFDlyVxe {
201
+ margin: 24px 0;
202
+ }
203
+ /*!**************************************************************************************************************************************************************!*\
204
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Table/styles.module.scss ***!
205
+ \**************************************************************************************************************************************************************/
206
+ .pwZdBKCECvzAH92fQDTI {
207
+ display: flex;
208
+ flex-wrap: wrap;
209
+ flex-direction: column;
210
+ }
211
+ .pwZdBKCECvzAH92fQDTI .ant-table-thead > tr > th {
212
+ background-color: transparent;
213
+ border: 0px;
214
+ color: var(--color-blue);
215
+ }
216
+ .pwZdBKCECvzAH92fQDTI .ant-table-thead > tr > th:before {
217
+ display: none;
218
+ }
219
+ .pwZdBKCECvzAH92fQDTI .ant-table-tbody > tr {
220
+ cursor: pointer;
221
+ }
222
+ .pwZdBKCECvzAH92fQDTI .ant-table-tbody > tr:last-child > td {
223
+ border-bottom: 1px solid var(--color-grey-light) !important;
224
+ }
225
+ .pwZdBKCECvzAH92fQDTI .ant-table-tbody > tr:first-child > td {
226
+ border-top: 1px solid var(--color-blue) !important;
227
+ }
228
+ .pwZdBKCECvzAH92fQDTI .ant-table-tbody > tr:hover td {
229
+ border-radius: 0 !important;
230
+ border-bottom-color: var(--color-grey-light) !important;
231
+ }
232
+ .pwZdBKCECvzAH92fQDTI .ant-space {
233
+ align-self: flex-end;
234
+ }
235
+ .pwZdBKCECvzAH92fQDTI .ant-select-selection-placeholder {
236
+ color: var(--color-black);
237
+ }
238
+ .pwZdBKCECvzAH92fQDTI .ant-select-selector,
239
+ .pwZdBKCECvzAH92fQDTI .ant-select-focused .ant-select-selection-search {
240
+ border: none !important;
241
+ box-shadow: none !important;
242
+ }
243
+ .pwZdBKCECvzAH92fQDTI .ant-select-selector:focus, .pwZdBKCECvzAH92fQDTI .ant-select-selector:hover,
244
+ .pwZdBKCECvzAH92fQDTI .ant-select-focused .ant-select-selection-search:focus,
245
+ .pwZdBKCECvzAH92fQDTI .ant-select-focused .ant-select-selection-search:hover {
246
+ border: none !important;
247
+ box-shadow: none !important;
248
+ }
249
+ .pwZdBKCECvzAH92fQDTI .ant-pagination {
250
+ max-width: calc(100% - 200px);
251
+ margin-left: auto !important;
252
+ }
253
+ .pwZdBKCECvzAH92fQDTI button[type=button].ant-pagination-item-link {
254
+ margin-top: 0 !important;
255
+ }
256
+ .pwZdBKCECvzAH92fQDTI button[type=button] {
257
+ margin-top: -50px;
258
+ }
259
+ /*!************************************************************************************************************************************************************!*\
260
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Tag/styles.module.scss ***!
261
+ \************************************************************************************************************************************************************/
262
+ .yhGDUJJiYhqjPCJgNdjI {
263
+ contain: inline-size;
264
+ }
265
+ .LEywos4xlf3LV6eEFLFv {
266
+ height: 50px;
267
+ display: flex;
268
+ align-items: center;
269
+ gap: 12px;
270
+ padding: 16px;
271
+ margin-inline-end: 0;
272
+ }
273
+ .LEywos4xlf3LV6eEFLFv .ant-input {
274
+ height: 50px;
275
+ padding-left: 40px;
276
+ }
277
+ .VhQgSZHBi1swQZeQePfL {
278
+ height: 50px;
279
+ }
280
+ .Hfh5KLg4Y_g44Ajhx9aV .ant-tag {
281
+ background-color: var(--color-orange);
282
+ color: var(--color-white);
283
+ padding: 6px 16px;
284
+ max-width: 240px;
285
+ }
286
+ .Hfh5KLg4Y_g44Ajhx9aV .anticon-close {
287
+ color: var(--color-white);
288
+ font-size: 12px;
289
+ }
290
+ .Hfh5KLg4Y_g44Ajhx9aV .anticon-close:hover {
291
+ color: var(--color-black);
292
+ }
293
+ .yhGDUJJiYhqjPCJgNdjI .Gj9zvBh4toFNL6uoWOIk {
294
+ display: flex;
295
+ gap: 12px;
296
+ }
297
+ .yhGDUJJiYhqjPCJgNdjI .BvTiplJPlDM4ob_yobaL {
298
+ display: flex;
299
+ flex-direction: row;
300
+ gap: 12px;
301
+ font-family: "SilkaBold";
302
+ text-decoration: underline;
303
+ }
304
+ .yhGDUJJiYhqjPCJgNdjI .BvTiplJPlDM4ob_yobaL div {
305
+ cursor: pointer;
306
+ }
307
+ /*!*******************************************************************************************************************************************************************!*\
308
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/DatePicker/styles.module.scss ***!
309
+ \*******************************************************************************************************************************************************************/
310
+ .vdTO5pKaLXA2FdyblLq5 {
311
+ border-color: rgba(var(--color-black-rgb), 0.5);
312
+ }
313
+ /*!**************************************************************************************************************************************************************!*\
314
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Radio/styles.module.scss ***!
315
+ \**************************************************************************************************************************************************************/
316
+ .e3BZiSKkbgvekUOREMi6 {
317
+ font-weight: var(--font-weight-medium);
318
+ font-size: var(--font-size-body-3);
319
+ margin-right: 44px;
320
+ margin-top: 18px;
321
+ }
322
+ .e3BZiSKkbgvekUOREMi6 .ant-radio-checked .ant-radio-inner {
323
+ border-color: var(--color-black);
324
+ }
325
+ .e3BZiSKkbgvekUOREMi6 .ant-radio-checked .ant-radio-inner:after {
326
+ background-color: var(--color-black);
327
+ }
328
+ .e3BZiSKkbgvekUOREMi6 .ant-radio-checked:hover .ant-radio-inner:after {
329
+ background-color: var(--color-orange);
330
+ }
331
+ .e3BZiSKkbgvekUOREMi6 .ant-radio:hover .ant-radio-inner {
332
+ border-color: var(--color-orange);
333
+ }
334
+ /*!***************************************************************************************************************************************************************!*\
335
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Footer/styles.module.scss ***!
336
+ \***************************************************************************************************************************************************************/
337
+ .D8zh2JqbXPRwa7HPZoou {
338
+ display: flex;
339
+ justify-content: space-between;
340
+ align-items: center;
341
+ flex-wrap: nowrap;
342
+ gap: 0 16px;
343
+ background-color: var(--color-black);
344
+ position: fixed;
345
+ bottom: 0;
346
+ width: 100%;
347
+ padding: 12px 24px;
348
+ font-size: var(--font-size-body-1);
349
+ color: var(--color-grey-light);
350
+ height: 60px;
351
+ flex-direction: row;
352
+ text-align: left;
353
+ box-sizing: border-box;
354
+ }
355
+ .D8zh2JqbXPRwa7HPZoou .rLcS8I6I0aB1gd6Ro7Ix {
356
+ color: var(--grey2);
357
+ width: 100%;
358
+ margin-bottom: 4px;
359
+ }
360
+ .D8zh2JqbXPRwa7HPZoou .I18ixqhkBJrOHeIm9ELH {
361
+ margin-left: 8px;
362
+ }
363
+ .D8zh2JqbXPRwa7HPZoou .XVFO_EVWpXwEwbcS7OwM,
364
+ .D8zh2JqbXPRwa7HPZoou .I18ixqhkBJrOHeIm9ELH {
365
+ display: inline-block;
366
+ }
367
+ .D8zh2JqbXPRwa7HPZoou .Ch59mk3ENKwL_xUV4kwI {
368
+ height: 25px;
369
+ align-self: flex-end;
370
+ }
371
+ /*!**************************************************************************************************************************************************************************!*\
372
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/ModalConfirmation/styles.module.scss ***!
373
+ \**************************************************************************************************************************************************************************/
374
+ .yBVWvA0RtFgQb0zg7Zha .ant-modal-close {
375
+ width: auto;
376
+ color: var(--button-default-background);
377
+ }
378
+ .yBVWvA0RtFgQb0zg7Zha .ant-modal-close:hover {
379
+ background-color: transparent;
380
+ color: var(--button-default-background-hover-color);
381
+ }
382
+ .yBVWvA0RtFgQb0zg7Zha .ant-modal-content {
383
+ padding: 36px 24px;
384
+ display: flex;
385
+ align-items: center;
386
+ justify-content: center;
387
+ flex-direction: column;
388
+ text-align: center;
389
+ }
390
+ @media (min-width: 742px) {
391
+ .yBVWvA0RtFgQb0zg7Zha .ant-modal-content {
392
+ padding: 64px;
393
+ }
394
+ }
395
+ .yBVWvA0RtFgQb0zg7Zha .bIn9Tnsli5FWDJmVQ47h:hover .hAGMAlh5JyPDAiKMfgws {
396
+ color: red;
397
+ }
398
+ .yBVWvA0RtFgQb0zg7Zha .hAGMAlh5JyPDAiKMfgws {
399
+ display: flex;
400
+ align-items: center;
401
+ justify-content: center;
402
+ flex-direction: row;
403
+ gap: 8px;
404
+ color: inherit;
405
+ font-size: var(--font-size-body-3);
406
+ line-height: 100%;
407
+ font-weight: var(--font-weight-light);
408
+ text-transform: capitalize;
409
+ letter-spacing: 0.6px;
410
+ }
411
+ .yBVWvA0RtFgQb0zg7Zha .IEpOAjgZyRyE5md9cZvT {
412
+ color: var(--color-blue);
413
+ font-weight: var(--font-weight-semibold);
414
+ font-size: var(--font-size-body-6);
415
+ line-height: 100%;
416
+ }
417
+ .yBVWvA0RtFgQb0zg7Zha .iHFpZ9nbZF0FARnRj310 {
418
+ color: var(--color-black);
419
+ font-size: var(--font-size-body-4);
420
+ margin: 12px 0 24px 0;
421
+ padding: 0;
422
+ }
423
+ /*!***********************************************************************************************************************************************************************!*\
424
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/ModalWithTable/styles.module.scss ***!
425
+ \***********************************************************************************************************************************************************************/
426
+ .bMNL7jiNu8_mW6dwEyoS.luQHokN_GXPiYlWneKVa {
427
+ pointer-events: none;
428
+ position: relative;
429
+ }
430
+ .bMNL7jiNu8_mW6dwEyoS.luQHokN_GXPiYlWneKVa:after {
431
+ content: "";
432
+ position: absolute;
433
+ top: 0;
434
+ left: 0;
435
+ width: 100%;
436
+ height: 100%;
437
+ background-color: rgba(var(--color-white-rgb), 0.6);
438
+ z-index: 9999999;
439
+ }
440
+ .bMNL7jiNu8_mW6dwEyoS .ant-modal-close {
441
+ width: auto;
442
+ color: var(--button-default-background);
443
+ }
444
+ .bMNL7jiNu8_mW6dwEyoS .ant-modal-close:hover {
445
+ background-color: transparent;
446
+ color: var(--button-default-background-hover-color);
447
+ }
448
+ .bMNL7jiNu8_mW6dwEyoS .ant-modal-content {
449
+ padding: 36px 24px;
450
+ display: flex;
451
+ justify-content: center;
452
+ flex-direction: column;
453
+ text-align: center;
454
+ }
455
+ @media (min-width: 742px) {
456
+ .bMNL7jiNu8_mW6dwEyoS .ant-modal-content {
457
+ padding: 32px;
458
+ }
459
+ }
460
+ .bMNL7jiNu8_mW6dwEyoS .ant-modal-body {
461
+ width: 100%;
462
+ padding-top: 24px;
463
+ }
464
+ .bMNL7jiNu8_mW6dwEyoS .ant-modal-footer button {
465
+ margin-left: auto;
466
+ }
467
+ .bMNL7jiNu8_mW6dwEyoS .WCOz4jFqbuSsRmxOc2Dq {
468
+ display: flex;
469
+ align-items: center;
470
+ justify-content: center;
471
+ flex-direction: row;
472
+ gap: 8px;
473
+ color: inherit;
474
+ font-size: var(--font-size-body-3);
475
+ line-height: 100%;
476
+ font-weight: var(--font-weight-light);
477
+ text-transform: capitalize;
478
+ letter-spacing: 0.6px;
479
+ justify-self: flex-end;
480
+ }
481
+ .bMNL7jiNu8_mW6dwEyoS .WCOz4jFqbuSsRmxOc2Dq > p {
482
+ padding: 0;
483
+ margin: 0;
484
+ }
485
+ .bMNL7jiNu8_mW6dwEyoS .mt484L3ogFPJIZmEQ8q_ {
486
+ max-width: 640px;
487
+ text-align: left;
488
+ }
489
+ /*!****************************************************************************************************************************************************************!*\
490
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Sidebar/styles.module.scss ***!
491
+ \****************************************************************************************************************************************************************/
492
+ .x_X2axa502qG690LM5DM {
493
+ width: 300px;
494
+ max-width: 300px;
495
+ height: 100%;
496
+ background-color: var(--color-white);
497
+ padding: 24px;
498
+ position: relative;
499
+ transition: var(--transition-fast);
500
+ overflow: hidden;
501
+ }
502
+ .x_X2axa502qG690LM5DM.iEepDtDljm_PdBbkR3JA {
503
+ max-width: 100px;
504
+ width: 100px;
505
+ overflow: hidden;
506
+ }
507
+ .x_X2axa502qG690LM5DM.iEepDtDljm_PdBbkR3JA .dcC_pqHYFgU16huYkWP5 {
508
+ font-size: 0;
509
+ transition: 0;
510
+ padding-left: 42px;
511
+ }
512
+ .x_X2axa502qG690LM5DM.iEepDtDljm_PdBbkR3JA .dcC_pqHYFgU16huYkWP5:first-letter {
513
+ font-size: var(--font-size-body-4);
514
+ }
515
+ .x_X2axa502qG690LM5DM.iEepDtDljm_PdBbkR3JA .spPPzIkYjj024FZcGckd {
516
+ font-size: 24px;
517
+ padding-left: 35px;
518
+ }
519
+
520
+ .dcC_pqHYFgU16huYkWP5 {
521
+ color: var(--color-black);
522
+ padding: 16px;
523
+ font-weight: var(--font-weight-semibold);
524
+ text-transform: uppercase;
525
+ position: relative;
526
+ white-space: nowrap;
527
+ cursor: pointer;
528
+ }
529
+ .dcC_pqHYFgU16huYkWP5:after {
530
+ content: "";
531
+ position: absolute;
532
+ bottom: 0;
533
+ left: 0;
534
+ height: 1px;
535
+ width: 100%;
536
+ background-color: var(--color-orange);
537
+ transform: scaleY(0.5);
538
+ }
539
+
540
+ .MVw3JKiEvATmRxAAyFA8 {
541
+ color: var(--color-orange) !important;
542
+ }
543
+
544
+ .ULIAFOHHnjA6viVps4dE {
545
+ position: absolute;
546
+ top: 12px;
547
+ right: 24px;
548
+ width: 24px;
549
+ height: 24px;
550
+ display: flex;
551
+ align-items: center;
552
+ justify-content: center;
553
+ z-index: 1;
554
+ cursor: pointer;
555
+ }
556
+ .ULIAFOHHnjA6viVps4dE > * {
557
+ font-size: var(--font-size-body-5);
558
+ }
559
+
560
+ .PxCQRuiQJ_ybUIGB2l5f {
561
+ margin-top: 8px;
562
+ padding-left: 16px;
563
+ }
564
+
565
+ .N7GunVO7DCC1e16M_hkm {
566
+ color: var(--color-black);
567
+ padding: 8px;
568
+ margin-top: 8px;
569
+ font-weight: var(--font-weight-semibold);
570
+ cursor: pointer;
571
+ }
572
+ /*!***************************************************************************************************************************************************************!*\
573
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Switch/styles.module.scss ***!
574
+ \***************************************************************************************************************************************************************/
575
+ .gER2xKwlnobsIz4BLhGJ {
576
+ background-color: var(--color-grey) !important;
577
+ }
578
+ .gER2xKwlnobsIz4BLhGJ[aria-checked=true] {
579
+ background: var(--color-orange) !important;
580
+ }
581
+ /*!*****************************************************************************************************************************************************************!*\
582
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Category/styles.module.scss ***!
583
+ \*****************************************************************************************************************************************************************/
584
+ .lOKzfPUFf3ukLT2wGZaY {
585
+ display: grid;
586
+ grid-template-columns: 300px auto;
587
+ gap: 16px;
588
+ }
589
+
590
+ .OIrZOBn2f036M5MGzc61,
591
+ .adDQP_uvIYgNFVC4VdHj {
592
+ background: white;
593
+ padding: 20px;
594
+ overflow: auto;
595
+ }
596
+ /*!*********************************************************************************************************************************************************************************!*\
597
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Category/CategorySidebar/styles.module.scss ***!
598
+ \*********************************************************************************************************************************************************************************/
599
+ .yBjbWkudwA_AOwhHrnlc .ant-tree-title {
600
+ font-weight: var(--font-weight-semibold);
601
+ }
602
+ .yBjbWkudwA_AOwhHrnlc button {
603
+ margin-top: 32px;
604
+ width: 100%;
605
+ }
606
+ .yBjbWkudwA_AOwhHrnlc button:nth-child(3) {
607
+ margin-top: 12px;
608
+ }
609
+
610
+ .je000VEfsPqZupGr8ymu {
611
+ font-size: var(--font-size-body-4);
612
+ font-weight: 600;
613
+ line-height: 100%;
614
+ color: var(--color-blue);
615
+ text-transform: uppercase;
616
+ }
617
+
618
+ .tUDGWNXopUejF6zWJloy {
619
+ margin-top: 20px;
620
+ }
621
+ /*!*********************************************************************************************************************************************************************************!*\
622
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Questions/SingleQuestion/styles.module.scss ***!
623
+ \*********************************************************************************************************************************************************************************/
624
+ .O0Juh2loT1HHb612gOA4 .ant-form-item {
625
+ margin-bottom: 0;
626
+ }
627
+ .O0Juh2loT1HHb612gOA4 .ant-space {
628
+ display: flex;
629
+ flex-direction: column;
630
+ gap: 12px;
631
+ border-bottom: 1px solid var(--color-blue);
632
+ padding: 16px 10px;
633
+ }
634
+ .O0Juh2loT1HHb612gOA4 .ant-space-item {
635
+ width: 100%;
636
+ }
637
+
638
+ .hg7oiINfKCZSUt6dEq4A {
639
+ display: none;
640
+ }
641
+
642
+ .BAso_dbeoowN7VtxWiKx {
643
+ display: grid;
644
+ grid-template-columns: minmax(18px, auto) 1fr 90px;
645
+ gap: 20px;
646
+ color: var(--color-black);
647
+ font-size: var(--font-size-body-4);
648
+ line-height: 100%;
649
+ font-weight: var(--font-weight-medium);
650
+ align-items: center;
651
+ }
652
+
653
+ .qg_bZXG9dQdJvLBRGuqw {
654
+ display: grid;
655
+ grid-template-columns: minmax(18px, auto) 1fr 90px;
656
+ gap: 20px;
657
+ color: var(--color-grey-dark);
658
+ font-size: var(--font-size-body-3);
659
+ align-items: center;
660
+ }
661
+
662
+ .y8UJFmCyGQzEQk4XjnI9 {
663
+ display: none;
664
+ }
665
+
666
+ .kknDal3CIbUXI7Lu2wPV {
667
+ display: flex;
668
+ align-items: center;
669
+ justify-content: flex-start;
670
+ gap: 20px;
671
+ }
672
+
673
+ .upuPapYjj1uGowukEEIi {
674
+ display: none;
675
+ align-items: center;
676
+ justify-content: center;
677
+ }
678
+
679
+ .KfrJPVKxY4b6bmXeJL5U {
680
+ display: flex;
681
+ align-items: center;
682
+ justify-content: center;
683
+ gap: 16px;
684
+ }
685
+
686
+ .zRPlv7rfSSACHPLZLs16,
687
+ .EHyxN8DmDHOLkQDROSV5,
688
+ .NLIlnBPfo09cpWYzpZ_J {
689
+ font-size: var(--font-size-body-5);
690
+ cursor: pointer;
691
+ }
692
+
693
+ .AHIc83P7PkYUr3no83sO {
694
+ margin-top: 24px;
695
+ }
696
+ /*!*********************************************************************************************************************************************************************************!*\
697
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Category/CategoryContent/styles.module.scss ***!
698
+ \*********************************************************************************************************************************************************************************/
699
+ .vw302ajYc4_7bIROncyM {
700
+ font-size: var(--font-size-body-4);
701
+ font-weight: 600;
702
+ line-height: 100%;
703
+ color: var(--color-blue);
704
+ text-transform: uppercase;
705
+ margin-bottom: 32px;
706
+ }
707
+
708
+ .DrsaZTs1Ny6wZ76RwDR9 {
709
+ font-size: var(--font-size-body-2);
710
+ color: var(--color-black);
711
+ font-weight: 700;
712
+ text-transform: uppercase;
713
+ }
714
+
715
+ .HVSssNqaNxLcYT_1lxBL {
716
+ display: grid;
717
+ grid-template-columns: minmax(200px, 1fr) auto 1fr auto;
718
+ gap: 46px;
719
+ }
720
+
721
+ .ACPbYsV0wNkissVLHcFh {
722
+ margin-top: 16px;
723
+ }
724
+
725
+ Label {
726
+ margin-bottom: 8px;
727
+ }
728
+
729
+ .g19LZsD26yzPPjBtV31w .ant-select {
730
+ width: 100%;
731
+ }
732
+ .g19LZsD26yzPPjBtV31w .ant-select-selector {
733
+ border-color: rgba(var(--color-black-rgb), 0.5) !important;
734
+ height: 50px !important;
735
+ display: flex;
736
+ align-items: center;
737
+ }
738
+ .g19LZsD26yzPPjBtV31w .ant-select-arrow {
739
+ color: var(--color-black);
740
+ }
741
+ .g19LZsD26yzPPjBtV31w .ant-switch {
742
+ width: 30px;
743
+ }
744
+ /*!**********************************************************************************************************************************************************************!*\
745
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/DatePickerTag/styles.module.scss ***!
746
+ \**********************************************************************************************************************************************************************/
747
+ .j8_c3JHTX0JOkT36fF6A {
748
+ contain: inline-size;
749
+ }
750
+ .j8_c3JHTX0JOkT36fF6A .HgmGSts5FIH3osmekIYG {
751
+ height: 50px;
752
+ width: 300px;
753
+ }
754
+ @media (min-width: 1024px) {
755
+ .j8_c3JHTX0JOkT36fF6A .HgmGSts5FIH3osmekIYG {
756
+ width: 450px;
757
+ }
758
+ }
759
+ .j8_c3JHTX0JOkT36fF6A .xlaG0XsJDRR9AClqXzzC .ant-tag {
760
+ background-color: var(--color-orange);
761
+ color: var(--color-white);
762
+ padding: 6px 16px;
763
+ max-width: 240px;
764
+ }
765
+ .j8_c3JHTX0JOkT36fF6A .xlaG0XsJDRR9AClqXzzC .anticon-close {
766
+ color: var(--color-white);
767
+ font-size: 12px;
768
+ }
769
+ .j8_c3JHTX0JOkT36fF6A .xlaG0XsJDRR9AClqXzzC .anticon-close:hover {
770
+ color: var(--color-black);
771
+ }
772
+ /*!*********************************************************************************************************************************************************************!*\
773
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/AnalyticsBar/styles.module.scss ***!
774
+ \*********************************************************************************************************************************************************************/
775
+ .BWmwZ5nFKyctBZyOAXzg {
776
+ width: 100%;
777
+ }
778
+
779
+ .GWTSauaAl_v9W8o4YPxW {
780
+ background: rgba(44, 45, 46, 0.0509803922);
781
+ height: 100%;
782
+ position: relative;
783
+ }
784
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-light {
785
+ background-color: transparent !important;
786
+ border-inline-end: none !important;
787
+ }
788
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-title-content {
789
+ font-size: 17px;
790
+ line-height: 20px;
791
+ font-weight: var(--font-weight-semibold);
792
+ }
793
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-title-content:hover {
794
+ color: var(--color-orange);
795
+ }
796
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-sub .ant-menu-title-content {
797
+ font-size: 15px;
798
+ line-height: 18px;
799
+ font-weight: var(--font-weight-medium);
800
+ }
801
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-sub .ant-menu-item {
802
+ height: 30px;
803
+ line-height: 30px;
804
+ }
805
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-sub .ant-menu-item:first-child {
806
+ margin-top: -10px;
807
+ }
808
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-submenu {
809
+ border-top: 1px solid var(--color-orange);
810
+ border-radius: 0;
811
+ }
812
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-item:hover {
813
+ background-color: initial !important;
814
+ }
815
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-item-selected,
816
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-submenu-selected > .ant-menu-submenu-title {
817
+ color: var(--color-orange);
818
+ background-color: initial;
819
+ }
820
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-inline .ant-menu-sub.ant-menu-inline {
821
+ background: initial;
822
+ }
823
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-submenu-title {
824
+ height: 50px !important;
825
+ line-height: 50px !important;
826
+ }
827
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-submenu-title:hover {
828
+ background-color: initial !important;
829
+ }
830
+ .GWTSauaAl_v9W8o4YPxW .ant-menu-submenu-title .anticon {
831
+ color: var(--color-orange);
832
+ }
833
+
834
+ .hWGer1IJ7RdkfQWwYfsw {
835
+ position: absolute;
836
+ top: 24px;
837
+ left: 24px;
838
+ right: 24px;
839
+ height: 144px;
840
+ }
841
+
842
+ .MD1FhirslDDwd2izGwai {
843
+ font-size: var(--font-size-body-2);
844
+ line-height: 14px;
845
+ font-weight: var(--font-weight-light);
846
+ display: inline-block;
847
+ padding: 12px;
848
+ cursor: pointer;
849
+ position: absolute;
850
+ right: 0;
851
+ top: 60px;
852
+ }
853
+
854
+ .RxGn4c38kNq8Ai4ypW_x {
855
+ position: absolute;
856
+ top: 144px;
857
+ left: 24px;
858
+ right: 24px;
859
+ bottom: 0;
860
+ overflow-y: auto;
861
+ overflow-x: hidden;
862
+ padding-bottom: 24px;
863
+ }
864
+ /*!*************************************************************************************************************************************************************************!*\
865
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/CategoryResponse/styles.module.scss ***!
866
+ \*************************************************************************************************************************************************************************/
867
+ .rdjN4ln3xiUoa6Q0NMMm {
868
+ display: grid;
869
+ grid-template-columns: 1fr;
870
+ gap: 16px;
871
+ height: 100%;
872
+ }
873
+ @media (min-width: 600px) {
874
+ .rdjN4ln3xiUoa6Q0NMMm {
875
+ grid-template-columns: 220px auto;
876
+ }
877
+ }
878
+ @media (min-width: 768px) {
879
+ .rdjN4ln3xiUoa6Q0NMMm {
880
+ grid-template-columns: 300px auto;
881
+ }
882
+ }
883
+
884
+ .Q4flbvKEPN6Jx9Cob22I {
885
+ background: #EBECED;
886
+ overflow: auto;
887
+ padding: 20px 20px 0 20px;
888
+ max-height: 80px;
889
+ }
890
+ @media (min-width: 768px) {
891
+ .Q4flbvKEPN6Jx9Cob22I {
892
+ padding: 20px;
893
+ }
894
+ }
895
+
896
+ .hK3soC6m563VuiLnNutq {
897
+ background: var(--color-white);
898
+ overflow: auto;
899
+ padding: 20px;
900
+ }
901
+
902
+ .guqqOMHeZE56Bg2p5Ad8 {
903
+ font-size: var(--font-size-body-2);
904
+ color: var(--color-blue);
905
+ margin-bottom: 12px;
906
+ font-weight: var(--font-weight-semibold);
907
+ text-transform: uppercase;
908
+ }
909
+ @media (min-width: 768px) {
910
+ .guqqOMHeZE56Bg2p5Ad8 {
911
+ font-size: var(--font-size-body-4);
912
+ margin-bottom: 36px;
913
+ }
914
+ }
915
+
916
+ .wRCQxnQc_MZGDeiY1bcL {
917
+ padding-bottom: 15px;
918
+ font-weight: var(--font-weight-bold);
919
+ font-size: var(--font-size-body-2);
920
+ }
921
+ @media (min-width: 768px) {
922
+ .wRCQxnQc_MZGDeiY1bcL {
923
+ font-size: var(--font-size-body-4);
924
+ }
925
+ }
926
+
927
+ .JRmeFBsSP1f1HJwarMpc {
928
+ cursor: pointer;
929
+ }
930
+
931
+ .Y6yF3VITdrKdQzDtqTZX {
932
+ padding-left: 16px;
933
+ }
934
+ .Y6yF3VITdrKdQzDtqTZX .wRCQxnQc_MZGDeiY1bcL {
935
+ font-weight: var(--font-weight-semibold);
936
+ }
937
+ .Y6yF3VITdrKdQzDtqTZX .aKZCkmPsc0LiPdj3sEeG .Y6yF3VITdrKdQzDtqTZX .wRCQxnQc_MZGDeiY1bcL {
938
+ font-weight: var(--font-weight-light);
939
+ }
940
+
941
+ .aKZCkmPsc0LiPdj3sEeG {
942
+ display: block;
943
+ }
944
+
945
+ .U_3frSKmaOQyTCb9oBkg {
946
+ color: var(--color-orange);
947
+ }
948
+
949
+ .GEZDeWAneRLnZQyf4y9l {
950
+ margin-bottom: 16px;
951
+ }
952
+ @media (min-width: 768px) {
953
+ .GEZDeWAneRLnZQyf4y9l {
954
+ margin-bottom: 24px;
955
+ }
956
+ }
957
+
958
+ .YcOvMLXE7vKR2Y0_BPRr {
959
+ font-size: var(--font-size-body-3);
960
+ color: var(--color-blue);
961
+ font-weight: var(--font-weight-semibold);
962
+ margin-bottom: 8px;
963
+ }
964
+ @media (min-width: 768px) {
965
+ .YcOvMLXE7vKR2Y0_BPRr {
966
+ font-size: var(--font-size-body-4);
967
+ }
968
+ }
969
+
970
+ .vlMh_CCr45wbKV4fMhJx {
971
+ font-size: var(--font-size-body-2);
972
+ font-weight: var(--font-weight-light);
973
+ color: var(--color-black);
974
+ }
975
+ @media (min-width: 768px) {
976
+ .vlMh_CCr45wbKV4fMhJx {
977
+ font-size: var(--font-size-body-3);
978
+ }
979
+ }
980
+
981
+ .NZ_ohAxNxhxZsCBr2PRA {
982
+ display: flex;
983
+ flex-direction: row;
984
+ gap: 12px;
985
+ margin-bottom: 24px;
986
+ }
987
+ @media (min-width: 768px) {
988
+ .NZ_ohAxNxhxZsCBr2PRA {
989
+ margin-bottom: 36px;
990
+ }
991
+ }
992
+
993
+ .CArVrMs2ac6JvM1VGLSw {
994
+ flex-direction: column;
995
+ border-bottom: 1px solid rgba(var(--color-blue-rgb), 0.2);
996
+ margin-bottom: 24px;
997
+ }
998
+ .CArVrMs2ac6JvM1VGLSw .OpqJ6gab6fPIq3KyckPO {
999
+ width: 100%;
1000
+ border-bottom: none;
1001
+ }
1002
+ .CArVrMs2ac6JvM1VGLSw .E9TXHxbgaI6LGMZHG9bV {
1003
+ width: 100%;
1004
+ height: auto;
1005
+ }
1006
+ .CArVrMs2ac6JvM1VGLSw .E9TXHxbgaI6LGMZHG9bV .ant-input {
1007
+ min-height: 140px;
1008
+ }
1009
+ .CArVrMs2ac6JvM1VGLSw .E9TXHxbgaI6LGMZHG9bV .ant-form-item {
1010
+ margin-bottom: 16px;
1011
+ }
1012
+
1013
+ .OpqJ6gab6fPIq3KyckPO {
1014
+ width: calc(100% - 112px);
1015
+ border-bottom: 1px solid rgba(var(--color-blue-rgb), 0.2);
1016
+ }
1017
+
1018
+ .E9TXHxbgaI6LGMZHG9bV {
1019
+ width: 100px;
1020
+ height: 50px;
1021
+ align-self: flex-end;
1022
+ }
1023
+
1024
+ .xdLvKgnXC4tm2aa6tAap {
1025
+ font-size: var(--font-size-body-2);
1026
+ font-weight: var(--font-weight-semibold);
1027
+ margin-bottom: 8px;
1028
+ }
1029
+ @media (min-width: 768px) {
1030
+ .xdLvKgnXC4tm2aa6tAap {
1031
+ font-size: var(--font-size-body-3);
1032
+ }
1033
+ }
1034
+
1035
+ .r5obiTduSUBq1uL7oceW {
1036
+ font-weight: var(--font-weight-light);
1037
+ margin-bottom: 4px;
1038
+ }
1039
+ /*!*****************************************************************************************************************************************************************!*\
1040
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/UserInfo/styles.module.scss ***!
1041
+ \*****************************************************************************************************************************************************************/
1042
+ .qaO99d3JMWSM8DLS1LvS {
1043
+ display: flex;
1044
+ flex-direction: column;
1045
+ background-color: var(--white-color);
1046
+ padding: 24px;
1047
+ color: var(--color-black);
1048
+ width: 150px;
1049
+ word-wrap: break-word;
1050
+ }
1051
+
1052
+ .Zv6hI_F5yvuBDnPK8u2C {
1053
+ color: var(--color-blue) !important;
1054
+ font-size: var(--font-size-body-5);
1055
+ font-weight: var(--font-weight-bold);
1056
+ }
1057
+
1058
+ .JxTKMPM3nEvZB42uuV1e {
1059
+ font-weight: var(--font-weight-semibold);
1060
+ font-size: var(--font-size-label);
1061
+ }
1062
+
1063
+ .JKKhO8apIWdMp0JLU0iD {
1064
+ font-weight: var(--font-weight-bold);
1065
+ font-size: var(--font-size-body-base);
1066
+ }
1067
+
1068
+ .GqgjW40ocDFW4xi4Mszm {
1069
+ font-weight: var(--font-weight-regular);
1070
+ font-size: var(--font-size-label);
1071
+ }
1072
+ /*!*************************************************************************************************************************************************************************!*\
1073
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/CategoryReadOnly/styles.module.scss ***!
1074
+ \*************************************************************************************************************************************************************************/
1075
+ .zsvRMmfrmqBj9iRjtQpO {
1076
+ display: grid;
1077
+ grid-template-columns: 300px auto;
1078
+ gap: 16px;
1079
+ height: 100%;
1080
+ }
1081
+
1082
+ .pb4QP8qfuDG2T6wfXkUC {
1083
+ overflow: auto;
1084
+ background: #EBECED;
1085
+ }
1086
+
1087
+ .gP05vt1R1r67eWteznvr {
1088
+ overflow: auto;
1089
+ background: var(--color-white);
1090
+ }
1091
+
1092
+ .pb4QP8qfuDG2T6wfXkUC,
1093
+ .gP05vt1R1r67eWteznvr {
1094
+ padding: 20px;
1095
+ }
1096
+
1097
+ .btRPAI8631Q2XXYP6nZ7 {
1098
+ font-size: var(--font-size-body-4);
1099
+ color: var(--color-blue);
1100
+ margin-bottom: 36px;
1101
+ font-weight: var(--font-weight-semibold);
1102
+ text-transform: uppercase;
1103
+ }
1104
+
1105
+ .SbA9dHRh1JSG4xp1Aqie {
1106
+ padding-bottom: 15px;
1107
+ font-weight: var(--font-weight-bold);
1108
+ font-size: var(--font-size-body-4);
1109
+ }
1110
+
1111
+ .ZsQJQ__gMgYGYau95r8U {
1112
+ cursor: pointer;
1113
+ }
1114
+
1115
+ .PPF4FGgo1aDsBm13cNj8 {
1116
+ padding-left: 16px;
1117
+ }
1118
+ .PPF4FGgo1aDsBm13cNj8 .SbA9dHRh1JSG4xp1Aqie {
1119
+ font-weight: var(--font-weight-semibold);
1120
+ }
1121
+ .PPF4FGgo1aDsBm13cNj8 .QEsWraNRLBQux4k4KNAE .PPF4FGgo1aDsBm13cNj8 .SbA9dHRh1JSG4xp1Aqie {
1122
+ font-weight: var(--font-weight-light);
1123
+ }
1124
+
1125
+ .QEsWraNRLBQux4k4KNAE {
1126
+ display: block;
1127
+ }
1128
+
1129
+ .VQ09MnwMcIzpW1iabb4A {
1130
+ color: var(--color-orange);
1131
+ }
1132
+
1133
+ .cmcMqdZJEUjlu34ag1Md {
1134
+ margin-bottom: 32px;
1135
+ display: flex;
1136
+ justify-content: space-between;
1137
+ align-items: center;
1138
+ }
1139
+
1140
+ .i_U4mKg0Sxl4EvVzgv0L {
1141
+ font-size: var(--font-size-body-4);
1142
+ color: var(--color-blue);
1143
+ font-weight: var(--font-weight-semibold);
1144
+ margin-bottom: 8px;
1145
+ }
1146
+
1147
+ .Tnut0v2OeSU0e7XwrCXI {
1148
+ font-size: var(--font-size-body-3);
1149
+ font-weight: var(--font-weight-light);
1150
+ color: var(--color-black);
1151
+ }
1152
+
1153
+ .W2hZQFsItdqKPcBu4UrA {
1154
+ display: flex;
1155
+ flex-direction: row;
1156
+ gap: 36px;
1157
+ margin-bottom: 36px;
1158
+ border-bottom: 1px solid rgba(var(--color-blue-rgb), 0.2);
1159
+ padding-bottom: 4px;
1160
+ }
1161
+
1162
+ .tIVLagS5XxibJ4PBCNpp {
1163
+ flex-direction: column;
1164
+ border-bottom: 1px solid rgba(var(--color-blue-rgb), 0.2);
1165
+ margin-bottom: 24px;
1166
+ }
1167
+ .tIVLagS5XxibJ4PBCNpp .RenA6EOwu2sFJGoqYbYz {
1168
+ width: 100%;
1169
+ border-bottom: none;
1170
+ }
1171
+ .tIVLagS5XxibJ4PBCNpp .N0_FbFF8bLYtEcr8_2B9 {
1172
+ width: 100%;
1173
+ height: auto;
1174
+ }
1175
+ .tIVLagS5XxibJ4PBCNpp .N0_FbFF8bLYtEcr8_2B9 .ant-input {
1176
+ min-height: 140px;
1177
+ }
1178
+ .tIVLagS5XxibJ4PBCNpp .N0_FbFF8bLYtEcr8_2B9 .ant-form-item {
1179
+ margin-bottom: 16px;
1180
+ }
1181
+
1182
+ .RenA6EOwu2sFJGoqYbYz {
1183
+ width: calc(100% - 149px);
1184
+ display: flex;
1185
+ align-items: center;
1186
+ }
1187
+
1188
+ .N0_FbFF8bLYtEcr8_2B9 {
1189
+ width: 130px;
1190
+ min-width: 130px;
1191
+ align-self: flex-end;
1192
+ display: flex;
1193
+ justify-content: space-between;
1194
+ padding-right: 15px;
1195
+ }
1196
+
1197
+ .GaBbmrXh2G03hz6ha5vB {
1198
+ display: none;
1199
+ }
1200
+
1201
+ .QYrBVtDmfSFNxJFztXVl {
1202
+ width: 130px;
1203
+ min-width: 130px;
1204
+ align-self: flex-end;
1205
+ display: flex;
1206
+ justify-content: space-between;
1207
+ gap: 34px;
1208
+ }
1209
+
1210
+ .V_qOYQwuQ9mXa8aniYgl {
1211
+ font-size: var(--font-size-body-3);
1212
+ font-weight: var(--font-weight-medium);
1213
+ }
1214
+
1215
+ .pvSzNydRHp3dkh3WrOeA {
1216
+ font-weight: var(--font-weight-light);
1217
+ margin-bottom: 4px;
1218
+ }
1219
+
1220
+ .Ehgx39o1k8blh7IDJ2mg {
1221
+ padding: 6px;
1222
+ font-size: var(--font-size-body-4);
1223
+ font-weight: var(--font-weight-medium);
1224
+ color: var(--color-white);
1225
+ border-radius: 5px;
1226
+ display: inline-flex;
1227
+ letter-spacing: 3px;
1228
+ }
1229
+
1230
+ .ifR0bkZtK7yVHD6YZ_Zz {
1231
+ background-color: rgba(217, 217, 217, 0.5);
1232
+ border-radius: 5px;
1233
+ padding: 8px 15px;
1234
+ display: flex;
1235
+ flex-direction: row;
1236
+ gap: 50px;
1237
+ align-items: center;
1238
+ }
1239
+
1240
+ .NL5HeemkTIg0oPHDXVtO {
1241
+ font-size: var(--font-size-body-3);
1242
+ font-weight: var(--font-weight-medium);
1243
+ color: var(--color-black);
1244
+ }