amis 2.6.0 → 2.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (396) hide show
  1. package/esm/compat.js +2 -2
  2. package/esm/index.js +2 -2
  3. package/esm/preset.js +2 -2
  4. package/esm/renderers/Action.d.ts +12 -5
  5. package/esm/renderers/Action.js +16 -4
  6. package/esm/renderers/Alert.js +2 -2
  7. package/esm/renderers/AnchorNav.js +3 -3
  8. package/esm/renderers/App.js +2 -2
  9. package/esm/renderers/Audio.js +2 -2
  10. package/esm/renderers/Avatar.js +2 -2
  11. package/esm/renderers/BarCode.js +2 -2
  12. package/esm/renderers/Breadcrumb.js +2 -2
  13. package/esm/renderers/ButtonGroup.js +2 -2
  14. package/esm/renderers/CRUD.js +2 -2
  15. package/esm/renderers/CRUD2.js +12 -9
  16. package/esm/renderers/Calendar.js +2 -2
  17. package/esm/renderers/Card.js +2 -2
  18. package/esm/renderers/Card2.js +2 -2
  19. package/esm/renderers/Cards.js +2 -2
  20. package/esm/renderers/Carousel.js +2 -2
  21. package/esm/renderers/Chart.js +2 -2
  22. package/esm/renderers/Code.js +2 -2
  23. package/esm/renderers/Collapse.js +2 -2
  24. package/esm/renderers/CollapseGroup.js +2 -2
  25. package/esm/renderers/Color.js +2 -2
  26. package/esm/renderers/Container.d.ts +57 -1
  27. package/esm/renderers/Container.js +21 -7
  28. package/esm/renderers/Copyable.js +2 -2
  29. package/esm/renderers/Custom.js +2 -2
  30. package/esm/renderers/Date.js +2 -2
  31. package/esm/renderers/DateRange.js +2 -2
  32. package/esm/renderers/Dialog.js +2 -2
  33. package/esm/renderers/Divider.js +2 -2
  34. package/esm/renderers/Drawer.js +2 -2
  35. package/esm/renderers/DropDownButton.js +17 -11
  36. package/esm/renderers/Each.js +2 -2
  37. package/esm/renderers/Flex.js +2 -2
  38. package/esm/renderers/Form/ButtonGroupSelect.js +2 -2
  39. package/esm/renderers/Form/ButtonToolbar.js +2 -2
  40. package/esm/renderers/Form/ChainedSelect.js +2 -2
  41. package/esm/renderers/Form/ChartRadios.js +2 -2
  42. package/esm/renderers/Form/Checkbox.js +2 -2
  43. package/esm/renderers/Form/Checkboxes.js +2 -2
  44. package/esm/renderers/Form/Combo.js +2 -2
  45. package/esm/renderers/Form/ConditionBuilder.js +2 -2
  46. package/esm/renderers/Form/Control.js +2 -2
  47. package/esm/renderers/Form/DiffEditor.js +2 -2
  48. package/esm/renderers/Form/Editor.js +2 -2
  49. package/esm/renderers/Form/FieldSet.js +2 -2
  50. package/esm/renderers/Form/Formula.js +2 -2
  51. package/esm/renderers/Form/Group.js +2 -2
  52. package/esm/renderers/Form/Hidden.js +2 -2
  53. package/esm/renderers/Form/IconPicker.js +2 -2
  54. package/esm/renderers/Form/IconPickerIcons.js +2 -2
  55. package/esm/renderers/Form/IconSelect.d.ts +2 -0
  56. package/esm/renderers/Form/IconSelect.js +31 -7
  57. package/esm/renderers/Form/IconSelectStore.d.ts +1 -0
  58. package/esm/renderers/Form/IconSelectStore.js +2 -2
  59. package/esm/renderers/Form/InputArray.js +2 -2
  60. package/esm/renderers/Form/InputCity.js +2 -2
  61. package/esm/renderers/Form/InputColor.js +2 -2
  62. package/esm/renderers/Form/InputDate.js +2 -2
  63. package/esm/renderers/Form/InputDateRange.js +2 -2
  64. package/esm/renderers/Form/InputExcel.js +2 -2
  65. package/esm/renderers/Form/InputFile.js +2 -2
  66. package/esm/renderers/Form/InputFormula.js +2 -2
  67. package/esm/renderers/Form/InputGroup.js +2 -2
  68. package/esm/renderers/Form/InputImage.js +2 -2
  69. package/esm/renderers/Form/InputMonthRange.js +2 -2
  70. package/esm/renderers/Form/InputNumber.js +2 -2
  71. package/esm/renderers/Form/InputQuarterRange.js +2 -2
  72. package/esm/renderers/Form/InputRange.js +2 -2
  73. package/esm/renderers/Form/InputRating.js +2 -2
  74. package/esm/renderers/Form/InputRepeat.js +2 -2
  75. package/esm/renderers/Form/InputRichText.js +2 -2
  76. package/esm/renderers/Form/InputSubForm.js +2 -2
  77. package/esm/renderers/Form/InputTable.js +2 -2
  78. package/esm/renderers/Form/InputTag.js +2 -2
  79. package/esm/renderers/Form/InputText.js +30 -13
  80. package/esm/renderers/Form/InputTree.js +2 -2
  81. package/esm/renderers/Form/InputYearRange.js +2 -2
  82. package/esm/renderers/Form/JSONSchema.js +2 -2
  83. package/esm/renderers/Form/JSONSchemaEditor.js +2 -2
  84. package/esm/renderers/Form/ListSelect.js +2 -2
  85. package/esm/renderers/Form/LocationPicker.js +2 -2
  86. package/esm/renderers/Form/MatrixCheckboxes.js +2 -2
  87. package/esm/renderers/Form/NestedSelect.d.ts +1 -3
  88. package/esm/renderers/Form/NestedSelect.js +13 -7
  89. package/esm/renderers/Form/Picker.js +2 -2
  90. package/esm/renderers/Form/Radios.js +2 -2
  91. package/esm/renderers/Form/Select.js +4 -4
  92. package/esm/renderers/Form/Static.js +2 -2
  93. package/esm/renderers/Form/StaticHoc.js +2 -2
  94. package/esm/renderers/Form/Switch.js +2 -2
  95. package/esm/renderers/Form/TabsTransfer.js +2 -2
  96. package/esm/renderers/Form/TabsTransferPicker.js +2 -2
  97. package/esm/renderers/Form/Textarea.js +2 -2
  98. package/esm/renderers/Form/Transfer.d.ts +4 -0
  99. package/esm/renderers/Form/Transfer.js +17 -11
  100. package/esm/renderers/Form/TransferPicker.js +2 -2
  101. package/esm/renderers/Form/TreeSelect.js +2 -2
  102. package/esm/renderers/Form/UUID.js +2 -2
  103. package/esm/renderers/Form/UserSelect.js +2 -2
  104. package/esm/renderers/Grid.js +2 -2
  105. package/esm/renderers/Grid2D.js +2 -2
  106. package/esm/renderers/GridNav.js +2 -2
  107. package/esm/renderers/HBox.js +2 -2
  108. package/esm/renderers/IFrame.js +2 -2
  109. package/esm/renderers/Icon.d.ts +3 -0
  110. package/esm/renderers/Icon.js +43 -7
  111. package/esm/renderers/Image.js +2 -2
  112. package/esm/renderers/Images.js +2 -2
  113. package/esm/renderers/Json.js +2 -2
  114. package/esm/renderers/Link.js +2 -2
  115. package/esm/renderers/List.js +2 -2
  116. package/esm/renderers/Log.js +2 -2
  117. package/esm/renderers/Mapping.js +7 -3
  118. package/esm/renderers/Markdown.js +2 -2
  119. package/esm/renderers/MultilineText.js +2 -2
  120. package/esm/renderers/Nav.d.ts +73 -23
  121. package/esm/renderers/Nav.js +400 -165
  122. package/esm/renderers/Operation.js +2 -2
  123. package/esm/renderers/Page.js +2 -2
  124. package/esm/renderers/Pagination.js +2 -2
  125. package/esm/renderers/PaginationWrapper.js +2 -2
  126. package/esm/renderers/Panel.js +5 -3
  127. package/esm/renderers/Password.js +2 -2
  128. package/esm/renderers/Plain.js +2 -2
  129. package/esm/renderers/PopOver.js +2 -2
  130. package/esm/renderers/Portlet.js +2 -2
  131. package/esm/renderers/Progress.js +2 -2
  132. package/esm/renderers/Property.js +2 -2
  133. package/esm/renderers/QRCode.js +2 -2
  134. package/esm/renderers/QuickEdit.js +2 -2
  135. package/esm/renderers/Remark.js +2 -2
  136. package/esm/renderers/SearchBox.js +2 -2
  137. package/esm/renderers/Service.js +2 -2
  138. package/esm/renderers/SparkLine.js +2 -2
  139. package/esm/renderers/Spinner.js +2 -2
  140. package/esm/renderers/Status.js +4 -4
  141. package/esm/renderers/Steps.js +2 -2
  142. package/esm/renderers/Table/ColumnToggler.js +2 -2
  143. package/esm/renderers/Table/HeadCellFilterDropdown.js +2 -2
  144. package/esm/renderers/Table/HeadCellSearchDropdown.js +2 -2
  145. package/esm/renderers/Table/ItemActionsWrapper.js +2 -2
  146. package/esm/renderers/Table/TableBody.js +2 -2
  147. package/esm/renderers/Table/TableCell.js +5 -3
  148. package/esm/renderers/Table/TableContent.js +2 -2
  149. package/esm/renderers/Table/TableRow.js +2 -2
  150. package/esm/renderers/Table/exportExcel.js +2 -2
  151. package/esm/renderers/Table/index.js +2 -2
  152. package/esm/renderers/Table2/ColumnToggler.js +2 -2
  153. package/esm/renderers/Table2/HeadCellSearchDropdown.js +6 -3
  154. package/esm/renderers/Table2/TableCell.js +2 -2
  155. package/esm/renderers/Table2/index.js +4 -3
  156. package/esm/renderers/TableView.js +2 -2
  157. package/esm/renderers/Tabs.js +2 -2
  158. package/esm/renderers/Tag.d.ts +3 -0
  159. package/esm/renderers/Tag.js +41 -5
  160. package/esm/renderers/Tasks.js +2 -2
  161. package/esm/renderers/Timeline.js +2 -2
  162. package/esm/renderers/TooltipWrapper.js +2 -2
  163. package/esm/renderers/Tpl.d.ts +4 -2
  164. package/esm/renderers/Tpl.js +2 -2
  165. package/esm/renderers/VBox.js +2 -2
  166. package/esm/renderers/Video.js +2 -2
  167. package/esm/renderers/WebComponent.js +2 -2
  168. package/esm/renderers/Wizard.js +2 -2
  169. package/esm/renderers/Words.js +2 -2
  170. package/esm/renderers/Wrapper.js +2 -2
  171. package/esm/schemaExtend.js +2 -2
  172. package/lib/compat.js +2 -2
  173. package/lib/index.js +2 -2
  174. package/lib/preset.js +2 -2
  175. package/lib/renderers/Action.d.ts +12 -5
  176. package/lib/renderers/Action.js +15 -3
  177. package/lib/renderers/Alert.js +2 -2
  178. package/lib/renderers/AnchorNav.js +3 -3
  179. package/lib/renderers/App.js +2 -2
  180. package/lib/renderers/Audio.js +2 -2
  181. package/lib/renderers/Avatar.js +2 -2
  182. package/lib/renderers/BarCode.js +2 -2
  183. package/lib/renderers/Breadcrumb.js +2 -2
  184. package/lib/renderers/ButtonGroup.js +2 -2
  185. package/lib/renderers/CRUD.js +2 -2
  186. package/lib/renderers/CRUD2.js +14 -10
  187. package/lib/renderers/Calendar.js +2 -2
  188. package/lib/renderers/Card.js +2 -2
  189. package/lib/renderers/Card2.js +2 -2
  190. package/lib/renderers/Cards.js +2 -2
  191. package/lib/renderers/Carousel.js +2 -2
  192. package/lib/renderers/Chart.js +2 -2
  193. package/lib/renderers/Code.js +2 -2
  194. package/lib/renderers/Collapse.js +2 -2
  195. package/lib/renderers/CollapseGroup.js +2 -2
  196. package/lib/renderers/Color.js +2 -2
  197. package/lib/renderers/Container.d.ts +57 -1
  198. package/lib/renderers/Container.js +20 -5
  199. package/lib/renderers/Copyable.js +2 -2
  200. package/lib/renderers/Custom.js +2 -2
  201. package/lib/renderers/Date.js +2 -2
  202. package/lib/renderers/DateRange.js +2 -2
  203. package/lib/renderers/Dialog.d.ts +40 -40
  204. package/lib/renderers/Dialog.js +2 -2
  205. package/lib/renderers/Divider.js +2 -2
  206. package/lib/renderers/Drawer.js +2 -2
  207. package/lib/renderers/DropDownButton.js +16 -10
  208. package/lib/renderers/Each.js +2 -2
  209. package/lib/renderers/Flex.js +2 -2
  210. package/lib/renderers/Form/ButtonGroupSelect.js +2 -2
  211. package/lib/renderers/Form/ButtonToolbar.js +2 -2
  212. package/lib/renderers/Form/ChainedSelect.js +2 -2
  213. package/lib/renderers/Form/ChartRadios.js +2 -2
  214. package/lib/renderers/Form/Checkbox.js +2 -2
  215. package/lib/renderers/Form/Checkboxes.js +2 -2
  216. package/lib/renderers/Form/Combo.js +2 -2
  217. package/lib/renderers/Form/ConditionBuilder.js +2 -2
  218. package/lib/renderers/Form/Control.js +2 -2
  219. package/lib/renderers/Form/DiffEditor.d.ts +25 -25
  220. package/lib/renderers/Form/DiffEditor.js +2 -2
  221. package/lib/renderers/Form/Editor.d.ts +3 -3
  222. package/lib/renderers/Form/Editor.js +2 -2
  223. package/lib/renderers/Form/FieldSet.js +2 -2
  224. package/lib/renderers/Form/Formula.js +2 -2
  225. package/lib/renderers/Form/Group.js +2 -2
  226. package/lib/renderers/Form/Hidden.js +2 -2
  227. package/lib/renderers/Form/IconPicker.js +2 -2
  228. package/lib/renderers/Form/IconPickerIcons.js +2 -2
  229. package/lib/renderers/Form/IconSelect.d.ts +2 -0
  230. package/lib/renderers/Form/IconSelect.js +32 -7
  231. package/lib/renderers/Form/IconSelectStore.d.ts +1 -0
  232. package/lib/renderers/Form/IconSelectStore.js +2 -2
  233. package/lib/renderers/Form/InputArray.js +2 -2
  234. package/lib/renderers/Form/InputCity.d.ts +40 -40
  235. package/lib/renderers/Form/InputCity.js +2 -2
  236. package/lib/renderers/Form/InputColor.d.ts +40 -40
  237. package/lib/renderers/Form/InputColor.js +2 -2
  238. package/lib/renderers/Form/InputDate.js +2 -2
  239. package/lib/renderers/Form/InputDateRange.js +2 -2
  240. package/lib/renderers/Form/InputExcel.js +2 -2
  241. package/lib/renderers/Form/InputFile.js +2 -2
  242. package/lib/renderers/Form/InputFormula.js +2 -2
  243. package/lib/renderers/Form/InputGroup.js +2 -2
  244. package/lib/renderers/Form/InputImage.js +2 -2
  245. package/lib/renderers/Form/InputMonthRange.js +2 -2
  246. package/lib/renderers/Form/InputNumber.js +2 -2
  247. package/lib/renderers/Form/InputQuarterRange.js +2 -2
  248. package/lib/renderers/Form/InputRange.js +2 -2
  249. package/lib/renderers/Form/InputRating.js +2 -2
  250. package/lib/renderers/Form/InputRepeat.js +2 -2
  251. package/lib/renderers/Form/InputRichText.js +2 -2
  252. package/lib/renderers/Form/InputSubForm.js +2 -2
  253. package/lib/renderers/Form/InputTable.js +2 -2
  254. package/lib/renderers/Form/InputTag.js +2 -2
  255. package/lib/renderers/Form/InputText.js +29 -12
  256. package/lib/renderers/Form/InputTree.js +2 -2
  257. package/lib/renderers/Form/InputYearRange.js +2 -2
  258. package/lib/renderers/Form/JSONSchema.js +2 -2
  259. package/lib/renderers/Form/JSONSchemaEditor.js +2 -2
  260. package/lib/renderers/Form/ListSelect.js +2 -2
  261. package/lib/renderers/Form/LocationPicker.js +2 -2
  262. package/lib/renderers/Form/MatrixCheckboxes.js +2 -2
  263. package/lib/renderers/Form/NestedSelect.d.ts +1 -3
  264. package/lib/renderers/Form/NestedSelect.js +13 -7
  265. package/lib/renderers/Form/Picker.js +2 -2
  266. package/lib/renderers/Form/Radios.js +2 -2
  267. package/lib/renderers/Form/Select.js +4 -4
  268. package/lib/renderers/Form/Static.js +2 -2
  269. package/lib/renderers/Form/StaticHoc.js +2 -2
  270. package/lib/renderers/Form/Switch.js +2 -2
  271. package/lib/renderers/Form/TabsTransfer.js +2 -2
  272. package/lib/renderers/Form/TabsTransferPicker.js +2 -2
  273. package/lib/renderers/Form/Textarea.js +2 -2
  274. package/lib/renderers/Form/Transfer.d.ts +4 -0
  275. package/lib/renderers/Form/Transfer.js +16 -10
  276. package/lib/renderers/Form/TransferPicker.js +2 -2
  277. package/lib/renderers/Form/TreeSelect.js +2 -2
  278. package/lib/renderers/Form/UUID.js +2 -2
  279. package/lib/renderers/Form/UserSelect.js +2 -2
  280. package/lib/renderers/Grid.js +2 -2
  281. package/lib/renderers/Grid2D.js +2 -2
  282. package/lib/renderers/GridNav.js +2 -2
  283. package/lib/renderers/HBox.js +2 -2
  284. package/lib/renderers/IFrame.js +2 -2
  285. package/lib/renderers/Icon.d.ts +3 -0
  286. package/lib/renderers/Icon.js +41 -5
  287. package/lib/renderers/Image.js +2 -2
  288. package/lib/renderers/Images.js +2 -2
  289. package/lib/renderers/Json.js +2 -2
  290. package/lib/renderers/Link.js +2 -2
  291. package/lib/renderers/List.js +2 -2
  292. package/lib/renderers/Log.js +2 -2
  293. package/lib/renderers/Mapping.js +7 -3
  294. package/lib/renderers/Markdown.js +2 -2
  295. package/lib/renderers/MultilineText.js +2 -2
  296. package/lib/renderers/Nav.d.ts +73 -23
  297. package/lib/renderers/Nav.js +398 -163
  298. package/lib/renderers/Operation.js +2 -2
  299. package/lib/renderers/Page.js +2 -2
  300. package/lib/renderers/Pagination.js +2 -2
  301. package/lib/renderers/PaginationWrapper.js +2 -2
  302. package/lib/renderers/Panel.js +5 -3
  303. package/lib/renderers/Password.js +2 -2
  304. package/lib/renderers/Plain.js +2 -2
  305. package/lib/renderers/PopOver.js +2 -2
  306. package/lib/renderers/Portlet.js +2 -2
  307. package/lib/renderers/Progress.js +2 -2
  308. package/lib/renderers/Property.js +2 -2
  309. package/lib/renderers/QRCode.js +2 -2
  310. package/lib/renderers/QuickEdit.js +2 -2
  311. package/lib/renderers/Remark.d.ts +1 -1
  312. package/lib/renderers/Remark.js +2 -2
  313. package/lib/renderers/SearchBox.js +2 -2
  314. package/lib/renderers/Service.js +2 -2
  315. package/lib/renderers/SparkLine.js +2 -2
  316. package/lib/renderers/Spinner.js +2 -2
  317. package/lib/renderers/Status.js +4 -4
  318. package/lib/renderers/Steps.js +2 -2
  319. package/lib/renderers/Table/ColumnToggler.js +2 -2
  320. package/lib/renderers/Table/HeadCellFilterDropdown.js +2 -2
  321. package/lib/renderers/Table/HeadCellSearchDropdown.js +2 -2
  322. package/lib/renderers/Table/ItemActionsWrapper.js +2 -2
  323. package/lib/renderers/Table/TableBody.js +2 -2
  324. package/lib/renderers/Table/TableCell.js +5 -3
  325. package/lib/renderers/Table/TableContent.js +2 -2
  326. package/lib/renderers/Table/TableRow.js +2 -2
  327. package/lib/renderers/Table/exportExcel.js +2 -2
  328. package/lib/renderers/Table/index.js +2 -2
  329. package/lib/renderers/Table2/ColumnToggler.js +2 -2
  330. package/lib/renderers/Table2/HeadCellSearchDropdown.js +6 -3
  331. package/lib/renderers/Table2/TableCell.js +2 -2
  332. package/lib/renderers/Table2/index.js +4 -3
  333. package/lib/renderers/TableView.js +2 -2
  334. package/lib/renderers/Tabs.js +2 -2
  335. package/lib/renderers/Tag.d.ts +3 -0
  336. package/lib/renderers/Tag.js +39 -3
  337. package/lib/renderers/Tasks.js +2 -2
  338. package/lib/renderers/Timeline.js +2 -2
  339. package/lib/renderers/TooltipWrapper.js +2 -2
  340. package/lib/renderers/Tpl.d.ts +4 -2
  341. package/lib/renderers/Tpl.js +2 -2
  342. package/lib/renderers/VBox.js +2 -2
  343. package/lib/renderers/Video.js +2 -2
  344. package/lib/renderers/WebComponent.js +2 -2
  345. package/lib/renderers/Wizard.js +2 -2
  346. package/lib/renderers/Words.js +2 -2
  347. package/lib/renderers/Wrapper.js +2 -2
  348. package/lib/schemaExtend.js +2 -2
  349. package/lib/themes/ang-ie11.css +2388 -519
  350. package/lib/themes/ang.css +4130 -873
  351. package/lib/themes/antd-ie11.css +2372 -503
  352. package/lib/themes/antd.css +4130 -873
  353. package/lib/themes/cxd-ie11.css +2372 -503
  354. package/lib/themes/cxd.css +4131 -873
  355. package/lib/themes/dark-ie11.css +2385 -516
  356. package/lib/themes/dark.css +4130 -873
  357. package/lib/themes/default-ie11.css +2372 -503
  358. package/lib/themes/default.css +4131 -873
  359. package/package.json +4 -4
  360. package/schema.json +260 -55
  361. package/sdk/ang-ie11.css +2833 -542
  362. package/sdk/ang.css +4580 -901
  363. package/sdk/antd-ie11.css +2818 -527
  364. package/sdk/antd.css +4580 -901
  365. package/sdk/barcode.js +50 -50
  366. package/sdk/charts.js +15 -15
  367. package/sdk/codemirror.js +7 -7
  368. package/sdk/color-picker.js +65 -65
  369. package/sdk/cropperjs.js +2 -2
  370. package/sdk/cxd-ie11.css +2818 -527
  371. package/sdk/cxd.css +4581 -901
  372. package/sdk/dark-ie11.css +2833 -542
  373. package/sdk/dark.css +4580 -901
  374. package/sdk/doc.css +792 -0
  375. package/sdk/exceljs.js +1 -1
  376. package/sdk/index.html +107 -0
  377. package/sdk/markdown.js +68 -68
  378. package/sdk/papaparse.js +1 -1
  379. package/sdk/rest.js +16 -16
  380. package/sdk/rich-text.js +62 -62
  381. package/sdk/sdk-ie11.css +2818 -527
  382. package/sdk/sdk.css +4581 -901
  383. package/sdk/sdk.js +1746 -1432
  384. package/sdk/static/favicon.png +0 -0
  385. package/sdk/static/iconfont.css +2404 -0
  386. package/sdk/static/iconfont.eot +0 -0
  387. package/sdk/static/iconfont.svg +2513 -0
  388. package/sdk/static/iconfont.ttf +0 -0
  389. package/sdk/static/iconfont.woff +0 -0
  390. package/sdk/static/logo.png +0 -0
  391. package/sdk/style.css +891 -0
  392. package/sdk/thirds/amis-ui/scss/helper.css +60384 -0
  393. package/sdk/thirds/hls.js/hls.js +1 -1
  394. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  395. package/sdk/thirds/prismjs/themes/prism.css +140 -0
  396. package/sdk/tinymce.js +55 -55
@@ -9119,17 +9119,31 @@ body {
9119
9119
  -moz-osx-font-smoothing: grayscale;
9120
9120
  }
9121
9121
  a {
9122
- color: #23b7e5;
9122
+ color: #7266ba;
9123
+ font-size: 14px;
9124
+ font-weight: 400;
9123
9125
  -webkit-text-decoration: none;
9124
9126
  text-decoration: none;
9127
+ font-style: none;
9128
+ background-color: transparent;
9125
9129
  }
9126
9130
  a:hover {
9127
- color: #7266ba;
9131
+ color: #4f86f4;
9132
+ font-size: 14px;
9133
+ font-weight: 400;
9128
9134
  -webkit-text-decoration: none;
9129
9135
  text-decoration: none;
9136
+ font-style: none;
9137
+ background-color: transparent;
9130
9138
  }
9131
9139
  a:active {
9132
- color: #584a94;
9140
+ color: #096dd9;
9141
+ font-size: 14px;
9142
+ font-weight: 400;
9143
+ -webkit-text-decoration: none;
9144
+ text-decoration: none;
9145
+ font-style: none;
9146
+ background-color: transparent;
9133
9147
  }
9134
9148
  label {
9135
9149
  font-weight: 400;
@@ -10452,6 +10466,14 @@ img.a-AsideNav-itemIcon {
10452
10466
  border-style: solid solid solid solid;
10453
10467
  box-shadow: 0px 0px 0px 0px transparent;
10454
10468
  }
10469
+ .a-Button--primary:not(:disabled):not(.is-disabled).hover {
10470
+ color: #ffffff;
10471
+ background: #897fc7;
10472
+ border-color: #897fc7 #897fc7 #897fc7 #897fc7;
10473
+ border-width: 1px 1px 1px 1px;
10474
+ border-style: solid solid solid solid;
10475
+ box-shadow: 0px 0px 0px 0px transparent;
10476
+ }
10455
10477
  .a-Button--primary:not(:disabled):not(.is-disabled):hover:active {
10456
10478
  color: #ffffff;
10457
10479
  background: #584a94;
@@ -10460,10 +10482,18 @@ img.a-AsideNav-itemIcon {
10460
10482
  border-style: solid solid solid solid;
10461
10483
  box-shadow: 0px 0px 0px 0px transparent;
10462
10484
  }
10485
+ .a-Button--primary:not(:disabled):not(.is-disabled).active {
10486
+ color: #ffffff;
10487
+ background: #584a94;
10488
+ border-color: #584a94 #584a94 #584a94 #584a94;
10489
+ border-width: 1px 1px 1px 1px;
10490
+ border-style: solid solid solid solid;
10491
+ box-shadow: 0px 0px 0px 0px transparent;
10492
+ }
10463
10493
  .a-Button--primary:disabled, .a-Button--primary.is-disabled {
10464
10494
  color: #b9b8bf;
10465
10495
  background: #ffffff;
10466
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
10496
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
10467
10497
  border-width: 1px 1px 1px 1px;
10468
10498
  border-style: solid solid solid solid;
10469
10499
  box-shadow: 0px 0px 0px 0px transparent;
@@ -10484,6 +10514,14 @@ img.a-AsideNav-itemIcon {
10484
10514
  border-style: solid solid solid solid;
10485
10515
  box-shadow: 0px 0px 0px 0px transparent;
10486
10516
  }
10517
+ .a-Button--secondary:not(:disabled):not(.is-disabled).hover {
10518
+ color: #ffffff;
10519
+ background: #85848c;
10520
+ border-color: #85848c #85848c #85848c #85848c;
10521
+ border-width: 1px 1px 1px 1px;
10522
+ border-style: solid solid solid solid;
10523
+ box-shadow: 0px 0px 0px 0px transparent;
10524
+ }
10487
10525
  .a-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
10488
10526
  color: #ffffff;
10489
10527
  background: #5d5c66;
@@ -10492,10 +10530,18 @@ img.a-AsideNav-itemIcon {
10492
10530
  border-style: solid solid solid solid;
10493
10531
  box-shadow: 0px 0px 0px 0px transparent;
10494
10532
  }
10533
+ .a-Button--secondary:not(:disabled):not(.is-disabled).active {
10534
+ color: #ffffff;
10535
+ background: #5d5c66;
10536
+ border-color: #5d5c66 #5d5c66 #5d5c66 #5d5c66;
10537
+ border-width: 1px 1px 1px 1px;
10538
+ border-style: solid solid solid solid;
10539
+ box-shadow: 0px 0px 0px 0px transparent;
10540
+ }
10495
10541
  .a-Button--secondary:disabled, .a-Button--secondary.is-disabled {
10496
10542
  color: #b9b8bf;
10497
10543
  background: #ffffff;
10498
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
10544
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
10499
10545
  border-width: 1px 1px 1px 1px;
10500
10546
  border-style: solid solid solid solid;
10501
10547
  box-shadow: 0px 0px 0px 0px transparent;
@@ -10516,6 +10562,14 @@ img.a-AsideNav-itemIcon {
10516
10562
  border-style: solid solid solid solid;
10517
10563
  box-shadow: 0px 0px 0px 0px transparent;
10518
10564
  }
10565
+ .a-Button--success:not(:disabled):not(.is-disabled).hover {
10566
+ color: #ffffff;
10567
+ background: #63bd53;
10568
+ border-color: #63bd53 #63bd53 #63bd53 #63bd53;
10569
+ border-width: 1px 1px 1px 1px;
10570
+ border-style: solid solid solid solid;
10571
+ box-shadow: 0px 0px 0px 0px transparent;
10572
+ }
10519
10573
  .a-Button--success:not(:disabled):not(.is-disabled):hover:active {
10520
10574
  color: #ffffff;
10521
10575
  background: #2d8a22;
@@ -10524,10 +10578,18 @@ img.a-AsideNav-itemIcon {
10524
10578
  border-style: solid solid solid solid;
10525
10579
  box-shadow: 0px 0px 0px 0px transparent;
10526
10580
  }
10581
+ .a-Button--success:not(:disabled):not(.is-disabled).active {
10582
+ color: #ffffff;
10583
+ background: #2d8a22;
10584
+ border-color: #2d8a22 #2d8a22 #2d8a22 #2d8a22;
10585
+ border-width: 1px 1px 1px 1px;
10586
+ border-style: solid solid solid solid;
10587
+ box-shadow: 0px 0px 0px 0px transparent;
10588
+ }
10527
10589
  .a-Button--success:disabled, .a-Button--success.is-disabled {
10528
10590
  color: #b9b8bf;
10529
10591
  background: #ffffff;
10530
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
10592
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
10531
10593
  border-width: 1px 1px 1px 1px;
10532
10594
  border-style: solid solid solid solid;
10533
10595
  box-shadow: 0px 0px 0px 0px transparent;
@@ -10548,6 +10610,14 @@ img.a-AsideNav-itemIcon {
10548
10610
  border-style: solid solid solid solid;
10549
10611
  box-shadow: 0px 0px 0px 0px transparent;
10550
10612
  }
10613
+ .a-Button--enhance:not(:disabled):not(.is-disabled).hover {
10614
+ color: #897fc7;
10615
+ background: transparent;
10616
+ border-color: #897fc7 #897fc7 #897fc7 #897fc7;
10617
+ border-width: 1px 1px 1px 1px;
10618
+ border-style: solid solid solid solid;
10619
+ box-shadow: 0px 0px 0px 0px transparent;
10620
+ }
10551
10621
  .a-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
10552
10622
  color: #584a94;
10553
10623
  background: transparent;
@@ -10556,10 +10626,18 @@ img.a-AsideNav-itemIcon {
10556
10626
  border-style: solid solid solid solid;
10557
10627
  box-shadow: 0px 0px 0px 0px transparent;
10558
10628
  }
10629
+ .a-Button--enhance:not(:disabled):not(.is-disabled).active {
10630
+ color: #584a94;
10631
+ background: transparent;
10632
+ border-color: #584a94 #584a94 #584a94 #584a94;
10633
+ border-width: 1px 1px 1px 1px;
10634
+ border-style: solid solid solid solid;
10635
+ box-shadow: 0px 0px 0px 0px transparent;
10636
+ }
10559
10637
  .a-Button--enhance:disabled, .a-Button--enhance.is-disabled {
10560
10638
  color: #b9b8bf;
10561
10639
  background: #ffffff;
10562
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
10640
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
10563
10641
  border-width: 1px 1px 1px 1px;
10564
10642
  border-style: solid solid solid solid;
10565
10643
  box-shadow: 0px 0px 0px 0px transparent;
@@ -10580,6 +10658,14 @@ img.a-AsideNav-itemIcon {
10580
10658
  border-style: solid solid solid solid;
10581
10659
  box-shadow: 0px 0px 0px 0px transparent;
10582
10660
  }
10661
+ .a-Button--info:not(:disabled):not(.is-disabled).hover {
10662
+ color: #ffffff;
10663
+ background: #18a0ca;
10664
+ border-color: #18a0ca #18a0ca #18a0ca #18a0ca;
10665
+ border-width: 1px 1px 1px 1px;
10666
+ border-style: solid solid solid solid;
10667
+ box-shadow: 0px 0px 0px 0px transparent;
10668
+ }
10583
10669
  .a-Button--info:not(:disabled):not(.is-disabled):hover:active {
10584
10670
  color: #ffffff;
10585
10671
  background: #1797be;
@@ -10588,10 +10674,18 @@ img.a-AsideNav-itemIcon {
10588
10674
  border-style: solid solid solid solid;
10589
10675
  box-shadow: 0px 0px 0px 0px transparent;
10590
10676
  }
10677
+ .a-Button--info:not(:disabled):not(.is-disabled).active {
10678
+ color: #ffffff;
10679
+ background: #1797be;
10680
+ border-color: #1797be #1797be #1797be #1797be;
10681
+ border-width: 1px 1px 1px 1px;
10682
+ border-style: solid solid solid solid;
10683
+ box-shadow: 0px 0px 0px 0px transparent;
10684
+ }
10591
10685
  .a-Button--info:disabled, .a-Button--info.is-disabled {
10592
10686
  color: #b9b8bf;
10593
10687
  background: #ffffff;
10594
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
10688
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
10595
10689
  border-width: 1px 1px 1px 1px;
10596
10690
  border-style: solid solid solid solid;
10597
10691
  box-shadow: 0px 0px 0px 0px transparent;
@@ -10612,6 +10706,14 @@ img.a-AsideNav-itemIcon {
10612
10706
  border-style: solid solid solid solid;
10613
10707
  box-shadow: 0px 0px 0px 0px transparent;
10614
10708
  }
10709
+ .a-Button--warning:not(:disabled):not(.is-disabled).hover {
10710
+ color: #ffffff;
10711
+ background: #ffa84b;
10712
+ border-color: #ffa84b #ffa84b #ffa84b #ffa84b;
10713
+ border-width: 1px 1px 1px 1px;
10714
+ border-style: solid solid solid solid;
10715
+ box-shadow: 0px 0px 0px 0px transparent;
10716
+ }
10615
10717
  .a-Button--warning:not(:disabled):not(.is-disabled):hover:active {
10616
10718
  color: #ffffff;
10617
10719
  background: #c9660e;
@@ -10620,10 +10722,18 @@ img.a-AsideNav-itemIcon {
10620
10722
  border-style: solid solid solid solid;
10621
10723
  box-shadow: 0px 0px 0px 0px transparent;
10622
10724
  }
10725
+ .a-Button--warning:not(:disabled):not(.is-disabled).active {
10726
+ color: #ffffff;
10727
+ background: #c9660e;
10728
+ border-color: #c9660e #c9660e #c9660e #c9660e;
10729
+ border-width: 1px 1px 1px 1px;
10730
+ border-style: solid solid solid solid;
10731
+ box-shadow: 0px 0px 0px 0px transparent;
10732
+ }
10623
10733
  .a-Button--warning:disabled, .a-Button--warning.is-disabled {
10624
10734
  color: #b9b8bf;
10625
10735
  background: #ffffff;
10626
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
10736
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
10627
10737
  border-width: 1px 1px 1px 1px;
10628
10738
  border-style: solid solid solid solid;
10629
10739
  box-shadow: 0px 0px 0px 0px transparent;
@@ -10644,6 +10754,14 @@ img.a-AsideNav-itemIcon {
10644
10754
  border-style: none none none none;
10645
10755
  box-shadow: 0px 0px 0px 0px transparent;
10646
10756
  }
10757
+ .a-Button--danger:not(:disabled):not(.is-disabled).hover {
10758
+ color: #ffffff;
10759
+ background: #ff5654;
10760
+ border-color: #ff5654 #ff5654 #ff5654 #ff5654;
10761
+ border-width: 0px 0px 0px 0px;
10762
+ border-style: none none none none;
10763
+ box-shadow: 0px 0px 0px 0px transparent;
10764
+ }
10647
10765
  .a-Button--danger:not(:disabled):not(.is-disabled):hover:active {
10648
10766
  color: #ffffff;
10649
10767
  background: #bf151b;
@@ -10652,10 +10770,18 @@ img.a-AsideNav-itemIcon {
10652
10770
  border-style: none none none none;
10653
10771
  box-shadow: 0px 0px 0px 0px transparent;
10654
10772
  }
10773
+ .a-Button--danger:not(:disabled):not(.is-disabled).active {
10774
+ color: #ffffff;
10775
+ background: #bf151b;
10776
+ border-color: #bf151b #bf151b #bf151b #bf151b;
10777
+ border-width: 0px 0px 0px 0px;
10778
+ border-style: none none none none;
10779
+ box-shadow: 0px 0px 0px 0px transparent;
10780
+ }
10655
10781
  .a-Button--danger:disabled, .a-Button--danger.is-disabled {
10656
10782
  color: #b9b8bf;
10657
10783
  background: #ffffff;
10658
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
10784
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
10659
10785
  border-width: 1px 1px 1px 1px;
10660
10786
  border-style: solid solid solid solid;
10661
10787
  box-shadow: 0px 0px 0px 0px transparent;
@@ -10676,6 +10802,14 @@ img.a-AsideNav-itemIcon {
10676
10802
  border-style: solid solid solid solid;
10677
10803
  box-shadow: 0px 0px 0px 0px transparent;
10678
10804
  }
10805
+ .a-Button--light:not(:disabled):not(.is-disabled).hover {
10806
+ color: #181526;
10807
+ background: #d7d5ed;
10808
+ border-color: #d7d5ed #d7d5ed #d7d5ed #d7d5ed;
10809
+ border-width: 1px 1px 1px 1px;
10810
+ border-style: solid solid solid solid;
10811
+ box-shadow: 0px 0px 0px 0px transparent;
10812
+ }
10679
10813
  .a-Button--light:not(:disabled):not(.is-disabled):hover:active {
10680
10814
  color: #181526;
10681
10815
  background: #a19bd4;
@@ -10684,10 +10818,18 @@ img.a-AsideNav-itemIcon {
10684
10818
  border-style: solid solid solid solid;
10685
10819
  box-shadow: 0px 0px 0px 0px transparent;
10686
10820
  }
10821
+ .a-Button--light:not(:disabled):not(.is-disabled).active {
10822
+ color: #181526;
10823
+ background: #a19bd4;
10824
+ border-color: #a19bd4 #a19bd4 #a19bd4 #a19bd4;
10825
+ border-width: 1px 1px 1px 1px;
10826
+ border-style: solid solid solid solid;
10827
+ box-shadow: 0px 0px 0px 0px transparent;
10828
+ }
10687
10829
  .a-Button--light:disabled, .a-Button--light.is-disabled {
10688
10830
  color: #b9b8bf;
10689
10831
  background: #ffffff;
10690
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
10832
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
10691
10833
  border-width: 1px 1px 1px 1px;
10692
10834
  border-style: solid solid solid solid;
10693
10835
  box-shadow: 0px 0px 0px 0px transparent;
@@ -10708,6 +10850,14 @@ img.a-AsideNav-itemIcon {
10708
10850
  border-style: solid solid solid solid;
10709
10851
  box-shadow: 0px 0px 0px 0px transparent;
10710
10852
  }
10853
+ .a-Button--dark:not(:disabled):not(.is-disabled).hover {
10854
+ color: #ffffff;
10855
+ background: #5d5c66;
10856
+ border-color: #5d5c66 #5d5c66 #5d5c66 #5d5c66;
10857
+ border-width: 1px 1px 1px 1px;
10858
+ border-style: solid solid solid solid;
10859
+ box-shadow: 0px 0px 0px 0px transparent;
10860
+ }
10711
10861
  .a-Button--dark:not(:disabled):not(.is-disabled):hover:active {
10712
10862
  color: #ffffff;
10713
10863
  background: #85848c;
@@ -10716,10 +10866,18 @@ img.a-AsideNav-itemIcon {
10716
10866
  border-style: solid solid solid solid;
10717
10867
  box-shadow: 0px 0px 0px 0px transparent;
10718
10868
  }
10869
+ .a-Button--dark:not(:disabled):not(.is-disabled).active {
10870
+ color: #ffffff;
10871
+ background: #85848c;
10872
+ border-color: #85848c #85848c #85848c #85848c;
10873
+ border-width: 1px 1px 1px 1px;
10874
+ border-style: solid solid solid solid;
10875
+ box-shadow: 0px 0px 0px 0px transparent;
10876
+ }
10719
10877
  .a-Button--dark:disabled, .a-Button--dark.is-disabled {
10720
10878
  color: #b9b8bf;
10721
10879
  background: #ffffff;
10722
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
10880
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
10723
10881
  border-width: 1px 1px 1px 1px;
10724
10882
  border-style: solid solid solid solid;
10725
10883
  box-shadow: 0px 0px 0px 0px transparent;
@@ -10740,6 +10898,14 @@ img.a-AsideNav-itemIcon {
10740
10898
  border-style: solid solid solid solid;
10741
10899
  box-shadow: 0px 0px 0px 0px transparent;
10742
10900
  }
10901
+ .a-Button--default:not(:disabled):not(.is-disabled).hover {
10902
+ color: #7266ba;
10903
+ background: #fff;
10904
+ border-color: #7266ba #7266ba #7266ba #7266ba;
10905
+ border-width: 1px 1px 1px 1px;
10906
+ border-style: solid solid solid solid;
10907
+ box-shadow: 0px 0px 0px 0px transparent;
10908
+ }
10743
10909
  .a-Button--default:not(:disabled):not(.is-disabled):hover:active {
10744
10910
  color: #584a94;
10745
10911
  background: #fff;
@@ -10748,16 +10914,25 @@ img.a-AsideNav-itemIcon {
10748
10914
  border-style: solid solid solid solid;
10749
10915
  box-shadow: 0px 0px 0px 0px transparent;
10750
10916
  }
10917
+ .a-Button--default:not(:disabled):not(.is-disabled).active {
10918
+ color: #584a94;
10919
+ background: #fff;
10920
+ border-color: #584a94 #584a94 #584a94 #584a94;
10921
+ border-width: 1px 1px 1px 1px;
10922
+ border-style: solid solid solid solid;
10923
+ box-shadow: 0px 0px 0px 0px transparent;
10924
+ }
10751
10925
  .a-Button--default:disabled, .a-Button--default.is-disabled {
10752
10926
  color: #b9b8bf;
10753
10927
  background: #ffffff;
10754
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
10928
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
10755
10929
  border-width: 1px 1px 1px 1px;
10756
10930
  border-style: solid solid solid solid;
10757
10931
  box-shadow: 0px 0px 0px 0px transparent;
10758
10932
  }
10759
10933
  .a-Button--size-default {
10760
10934
  font-size: 14px;
10935
+ font-weight: 400;
10761
10936
  line-height: 1.5;
10762
10937
  border-radius: 2px 2px 2px 2px;
10763
10938
  height: 2rem;
@@ -10792,6 +10967,7 @@ img.a-AsideNav-itemIcon {
10792
10967
  }
10793
10968
  .a-Button--size-xs {
10794
10969
  font-size: 12px;
10970
+ font-weight: 400;
10795
10971
  line-height: 1.5;
10796
10972
  border-radius: 2px 2px 2px 2px;
10797
10973
  height: 1.375rem;
@@ -10829,6 +11005,7 @@ img.a-AsideNav-itemIcon {
10829
11005
  }
10830
11006
  .a-Button--size-sm {
10831
11007
  font-size: 12px;
11008
+ font-weight: 400;
10832
11009
  line-height: 1.5;
10833
11010
  border-radius: 2px 2px 2px 2px;
10834
11011
  height: 1.875rem;
@@ -10866,6 +11043,7 @@ img.a-AsideNav-itemIcon {
10866
11043
  }
10867
11044
  .a-Button--size-md {
10868
11045
  font-size: 14px;
11046
+ font-weight: 400;
10869
11047
  line-height: 1.5;
10870
11048
  border-radius: 2px 2px 2px 2px;
10871
11049
  height: 2rem;
@@ -10903,6 +11081,7 @@ img.a-AsideNav-itemIcon {
10903
11081
  }
10904
11082
  .a-Button--size-lg {
10905
11083
  font-size: 14px;
11084
+ font-weight: 400;
10906
11085
  line-height: 1.5;
10907
11086
  border-radius: 2px 2px 2px 2px;
10908
11087
  height: 2.375rem;
@@ -10986,6 +11165,14 @@ img.a-AsideNav-itemIcon {
10986
11165
  border-style: none none none none;
10987
11166
  box-shadow: 0px 0px 0px 0px transparent;
10988
11167
  }
11168
+ .a-Button--link:not(:disabled):not(.is-disabled).hover {
11169
+ color: #4f86f4;
11170
+ background: transparent;
11171
+ border-color: transparent transparent transparent transparent;
11172
+ border-width: 0px 0px 0px 0px;
11173
+ border-style: none none none none;
11174
+ box-shadow: 0px 0px 0px 0px transparent;
11175
+ }
10989
11176
  .a-Button--link:not(:disabled):not(.is-disabled):hover:active {
10990
11177
  color: #096dd9;
10991
11178
  background: transparent;
@@ -10994,6 +11181,14 @@ img.a-AsideNav-itemIcon {
10994
11181
  border-style: none none none none;
10995
11182
  box-shadow: 0px 0px 0px 0px transparent;
10996
11183
  }
11184
+ .a-Button--link:not(:disabled):not(.is-disabled).active {
11185
+ color: #096dd9;
11186
+ background: transparent;
11187
+ border-color: transparent transparent transparent transparent;
11188
+ border-width: 0px 0px 0px 0px;
11189
+ border-style: none none none none;
11190
+ box-shadow: 0px 0px 0px 0px transparent;
11191
+ }
10997
11192
  .a-Button--link:disabled, .a-Button--link.is-disabled {
10998
11193
  color: #b9b8bf;
10999
11194
  background: transparent;
@@ -13003,6 +13198,7 @@ input[type=button].a-Button--block {
13003
13198
  }
13004
13199
  .a-ArrayInput-addBtn {
13005
13200
  font-size: 12px;
13201
+ font-weight: 400;
13006
13202
  line-height: 1.5;
13007
13203
  border-radius: 2px 2px 2px 2px;
13008
13204
  height: 1.625rem;
@@ -13063,6 +13259,14 @@ input[type=button].a-Button--block {
13063
13259
  border-style: solid solid solid solid;
13064
13260
  box-shadow: 0px 0px 0px 0px transparent;
13065
13261
  }
13262
+ .a-ArrayInput-addBtn:not(:disabled):not(.is-disabled).hover {
13263
+ color: #7266ba;
13264
+ background: #fff;
13265
+ border-color: #7266ba #7266ba #7266ba #7266ba;
13266
+ border-width: 1px 1px 1px 1px;
13267
+ border-style: solid solid solid solid;
13268
+ box-shadow: 0px 0px 0px 0px transparent;
13269
+ }
13066
13270
  .a-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
13067
13271
  color: #584a94;
13068
13272
  background: #fff;
@@ -13071,10 +13275,18 @@ input[type=button].a-Button--block {
13071
13275
  border-style: solid solid solid solid;
13072
13276
  box-shadow: 0px 0px 0px 0px transparent;
13073
13277
  }
13278
+ .a-ArrayInput-addBtn:not(:disabled):not(.is-disabled).active {
13279
+ color: #584a94;
13280
+ background: #fff;
13281
+ border-color: #584a94 #584a94 #584a94 #584a94;
13282
+ border-width: 1px 1px 1px 1px;
13283
+ border-style: solid solid solid solid;
13284
+ box-shadow: 0px 0px 0px 0px transparent;
13285
+ }
13074
13286
  .a-ArrayInput-addBtn:disabled, .a-ArrayInput-addBtn.is-disabled {
13075
13287
  color: #b9b8bf;
13076
13288
  background: #ffffff;
13077
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
13289
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
13078
13290
  border-width: 1px 1px 1px 1px;
13079
13291
  border-style: solid solid solid solid;
13080
13292
  box-shadow: 0px 0px 0px 0px transparent;
@@ -13155,7 +13367,7 @@ input[type=button].a-Button--block {
13155
13367
  margin-left: 1.25rem;
13156
13368
  align-items: center;
13157
13369
  justify-content: flex-start;
13158
- padding: 0 0 10px;
13370
+ padding: var(--Tabs--line-addPadding);
13159
13371
  white-space: nowrap;
13160
13372
  cursor: pointer;
13161
13373
  }
@@ -13181,7 +13393,7 @@ input[type=button].a-Button--block {
13181
13393
  overflow: hidden;
13182
13394
  }
13183
13395
  .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow {
13184
- margin: 0 0 10px;
13396
+ margin: var(--Tabs--line-addPadding);
13185
13397
  width: 16px;
13186
13398
  height: 100%;
13187
13399
  display: flex;
@@ -13324,7 +13536,6 @@ input[type=button].a-Button--block {
13324
13536
  }
13325
13537
  .a-Tabs-links > .a-Tabs-link.active > a:first-child, .a-Tabs-links > .a-Tabs-link.is-active > a:first-child {
13326
13538
  color: #181526;
13327
- background: #ffffff;
13328
13539
  border-color: #e9e8eb;
13329
13540
  border-bottom-color: transparent;
13330
13541
  }
@@ -13388,7 +13599,7 @@ input[type=button].a-Button--block {
13388
13599
  width: 100%;
13389
13600
  left: 0;
13390
13601
  bottom: 0;
13391
- border-bottom: 0.0625rem solid #e9e8eb;
13602
+ border-bottom: 1px solid #e9e8eb;
13392
13603
  }
13393
13604
  .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-link {
13394
13605
  padding-top: 10px;
@@ -13402,14 +13613,9 @@ input[type=button].a-Button--block {
13402
13613
  .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
13403
13614
  top: -4px;
13404
13615
  }
13405
- .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links,
13406
- .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links {
13407
- border-bottom-color: #e9e8eb;
13408
- }
13409
13616
  .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li,
13410
13617
  .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li {
13411
- padding-left: 1rem;
13412
- padding-right: 1rem;
13618
+ padding: 0 calc(2rem / 2);
13413
13619
  }
13414
13620
  .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:first-of-type,
13415
13621
  .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:first-of-type {
@@ -13421,26 +13627,31 @@ input[type=button].a-Button--block {
13421
13627
  }
13422
13628
  .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child,
13423
13629
  .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
13424
- border-width: 0 0 0.125rem 0;
13425
- padding: 0 0 8px;
13630
+ border-width: 0;
13631
+ padding: 0 0 0.5rem;
13632
+ color: #181526;
13633
+ font-size: 14px;
13634
+ font-weight: 400;
13635
+ line-height: 1.5;
13426
13636
  }
13427
13637
  .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:not(.is-disabled):hover a:first-child,
13428
13638
  .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover a:first-child {
13429
13639
  color: #7266ba;
13640
+ font-size: 14px;
13641
+ font-weight: 400;
13642
+ line-height: 1.5;
13430
13643
  background: transparent;
13431
13644
  }
13432
13645
  .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:not(.is-disabled):hover .a-Tabs-link-close,
13433
13646
  .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover .a-Tabs-link-close {
13434
13647
  fill: #7266ba;
13435
13648
  }
13436
- .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active,
13437
- .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active {
13438
- color: #144bcc;
13439
- border-color: #144bcc;
13440
- }
13441
- .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:last-child > a,
13442
- .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:last-child > a {
13443
- margin: 0;
13649
+ .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-disabled a:first-child,
13650
+ .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-disabled a:first-child {
13651
+ color: #b9b8bf;
13652
+ font-size: 14px;
13653
+ font-weight: 400;
13654
+ line-height: 1.5;
13444
13655
  }
13445
13656
  .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child,
13446
13657
  .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child:hover,
@@ -13448,16 +13659,15 @@ input[type=button].a-Button--block {
13448
13659
  .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child,
13449
13660
  .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child:hover,
13450
13661
  .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child:focus {
13451
- border-color: #7266ba;
13662
+ border-bottom: 2px solid #7266ba;
13452
13663
  color: #7266ba;
13664
+ font-size: 14px;
13665
+ font-weight: 400;
13666
+ line-height: 1.5;
13453
13667
  background: transparent;
13454
13668
  }
13455
13669
  .a-Tabs--line > .a-Tabs-content {
13456
13670
  border-width: 0;
13457
- background: transparent;
13458
- }
13459
- .a-Tabs--card > .a-Tabs-linksContainer {
13460
- background: #ffffff;
13461
13671
  }
13462
13672
  .a-Tabs--card > .a-Tabs-linksContainer-wrapper {
13463
13673
  background: #ffffff;
@@ -13476,35 +13686,60 @@ input[type=button].a-Button--block {
13476
13686
  margin-bottom: 0;
13477
13687
  }
13478
13688
  .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links {
13479
- padding: 0.375rem 0 0 0.625rem;
13480
- border-top: 0.0625rem solid #e9e8eb;
13689
+ padding: 0.375rem
13690
+ 0.625rem 0rem
13691
+ 0.625rem;
13692
+ border-top: 1px solid #e9e8eb;
13481
13693
  }
13482
13694
  .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li {
13483
- padding: 0.625rem 0.625rem;
13484
- margin: 0 10px 0 0;
13695
+ padding: 0.625rem;
13696
+ margin-right: 0.625rem;
13485
13697
  border-top-left-radius: 2px;
13486
13698
  border-top-right-radius: 2px;
13699
+ background: transparent;
13487
13700
  cursor: pointer;
13488
13701
  }
13702
+ .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
13703
+ padding: 0;
13704
+ border: none;
13705
+ color: #181526;
13706
+ font-size: 14px;
13707
+ font-weight: 400;
13708
+ line-height: 1.5;
13709
+ }
13489
13710
  .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active {
13490
- border-color: #ffffff;
13491
- color: #7266ba;
13492
- border-bottom-color: #ffffff;
13711
+ color: #181526;
13493
13712
  background: #ffffff;
13494
13713
  }
13714
+ .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child {
13715
+ color: #181526;
13716
+ font-size: 14px;
13717
+ font-weight: 400;
13718
+ line-height: 1.5;
13719
+ }
13495
13720
  .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-disabled {
13496
13721
  cursor: not-allowed;
13722
+ background: transparent;
13497
13723
  }
13498
- .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover, .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:focus {
13724
+ .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-disabled > a:first-child {
13725
+ color: #b9b8bf;
13726
+ font-size: 14px;
13727
+ font-weight: 400;
13728
+ line-height: 1.5;
13729
+ }
13730
+ .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover, .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):focus {
13499
13731
  background: #ffffff;
13500
- border-bottom-color: transparent;
13501
13732
  }
13502
- .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
13503
- padding: 0;
13504
- border: none;
13733
+ .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover > a:first-child, .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):focus > a:first-child {
13734
+ color: #181526;
13735
+ font-size: 14px;
13736
+ font-weight: 400;
13737
+ line-height: 1.5;
13505
13738
  }
13506
13739
  .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-toolbar {
13507
- padding: 0.375rem 0 0 0.625rem;
13740
+ padding: 0.375rem
13741
+ 0.625rem 0rem
13742
+ 0.625rem;
13508
13743
  margin: 0;
13509
13744
  }
13510
13745
  .a-Tabs--card > .a-Tabs-content {
@@ -13525,41 +13760,68 @@ input[type=button].a-Button--block {
13525
13760
  .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li {
13526
13761
  margin: 0;
13527
13762
  align-items: center;
13528
- border-width: 0.0625rem;
13529
- border-color: #e9e8eb;
13763
+ justify-content: center;
13530
13764
  text-align: center;
13531
13765
  margin: 0;
13532
- padding: 0 0.625rem;
13533
13766
  min-width: 68px;
13534
13767
  height: 1.875rem;
13535
13768
  background: #ffffff;
13536
- border-style: solid;
13769
+ border-style: solid solid solid solid;
13770
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
13771
+ border-width: 1px 1px 1px 1px;
13537
13772
  }
13538
13773
  .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover, .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:focus {
13539
- color: #7266ba;
13774
+ background: #ffffff;
13775
+ border-style: solid solid solid solid;
13776
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
13777
+ border-width: 1px 1px 1px 1px;
13778
+ }
13779
+ .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover > a:first-child, .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:focus > a:first-child {
13780
+ font-size: 14px;
13781
+ color: #181526;
13782
+ font-weight: 400;
13783
+ line-height: 1.5;
13540
13784
  }
13541
13785
  .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
13542
13786
  padding: 0;
13543
13787
  border-radius: 0;
13544
- line-height: 1.875rem;
13545
- font-size: 12px;
13788
+ font-size: 14px;
13789
+ color: #181526;
13790
+ font-weight: 400;
13791
+ line-height: 1.5;
13546
13792
  border: none;
13547
13793
  }
13548
13794
  .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active {
13549
- background: #7266ba;
13550
- border-color: #7266ba;
13551
13795
  position: relative;
13552
13796
  z-index: 1;
13797
+ background: #7266ba;
13798
+ border-style: solid solid solid solid;
13799
+ border-color: #7266ba #7266ba #7266ba #7266ba;
13800
+ border-width: 1px 1px 1px 1px;
13553
13801
  }
13554
13802
  .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child {
13555
- background: #7266ba;
13803
+ font-size: 14px;
13556
13804
  color: #ffffff;
13805
+ font-weight: 400;
13806
+ line-height: 1.5;
13557
13807
  }
13558
13808
  .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > .a-Tabs-link-close {
13559
13809
  fill: #ffffff;
13560
13810
  }
13811
+ .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-disabled {
13812
+ background: #ffffff;
13813
+ border-style: solid solid solid solid;
13814
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
13815
+ border-width: 1px 1px 1px 1px;
13816
+ }
13817
+ .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-disabled > a:first-child {
13818
+ font-size: 14px;
13819
+ color: #b9b8bf;
13820
+ font-weight: 400;
13821
+ line-height: 1.5;
13822
+ }
13561
13823
  .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li + li {
13562
- margin-left: -1px;
13824
+ margin-left: calc(1px * -1);
13563
13825
  }
13564
13826
  .a-Tabs--radio > .a-Tabs-content {
13565
13827
  border-top: 0.0625rem solid #e9e8eb;
@@ -13601,27 +13863,38 @@ input[type=button].a-Button--block {
13601
13863
  width: 100%;
13602
13864
  display: flex;
13603
13865
  flex-direction: row;
13604
- padding-left: 0.0625rem;
13866
+ padding-left: 1px;
13605
13867
  border-bottom: 0;
13606
13868
  }
13607
13869
  .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li {
13608
13870
  max-width: unset;
13609
13871
  flex-grow: 1;
13610
13872
  text-align: center;
13611
- margin: 0 0 0 calc(0.0625rem * -1);
13612
- border-style: solid;
13613
- border-color: #e9e8eb;
13614
- border-width: 0.0625rem;
13615
- padding: 0.5rem 0.75rem;
13873
+ margin-left: calc(1px * -1);
13874
+ border-style: solid solid solid solid;
13875
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
13876
+ border-width: 1px 1px 1px 1px;
13877
+ padding: 0.5rem 0.75rem 0.5rem 0.75rem;
13616
13878
  cursor: pointer;
13617
13879
  }
13618
13880
  .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover, .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:focus {
13619
13881
  position: relative;
13620
13882
  z-index: 1;
13621
- border-color: #e9e8eb;
13622
- color: #7266ba;
13883
+ border-style: solid solid solid solid;
13884
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
13885
+ border-width: 1px 1px 1px 1px;
13886
+ }
13887
+ .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover > a:first-child, .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:focus > a:first-child {
13888
+ color: #181526;
13889
+ font-size: 14px;
13890
+ font-weight: 400;
13891
+ line-height: 1.5;
13623
13892
  }
13624
13893
  .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
13894
+ color: #181526;
13895
+ font-size: 14px;
13896
+ font-weight: 400;
13897
+ line-height: 1.5;
13625
13898
  margin: 0;
13626
13899
  border-radius: 0;
13627
13900
  padding: 0;
@@ -13630,28 +13903,46 @@ input[type=button].a-Button--block {
13630
13903
  }
13631
13904
  .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active {
13632
13905
  cursor: default;
13633
- color: #7266ba;
13634
- border-color: #e9e8eb;
13635
- border-top-color: #7266ba;
13636
- border-bottom-color: transparent;
13906
+ border-style: solid solid solid solid;
13907
+ border-color: #7266ba #e9e8eb transparent #e9e8eb;
13908
+ border-width: 1px 1px 1px 1px;
13909
+ }
13910
+ .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child {
13911
+ color: #181526;
13912
+ font-size: 14px;
13913
+ font-weight: 400;
13914
+ line-height: 1.5;
13637
13915
  }
13638
13916
  .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-disabled {
13639
13917
  cursor: not-allowed;
13918
+ color: #b9b8bf;
13919
+ font-size: 14px;
13920
+ font-weight: 400;
13921
+ line-height: 1.5;
13922
+ border-style: solid solid solid solid;
13923
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
13924
+ border-width: 1px 1px 1px 1px;
13925
+ }
13926
+ .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-disabled > a:first-child {
13927
+ color: #b9b8bf;
13928
+ font-size: 14px;
13929
+ font-weight: 400;
13930
+ line-height: 1.5;
13640
13931
  }
13641
13932
  .a-Tabs--vertical {
13642
13933
  display: flex;
13643
13934
  min-height: 12.5rem;
13644
- border: 0.0625rem solid #e9e8eb;
13935
+ border: 1px solid #e9e8eb;
13645
13936
  border-radius: 0;
13646
13937
  }
13647
13938
  .a-Tabs--vertical > .a-Tabs-linksWrapper {
13648
13939
  flex-direction: column;
13649
13940
  background: #ffffff;
13941
+ border-bottom: 0;
13650
13942
  }
13651
13943
  .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links {
13652
13944
  width: 8.75rem;
13653
13945
  border: none;
13654
- border-right: none;
13655
13946
  flex-direction: column;
13656
13947
  }
13657
13948
  .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li {
@@ -13659,21 +13950,38 @@ input[type=button].a-Button--block {
13659
13950
  display: block;
13660
13951
  }
13661
13952
  .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child {
13662
- border-color: transparent;
13663
13953
  border-radius: 0;
13664
- border-width: 0 0 0 0.25rem;
13954
+ border: 0;
13955
+ border-left-style: solid;
13956
+ border-left-width: 4px;
13957
+ border-left-color: transparent;
13665
13958
  margin: 0;
13959
+ color: #181526;
13960
+ font-size: 14px;
13961
+ font-weight: 400;
13962
+ line-height: 1.5;
13963
+ padding: 0.5rem 0.75rem 0.5rem 0.75rem;
13666
13964
  }
13667
13965
  .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:hover, .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:focus {
13668
- color: #7266ba;
13669
- border-color: transparent;
13966
+ color: #897fc7;
13967
+ font-size: 14px;
13968
+ font-weight: 400;
13969
+ line-height: 1.5;
13970
+ }
13971
+ .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-disabled > a:first-child {
13972
+ color: #b9b8bf;
13973
+ font-size: 14px;
13974
+ font-weight: 400;
13975
+ line-height: 1.5;
13670
13976
  }
13671
- .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child,
13672
- .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child:hover,
13673
- .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child:focus {
13977
+ .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child {
13674
13978
  color: #7266ba;
13675
- background: #ffffff;
13676
- border-color: #7266ba;
13979
+ font-size: 14px;
13980
+ font-weight: 400;
13981
+ line-height: 1.5;
13982
+ border-left-style: solid;
13983
+ border-left-color: #7266ba;
13984
+ border-left-width: 4px;
13677
13985
  }
13678
13986
  .a-Tabs--vertical > .a-Tabs-content {
13679
13987
  border: none;
@@ -13706,7 +14014,7 @@ input[type=button].a-Button--block {
13706
14014
  .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links {
13707
14015
  position: relative;
13708
14016
  margin: 0;
13709
- padding-top: 1.6875rem;
14017
+ padding-top: 1.375rem;
13710
14018
  flex-grow: 1;
13711
14019
  border: none;
13712
14020
  flex-direction: column;
@@ -13714,15 +14022,18 @@ input[type=button].a-Button--block {
13714
14022
  }
13715
14023
  .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li {
13716
14024
  display: flex;
13717
- margin: 0 0 1.375rem 0;
14025
+ margin-bottom: 1.375rem;
13718
14026
  padding: 0;
13719
14027
  flex-direction: column;
13720
14028
  justify-content: flex-start;
13721
14029
  align-items: center;
13722
14030
  border: 0;
13723
14031
  }
13724
- .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li:not(.is-disabled) > a:first-child {
13725
- color: #83868c;
14032
+ .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-disabled > a:first-child {
14033
+ color: #b9b8bf;
14034
+ font-size: 14px;
14035
+ font-weight: 400;
14036
+ line-height: 1.5;
13726
14037
  }
13727
14038
  .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child {
13728
14039
  padding: 0;
@@ -13731,6 +14042,10 @@ input[type=button].a-Button--block {
13731
14042
  display: flex;
13732
14043
  flex-direction: column;
13733
14044
  align-items: center;
14045
+ color: #85848c;
14046
+ font-size: 14px;
14047
+ font-weight: 400;
14048
+ line-height: 1.5;
13734
14049
  }
13735
14050
  .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child .a-Icon {
13736
14051
  font-size: 1.5rem;
@@ -13739,10 +14054,18 @@ input[type=button].a-Button--block {
13739
14054
  margin-right: 0;
13740
14055
  top: 0;
13741
14056
  }
13742
- .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child,
13743
14057
  .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:hover,
13744
14058
  .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:focus {
14059
+ color: #897fc7;
14060
+ font-size: 14px;
14061
+ font-weight: 400;
14062
+ line-height: 1.5;
14063
+ }
14064
+ .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child {
13745
14065
  color: #7266ba;
14066
+ font-size: 14px;
14067
+ font-weight: 400;
14068
+ line-height: 1.5;
13746
14069
  }
13747
14070
  .a-Tabs--sidebar > .a-Tabs-content {
13748
14071
  flex-grow: 1;
@@ -13869,17 +14192,42 @@ input[type=button].a-Button--block {
13869
14192
  .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li {
13870
14193
  position: relative;
13871
14194
  border: none;
13872
- padding: 0.25rem 1rem;
14195
+ padding: 0.25rem
14196
+ 1rem 0.25rem
14197
+ 1rem;
14198
+ }
14199
+ .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled) > a {
14200
+ font-size: 14px;
14201
+ color: #181526;
14202
+ font-weight: 400;
14203
+ line-height: 1.5;
14204
+ }
14205
+ .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover > a {
14206
+ font-size: 14px;
14207
+ color: #7266ba !important;
14208
+ font-weight: 400;
14209
+ line-height: 1.5;
14210
+ }
14211
+ .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-disabled > a {
14212
+ font-size: 14px;
14213
+ color: #b9b8bf !important;
14214
+ font-weight: 400;
14215
+ line-height: 1.5;
14216
+ }
14217
+ .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a {
14218
+ font-size: 14px;
14219
+ color: #7266ba !important;
14220
+ font-weight: 400;
14221
+ line-height: 1.5;
13873
14222
  }
13874
14223
  .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li::after {
13875
14224
  content: "";
13876
14225
  position: absolute;
13877
14226
  top: 50%;
13878
14227
  right: 0;
13879
- width: 0.0625rem;
13880
- height: 0.9375rem;
14228
+ height: 14px;
13881
14229
  transform: translateY(-50%);
13882
- background-color: #e9e8eb;
14230
+ border: 1px solid #e9e8eb;
13883
14231
  }
13884
14232
  .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > .a-Tabs-link-close {
13885
14233
  cursor: pointer;
@@ -13887,18 +14235,6 @@ input[type=button].a-Button--block {
13887
14235
  .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:last-of-type::after {
13888
14236
  content: none;
13889
14237
  }
13890
- .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child,
13891
- .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child:hover,
13892
- .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child:focus, .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover > a:first-child,
13893
- .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover,
13894
- .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover > a:first-child:focus {
13895
- color: #7266ba;
13896
- border: none;
13897
- }
13898
- .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child:hover:active, .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active {
13899
- color: #144bcc;
13900
- border-color: #144bcc;
13901
- }
13902
14238
  .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover .a-Tabs-link-close {
13903
14239
  fill: #7266ba;
13904
14240
  }
@@ -13932,7 +14268,7 @@ input[type=button].a-Button--block {
13932
14268
  margin-right: 0;
13933
14269
  }
13934
14270
  .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable:hover {
13935
- color: #7266ba;
14271
+ color: var(--Tabs--line-onHover-color);
13936
14272
  }
13937
14273
  .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer {
13938
14274
  margin-bottom: calc(0.0625rem * -1);
@@ -13965,30 +14301,57 @@ input[type=button].a-Button--block {
13965
14301
  border-top-right-radius: 2px;
13966
14302
  }
13967
14303
  .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link {
13968
- margin-right: 0.5rem;
13969
- padding: 0.5rem 1rem;
14304
+ margin: 0rem 0.5rem 0rem 0rem;
14305
+ padding: 0.5rem 1rem 0.5rem 1rem;
13970
14306
  background: #ffffff;
13971
- border-top-left-radius: 2px;
13972
- border-top-right-radius: 2px;
13973
- border: 0.0625rem solid #e9e8eb;
14307
+ border-radius: 2px 2px 0px 0px;
14308
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
14309
+ border-style: solid solid solid solid;
14310
+ border-width: 1px 1px 1px 1px;
13974
14311
  cursor: pointer;
13975
14312
  }
13976
- .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active {
13977
- border-bottom-color: #ffffff;
14313
+ .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:not(.is-disabled) > a {
14314
+ font-size: 14px;
14315
+ color: #181526;
14316
+ font-weight: 400;
14317
+ line-height: 1.5;
14318
+ }
14319
+ .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:not(.is-disabled):hover {
14320
+ background: #ffffff;
14321
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
14322
+ border-style: solid solid solid solid;
14323
+ border-width: 1px 1px 1px 1px;
14324
+ }
14325
+ .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:not(.is-disabled):hover > a {
14326
+ font-size: 14px;
14327
+ color: #7266ba !important;
14328
+ font-weight: 400;
14329
+ line-height: 1.5;
13978
14330
  }
13979
14331
  .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-disabled {
13980
14332
  cursor: not-allowed;
14333
+ background: #ffffff;
14334
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
14335
+ border-style: solid solid solid solid;
14336
+ border-width: 1px 1px 1px 1px;
13981
14337
  }
13982
- .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active > a:first-child,
13983
- .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active > a:first-child:hover,
13984
- .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active > a:first-child:focus, .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:not(.is-disabled):hover > a:first-child,
13985
- .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:not(.is-disabled):hover > a:first-child:hover,
13986
- .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:not(.is-disabled):hover > a:first-child:focus {
13987
- color: #7266ba;
14338
+ .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-disabled > a {
14339
+ font-size: 14px;
14340
+ color: #b9b8bf !important;
14341
+ font-weight: 400;
14342
+ line-height: 1.5;
13988
14343
  }
13989
- .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active > a:first-child:hover:active, .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:not(.is-disabled):hover > a:first-child:hover:active {
13990
- color: #144bcc;
13991
- border-color: #144bcc;
14344
+ .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active {
14345
+ background: #ffffff;
14346
+ border-color: #e9e8eb #e9e8eb transparent #e9e8eb;
14347
+ border-style: solid solid solid solid;
14348
+ border-width: 1px 1px 1px 1px;
14349
+ }
14350
+ .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active > a {
14351
+ font-size: 14px;
14352
+ color: #7266ba !important;
14353
+ font-weight: 400;
14354
+ line-height: 1.5;
13992
14355
  }
13993
14356
  .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:not(.is-disabled):hover .a-Tabs-link-close {
13994
14357
  fill: #7266ba;
@@ -14012,6 +14375,9 @@ input[type=button].a-Button--block {
14012
14375
  .a-Nav {
14013
14376
  position: relative;
14014
14377
  }
14378
+ .a-Nav .a-Nav-itemIcon {
14379
+ margin-right: 0.5rem;
14380
+ }
14015
14381
  .a-Nav .a-Nav-list {
14016
14382
  list-style: none;
14017
14383
  -webkit-user-select: none;
@@ -14021,13 +14387,25 @@ input[type=button].a-Button--block {
14021
14387
  padding: 0;
14022
14388
  position: relative;
14023
14389
  }
14024
- .a-Nav .a-Nav-list .a-Nav-itemIcon {
14025
- margin-right: 0.5rem;
14026
- }
14027
14390
  .a-Nav .a-Nav-list img.a-Nav-itemIcon {
14028
14391
  height: 14px;
14029
14392
  vertical-align: middle;
14030
14393
  }
14394
+ .a-Nav .a-Nav-list .a-Nav-itemToggler {
14395
+ margin-right: 0.625rem;
14396
+ height: 1.5rem;
14397
+ text-align: center;
14398
+ line-height: 1.5rem;
14399
+ vertical-align: middle;
14400
+ cursor: pointer;
14401
+ transform: scale(0.8);
14402
+ transition: transform 0.2s;
14403
+ }
14404
+ .a-Nav .a-Nav-list .a-Nav-itemToggler > svg {
14405
+ width: 10px;
14406
+ height: 10px;
14407
+ top: 0;
14408
+ }
14031
14409
  .a-Nav .a-Nav-list-overflow {
14032
14410
  min-height: 2.5rem !important;
14033
14411
  max-height: calc(2.5rem * 5);
@@ -14059,21 +14437,60 @@ input[type=button].a-Button--block {
14059
14437
  .a-Nav .a-Nav-list--tabs {
14060
14438
  border-bottom: 0.0625rem solid #e9e8eb;
14061
14439
  }
14062
- .a-Nav .a-Nav-list--tabs .a-Nav-item {
14063
- margin-bottom: calc(0.0625rem * -1);
14064
- display: inline-block;
14065
- position: relative;
14066
- max-width: 10rem;
14440
+ .a-Nav .a-Nav-list--tabs.nav-simple {
14441
+ display: flex;
14067
14442
  }
14068
- .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
14069
- font-size: 14px;
14070
- display: block;
14071
- outline: none;
14072
- border: 0.0625rem solid transparent;
14073
- border-top-left-radius: 2px;
14074
- border-top-right-radius: 2px;
14075
- color: #181526;
14076
- text-decoration: none;
14443
+ .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item {
14444
+ margin-bottom: 0;
14445
+ vertical-align: text-top;
14446
+ }
14447
+ .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item > a {
14448
+ border: none;
14449
+ margin: 0;
14450
+ padding: 1rem 0;
14451
+ }
14452
+ .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item:hover > a,
14453
+ .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item:hover > a:focus {
14454
+ border: none;
14455
+ color: #181526;
14456
+ text-decoration: none;
14457
+ }
14458
+ .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item.active > a, .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item.is-active > a {
14459
+ border: none;
14460
+ background: none;
14461
+ }
14462
+ .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item.is-active {
14463
+ position: relative;
14464
+ }
14465
+ .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item.is-active:after {
14466
+ position: absolute;
14467
+ content: "";
14468
+ bottom: 0;
14469
+ width: 100%;
14470
+ height: 0.125rem;
14471
+ background-color: #181526;
14472
+ }
14473
+ .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item .a-Nav-subItems {
14474
+ display: none;
14475
+ }
14476
+ .a-Nav .a-Nav-list--tabs.nav-simple:first-child {
14477
+ margin-left: 0;
14478
+ }
14479
+ .a-Nav .a-Nav-list--tabs .a-Nav-item {
14480
+ margin-bottom: calc(0.0625rem * -1);
14481
+ display: inline-block;
14482
+ position: relative;
14483
+ max-width: 10rem;
14484
+ }
14485
+ .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
14486
+ font-size: 14px;
14487
+ display: block;
14488
+ outline: none;
14489
+ border: 0.0625rem solid transparent;
14490
+ border-top-left-radius: 2px;
14491
+ border-top-right-radius: 2px;
14492
+ color: #181526;
14493
+ text-decoration: none;
14077
14494
  margin-right: 0.125rem;
14078
14495
  padding: 0.5rem 1.5rem;
14079
14496
  cursor: pointer;
@@ -14082,9 +14499,10 @@ input[type=button].a-Button--block {
14082
14499
  white-space: nowrap;
14083
14500
  }
14084
14501
  .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a,
14085
- .a-Nav .a-Nav-list--tabs .a-Nav-item > a:focus {
14502
+ .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a:focus {
14086
14503
  border-color: #e9e8eb;
14087
14504
  border-bottom: none;
14505
+ color: #181526;
14088
14506
  text-decoration: none;
14089
14507
  }
14090
14508
  .a-Nav .a-Nav-list--tabs .a-Nav-item.disabled > a, .a-Nav .a-Nav-list--tabs .a-Nav-item.is-disabled > a {
@@ -14099,6 +14517,9 @@ input[type=button].a-Button--block {
14099
14517
  border-color: #e9e8eb;
14100
14518
  border-bottom-color: #ffffff;
14101
14519
  }
14520
+ .a-Nav .a-Nav-list--tabs > .a-Nav-item {
14521
+ margin-left: 2.5rem;
14522
+ }
14102
14523
  .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow:hover > a,
14103
14524
  .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow > a:focus, .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow.is-overflow-opened > a {
14104
14525
  color: #7266ba;
@@ -14140,25 +14561,9 @@ input[type=button].a-Button--block {
14140
14561
  width: 1rem;
14141
14562
  height: 1rem;
14142
14563
  }
14143
- .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText,
14144
- .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText {
14145
- position: absolute;
14146
- top: 0;
14147
- bottom: 0;
14148
- width: 2.1875rem;
14149
- overflow: hidden;
14150
- }
14151
- .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText > span,
14152
- .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText > span {
14153
- position: absolute;
14154
- top: 0.125rem;
14155
- left: -0.8125rem;
14156
- transform: rotate(-45deg);
14157
- width: 3.125rem;
14158
- font-size: 12px;
14159
- text-align: center;
14160
- color: #ffffff;
14161
- background: #45b035;
14564
+ .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge-ribbon-out,
14565
+ .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge-ribbon-out {
14566
+ z-index: 3;
14162
14567
  }
14163
14568
  .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-atcions,
14164
14569
  .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-atcions {
@@ -14232,15 +14637,6 @@ input[type=button].a-Button--block {
14232
14637
  position: relative;
14233
14638
  background: #ffffff !important;
14234
14639
  }
14235
- .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a::after,
14236
- .a-Nav .a-Nav-list--stacked .a-Badge.active > a::after,
14237
- .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions::after,
14238
- .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a::after,
14239
- .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a::after,
14240
- .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after,
14241
- .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a::after {
14242
- transform: scaleY(1);
14243
- }
14244
14640
  .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
14245
14641
  .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
14246
14642
  .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
@@ -14251,30 +14647,58 @@ input[type=button].a-Button--block {
14251
14647
  .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
14252
14648
  display: block;
14253
14649
  }
14650
+ .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after .a-Nav-itemToggler,
14651
+ .a-Nav .a-Nav-list--stacked .a-Badge.is-after .a-Nav-itemToggler {
14652
+ margin-left: auto;
14653
+ }
14654
+ .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > a,
14655
+ .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > .a-Badge > a,
14656
+ .a-Nav .a-Nav-list--stacked .a-Badge.is-after > a,
14657
+ .a-Nav .a-Nav-list--stacked .a-Badge.is-after > .a-Badge > a {
14658
+ font-size: 14px;
14659
+ padding: 0;
14660
+ height: 2.5rem;
14661
+ border-radius: 0;
14662
+ }
14663
+ .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > a:hover,
14664
+ .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > a:focus,
14665
+ .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > a:hover + .a-Nav-item-atcions,
14666
+ .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > a:focus + .a-Nav-item-atcions,
14667
+ .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > .a-Badge > a:hover,
14668
+ .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > .a-Badge > a:focus,
14669
+ .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > .a-Badge > a:hover + .a-Nav-item-atcions,
14670
+ .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > .a-Badge > a:focus + .a-Nav-item-atcions,
14671
+ .a-Nav .a-Nav-list--stacked .a-Badge.is-after > a:hover,
14672
+ .a-Nav .a-Nav-list--stacked .a-Badge.is-after > a:focus,
14673
+ .a-Nav .a-Nav-list--stacked .a-Badge.is-after > a:hover + .a-Nav-item-atcions,
14674
+ .a-Nav .a-Nav-list--stacked .a-Badge.is-after > a:focus + .a-Nav-item-atcions,
14675
+ .a-Nav .a-Nav-list--stacked .a-Badge.is-after > .a-Badge > a:hover,
14676
+ .a-Nav .a-Nav-list--stacked .a-Badge.is-after > .a-Badge > a:focus,
14677
+ .a-Nav .a-Nav-list--stacked .a-Badge.is-after > .a-Badge > a:hover + .a-Nav-item-atcions,
14678
+ .a-Nav .a-Nav-list--stacked .a-Badge.is-after > .a-Badge > a:focus + .a-Nav-item-atcions {
14679
+ background: none;
14680
+ color: #7266ba;
14681
+ }
14682
+ .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after.is-active > .a-Badge > a,
14683
+ .a-Nav .a-Nav-list--stacked .a-Badge.is-after.is-active > .a-Badge > a {
14684
+ background-color: var(--colors-neutral-fill-12) !important;
14685
+ }
14686
+ .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after.is-active::after,
14687
+ .a-Nav .a-Nav-list--stacked .a-Badge.is-after.is-active::after {
14688
+ position: absolute;
14689
+ left: 0;
14690
+ content: "";
14691
+ width: 3px;
14692
+ height: 100%;
14693
+ background-color: #7266ba;
14694
+ z-index: 2;
14695
+ }
14254
14696
  .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-spinner,
14255
14697
  .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-spinner {
14256
14698
  position: absolute;
14257
14699
  right: 0.625rem;
14258
14700
  top: 0.5rem;
14259
14701
  }
14260
- .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler,
14261
- .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler {
14262
- float: left;
14263
- margin-right: 0.625rem;
14264
- height: 1.5rem;
14265
- text-align: center;
14266
- line-height: 1.5rem;
14267
- vertical-align: middle;
14268
- cursor: pointer;
14269
- transform: scale(0.8);
14270
- transition: transform 0.2s;
14271
- }
14272
- .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler > svg,
14273
- .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler > svg {
14274
- width: 10px;
14275
- height: 10px;
14276
- top: 0;
14277
- }
14278
14702
  .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-subItems,
14279
14703
  .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-subItems {
14280
14704
  display: none;
@@ -14291,6 +14715,10 @@ input[type=button].a-Button--block {
14291
14715
  background: #7266ba;
14292
14716
  height: 2px;
14293
14717
  }
14718
+ .a-Nav-itemIconAfter {
14719
+ margin-right: 0;
14720
+ margin-left: 0.5rem;
14721
+ }
14294
14722
  .a-Page {
14295
14723
  width: 100%;
14296
14724
  height: 100%;
@@ -14652,11 +15080,17 @@ input[type=button].a-Button--block {
14652
15080
  top: 0.375rem;
14653
15081
  }
14654
15082
  .a-Panel {
14655
- margin-bottom: 1.25rem;
15083
+ margin: 0rem 0rem 1.25rem 0rem;
14656
15084
  background: #ffffff;
14657
- border: 0.0625rem solid transparent;
14658
- border-radius: 2px;
14659
- box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
15085
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
15086
+ border-style: solid solid solid solid;
15087
+ border-width: 1px
15088
+ 1px 1px
15089
+ 1px;
15090
+ border-radius: 2px
15091
+ 2px 2px
15092
+ 2px;
15093
+ box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
14660
15094
  /* 主题 */
14661
15095
  /* 子组件 */
14662
15096
  }
@@ -14677,18 +15111,18 @@ input[type=button].a-Button--block {
14677
15111
  opacity: 1;
14678
15112
  }
14679
15113
  .a-Panel--default {
14680
- border-color: #e9e8eb;
15114
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
14681
15115
  }
14682
15116
  .a-Panel--default > .a-Panel-heading {
14683
- background: #f6f8f8;
14684
- color: #181526;
15117
+ background: #ffffff;
15118
+ color: #323040;
14685
15119
  }
14686
15120
  .a-Panel--default > .a-Panel-heading .badge {
14687
15121
  color: #ffffff;
14688
15122
  background: #323040;
14689
15123
  }
14690
15124
  .a-Panel--default > .a-Panel-heading {
14691
- border-color: #e9e8eb;
15125
+ border-color: transparent transparent #e9e8eb transparent;
14692
15126
  }
14693
15127
  .a-Panel--primary {
14694
15128
  border-color: #7266ba;
@@ -14766,26 +15200,40 @@ input[type=button].a-Button--block {
14766
15200
  border-color: #e62525;
14767
15201
  }
14768
15202
  .a-Panel-heading {
14769
- padding: 0.5rem 0.75rem;
14770
- border-bottom: 0.0625rem solid transparent;
14771
- border-radius: 2px 2px 0 0;
15203
+ padding: 0.5rem
15204
+ 0.75rem 0.5rem
15205
+ 0.75rem;
15206
+ border-color: transparent transparent #e9e8eb transparent;
15207
+ border-style: solid solid solid solid;
15208
+ border-width: 0px 0px 1px 0px;
15209
+ border-radius: 2px
15210
+ 2px 0 0;
14772
15211
  }
14773
15212
  .a-Panel-title {
14774
- margin-top: 0;
14775
- margin-bottom: 0;
14776
- font-size: 14px;
14777
- color: inherit;
15213
+ margin: 0;
15214
+ font-size: 12px;
15215
+ color: #323040;
15216
+ font-weight: 400;
15217
+ line-height: 1.5;
14778
15218
  }
14779
15219
  .a-Panel-body {
14780
- padding: 0.75rem;
15220
+ padding: 0.75rem
15221
+ 0.75rem 0.75rem
15222
+ 0.75rem;
14781
15223
  }
14782
15224
  .a-Panel-footer {
14783
- border-color: #f8f7fa;
14784
- border-radius: 0 0 0.125rem 0.125rem;
14785
- background: transparent;
14786
- padding: 0.5rem 0.75rem;
14787
- border-style: solid;
14788
- border-width: 0.0625rem 0 0 0;
15225
+ border-color: #e9e8eb
15226
+ transparent
15227
+ transparent
15228
+ transparent;
15229
+ border-radius: 0 0 2px
15230
+ 2px;
15231
+ background: #ffffff;
15232
+ padding: 0.5rem
15233
+ 0.75rem 0.5rem
15234
+ 0.75rem;
15235
+ border-style: solid solid solid solid;
15236
+ border-width: 1px 0px 0px 0px;
14789
15237
  clear: both;
14790
15238
  }
14791
15239
  .a-Panel-footer .a-Button + .a-Button {
@@ -15025,6 +15473,9 @@ input[type=button].a-Button--block {
15025
15473
  .a-ButtonGroup > .a-Button:hover {
15026
15474
  z-index: 1;
15027
15475
  }
15476
+ .a-ButtonGroup > .a-Button.hover {
15477
+ z-index: 1;
15478
+ }
15028
15479
  .a-ButtonGroup > .a-Button:focus, .a-ButtonGroup > .a-Button:active, .a-ButtonGroup > .a-Button.active, .a-ButtonGroup > .a-Button.is-active {
15029
15480
  z-index: 1;
15030
15481
  }
@@ -15130,7 +15581,7 @@ input[type=button].a-Button--block {
15130
15581
  transform: rotate(180deg);
15131
15582
  }
15132
15583
  .a-DropDown.is-actived .a-Button {
15133
- color: #23b7e5;
15584
+ color: #7266ba;
15134
15585
  }
15135
15586
  .a-DropDown--block {
15136
15587
  display: block;
@@ -15319,7 +15770,7 @@ input[type=button].a-Button--block {
15319
15770
  text-align: left;
15320
15771
  padding: 0 0.25rem;
15321
15772
  height: 1.25rem;
15322
- color: (--colors-neutral-text-11);
15773
+ color: #ffffff;
15323
15774
  }
15324
15775
  .a-ScheduleCalendar-large .a-ScheduleCalendar-action {
15325
15776
  z-index: 20;
@@ -15593,16 +16044,22 @@ input[type=button].a-Button--block {
15593
16044
  display: none;
15594
16045
  }
15595
16046
  .a-Collapse {
15596
- border: 1px solid #e9e8eb;
16047
+ border-width: 1px 1px 1px 1px;
16048
+ border-style: solid solid solid solid;
16049
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
16050
+ border-radius: 2px 2px 2px 2px;
15597
16051
  padding: 0;
15598
16052
  line-height: 1.25rem;
15599
- border-radius: 4px;
15600
16053
  }
15601
16054
  .a-Collapse-header {
15602
16055
  font-size: 14px;
15603
16056
  font-weight: 400;
15604
16057
  color: #181526;
15605
- padding: 1rem;
16058
+ line-height: 1.5;
16059
+ padding: 1rem
16060
+ 1rem
16061
+ 1rem
16062
+ 1rem;
15606
16063
  margin: 0;
15607
16064
  cursor: pointer;
15608
16065
  background: #ffffff;
@@ -15616,26 +16073,24 @@ input[type=button].a-Button--block {
15616
16073
  }
15617
16074
  .a-Collapse-header:hover {
15618
16075
  background: #f3f2f5;
16076
+ color: #181526;
15619
16077
  }
15620
- .a-Collapse-arrow {
15621
- display: inline-block;
16078
+ .a-Collapse .Collapse-arrow {
16079
+ content: '<svg viewBox="0 0 99 176" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(-0.132812, 0.304688)" fill="currentColor" fill-rule="nonzero"><path d="M95.6353697,79.4031346 C95.3433678,79.1111326 95.037575,78.8417152 94.7219891,78.5906854 L19.819373,3.29993262 C15.6492004,-0.870040234 8.88818437,-0.870040234 4.71821172,3.29993262 C0.548238867,7.47010527 0.548238867,14.2309215 4.71821172,18.4010939 L72.9329621,87.0041811 L3.25320488,156.617783 C-0.916767969,160.787956 -0.916767969,167.548772 3.25320488,171.719144 C7.42317773,175.889117 14.1841937,175.889117 18.3543662,171.719144 L94.7211895,95.4180764 C95.0369754,95.1668467 95.342968,94.8976293 95.6351697,94.6054273 C97.7329475,92.5076496 98.7744412,89.7539166 98.7615739,87.0043809 C98.7746414,84.2544453 97.7331475,81.5009123 95.6353697,79.4031346 Z" id="路径"></path></g></svg>';
16080
+ }
16081
+ .a-Collapse-arrow-wrap {
15622
16082
  width: 1rem;
15623
16083
  height: 1rem;
15624
- text-align: center;
16084
+ display: inline-flex;
16085
+ justify-content: center;
16086
+ align-items: center;
15625
16087
  margin-right: 0.5rem;
15626
16088
  }
15627
- .a-Collapse-arrow:before {
15628
- content: "";
15629
- position: relative;
15630
- display: inline-block;
15631
- width: 0.375rem;
15632
- height: 0.375rem;
15633
- top: -0.125rem;
15634
- border-color: #84868c;
15635
- border-style: solid;
15636
- border-width: 0.0625rem 0.0625rem 0 0;
15637
- transform: rotate(45deg);
15638
- transform-origin: 50% 50%;
16089
+ .a-Collapse-arrow-wrap svg {
16090
+ width: 0.625rem;
16091
+ height: 0.625rem;
16092
+ color: #85848c;
16093
+ top: 0;
15639
16094
  }
15640
16095
  .a-Collapse-icon-tranform {
15641
16096
  display: inline-block;
@@ -15643,9 +16098,9 @@ input[type=button].a-Button--block {
15643
16098
  text-align: center;
15644
16099
  margin-right: 0.25rem;
15645
16100
  }
15646
- .a-Collapse.is-active > * > .a-Collapse-arrow:before {
15647
- transform: rotate(135deg);
15648
- transform-origin: 50% 30%;
16101
+ .a-Collapse.is-active .a-Collapse-arrow {
16102
+ transform: rotate(90deg);
16103
+ transform-origin: 50% 50%;
15649
16104
  }
15650
16105
  .a-Collapse.is-active > * > .a-Collapse-icon-tranform {
15651
16106
  transform: rotate(90deg);
@@ -15656,12 +16111,10 @@ input[type=button].a-Button--block {
15656
16111
  -moz-user-select: none;
15657
16112
  user-select: none;
15658
16113
  color: #b9b8bf;
16114
+ background: #ffffff;
15659
16115
  }
15660
- .a-Collapse--disabled > .a-Collapse-header:hover {
15661
- background-color: #b9b8bf;
15662
- }
15663
- .a-Collapse--disabled > * > .a-Collapse-arrow:before {
15664
- border-color: #b9b8bf;
16116
+ .a-Collapse--disabled .a-Collapse-arrow-wrap svg {
16117
+ color: #b9b8bf;
15665
16118
  }
15666
16119
  .a-Collapse--title-bottom .a-Collapse-header {
15667
16120
  text-align: center;
@@ -15672,13 +16125,13 @@ input[type=button].a-Button--block {
15672
16125
  .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
15673
16126
  border-top: none;
15674
16127
  }
15675
- .a-Collapse--title-bottom .a-Collapse-arrow:before {
16128
+ .a-Collapse--title-bottom .a-Collapse-arrow {
15676
16129
  top: -0.25rem;
15677
- transform: rotate(135deg);
16130
+ transform: rotate(90deg);
15678
16131
  }
15679
- .a-Collapse--title-bottom.is-active .a-Collapse-arrow:before {
16132
+ .a-Collapse--title-bottom.is-active .a-Collapse-arrow {
15680
16133
  top: 0;
15681
- transform: rotate(-45deg);
16134
+ transform: rotate(calc(-1 * 90deg));
15682
16135
  }
15683
16136
  .a-Collapse-contentWrapper {
15684
16137
  transition: height 0.2s ease;
@@ -15688,10 +16141,15 @@ input[type=button].a-Button--block {
15688
16141
  overflow: hidden;
15689
16142
  }
15690
16143
  .a-Collapse-content {
15691
- padding: 1rem;
16144
+ padding: 1rem
16145
+ 1rem
16146
+ 1rem
16147
+ 1rem;
15692
16148
  color: #181526;
15693
16149
  font-size: 12px;
15694
16150
  font-weight: 400;
16151
+ line-height: 1.5;
16152
+ background: transparent;
15695
16153
  }
15696
16154
  .a-Form .a-Collapse {
15697
16155
  border: none;
@@ -15730,8 +16188,9 @@ input[type=button].a-Button--block {
15730
16188
  .a-CollapseGroup .a-Collapse:not(:last-child) {
15731
16189
  border-bottom: none;
15732
16190
  }
15733
- .a-CollapseGroup.icon-position-right .a-Collapse-header .a-Collapse-arrow {
16191
+ .a-CollapseGroup.icon-position-right .a-Collapse-header .a-Collapse-arrow-wrap {
15734
16192
  float: right;
16193
+ margin-right: 0;
15735
16194
  }
15736
16195
  .a-CollapseGroup.icon-position-right .a-Collapse-header .a-Collapse-icon-tranform {
15737
16196
  float: right;
@@ -16841,7 +17300,9 @@ input[type=button].a-Button--block {
16841
17300
  margin-bottom: 0;
16842
17301
  }
16843
17302
  .a-Table-searchableForm-footer {
16844
- padding: 0.5rem 0.75rem;
17303
+ padding: 0.5rem
17304
+ 0.75rem 0.5rem
17305
+ 0.75rem;
16845
17306
  clear: both;
16846
17307
  }
16847
17308
  .a-Table-searchableForm-checkbox-inner {
@@ -17911,12 +18372,12 @@ input[type=button].a-Button--block {
17911
18372
  .a-Table-itemActions a {
17912
18373
  cursor: pointer;
17913
18374
  padding: 0.25rem 0.5rem;
17914
- color: #23b7e5;
18375
+ color: #7266ba;
17915
18376
  -webkit-text-decoration: none;
17916
18377
  text-decoration: none;
17917
18378
  }
17918
18379
  .a-Table-itemActions a:hover {
17919
- color: #7266ba;
18380
+ color: #4f86f4;
17920
18381
  -webkit-text-decoration: none;
17921
18382
  text-decoration: none;
17922
18383
  }
@@ -19406,7 +19867,7 @@ input[type=button].a-Button--block {
19406
19867
  transform: rotate(180deg);
19407
19868
  }
19408
19869
  .a-ColumnToggler.is-actived > .a-Button {
19409
- color: #23b7e5;
19870
+ color: #7266ba;
19410
19871
  }
19411
19872
  .a-ColumnToggler--block {
19412
19873
  display: block;
@@ -19446,7 +19907,7 @@ input[type=button].a-Button--block {
19446
19907
  -webkit-user-select: none;
19447
19908
  -moz-user-select: none;
19448
19909
  user-select: none;
19449
- color: #23b7e5;
19910
+ color: #7266ba;
19450
19911
  -webkit-text-decoration: none;
19451
19912
  text-decoration: none;
19452
19913
  }
@@ -19536,7 +19997,7 @@ input[type=button].a-Button--block {
19536
19997
  background: rgba(36, 104, 242, 0.1);
19537
19998
  }
19538
19999
  .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem--dragging {
19539
- border: 1px solid #23b7e5;
20000
+ border: 1px solid #7266ba;
19540
20001
  }
19541
20002
  .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-label {
19542
20003
  display: inline-block;
@@ -19578,7 +20039,7 @@ input[type=button].a-Button--block {
19578
20039
  font-size: 12px;
19579
20040
  }
19580
20041
  .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect.is-actived {
19581
- color: #23b7e5;
20042
+ color: #7266ba;
19582
20043
  }
19583
20044
  .a-ColumnToggler-modal-footer > div {
19584
20045
  display: flex;
@@ -20593,8 +21054,8 @@ input[type=button].a-Button--block {
20593
21054
  color: #7266ba;
20594
21055
  }
20595
21056
  .a-Divider {
20596
- margin: 0.75rem calc(0.75rem * -1);
20597
- border-bottom: 0.0625rem solid #e9e8eb;
21057
+ margin: 0.75rem 0rem 0.75rem 0rem;
21058
+ border-bottom: 1px solid #e9e8eb;
20598
21059
  height: 0.125rem;
20599
21060
  font-size: 0;
20600
21061
  }
@@ -21477,7 +21938,7 @@ input[type=button].a-Button--block {
21477
21938
  user-select: none;
21478
21939
  }
21479
21940
  .a-InputBox:hover {
21480
- border-color: #584a94;
21941
+ border-color: #7266ba;
21481
21942
  }
21482
21943
  .a-InputBox--borderHalf {
21483
21944
  border-left-color: transparent !important;
@@ -21498,12 +21959,12 @@ input[type=button].a-Button--block {
21498
21959
  background: #ffffff;
21499
21960
  }
21500
21961
  .a-InputBox.is-focused {
21501
- border-color: #584a94;
21962
+ border-color: #7266ba;
21502
21963
  box-shadow: none;
21503
21964
  background: #ffffff;
21504
21965
  }
21505
21966
  .a-InputBox.is-clickable:hover {
21506
- border-color: #584a94;
21967
+ border-color: #7266ba;
21507
21968
  box-shadow: none;
21508
21969
  cursor: pointer;
21509
21970
  }
@@ -21817,7 +22278,7 @@ input[type=button].a-Button--block {
21817
22278
  user-select: none;
21818
22279
  }
21819
22280
  .a-ResultBox:hover {
21820
- border-color: #584a94;
22281
+ border-color: #7266ba;
21821
22282
  }
21822
22283
  .a-ResultBox--borderHalf {
21823
22284
  border-left-color: transparent !important;
@@ -21833,7 +22294,7 @@ input[type=button].a-Button--block {
21833
22294
  }
21834
22295
  .a-ResultBox.is-focused, .a-ResultBox.is-active, .a-ResultBox:focus {
21835
22296
  outline: none;
21836
- border-color: #584a94;
22297
+ border-color: #7266ba;
21837
22298
  box-shadow: none;
21838
22299
  background: #ffffff;
21839
22300
  }
@@ -21841,7 +22302,7 @@ input[type=button].a-Button--block {
21841
22302
  cursor: pointer;
21842
22303
  }
21843
22304
  .a-ResultBox.is-clickable:not(.is-disabled):hover {
21844
- border-color: #584a94;
22305
+ border-color: #7266ba;
21845
22306
  box-shadow: none;
21846
22307
  background: #ffffff;
21847
22308
  }
@@ -21987,6 +22448,9 @@ input[type=button].a-Button--block {
21987
22448
  .a-ResultBox-value.is-disabled > a {
21988
22449
  color: #ebebeb;
21989
22450
  }
22451
+ .a-ResultBox-value.is-invalid {
22452
+ color: #e62525;
22453
+ }
21990
22454
  .a-ResultBox-placeholder {
21991
22455
  color: #b9b8bf;
21992
22456
  flex-grow: 1;
@@ -22404,7 +22868,7 @@ input[type=button].a-Button--block {
22404
22868
  }
22405
22869
  .a-Log-operation > a:hover {
22406
22870
  background: rgba(255, 255, 255, 0.6);
22407
- color: #23b7e5;
22871
+ color: #7266ba;
22408
22872
  }
22409
22873
  .a-Log-operation > a > svg {
22410
22874
  margin-right: 8px;
@@ -23316,7 +23780,7 @@ fieldset.a-Collapse--lg:after {
23316
23780
  .a-InputGroup.is-focused .a-TextControl-input,
23317
23781
  .a-InputGroup.is-focused .a-Select,
23318
23782
  .a-InputGroup.is-focused .a-InputGroup-btn .a-Button {
23319
- border-color: #584a94;
23783
+ border-color: #7266ba;
23320
23784
  }
23321
23785
  .a-InputGroup.is-focused .a-Select {
23322
23786
  background: rgba(0, 126, 255, 0.08);
@@ -23382,7 +23846,7 @@ fieldset.a-Collapse--lg:after {
23382
23846
  user-select: none;
23383
23847
  }
23384
23848
  .a-TextControl-input:hover {
23385
- border-color: #584a94;
23849
+ border-color: #7266ba;
23386
23850
  }
23387
23851
  .a-TextControl-input--borderHalf {
23388
23852
  border-left-color: transparent !important;
@@ -23398,13 +23862,14 @@ fieldset.a-Collapse--lg:after {
23398
23862
  transition: all 0.2s;
23399
23863
  }
23400
23864
  .a-TextControl.is-focused > .a-TextControl-input {
23401
- border-color: #584a94;
23865
+ border-color: #7266ba;
23402
23866
  box-shadow: none;
23403
23867
  background: #ffffff;
23404
23868
  transition: all 0.2s;
23405
23869
  }
23406
23870
  .a-TextControl.is-error.is-focused > .a-TextControl-input {
23407
23871
  border-color: #e62525;
23872
+ background: #ffffff;
23408
23873
  }
23409
23874
  .a-TextControl.is-disabled > .a-TextControl-input {
23410
23875
  color: #b9b8bf;
@@ -23449,6 +23914,58 @@ fieldset.a-Collapse--lg:after {
23449
23914
  display: inline-flex;
23450
23915
  }
23451
23916
  }
23917
+ .a-TextControl .InputText-clear {
23918
+ content: '<svg t="1642652418667" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3606"><path d="M512 39.384615C250.092308 39.384615 39.384615 250.092308 39.384615 512s210.707692 472.615385 472.615385 472.615385 472.615385-210.707692 472.615385-472.615385S773.907692 39.384615 512 39.384615z m96.492308 488.369231l153.6 153.6c7.876923 7.876923 7.876923 19.692308 0 27.569231l-55.138462 55.138461c-7.876923 7.876923-19.692308 7.876923-27.569231 0L525.784615 610.461538c-7.876923-7.876923-19.692308-7.876923-27.56923 0l-153.6 153.6c-7.876923 7.876923-19.692308 7.876923-27.569231 0L261.907692 708.923077c-7.876923-7.876923-7.876923-19.692308 0-27.569231l153.6-153.6c7.876923-7.876923 7.876923-19.692308 0-27.569231l-155.56923-155.56923c-7.876923-7.876923-7.876923-19.692308 0-27.569231l55.138461-55.138462c7.876923-7.876923 19.692308-7.876923 27.569231 0l155.569231 155.569231c7.876923 7.876923 19.692308 7.876923 27.56923 0l153.6-153.6c7.876923-7.876923 19.692308-7.876923 27.569231 0l55.138462 55.138462c7.876923 7.876923 7.876923 19.692308 0 27.56923l-153.6 153.6c-5.907692 7.876923-5.907692 19.692308 0 27.569231z" p-id="3607"></path></svg>';
23919
+ }
23920
+ .a-TextControl-clear {
23921
+ padding: 0 0.1875rem;
23922
+ }
23923
+ .a-TextControl .a-TextControl-clear svg {
23924
+ font-size: 0.875rem;
23925
+ fill: #7266ba;
23926
+ width: 0.875rem;
23927
+ height: 0.875rem;
23928
+ }
23929
+ .a-TextControl .a-TextControl-clear svg:hover {
23930
+ fill: #5d5c66;
23931
+ }
23932
+ .a-TextControl .a-TextControl-clear svg:active {
23933
+ fill: #5d5c66;
23934
+ }
23935
+ .a-TextControl-input {
23936
+ border-width: 1px 1px 1px 1px;
23937
+ border-style: solid solid solid solid;
23938
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
23939
+ border-radius: 2px 2px 2px 2px;
23940
+ padding: 0.25rem 0.625rem 0.25rem 0.625rem;
23941
+ background: transparent;
23942
+ height: 2rem;
23943
+ }
23944
+ .a-TextControl-input:hover, .a-TextControl-input.hover {
23945
+ border-width: 1px 1px 1px 1px;
23946
+ border-style: solid solid solid solid;
23947
+ border-color: #7266ba #7266ba #7266ba #7266ba;
23948
+ border-radius: 2px 2px 2px 2px;
23949
+ padding: 0.25rem 0.625rem 0.25rem 0.625rem;
23950
+ background: transparent;
23951
+ }
23952
+ .a-TextControl.is-focused > .a-TextControl-input, .a-TextControl-input.active {
23953
+ border-width: 1px 1px 1px 1px;
23954
+ border-style: solid solid solid solid;
23955
+ border-color: #7266ba #7266ba #7266ba #7266ba;
23956
+ border-radius: 2px 2px 2px 2px;
23957
+ padding: 0.25rem 0.625rem 0.25rem 0.625rem;
23958
+ background: transparent;
23959
+ box-shadow: 0px 0px 0px 0px transparent;
23960
+ }
23961
+ .a-TextControl.is-disabled > .a-TextControl-input {
23962
+ border-width: 1px 1px 1px 1px;
23963
+ border-style: solid solid solid solid;
23964
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
23965
+ border-radius: 2px 2px 2px 2px;
23966
+ padding: 0.25rem 0.625rem 0.25rem 0.625rem;
23967
+ background: #ffffff;
23968
+ }
23452
23969
  .a-TextControl-input input {
23453
23970
  overflow: hidden;
23454
23971
  white-space: nowrap;
@@ -23502,17 +24019,20 @@ fieldset.a-Collapse--lg:after {
23502
24019
  justify-content: center;
23503
24020
  padding-left: 0.625rem;
23504
24021
  padding-right: 0.625rem;
23505
- background: #ffffff;
24022
+ background: transparent;
23506
24023
  color: #181526;
23507
- border-color: #e9e8eb;
23508
- border-style: solid;
23509
- border-width: 0.0625rem 0;
24024
+ border-width: 1px 0 1px 0;
24025
+ border-style: solid solid solid solid;
24026
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
23510
24027
  }
23511
- .a-TextControl-addOn:first-child {
23512
- border-left-width: 0.0625rem;
24028
+ .a-TextControl-addOn:hover {
24029
+ background: transparent;
24030
+ }
24031
+ .a-TextControl-addOn:first-child {
24032
+ border-left-width: 0px;
23513
24033
  }
23514
24034
  .a-TextControl-addOn:last-child {
23515
- border-right-width: 0.0625rem;
24035
+ border-right-width: 1px;
23516
24036
  border-top-right-radius: 2px;
23517
24037
  border-bottom-right-radius: 2px;
23518
24038
  }
@@ -23534,13 +24054,13 @@ fieldset.a-Collapse--lg:after {
23534
24054
  border-bottom-right-radius: 2px;
23535
24055
  }
23536
24056
  .a-TextControl--withAddOn.is-focused > .a-TextControl-button .a-Button {
23537
- border-color: #584a94;
24057
+ border-color: #7266ba;
23538
24058
  }
23539
24059
  .a-TextControl--withAddOn.is-error > .a-TextControl-addOn {
23540
24060
  border-color: #e62525;
23541
24061
  }
23542
24062
  .a-TextControl--withAddOn.is-focused > .a-TextControl-addOn {
23543
- border-color: #584a94;
24063
+ border-color: #7266ba;
23544
24064
  color: #7266ba;
23545
24065
  box-shadow: none;
23546
24066
  }
@@ -23657,6 +24177,11 @@ fieldset.a-Collapse--lg:after {
23657
24177
  }
23658
24178
  .a-TextControl-counter {
23659
24179
  color: #b9b8bf;
24180
+ font-size: 14px;
24181
+ }
24182
+ .a-TextControl-inputPrefix, .a-TextControl-inputSuffix {
24183
+ color: #090714;
24184
+ font-size: 14px;
23660
24185
  }
23661
24186
  .has-error--maxLength .a-TextControl-counter {
23662
24187
  color: #e62525;
@@ -23665,16 +24190,49 @@ fieldset.a-Collapse--lg:after {
23665
24190
  border-color: #7266ba;
23666
24191
  }
23667
24192
  .a-TextControl-revealPassword {
23668
- font-size: 0;
23669
- display: inline-flex;
24193
+ padding: 0 0.1875rem;
24194
+ cursor: pointer;
24195
+ display: flex;
23670
24196
  align-items: center;
24197
+ justify-content: center;
24198
+ margin-left: auto;
24199
+ text-decoration: none;
23671
24200
  }
23672
- .a-TextControl-revealPassword .icon {
23673
- width: 1rem;
23674
- height: 1rem;
23675
- color: #85848c;
24201
+ .a-TextControl-revealPassword svg {
23676
24202
  cursor: pointer;
23677
24203
  }
24204
+ .a-TextControl .InputText-invisible {
24205
+ content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>不可见</title><g id="不可见" stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><g id="编组"><rect id="矩形" stroke="none" fill="currentColor" opacity="0" x="0.5" y="0.5" width="15" height="15"></rect><path d="M2.91972703,5.00035128 C3.15932221,5.56062137 3.48954828,6.0784548 3.89678565,6.53485922 C4.96673844,7.73914737 6.49518581,8.43995 8.14,8.43995 C9.76664693,8.43995 11.2813058,7.75315198 12.3523764,6.57033395 C12.6920742,6.19520277 12.9803798,5.7761243 13.209327,5.32420638 L13.3395085,5.04920376 L14.2544915,5.45269624 C13.9653387,6.10839593 13.572991,6.71219666 13.0936273,7.24156203 C12.7623988,7.60734835 12.3948705,7.93285848 11.9982387,8.21395897 L12.9566,9.87395 L12.0906,10.37395 L11.1412434,8.72942071 C10.3784723,9.11337429 9.54082663,9.35086388 8.66757967,9.41933209 L8.668,10.97185 L7.668,10.97185 L7.66735222,9.42343888 C6.75745885,9.35969244 5.88560233,9.11282413 5.09602954,8.70830726 L4.1485,10.34855 L3.2825,9.84855 L4.2424457,8.18636156 C3.84593988,7.9008387 3.4793171,7.57058753 3.14992355,7.19983732 C2.73988365,6.74029373 2.39560013,6.22662333 2.12776836,5.67339306 L2.00027297,5.39354872 L2.91972703,5.00035128 Z" id="形状结合"></path></g></g></svg>';
24206
+ }
24207
+ .a-TextControl .InputText-view {
24208
+ content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>可见</title><g id="可见" stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><g id="编组"><rect id="矩形" opacity="0" x="0.5" y="0.5" width="15" height="15"></rect><path d="M7.9999,3.0001 C11.9889,3.0001 14.9999,6.8731 14.9999,8.0001 C14.9999,8.8831 11.9889,13.0001 7.9999,13.0001 C3.9609,13.0001 0.9999,8.8831 0.9999,8.0001 C0.9999,6.8731 3.9609,3.0001 7.9999,3.0001 Z M7.9999,4.0001 C4.7329,4.0001 2.2179,7.0861 2.0089,7.9731 C2.2749,8.7711 4.7189,12.0001 7.9999,12.0001 C11.2099,12.0001 13.7339,8.7311 13.9929,7.9631 C13.8069,7.1261 11.2709,4.0001 7.9999,4.0001 Z M7.975,5.879 C9.08,5.879 9.975,6.775 9.975,7.879 C9.975,8.983 9.08,9.879 7.975,9.879 C6.871,9.879 5.975,8.983 5.975,7.879 C5.975,6.775 6.871,5.879 7.975,5.879 Z M7.975,6.879 C7.424,6.879 6.975,7.327 6.975,7.879 C6.975,8.43 7.424,8.879 7.975,8.879 C8.527,8.879 8.975,8.43 8.975,7.879 C8.975,7.327 8.527,6.879 7.975,6.879 Z" id="图标"></path></g</g></svg>';
24209
+ }
24210
+ .a-TextControl-icon-view {
24211
+ font-size: 0.875rem;
24212
+ fill: #85848c;
24213
+ color: #85848c;
24214
+ width: 0.875rem;
24215
+ height: 0.875rem;
24216
+ display: flex;
24217
+ align-items: center;
24218
+ }
24219
+ .a-TextControl-icon-view svg {
24220
+ width: 0.875rem;
24221
+ height: 0.875rem;
24222
+ }
24223
+ .a-TextControl-icon-invisible {
24224
+ font-size: 0.875rem;
24225
+ fill: #85848c;
24226
+ color: #85848c;
24227
+ width: 0.875rem;
24228
+ height: 0.875rem;
24229
+ display: flex;
24230
+ align-items: center;
24231
+ }
24232
+ .a-TextControl-icon-invisible svg {
24233
+ width: 0.875rem;
24234
+ height: 0.875rem;
24235
+ }
23678
24236
  input.a-TextControl-input-password {
23679
24237
  flex-basis: 0;
23680
24238
  }
@@ -23729,7 +24287,7 @@ input.a-TextControl-input-password {
23729
24287
  user-select: none;
23730
24288
  }
23731
24289
  .a-TextareaControl-input:hover {
23732
- border-color: #584a94;
24290
+ border-color: #7266ba;
23733
24291
  }
23734
24292
  .a-TextareaControl-input--borderHalf {
23735
24293
  border-left-color: transparent !important;
@@ -23745,13 +24303,14 @@ input.a-TextControl-input-password {
23745
24303
  transition: all 0.2s;
23746
24304
  }
23747
24305
  .a-TextareaControl.is-focused > .a-TextareaControl-input {
23748
- border-color: #584a94;
24306
+ border-color: #7266ba;
23749
24307
  box-shadow: none;
23750
24308
  background: #ffffff;
23751
24309
  transition: all 0.2s;
23752
24310
  }
23753
24311
  .a-TextareaControl.is-error.is-focused > .a-TextareaControl-input {
23754
24312
  border-color: #e62525;
24313
+ background: #ffffff;
23755
24314
  }
23756
24315
  .a-TextareaControl.is-disabled > .a-TextareaControl-input {
23757
24316
  color: #b9b8bf;
@@ -23803,14 +24362,7 @@ input.a-TextControl-input-password {
23803
24362
  border: 1px solid #e9e8eb;
23804
24363
  border-radius: 2px;
23805
24364
  background: #ffffff;
23806
- padding: calc(
23807
- (
23808
- 2rem - 1.5 *
23809
- 14px - 0.125rem
23810
- ) / 2
23811
- ) 0.625rem;
23812
- /* 避免和clear btn 重叠 */
23813
- padding-right: calc(0.625rem + 14px);
24365
+ padding: 0.25rem 1.375rem 0.25rem 0.625rem;
23814
24366
  font-size: 14px;
23815
24367
  display: block;
23816
24368
  width: 100%;
@@ -23848,12 +24400,12 @@ input.a-TextControl-input-password {
23848
24400
  );
23849
24401
  background-color: #fff;
23850
24402
  text-align: right;
23851
- font-size: 12px;
23852
24403
  border-radius: 3px;
23853
- color: #84868c;
24404
+ color: #85848c;
24405
+ font-size: 14px;
23854
24406
  }
23855
24407
  .a-TextareaControl-counter.is-empty {
23856
- color: #84868c;
24408
+ color: #85848c;
23857
24409
  }
23858
24410
  .has-error--maxLength .a-TextareaControl-counter {
23859
24411
  color: #e62525;
@@ -23912,7 +24464,7 @@ input.a-TextControl-input-password {
23912
24464
  pointer-events: none;
23913
24465
  }
23914
24466
  .a-Checkbox:hover input:not(:disabled) + i {
23915
- border-color: #23b7e5;
24467
+ border-color: #7266ba;
23916
24468
  }
23917
24469
  .a-Checkbox.a-Checkbox--checkbox.a-Checkbox--button > i + span {
23918
24470
  margin-left: 0;
@@ -23957,17 +24509,28 @@ input.a-TextControl-input-password {
23957
24509
  }
23958
24510
  .a-Checkbox--checkbox {
23959
24511
  padding-left: 1rem;
24512
+ font-size: 0.875rem;
24513
+ color: #181526;
23960
24514
  }
23961
24515
  .a-Checkbox--checkbox input {
23962
24516
  margin-left: calc(1rem * -1);
23963
24517
  }
23964
24518
  .a-Checkbox--checkbox input:checked + i {
23965
- border-color: #23b7e5;
24519
+ border-width: 1px 1px 1px 1px;
24520
+ border-style: solid solid solid solid;
24521
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
24522
+ border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
24523
+ }
24524
+ .a-Checkbox--checkbox input:checked + i:hover {
24525
+ border-width: 1px 1px 1px 1px;
24526
+ border-style: solid solid solid solid;
24527
+ border-color: #7266ba #7266ba #7266ba #7266ba;
24528
+ border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
23966
24529
  }
23967
24530
  .a-Checkbox--checkbox input:checked + i:before {
23968
24531
  width: 0.5rem;
23969
24532
  height: 0.5rem;
23970
- background: #23b7e5;
24533
+ background: #7266ba;
23971
24534
  }
23972
24535
  .a-Checkbox--checkbox input[disabled] + i {
23973
24536
  border-color: #b9b8bf;
@@ -23987,6 +24550,25 @@ input.a-TextControl-input-password {
23987
24550
  border: 0.0625rem solid #e9e8eb;
23988
24551
  border-radius: 0.125rem;
23989
24552
  margin-left: calc(1rem * -1);
24553
+ border-width: 1px 1px 1px 1px;
24554
+ border-style: solid solid solid solid;
24555
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
24556
+ border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
24557
+ background: transparent;
24558
+ }
24559
+ .a-Checkbox--checkbox > i:hover {
24560
+ border-width: 1px 1px 1px 1px;
24561
+ border-style: solid solid solid solid;
24562
+ border-color: #7266ba #7266ba #7266ba #7266ba;
24563
+ border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
24564
+ background: transparent;
24565
+ }
24566
+ .a-Checkbox--checkbox > i:active {
24567
+ border-width: 1px 1px 1px 1px;
24568
+ border-style: solid solid solid solid;
24569
+ border-color: #7266ba #7266ba #7266ba #7266ba;
24570
+ border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
24571
+ background: transparent;
23990
24572
  }
23991
24573
  .a-Checkbox--checkbox.a-Checkbox:hover > input + i {
23992
24574
  border-color: #897fc7 #897fc7 #897fc7 #897fc7;
@@ -24014,8 +24596,11 @@ input.a-TextControl-input-password {
24014
24596
  background: #584a94;
24015
24597
  }
24016
24598
  .a-Checkbox--full.a-Checkbox--checkbox input:checked + i {
24017
- border-color: #23b7e5;
24018
- background: #23b7e5;
24599
+ border-color: #7266ba;
24600
+ background: #7266ba;
24601
+ }
24602
+ .a-Checkbox--full.a-Checkbox--checkbox input:checked + i:hover {
24603
+ background: #897fc7;
24019
24604
  }
24020
24605
  .a-Checkbox--full.a-Checkbox--checkbox input:checked + i:before {
24021
24606
  width: 0.5rem;
@@ -24055,12 +24640,12 @@ input.a-TextControl-input-password {
24055
24640
  margin-left: calc(1rem * -1);
24056
24641
  }
24057
24642
  .a-Checkbox--partial.a-Checkbox--checkbox input + i {
24058
- border-color: #23b7e5;
24643
+ border-color: #7266ba;
24059
24644
  }
24060
24645
  .a-Checkbox--partial.a-Checkbox--checkbox input + i:before {
24061
24646
  width: 0.5rem;
24062
24647
  height: 0.5rem;
24063
- background: #23b7e5;
24648
+ background: #7266ba;
24064
24649
  }
24065
24650
  .a-Checkbox--partial.a-Checkbox--checkbox input[disabled] + i {
24066
24651
  border-color: #b9b8bf;
@@ -24093,9 +24678,9 @@ input.a-TextControl-input-password {
24093
24678
  min-width: 5rem;
24094
24679
  }
24095
24680
  .a-Checkbox--button.a-Checkbox--checkbox:hover:not(:disabled) {
24096
- color: #23b7e5;
24097
- border-color: #23b7e5;
24098
- box-shadow: -1px 0 0 0 #23b7e5;
24681
+ color: #7266ba;
24682
+ border-color: #7266ba;
24683
+ box-shadow: -1px 0 0 0 #7266ba;
24099
24684
  }
24100
24685
  .a-Checkbox--button.a-Checkbox--checkbox:hover:not(:disabled):first-child {
24101
24686
  box-shadow: none;
@@ -24115,7 +24700,7 @@ input.a-TextControl-input-password {
24115
24700
  width: 0;
24116
24701
  height: 0;
24117
24702
  border-width: 0.5rem;
24118
- border-color: #23b7e5 transparent transparent #23b7e5;
24703
+ border-color: #7266ba transparent transparent #7266ba;
24119
24704
  border-radius: 0;
24120
24705
  }
24121
24706
  .a-Checkbox--button.a-Checkbox--checkbox input:checked + i:before {
@@ -24159,9 +24744,9 @@ input.a-TextControl-input-password {
24159
24744
  overflow: hidden;
24160
24745
  }
24161
24746
  .a-Checkbox--button--checked.a-Checkbox--checkbox.a-Checkbox--button {
24162
- border-color: #23b7e5;
24163
- color: #23b7e5;
24164
- box-shadow: -1px 0 0 0 #23b7e5;
24747
+ border-color: #7266ba;
24748
+ color: #7266ba;
24749
+ box-shadow: -1px 0 0 0 #7266ba;
24165
24750
  }
24166
24751
  .a-Checkbox--button--checked.a-Checkbox--checkbox.a-Checkbox--button:first-child {
24167
24752
  box-shadow: none;
@@ -24197,17 +24782,21 @@ input.a-TextControl-input-password {
24197
24782
  margin-left: calc(1rem * -1);
24198
24783
  }
24199
24784
  .a-Checkbox--radio input:checked + i {
24200
- border-color: #23b7e5;
24785
+ border-color: #7266ba;
24786
+ background-color: transparent;
24787
+ }
24788
+ .a-Checkbox--radio input:checked + i + span {
24789
+ color: #090714;
24201
24790
  }
24202
24791
  .a-Checkbox--radio input:checked + i:before {
24203
24792
  width: 0.5rem;
24204
24793
  height: 0.5rem;
24205
- background: #23b7e5;
24794
+ background: #7266ba;
24206
24795
  border-radius: 50%;
24207
24796
  }
24208
24797
  .a-Checkbox--radio input[disabled] + i {
24209
24798
  border-color: #b9b8bf;
24210
- background: #e5e7eb;
24799
+ background: #e9e8eb;
24211
24800
  cursor: not-allowed;
24212
24801
  }
24213
24802
  .a-Checkbox--radio input[disabled] + i:before {
@@ -24228,6 +24817,24 @@ input.a-TextControl-input-password {
24228
24817
  margin-left: calc(1rem * -1);
24229
24818
  margin-top: -0.125rem;
24230
24819
  border-radius: 50%;
24820
+ background: transparent;
24821
+ }
24822
+ .a-Checkbox--radio > i + span {
24823
+ color: #090714;
24824
+ font-size: 14px;
24825
+ font-weight: 400;
24826
+ line-height: 1.5;
24827
+ margin-left: 0.5rem;
24828
+ }
24829
+ .a-Checkbox--radio:hover input:not(:disabled) + i {
24830
+ border-color: #7266ba;
24831
+ background-color: transparent;
24832
+ }
24833
+ .a-Checkbox--radio:hover input:not(:disabled) + i:before {
24834
+ background: #7266ba;
24835
+ }
24836
+ .a-Checkbox--radio:hover input:not(:disabled) + i + span {
24837
+ color: #090714;
24231
24838
  }
24232
24839
  .a-Checkbox--radio.a-Checkbox--button--disabled--unchecked.a-Checkbox--full {
24233
24840
  background: none;
@@ -24280,7 +24887,28 @@ input.a-TextControl-input-password {
24280
24887
  .a-CheckboxesControl {
24281
24888
  padding-top: calc((2rem - 1rem) / 2 - 3px);
24282
24889
  }
24283
- .a-RadiosControl .a-Checkbox,
24890
+ .a-RadiosControl .a-Checkbox {
24891
+ display: block;
24892
+ margin: 0rem 0.5rem 0.375rem 0rem;
24893
+ }
24894
+ .a-RadiosControl .a-Checkbox--button {
24895
+ margin-bottom: 0;
24896
+ }
24897
+ .a-RadiosControl .a-Checkbox--button--disabled--unchecked {
24898
+ background: #ffffff;
24899
+ }
24900
+ .a-RadiosControl .a-Checkbox--button-checked:active {
24901
+ border-color: #584a94;
24902
+ }
24903
+ .a-RadiosControl.is-inline .a-Checkbox {
24904
+ display: inline-block;
24905
+ margin: 0rem 1rem 0.375rem 0rem;
24906
+ }
24907
+ .a-RadiosControl.is-inline .a-Checkbox--button {
24908
+ display: inline-block;
24909
+ margin-right: 0;
24910
+ margin-bottom: 0;
24911
+ }
24284
24912
  .a-CheckboxesControl .a-Checkbox {
24285
24913
  display: block;
24286
24914
  margin-bottom: calc(
@@ -24290,24 +24918,19 @@ input.a-TextControl-input-password {
24290
24918
  ) / 2
24291
24919
  );
24292
24920
  }
24293
- .a-RadiosControl .a-Checkbox--button,
24294
24921
  .a-CheckboxesControl .a-Checkbox--button {
24295
24922
  margin-bottom: 0;
24296
24923
  }
24297
- .a-RadiosControl .a-Checkbox--button--disabled--unchecked,
24298
24924
  .a-CheckboxesControl .a-Checkbox--button--disabled--unchecked {
24299
24925
  background: #ffffff;
24300
24926
  }
24301
- .a-RadiosControl .a-Checkbox--button-checked:active,
24302
24927
  .a-CheckboxesControl .a-Checkbox--button-checked:active {
24303
24928
  border-color: #584a94;
24304
24929
  }
24305
- .a-RadiosControl.is-inline .a-Checkbox,
24306
24930
  .a-CheckboxesControl.is-inline .a-Checkbox {
24307
24931
  display: inline-block;
24308
24932
  margin-right: 1rem;
24309
24933
  }
24310
- .a-RadiosControl.is-inline .a-Checkbox--button,
24311
24934
  .a-CheckboxesControl.is-inline .a-Checkbox--button {
24312
24935
  display: inline-block;
24313
24936
  margin-right: 0;
@@ -24668,7 +25291,7 @@ input.a-TextControl-input-password {
24668
25291
  user-select: none;
24669
25292
  }
24670
25293
  .a-CityPicker-input:focus {
24671
- border-color: #584a94;
25294
+ border-color: #7266ba;
24672
25295
  box-shadow: none;
24673
25296
  background: #ffffff;
24674
25297
  }
@@ -24709,7 +25332,7 @@ input.a-TextControl-input-password {
24709
25332
  user-select: none;
24710
25333
  }
24711
25334
  .a-CityArea-Input:focus {
24712
- border-color: #584a94;
25335
+ border-color: #7266ba;
24713
25336
  box-shadow: none;
24714
25337
  background: #ffffff;
24715
25338
  }
@@ -24720,7 +25343,7 @@ input.a-TextControl-input-password {
24720
25343
  height: 1.25rem;
24721
25344
  min-width: 2.75rem;
24722
25345
  overflow: hidden;
24723
- border-radius: 1.875rem;
25346
+ border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
24724
25347
  background: #d5d4d9;
24725
25348
  margin: 0;
24726
25349
  vertical-align: middle;
@@ -24732,15 +25355,15 @@ input.a-TextControl-input-password {
24732
25355
  opacity: 0.4;
24733
25356
  }
24734
25357
  .a-Switch .text {
24735
- margin: 0 0.5rem 0 1.5625rem;
25358
+ margin: 0rem 0.5rem 0rem 1.5rem;
24736
25359
  color: #ffffff;
24737
25360
  text-indent: 0.25rem;
24738
25361
  text-transform: uppercase;
24739
25362
  font-size: 12px;
25363
+ font-weight: 700;
24740
25364
  line-height: 1.25rem;
24741
25365
  vertical-align: super;
24742
25366
  font-style: normal;
24743
- font-weight: bold;
24744
25367
  transition: all 0.2s;
24745
25368
  }
24746
25369
  .a-Switch .text > svg {
@@ -24752,14 +25375,12 @@ input.a-TextControl-input-password {
24752
25375
  content: "";
24753
25376
  position: absolute;
24754
25377
  background: #ffffff;
24755
- width: calc(
24756
- 1.25rem - 0.0625rem * 2
24757
- );
24758
- top: 0.0625rem;
24759
- bottom: 0.0625rem;
24760
- left: 0.0625rem;
25378
+ width: 1rem;
25379
+ top: 0.125rem;
25380
+ bottom: 0.125rem;
25381
+ left: 0.125rem;
24761
25382
  border-radius: 50%;
24762
- transition: margin-left 0.2s;
25383
+ transition: all 0.5s ease;
24763
25384
  }
24764
25385
  .a-Switch:hover {
24765
25386
  background: #b9b8bf;
@@ -24768,13 +25389,16 @@ input.a-TextControl-input-password {
24768
25389
  background: #7266ba;
24769
25390
  }
24770
25391
  .a-Switch.is-checked .slider::before {
24771
- left: auto;
24772
- right: 0.0625rem;
25392
+ left: calc(100% - 1rem - 0.125rem);
25393
+ right: 0.125rem;
24773
25394
  border-width: 0;
25395
+ background: #ffffff;
24774
25396
  }
24775
25397
  .a-Switch.is-checked .text {
25398
+ margin: 0rem 1.5rem 0rem 0.5rem;
24776
25399
  color: #ffffff;
24777
- margin: 0 1.5625rem 0 0.5rem;
25400
+ font-size: 12px;
25401
+ font-weight: 700;
24778
25402
  }
24779
25403
  .a-Switch.is-checked:hover {
24780
25404
  background: #584a94;
@@ -24800,63 +25424,37 @@ input.a-TextControl-input-password {
24800
25424
  .a-Switch--sm {
24801
25425
  height: 1rem;
24802
25426
  min-width: 1.75rem;
25427
+ border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
24803
25428
  }
24804
25429
  .a-Switch--sm .text {
24805
25430
  line-height: 1rem;
24806
- margin: 0 calc(
24807
- 0.0625rem * 2 + 0.5rem / 2
24808
- ) 0 calc(
24809
- 0.0625rem * 2 + 1.5625rem / 2
24810
- );
25431
+ margin: 0rem 0.5rem 0rem 1.5rem;
24811
25432
  }
24812
25433
  .a-Switch--sm .text > svg {
24813
25434
  margin-top: calc((1rem - 12px) / 2);
24814
25435
  }
24815
25436
  .a-Switch--sm .slider::before {
24816
- width: calc(
24817
- 1rem - 0.0625rem * 2
24818
- );
24819
- }
24820
- .a-Switch--sm.is-checked .slider::before {
24821
- right: 0.0625rem;
24822
- }
24823
- .a-Switch--sm.is-checked .text {
24824
- margin: 0 calc(
24825
- 0.0625rem * 2 + 1.5625rem / 2
24826
- ) 0 calc(
24827
- 0.0625rem * 2 + 0.5rem / 2
24828
- );
24829
- }
24830
- .a-Switch .text {
24831
- margin: 0 0.5rem 0 1.5625rem;
24832
- vertical-align: super;
24833
- }
24834
- .a-Switch .slider:before {
24835
- width: calc(1.25rem - 0.25rem);
25437
+ width: 0.75rem;
24836
25438
  top: 0.125rem;
24837
25439
  bottom: 0.125rem;
24838
25440
  left: 0.125rem;
24839
- transition: all 0.5s ease;
25441
+ right: auto;
25442
+ }
25443
+ .a-Switch--sm.is-checked .slider::before {
25444
+ left: calc(100% - 0.75rem - 0.125rem);
25445
+ right: 0.125rem;
24840
25446
  }
24841
25447
  .a-Switch:active .slider::before {
24842
25448
  width: calc(1.25rem + 0.125rem);
24843
25449
  border-radius: 10px;
24844
25450
  }
24845
- .a-Switch.is-checked {
24846
- background: #7266ba;
24847
- }
24848
- .a-Switch.is-checked .slider::before {
24849
- right: auto;
24850
- left: calc(
24851
- 100% - (1.25rem - 0.25rem) - 0.125rem
24852
- );
24853
- }
24854
- .a-Switch.is-checked .text {
24855
- margin: 0 1.5625rem 0 0.5rem;
24856
- }
24857
25451
  .a-Switch-option {
24858
25452
  vertical-align: middle;
24859
- margin-left: 0.5rem;
25453
+ font-size: 14px;
25454
+ font-weight: 400;
25455
+ line-height: 1.5;
25456
+ color: #090714;
25457
+ margin: 0rem 0rem 0rem 0.5rem;
24860
25458
  }
24861
25459
  .a-Switch-option:first-child {
24862
25460
  margin-left: 0;
@@ -24887,6 +25485,33 @@ input.a-TextControl-input-password {
24887
25485
  border: 1px solid #e9e8eb;
24888
25486
  border-radius: 2px;
24889
25487
  overflow: hidden;
25488
+ border-width: 1px 1px 1px 1px;
25489
+ border-style: solid solid solid solid;
25490
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
25491
+ border-radius: 2px 2px 2px 2px;
25492
+ background: transparent;
25493
+ }
25494
+ .a-Number:hover {
25495
+ border-width: 1px 1px 1px 1px;
25496
+ border-style: solid solid solid solid;
25497
+ border-color: #7266ba #7266ba #7266ba #7266ba;
25498
+ border-radius: 2px 2px 2px 2px;
25499
+ background: transparent;
25500
+ }
25501
+ .a-Number-focused {
25502
+ border-width: 1px 1px 1px 1px;
25503
+ border-style: solid solid solid solid;
25504
+ border-color: #7266ba #7266ba #7266ba #7266ba;
25505
+ border-radius: 2px 2px 2px 2px;
25506
+ background: transparent;
25507
+ box-shadow: none;
25508
+ }
25509
+ .a-Number-disabled {
25510
+ border-width: 1px 1px 1px 1px;
25511
+ border-style: solid solid solid solid;
25512
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
25513
+ border-radius: 2px 2px 2px 2px;
25514
+ background: #ffffff;
24890
25515
  }
24891
25516
  .a-Number--borderHalf {
24892
25517
  border-left-color: transparent !important;
@@ -24896,10 +25521,6 @@ input.a-TextControl-input-password {
24896
25521
  .a-Number--borderNone {
24897
25522
  border-color: transparent !important;
24898
25523
  }
24899
- .a-Number-focused {
24900
- border-color: #584a94;
24901
- box-shadow: none;
24902
- }
24903
25524
  .a-Number-handler {
24904
25525
  text-align: center;
24905
25526
  overflow: hidden;
@@ -24915,9 +25536,6 @@ input.a-TextControl-input-password {
24915
25536
  -webkit-user-select: none;
24916
25537
  display: inline-block;
24917
25538
  }
24918
- .a-Number:hover {
24919
- border-color: #584a94;
24920
- }
24921
25539
  .a-Number:hover .a-Number-handler-wrap {
24922
25540
  display: block;
24923
25541
  }
@@ -24944,7 +25562,7 @@ input.a-TextControl-input-password {
24944
25562
  border: 0;
24945
25563
  border-radius: 2px;
24946
25564
  color: #181526;
24947
- padding: 0 0.75rem;
25565
+ padding: 0 0.75rem 0 0.75rem;
24948
25566
  }
24949
25567
  .a-Number-input::-moz-placeholder {
24950
25568
  color: #b9b8bf;
@@ -24970,6 +25588,7 @@ input.a-TextControl-input-password {
24970
25588
  }
24971
25589
  .a-Number-handler:hover:active {
24972
25590
  background: #ffffff;
25591
+ color: #7266ba;
24973
25592
  }
24974
25593
  .a-Number-handler-up-inner {
24975
25594
  transform: rotate(180deg);
@@ -25030,9 +25649,32 @@ input.a-TextControl-input-password {
25030
25649
  .a-Number-disabled .a-Number-handler:hover:active {
25031
25650
  background: #ffffff;
25032
25651
  }
25652
+ .a-Form-control--sizeSm > .a-Number {
25653
+ height: 2rem;
25654
+ }
25655
+ .a-Form-control--sizeMd > .a-Number {
25656
+ height: 2rem;
25657
+ }
25658
+ .a-Form-control--sizeLg > .a-Number {
25659
+ height: 2rem;
25660
+ }
25033
25661
  .a-NumberControl:not(.is-inline) > .a-Number {
25034
25662
  display: block;
25035
25663
  }
25664
+ .a-NumberControl .a-Select {
25665
+ min-width: 3.5rem;
25666
+ padding: calc(
25667
+ (
25668
+ 2rem - 1.5 *
25669
+ 14px - 1px * 2
25670
+ ) / 2
25671
+ ) 0 calc(
25672
+ (
25673
+ 2rem - 1.5 *
25674
+ 14px - 1px * 2
25675
+ ) / 2
25676
+ ) 0.625rem;
25677
+ }
25036
25678
  .a-Number--borderHalf .a-Number-handler-wrap,
25037
25679
  .a-Number--borderNone .a-Number-handler-wrap {
25038
25680
  border-left: none;
@@ -25052,32 +25694,105 @@ input.a-TextControl-input-password {
25052
25694
  border: 1px solid #d5d4d9;
25053
25695
  border-radius: 2px;
25054
25696
  overflow: hidden;
25697
+ border-width: 1px 1px 1px 1px;
25698
+ border-style: solid solid solid solid;
25699
+ border-color: #d5d4d9 #d5d4d9 #d5d4d9 #d5d4d9;
25700
+ border-radius: 2px 2px 2px 2px;
25055
25701
  }
25056
- .a-Number--enhance .a-Number--enhance-left-icon,
25057
- .a-Number--enhance .a-Number--enhance-right-icon {
25058
- display: inline-block;
25702
+ .a-Number--enhance .a-Number--enhance-input {
25703
+ background: transparent;
25704
+ }
25705
+ .a-Number--enhance:hover {
25706
+ border-width: 1px 1px 1px 1px;
25707
+ border-style: solid solid solid solid;
25708
+ border-color: #7266ba #7266ba #7266ba #7266ba;
25709
+ border-radius: 2px 2px 2px 2px;
25710
+ }
25711
+ .a-Number--enhance:hover .a-Number--enhance-input {
25712
+ background: transparent;
25713
+ }
25714
+ .a-Number--enhance:focus-within {
25715
+ border-width: 1px 1px 1px 1px;
25716
+ border-style: solid solid solid solid;
25717
+ border-color: #7266ba #7266ba #7266ba #7266ba;
25718
+ border-radius: 2px 2px 2px 2px;
25719
+ }
25720
+ .a-Number--enhance:focus-within .a-Number--enhance-input {
25721
+ background: transparent;
25722
+ }
25723
+ .a-Number--enhance-disabled {
25724
+ border-width: 1px 1px 1px 1px;
25725
+ border-style: solid solid solid solid;
25726
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
25727
+ border-radius: 2px 2px 2px 2px;
25728
+ }
25729
+ .a-Number--enhance-disabled .a-Number--enhance-input {
25730
+ background: #ffffff;
25731
+ }
25732
+ .a-Number--enhance .a-Number-input {
25733
+ padding: 0.25rem 0.75rem 0.25rem 0.75rem;
25734
+ }
25735
+ .a-Number--enhance .a-Number--enhance-left-icon,
25736
+ .a-Number--enhance .a-Number--enhance-right-icon {
25737
+ display: inline-block;
25059
25738
  width: 1.5rem;
25060
25739
  height: 2rem;
25061
25740
  line-height: 2rem;
25062
25741
  text-align: center;
25063
25742
  color: #181526;
25743
+ }
25744
+ .a-Number--enhance .a-Number--enhance-left-icon > svg,
25745
+ .a-Number--enhance .a-Number--enhance-right-icon > svg {
25746
+ width: 12px;
25747
+ height: 12px;
25748
+ }
25749
+ .a-Number--enhance .a-Number--enhance-left-icon {
25064
25750
  background: #ffffff;
25065
25751
  }
25066
- .a-Number--enhance .a-Number--enhance-left-icon:hover,
25067
- .a-Number--enhance .a-Number--enhance-right-icon:hover {
25752
+ .a-Number--enhance .a-Number--enhance-left-icon:hover {
25068
25753
  cursor: pointer;
25069
25754
  background: #ffffff;
25755
+ }
25756
+ .a-Number--enhance .a-Number--enhance-left-icon-focused {
25757
+ background: #ffffff;
25758
+ }
25759
+ .a-Number--enhance .a-Number--enhance-left-icon .InputNumber-enhance-minus {
25760
+ content: '<svg viewBox="0 0 12 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon-minus"><g id="minus" fill="currentColor" fill-rule="nonzero"><polygon id="path-1" points="0 1.6 0 0.4 12 0.4 12 1.6"></polygon></g></svg>';
25761
+ }
25762
+ .a-Number--enhance .a-Number--enhance-left-icon svg {
25763
+ width: 0.75rem;
25764
+ height: 0.75rem;
25765
+ color: #181526;
25766
+ }
25767
+ .a-Number--enhance .a-Number--enhance-left-icon svg:hover {
25768
+ color: #7266ba;
25769
+ }
25770
+ .a-Number--enhance .a-Number--enhance-left-icon svg:active {
25070
25771
  color: #7266ba;
25071
25772
  }
25072
- .a-Number--enhance .a-Number--enhance-left-icon-focused,
25073
- .a-Number--enhance .a-Number--enhance-right-icon-focused {
25773
+ .a-Number--enhance .a-Number--enhance-right-icon {
25774
+ cursor: pointer;
25074
25775
  background: #ffffff;
25075
- color: #584a94;
25076
25776
  }
25077
- .a-Number--enhance .a-Number--enhance-left-icon > svg,
25078
- .a-Number--enhance .a-Number--enhance-right-icon > svg {
25079
- width: 12px;
25080
- height: 12px;
25777
+ .a-Number--enhance .a-Number--enhance-right-icon:hover {
25778
+ background: #ffffff;
25779
+ }
25780
+ .a-Number--enhance .a-Number--enhance-right-icon:active {
25781
+ background: #ffffff;
25782
+ }
25783
+ .a-Number--enhance .a-Number--enhance-right-icon .InputNumber-enhance-plus {
25784
+ content: '<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" class="icon icon-plus"><path d="M6.6 6.6V12H5.4V6.6H0V5.4h5.4V0h1.2v5.4H12v1.2z" fill="currentColor" fill-rule="nonzero"></path></svg>';
25785
+ }
25786
+ .a-Number--enhance .a-Number--enhance-right-icon svg {
25787
+ width: 0.75rem;
25788
+ height: 0.75rem;
25789
+ color: #181526;
25790
+ }
25791
+ .a-Number--enhance .a-Number--enhance-right-icon svg:hover {
25792
+ color: #7266ba;
25793
+ }
25794
+ .a-Number--enhance .a-Number--enhance-right-icon svg:active {
25795
+ color: #7266ba;
25081
25796
  }
25082
25797
  .a-Number--enhance .a-Number--enhance-left-icon {
25083
25798
  border-top-left-radius: 2px;
@@ -25098,10 +25813,7 @@ input.a-TextControl-input-password {
25098
25813
  display: none;
25099
25814
  }
25100
25815
  .a-Number--enhance:hover {
25101
- border-color: #584a94;
25102
- }
25103
- .a-Number--enhance:focus-within {
25104
- border-color: #584a94;
25816
+ border-color: #7266ba;
25105
25817
  }
25106
25818
  .a-Number--enhance .a-Number--enhance-border-min,
25107
25819
  .a-Number--enhance .a-Number--enhance-border-max {
@@ -25116,13 +25828,11 @@ input.a-TextControl-input-password {
25116
25828
  }
25117
25829
  .a-Number--enhance .a-Number--enhance-border-disabled {
25118
25830
  background: #ffffff;
25119
- color: #b4b6ba;
25120
25831
  cursor: not-allowed;
25121
25832
  }
25122
25833
  .a-Number--enhance .a-Number--enhance-border-disabled:hover {
25123
25834
  cursor: not-allowed;
25124
25835
  background: #ffffff;
25125
- color: #b4b6ba;
25126
25836
  }
25127
25837
  .a-Number--enhance .a-Number--enhance-border-readOnly:hover,
25128
25838
  .a-Number--enhance .a-Number--enhance-border-readOnly:hover {
@@ -25136,9 +25846,6 @@ input.a-TextControl-input-password {
25136
25846
  border: none;
25137
25847
  border-radius: 2px;
25138
25848
  }
25139
- .a-Number--enhance-disabled {
25140
- border-color: #e9e8eb;
25141
- }
25142
25849
  .a-Number--enhance-disabled .a-Number--enhance-input {
25143
25850
  border-color: #e9e8eb;
25144
25851
  }
@@ -25170,7 +25877,7 @@ input.a-TextControl-input-password {
25170
25877
  display: flex;
25171
25878
  }
25172
25879
  .a-Select:hover {
25173
- background: (--colors-neutral-fill-11);
25880
+ background: #ffffff;
25174
25881
  border-color: #7266ba;
25175
25882
  }
25176
25883
  .a-Select:hover .a-Select-arrow:before {
@@ -25482,7 +26189,7 @@ input.a-TextControl-input-password {
25482
26189
  margin-right: 0.25rem;
25483
26190
  }
25484
26191
  .a-Select.is-focused:not(.is-mobile), .a-Select.is-opened:not(.is-mobile) {
25485
- border-color: #584a94;
26192
+ border-color: #7266ba;
25486
26193
  color: #181526;
25487
26194
  }
25488
26195
  .a-Select-spinner {
@@ -25565,7 +26272,7 @@ input.a-TextControl-input-password {
25565
26272
  margin-top: calc(0px * -1);
25566
26273
  background: #ffffff;
25567
26274
  color: #181526;
25568
- border: 0px solid #584a94;
26275
+ border: 0px solid #7266ba;
25569
26276
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
25570
26277
  0px 1px 2px 0px rgba(0, 0, 0, 0.06);
25571
26278
  border-top-left-radius: 0;
@@ -25701,6 +26408,7 @@ input.a-TextControl-input-password {
25701
26408
  }
25702
26409
  .a-ListControl-item,
25703
26410
  .a-ListControl-static-item {
26411
+ width: auto;
25704
26412
  position: relative;
25705
26413
  -webkit-user-select: none;
25706
26414
  -moz-user-select: none;
@@ -25716,11 +26424,16 @@ input.a-TextControl-input-password {
25716
26424
  transition: none;
25717
26425
  max-width: calc(12.5rem + 2 * 0.625rem);
25718
26426
  border-radius: 2px;
26427
+ padding: 0.375rem 0.625rem 0.375rem 0.625rem;
25719
26428
  }
25720
26429
  .a-ListControl-item .b-inherit,
25721
26430
  .a-ListControl-static-item .b-inherit {
25722
26431
  border-color: #181526;
25723
26432
  }
26433
+ .a-ListControl-item:hover,
26434
+ .a-ListControl-static-item:hover {
26435
+ color: #7266ba;
26436
+ }
25724
26437
  .a-ListControl-itemImage,
25725
26438
  .a-ListControl-static-itemImage {
25726
26439
  margin: calc(0.375rem * -1) calc(0.625rem * -1);
@@ -25744,6 +26457,13 @@ input.a-TextControl-input-password {
25744
26457
  .a-ListControl-static-placeholder {
25745
26458
  color: #b9b8bf;
25746
26459
  }
26460
+ .a-ListControl-item {
26461
+ border-width: 1px 1px 1px 1px;
26462
+ border-style: solid solid solid solid;
26463
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
26464
+ border-radius: 2px 2px 2px 2px;
26465
+ background: transparent;
26466
+ }
25747
26467
  .a-ListControl-item:not(.is-disabled) {
25748
26468
  cursor: pointer;
25749
26469
  }
@@ -25755,16 +26475,36 @@ input.a-TextControl-input-password {
25755
26475
  .a-ListControl-item:hover .b-inherit {
25756
26476
  border-color: #7266ba;
25757
26477
  }
26478
+ .a-ListControl-item.hover {
26479
+ background: #ffffff;
26480
+ border-color: #7266ba;
26481
+ color: #7266ba;
26482
+ }
26483
+ .a-ListControl-item.hover .b-inherit {
26484
+ border-color: #7266ba;
26485
+ }
26486
+ .a-ListControl-item:hover {
26487
+ border-width: 1px 1px 1px 1px;
26488
+ border-style: solid solid solid solid;
26489
+ border-color: #7266ba #7266ba #7266ba #7266ba;
26490
+ border-radius: 2px 2px 2px 2px;
26491
+ background: transparent;
26492
+ }
25758
26493
  .a-ListControl-item:hover:active, .a-ListControl-item.is-active {
25759
26494
  background: #ffffff;
25760
26495
  border-color: #584a94;
25761
- color: #584a94;
26496
+ color: #7266ba;
26497
+ border-width: 1px 1px 1px 1px;
26498
+ border-style: solid solid solid solid;
26499
+ border-color: #7266ba #7266ba #7266ba #7266ba;
26500
+ border-radius: 2px 2px 2px 2px;
26501
+ background: transparent;
25762
26502
  }
25763
26503
  .a-ListControl-item:hover:active:hover, .a-ListControl-item.is-active:hover {
25764
26504
  background: #ffffff;
25765
26505
  }
25766
26506
  .a-ListControl-item:hover:active .b-inherit, .a-ListControl-item.is-active .b-inherit {
25767
- border-color: #584a94;
26507
+ border-color: #7266ba;
25768
26508
  }
25769
26509
  .a-ListControl-item:hover:active:before, .a-ListControl-item.is-active:before {
25770
26510
  content: "";
@@ -25793,6 +26533,11 @@ input.a-TextControl-input-password {
25793
26533
  border-color: #f3f2f5;
25794
26534
  background: #f3f2f5;
25795
26535
  color: #b9b8bf;
26536
+ border-width: 1px 1px 1px 1px;
26537
+ border-style: solid solid solid solid;
26538
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
26539
+ border-radius: 2px 2px 2px 2px;
26540
+ background: #ffffff;
25796
26541
  }
25797
26542
  .a-ListControl-item.is-disabled:before {
25798
26543
  background: #b9b8bf;
@@ -25899,7 +26644,7 @@ input.a-TextControl-input-password {
25899
26644
  width: 100%;
25900
26645
  max-width: 100%;
25901
26646
  margin-top: -1px;
25902
- border-color: #584a94;
26647
+ border-color: #7266ba;
25903
26648
  }
25904
26649
  .a-MapPicker-search {
25905
26650
  padding: 5px 10px;
@@ -25985,7 +26730,7 @@ input.a-TextControl-input-password {
25985
26730
  color: #b9b8bf;
25986
26731
  }
25987
26732
  .a-ColorPicker.is-focused {
25988
- border-color: #584a94;
26733
+ border-color: #7266ba;
25989
26734
  box-shadow: none;
25990
26735
  }
25991
26736
  .a-ColorPicker.is-disabled {
@@ -26571,6 +27316,14 @@ input.a-TextControl-input-password {
26571
27316
  border-style: solid solid solid solid;
26572
27317
  box-shadow: 0px 0px 0px 0px transparent;
26573
27318
  }
27319
+ .rdtBtn:not(:disabled):not(.is-disabled).hover {
27320
+ color: #7266ba;
27321
+ background: #fff;
27322
+ border-color: #7266ba #7266ba #7266ba #7266ba;
27323
+ border-width: 1px 1px 1px 1px;
27324
+ border-style: solid solid solid solid;
27325
+ box-shadow: 0px 0px 0px 0px transparent;
27326
+ }
26574
27327
  .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
26575
27328
  color: #584a94;
26576
27329
  background: #fff;
@@ -26579,10 +27332,18 @@ input.a-TextControl-input-password {
26579
27332
  border-style: solid solid solid solid;
26580
27333
  box-shadow: 0px 0px 0px 0px transparent;
26581
27334
  }
27335
+ .rdtBtn:not(:disabled):not(.is-disabled).active {
27336
+ color: #584a94;
27337
+ background: #fff;
27338
+ border-color: #584a94 #584a94 #584a94 #584a94;
27339
+ border-width: 1px 1px 1px 1px;
27340
+ border-style: solid solid solid solid;
27341
+ box-shadow: 0px 0px 0px 0px transparent;
27342
+ }
26582
27343
  .rdtBtn:disabled, .rdtBtn.is-disabled {
26583
27344
  color: #b9b8bf;
26584
27345
  background: #ffffff;
26585
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
27346
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
26586
27347
  border-width: 1px 1px 1px 1px;
26587
27348
  border-style: solid solid solid solid;
26588
27349
  box-shadow: 0px 0px 0px 0px transparent;
@@ -26606,6 +27367,14 @@ input.a-TextControl-input-password {
26606
27367
  border-style: solid solid solid solid;
26607
27368
  box-shadow: 0px 0px 0px 0px transparent;
26608
27369
  }
27370
+ .rdtBtnCancel:not(:disabled):not(.is-disabled).hover {
27371
+ color: #7266ba;
27372
+ background: #fff;
27373
+ border-color: #7266ba #7266ba #7266ba #7266ba;
27374
+ border-width: 1px 1px 1px 1px;
27375
+ border-style: solid solid solid solid;
27376
+ box-shadow: 0px 0px 0px 0px transparent;
27377
+ }
26609
27378
  .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
26610
27379
  color: #584a94;
26611
27380
  background: #fff;
@@ -26614,10 +27383,18 @@ input.a-TextControl-input-password {
26614
27383
  border-style: solid solid solid solid;
26615
27384
  box-shadow: 0px 0px 0px 0px transparent;
26616
27385
  }
27386
+ .rdtBtnCancel:not(:disabled):not(.is-disabled).active {
27387
+ color: #584a94;
27388
+ background: #fff;
27389
+ border-color: #584a94 #584a94 #584a94 #584a94;
27390
+ border-width: 1px 1px 1px 1px;
27391
+ border-style: solid solid solid solid;
27392
+ box-shadow: 0px 0px 0px 0px transparent;
27393
+ }
26617
27394
  .rdtBtnCancel:disabled, .rdtBtnCancel.is-disabled {
26618
27395
  color: #b9b8bf;
26619
27396
  background: #ffffff;
26620
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
27397
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
26621
27398
  border-width: 1px 1px 1px 1px;
26622
27399
  border-style: solid solid solid solid;
26623
27400
  box-shadow: 0px 0px 0px 0px transparent;
@@ -27015,31 +27792,46 @@ td.rdtQuarter.rdtDisabled:hover {
27015
27792
  flex-direction: column;
27016
27793
  justify-content: center;
27017
27794
  align-items: center;
27018
- border: 0.0625rem solid #e9e8eb;
27019
- border-radius: 2px;
27795
+ border-radius: 2px 2px 2px 2px;
27020
27796
  cursor: pointer;
27021
27797
  margin-right: 0.75rem;
27022
27798
  color: #85848c;
27023
- background: #ffffff;
27024
- border-color: #d5d4d9 #d5d4d9 #d5d4d9 #d5d4d9;
27799
+ background: transparent;
27800
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
27025
27801
  border-width: 1px 1px 1px 1px;
27026
27802
  border-style: solid solid solid solid;
27027
27803
  box-shadow: 0px 0px 0px 0px transparent;
27028
27804
  }
27029
27805
  .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
27030
- color: #7266ba;
27031
- background: #ffffff;
27806
+ color: #85848c;
27807
+ background: transparent;
27808
+ border-color: #7266ba #7266ba #7266ba #7266ba;
27809
+ border-width: 1px 1px 1px 1px;
27810
+ border-style: solid solid solid solid;
27811
+ box-shadow: 0px 0px 0px 0px transparent;
27812
+ }
27813
+ .a-ImageControl-addBtn:not(:disabled):not(.is-disabled).hover {
27814
+ color: #85848c;
27815
+ background: transparent;
27032
27816
  border-color: #7266ba #7266ba #7266ba #7266ba;
27033
27817
  border-width: 1px 1px 1px 1px;
27034
27818
  border-style: solid solid solid solid;
27035
27819
  box-shadow: 0px 0px 0px 0px transparent;
27036
27820
  }
27037
27821
  .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
27038
- color: #7266ba #7266ba;
27039
- background: #e9e8eb;
27040
- border-color: 1px 1px 1px 1px;
27041
- border-width: solid solid solid solid;
27042
- border-style: 0px 0px 0px 0px transparent solid solid solid;
27822
+ color: #85848c;
27823
+ background: transparent;
27824
+ border-color: #7266ba #7266ba #7266ba #7266ba;
27825
+ border-width: 1px 1px 1px 1px;
27826
+ border-style: solid solid solid solid;
27827
+ box-shadow: 0px 0px 0px 0px transparent;
27828
+ }
27829
+ .a-ImageControl-addBtn:not(:disabled):not(.is-disabled).active {
27830
+ color: #85848c;
27831
+ background: transparent;
27832
+ border-color: #7266ba #7266ba #7266ba #7266ba;
27833
+ border-width: 1px 1px 1px 1px;
27834
+ border-style: solid solid solid solid;
27043
27835
  box-shadow: 0px 0px 0px 0px transparent;
27044
27836
  }
27045
27837
  .a-ImageControl-addBtn:disabled, .a-ImageControl-addBtn.is-disabled {
@@ -27051,18 +27843,25 @@ td.rdtQuarter.rdtDisabled:hover {
27051
27843
  box-shadow: 0px 0px 0px 0px transparent;
27052
27844
  }
27053
27845
  .a-ImageControl-addBtn > svg {
27054
- width: 1.5rem;
27055
- height: 1.5rem;
27056
27846
  top: 0;
27057
27847
  margin-bottom: 0.5rem;
27848
+ font-size: 1.5rem;
27849
+ color: #85848c;
27058
27850
  }
27059
27851
  .a-ImageControl-addBtn-text {
27060
- color: #323040;
27852
+ font-size: 14px;
27853
+ font-weight: 400;
27854
+ }
27855
+ .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover > svg {
27856
+ color: #85848c;
27857
+ }
27858
+ .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active > svg {
27859
+ color: #85848c;
27061
27860
  }
27062
27861
  .a-ImageControl-addBtn.is-disabled {
27063
27862
  pointer-events: none;
27064
- border: 0.0625rem solid #e9e8eb;
27065
- background: #ffffff;
27863
+ }
27864
+ .a-ImageControl-addBtn.is-disabled > svg {
27066
27865
  color: #b9b8bf;
27067
27866
  }
27068
27867
  .a-ImageControl-pasteTip {
@@ -27086,17 +27885,20 @@ td.rdtQuarter.rdtDisabled:hover {
27086
27885
  margin: 30px 0 0 0.5rem;
27087
27886
  }
27088
27887
  .a-ImageControl-dropzone:focus .a-ImageControl-addBtn {
27089
- border-color: #7266ba;
27090
- background: #ffffff;
27091
- color: #7266ba !important;
27888
+ border-color: #7266ba #7266ba #7266ba #7266ba;
27889
+ background: transparent;
27890
+ color: #85848c;
27891
+ }
27892
+ .a-ImageControl-dropzone:focus .a-ImageControl-addBtn > svg {
27893
+ color: #85848c;
27092
27894
  }
27093
27895
  .a-ImageControl-dropzone:hover-addBtn:not(.is-disabled) {
27094
- border-color: #7266ba;
27095
- background: #ffffff;
27096
- color: #7266ba;
27896
+ border-color: #7266ba #7266ba #7266ba #7266ba;
27897
+ background: transparent;
27898
+ color: #85848c;
27097
27899
  }
27098
27900
  .a-ImageControl-dropzone:hover-addBtn:not(.is-disabled) .a-ImageControl-addBtn-text {
27099
- color: #7266ba;
27901
+ color: #85848c;
27100
27902
  }
27101
27903
  .a-ImageControl-item {
27102
27904
  border-radius: 2px;
@@ -27255,7 +28057,7 @@ td.rdtQuarter.rdtDisabled:hover {
27255
28057
  }
27256
28058
  .a-FileControl-selectBtn {
27257
28059
  display: inline-flex;
27258
- margin-right: 10px;
28060
+ margin-right: 0.625rem;
27259
28061
  }
27260
28062
  .a-FileControl-selectBtn > svg {
27261
28063
  margin-right: 4px !important;
@@ -27268,8 +28070,9 @@ td.rdtQuarter.rdtDisabled:hover {
27268
28070
  line-height: 20px;
27269
28071
  }
27270
28072
  .a-FileControl-description {
27271
- color: #999;
27272
- font-size: 12px;
28073
+ color: #181526;
28074
+ font-size: 14px;
28075
+ font-weight: 400;
27273
28076
  }
27274
28077
  .a-FileControl-sizeTip {
27275
28078
  margin-top: 4px;
@@ -27279,7 +28082,7 @@ td.rdtQuarter.rdtDisabled:hover {
27279
28082
  }
27280
28083
  .a-FileControl-list {
27281
28084
  list-style: none;
27282
- margin: 8px 0;
28085
+ margin: 0.5rem 0rem 0.5rem 0rem;
27283
28086
  padding: 0;
27284
28087
  max-height: 144px;
27285
28088
  overflow-x: hidden;
@@ -27288,6 +28091,7 @@ td.rdtQuarter.rdtDisabled:hover {
27288
28091
  .a-FileControl-list > li {
27289
28092
  margin-bottom: 4px;
27290
28093
  font-size: 12px;
28094
+ background: transparent;
27291
28095
  }
27292
28096
  .a-FileControl-list > li:hover {
27293
28097
  border-radius: 2px;
@@ -27298,7 +28102,7 @@ td.rdtQuarter.rdtDisabled:hover {
27298
28102
  color: #e62525;
27299
28103
  }
27300
28104
  .a-FileControl-itemInfo {
27301
- padding: 2px 4px;
28105
+ padding: 0.125rem 0.25rem 0.125rem 0.25rem;
27302
28106
  display: flex;
27303
28107
  line-height: 24px;
27304
28108
  height: auto;
@@ -27316,13 +28120,25 @@ td.rdtQuarter.rdtDisabled:hover {
27316
28120
  top: 0.25rem;
27317
28121
  }
27318
28122
  .a-FileControl-itemInfoIcon {
27319
- margin-right: 4px;
28123
+ margin-right: 0.25rem;
28124
+ font-size: 0.75rem;
28125
+ color: #181526;
27320
28126
  }
27321
28127
  .a-FileControl-itemInfoText {
27322
28128
  white-space: nowrap;
27323
28129
  overflow: hidden;
27324
28130
  text-overflow: ellipsis;
27325
28131
  vertical-align: middle;
28132
+ color: #7266ba;
28133
+ font-size: 12px;
28134
+ font-weight: 400;
28135
+ line-height: 1.5rem;
28136
+ }
28137
+ .a-FileControl-itemInfoText:hover {
28138
+ color: #7266ba;
28139
+ font-size: 12px;
28140
+ font-weight: 400;
28141
+ line-height: 1.5rem;
27326
28142
  }
27327
28143
  .a-FileControl-clear {
27328
28144
  color: #85848c;
@@ -27330,8 +28146,12 @@ td.rdtQuarter.rdtDisabled:hover {
27330
28146
  cursor: pointer;
27331
28147
  margin-left: auto;
27332
28148
  margin-right: 0.25rem;
28149
+ font-size: 0.75rem;
28150
+ line-height: 1.5rem;
27333
28151
  }
27334
28152
  .a-FileControl-clear:hover {
28153
+ font-size: 0.75rem;
28154
+ line-height: 1.5rem;
27335
28155
  color: #5d5c66;
27336
28156
  }
27337
28157
  .a-FileControl-list:empty {
@@ -27383,7 +28203,10 @@ td.rdtQuarter.rdtDisabled:hover {
27383
28203
  background: #ffffff;
27384
28204
  }
27385
28205
  .a-FileControl-dropzone.disabled > .a-FileControl-acceptTip:hover {
27386
- border-color: #e9e8eb;
28206
+ border-color: #e9e8eb
28207
+ #e9e8eb
28208
+ #e9e8eb
28209
+ #e9e8eb;
27387
28210
  }
27388
28211
  .a-FileControl-dropzone.disabled > .a-FileControl-acceptTip > div,
27389
28212
  .a-FileControl-dropzone.disabled > .a-FileControl-acceptTip > span {
@@ -27396,9 +28219,14 @@ td.rdtQuarter.rdtDisabled:hover {
27396
28219
  flex-flow: column;
27397
28220
  height: 180px;
27398
28221
  text-align: center;
27399
- border: 1px dashed #e9e8eb;
27400
- border-radius: 2px;
27401
- background: #ffffff;
28222
+ border-style: dashed dashed dashed dashed;
28223
+ border-color: #e9e8eb
28224
+ #e9e8eb
28225
+ #e9e8eb
28226
+ #e9e8eb;
28227
+ border-width: 1px 1px 1px 1px;
28228
+ border-radius: 2px 2px 2px 2px;
28229
+ background: transparent;
27402
28230
  cursor: pointer;
27403
28231
  }
27404
28232
  .a-FileControl-acceptTip-click {
@@ -27409,18 +28237,22 @@ td.rdtQuarter.rdtDisabled:hover {
27409
28237
  font-size: 12px;
27410
28238
  }
27411
28239
  .a-FileControl-acceptTip:hover {
27412
- border-color: #23b7e5;
28240
+ border-style: dashed dashed dashed dashed;
28241
+ border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
28242
+ border-width: 1px 1px 1px 1px;
28243
+ background: transparent;
27413
28244
  }
27414
28245
  .a-FileControl-acceptTip > span {
27415
- margin-top: 8px;
28246
+ margin-top: 0.5rem;
27416
28247
  line-height: 20px;
27417
28248
  font-size: 12px;
28249
+ font-weight: 400;
27418
28250
  color: #323040;
27419
28251
  }
27420
28252
  .a-FileControl-acceptTip > svg {
27421
- width: 48px;
27422
- height: 48px;
27423
28253
  top: 0;
28254
+ font-size: 3rem;
28255
+ color: #e9e8eb;
27424
28256
  }
27425
28257
  .a-FileControl-dropzone.is-active .a-FileControl-acceptTip {
27426
28258
  border-color: #23b7e5;
@@ -27481,7 +28313,7 @@ td.rdtQuarter.rdtDisabled:hover {
27481
28313
  border-color: #e62525;
27482
28314
  }
27483
28315
  .a-EditorControl.is-focused {
27484
- border-color: #584a94;
28316
+ border-color: #7266ba;
27485
28317
  }
27486
28318
  .a-EditorControl .a-MonacoEditor {
27487
28319
  position: relative;
@@ -27613,22 +28445,22 @@ td.rdtQuarter.rdtDisabled:hover {
27613
28445
  .a-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
27614
28446
  .a-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
27615
28447
  color: #23b7e5;
27616
- background: (--colors-neutral-fill-11);
28448
+ background: #ffffff;
27617
28449
  }
27618
28450
  .a-RichTextControl .fr-desktop .fr-command:hover,
27619
28451
  .a-RichTextControl .fr-desktop .fr-command:focus {
27620
- background: (--colors-neutral-fill-11);
28452
+ background: #ffffff;
27621
28453
  }
27622
28454
  .a-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
27623
28455
  .a-RichTextControl .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
27624
- background: (--colors-neutral-fill-11);
28456
+ background: #ffffff;
27625
28457
  }
27626
28458
  .a-RichTextControl .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
27627
28459
  background: #23b7e5;
27628
28460
  color: #fff;
27629
28461
  }
27630
28462
  .a-RichTextControl.is-focused {
27631
- border: 0.0625rem solid #584a94;
28463
+ border: 0.0625rem solid #7266ba;
27632
28464
  }
27633
28465
  .a-RichTextControl .fr-box.fr-basic .fr-element {
27634
28466
  min-height: 150px;
@@ -27661,9 +28493,8 @@ td.rdtQuarter.rdtDisabled:hover {
27661
28493
  flex: auto;
27662
28494
  }
27663
28495
  .a-InputRange-input {
27664
- width: 80px;
27665
- height: 32px;
27666
- margin: 0 8px;
28496
+ width: 5rem;
28497
+ margin: 0rem 0.5rem 0rem 0.5rem;
27667
28498
  }
27668
28499
  .a-InputRange-input .a-Number {
27669
28500
  overflow: hidden;
@@ -27686,7 +28517,10 @@ td.rdtQuarter.rdtDisabled:hover {
27686
28517
  .a-InputRange-clear svg {
27687
28518
  height: 0.75rem;
27688
28519
  width: 0.75rem;
27689
- fill: #999;
28520
+ fill: #5d5c66;
28521
+ }
28522
+ .a-InputRange-clear:hover svg {
28523
+ fill: #7266ba;
27690
28524
  }
27691
28525
  .a-InputRange.is-disabled .a-InputRange-track {
27692
28526
  cursor: not-allowed;
@@ -27696,12 +28530,16 @@ td.rdtQuarter.rdtDisabled:hover {
27696
28530
  cursor: not-allowed;
27697
28531
  }
27698
28532
  .a-InputRange.is-disabled .a-InputRange-handle-icon {
27699
- border-color: #ceced1;
28533
+ border-color: #d5d4d9;
28534
+ background-color: #ffffff;
27700
28535
  cursor: not-allowed;
27701
28536
  }
27702
28537
  .a-InputRange.is-disabled .a-InputRange-handle-icon:hover {
27703
28538
  transform: none;
27704
28539
  }
28540
+ .a-InputRange.is-disabled .a-InputRange-handle-icon .icon-slider-handle g path {
28541
+ fill: #d5d4d9;
28542
+ }
27705
28543
  .a-InputRange.is-disabled .a-Number-handler {
27706
28544
  cursor: not-allowed;
27707
28545
  }
@@ -27726,15 +28564,16 @@ td.rdtQuarter.rdtDisabled:hover {
27726
28564
  -moz-appearance: none;
27727
28565
  appearance: none;
27728
28566
  background-color: #ffffff;
27729
- border: 0.0625rem solid #7266ba;
28567
+ border: 0.0625rem
28568
+ solid
28569
+ #7266ba;
27730
28570
  cursor: pointer;
27731
28571
  display: flex;
27732
28572
  justify-content: center;
27733
28573
  align-items: center;
27734
28574
  outline: none;
27735
28575
  border-radius: 50%;
27736
- transition: transform 0.2s ease-out,
27737
- box-shadow 0.2s ease-out;
28576
+ transition: transform 0.2s ease-out;
27738
28577
  }
27739
28578
  .a-InputRange-handle-icon:hover, .a-InputRange-handle-drage:hover {
27740
28579
  transform: scale(1.3);
@@ -27804,11 +28643,15 @@ td.rdtQuarter.rdtDisabled:hover {
27804
28643
  }
27805
28644
  .a-InputRange-label {
27806
28645
  position: absolute;
27807
- padding: 0.5rem;
27808
- background-color: #000;
28646
+ padding: 0.5rem
28647
+ 0.5rem 0.5rem
28648
+ 0.5rem;
28649
+ background-color: #090714;
27809
28650
  color: #ffffff;
27810
- font-size: 0.875rem;
27811
- border-radius: 0.25rem;
28651
+ font-size: 14px;
28652
+ font-weight: 400;
28653
+ line-height: 1.5;
28654
+ border-radius: 2px;
27812
28655
  visibility: hidden;
27813
28656
  }
27814
28657
  .a-InputRange-label-visible {
@@ -27827,7 +28670,7 @@ td.rdtQuarter.rdtDisabled:hover {
27827
28670
  bottom: -4px;
27828
28671
  border-width: 4px 4px 0 4px;
27829
28672
  border-style: solid;
27830
- border-color: #000 transparent transparent transparent;
28673
+ border-color: #090714 transparent transparent transparent;
27831
28674
  }
27832
28675
  .a-InputRange-label.pos-bottom {
27833
28676
  top: calc(100% + 8px);
@@ -27842,7 +28685,7 @@ td.rdtQuarter.rdtDisabled:hover {
27842
28685
  top: -4px;
27843
28686
  border-width: 0 4px 4px 4px;
27844
28687
  border-style: solid;
27845
- border-color: transparent transparent #000 transparent;
28688
+ border-color: transparent transparent #090714 transparent;
27846
28689
  }
27847
28690
  .a-InputRange-label.pos-left {
27848
28691
  top: 50%;
@@ -27856,7 +28699,7 @@ td.rdtQuarter.rdtDisabled:hover {
27856
28699
  right: -4px;
27857
28700
  border-width: 4px 0 4px 4px;
27858
28701
  border-style: solid;
27859
- border-color: transparent transparent transparent #000;
28702
+ border-color: transparent transparent transparent #090714;
27860
28703
  }
27861
28704
  .a-InputRange-label.pos-right {
27862
28705
  top: 50%;
@@ -27870,11 +28713,16 @@ td.rdtQuarter.rdtDisabled:hover {
27870
28713
  left: -4px;
27871
28714
  border-width: 4px 4px 4px 0;
27872
28715
  border-style: solid;
27873
- border-color: transparent #000 transparent transparent;
28716
+ border-color: transparent #090714 transparent transparent;
27874
28717
  }
27875
28718
  .a-InputRange-marks {
27876
28719
  position: relative;
27877
28720
  top: 8px;
28721
+ color: #181526;
28722
+ font-size: 14px;
28723
+ font-weight: 400;
28724
+ line-height: 1.5;
28725
+ margin-top: 0rem;
27878
28726
  }
27879
28727
  .a-InputRange-marks div {
27880
28728
  position: absolute;
@@ -27953,10 +28801,10 @@ td.rdtQuarter.rdtDisabled:hover {
27953
28801
  .a-Tree.is-draggable {
27954
28802
  position: relative;
27955
28803
  }
27956
- .a-Tree--outline .a-Tree-item--isLeaf:before {
28804
+ .a-Tree--outline .a-Tree-item--isLeaf.is-child:before {
27957
28805
  position: absolute;
27958
28806
  top: -8px;
27959
- left: calc((1rem - 5px) * -1);
28807
+ left: calc((0.5rem + 1rem + 0.5rem) / 2 - 1rem);
27960
28808
  bottom: 0px;
27961
28809
  border-left: 1px solid #e9e8eb;
27962
28810
  content: "";
@@ -28081,7 +28929,7 @@ td.rdtQuarter.rdtDisabled:hover {
28081
28929
  user-select: none;
28082
28930
  }
28083
28931
  .a-Tree-itemInput > input:focus {
28084
- border-color: #584a94;
28932
+ border-color: #7266ba;
28085
28933
  box-shadow: none;
28086
28934
  background: #ffffff;
28087
28935
  }
@@ -28242,7 +29090,7 @@ td.rdtQuarter.rdtDisabled:hover {
28242
29090
  user-select: none;
28243
29091
  }
28244
29092
  .a-TreeSelect-input:hover {
28245
- border-color: #584a94;
29093
+ border-color: #7266ba;
28246
29094
  }
28247
29095
  .a-TreeSelect-input--borderHalf {
28248
29096
  border-left-color: transparent !important;
@@ -28258,13 +29106,14 @@ td.rdtQuarter.rdtDisabled:hover {
28258
29106
  transition: all 0.2s;
28259
29107
  }
28260
29108
  .a-TreeSelect.is-focused > .a-TreeSelect-input {
28261
- border-color: #584a94;
29109
+ border-color: #7266ba;
28262
29110
  box-shadow: none;
28263
29111
  background: #ffffff;
28264
29112
  transition: all 0.2s;
28265
29113
  }
28266
29114
  .a-TreeSelect.is-error.is-focused > .a-TreeSelect-input {
28267
29115
  border-color: #e62525;
29116
+ background: #ffffff;
28268
29117
  }
28269
29118
  .a-TreeSelect.is-disabled > .a-TreeSelect-input {
28270
29119
  color: #b9b8bf;
@@ -28310,7 +29159,7 @@ td.rdtQuarter.rdtDisabled:hover {
28310
29159
  }
28311
29160
  }
28312
29161
  .a-TreeSelect.is-opened {
28313
- border-color: #584a94;
29162
+ border-color: #7266ba;
28314
29163
  box-shadow: none;
28315
29164
  background: #ffffff;
28316
29165
  }
@@ -28324,7 +29173,7 @@ td.rdtQuarter.rdtDisabled:hover {
28324
29173
  }
28325
29174
  .a-TreeSelect-popover > .a-Tree {
28326
29175
  background: #ffffff;
28327
- border: 0.0625rem solid #584a94;
29176
+ border: 0.0625rem solid #7266ba;
28328
29177
  padding: 0.25rem 0.625rem;
28329
29178
  border-radius: 0;
28330
29179
  margin-top: -1px;
@@ -28356,6 +29205,7 @@ td.rdtQuarter.rdtDisabled:hover {
28356
29205
  }
28357
29206
  .a-Combo-addBtn {
28358
29207
  font-size: 12px;
29208
+ font-weight: 400;
28359
29209
  line-height: 1.5;
28360
29210
  border-radius: 2px 2px 2px 2px;
28361
29211
  height: 1.625rem;
@@ -28417,6 +29267,14 @@ td.rdtQuarter.rdtDisabled:hover {
28417
29267
  border-style: solid solid solid solid;
28418
29268
  box-shadow: 0px 0px 0px 0px transparent;
28419
29269
  }
29270
+ .a-Combo-addBtn:not(:disabled):not(.is-disabled).hover {
29271
+ color: #ffffff;
29272
+ background: #897fc7;
29273
+ border-color: var(--Combo-addBtn-onHover-border) var(--Combo-addBtn-onHover-border) var(--Combo-addBtn-onHover-border) var(--Combo-addBtn-onHover-border);
29274
+ border-width: 1px 1px 1px 1px;
29275
+ border-style: solid solid solid solid;
29276
+ box-shadow: 0px 0px 0px 0px transparent;
29277
+ }
28420
29278
  .a-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
28421
29279
  color: #ffffff;
28422
29280
  background: #584a94;
@@ -28425,10 +29283,18 @@ td.rdtQuarter.rdtDisabled:hover {
28425
29283
  border-style: solid solid solid solid;
28426
29284
  box-shadow: 0px 0px 0px 0px transparent;
28427
29285
  }
29286
+ .a-Combo-addBtn:not(:disabled):not(.is-disabled).active {
29287
+ color: #ffffff;
29288
+ background: #584a94;
29289
+ border-color: #5d5c66 #5d5c66 #5d5c66 #5d5c66;
29290
+ border-width: 1px 1px 1px 1px;
29291
+ border-style: solid solid solid solid;
29292
+ box-shadow: 0px 0px 0px 0px transparent;
29293
+ }
28428
29294
  .a-Combo-addBtn:disabled, .a-Combo-addBtn.is-disabled {
28429
29295
  color: #b9b8bf;
28430
29296
  background: #ffffff;
28431
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
29297
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
28432
29298
  border-width: 1px 1px 1px 1px;
28433
29299
  border-style: solid solid solid solid;
28434
29300
  box-shadow: 0px 0px 0px 0px transparent;
@@ -28795,7 +29661,7 @@ td.rdtQuarter.rdtDisabled:hover {
28795
29661
  user-select: none;
28796
29662
  }
28797
29663
  .a-Picker-input:hover {
28798
- border-color: #584a94;
29664
+ border-color: #7266ba;
28799
29665
  }
28800
29666
  .a-Picker-input--borderHalf {
28801
29667
  border-left-color: transparent !important;
@@ -28811,13 +29677,14 @@ td.rdtQuarter.rdtDisabled:hover {
28811
29677
  transition: all 0.2s;
28812
29678
  }
28813
29679
  .a-Picker.is-focused > .a-Picker-input {
28814
- border-color: #584a94;
29680
+ border-color: #7266ba;
28815
29681
  box-shadow: none;
28816
29682
  background: #ffffff;
28817
29683
  transition: all 0.2s;
28818
29684
  }
28819
29685
  .a-Picker.is-error.is-focused > .a-Picker-input {
28820
29686
  border-color: #e62525;
29687
+ background: #ffffff;
28821
29688
  }
28822
29689
  .a-Picker.is-disabled > .a-Picker-input {
28823
29690
  color: #b9b8bf;
@@ -28863,7 +29730,7 @@ td.rdtQuarter.rdtDisabled:hover {
28863
29730
  }
28864
29731
  }
28865
29732
  .a-Picker.is-focus > .a-Picker-input {
28866
- border-color: #584a94;
29733
+ border-color: #7266ba;
28867
29734
  box-shadow: none;
28868
29735
  background: #ffffff;
28869
29736
  }
@@ -29027,6 +29894,7 @@ td.rdtQuarter.rdtDisabled:hover {
29027
29894
  -moz-user-select: none;
29028
29895
  user-select: none;
29029
29896
  border: 1px solid transparent;
29897
+ font-weight: 400;
29030
29898
  line-height: 1.5;
29031
29899
  border-radius: 1px 1px 1px 1px;
29032
29900
  height: 1.875rem;
@@ -29085,6 +29953,14 @@ td.rdtQuarter.rdtDisabled:hover {
29085
29953
  border-style: solid solid solid solid;
29086
29954
  box-shadow: 0px 0px 0px 0px transparent;
29087
29955
  }
29956
+ .a-TagControl-sugItem:not(:disabled):not(.is-disabled).hover {
29957
+ color: #7266ba;
29958
+ background: #fff;
29959
+ border-color: #7266ba #7266ba #7266ba #7266ba;
29960
+ border-width: 1px 1px 1px 1px;
29961
+ border-style: solid solid solid solid;
29962
+ box-shadow: 0px 0px 0px 0px transparent;
29963
+ }
29088
29964
  .a-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
29089
29965
  color: #584a94;
29090
29966
  background: #fff;
@@ -29093,10 +29969,18 @@ td.rdtQuarter.rdtDisabled:hover {
29093
29969
  border-style: solid solid solid solid;
29094
29970
  box-shadow: 0px 0px 0px 0px transparent;
29095
29971
  }
29972
+ .a-TagControl-sugItem:not(:disabled):not(.is-disabled).active {
29973
+ color: #584a94;
29974
+ background: #fff;
29975
+ border-color: #584a94 #584a94 #584a94 #584a94;
29976
+ border-width: 1px 1px 1px 1px;
29977
+ border-style: solid solid solid solid;
29978
+ box-shadow: 0px 0px 0px 0px transparent;
29979
+ }
29096
29980
  .a-TagControl-sugItem:disabled, .a-TagControl-sugItem.is-disabled {
29097
29981
  color: #b9b8bf;
29098
29982
  background: #ffffff;
29099
- border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
29983
+ border-color: #f8f7fa #f8f7fa #f8f7fa #f8f7fa;
29100
29984
  border-width: 1px 1px 1px 1px;
29101
29985
  border-style: solid solid solid solid;
29102
29986
  box-shadow: 0px 0px 0px 0px transparent;
@@ -29119,6 +30003,7 @@ td.rdtQuarter.rdtDisabled:hover {
29119
30003
  align-items: center;
29120
30004
  justify-content: flex-start;
29121
30005
  flex-flow: row wrap;
30006
+ content: '[{"value":"#abadb1","id":2},{"value":"#787b81","id":3},{"value":"#ffa900","id":5}]';
29122
30007
  }
29123
30008
  .a-Rating > ul {
29124
30009
  display: flex;
@@ -29167,6 +30052,7 @@ td.rdtQuarter.rdtDisabled:hover {
29167
30052
  font-size: 14px;
29168
30053
  color: #181526;
29169
30054
  font-weight: 400;
30055
+ line-height: 1.5;
29170
30056
  }
29171
30057
  .a-Rating-text--left {
29172
30058
  margin-right: 0.5rem;
@@ -29174,6 +30060,9 @@ td.rdtQuarter.rdtDisabled:hover {
29174
30060
  .a-Rating-text--right {
29175
30061
  margin-left: 0.5rem;
29176
30062
  }
30063
+ .Rating-star-icon {
30064
+ content: '<svg class="icon" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="currentColor" d="M4.99672493,4.37617062 L1.28100904,4.93702533 C0.463702827,5.06039054 -0.102812689,5.85030962 0.0156612291,6.70135899 C0.0628630935,7.04043042 0.216147743,7.35382434 0.451761131,7.59297508 L3.14101949,10.3226082 L3.14101949,10.3226082 L2.50531937,14.1787855 C2.3655991,15.0263332 2.91216489,15.8313483 3.72610824,15.9768371 C4.05030943,16.0347866 4.38381497,15.9798039 4.67496871,15.8204054 L7.99934906,14.0003997 L7.99934906,14.0003997 L11.3254267,15.8208814 C12.0564401,16.2209912 12.9605363,15.9282748 13.3447823,15.167081 C13.4978067,14.8639388 13.5505833,14.5167196 13.4949403,14.1791872 L12.859174,10.3226082 L12.859174,10.3226082 L15.5482634,7.59400813 C16.1397301,6.99385103 16.1519752,6.00805341 15.5756136,5.39216751 C15.3460036,5.14681192 15.0450939,4.98715562 14.7195072,4.93793566 L11.0034685,4.37617062 L11.0034685,4.37617062 L9.34151455,0.868493275 C8.97611971,0.0973002947 8.07952072,-0.219434766 7.33890469,0.161045701 C7.04395753,0.312570398 6.80521255,0.561123051 6.65963735,0.868217393 L4.99672493,4.37617062 L4.99672493,4.37617062 Z"></path></svg>';
30065
+ }
29177
30066
  .a-RatingControl {
29178
30067
  position: relative;
29179
30068
  overflow: hidden;
@@ -29615,7 +30504,7 @@ td.rdtQuarter.rdtDisabled:hover {
29615
30504
  max-height: 10.9375rem;
29616
30505
  background: #ffffff;
29617
30506
  color: #181526;
29618
- border: 0px solid #584a94;
30507
+ border: 0px solid #7266ba;
29619
30508
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
29620
30509
  0px 1px 2px 0px rgba(0, 0, 0, 0.06);
29621
30510
  overflow-y: auto;
@@ -29815,7 +30704,7 @@ td.rdtQuarter.rdtDisabled:hover {
29815
30704
  user-select: none;
29816
30705
  }
29817
30706
  .a-IconPickerControl-input:hover {
29818
- border-color: #584a94;
30707
+ border-color: #7266ba;
29819
30708
  }
29820
30709
  .a-IconPickerControl-input--borderHalf {
29821
30710
  border-left-color: transparent !important;
@@ -29831,13 +30720,14 @@ td.rdtQuarter.rdtDisabled:hover {
29831
30720
  transition: all 0.2s;
29832
30721
  }
29833
30722
  .a-IconPickerControl.is-focused > .a-IconPickerControl-input {
29834
- border-color: #584a94;
30723
+ border-color: #7266ba;
29835
30724
  box-shadow: none;
29836
30725
  background: #ffffff;
29837
30726
  transition: all 0.2s;
29838
30727
  }
29839
30728
  .a-IconPickerControl.is-error.is-focused > .a-IconPickerControl-input {
29840
30729
  border-color: #e62525;
30730
+ background: #ffffff;
29841
30731
  }
29842
30732
  .a-IconPickerControl.is-disabled > .a-IconPickerControl-input {
29843
30733
  color: #b9b8bf;
@@ -29918,7 +30808,7 @@ td.rdtQuarter.rdtDisabled:hover {
29918
30808
  position: absolute;
29919
30809
  background: #ffffff;
29920
30810
  color: #181526;
29921
- border: 0.0625rem solid #584a94;
30811
+ border: 0.0625rem solid #7266ba;
29922
30812
  left: -0.0625rem;
29923
30813
  right: -0.0625rem;
29924
30814
  top: 100%;
@@ -30025,7 +30915,7 @@ td.rdtQuarter.rdtDisabled:hover {
30025
30915
  user-select: none;
30026
30916
  }
30027
30917
  .a-IconSelectControl-input:hover {
30028
- border-color: #584a94;
30918
+ border-color: #7266ba;
30029
30919
  }
30030
30920
  .a-IconSelectControl-input--borderHalf {
30031
30921
  border-left-color: transparent !important;
@@ -30041,13 +30931,14 @@ td.rdtQuarter.rdtDisabled:hover {
30041
30931
  transition: all 0.2s;
30042
30932
  }
30043
30933
  .a-IconSelectControl.is-focused > .a-IconSelectControl-input {
30044
- border-color: #584a94;
30934
+ border-color: #7266ba;
30045
30935
  box-shadow: none;
30046
30936
  background: #ffffff;
30047
30937
  transition: all 0.2s;
30048
30938
  }
30049
30939
  .a-IconSelectControl.is-error.is-focused > .a-IconSelectControl-input {
30050
30940
  border-color: #e62525;
30941
+ background: #ffffff;
30051
30942
  }
30052
30943
  .a-IconSelectControl.is-disabled > .a-IconSelectControl-input {
30053
30944
  color: #b9b8bf;
@@ -30332,31 +31223,35 @@ td.rdtQuarter.rdtDisabled:hover {
30332
31223
  }
30333
31224
  .a-Form-label {
30334
31225
  font-weight: 400;
31226
+ line-height: 1.5;
30335
31227
  margin-bottom: 0.5rem;
30336
31228
  position: relative;
30337
31229
  font-size: 14px;
30338
- color: (--colors-neutral-text-4);
31230
+ color: #5d5c66;
30339
31231
  }
30340
31232
  .a-Form-label > span {
30341
31233
  position: relative;
30342
31234
  }
30343
31235
  .a-Form-star {
30344
31236
  color: #e62525;
30345
- font-size: 12px;
31237
+ font-size: 0.75rem;
30346
31238
  line-height: 1;
30347
31239
  }
30348
31240
  .a-Form-feedback {
30349
31241
  color: #e62525;
30350
- margin: 0.25rem 0 0;
30351
- padding-left: 0.75rem;
31242
+ list-style-type: none;
31243
+ margin: 0;
31244
+ margin-top: 0.25rem;
31245
+ padding: 0;
30352
31246
  font-size: 12px;
30353
- position: var(--Form-feedback-position);
30354
31247
  }
30355
31248
  .a-Form-description {
30356
31249
  display: block;
30357
31250
  word-break: break-word;
30358
- color: #323040;
30359
- margin: 0.25rem 0 0;
31251
+ color: #85848c;
31252
+ font-weight: 400;
31253
+ line-height: 1.5;
31254
+ margin-top: 0.25rem;
30360
31255
  font-size: 12px;
30361
31256
  }
30362
31257
  .a-Form-hint {
@@ -30396,8 +31291,7 @@ td.rdtQuarter.rdtDisabled:hover {
30396
31291
  vertical-align: top;
30397
31292
  }
30398
31293
  .a-Form-item--inline {
30399
- margin-bottom: calc(1.5rem / 2);
30400
- margin-right: calc(1.5rem / 2);
31294
+ margin-right: 1rem;
30401
31295
  }
30402
31296
  .a-Form-item--horizontal > .a-Form-label {
30403
31297
  text-align: right;
@@ -30421,6 +31315,7 @@ td.rdtQuarter.rdtDisabled:hover {
30421
31315
  }
30422
31316
  .a-Form-item--normal > .a-Form-label {
30423
31317
  display: block;
31318
+ width: 100%;
30424
31319
  }
30425
31320
  .a-Form-item--normal > .a-Form-label .a-Form-star {
30426
31321
  position: absolute;
@@ -30428,7 +31323,7 @@ td.rdtQuarter.rdtDisabled:hover {
30428
31323
  top: 0.1875rem;
30429
31324
  }
30430
31325
  .a-Form-item.is-error > .a-Form-label {
30431
- color: #e62525;
31326
+ color: #7266ba;
30432
31327
  }
30433
31328
  .a-Form-item .a-Form-control--withSize > .a-ResultBox {
30434
31329
  display: flex;
@@ -30483,18 +31378,12 @@ td.rdtQuarter.rdtDisabled:hover {
30483
31378
  .a-Form-item--horizontal {
30484
31379
  display: flex;
30485
31380
  flex-wrap: nowrap;
30486
- margin-left: calc(1rem / 2 * -1);
30487
- margin-right: calc(1rem / 2 * -1);
30488
- }
30489
- .a-Form-item--horizontal > * {
30490
- padding-left: calc(1rem / 2);
30491
- padding-right: calc(1rem / 2);
30492
31381
  }
30493
31382
  .a-Form-item--horizontal > .a-Form-value {
30494
31383
  flex-basis: 0;
30495
31384
  flex-grow: 1;
30496
31385
  max-width: 100%;
30497
- min-width: 0;
31386
+ min-width: 0rem;
30498
31387
  }
30499
31388
  .a-Form-item--horizontal .a-Form-itemColumn--xs,
30500
31389
  .a-Form-item--horizontal .a-Form-itemColumn--sm,
@@ -30506,13 +31395,10 @@ td.rdtQuarter.rdtDisabled:hover {
30506
31395
  flex-basis: unset;
30507
31396
  }
30508
31397
  .a-Form-item--horizontal > .a-Form-label {
30509
- padding-top: calc(
30510
- (
30511
- 2rem - 1.5 *
30512
- 14px
30513
- ) / 2
30514
- );
30515
- margin-bottom: 0;
31398
+ height: 2rem;
31399
+ line-height: 2rem;
31400
+ margin: 0;
31401
+ margin-right: 1rem;
30516
31402
  flex-shrink: 0;
30517
31403
  }
30518
31404
  .a-Form-item--horizontal > .a-Form-label .a-Form-star {
@@ -30530,7 +31416,7 @@ td.rdtQuarter.rdtDisabled:hover {
30530
31416
  width: 6.125rem;
30531
31417
  }
30532
31418
  .a-Form-item--horizontal .a-Form-itemColumn--md {
30533
- width: 8.75rem;
31419
+ width: 8.5rem;
30534
31420
  }
30535
31421
  .a-Form-item--horizontal .a-Form-itemColumn--lg {
30536
31422
  width: 12.5rem;
@@ -30609,14 +31495,10 @@ td.rdtQuarter.rdtDisabled:hover {
30609
31495
  vertical-align: top;
30610
31496
  }
30611
31497
  .a-Form-item--inline > .a-Form-label {
30612
- padding-top: calc(
30613
- (
30614
- 2rem - 1.5 *
30615
- 14px
30616
- ) / 2
30617
- );
30618
- margin-bottom: 0;
30619
- margin-right: calc(1.5rem / 2);
31498
+ height: 2rem;
31499
+ line-height: 2rem;
31500
+ margin: 0;
31501
+ margin-right: 1rem;
30620
31502
  }
30621
31503
  .a-Form-item--inline > .a-Form-label .a-Form-star {
30622
31504
  position: absolute;
@@ -31478,7 +32360,7 @@ td.rdtQuarter.rdtDisabled:hover {
31478
32360
  font-size: 14px;
31479
32361
  outline: 0;
31480
32362
  border: 0.0625rem solid transparent;
31481
- border-width: 0 0 0.125rem 0;
32363
+ border-width: 0 0 2px 0;
31482
32364
  border-top-left-radius: 2px;
31483
32365
  border-top-right-radius: 2px;
31484
32366
  color: #181526;
@@ -31500,7 +32382,7 @@ td.rdtQuarter.rdtDisabled:hover {
31500
32382
  .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:hover,
31501
32383
  .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:focus {
31502
32384
  font-size: 14px;
31503
- border-width: 0 0 0.125rem 0;
32385
+ border-width: 0 0 2px 0;
31504
32386
  border-color: #7266ba;
31505
32387
  color: #7266ba;
31506
32388
  background: transparent;
@@ -31741,6 +32623,21 @@ td.rdtQuarter.rdtDisabled:hover {
31741
32623
  .a-Link.is-disabled {
31742
32624
  cursor: not-allowed;
31743
32625
  color: #b9b8bf;
32626
+ font-size: 14px;
32627
+ font-weight: 400;
32628
+ -webkit-text-decoration: none;
32629
+ text-decoration: none;
32630
+ font-style: none;
32631
+ background-color: transparent;
32632
+ }
32633
+ .a-Link i {
32634
+ font-size: 0.875rem;
32635
+ margin: 0 0.25rem;
32636
+ }
32637
+ .a-Link svg {
32638
+ height: 0.875rem;
32639
+ width: 0.875rem;
32640
+ margin: 0 0.25rem;
31744
32641
  }
31745
32642
  .a-MappingField {
31746
32643
  margin-right: 0.25rem;
@@ -31791,7 +32688,7 @@ td.rdtQuarter.rdtDisabled:hover {
31791
32688
  border-color: #e62525;
31792
32689
  }
31793
32690
  .a-FormulaEditor.is-focused .a-FormulaEditor-editor {
31794
- border-color: #584a94;
32691
+ border-color: #7266ba;
31795
32692
  }
31796
32693
  .a-FormulaEditor-settings {
31797
32694
  display: flex;
@@ -31879,7 +32776,15 @@ td.rdtQuarter.rdtDisabled:hover {
31879
32776
  height: 1.5rem;
31880
32777
  }
31881
32778
  .a-FormulaEditor-VariableList-tabs {
31882
- --Tabs-linkFontSize: var(--fontSizeSm);
32779
+ --Tabs--line-fontSize: var(--fontSizeSm);
32780
+ --Tabs--line-active-fontSize: var(--fontSizeSm);
32781
+ --Tabs--line-hover-fontSize: var(--fontSizeSm);
32782
+ --Tabs--line-lineHeight: 30px;
32783
+ --Tabs--line-active-lineHeight: 30px;
32784
+ --Tabs--line-hover-lineHeight: 30px;
32785
+ --Tabs--line-fontWeight: 500;
32786
+ --Tabs--line-active-fontWeight: 500;
32787
+ --Tabs--line-hover-fontWeight: 500;
31883
32788
  --Tabs--card-linkPadding: 0.3125rem;
31884
32789
  max-height: 100%;
31885
32790
  display: flex;
@@ -32735,4 +33640,968 @@ td.rdtQuarter.rdtDisabled:hover {
32735
33640
  }
32736
33641
  .AMISDebug-logLine {
32737
33642
  overflow-x: hidden;
33643
+ }
33644
+ .a-Nav-Menu {
33645
+ --Menu-width--collapsed: var(--Layout-aside-width-collapsed);
33646
+ --Menu-fontSize: var(--Nav-item-fontSize);
33647
+ --Menu-fontSize--collapsed: var(--Nav-item-collapsed-fontSize);
33648
+ --Menu-fontWeight: var(--Nav-item-fontWeight);
33649
+ --Menu-fontColor-onDisabled: var(--Nav-item-fontColor-onDisabled);
33650
+ --Menu-item-height--vertical: 2.5rem;
33651
+ --Menu-item-height--horizontal: var(--Nav-Item-height--horizontal);
33652
+ --Menu-Submenu-title-paddingX: var(--Layout-paddingX);
33653
+ --Menu-Submenu-item-paddingX: var(--Nav-Item-Badge-paddingRight);
33654
+ --Menu-icon-size: var(--Layout-icon-size);
33655
+ --Menu-light-backgroundColor: var(--Layout-light-backgroundColor);
33656
+ --Menu-light-backgroundColor-onHover: var(--Layout-light-bgColor-onHover);
33657
+ --Menu-light-fontColor: var(--Layout-light-fontColor);
33658
+ --Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
33659
+ --Menu-light-ancestor-fontColor-onActive: var(--Layout-light-fontColor);
33660
+ --Menu-light-fontColor-onActive: var(--Layout-fontColor--onActive);
33661
+ --Menu-light-groupTitle-fontColor: #d8d8d8;
33662
+ --Menu-light-selectedIndicator-color: var(--Layout-fontColor--info);
33663
+ --Menu-dark-backgroundColor: var(--Layout-dark-backgroundColor);
33664
+ --Menu-dark-backgroundColor-onHover: var(--Layout-fontColor--info);
33665
+ --Menu-dark-fontColor: var(--Layout-dark-fontColor);
33666
+ --Menu-dark-fontColor-onHover: var(--Layout-fontColor--onHover);
33667
+ --Menu-dark-ancestor-fontColor-onActive: var(--Layout-fontColor--onActive);
33668
+ --Menu-dark-fontColor-onActive: var(--Layout-dark-fontColor);
33669
+ --Menu-dark-groupTitle-fontColor: #d8d8d8;
33670
+ --Menu-dark-selectedIndicator-color: var(--Layout-dark-selected-color);
33671
+ outline: none;
33672
+ margin-bottom: 0;
33673
+ margin-top: 0;
33674
+ padding-left: 0;
33675
+ padding-right: 0;
33676
+ list-style: none;
33677
+ color: var(--Menu-light-fontColor);
33678
+ background-color: var(--Menu-light-backgroundColor);
33679
+ }
33680
+ .a-Nav-Menu.a-Nav-Menu-dark {
33681
+ color: var(--Menu-dark-fontColor);
33682
+ background-color: var(--Menu-dark-backgroundColor);
33683
+ }
33684
+ .a-Nav-Menu.a-Nav-Menu-light {
33685
+ color: var(--Menu-light-fontColor);
33686
+ background-color: var(--Menu-light-backgroundColor);
33687
+ }
33688
+ .a-Nav-Menu-horizontal {
33689
+ display: flex;
33690
+ flex-wrap: nowrap;
33691
+ }
33692
+ .a-Nav-Menu-submenu-hidden {
33693
+ display: none;
33694
+ }
33695
+ .a-Nav-Menu-overflow-item {
33696
+ flex: none;
33697
+ }
33698
+ .a-Nav-Menu-rtl {
33699
+ direction: rtl;
33700
+ }
33701
+ .a-Nav-Menu-hidden {
33702
+ display: none;
33703
+ }
33704
+ .a-Nav-Menu-collapse {
33705
+ overflow: hidden;
33706
+ transition: height 0.3s ease-out;
33707
+ }
33708
+ .a-Nav-Menu-collapsed {
33709
+ width: var(--Menu-width--collapsed);
33710
+ }
33711
+ .a-Nav-Menu-disabled {
33712
+ cursor: not-allowed;
33713
+ }
33714
+ .a-Nav-Menu-root.a-Nav-Menu-collapsed .a-Nav-Menu-item {
33715
+ padding: 0;
33716
+ text-align: center;
33717
+ }
33718
+ .a-Nav-Menu-item-link {
33719
+ display: block;
33720
+ height: 2.5rem;
33721
+ flex-grow: 1;
33722
+ }
33723
+ .a-Nav-Menu-item-divider {
33724
+ border-bottom: 1px solid #e6e6e8;
33725
+ }
33726
+ .a-Nav-Menu-item-divider-dark {
33727
+ border-bottom: 1px solid #3a3e47;
33728
+ }
33729
+ .a-Nav-Menu-item-icon {
33730
+ margin-right: 0.5rem;
33731
+ font-size: var(--Menu-icon-size);
33732
+ width: var(--Menu-icon-size);
33733
+ color: var(--Menu-light-fontColor);
33734
+ display: inline-block;
33735
+ line-height: var(--Menu-item-height--vertical);
33736
+ position: relative;
33737
+ top: 1.5px;
33738
+ }
33739
+ .a-Nav-Menu-item-icon img {
33740
+ height: 14px;
33741
+ vertical-align: middle;
33742
+ }
33743
+ .a-Nav-Menu-item-icon-collapsed {
33744
+ font-size: var(--Menu-fontSize--collapsed);
33745
+ margin-right: 0;
33746
+ }
33747
+ .a-Nav-Menu-item-icon-svg-collapsed {
33748
+ font-size: var(--Menu-fontSize--collapsed);
33749
+ margin-right: 0;
33750
+ height: var(--Menu-item-height--vertical);
33751
+ }
33752
+ .a-Nav-Menu-dark .a-Nav-Menu-item-icon {
33753
+ color: var(--Menu-dark-fontColor);
33754
+ }
33755
+ .a-Nav-Menu-light .a-Nav-Menu-item-icon {
33756
+ color: var(--Menu-light-fontColor);
33757
+ }
33758
+ .a-Nav-Menu-item-label {
33759
+ opacity: 0.95;
33760
+ font-size: var(--Menu-fontSize);
33761
+ color: var(--Menu-light-fontColor);
33762
+ font-weight: var(--Menu-fontWeight);
33763
+ padding: 0;
33764
+ text-align: left;
33765
+ display: inline-block;
33766
+ max-width: var(--Menu-width);
33767
+ white-space: nowrap;
33768
+ overflow: hidden;
33769
+ text-overflow: ellipsis;
33770
+ vertical-align: middle;
33771
+ -webkit-user-select: none;
33772
+ -moz-user-select: none;
33773
+ user-select: none;
33774
+ }
33775
+ .a-Nav-Menu-item-label-collapsed {
33776
+ font-size: var(--Menu-fontSize--collapsed);
33777
+ font-weight: 600;
33778
+ }
33779
+ .a-Nav-Menu-dark .a-Nav-Menu-item-label {
33780
+ color: var(--Menu-dark-fontColor);
33781
+ }
33782
+ .a-Nav-Menu-light .a-Nav-Menu-item-label {
33783
+ color: var(--Menu-light-fontColor);
33784
+ }
33785
+ .a-Nav-Menu-item-dragBar {
33786
+ color: #85848c;
33787
+ position: absolute;
33788
+ left: 0;
33789
+ visibility: hidden;
33790
+ }
33791
+ .a-Nav-Menu-item-group-list {
33792
+ margin: 0;
33793
+ padding: 0;
33794
+ }
33795
+ .a-Nav-Menu-item-group-title {
33796
+ color: var(--Menu-light-groupTitle-fontColor);
33797
+ line-height: 1.5;
33798
+ padding: 8px 10px;
33799
+ border-bottom: 1px solid #dedede;
33800
+ }
33801
+ .a-Nav-Menu-item-group-title.a-Nav-Menu-dark {
33802
+ color: var(--Menu-dark-groupTitle-fontColor);
33803
+ }
33804
+ .a-Nav-Menu-item-group-title.a-Nav-Menu-light {
33805
+ color: var(--Menu-light-groupTitle-fontColor);
33806
+ }
33807
+ .a-Nav-Menu-item-active, .a-Nav-Menu-submenu-active {
33808
+ background-color: var(--Menu-light-backgroundColor);
33809
+ color: var(--Menu-light-fontColor-onActive);
33810
+ }
33811
+ .a-Nav-Menu-dark .a-Nav-Menu-item-active, .a-Nav-Menu-dark .a-Nav-Menu-submenu-active {
33812
+ background-color: var(--Menu-dark-backgroundColor);
33813
+ color: var(--Menu-dark-fontColor-onActive);
33814
+ }
33815
+ .a-Nav-Menu-light .a-Nav-Menu-item-active, .a-Nav-Menu-light .a-Nav-Menu-submenu-active {
33816
+ background-color: var(--Menu-light-backgroundColor);
33817
+ color: var(--Menu-light-fontColor-onActive);
33818
+ }
33819
+ .a-Nav-Menu-item-selected {
33820
+ background-color: var(--Menu-light-backgroundColor);
33821
+ transform: translateZ(0);
33822
+ }
33823
+ .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
33824
+ .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
33825
+ color: var(--Menu-light-fontColor-onActive) !important;
33826
+ }
33827
+ .a-Nav-Menu-item-selected.a-Nav-Menu-dark {
33828
+ background-color: var(--Menu-dark-backgroundColor-onHover);
33829
+ }
33830
+ .a-Nav-Menu-item-selected.a-Nav-Menu-dark .a-Nav-Menu-item-icon,
33831
+ .a-Nav-Menu-item-selected.a-Nav-Menu-dark .a-Menu-item-label {
33832
+ color: var(--Menu-dark-fontColor-onActive) !important;
33833
+ }
33834
+ .a-Nav-Menu-item-selected.a-Nav-Menu-light {
33835
+ background-color: var(--Menu-light-backgroundColor-onHover);
33836
+ }
33837
+ .a-Nav-Menu-item-selected.a-Nav-Menu-light .a-Nav-Menu-item-icon,
33838
+ .a-Nav-Menu-item-selected.a-Nav-Menu-light .a-Nav-Menu-item-label {
33839
+ color: var(--Menu-light-fontColor-onActive) !important;
33840
+ }
33841
+ .a-Nav-Menu-item .a-Badge, .a-Nav-Menu-submenu .a-Badge {
33842
+ position: static;
33843
+ }
33844
+ .a-Nav-Menu-item .a-Nav-Menu-item-wrap, .a-Nav-Menu-submenu .a-Nav-Menu-item-wrap {
33845
+ display: flex;
33846
+ justify-content: space-between;
33847
+ }
33848
+ .a-Nav-Menu-item-extra {
33849
+ position: relative;
33850
+ }
33851
+ .a-Nav-Menu-inline .a-Nav-Menu-item-selected {
33852
+ background-color: var(--Menu-light-backgroundColor-onHover);
33853
+ }
33854
+ .a-Nav-Menu-inline .a-Nav-Menu-item-selected::before {
33855
+ content: "";
33856
+ position: absolute;
33857
+ top: 0;
33858
+ left: 0;
33859
+ bottom: 0;
33860
+ border-right: 3px solid var(--Menu-light-selectedIndicator-color);
33861
+ transform: scaleY(1);
33862
+ opacity: 1;
33863
+ transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
33864
+ }
33865
+ .a-Nav-Menu-inline .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
33866
+ .a-Nav-Menu-inline .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
33867
+ color: var(--Menu-light-fontColor-onActive) !important;
33868
+ }
33869
+ .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected {
33870
+ background-color: var(--Menu-dark-backgroundColor-onHover);
33871
+ }
33872
+ .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected::before {
33873
+ content: "";
33874
+ position: absolute;
33875
+ top: 0;
33876
+ left: 0;
33877
+ bottom: 0;
33878
+ border-right: 3px solid var(--Menu-dark-selectedIndicator-color);
33879
+ transform: scaleY(1);
33880
+ opacity: 1;
33881
+ transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
33882
+ }
33883
+ .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
33884
+ .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
33885
+ color: var(--Menu-dark-fontColor-onActive) !important;
33886
+ }
33887
+ .a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-item-selected {
33888
+ background-color: var(--Menu-light-backgroundColor-onHover);
33889
+ }
33890
+ .a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-item-selected::before {
33891
+ content: "";
33892
+ position: absolute;
33893
+ top: 0;
33894
+ left: 0;
33895
+ bottom: 0;
33896
+ border-right: 3px solid var(--Menu-light-selectedIndicator-color);
33897
+ transform: scaleY(1);
33898
+ opacity: 1;
33899
+ transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
33900
+ }
33901
+ .a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
33902
+ .a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
33903
+ color: var(--Menu-light-fontColor-onActive) !important;
33904
+ }
33905
+ .a-Nav-Menu-root.a-Nav-Menu-vertical > .a-Nav-Menu-item-selected {
33906
+ background-color: var(--Menu-light-backgroundColor-onHover);
33907
+ }
33908
+ .a-Nav-Menu-root.a-Nav-Menu-vertical > .a-Nav-Menu-item-selected::before {
33909
+ content: "";
33910
+ position: absolute;
33911
+ top: 0;
33912
+ left: 0;
33913
+ bottom: 0;
33914
+ border-right: 3px solid var(--Menu-light-selectedIndicator-color);
33915
+ transform: scaleY(1);
33916
+ opacity: 1;
33917
+ transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
33918
+ }
33919
+ .a-Nav-Menu-root.a-Nav-Menu-vertical > .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
33920
+ .a-Nav-Menu-root.a-Nav-Menu-vertical > .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
33921
+ color: var(--Menu-light-fontColor-onActive);
33922
+ }
33923
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-item-selected {
33924
+ background-color: var(--Menu-dark-backgroundColor-onHover);
33925
+ }
33926
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-item-selected::before {
33927
+ content: "";
33928
+ position: absolute;
33929
+ top: 0;
33930
+ left: 0;
33931
+ bottom: 0;
33932
+ border-right: 3px solid var(--Menu-dark-selectedIndicator-color);
33933
+ transform: scaleY(1);
33934
+ opacity: 1;
33935
+ transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
33936
+ }
33937
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
33938
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
33939
+ color: var(--Menu-dark-fontColor-onActive);
33940
+ }
33941
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
33942
+ background-color: var(--Menu-dark-backgroundColor-onHover);
33943
+ }
33944
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title::before {
33945
+ content: "";
33946
+ position: absolute;
33947
+ top: 0;
33948
+ left: 0;
33949
+ bottom: 0;
33950
+ border-right: 3px solid var(--Menu-dark-selectedIndicator-color);
33951
+ transform: scaleY(1);
33952
+ opacity: 1;
33953
+ transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
33954
+ }
33955
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
33956
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label {
33957
+ color: var(--Menu-dark-fontColor-onActive);
33958
+ }
33959
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-item-selected {
33960
+ background-color: var(--Menu-light-backgroundColor-onHover);
33961
+ }
33962
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-item-selected::before {
33963
+ content: "";
33964
+ position: absolute;
33965
+ top: 0;
33966
+ left: 0;
33967
+ bottom: 0;
33968
+ border-right: 3px solid var(--Menu-light-selectedIndicator-color);
33969
+ transform: scaleY(1);
33970
+ opacity: 1;
33971
+ transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
33972
+ }
33973
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
33974
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
33975
+ color: var(--Menu-light-fontColor-onActive);
33976
+ }
33977
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
33978
+ background-color: var(--Menu-light-backgroundColor-onHover);
33979
+ }
33980
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title::before {
33981
+ content: "";
33982
+ position: absolute;
33983
+ top: 0;
33984
+ left: 0;
33985
+ bottom: 0;
33986
+ border-right: 3px solid var(--Menu-light-selectedIndicator-color);
33987
+ transform: scaleY(1);
33988
+ opacity: 1;
33989
+ transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
33990
+ }
33991
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
33992
+ .a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label {
33993
+ color: var(--Menu-light-fontColor-onActive);
33994
+ }
33995
+ .a-Nav-Menu .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected {
33996
+ background-color: transparent;
33997
+ }
33998
+ .a-Nav-Menu .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
33999
+ color: var(--Menu-dark-ancestor-fontColor-onActive);
34000
+ }
34001
+ .a-Nav-Menu .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-label, .a-Nav-Menu .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-icon {
34002
+ color: var(--Menu-dark-ancestor-fontColor-onActive);
34003
+ }
34004
+ .a-Nav-Menu .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
34005
+ .a-Nav-Menu .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon {
34006
+ color: var(--Menu-dark-ancestor-fontColor-onActive);
34007
+ }
34008
+ .a-Nav-Menu .a-Nav-Menu-light .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
34009
+ color: var(--Menu-light-ancestor-fontColor-onActive);
34010
+ }
34011
+ .a-Nav-Menu .a-Nav-Menu-light .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-label, .a-Nav-Menu .a-Nav-Menu-light .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-icon {
34012
+ color: var(--Menu-light-ancestor-fontColor-onActive);
34013
+ }
34014
+ .a-Nav-Menu .a-Nav-Menu-light .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
34015
+ .a-Nav-Menu .a-Nav-Menu-light .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon {
34016
+ color: var(--Menu-light-ancestor-fontColor-onActive);
34017
+ }
34018
+ .a-Nav-Menu > li.a-Nav-Menu-submenu {
34019
+ padding: 0;
34020
+ }
34021
+ .a-Nav-Menu-horizontal.a-Nav-Menu-sub, .a-Nav-Menu-vertical.a-Nav-Menu-sub, .a-Nav-Menu-vertical-left.a-Nav-Menu-sub, .a-Nav-Menu-vertical-right.a-Nav-Menu-sub {
34022
+ min-width: 160px;
34023
+ margin-top: 0;
34024
+ border-radius: 2px;
34025
+ box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
34026
+ }
34027
+ .a-Nav-Menu-horizontal.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34028
+ .a-Nav-Menu-horizontal.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-vertical.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34029
+ .a-Nav-Menu-vertical.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-vertical-left.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34030
+ .a-Nav-Menu-vertical-left.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-vertical-right.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34031
+ .a-Nav-Menu-vertical-right.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
34032
+ color: var(--Menu-light-fontColor-onActive);
34033
+ }
34034
+ .a-Nav-Menu-dark .a-Nav-Menu-horizontal.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34035
+ .a-Nav-Menu-dark .a-Nav-Menu-horizontal.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-dark .a-Nav-Menu-vertical.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34036
+ .a-Nav-Menu-dark .a-Nav-Menu-vertical.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-dark .a-Nav-Menu-vertical-left.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34037
+ .a-Nav-Menu-dark .a-Nav-Menu-vertical-left.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-dark .a-Nav-Menu-vertical-right.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34038
+ .a-Nav-Menu-dark .a-Nav-Menu-vertical-right.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
34039
+ color: var(--Menu-dark-fontColor-onActive);
34040
+ }
34041
+ .a-Nav-Menu-light .a-Nav-Menu-horizontal.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34042
+ .a-Nav-Menu-light .a-Nav-Menu-horizontal.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-light .a-Nav-Menu-vertical.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34043
+ .a-Nav-Menu-light .a-Nav-Menu-vertical.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-light .a-Nav-Menu-vertical-left.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34044
+ .a-Nav-Menu-light .a-Nav-Menu-vertical-left.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-light .a-Nav-Menu-vertical-right.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34045
+ .a-Nav-Menu-light .a-Nav-Menu-vertical-right.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
34046
+ color: var(--Menu-light-fontColor-onActive);
34047
+ }
34048
+ .a-Nav-Menu-item, .a-Nav-Menu-submenu-title {
34049
+ margin: 0;
34050
+ position: relative;
34051
+ padding: 0;
34052
+ line-height: 2.5rem;
34053
+ display: block;
34054
+ white-space: nowrap;
34055
+ overflow: hidden;
34056
+ text-overflow: ellipsis;
34057
+ color: var(--Menu-light-fontColor);
34058
+ }
34059
+ .a-Nav-Menu-item:hover .a-Nav-Menu-item-label,
34060
+ .a-Nav-Menu-item:hover .a-Nav-Menu-item-icon, .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-label,
34061
+ .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-icon {
34062
+ color: var(--Menu-light-fontColor-onHover);
34063
+ }
34064
+ .a-Nav-Menu-item:hover .a-Nav-Menu-item-dragBar, .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-dragBar {
34065
+ visibility: visible;
34066
+ }
34067
+ .a-Nav-Menu-dark .a-Nav-Menu-item, .a-Nav-Menu-dark .a-Nav-Menu-submenu-title {
34068
+ color: var(--Menu-dark-fontColor);
34069
+ background-color: var(--Menu-dark-backgroundColor);
34070
+ }
34071
+ .a-Nav-Menu-dark .a-Nav-Menu-item:hover .a-Nav-Menu-item-label,
34072
+ .a-Nav-Menu-dark .a-Nav-Menu-item:hover .a-Nav-Menu-item-icon, .a-Nav-Menu-dark .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-label,
34073
+ .a-Nav-Menu-dark .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-icon {
34074
+ color: var(--Menu-dark-fontColor-onHover);
34075
+ }
34076
+ .a-Nav-Menu-light .a-Nav-Menu-item, .a-Nav-Menu-light .a-Nav-Menu-submenu-title {
34077
+ color: var(--Menu-light-fontColor);
34078
+ background-color: var(--Menu-light-backgroundColor);
34079
+ }
34080
+ .a-Nav-Menu-light .a-Nav-Menu-item:hover .a-Nav-Menu-item-label,
34081
+ .a-Nav-Menu-light .a-Nav-Menu-item:hover .a-Nav-Menu-item-icon, .a-Nav-Menu-light .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-label,
34082
+ .a-Nav-Menu-light .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-icon {
34083
+ color: var(--Menu-light-fontColor-onHover);
34084
+ }
34085
+ .a-Nav-Menu-rtl .a-Nav-Menu-item, .a-Nav-Menu-rtl .a-Nav-Menu-submenu-title {
34086
+ padding: 7px 16px 7px 7px;
34087
+ }
34088
+ .a-Nav-Menu-item.a-Nav-Menu-item-disabled, .a-Nav-Menu-item.a-Nav-Menu-submenu-disabled, .a-Nav-Menu-submenu-title.a-Nav-Menu-item-disabled, .a-Nav-Menu-submenu-title.a-Nav-Menu-submenu-disabled {
34089
+ color: #777 !important;
34090
+ }
34091
+ .a-Nav-Menu-collapsed > .a-Nav-Menu-item, .a-Nav-Menu-collapsed > .a-Nav-Menu-submenu-title, .a-Nav-Menu-collapsed > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title {
34092
+ text-overflow: initial;
34093
+ }
34094
+ .a-Nav-Menu > .a-Nav-Menu-item-divider {
34095
+ height: 1px;
34096
+ margin: 0 16px 4px 16px;
34097
+ overflow: hidden;
34098
+ padding: 0;
34099
+ line-height: 0;
34100
+ background-color: #ebebeb;
34101
+ }
34102
+ .a-Nav-Menu-submenu-popup {
34103
+ position: absolute;
34104
+ z-index: 1500;
34105
+ }
34106
+ .a-Nav-Menu-submenu-popup .a-Nav-Menu-item {
34107
+ padding: 0 var(--Menu-Submenu-item-paddingX);
34108
+ }
34109
+ .a-Nav-Menu-submenu > .a-Nav-Menu {
34110
+ background-color: var(--Menu-light-backgroundColor);
34111
+ }
34112
+ .a-Nav-Menu-submenu.a-Nav-Menu-submenu-dark > .a-Nav-Menu {
34113
+ background-color: var(--Menu-dark-backgroundColor);
34114
+ }
34115
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu {
34116
+ background-color: var(--Menu-dark-backgroundColor);
34117
+ }
34118
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item {
34119
+ color: var(--Menu-dark-fontColor);
34120
+ }
34121
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-item-icon,
34122
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-item-label {
34123
+ color: var(--Menu-dark-fontColor);
34124
+ }
34125
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active {
34126
+ background-color: var(--Menu-dark-backgroundColor);
34127
+ color: var(--Menu-dark-fontColor-onHover);
34128
+ }
34129
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-icon,
34130
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-label {
34131
+ color: var(--Menu-dark-fontColor-onHover);
34132
+ }
34133
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-selected {
34134
+ background-color: var(--Menu-dark-backgroundColor);
34135
+ color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
34136
+ }
34137
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34138
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
34139
+ color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
34140
+ }
34141
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title {
34142
+ color: var(--Menu-dark-fontColor);
34143
+ }
34144
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
34145
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
34146
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
34147
+ color: var(--Menu-dark-fontColor);
34148
+ }
34149
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active .a-Nav-Menu-submenu-title {
34150
+ background-color: var(--Menu-dark-backgroundColor);
34151
+ color: var(--Menu-dark-fontColor-onActive);
34152
+ }
34153
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
34154
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label {
34155
+ color: var(--Menu-dark-fontColor-onActive);
34156
+ }
34157
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title {
34158
+ background-color: var(--Menu-dark-backgroundColor);
34159
+ color: var(--Menu-dark-ancestor-fontColor-onActive);
34160
+ }
34161
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
34162
+ .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label {
34163
+ color: var(--Menu-dark-ancestor-fontColor-onActive);
34164
+ }
34165
+ .a-Nav-Menu .a-Nav-Menu-submenu-title,
34166
+ .a-Nav-Menu .a-Nav-Menu-item {
34167
+ cursor: pointer;
34168
+ }
34169
+ .a-Nav-Menu .a-Nav-Menu-submenu-title .anticon,
34170
+ .a-Nav-Menu .a-Nav-Menu-item .anticon {
34171
+ width: 14px;
34172
+ height: 14px;
34173
+ margin-right: 8px;
34174
+ top: -1px;
34175
+ }
34176
+ .a-Nav-Menu-rtl .a-Nav-Menu .a-Nav-Menu-submenu-title .anticon,
34177
+ .a-Nav-Menu-rtl .a-Nav-Menu .a-Nav-Menu-item .anticon {
34178
+ margin-right: 0;
34179
+ margin-left: 8px;
34180
+ }
34181
+ .a-Nav-Menu-overflow-item-rest .a-Nav-Menu-submenu-title {
34182
+ margin: 0;
34183
+ }
34184
+ .a-Nav-Menu-overflow-item-rest .a-Nav-Menu-item-icon {
34185
+ display: initial;
34186
+ position: static;
34187
+ }
34188
+ .a-Nav-Menu-horizontal {
34189
+ height: var(--Menu-item-height--horizontal);
34190
+ background-color: var(--Menu-light-backgroundColor);
34191
+ border: none;
34192
+ white-space: nowrap;
34193
+ overflow: hidden;
34194
+ width: auto;
34195
+ }
34196
+ .a-Nav-Menu-horizontal .a-Nav-Menu-item-tooltip-wrap {
34197
+ display: inline-block;
34198
+ zoom: 1;
34199
+ vertical-align: middle;
34200
+ }
34201
+ .a-Nav-Menu-horizontal .a-Nav-Menu-overflow-item.a-Nav-Menu-overflow-item-rest > .a-Nav-Menu-submenu-title .a-Nav-Menu-overflowedIcon {
34202
+ margin-right: 0;
34203
+ }
34204
+ .a-Nav-Menu-horizontal.a-Nav-Menu-dark {
34205
+ background-color: var(--Menu-dark-backgroundColor);
34206
+ }
34207
+ .a-Nav-Menu-horizontal.a-Nav-Menu-light {
34208
+ background-color: var(--Menu-light-backgroundColor);
34209
+ }
34210
+ .a-Nav-Menu-horizontal > .a-Nav-Menu-item-tooltip-wrap > .a-Nav-Menu-item, .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title {
34211
+ padding: 0 20px;
34212
+ height: var(--Menu-item-height--horizontal);
34213
+ }
34214
+ .a-Nav-Menu-horizontal > .a-Nav-Menu-item-tooltip-wrap > .a-Nav-Menu-item .a-Nav-Menu-item-link, .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-link {
34215
+ height: var(--Menu-item-height--horizontal);
34216
+ }
34217
+ .a-Nav-Menu-horizontal > .a-Nav-Menu-item-tooltip-wrap > .a-Nav-Menu-item .a-Nav-Menu-item-icon,
34218
+ .a-Nav-Menu-horizontal > .a-Nav-Menu-item-tooltip-wrap > .a-Nav-Menu-item .a-Nav-Menu-item-label, .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
34219
+ .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label {
34220
+ line-height: var(--Menu-item-height--horizontal);
34221
+ }
34222
+ .a-Nav-Menu-horizontal > .a-Nav-Menu-item-tooltip-wrap > .a-Nav-Menu-item .a-Nav-Menu-item-label, .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label {
34223
+ padding: 0;
34224
+ top: 0;
34225
+ }
34226
+ .a-Nav-Menu-horizontal .a-Nav-Menu-item.a-Nav-Menu-item-selected:after {
34227
+ content: " ";
34228
+ width: 100%;
34229
+ height: 2px;
34230
+ background: var(--Menu-dark-ancestor-fontColor-onActive);
34231
+ position: absolute;
34232
+ left: 0;
34233
+ bottom: 0;
34234
+ }
34235
+ .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu, .a-Nav-Menu-horizontal > .a-Nav-Menu-item {
34236
+ margin: 0;
34237
+ border-bottom: 2px solid transparent;
34238
+ display: inline-block;
34239
+ vertical-align: bottom;
34240
+ }
34241
+ .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu-active, .a-Nav-Menu-horizontal > .a-Nav-Menu-item-active {
34242
+ background-color: var(--Menu-light-backgroundColor);
34243
+ color: var(--Menu-light-fontColor-onActive);
34244
+ }
34245
+ .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu-selected, .a-Nav-Menu-horizontal > .a-Nav-Menu-item-selected {
34246
+ border-bottom: 2px solid var(--Menu-light-fontColor-onActive);
34247
+ background-color: transparent;
34248
+ }
34249
+ .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
34250
+ .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label, .a-Nav-Menu-horizontal > .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34251
+ .a-Nav-Menu-horizontal > .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
34252
+ color: var(--Menu-light-fontColor-onActive);
34253
+ }
34254
+ .a-Nav-Menu-horizontal:after {
34255
+ content: " ";
34256
+ display: block;
34257
+ height: 0;
34258
+ clear: both;
34259
+ }
34260
+ .a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow {
34261
+ display: inline-block;
34262
+ font-size: 0.5625rem;
34263
+ vertical-align: baseline;
34264
+ text-align: center;
34265
+ text-transform: none;
34266
+ text-rendering: auto;
34267
+ line-height: 1.25rem;
34268
+ margin-left: 5px;
34269
+ color: var(--Menu-light-fontColor);
34270
+ }
34271
+ .a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow > svg {
34272
+ text-align: center;
34273
+ vertical-align: middle;
34274
+ }
34275
+ .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-submenu-active, .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-item-active {
34276
+ background-color: var(--Menu-dark-backgroundColor);
34277
+ color: var(--Menu-dark-fontColor-onActive);
34278
+ }
34279
+ .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected, .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-item-selected {
34280
+ border-bottom: 2px solid var(--Menu-dark-selectedIndicator-color);
34281
+ }
34282
+ .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
34283
+ .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label, .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34284
+ .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
34285
+ color: var(--Menu-dark-fontColor-onActive);
34286
+ }
34287
+ .a-Nav-Menu-horizontal.a-Nav-Menu-dark .a-Nav-Menu-submenu-arrow {
34288
+ color: var(--Menu-dark-fontColor);
34289
+ }
34290
+ .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-submenu-active, .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-item-active {
34291
+ background-color: var(--Menu-light-backgroundColor);
34292
+ color: var(--Menu-light-fontColor-onActive);
34293
+ }
34294
+ .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected, .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-item-selected {
34295
+ border-bottom: 2px solid var(--Menu-light-selectedIndicator-color);
34296
+ }
34297
+ .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
34298
+ .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label, .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34299
+ .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
34300
+ color: var(--Menu-light-fontColor-onActive);
34301
+ }
34302
+ .a-Nav-Menu-horizontal.a-Nav-Menu-light .a-Nav-Menu-submenu-arrow {
34303
+ color: var(--Menu-light-fontColor);
34304
+ }
34305
+ .a-Nav-Menu-rtl .a-Nav-Menu-vertical > .a-Nav-Menu-item, .a-Nav-Menu-rtl .a-Nav-Menu-vertical > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title, .a-Nav-Menu-rtl .a-Nav-Menu-vertical-left > .a-Nav-Menu-item, .a-Nav-Menu-rtl .a-Nav-Menu-vertical-left > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title, .a-Nav-Menu-rtl .a-Nav-Menu-vertical-right > .a-Nav-Menu-item, .a-Nav-Menu-rtl .a-Nav-Menu-vertical-right > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title, .a-Nav-Menu-rtl .a-Nav-Menu-inline > .a-Nav-Menu-item, .a-Nav-Menu-rtl .a-Nav-Menu-inline > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title {
34306
+ padding: 12px 24px 12px 8px;
34307
+ }
34308
+ .a-Nav-Menu-vertical .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-left .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-right .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow {
34309
+ display: inline-block;
34310
+ font-size: 0.5625rem;
34311
+ vertical-align: baseline;
34312
+ text-align: center;
34313
+ text-transform: none;
34314
+ text-rendering: auto;
34315
+ position: absolute;
34316
+ right: 0;
34317
+ top: 0;
34318
+ width: var(--Menu-Submenu-title-paddingX);
34319
+ line-height: var(--Menu-item-height--vertical);
34320
+ transform: rotate(-90deg);
34321
+ }
34322
+ .a-Nav-Menu-vertical .a-Nav-Menu-submenu-arrow > svg, .a-Nav-Menu-vertical-left .a-Nav-Menu-submenu-arrow > svg, .a-Nav-Menu-vertical-right .a-Nav-Menu-submenu-arrow > svg, .a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow > svg {
34323
+ text-align: center;
34324
+ vertical-align: middle;
34325
+ }
34326
+ .a-Nav-Menu-rtl .a-Nav-Menu-vertical .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-vertical .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-rtl .a-Nav-Menu-vertical-left .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-vertical-left .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-rtl .a-Nav-Menu-vertical-right .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-vertical-right .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-rtl .a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow {
34327
+ right: auto;
34328
+ left: 16px;
34329
+ }
34330
+ .a-Nav-Menu-vertical.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap, .a-Nav-Menu-vertical-left.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap, .a-Nav-Menu-vertical-right.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap, .a-Nav-Menu-inline.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap {
34331
+ padding-right: 0;
34332
+ padding-left: var(--Menu-Submenu-title-paddingX);
34333
+ }
34334
+ .a-Nav-Menu-vertical.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-left.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-right.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-inline.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow {
34335
+ right: auto;
34336
+ }
34337
+ .a-Nav-Menu-vertical.a-Nav-Menu-dark .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-left.a-Nav-Menu-dark .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-right.a-Nav-Menu-dark .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-submenu-arrow {
34338
+ color: var(--Menu-dark-fontColor);
34339
+ }
34340
+ .a-Nav-Menu-vertical.a-Nav-Menu-light .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-left.a-Nav-Menu-light .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-right.a-Nav-Menu-light .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-submenu-arrow {
34341
+ color: var(--Menu-light-fontColor);
34342
+ }
34343
+ .a-Nav-Menu-vertical-right .a-Nav-Menu-item, .a-Nav-Menu-horizontal .a-Nav-Menu-item {
34344
+ padding: 0 var(--Menu-Submenu-title-paddingX) 0 calc(var(--Menu-Submenu-title-paddingX) - 1px);
34345
+ }
34346
+ .a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow {
34347
+ cursor: pointer;
34348
+ transition: transform 0.3s;
34349
+ transform: rotate(0deg);
34350
+ }
34351
+ .a-Nav-Menu-inline .a-Nav-Menu-submenu-open > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-horizontal .a-Nav-Menu-submenu-open > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
34352
+ transform: rotate(180deg);
34353
+ }
34354
+ .a-Nav-Menu-collapsed .a-Nav-Menu-item-wrap {
34355
+ overflow: hidden;
34356
+ }
34357
+ .a-Nav-Menu-collapsed .a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu .a-Nav-Menu-submenu-title {
34358
+ padding: 0 var(--Menu-Submenu-title-paddingX) 0 calc(var(--Menu-Submenu-title-paddingX) - 1px);
34359
+ text-align: center;
34360
+ }
34361
+ .a-Nav-Menu-collapsed .a-Nav-Menu-submenu-arrow {
34362
+ display: none !important;
34363
+ }
34364
+ .a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu, .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu, .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu {
34365
+ padding: 0;
34366
+ }
34367
+ .a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu .a-Nav-Menu-submenu-title, .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu .a-Nav-Menu-submenu-title, .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu .a-Nav-Menu-submenu-title {
34368
+ padding: 0 var(--Menu-Submenu-item-paddingX);
34369
+ }
34370
+ .a-Nav-Menu-submenu-rtl .a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu {
34371
+ direction: rtl;
34372
+ }
34373
+ .a-Nav-Menu-sub.a-Nav-Menu-inline {
34374
+ padding: 0;
34375
+ border: none;
34376
+ border-radius: 0;
34377
+ box-shadow: none;
34378
+ }
34379
+ .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-item, .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title {
34380
+ padding-top: 0;
34381
+ padding-bottom: 0;
34382
+ padding-right: 0;
34383
+ display: block;
34384
+ white-space: nowrap;
34385
+ overflow: hidden;
34386
+ text-overflow: ellipsis;
34387
+ }
34388
+ .a-Nav-Menu-rtl .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-item, .a-Nav-Menu-rtl .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title {
34389
+ padding-left: 0;
34390
+ }
34391
+ .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu.a-Nav-Menu-submenu-dark.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
34392
+ color: var(--Menu-dark-ancestor-fontColor-onActive);
34393
+ }
34394
+ .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu.a-Nav-Menu-submenu-dark.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
34395
+ .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu.a-Nav-Menu-submenu-dark.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon {
34396
+ color: var(--Menu-dark-ancestor-fontColor-onActive);
34397
+ }
34398
+ .a-Nav-Menu .a-Nav-Menu-item-disabled,
34399
+ .a-Nav-Menu .a-Nav-Menu-submenu-disabled {
34400
+ cursor: not-allowed;
34401
+ color: var(--Menu-fontColor-onDisabled) !important;
34402
+ pointer-events: none;
34403
+ }
34404
+ .a-Nav-Menu .a-Nav-Menu-item-disabled.a-Nav-Menu-item,
34405
+ .a-Nav-Menu .a-Nav-Menu-submenu-disabled.a-Nav-Menu-item {
34406
+ cursor: not-allowed;
34407
+ color: var(--Menu-fontColor-onDisabled) !important;
34408
+ pointer-events: none;
34409
+ }
34410
+ .a-Nav-Menu .a-Nav-Menu-item-disabled.a-Nav-Menu-item .a-Nav-Menu-item-link,
34411
+ .a-Nav-Menu .a-Nav-Menu-submenu-disabled.a-Nav-Menu-item .a-Nav-Menu-item-link {
34412
+ cursor: not-allowed;
34413
+ color: var(--Menu-fontColor-onDisabled) !important;
34414
+ pointer-events: none;
34415
+ }
34416
+ .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title,
34417
+ .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title {
34418
+ cursor: not-allowed;
34419
+ color: var(--Menu-fontColor-onDisabled) !important;
34420
+ pointer-events: none;
34421
+ }
34422
+ .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-icon, .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-label, .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-submenu-arrow,
34423
+ .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-icon,
34424
+ .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-label,
34425
+ .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-submenu-arrow {
34426
+ cursor: not-allowed;
34427
+ color: var(--Menu-fontColor-onDisabled) !important;
34428
+ pointer-events: none;
34429
+ }
34430
+ .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-item-icon,
34431
+ .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-item-label,
34432
+ .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-arrow,
34433
+ .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-item-icon,
34434
+ .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-item-label,
34435
+ .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-arrow {
34436
+ cursor: not-allowed;
34437
+ color: var(--Menu-fontColor-onDisabled) !important;
34438
+ pointer-events: none;
34439
+ }
34440
+ .a-Nav-Menu-open-slide-up-enter, .a-Nav-Menu-open-slide-up-appear {
34441
+ animation-duration: 0.3s;
34442
+ animation-fill-mode: both;
34443
+ transform-origin: 0 0;
34444
+ opacity: 0;
34445
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
34446
+ animation-play-state: paused;
34447
+ }
34448
+ .a-Nav-Menu-open-slide-up-leave {
34449
+ animation-duration: 0.3s;
34450
+ animation-fill-mode: both;
34451
+ transform-origin: 0 0;
34452
+ opacity: 1;
34453
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
34454
+ animation-play-state: paused;
34455
+ }
34456
+ .a-Nav-Menu-open-slide-up-enter .a-Nav-Menu-open-slide-up-enter-active, .a-Nav-Menu-open-slide-up-appear .a-Nav-Menu-open-slide-up-appear-active {
34457
+ animation-name: rcMenuOpenSlideUpIn;
34458
+ animation-play-state: running;
34459
+ }
34460
+ .a-Nav-Menu-open-slide-up-leave .a-Nav-Menu-open-slide-up-leave-active {
34461
+ animation-name: rcMenuOpenSlideUpOut;
34462
+ animation-play-state: running;
34463
+ }
34464
+ @keyframes rcMenuOpenSlideUpIn {
34465
+ 0% {
34466
+ opacity: 0;
34467
+ transform-origin: 0% 0%;
34468
+ transform: scaleY(0);
34469
+ }
34470
+ 100% {
34471
+ opacity: 1;
34472
+ transform-origin: 0% 0%;
34473
+ transform: scaleY(1);
34474
+ }
34475
+ }
34476
+ @keyframes rcMenuOpenSlideUpOut {
34477
+ 0% {
34478
+ opacity: 1;
34479
+ transform-origin: 0% 0%;
34480
+ transform: scaleY(1);
34481
+ }
34482
+ 100% {
34483
+ opacity: 0;
34484
+ transform-origin: 0% 0%;
34485
+ transform: scaleY(0);
34486
+ }
34487
+ }
34488
+ .a-Nav-Menu-open-zoom-enter, .a-Nav-Menu-open-zoom-appear {
34489
+ opacity: 0;
34490
+ animation-duration: 0.3s;
34491
+ animation-fill-mode: both;
34492
+ transform-origin: 0 0;
34493
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
34494
+ animation-play-state: paused;
34495
+ }
34496
+ .a-Nav-Menu-open-zoom-leave {
34497
+ animation-duration: 0.3s;
34498
+ animation-fill-mode: both;
34499
+ transform-origin: 0 0;
34500
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
34501
+ animation-play-state: paused;
34502
+ }
34503
+ .a-Nav-Menu-open-zoom-enter .a-Nav-Menu-open-zoom-enter-active, .a-Nav-Menu-open-zoom-appear .a-Nav-Menu-open-zoom-appear-active {
34504
+ animation-name: rcMenuOpenZoomIn;
34505
+ animation-play-state: running;
34506
+ }
34507
+ .a-Nav-Menu-open-zoom-leave .a-Nav-Menu-open-zoom-leave-active {
34508
+ animation-name: rcMenuOpenZoomOut;
34509
+ animation-play-state: running;
34510
+ }
34511
+ .a-Nav-Menu-submenu-rtl .a-Nav-Menu-open-zoom-enter, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-open-zoom-enter, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-open-zoom-appear, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-open-zoom-appear, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-open-zoom-leave, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-open-zoom-leave {
34512
+ transform-origin: top right !important;
34513
+ }
34514
+ @keyframes rcMenuOpenZoomIn {
34515
+ 0% {
34516
+ opacity: 0;
34517
+ transform: scale(0, 0);
34518
+ }
34519
+ 100% {
34520
+ opacity: 1;
34521
+ transform: scale(1, 1);
34522
+ }
34523
+ }
34524
+ @keyframes rcMenuOpenZoomOut {
34525
+ 0% {
34526
+ transform: scale(1, 1);
34527
+ }
34528
+ 100% {
34529
+ opacity: 0;
34530
+ transform: scale(0, 0);
34531
+ }
34532
+ }
34533
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu {
34534
+ background-color: var(--Menu-dark-backgroundColor);
34535
+ }
34536
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item {
34537
+ color: var(--Menu-dark-fontColor);
34538
+ }
34539
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-item-icon,
34540
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-item-label {
34541
+ color: var(--Menu-dark-fontColor);
34542
+ }
34543
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item-active {
34544
+ background-color: var(--Menu-dark-backgroundColor);
34545
+ color: var(--Menu-dark-fontColor-onHover);
34546
+ }
34547
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-icon,
34548
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-label {
34549
+ color: var(--Menu-dark-fontColor-onHover);
34550
+ }
34551
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item-selected {
34552
+ background-color: var(--Menu-dark-backgroundColor);
34553
+ color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
34554
+ }
34555
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
34556
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
34557
+ color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
34558
+ }
34559
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title {
34560
+ color: var(--Menu-dark-fontColor);
34561
+ }
34562
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
34563
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
34564
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
34565
+ color: var(--Menu-dark-fontColor);
34566
+ }
34567
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active .a-Nav-Menu-submenu-title {
34568
+ background-color: var(--Menu-dark-backgroundColor);
34569
+ color: var(--Menu-dark-fontColor-onActive);
34570
+ }
34571
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
34572
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label {
34573
+ color: var(--Menu-dark-fontColor-onActive);
34574
+ }
34575
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title {
34576
+ background-color: var(--Menu-dark-backgroundColor);
34577
+ color: var(--Menu-dark-ancestor-fontColor-onActive);
34578
+ }
34579
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
34580
+ .a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label {
34581
+ color: var(--Menu-dark-ancestor-fontColor-onActive);
34582
+ }
34583
+ .a-Nav-Menu-item-tooltip {
34584
+ font-size: 12px;
34585
+ color: #090714;
34586
+ background: #ffffff;
34587
+ border: none;
34588
+ border-radius: 2px;
34589
+ box-shadow: 0px 4px 6px 0px rgba(8, 14, 26, 0.06), 0px 1px 10px 0px rgba(8, 14, 26, 0.05), 0px 2px 4px -1px rgba(8, 14, 26, 0.04);
34590
+ }
34591
+ .a-Nav-Menu-item-tooltip .a-Tooltip-body,
34592
+ .a-Nav-Menu-item-tooltip .a-Tooltip-body span {
34593
+ color: #090714;
34594
+ }
34595
+ .a-Nav-Menu-item-tooltip .a-Tooltip-arrow:after {
34596
+ left: 0.25rem;
34597
+ }
34598
+ .a-Nav-Menu-item-tooltip .a-Tooltip-arrow:before {
34599
+ display: none;
34600
+ }
34601
+ .a-Nav-Menu-item-tooltip.a-Nav-Menu-item-tooltip-dark {
34602
+ background: #3a3f51;
34603
+ }
34604
+ .a-Nav-Menu-item-tooltip.a-Nav-Menu-item-tooltip-dark .a-Tooltip-body,
34605
+ .a-Nav-Menu-item-tooltip.a-Nav-Menu-item-tooltip-dark .a-Tooltip-body span {
34606
+ color: #ffffff;
32738
34607
  }