@wizishop/angular-components 15.1.108 → 18.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (344) hide show
  1. package/README.md +87 -87
  2. package/angular-components.scss +2193 -2194
  3. package/assets/images/upload/icon_picture.svg +11 -11
  4. package/{esm2020 → esm2022}/lib/animations/in-out/in-out-x.animation.mjs +1 -1
  5. package/{esm2020 → esm2022}/lib/animations/in-out/in-out-y.animation.mjs +1 -1
  6. package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-bottom.animation.mjs +1 -1
  7. package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-left.animation.mjs +1 -1
  8. package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-right.animation.mjs +1 -1
  9. package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-top.animation.mjs +1 -1
  10. package/{esm2020 → esm2022}/lib/animations/show/show-from-bottom.animation.mjs +1 -1
  11. package/{esm2020 → esm2022}/lib/animations/show/show-from-left.animation.mjs +1 -1
  12. package/{esm2020 → esm2022}/lib/animations/show/show-from-right.animation.mjs +1 -1
  13. package/{esm2020 → esm2022}/lib/animations/show/show-from-top.animation.mjs +1 -1
  14. package/{esm2020 → esm2022}/lib/animations/switch/switch-in-out.animation.mjs +1 -1
  15. package/esm2022/lib/components/ai-express/ai-express.component.mjs +83 -0
  16. package/{esm2020 → esm2022}/lib/components/alert/alert.component.mjs +5 -5
  17. package/esm2022/lib/components/alert-popup/alert-popup-module.mjs +20 -0
  18. package/esm2022/lib/components/alert-popup/alert-popup.component.mjs +41 -0
  19. package/{esm2020 → esm2022}/lib/components/alert-popup/alert-popup.service.mjs +5 -5
  20. package/esm2022/lib/components/back/back.component.mjs +12 -0
  21. package/{esm2020 → esm2022}/lib/components/block/block-title-legacy/block-title-legacy.component.mjs +5 -5
  22. package/esm2022/lib/components/block/block.component.mjs +124 -0
  23. package/{esm2020 → esm2022}/lib/components/block/separator/block-separator.component.mjs +5 -5
  24. package/esm2022/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +46 -0
  25. package/{esm2020 → esm2022}/lib/components/breadcrumbs/breadcrumbs.component.mjs +5 -5
  26. package/esm2022/lib/components/button/button.component.mjs +194 -0
  27. package/esm2022/lib/components/calendar/calendar.component.mjs +237 -0
  28. package/{esm2020 → esm2022}/lib/components/card-price/card-price.component.mjs +5 -5
  29. package/{esm2020 → esm2022}/lib/components/charging-bar/charging-bar.component.mjs +5 -5
  30. package/{esm2020 → esm2022}/lib/components/checkbox/checkbox.component.mjs +5 -5
  31. package/{esm2020 → esm2022}/lib/components/checkbox/checkbox.module.mjs +7 -7
  32. package/{esm2020 → esm2022}/lib/components/column/column.component.mjs +4 -4
  33. package/{esm2020 → esm2022}/lib/components/common/label/label.component.mjs +5 -5
  34. package/{esm2020 → esm2022}/lib/components/common/placeholder/placeholder.component.mjs +5 -5
  35. package/esm2022/lib/components/confirm-delete/confirm-delete.component.mjs +64 -0
  36. package/{esm2020 → esm2022}/lib/components/content-with-buttons/content-with-buttons.component.mjs +4 -4
  37. package/esm2022/lib/components/delete/delete.component.mjs +12 -0
  38. package/esm2022/lib/components/draganddrop-list/draganddrop-list.component.mjs +61 -0
  39. package/esm2022/lib/components/dropdown/dropdown.component.mjs +26 -0
  40. package/esm2022/lib/components/edit-in-place/edit-in-place.component.mjs +202 -0
  41. package/{esm2020 → esm2022}/lib/components/expanded-panel/expanded-panel.component.mjs +5 -5
  42. package/esm2022/lib/components/expansion/accordion/accordion.component.mjs +74 -0
  43. package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel/expansion-panel.component.mjs +5 -5
  44. package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +88 -0
  45. package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.mjs +5 -5
  46. package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +49 -0
  47. package/{esm2020 → esm2022}/lib/components/expansion/expansion.module.mjs +11 -11
  48. package/{esm2020 → esm2022}/lib/components/filters/filter-item.dto.mjs +1 -1
  49. package/esm2022/lib/components/filters/filters.component.mjs +41 -0
  50. package/esm2022/lib/components/free-popin/free-popin.component.mjs +66 -0
  51. package/{esm2020 → esm2022}/lib/components/google-preview/google-preview.component.mjs +5 -5
  52. package/esm2022/lib/components/header-page/header-page.component.mjs +38 -0
  53. package/{esm2020 → esm2022}/lib/components/hn/h1/h1.component.mjs +5 -5
  54. package/esm2022/lib/components/hn/h2/h2.component.mjs +13 -0
  55. package/esm2022/lib/components/hn/h3/h3.component.mjs +18 -0
  56. package/esm2022/lib/components/hn/h4/h4.component.mjs +18 -0
  57. package/esm2022/lib/components/image/image.component.mjs +17 -0
  58. package/esm2022/lib/components/info/info.component.mjs +12 -0
  59. package/esm2022/lib/components/inputs/input/input.component.mjs +184 -0
  60. package/esm2022/lib/components/inputs/input-search/input-search.component.mjs +65 -0
  61. package/{esm2020 → esm2022}/lib/components/inputs/input-with-select/input-with-select.component.mjs +4 -4
  62. package/esm2022/lib/components/link/link.component.mjs +57 -0
  63. package/{esm2020 → esm2022}/lib/components/loader/loader.component.mjs +4 -4
  64. package/esm2022/lib/components/logo/logo.component.mjs +20 -0
  65. package/esm2022/lib/components/mosaic/mosaic.component.mjs +81 -0
  66. package/esm2022/lib/components/multiple-search/multiple-search.component.mjs +115 -0
  67. package/esm2022/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +97 -0
  68. package/{esm2020 → esm2022}/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.mjs +1 -1
  69. package/{esm2020 → esm2022}/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.mjs +1 -1
  70. package/{esm2020 → esm2022}/lib/components/optional-disable-container/optional-disable-container.component.mjs +5 -5
  71. package/esm2022/lib/components/pagination/pagination.component.mjs +50 -0
  72. package/esm2022/lib/components/pagination/pagination.module.mjs +33 -0
  73. package/esm2022/lib/components/pagination/pipes/array-pages.pipe.mjs +28 -0
  74. package/esm2022/lib/components/pagination/pipes/custom-text.pipe.mjs +34 -0
  75. package/esm2022/lib/components/pagination/pipes/is-last-page.pipe.mjs +25 -0
  76. package/esm2022/lib/components/popin/popin.component.mjs +73 -0
  77. package/esm2022/lib/components/progress-bar/progress-bar.component.mjs +75 -0
  78. package/{esm2020 → esm2022}/lib/components/radio/option/option.component.mjs +5 -5
  79. package/{esm2020 → esm2022}/lib/components/radio/radio-group.directive.mjs +8 -8
  80. package/esm2022/lib/components/radio/radio.component.mjs +38 -0
  81. package/{esm2020 → esm2022}/lib/components/radio-legacy/radio-directive.mjs +5 -5
  82. package/{esm2020 → esm2022}/lib/components/radio-legacy/radio-group.directive.mjs +8 -8
  83. package/esm2022/lib/components/radio-legacy/radio.component.mjs +58 -0
  84. package/esm2022/lib/components/row/row.component.mjs +141 -0
  85. package/esm2022/lib/components/search/search.component.mjs +86 -0
  86. package/{esm2020 → esm2022}/lib/components/search/shared/search-option.model.mjs +1 -1
  87. package/{esm2020 → esm2022}/lib/components/select/option/option.component.mjs +5 -5
  88. package/esm2022/lib/components/select/option/select-option.directive.mjs +98 -0
  89. package/{esm2020 → esm2022}/lib/components/select/option-call-to-action/option-call-to-action.component.mjs +5 -5
  90. package/esm2022/lib/components/select/select/select.component.mjs +198 -0
  91. package/esm2022/lib/components/select/select/select.directive.mjs +175 -0
  92. package/esm2022/lib/components/select/select/value-change.service.mjs +190 -0
  93. package/{esm2020 → esm2022}/lib/components/select/select-search-trigger/select-search-trigger.component.mjs +5 -5
  94. package/esm2022/lib/components/select-in-text/select-in-text.component.mjs +103 -0
  95. package/esm2022/lib/components/selected-list/selected-list.component.mjs +62 -0
  96. package/{esm2020 → esm2022}/lib/components/selected-list/shared/selected-list-option.model.mjs +1 -1
  97. package/esm2022/lib/components/separator/separator.component.mjs +17 -0
  98. package/esm2022/lib/components/settings/settings.component.mjs +12 -0
  99. package/esm2022/lib/components/shared-components.module.mjs +444 -0
  100. package/esm2022/lib/components/snackbar/snackbar.component.mjs +85 -0
  101. package/esm2022/lib/components/state/state.component.mjs +16 -0
  102. package/esm2022/lib/components/summary/summary.component.mjs +41 -0
  103. package/esm2022/lib/components/switch/switch.component.mjs +89 -0
  104. package/esm2022/lib/components/table/directives/checkBoxRow.directive.mjs +92 -0
  105. package/esm2022/lib/components/table/directives/column.directive.mjs +42 -0
  106. package/esm2022/lib/components/table/directives/columnHeader.directive.mjs +199 -0
  107. package/{esm2020 → esm2022}/lib/components/table/directives/raw.directive.mjs +6 -6
  108. package/esm2022/lib/components/table/shared/filters-table.service.mjs +68 -0
  109. package/esm2022/lib/components/table/shared/table-checkbox-id.service.mjs +20 -0
  110. package/{esm2020 → esm2022}/lib/components/table/shared/table-filters-group.model.mjs +1 -1
  111. package/{esm2020 → esm2022}/lib/components/table/shared/table-filters.model.mjs +1 -1
  112. package/esm2022/lib/components/table/table.component.mjs +146 -0
  113. package/{esm2020 → esm2022}/lib/components/table/table.module.mjs +15 -15
  114. package/{esm2020 → esm2022}/lib/components/tabs/tab/tab.component.mjs +5 -5
  115. package/{esm2020 → esm2022}/lib/components/tabs/tab-body/tab-body.component.mjs +4 -4
  116. package/{esm2020 → esm2022}/lib/components/tabs/tab-body/tab-body.directive.mjs +6 -6
  117. package/esm2022/lib/components/tabs/tabs.component.mjs +99 -0
  118. package/{esm2020 → esm2022}/lib/components/tag/tag.component.mjs +5 -5
  119. package/{esm2020 → esm2022}/lib/components/tag-dropdown/tag-dropdown.component.mjs +5 -5
  120. package/{esm2020 → esm2022}/lib/components/tag-label/tag-label.component.mjs +5 -5
  121. package/{esm2020 → esm2022}/lib/components/text/text.component.mjs +5 -5
  122. package/{esm2020 → esm2022}/lib/components/text-area/text-area.component.mjs +4 -4
  123. package/{esm2020 → esm2022}/lib/components/token-check/token-check.component.mjs +5 -5
  124. package/esm2022/lib/components/tooltip/tooltip.component.mjs +30 -0
  125. package/{esm2020 → esm2022}/lib/components/tooltip/tooltip.module.mjs +7 -7
  126. package/{esm2020 → esm2022}/lib/components/tree/tree.component.mjs +5 -5
  127. package/{esm2020 → esm2022}/lib/components/tree/tree.module.mjs +9 -9
  128. package/esm2022/lib/components/upload/upload.component.mjs +36 -0
  129. package/esm2022/lib/components/wrapper/wrapper.component.mjs +18 -0
  130. package/esm2022/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +19 -0
  131. package/{esm2020 → esm2022}/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.mjs +5 -5
  132. package/{esm2020 → esm2022}/lib/components/wrapper-sidebar/wrapper-sidebar.component.mjs +5 -5
  133. package/{esm2020 → esm2022}/lib/directives/abstract-debounce/abstract-debounce.directive.mjs +5 -5
  134. package/{esm2020 → esm2022}/lib/directives/abstract-debounce/debounce-keyup.directive.mjs +5 -5
  135. package/esm2022/lib/directives/auto-hide/auto-hide.directive.mjs +50 -0
  136. package/{esm2020 → esm2022}/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.mjs +5 -5
  137. package/esm2022/lib/directives/keyboard-events/keypress-enter.directive.mjs +25 -0
  138. package/esm2022/lib/directives/keyboard-events/only-numbers.directive.mjs +45 -0
  139. package/esm2022/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +36 -0
  140. package/esm2022/lib/directives/ng-var.directive.mjs +32 -0
  141. package/{esm2020 → esm2022}/lib/directives/scroll-to/scroll-to.directive.mjs +4 -4
  142. package/{esm2020 → esm2022}/lib/directives/shared-directives.module.mjs +27 -27
  143. package/{esm2020 → esm2022}/lib/directives/watch-dom-tree/watch-dom-tree.directive.mjs +5 -5
  144. package/esm2022/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +44 -0
  145. package/{esm2020 → esm2022}/lib/pipes/call-component-function.pipe.mjs +4 -4
  146. package/esm2022/lib/pipes/find-option-selected-field.pipe.mjs +29 -0
  147. package/{esm2020 → esm2022}/lib/pipes/select/filter-options.pipe.mjs +4 -4
  148. package/{esm2020 → esm2022}/lib/pipes/select/select-filters.pipe.mjs +4 -4
  149. package/{esm2020 → esm2022}/lib/pipes/selected-list/are-all-options-selected.pipe.mjs +4 -4
  150. package/{esm2020 → esm2022}/lib/pipes/shared-pipes.module.mjs +13 -13
  151. package/esm2022/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +41 -0
  152. package/esm2022/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +49 -0
  153. package/esm2022/lib/services/dom.service.mjs +59 -0
  154. package/esm2022/lib/services/history.service.mjs +53 -0
  155. package/esm2022/lib/services/multiple-selection.service.mjs +62 -0
  156. package/esm2022/lib/utils/html-container.class.mjs +30 -0
  157. package/{esm2020 → esm2022}/lib/utils/slection-item.interface.mjs +1 -1
  158. package/esm2022/lib/utils/uuid.mjs +8 -0
  159. package/esm2022/lib/wizi-components.module.mjs +34 -0
  160. package/{fesm2020 → fesm2022}/wizishop-angular-components.mjs +892 -901
  161. package/fesm2022/wizishop-angular-components.mjs.map +1 -0
  162. package/lib/components/ai-express/ai-express.component.d.ts +1 -1
  163. package/lib/components/alert/alert.component.d.ts +1 -1
  164. package/lib/components/block/block-title-legacy/block-title-legacy.component.d.ts +1 -1
  165. package/lib/components/block/block.component.d.ts +1 -1
  166. package/lib/components/block-with-checkbox/block-with-checkbox.component.d.ts +1 -1
  167. package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +1 -1
  168. package/lib/components/button/button.component.d.ts +1 -3
  169. package/lib/components/calendar/calendar.component.d.ts +1 -1
  170. package/lib/components/card-price/card-price.component.d.ts +1 -1
  171. package/lib/components/charging-bar/charging-bar.component.d.ts +1 -1
  172. package/lib/components/checkbox/checkbox.component.d.ts +1 -1
  173. package/lib/components/confirm-delete/confirm-delete.component.d.ts +1 -1
  174. package/lib/components/content-with-buttons/content-with-buttons.component.d.ts +1 -1
  175. package/lib/components/draganddrop-list/draganddrop-list.component.d.ts +1 -1
  176. package/lib/components/dropdown/dropdown.component.d.ts +1 -1
  177. package/lib/components/edit-in-place/edit-in-place.component.d.ts +1 -1
  178. package/lib/components/expanded-panel/expanded-panel.component.d.ts +1 -1
  179. package/lib/components/expansion/accordion/accordion.component.d.ts +1 -1
  180. package/lib/components/expansion/expansion-panel/expansion-panel.directive.d.ts +1 -1
  181. package/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.d.ts +1 -1
  182. package/lib/components/filters/filters.component.d.ts +1 -1
  183. package/lib/components/free-popin/free-popin.component.d.ts +1 -1
  184. package/lib/components/google-preview/google-preview.component.d.ts +1 -1
  185. package/lib/components/header-page/header-page.component.d.ts +1 -1
  186. package/lib/components/hn/h1/h1.component.d.ts +1 -1
  187. package/lib/components/hn/h3/h3.component.d.ts +1 -1
  188. package/lib/components/hn/h4/h4.component.d.ts +1 -1
  189. package/lib/components/image/image.component.d.ts +1 -1
  190. package/lib/components/inputs/input/input.component.d.ts +1 -1
  191. package/lib/components/inputs/input-search/input-search.component.d.ts +1 -1
  192. package/lib/components/link/link.component.d.ts +1 -1
  193. package/lib/components/loader/loader.component.d.ts +1 -1
  194. package/lib/components/logo/logo.component.d.ts +1 -1
  195. package/lib/components/mosaic/mosaic.component.d.ts +1 -1
  196. package/lib/components/multiple-search/multiple-search.component.d.ts +1 -1
  197. package/lib/components/multiple-search-plus/multiple-search-plus.component.d.ts +1 -1
  198. package/lib/components/optional-disable-container/optional-disable-container.component.d.ts +1 -1
  199. package/lib/components/pagination/pagination.component.d.ts +1 -1
  200. package/lib/components/popin/popin.component.d.ts +1 -1
  201. package/lib/components/progress-bar/progress-bar.component.d.ts +1 -1
  202. package/lib/components/radio-legacy/radio.component.d.ts +1 -1
  203. package/lib/components/row/row.component.d.ts +1 -2
  204. package/lib/components/search/search.component.d.ts +1 -1
  205. package/lib/components/select/option/select-option.directive.d.ts +1 -1
  206. package/lib/components/select/select/select.component.d.ts +1 -1
  207. package/lib/components/select/select/select.directive.d.ts +1 -1
  208. package/lib/components/select/select-search-trigger/select-search-trigger.component.d.ts +1 -1
  209. package/lib/components/select-in-text/select-in-text.component.d.ts +1 -1
  210. package/lib/components/selected-list/selected-list.component.d.ts +1 -1
  211. package/lib/components/separator/separator.component.d.ts +1 -1
  212. package/lib/components/shared-components.module.d.ts +34 -35
  213. package/lib/components/snackbar/snackbar.component.d.ts +1 -1
  214. package/lib/components/state/state.component.d.ts +1 -1
  215. package/lib/components/summary/summary.component.d.ts +1 -1
  216. package/lib/components/switch/switch.component.d.ts +1 -1
  217. package/lib/components/table/directives/checkBoxRow.directive.d.ts +1 -1
  218. package/lib/components/table/directives/column.directive.d.ts +1 -1
  219. package/lib/components/table/directives/columnHeader.directive.d.ts +1 -1
  220. package/lib/components/table/table.component.d.ts +1 -1
  221. package/lib/components/tabs/tab/tab.component.d.ts +1 -1
  222. package/lib/components/tabs/tab-body/tab-body.component.d.ts +1 -1
  223. package/lib/components/tabs/tabs.component.d.ts +1 -1
  224. package/lib/components/tag/tag.component.d.ts +1 -1
  225. package/lib/components/tag-dropdown/tag-dropdown.component.d.ts +1 -1
  226. package/lib/components/tag-label/tag-label.component.d.ts +1 -1
  227. package/lib/components/text/text.component.d.ts +1 -1
  228. package/lib/components/text-area/text-area.component.d.ts +1 -1
  229. package/lib/components/token-check/token-check.component.d.ts +1 -1
  230. package/lib/components/tooltip/tooltip.component.d.ts +1 -1
  231. package/lib/components/tree/tree.component.d.ts +1 -1
  232. package/lib/components/upload/upload.component.d.ts +1 -1
  233. package/lib/components/wrapper/wrapper.component.d.ts +1 -1
  234. package/lib/components/wrapper-blocs/wrapper-blocs.component.d.ts +1 -1
  235. package/lib/components/wrapper-sidebar/wrapper-sidebar.component.d.ts +1 -1
  236. package/lib/directives/abstract-debounce/abstract-debounce.directive.d.ts +1 -1
  237. package/lib/directives/auto-hide/auto-hide.directive.d.ts +1 -1
  238. package/lib/directives/keyboard-events/only-numbers.directive.d.ts +1 -1
  239. package/lib/directives/keyboard-events/two-digital-decimal-number.directive.d.ts +1 -1
  240. package/lib/directives/ng-var.directive.d.ts +1 -1
  241. package/lib/directives/scroll-to/scroll-to.directive.d.ts +1 -1
  242. package/lib/directives/zindex-toggle/zindex-toggle.directive.d.ts +1 -1
  243. package/package.json +26 -32
  244. package/esm2020/lib/components/ai-express/ai-express.component.mjs +0 -83
  245. package/esm2020/lib/components/alert-popup/alert-popup-module.mjs +0 -21
  246. package/esm2020/lib/components/alert-popup/alert-popup.component.mjs +0 -41
  247. package/esm2020/lib/components/back/back.component.mjs +0 -12
  248. package/esm2020/lib/components/block/block.component.mjs +0 -124
  249. package/esm2020/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +0 -46
  250. package/esm2020/lib/components/button/button.component.mjs +0 -200
  251. package/esm2020/lib/components/calendar/calendar.component.mjs +0 -237
  252. package/esm2020/lib/components/confirm-delete/confirm-delete.component.mjs +0 -64
  253. package/esm2020/lib/components/delete/delete.component.mjs +0 -12
  254. package/esm2020/lib/components/draganddrop-list/draganddrop-list.component.mjs +0 -61
  255. package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -26
  256. package/esm2020/lib/components/edit-in-place/edit-in-place.component.mjs +0 -202
  257. package/esm2020/lib/components/expansion/accordion/accordion.component.mjs +0 -74
  258. package/esm2020/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +0 -88
  259. package/esm2020/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +0 -49
  260. package/esm2020/lib/components/filters/filters.component.mjs +0 -41
  261. package/esm2020/lib/components/free-popin/free-popin.component.mjs +0 -66
  262. package/esm2020/lib/components/header-page/header-page.component.mjs +0 -42
  263. package/esm2020/lib/components/hn/h2/h2.component.mjs +0 -13
  264. package/esm2020/lib/components/hn/h3/h3.component.mjs +0 -18
  265. package/esm2020/lib/components/hn/h4/h4.component.mjs +0 -18
  266. package/esm2020/lib/components/image/image.component.mjs +0 -17
  267. package/esm2020/lib/components/info/info.component.mjs +0 -12
  268. package/esm2020/lib/components/inputs/input/input.component.mjs +0 -184
  269. package/esm2020/lib/components/inputs/input-search/input-search.component.mjs +0 -65
  270. package/esm2020/lib/components/link/link.component.mjs +0 -57
  271. package/esm2020/lib/components/logo/logo.component.mjs +0 -20
  272. package/esm2020/lib/components/mosaic/mosaic.component.mjs +0 -81
  273. package/esm2020/lib/components/multiple-search/multiple-search.component.mjs +0 -115
  274. package/esm2020/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +0 -97
  275. package/esm2020/lib/components/pagination/pagination.component.mjs +0 -50
  276. package/esm2020/lib/components/pagination/pagination.module.mjs +0 -33
  277. package/esm2020/lib/components/pagination/pipes/array-pages.pipe.mjs +0 -28
  278. package/esm2020/lib/components/pagination/pipes/custom-text.pipe.mjs +0 -34
  279. package/esm2020/lib/components/pagination/pipes/is-last-page.pipe.mjs +0 -25
  280. package/esm2020/lib/components/popin/popin.component.mjs +0 -73
  281. package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +0 -75
  282. package/esm2020/lib/components/radio/radio.component.mjs +0 -38
  283. package/esm2020/lib/components/radio-legacy/radio.component.mjs +0 -58
  284. package/esm2020/lib/components/row/row.component.mjs +0 -144
  285. package/esm2020/lib/components/search/search.component.mjs +0 -86
  286. package/esm2020/lib/components/select/option/select-option.directive.mjs +0 -98
  287. package/esm2020/lib/components/select/select/select.component.mjs +0 -198
  288. package/esm2020/lib/components/select/select/select.directive.mjs +0 -175
  289. package/esm2020/lib/components/select/select/value-change.service.mjs +0 -190
  290. package/esm2020/lib/components/select-in-text/select-in-text.component.mjs +0 -103
  291. package/esm2020/lib/components/selected-list/selected-list.component.mjs +0 -62
  292. package/esm2020/lib/components/separator/separator.component.mjs +0 -17
  293. package/esm2020/lib/components/settings/settings.component.mjs +0 -12
  294. package/esm2020/lib/components/shared-components.module.mjs +0 -438
  295. package/esm2020/lib/components/snackbar/snackbar.component.mjs +0 -85
  296. package/esm2020/lib/components/state/state.component.mjs +0 -16
  297. package/esm2020/lib/components/summary/summary.component.mjs +0 -41
  298. package/esm2020/lib/components/switch/switch.component.mjs +0 -89
  299. package/esm2020/lib/components/table/directives/checkBoxRow.directive.mjs +0 -92
  300. package/esm2020/lib/components/table/directives/column.directive.mjs +0 -42
  301. package/esm2020/lib/components/table/directives/columnHeader.directive.mjs +0 -199
  302. package/esm2020/lib/components/table/shared/filters-table.service.mjs +0 -68
  303. package/esm2020/lib/components/table/shared/table-checkbox-id.service.mjs +0 -20
  304. package/esm2020/lib/components/table/table.component.mjs +0 -146
  305. package/esm2020/lib/components/tabs/tabs.component.mjs +0 -99
  306. package/esm2020/lib/components/tooltip/tooltip.component.mjs +0 -30
  307. package/esm2020/lib/components/upload/upload.component.mjs +0 -36
  308. package/esm2020/lib/components/wrapper/wrapper.component.mjs +0 -18
  309. package/esm2020/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +0 -19
  310. package/esm2020/lib/directives/auto-hide/auto-hide.directive.mjs +0 -50
  311. package/esm2020/lib/directives/keyboard-events/keypress-enter.directive.mjs +0 -25
  312. package/esm2020/lib/directives/keyboard-events/only-numbers.directive.mjs +0 -45
  313. package/esm2020/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +0 -36
  314. package/esm2020/lib/directives/ng-var.directive.mjs +0 -32
  315. package/esm2020/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +0 -44
  316. package/esm2020/lib/pipes/find-option-selected-field.pipe.mjs +0 -29
  317. package/esm2020/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +0 -41
  318. package/esm2020/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +0 -49
  319. package/esm2020/lib/services/dom.service.mjs +0 -59
  320. package/esm2020/lib/services/history.service.mjs +0 -53
  321. package/esm2020/lib/services/multiple-selection.service.mjs +0 -62
  322. package/esm2020/lib/utils/html-container.class.mjs +0 -30
  323. package/esm2020/lib/utils/uuid.mjs +0 -8
  324. package/esm2020/lib/wizi-components.module.mjs +0 -34
  325. package/fesm2015/wizishop-angular-components.mjs +0 -7023
  326. package/fesm2015/wizishop-angular-components.mjs.map +0 -1
  327. package/fesm2020/wizishop-angular-components.mjs.map +0 -1
  328. package/wizishop-angular-components-15.1.108.tgz +0 -0
  329. /package/{esm2020 → esm2022}/lib/animations/show/opacity.animation.mjs +0 -0
  330. /package/{esm2020 → esm2022}/lib/components/breadcrumbs/breadcrumbs.dto.mjs +0 -0
  331. /package/{esm2020 → esm2022}/lib/components/expansion/accordion/accordion-item.interface.mjs +0 -0
  332. /package/{esm2020 → esm2022}/lib/components/expansion/accordion/accordion-item.token.mjs +0 -0
  333. /package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.mjs +0 -0
  334. /package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel-header/expansion-panel-header.token.mjs +0 -0
  335. /package/{esm2020 → esm2022}/lib/components/inputs/input-with-select/option-item.dto.mjs +0 -0
  336. /package/{esm2020 → esm2022}/lib/components/select/call-to-action.model.mjs +0 -0
  337. /package/{esm2020 → esm2022}/lib/components/select/option/option-selection-handler.interface.mjs +0 -0
  338. /package/{esm2020 → esm2022}/lib/components/select/option/option-selection-handler.token.mjs +0 -0
  339. /package/{esm2020 → esm2022}/lib/components/select/select-items.dto.mjs +0 -0
  340. /package/{esm2020 → esm2022}/lib/components/table/shared/distinct-until-table-filters-changed.mjs +0 -0
  341. /package/{esm2020 → esm2022}/lib/components/tree/tree.dto.mjs +0 -0
  342. /package/{esm2020 → esm2022}/lib/utils/array.mjs +0 -0
  343. /package/{esm2020 → esm2022}/public-api.mjs +0 -0
  344. /package/{esm2020 → esm2022}/wizishop-angular-components.mjs +0 -0
@@ -140,32 +140,32 @@ $wac-token-dark: #E8BF09!default;
140
140
  $wac-token-main: #1D2A3B!default;
141
141
  $wac-token-disabled: #EFF2F4!default;
142
142
  $wac-token-disabled-dark: #8A98B2!default;
143
- .zindexToggle {
144
- z-index: 9!important;
145
- position: relative;
146
- }
147
-
148
- .field-label .label {
149
- font-size: rem(14);
150
- }
151
-
152
- .date-item, .wac-calendar__absolute .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item {
153
- width: rem(32);
154
- height: rem(32);
155
- }
156
-
157
- .wac-calendar__absolute .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date {
158
- width: rem(36);
159
- height: rem(36);
160
- }
161
-
162
- .wac-table__head__cell--checkbox .wac-field-checkbox.alone .is-checkradio[type=checkbox]:not(:checked) + label:before {
163
- background-color: $wac-white;
164
- }
165
-
166
- .wac-table__head__cell--checkbox .wac-field-checkbox__row {
167
- transform: translateX(5px);
168
- }
143
+ .zindexToggle {
144
+ z-index: 9!important;
145
+ position: relative;
146
+ }
147
+
148
+ .field-label .label {
149
+ font-size: rem(14);
150
+ }
151
+
152
+ .date-item, .wac-calendar__absolute .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item {
153
+ width: rem(32);
154
+ height: rem(32);
155
+ }
156
+
157
+ .wac-calendar__absolute .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date {
158
+ width: rem(36);
159
+ height: rem(36);
160
+ }
161
+
162
+ .wac-table__head__cell--checkbox .wac-field-checkbox.alone .is-checkradio[type=checkbox]:not(:checked) + label:before {
163
+ background-color: $wac-white;
164
+ }
165
+
166
+ .wac-table__head__cell--checkbox .wac-field-checkbox__row {
167
+ transform: translateX(5px);
168
+ }
169
169
  .wac-ai-express {
170
170
  position: relative;
171
171
  width: 100%;
@@ -758,33 +758,33 @@ $wac-token-disabled-dark: #8A98B2!default;
758
758
  }
759
759
 
760
760
  }
761
- .wac-back {
762
- width: 40px;
763
- height: 40px;
764
-
765
- &__wrapper {
766
- @include flexbox();
767
- @include justify-content(center);
768
- @include align-items(center);
769
- width: 100%;
770
- height: 100%;
771
- border-radius: 3px;
772
- border: 1px solid $wac-border-light;
773
- background-color: transparent;
774
- transition: border-color 0.3s ease-in-out;
775
-
776
- i {
777
- color: $wac-second-color;
778
- font-size: 11px;
779
- line-height: 14px;
780
- }
781
-
782
- &:hover {
783
- border-color: $wac-back-border-hover;
784
- transition: border-color 0.3s ease-in-out;
785
- }
786
- }
787
- }
761
+ .wac-back {
762
+ width: 40px;
763
+ height: 40px;
764
+
765
+ &__wrapper {
766
+ @include flexbox();
767
+ @include justify-content(center);
768
+ @include align-items(center);
769
+ width: 100%;
770
+ height: 100%;
771
+ border-radius: 3px;
772
+ border: 1px solid $wac-border-light;
773
+ background-color: transparent;
774
+ transition: border-color 0.3s ease-in-out;
775
+
776
+ i {
777
+ color: $wac-second-color;
778
+ font-size: 11px;
779
+ line-height: 14px;
780
+ }
781
+
782
+ &:hover {
783
+ border-color: $wac-back-border-hover;
784
+ transition: border-color 0.3s ease-in-out;
785
+ }
786
+ }
787
+ }
788
788
  wac-block {
789
789
  .wac-block {
790
790
  background-color: $white;
@@ -1090,7 +1090,9 @@ wac-block {
1090
1090
  }
1091
1091
 
1092
1092
  &.width-auto {
1093
- width: fit-content;
1093
+ display: inline-block;
1094
+ width: auto;
1095
+ margin: 0 auto;
1094
1096
  }
1095
1097
 
1096
1098
  &.white-space-no-wrap {
@@ -1198,12 +1200,6 @@ wac-block {
1198
1200
  }
1199
1201
  }
1200
1202
 
1201
- .loading-class {
1202
- display: flex;
1203
- align-items: center;
1204
- gap: 5px;
1205
- }
1206
-
1207
1203
  &__coin {
1208
1204
  margin: 0 0 0 rem(15);
1209
1205
  display: flex;
@@ -2572,7 +2568,6 @@ wac-calendar {
2572
2568
  }
2573
2569
  &--edit {
2574
2570
  display: flex;
2575
- flex-direction: column;
2576
2571
  justify-content: flex-start;
2577
2572
  align-items: center;
2578
2573
  align-content: center;
@@ -2700,6 +2695,7 @@ wac-calendar {
2700
2695
  align-content: center;
2701
2696
  align-items: center;
2702
2697
  cursor: pointer;
2698
+ max-width: 140px;
2703
2699
  &:after {
2704
2700
  position: absolute;
2705
2701
  content: '';
@@ -3706,39 +3702,38 @@ wac-calendar {
3706
3702
  }
3707
3703
  }
3708
3704
  }
3709
- .wac-delete {
3710
- width: 40px;
3711
- height: 40px;
3712
-
3713
- &__wrapper {
3714
- @include flexbox();
3715
- @include justify-content(center);
3716
- @include align-items(center);
3717
- width: 100%;
3718
- height: 100%;
3719
- border-radius: 3px;
3720
- background-color: transparent;
3721
- transition: background-color 0.3s ease-in-out;
3722
- cursor: pointer;
3723
-
3724
- i {
3725
- color: $wac-border-form;
3726
- font-size: 14px;
3727
- line-height: 23px;
3728
- transition: color 0.3s ease-in-out;
3729
- }
3730
-
3731
- &:hover {
3732
- background-color: $wac-primary-button;
3733
- transition: background-color 0.3s ease-in-out;
3734
-
3735
- i {
3736
- color: $wac-white;
3737
- transition: color 0.3s ease-in-out;
3738
- }
3739
- }
3740
- }
3741
- }
3705
+ .wac-delete {
3706
+ width: 40px;
3707
+ height: 40px;
3708
+
3709
+ &__wrapper {
3710
+ @include flexbox();
3711
+ @include justify-content(center);
3712
+ @include align-items(center);
3713
+ width: 100%;
3714
+ height: 100%;
3715
+ border-radius: 3px;
3716
+ background-color: transparent;
3717
+ transition: background-color 0.3s ease-in-out;
3718
+
3719
+ i {
3720
+ color: $wac-border-form;
3721
+ font-size: 14px;
3722
+ line-height: 23px;
3723
+ transition: color 0.3s ease-in-out;
3724
+ }
3725
+
3726
+ &:hover {
3727
+ background-color: $wac-primary-button;
3728
+ transition: background-color 0.3s ease-in-out;
3729
+
3730
+ i {
3731
+ color: $wac-white;
3732
+ transition: color 0.3s ease-in-out;
3733
+ }
3734
+ }
3735
+ }
3736
+ }
3742
3737
  .wac-draganddrop-list {
3743
3738
  width: 100%;
3744
3739
  background-color: $wac-white;
@@ -3876,90 +3871,90 @@ wac-calendar {
3876
3871
  .wac-draganddrop-list__wrapper.cdk-drop-list-dragging .wac-draganddrop-list__wrapper__item:not(.cdk-drag-placeholder) {
3877
3872
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
3878
3873
  }
3879
- .wac-dropdown {
3880
- display: inline-block;
3881
- width: 40px;
3882
- height: 40px;
3883
-
3884
- &__wrapper {
3885
- @include flexbox();
3886
- @include justify-content(center);
3887
- @include align-items(center);
3888
- width: 100%;
3889
- height: 100%;
3890
- position: relative;
3891
-
3892
- &__icon {
3893
- font-size: 30px;
3894
- line-height: 18px;
3895
- color: $wac-second-color;
3896
- transition: color 0.3s ease, transform 0.3s ease;
3897
- }
3898
-
3899
- &__sublevel {
3900
- position: absolute;
3901
- min-width: 160px;
3902
- top: 100%;
3903
- right: 0;
3904
- z-index: -1;
3905
- opacity: 0;
3906
- background-color: $wac-white;
3907
- border-radius: rem(3);
3908
- box-shadow: 0px 2px 5px $wac-info-box-shadow;
3909
- visibility: hidden;
3910
- transition: opacity 0.15s ease, z-index 0.15s ease, visibility 0s linear .16s;
3911
-
3912
- &__container {
3913
- padding: 10px 10px;
3914
- border: 1px solid $wac-border-color;
3915
- border-radius: 3px;
3916
-
3917
- &__item {
3918
- padding: 5.7px 10px;
3919
- font-size: 14px;
3920
- line-height: 24px;
3921
- color: $wac-second-color;
3922
- cursor: pointer;
3923
- transition: background-color 0.3s ease, color 0.3s ease;
3924
- display: flex;
3925
- justify-content: flex-start;
3926
- align-items: center;
3927
- align-content: center;
3928
-
3929
- i {
3930
- min-width: 15px;
3931
- margin-right: 5px;
3932
- text-align: center;
3933
- }
3934
- span {
3935
- white-space: nowrap;
3936
- }
3937
-
3938
- &:hover {
3939
- background-color: $wac-gray-background;
3940
- transition: background-color 0.3s ease, color 0.3s ease;
3941
- color: $wac-input-active-color;
3942
- }
3943
- }
3944
- }
3945
- }
3946
-
3947
- &:hover {
3948
- .wac-dropdown__wrapper__icon {
3949
- color: $wac-wizishop-blue;
3950
- transform: rotate(90deg);
3951
- transition: color 0.3s ease, transform 0.3s ease;
3952
- }
3953
-
3954
- .wac-dropdown__wrapper__sublevel {
3955
- visibility: visible;
3956
- opacity: 1;
3957
- z-index: 2;
3958
- transition: visibility 0s ease 0s, opacity 0.3s ease .1s;
3959
- }
3960
- }
3961
- }
3962
- }
3874
+ .wac-dropdown {
3875
+ display: inline-block;
3876
+ width: 40px;
3877
+ height: 40px;
3878
+
3879
+ &__wrapper {
3880
+ @include flexbox();
3881
+ @include justify-content(center);
3882
+ @include align-items(center);
3883
+ width: 100%;
3884
+ height: 100%;
3885
+ position: relative;
3886
+
3887
+ &__icon {
3888
+ font-size: 30px;
3889
+ line-height: 18px;
3890
+ color: $wac-second-color;
3891
+ transition: color 0.3s ease, transform 0.3s ease;
3892
+ }
3893
+
3894
+ &__sublevel {
3895
+ position: absolute;
3896
+ min-width: 160px;
3897
+ top: 100%;
3898
+ right: 0;
3899
+ z-index: -1;
3900
+ opacity: 0;
3901
+ background-color: $wac-white;
3902
+ border-radius: rem(3);
3903
+ box-shadow: 0px 2px 5px $wac-info-box-shadow;
3904
+ visibility: hidden;
3905
+ transition: opacity 0.15s ease, z-index 0.15s ease, visibility 0s linear .16s;
3906
+
3907
+ &__container {
3908
+ padding: 10px 10px;
3909
+ border: 1px solid $wac-border-color;
3910
+ border-radius: 3px;
3911
+
3912
+ &__item {
3913
+ padding: 5.7px 10px;
3914
+ font-size: 14px;
3915
+ line-height: 24px;
3916
+ color: $wac-second-color;
3917
+ cursor: pointer;
3918
+ transition: background-color 0.3s ease, color 0.3s ease;
3919
+ display: flex;
3920
+ justify-content: flex-start;
3921
+ align-items: center;
3922
+ align-content: center;
3923
+
3924
+ i {
3925
+ min-width: 15px;
3926
+ margin-right: 5px;
3927
+ text-align: center;
3928
+ }
3929
+ span {
3930
+ white-space: nowrap;
3931
+ }
3932
+
3933
+ &:hover {
3934
+ background-color: $wac-gray-background;
3935
+ transition: background-color 0.3s ease, color 0.3s ease;
3936
+ color: $wac-input-active-color;
3937
+ }
3938
+ }
3939
+ }
3940
+ }
3941
+
3942
+ &:hover {
3943
+ .wac-dropdown__wrapper__icon {
3944
+ color: $wac-wizishop-blue;
3945
+ transform: rotate(90deg);
3946
+ transition: color 0.3s ease, transform 0.3s ease;
3947
+ }
3948
+
3949
+ .wac-dropdown__wrapper__sublevel {
3950
+ visibility: visible;
3951
+ opacity: 1;
3952
+ z-index: 2;
3953
+ transition: visibility 0s ease 0s, opacity 0.3s ease .1s;
3954
+ }
3955
+ }
3956
+ }
3957
+ }
3963
3958
  .wac-edit-in-place.nwb-wrapper {
3964
3959
  display: inline-block;
3965
3960
  position: relative;
@@ -4244,290 +4239,290 @@ wac-calendar {
4244
4239
  }
4245
4240
  }
4246
4241
  }
4247
- .wac-filters {
4242
+ .wac-filters {
4243
+ width: 100%;
4244
+ &__wrapper {
4245
+ width: 100%;
4246
+ display: flex;
4247
+ flex-wrap: wrap;
4248
+ justify-content: flex-start;
4249
+ align-items: center;
4250
+ align-content: center;
4251
+ button {
4252
+ position: relative;
4253
+ width: auto;
4254
+ display: flex;
4255
+ align-items: center;
4256
+ font-size: rem(14);
4257
+ line-height: rem(16);
4258
+ font-weight: 400;
4259
+ color: $wac-second-color;
4260
+ border: 1px solid $wac-border-light;
4261
+ border-radius: 3px;
4262
+ background: transparent;
4263
+ box-shadow: none;
4264
+ margin-bottom: rem(10);
4265
+ transition: 0.3s ease;
4266
+ cursor: pointer;
4267
+ padding: 12px 20px;
4268
+ .event {
4269
+ position: absolute;
4270
+ top: 0;
4271
+ left: 0;
4272
+ width: 100%;
4273
+ height: 100%;
4274
+ z-index: 2;
4275
+ display: inline-block;
4276
+ }
4277
+ i {
4278
+ color: $wac-main-text;
4279
+ font-size: rem(14);
4280
+ margin: 0 rem(10) 0 0;
4281
+ }
4282
+ &:hover,
4283
+ &:focus,
4284
+ &.active {
4285
+ border-color: $wac-wizishop-blue;
4286
+ color: $wac-main-text;
4287
+ }
4288
+ &:not(:last-child) {
4289
+ margin: 0 rem(10) rem(10) 0;
4290
+ }
4291
+ }
4292
+ > span {
4293
+ position: relative;
4294
+ color: $wac-link-color;
4295
+ display: inline-block;
4296
+ transition: 0.3s ease;
4297
+ font-size: rem(14);
4298
+ line-height: rem(16);
4299
+ margin: 0 0 0 rem(30);
4300
+ cursor: pointer;
4301
+ z-index: 1;
4302
+ &:before {
4303
+ content: '';
4304
+ display: block;
4305
+ position: absolute;
4306
+ width: 100%;
4307
+ max-width: 0;
4308
+ height: 1px;
4309
+ border-radius: 3px;
4310
+ background-color: darken($wac-link-color, 15%);
4311
+ left: 0;
4312
+ bottom: -2px;
4313
+ transition: 0.3s ease;
4314
+ }
4315
+ &:hover,
4316
+ &:focus {
4317
+ color: darken($wac-link-color, 15%);
4318
+ &:before {
4319
+ max-width: 100%;
4320
+ }
4321
+ }
4322
+ }
4323
+ }
4324
+ }
4325
+ .wac-free-popin {
4326
+ height: 100%;
4327
+ width: 100%;
4328
+ width: 100vw;
4329
+ height: 100vh;
4330
+ position: fixed;
4331
+ top: 0;
4332
+ left: 0;
4333
+
4334
+ &__wrapper {
4335
+ background-color: white;
4336
+ border: 1px solid $wac-border-color;
4337
+ border-radius: 3px;
4338
+ margin: auto;
4339
+ box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
4340
+ position: absolute;
4341
+ left: 50%;
4342
+ top: 50%;
4343
+ transform: translate(-50%, -50%);
4344
+ padding: 50px;
4345
+ z-index: 3;
4346
+ max-height: 90vh;
4347
+ display: flex;
4348
+ flex-wrap: nowrap;
4349
+ flex-direction: column;
4350
+ justify-content: center;
4351
+ align-items: center;
4352
+ width: 100%;
4353
+ max-width: 575px;
4354
+ overflow: hidden;
4355
+
4356
+ &__content {
4357
+ position: relative;
4358
+ overflow: hidden;
4359
+ display: flex;
4360
+ > * {
4361
+ height: auto;
4362
+ }
4363
+ }
4364
+
4365
+ div:not([class]) {
4366
+ width: 100%;
4367
+ margin: 0 0 17px;
4368
+ }
4369
+
4370
+ > * {
4371
+ width: 100%;
4372
+ }
4373
+
4374
+ &__button-close {
4375
+ position: absolute;
4376
+ top: 10px;
4377
+ right: 10px;
4378
+ width: 30px;
4379
+ height: 30px;
4380
+ border-radius: 50%;
4381
+ display: flex;
4382
+ justify-content: center;
4383
+ align-items: center;
4384
+ background-color: $wac-popin-btn-close;
4385
+ transition: .3s ease;
4386
+ i {
4387
+ color: $wac-second-color;
4388
+ font-size: 14px;
4389
+ font-weight: 400;
4390
+ }
4391
+ &:hover, &:focus {
4392
+ background-color: $wac-main-text;
4393
+ i {
4394
+ color: $wac-white;
4395
+ }
4396
+ }
4397
+ }
4398
+
4399
+ h1 {
4400
+ font-size: rem(30);
4401
+ line-height: rem(35);
4402
+ font-weight: 600;
4403
+ color: $wac-main-text;
4404
+ }
4405
+
4406
+ h2 {
4407
+ font-size: rem(18);
4408
+ line-height: rem(21);
4409
+ font-weight: 500;
4410
+ color: $wac-main-text;
4411
+ }
4412
+
4413
+ h3 {
4414
+ font-size: rem(16);
4415
+ line-height: rem(19);
4416
+ font-weight: 500;
4417
+ color: $wac-main-text;
4418
+ }
4419
+
4420
+ h4 {
4421
+ font-size: rem(14);
4422
+ line-height: rem(16);
4423
+ font-weight: 500;
4424
+ color: $wac-main-text;
4425
+ }
4426
+
4427
+ img {
4428
+ width: auto;
4429
+ height: auto;
4430
+ margin: 0 auto;
4431
+ }
4432
+
4433
+ &__title {
4434
+ font: normal normal bold 20px/25px sans-serif;
4435
+ color: $wac-main-text;
4436
+ }
4437
+
4438
+ &__buttons {
4439
+ width: 100%;
4440
+ display: flex;
4441
+ flex-direction: column;
4442
+ align-items: center;
4443
+ margin: 30px 0 0;
4444
+ &__button {
4445
+ margin: 10px;
4446
+ width: auto;
4447
+ }
4448
+ }
4449
+ }
4450
+ &__background {
4451
+ z-index: 1;
4452
+ position: absolute;
4453
+ top: 0;
4454
+ left: 0;
4455
+ width: 100%;
4456
+ height: 100%;
4457
+ background-color: transparentize($wac-main-text, .5);
4458
+ }
4459
+ }
4460
+
4461
+ .wac-free-popin .ps-content > * {
4462
+ padding-right: 15px;
4463
+ }
4464
+ .wac-google-preview {
4465
+ padding: 30px;
4466
+ border: 1px solid $wac-google-preview-border;
4248
4467
  width: 100%;
4249
- &__wrapper {
4468
+ display: flex;
4469
+ flex-direction: column;
4470
+ align-items: flex-start;
4471
+ justify-content: flex-start;
4472
+ font-family: 'Arial', sans-serif;
4473
+ overflow: hidden;
4474
+ &__url {
4250
4475
  width: 100%;
4251
- display: flex;
4252
- flex-wrap: wrap;
4253
- justify-content: flex-start;
4254
- align-items: center;
4255
- align-content: center;
4256
- button {
4257
- position: relative;
4258
- width: auto;
4476
+ white-space: nowrap;
4477
+ text-overflow: ellipsis;
4478
+ overflow: hidden;
4479
+ color: $wac-google-preview-url;
4480
+ font-size: rem(14);
4481
+ margin: 0 0 10px;
4482
+ line-height: rem(16);
4483
+ }
4484
+ &__title {
4485
+ width: 100%;
4486
+ color: $wac-google-preview-title;
4487
+ font-size: rem(20);
4488
+ line-height: rem(22);
4489
+ text-overflow: ellipsis;
4490
+ white-space: nowrap;
4491
+ overflow: hidden;
4492
+ margin: 0 0 rem(12);
4493
+ }
4494
+ &__description {
4495
+ width: 100%;
4496
+ font-size: rem(14);
4497
+ line-height: rem(24);
4498
+ overflow: hidden;
4499
+ color: $wac-google-preview-description;
4500
+ margin: 0;
4501
+ }
4502
+ }
4503
+ .wac-header-page {
4504
+ width: 100%;
4505
+ background-color: transparent;
4506
+ position: relative;
4507
+ z-index: 2;
4508
+ &__maxWidth {
4509
+ width: 100%;
4510
+ margin: 0 auto;
4511
+ &__top {
4512
+ width: 100%;
4259
4513
  display: flex;
4514
+ justify-content: space-between;
4260
4515
  align-items: center;
4261
- font-size: rem(14);
4262
- line-height: rem(16);
4263
- font-weight: 400;
4264
- color: $wac-second-color;
4265
- border: 1px solid $wac-border-light;
4266
- border-radius: 3px;
4267
- background: transparent;
4268
- box-shadow: none;
4269
- margin-bottom: rem(10);
4270
- transition: 0.3s ease;
4271
- cursor: pointer;
4272
- padding: 12px 20px;
4273
- .event {
4274
- position: absolute;
4275
- top: 0;
4276
- left: 0;
4277
- width: 100%;
4278
- height: 100%;
4279
- z-index: 2;
4280
- display: inline-block;
4281
- }
4282
- i {
4283
- color: $wac-main-text;
4284
- font-size: rem(14);
4285
- margin: 0 rem(10) 0 0;
4286
- }
4287
- &:hover,
4288
- &:focus,
4289
- &.active {
4290
- border-color: $wac-wizishop-blue;
4291
- color: $wac-main-text;
4516
+ margin: 0 0 27px;
4517
+ @include media('<tablet') {
4518
+ flex-direction: column;
4519
+ flex-wrap: wrap;
4520
+ justify-content: flex-start;
4521
+ align-items: flex-start;
4522
+ margin: 0;
4292
4523
  }
4293
- &:not(:last-child) {
4294
- margin: 0 rem(10) rem(10) 0;
4295
- }
4296
- }
4297
- > span {
4298
- position: relative;
4299
- color: $wac-link-color;
4300
- display: inline-block;
4301
- transition: 0.3s ease;
4302
- font-size: rem(14);
4303
- line-height: rem(16);
4304
- margin: 0 0 0 rem(30);
4305
- cursor: pointer;
4306
- z-index: 1;
4307
- &:before {
4308
- content: '';
4309
- display: block;
4310
- position: absolute;
4311
- width: 100%;
4312
- max-width: 0;
4313
- height: 1px;
4314
- border-radius: 3px;
4315
- background-color: darken($wac-link-color, 15%);
4316
- left: 0;
4317
- bottom: -2px;
4318
- transition: 0.3s ease;
4319
- }
4320
- &:hover,
4321
- &:focus {
4322
- color: darken($wac-link-color, 15%);
4323
- &:before {
4324
- max-width: 100%;
4325
- }
4326
- }
4327
- }
4328
- }
4329
- }
4330
- .wac-free-popin {
4331
- height: 100%;
4332
- width: 100%;
4333
- width: 100vw;
4334
- height: 100vh;
4335
- position: fixed;
4336
- top: 0;
4337
- left: 0;
4338
-
4339
- &__wrapper {
4340
- background-color: white;
4341
- border: 1px solid $wac-border-color;
4342
- border-radius: 3px;
4343
- margin: auto;
4344
- box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
4345
- position: absolute;
4346
- left: 50%;
4347
- top: 50%;
4348
- transform: translate(-50%, -50%);
4349
- padding: 50px;
4350
- z-index: 3;
4351
- max-height: 90vh;
4352
- display: flex;
4353
- flex-wrap: nowrap;
4354
- flex-direction: column;
4355
- justify-content: center;
4356
- align-items: center;
4357
- width: 100%;
4358
- max-width: 575px;
4359
- overflow: hidden;
4360
-
4361
- &__content {
4362
- position: relative;
4363
- overflow: hidden;
4364
- display: flex;
4365
- > * {
4366
- height: auto;
4367
- }
4368
- }
4369
-
4370
- div:not([class]) {
4371
- width: 100%;
4372
- margin: 0 0 17px;
4373
- }
4374
-
4375
- > * {
4376
- width: 100%;
4377
- }
4378
-
4379
- &__button-close {
4380
- position: absolute;
4381
- top: 10px;
4382
- right: 10px;
4383
- width: 30px;
4384
- height: 30px;
4385
- border-radius: 50%;
4386
- display: flex;
4387
- justify-content: center;
4388
- align-items: center;
4389
- background-color: $wac-popin-btn-close;
4390
- transition: .3s ease;
4391
- i {
4392
- color: $wac-second-color;
4393
- font-size: 14px;
4394
- font-weight: 400;
4395
- }
4396
- &:hover, &:focus {
4397
- background-color: $wac-main-text;
4398
- i {
4399
- color: $wac-white;
4400
- }
4401
- }
4402
- }
4403
-
4404
- h1 {
4405
- font-size: rem(30);
4406
- line-height: rem(35);
4407
- font-weight: 600;
4408
- color: $wac-main-text;
4409
- }
4410
-
4411
- h2 {
4412
- font-size: rem(18);
4413
- line-height: rem(21);
4414
- font-weight: 500;
4415
- color: $wac-main-text;
4416
- }
4417
-
4418
- h3 {
4419
- font-size: rem(16);
4420
- line-height: rem(19);
4421
- font-weight: 500;
4422
- color: $wac-main-text;
4423
- }
4424
-
4425
- h4 {
4426
- font-size: rem(14);
4427
- line-height: rem(16);
4428
- font-weight: 500;
4429
- color: $wac-main-text;
4430
- }
4431
-
4432
- img {
4433
- width: auto;
4434
- height: auto;
4435
- margin: 0 auto;
4436
- }
4437
-
4438
- &__title {
4439
- font: normal normal bold 20px/25px sans-serif;
4440
- color: $wac-main-text;
4441
- }
4442
-
4443
- &__buttons {
4444
- width: 100%;
4445
- display: flex;
4446
- flex-direction: column;
4447
- align-items: center;
4448
- margin: 30px 0 0;
4449
- &__button {
4450
- margin: 10px;
4451
- width: auto;
4452
- }
4453
- }
4454
- }
4455
- &__background {
4456
- z-index: 1;
4457
- position: absolute;
4458
- top: 0;
4459
- left: 0;
4460
- width: 100%;
4461
- height: 100%;
4462
- background-color: transparentize($wac-main-text, .5);
4463
- }
4464
- }
4465
-
4466
- .wac-free-popin .ps-content > * {
4467
- padding-right: 15px;
4468
- }
4469
- .wac-google-preview {
4470
- padding: 30px;
4471
- border: 1px solid $wac-google-preview-border;
4472
- width: 100%;
4473
- display: flex;
4474
- flex-direction: column;
4475
- align-items: flex-start;
4476
- justify-content: flex-start;
4477
- font-family: 'Arial', sans-serif;
4478
- overflow: hidden;
4479
- &__url {
4480
- width: 100%;
4481
- white-space: nowrap;
4482
- text-overflow: ellipsis;
4483
- overflow: hidden;
4484
- color: $wac-google-preview-url;
4485
- font-size: rem(14);
4486
- margin: 0 0 10px;
4487
- line-height: rem(16);
4488
- }
4489
- &__title {
4490
- width: 100%;
4491
- color: $wac-google-preview-title;
4492
- font-size: rem(20);
4493
- line-height: rem(22);
4494
- text-overflow: ellipsis;
4495
- white-space: nowrap;
4496
- overflow: hidden;
4497
- margin: 0 0 rem(12);
4498
- }
4499
- &__description {
4500
- width: 100%;
4501
- font-size: rem(14);
4502
- line-height: rem(24);
4503
- overflow: hidden;
4504
- color: $wac-google-preview-description;
4505
- margin: 0;
4506
- }
4507
- }
4508
- .wac-header-page {
4509
- width: 100%;
4510
- background-color: transparent;
4511
- position: relative;
4512
- z-index: 2;
4513
- &__maxWidth {
4514
- width: 100%;
4515
- margin: 0 auto;
4516
- &__top {
4517
- width: 100%;
4518
- display: flex;
4519
- justify-content: space-between;
4520
- align-items: center;
4521
- margin: 0 0 27px;
4522
- @include media('<tablet') {
4523
- flex-direction: column;
4524
- flex-wrap: wrap;
4525
- justify-content: flex-start;
4526
- align-items: flex-start;
4527
- margin: 0;
4528
- }
4529
- &.center {
4530
- justify-content: center;
4524
+ &.center {
4525
+ justify-content: center;
4531
4526
  }
4532
4527
  &__left {
4533
4528
  width: auto;
@@ -4625,89 +4620,89 @@ wac-calendar {
4625
4620
  }
4626
4621
  }
4627
4622
  }
4628
- .wac-image {
4629
- width: 60px;
4630
- height: 60px;
4631
-
4632
- &__wrapper {
4633
- @include flexbox();
4634
- @include justify-content(center);
4635
- @include align-items(center);
4636
- width: 100%;
4637
- height: 100%;
4638
- border-radius: 3px;
4639
- border: 1px solid $wac-border-light;
4640
- background-position: center;
4641
- background-size: contain;
4642
- background-repeat: no-repeat;
4643
-
4644
- &.empty {
4645
- background-color: $wac-gray-background;
4646
- }
4647
-
4648
- i {
4649
- color: $wac-border-form;
4650
- font-size: 25px;
4651
- line-height: 23px;
4652
- }
4653
- }
4654
- }
4655
- .wac-info {
4656
- display: inline-block;
4657
- width: 40px;
4658
- height: 40px;
4659
-
4660
- &__wrapper {
4661
- @include flexbox();
4662
- @include justify-content(center);
4663
- @include align-items(center);
4664
- width: 100%;
4665
- height: 100%;
4666
- position: relative;
4667
-
4668
- i {
4669
- font-size: 14px;
4670
- line-height: 25px;
4671
- color: $wac-second-color;
4672
- transition: color 0.3s ease-in-out;
4673
- }
4674
-
4675
- &__sublevel {
4676
- position: absolute;
4677
- width: 350px;
4678
- top: 13px;
4679
- left: 100%;
4680
- z-index: -1;
4681
- opacity: 0;
4682
- background-color: $wac-white;
4683
- border-radius: rem(3);
4684
- box-shadow: 0px 2px 5px $wac-info-box-shadow;
4685
- visibility: hidden;
4686
- transition: opacity 0.15s ease-in-out, z-index 0.15s ease-in-out, visibility 0s linear 0.16s;
4687
-
4688
- &__container {
4689
- padding: 15px 20px;
4690
- font-size: rem(14);
4691
- line-height: rem(25);
4692
- color: $wac-second-color;
4693
- }
4694
- }
4695
-
4696
- &:hover {
4697
- i {
4698
- color: $wac-input-active-color;
4699
- transition: color 0.3s ease-in-out;
4700
- }
4701
-
4702
- .wac-info__wrapper__sublevel {
4703
- visibility: visible;
4704
- opacity: 1;
4705
- z-index: 2;
4706
- transition: visibility 0s ease 0s, opacity 0.3s ease-in-out .1s;
4707
- }
4708
- }
4709
- }
4710
- }
4623
+ .wac-image {
4624
+ width: 60px;
4625
+ height: 60px;
4626
+
4627
+ &__wrapper {
4628
+ @include flexbox();
4629
+ @include justify-content(center);
4630
+ @include align-items(center);
4631
+ width: 100%;
4632
+ height: 100%;
4633
+ border-radius: 3px;
4634
+ border: 1px solid $wac-border-light;
4635
+ background-position: center;
4636
+ background-size: contain;
4637
+ background-repeat: no-repeat;
4638
+
4639
+ &.empty {
4640
+ background-color: $wac-gray-background;
4641
+ }
4642
+
4643
+ i {
4644
+ color: $wac-border-form;
4645
+ font-size: 25px;
4646
+ line-height: 23px;
4647
+ }
4648
+ }
4649
+ }
4650
+ .wac-info {
4651
+ display: inline-block;
4652
+ width: 40px;
4653
+ height: 40px;
4654
+
4655
+ &__wrapper {
4656
+ @include flexbox();
4657
+ @include justify-content(center);
4658
+ @include align-items(center);
4659
+ width: 100%;
4660
+ height: 100%;
4661
+ position: relative;
4662
+
4663
+ i {
4664
+ font-size: 14px;
4665
+ line-height: 25px;
4666
+ color: $wac-second-color;
4667
+ transition: color 0.3s ease-in-out;
4668
+ }
4669
+
4670
+ &__sublevel {
4671
+ position: absolute;
4672
+ width: 350px;
4673
+ top: 13px;
4674
+ left: 100%;
4675
+ z-index: -1;
4676
+ opacity: 0;
4677
+ background-color: $wac-white;
4678
+ border-radius: rem(3);
4679
+ box-shadow: 0px 2px 5px $wac-info-box-shadow;
4680
+ visibility: hidden;
4681
+ transition: opacity 0.15s ease-in-out, z-index 0.15s ease-in-out, visibility 0s linear 0.16s;
4682
+
4683
+ &__container {
4684
+ padding: 15px 20px;
4685
+ font-size: rem(14);
4686
+ line-height: rem(25);
4687
+ color: $wac-second-color;
4688
+ }
4689
+ }
4690
+
4691
+ &:hover {
4692
+ i {
4693
+ color: $wac-input-active-color;
4694
+ transition: color 0.3s ease-in-out;
4695
+ }
4696
+
4697
+ .wac-info__wrapper__sublevel {
4698
+ visibility: visible;
4699
+ opacity: 1;
4700
+ z-index: 2;
4701
+ transition: visibility 0s ease 0s, opacity 0.3s ease-in-out .1s;
4702
+ }
4703
+ }
4704
+ }
4705
+ }
4711
4706
  .wac-link {
4712
4707
  position: relative;
4713
4708
  color: $wac-link-color;
@@ -4761,110 +4756,110 @@ wac-calendar {
4761
4756
  transition: opacity .3s ease 0s, visibility 0s linear .35s;
4762
4757
  }
4763
4758
  }
4764
- .wac-loader {
4765
- &.is-small {
4766
- position: absolute;
4767
- right: 0;
4768
- left: 0;
4769
- top: -70px;
4770
- transform: scale(0.6);
4771
- }
4772
- margin-bottom: rem(80);
4773
-
4774
- @keyframes rotate {
4775
- 0% {
4776
- transform: rotate(0deg);
4777
- }
4778
- 50% {
4779
- transform: rotate(180deg);
4780
- }
4781
- 100% {
4782
- transform: rotate(360deg);
4783
- }
4784
- }
4785
-
4786
- @keyframes rotate2 {
4787
- 0% {
4788
- transform: rotate(0deg);
4789
- border-top-color: $wac-color-loader;
4790
- }
4791
- 50% {
4792
- transform: rotate(180deg);
4793
- border-top-color: $wac-color-loader2;
4794
- }
4795
- 100% {
4796
- transform: rotate(360deg);
4797
- border-top-color: $wac-color-loader;
4798
- }
4799
- }
4800
-
4801
- @mixin loaderDivMixin {
4802
- border-radius: 50%;
4803
- padding: rem(8);
4804
- border: rem(2) solid transparent;
4805
- animation: rotate linear 3.5s infinite;
4806
- }
4807
-
4808
- .loader {
4809
- position: relative;
4810
- margin: rem(75) auto;
4811
- width: rem(150);
4812
- height: rem(150);
4813
- display: block;
4814
- overflow: hidden;
4815
- div {
4816
- height: 100%;
4817
- }
4818
- }
4819
-
4820
- /* loader 1 */
4821
- .loader1,
4822
- .loader1 div {
4823
- @include loaderDivMixin;
4824
- border-top-color: $wac-color-loader;
4825
- border-bottom-color: $wac-color-loader2;
4826
- }
4827
-
4828
- div:hover {
4829
- animation-play-state: paused;
4830
- }
4831
-
4832
- .loader,
4833
- .loader * {
4834
- will-change: transform;
4835
- }
4836
-
4837
- p {
4838
- margin-top: -50px;
4839
- font-weight: 500;
4840
- }
4841
- }
4842
- .wac-logo {
4843
- &__wrapper {
4844
- svg {
4845
- width: 128px !important;
4846
- }
4847
-
4848
- &.white {
4849
- .cls-0,
4850
- .cls-1,
4851
- .cls-2 {
4852
- fill: white;
4853
- }
4854
- }
4855
- }
4856
- }
4857
- .wac-mosaic {
4858
- height: 450px;
4859
- position: relative;
4860
- &__loader {
4861
- min-height: 450px;
4862
- width: 100%;
4863
- @include media('>tablet') {
4864
- flex-direction: row;
4865
- width: calc(100% + 10px);
4866
- transform: translateX(-5px);
4867
- }
4759
+ .wac-loader {
4760
+ &.is-small {
4761
+ position: absolute;
4762
+ right: 0;
4763
+ left: 0;
4764
+ top: -70px;
4765
+ transform: scale(0.6);
4766
+ }
4767
+ margin-bottom: rem(80);
4768
+
4769
+ @keyframes rotate {
4770
+ 0% {
4771
+ transform: rotate(0deg);
4772
+ }
4773
+ 50% {
4774
+ transform: rotate(180deg);
4775
+ }
4776
+ 100% {
4777
+ transform: rotate(360deg);
4778
+ }
4779
+ }
4780
+
4781
+ @keyframes rotate2 {
4782
+ 0% {
4783
+ transform: rotate(0deg);
4784
+ border-top-color: $wac-color-loader;
4785
+ }
4786
+ 50% {
4787
+ transform: rotate(180deg);
4788
+ border-top-color: $wac-color-loader2;
4789
+ }
4790
+ 100% {
4791
+ transform: rotate(360deg);
4792
+ border-top-color: $wac-color-loader;
4793
+ }
4794
+ }
4795
+
4796
+ @mixin loaderDivMixin {
4797
+ border-radius: 50%;
4798
+ padding: rem(8);
4799
+ border: rem(2) solid transparent;
4800
+ animation: rotate linear 3.5s infinite;
4801
+ }
4802
+
4803
+ .loader {
4804
+ position: relative;
4805
+ margin: rem(75) auto;
4806
+ width: rem(150);
4807
+ height: rem(150);
4808
+ display: block;
4809
+ overflow: hidden;
4810
+ div {
4811
+ height: 100%;
4812
+ }
4813
+ }
4814
+
4815
+ /* loader 1 */
4816
+ .loader1,
4817
+ .loader1 div {
4818
+ @include loaderDivMixin;
4819
+ border-top-color: $wac-color-loader;
4820
+ border-bottom-color: $wac-color-loader2;
4821
+ }
4822
+
4823
+ div:hover {
4824
+ animation-play-state: paused;
4825
+ }
4826
+
4827
+ .loader,
4828
+ .loader * {
4829
+ will-change: transform;
4830
+ }
4831
+
4832
+ p {
4833
+ margin-top: -50px;
4834
+ font-weight: 500;
4835
+ }
4836
+ }
4837
+ .wac-logo {
4838
+ &__wrapper {
4839
+ svg {
4840
+ width: 128px !important;
4841
+ }
4842
+
4843
+ &.white {
4844
+ .cls-0,
4845
+ .cls-1,
4846
+ .cls-2 {
4847
+ fill: white;
4848
+ }
4849
+ }
4850
+ }
4851
+ }
4852
+ .wac-mosaic {
4853
+ height: 450px;
4854
+ position: relative;
4855
+ &__loader {
4856
+ min-height: 450px;
4857
+ width: 100%;
4858
+ @include media('>tablet') {
4859
+ flex-direction: row;
4860
+ width: calc(100% + 10px);
4861
+ transform: translateX(-5px);
4862
+ }
4868
4863
  }
4869
4864
  &__wrapper {
4870
4865
  width: 100%;
@@ -4994,6 +4989,330 @@ wac-calendar {
4994
4989
  background-position: 1080px 0
4995
4990
  }
4996
4991
  }
4992
+ .wac-multiple-search {
4993
+ width: 100%;
4994
+ min-height: 50px;
4995
+ border-radius: 3px;
4996
+ background-color: $wac-white;
4997
+ position: relative;
4998
+ z-index: 2;
4999
+ border: 1px solid $wac-border-light;
5000
+ transition: 0.3s ease;
5001
+ &.open {
5002
+ border-color: $wac-wizishop-blue;
5003
+ }
5004
+ &__wrapper {
5005
+ position: relative;
5006
+ display: flex;
5007
+ justify-content: space-between;
5008
+ align-items: stretch;
5009
+ align-content: stretch;
5010
+ flex-wrap: nowrap;
5011
+ @include media('<tablet') {
5012
+ padding: 0 12px;
5013
+ }
5014
+ &__left {
5015
+ width: auto;
5016
+ display: flex;
5017
+ justify-content: space-between;
5018
+ align-content: center;
5019
+ align-items: center;
5020
+ flex-wrap: nowrap;
5021
+ position: relative;
5022
+ min-height: 50px;
5023
+ transition: background-color 0.3s ease;
5024
+ background-color: $wac-select-icon-background;
5025
+ &__background {
5026
+ position: absolute;
5027
+ width: 100%;
5028
+ left: 0;
5029
+ top: 0;
5030
+ height: 100%;
5031
+ opacity: 0;
5032
+ z-index: 4;
5033
+ transition: opacity 0.3s ease;
5034
+ cursor: pointer;
5035
+ }
5036
+ > span {
5037
+ color: $wac-second-color;
5038
+ white-space: nowrap;
5039
+ font-size: rem(14);
5040
+ line-height: rem(16);
5041
+ margin: 0 40px 0 20px;
5042
+ transition: 0.3s ease;
5043
+ position: relative;
5044
+ z-index: 2;
5045
+ cursor: pointer;
5046
+ @include media('<tablet') {
5047
+ text-indent: -9999999px;
5048
+ margin: 0;
5049
+ width: 11px;
5050
+ }
5051
+ }
5052
+ > i {
5053
+ transition: 0.3s ease;
5054
+ position: relative;
5055
+ z-index: 2;
5056
+ cursor: pointer;
5057
+ &:nth-child(2) {
5058
+ font-size: rem(10);
5059
+ color: $wac-main-text;
5060
+ margin: 0 20px 0 0;
5061
+ @include media('<tablet') {
5062
+ margin: 0 10px 0 0;
5063
+ }
5064
+ }
5065
+ }
5066
+ &__select {
5067
+ position: absolute;
5068
+ top: 50px;
5069
+ width: 100%;
5070
+ left: 0;
5071
+ margin-top: 11px;
5072
+ background-color: $wac-white;
5073
+ z-index: 3;
5074
+ box-shadow: 3px 3px 20px $wac-multiple-search-box-shadow;
5075
+ border-radius: 3px;
5076
+ border: 1px solid $wac-border-light;
5077
+ padding: 10px;
5078
+ min-width: 340px;
5079
+ &__item {
5080
+ width: 100%;
5081
+ font-size: rem(14);
5082
+ line-height: rem(30);
5083
+ cursor: pointer;
5084
+ transition: 0.3s ease;
5085
+ position: relative;
5086
+ padding: 0 10px;
5087
+ &:nth-child(2n) {
5088
+ background-color: $wac-gray-background;
5089
+ }
5090
+ &:not(:last-child) {
5091
+ margin: 0 0 rem(10);
5092
+ }
5093
+ span {
5094
+ color: $wac-main-text;
5095
+ font-size: rem(12);
5096
+ text-align: left;
5097
+ }
5098
+ &:hover,
5099
+ &:focus {
5100
+ background-color: darken($wac-gray-background, 15%);
5101
+ color: $wac-main-text;
5102
+ }
5103
+ }
5104
+ }
5105
+ &:hover,
5106
+ &:focus,
5107
+ &.open {
5108
+ background-color: $wac-hover-multiple-search;
5109
+ }
5110
+ }
5111
+ &__right {
5112
+ width: 100%;
5113
+ min-height: 50px;
5114
+ position: relative;
5115
+ form {
5116
+ width: 100%;
5117
+ }
5118
+ input {
5119
+ background: transparent;
5120
+ border: none;
5121
+ color: $wac-main-text;
5122
+ font-size: rem(14);
5123
+ height: 50px;
5124
+ line-height: 50px;
5125
+ padding: 0 20px 0 48px;
5126
+ font-weight: 400;
5127
+ width: 100%;
5128
+ @include media('<tablet') {
5129
+ padding: 0 0 0 10px;
5130
+ }
5131
+ &::-webkit-input-placeholder {
5132
+ /* Chrome/Opera/Safari */
5133
+ color: $wac-multiple-search-input-color;
5134
+ opacity: 1;
5135
+ font-weight: 400;
5136
+ @include media('<tablet') {
5137
+ font-size: rem(11);
5138
+ }
5139
+ }
5140
+ &::-moz-placeholder {
5141
+ /* Firefox 19+ */
5142
+ color: $wac-multiple-search-input-color;
5143
+ opacity: 1;
5144
+ font-weight: 400;
5145
+ @include media('<tablet') {
5146
+ font-size: rem(11);
5147
+ }
5148
+ }
5149
+ &:-ms-input-placeholder {
5150
+ /* IE 10+ */
5151
+ color: $wac-multiple-search-input-color;
5152
+ opacity: 1;
5153
+ font-weight: 400;
5154
+ @include media('<tablet') {
5155
+ font-size: rem(11);
5156
+ }
5157
+ }
5158
+ &:-moz-placeholder {
5159
+ /* Firefox 18- */
5160
+ color: $wac-multiple-search-input-color;
5161
+ opacity: 1;
5162
+ font-weight: 400;
5163
+ @include media('<tablet') {
5164
+ font-size: rem(11);
5165
+ }
5166
+ }
5167
+ &:focus {
5168
+ & + button i {
5169
+ color: $wac-main-text;
5170
+ }
5171
+ &::-webkit-input-placeholder {
5172
+ /* Chrome/Opera/Safari */
5173
+ color: $wac-white;
5174
+ opacity: 1;
5175
+ }
5176
+ &::-moz-placeholder {
5177
+ /* Firefox 19+ */
5178
+ color: $wac-white;
5179
+ opacity: 1;
5180
+ }
5181
+ &:-ms-input-placeholder {
5182
+ /* IE 10+ */
5183
+ color: $wac-white;
5184
+ opacity: 1;
5185
+ }
5186
+ &:-moz-placeholder {
5187
+ /* Firefox 18- */
5188
+ color: $wac-white;
5189
+ opacity: 1;
5190
+ }
5191
+ }
5192
+ }
5193
+ button {
5194
+ display: flex;
5195
+ align-items: center;
5196
+ align-content: center;
5197
+ justify-content: center;
5198
+ width: 18px;
5199
+ height: 18px;
5200
+ border-radius: 3px;
5201
+ position: absolute;
5202
+ left: 20px;
5203
+ top: 50%;
5204
+ transform: translateY(-50%);
5205
+ border: none;
5206
+ cursor: pointer;
5207
+ background-color: $wac-white;
5208
+ i {
5209
+ font-size: rem(18);
5210
+ color: $wac-color-icon-search-multiple-search;
5211
+ transition: 0.3s ease;
5212
+ }
5213
+ &:hover {
5214
+ i {
5215
+ color: $wac-wizishop-blue !important;
5216
+ }
5217
+ }
5218
+ }
5219
+ }
5220
+ }
5221
+ &__error {
5222
+ position: absolute;
5223
+ top: 100%;
5224
+ margin-top: 10px;
5225
+ width: auto;
5226
+ right: 0;
5227
+ height: 30px;
5228
+ line-height: 30px;
5229
+ text-align: center;
5230
+ background-color: $wac-multiple-search-error;
5231
+ color: $wac-white;
5232
+ font-size: rem(16);
5233
+ font-weight: 500;
5234
+ white-space: nowrap;
5235
+ padding: 0 20px;
5236
+ border-radius: 3px;
5237
+ }
5238
+ }
5239
+ .wac-multiple-search-plus {
5240
+
5241
+ &.disabled {
5242
+ pointer-events: none;
5243
+ position: relative;
5244
+ &:after {
5245
+ content: '';
5246
+ display: block;
5247
+ position: absolute;
5248
+ top: 0;
5249
+ left: 0;
5250
+ width: 100%;
5251
+ height: 52px;
5252
+ opacity: .45;
5253
+ background-color: $wac-background-color-disabled;
5254
+ z-index: 2;
5255
+ }
5256
+ }
5257
+
5258
+ &__wrapper {
5259
+ margin: rem(14) 0;
5260
+ width: fit-content;
5261
+
5262
+ &__block {
5263
+
5264
+ display: flex;
5265
+ align-items: center;
5266
+ justify-content: space-between;
5267
+ align-content: center;
5268
+ color: $wac-white;
5269
+ font-size: rem(14);
5270
+ line-height: rem(16);
5271
+ border-radius: rem(3);
5272
+ padding: rem(8) rem(15);
5273
+ font-weight: 500;
5274
+ transition: 0.3s ease;
5275
+ margin: rem(10) 0;
5276
+
5277
+ .wac-text {
5278
+ margin: 0;
5279
+ }
5280
+
5281
+ :nth-child(n){
5282
+ padding: 0 3px;
5283
+ }
5284
+
5285
+ i {
5286
+ color: $wac-white;
5287
+ font-weight: 400;
5288
+ margin: 0 0 0 rem(15);
5289
+ font-size: rem(13);
5290
+ cursor: pointer;
5291
+ }
5292
+
5293
+ &.default {
5294
+ background-color: $wac-tag-default;
5295
+ border: 1px solid $wac-border-light;
5296
+ color: $wac-second-color;
5297
+ font-weight: 400;
5298
+ i {
5299
+ color: $wac-border-form;
5300
+ }
5301
+ &.hover:hover,
5302
+ &.hover:focus {
5303
+ background-color: darken($wac-tag-default, 15%);
5304
+ color: $wac-main-text;
5305
+ i {
5306
+ color: $wac-main-text;
5307
+ }
5308
+ }
5309
+ }
5310
+
5311
+ }
5312
+ }
5313
+
5314
+ }
5315
+
4997
5316
  .wac-multiple-search {
4998
5317
  width: 100%;
4999
5318
  min-height: 50px;
@@ -5082,6 +5401,7 @@ wac-calendar {
5082
5401
  padding: 10px;
5083
5402
  min-width: 340px;
5084
5403
  &__item {
5404
+ display: inline-flex;
5085
5405
  width: 100%;
5086
5406
  font-size: rem(14);
5087
5407
  line-height: rem(30);
@@ -5089,6 +5409,12 @@ wac-calendar {
5089
5409
  transition: 0.3s ease;
5090
5410
  position: relative;
5091
5411
  padding: 0 10px;
5412
+ .wac-text {
5413
+ margin: 0;
5414
+ }
5415
+ :nth-child(n) {
5416
+ padding: 2px;
5417
+ }
5092
5418
  &:nth-child(2n) {
5093
5419
  background-color: $wac-gray-background;
5094
5420
  }
@@ -5130,6 +5456,9 @@ wac-calendar {
5130
5456
  padding: 0 20px 0 48px;
5131
5457
  font-weight: 400;
5132
5458
  width: 100%;
5459
+ @include media('<tablet') {
5460
+ padding: 0 0 0 10px;
5461
+ }
5133
5462
  &::-webkit-input-placeholder {
5134
5463
  /* Chrome/Opera/Safari */
5135
5464
  color: $wac-multiple-search-input-color;
@@ -5238,705 +5567,374 @@ wac-calendar {
5238
5567
  border-radius: 3px;
5239
5568
  }
5240
5569
  }
5241
- .wac-multiple-search-plus {
5242
5570
 
5243
- &.disabled {
5244
- pointer-events: none;
5571
+ .wac-table__body__loader + div {
5572
+ display: none;
5573
+ }
5574
+ wac-optional-disable-container {
5245
5575
  position: relative;
5246
- &:after {
5247
- content: '';
5248
- display: block;
5249
- position: absolute;
5250
- top: 0;
5251
- left: 0;
5252
- width: 100%;
5253
- height: 52px;
5254
- opacity: .45;
5255
- background-color: $wac-background-color-disabled;
5256
- z-index: 2;
5257
- }
5258
- }
5259
-
5260
- &__wrapper {
5261
- margin: rem(14) 0;
5262
- width: fit-content;
5263
-
5264
- &__block {
5576
+ .wac-optional-disable-container {
5577
+ &__disabledSection {
5578
+ display: block;
5579
+ position: absolute;
5580
+ top: 0;
5581
+ left: 0;
5582
+ width: 100%;
5583
+ height: 100%;
5584
+ z-index: 9999;
5585
+ border-radius: 3px;
5586
+ cursor: not-allowed;
5265
5587
 
5266
- display: flex;
5267
- align-items: center;
5268
- justify-content: space-between;
5269
- align-content: center;
5270
- color: $wac-white;
5588
+ &:before {
5589
+ display: block;
5590
+ position: absolute;
5591
+ top: 0;
5592
+ left: 0;
5593
+ width: 100%;
5594
+ height: 100%;
5595
+ content: '';
5596
+ background-color: $wac-gray-background;
5597
+ opacity: 0.5;
5598
+ pointer-events: none;
5599
+ }
5600
+ }
5601
+ }
5602
+ }.wac-pagination {
5603
+ width: 100%;
5604
+
5605
+ &__wrapper {
5606
+ @include flexbox();
5607
+ @include justify-content(flex-end);
5608
+ padding: 30px 0 0;
5609
+
5610
+ &__page {
5611
+ margin-right: 30px;
5612
+ padding: 4px 0 5px 0;
5613
+
5614
+ @include flexbox();
5615
+
5616
+ p {
5617
+ margin: 4px 11px 4px 0;
5618
+ font-size: 14px;
5619
+ line-height: 24px;
5620
+ color: $wac-second-color;
5621
+ }
5622
+
5623
+ select {
5624
+ width: 61px;
5625
+ font-size: 14px;
5626
+ line-height: 24px;
5627
+ color: $wac-second-color;
5628
+ padding: 3px 26px 3px 14px;
5629
+ border: 1px solid $wac-border-form;
5630
+ border-radius: 3px;
5631
+ -webkit-appearance: none;
5632
+ -moz-appearance: none;
5633
+ text-indent: 0;
5634
+ text-overflow: '';
5635
+ background: transparent
5636
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
5637
+ top 8px right 12px / 10px 10px no-repeat;
5638
+ }
5639
+
5640
+ select::-ms-expand {
5641
+ display: none;
5642
+ }
5643
+ }
5644
+
5645
+ &__elements {
5646
+ margin-right: 30px;
5647
+
5648
+ p {
5649
+ margin: 8px 0 9px 0;
5650
+ font-size: 14px;
5651
+ line-height: 24px;
5652
+ color: $wac-dark;
5653
+ }
5654
+ }
5655
+
5656
+ &__arrows {
5657
+ @include flexbox();
5658
+
5659
+ &__arrow {
5660
+ width: 40px;
5661
+ height: 40px;
5662
+ padding: 9px 14px;
5663
+ border: 1px solid $wac-border-form;
5664
+ border-radius: 3px;
5665
+ cursor: pointer;
5666
+ transition: .3s ease;
5667
+
5668
+ &:hover, &:focus {
5669
+ &:not(.wac-pagination__wrapper__arrows__arrow--disabled) {
5670
+ border: 1px solid $wac-wizishop-blue;
5671
+ }
5672
+ }
5673
+
5674
+ span {
5675
+ display: inline-block;
5676
+ width: 10px;
5677
+ height: 15px;
5678
+ }
5679
+
5680
+ &--left {
5681
+ margin-right: 10px;
5682
+
5683
+ span {
5684
+ background: transparent
5685
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-left' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E")
5686
+ center center / 10px 12px no-repeat;
5687
+ }
5688
+ }
5689
+
5690
+ &--right {
5691
+ span {
5692
+ background: transparent
5693
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-right' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E")
5694
+ center center / 10px 12px no-repeat;
5695
+ }
5696
+ }
5697
+
5698
+ &--disabled {
5699
+ border-color: $wac-background-color;
5700
+ background-color: $wac-background-color;
5701
+ cursor: not-allowed;
5702
+ }
5703
+ }
5704
+ }
5705
+ }
5706
+ }
5707
+ .wac-free {
5708
+ height: 100%;
5709
+ width: 100%;
5710
+ width: 100vw;
5711
+ height: 100vh;
5712
+ position: fixed;
5713
+ top: 0;
5714
+ left: 0;
5715
+ z-index: 9999;
5716
+
5717
+ &__wrapper {
5718
+ background-color: white;
5719
+ border: 1px solid $wac-border-color;
5720
+ border-radius: 3px;
5721
+ margin: auto;
5722
+ box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
5723
+ position: absolute;
5724
+ left: 50%;
5725
+ top: 50%;
5726
+ transform: translate(-50%, -50%);
5727
+ padding: 50px;
5728
+ z-index: 3;
5729
+ max-height: 90vh;
5730
+ display: flex;
5731
+ flex-wrap: nowrap;
5732
+ flex-direction: column;
5733
+ justify-content: center;
5734
+ align-items: center;
5735
+ width: 100%;
5736
+ max-width: 575px;
5737
+ overflow: hidden;
5738
+
5739
+ &__content {
5740
+ position: relative;
5741
+ overflow: hidden;
5742
+ display: flex;
5743
+
5744
+ }
5745
+
5746
+ div:not([class]) {
5747
+ width: 100%;
5748
+ margin: 0 0 20px;
5749
+ }
5750
+
5751
+ > * {
5752
+ width: 100%;
5753
+ }
5754
+
5755
+ &__button-close {
5756
+ position: absolute;
5757
+ top: 10px;
5758
+ right: 10px;
5759
+ width: 30px;
5760
+ height: 30px;
5761
+ border-radius: 50%;
5762
+ display: flex;
5763
+ justify-content: center;
5764
+ align-items: center;
5765
+ background-color: $wac-popin-btn-close;
5766
+ transition: .3s ease;
5767
+ i {
5768
+ color: $wac-second-color;
5769
+ font-size: 14px;
5770
+ font-weight: 400;
5771
+ }
5772
+ &:hover, &:focus {
5773
+ background-color: $wac-main-text;
5774
+ i {
5775
+ color: $wac-white;
5776
+ }
5777
+ }
5778
+ }
5779
+
5780
+ img {
5781
+ display: block;
5782
+ max-width: 200px;
5783
+ margin: 0 auto rem(20);
5784
+ }
5785
+
5786
+ h2 {
5787
+ font-size: rem(20);
5788
+ line-height: rem(25);
5789
+ margin: 0 0 rem(20);
5790
+ font-weight: 500;
5791
+ width: 100%;
5792
+ text-align: center;
5793
+ }
5794
+
5795
+ p {
5796
+ font-size: rem(14);
5797
+ line-height: rem(25);
5798
+ color: $wac-second-color;
5799
+ width: 100%;
5800
+ text-align: center;
5801
+ padding: 0;
5802
+ margin: 0;
5803
+ }
5804
+
5805
+ &__buttons {
5806
+ width: 100%;
5807
+ display: flex;
5808
+ flex-direction: column;
5809
+ align-items: center;
5810
+ margin: 30px 0 0;
5811
+ &__button {
5812
+ margin: 10px;
5813
+ width: auto;
5814
+ }
5815
+ }
5816
+ }
5817
+ &__background {
5818
+ z-index: 1;
5819
+ position: absolute;
5820
+ top: 0;
5821
+ left: 0;
5822
+ width: 100%;
5823
+ height: 100%;
5824
+ background-color: transparentize($wac-main-text, .5);
5825
+ }
5826
+ }
5827
+
5828
+ .wac-free .ps-content > * {
5829
+ padding-right: 15px;
5830
+ }
5831
+ .wac-progressBarContent {
5832
+ position: relative;
5833
+ width: 100%;
5834
+ display: block;
5835
+ .progressBar {
5836
+ position: relative;
5837
+ width: 88%;
5838
+ margin-bottom: 1rem;
5839
+ progress {
5840
+ &.progress {
5841
+ margin-bottom: 0;
5842
+ height: rem(2);
5843
+ &::-webkit-progress-value {
5844
+ transition: width 0.5s ease;
5845
+ }
5846
+ }
5847
+ }
5848
+ span {
5849
+ position: absolute;
5850
+ top: -4px;
5851
+ height: 11px;
5852
+ width: 11px;
5853
+ background-color: $wac-border-color;
5854
+ border-radius: 50%;
5855
+ }
5856
+ .is-danger {
5857
+ background-color: $wac-primary-button;
5858
+ &::-webkit-progress-value {
5859
+ background-color: $wac-primary-button;
5860
+ }
5861
+ }
5862
+ .is-warning {
5863
+ background-color: $wac-orange-color;
5864
+ &::-webkit-progress-value {
5865
+ background-color: $wac-orange-color;
5866
+ }
5867
+ }
5868
+ .is-success {
5869
+ background-color: $wac-green-color;
5870
+ &::-webkit-progress-value {
5871
+ background-color: $wac-green-color;
5872
+ }
5873
+ }
5874
+ }
5875
+ .size {
5876
+ display: inline;
5877
+ color: $wac-color-text-grey;
5878
+ position: absolute;
5879
+ right: 0;
5880
+ top: -9px;
5881
+ background: $wac-white;
5882
+ padding-left: 0.875rem;
5883
+ .is-success {
5884
+ color: $wac-green-color;
5885
+ }
5886
+ .is-warning {
5887
+ color: $wac-orange-color;
5888
+ }
5889
+ .is-danger {
5890
+ color: $wac-primary-button;
5891
+ }
5892
+ > span {
5893
+ font-size: rem(14) !important;
5894
+ line-height: 1;
5895
+ transform: translateY(-3px);
5896
+ display: inline-block;
5897
+ letter-spacing: 0;
5898
+ strong {
5899
+ letter-spacing: 0;
5900
+ font-weight: 600;
5901
+ }
5902
+ }
5903
+ }
5904
+ }
5905
+ .wac-radio {
5906
+ .is-checkradio[type='radio'] {
5907
+ outline: 0 !important;
5908
+ & + label {
5271
5909
  font-size: rem(14);
5272
- line-height: rem(16);
5273
- border-radius: rem(3);
5274
- padding: rem(8) rem(15);
5275
- font-weight: 500;
5276
- transition: 0.3s ease;
5277
- margin: rem(10) 0;
5278
-
5279
- .wac-text {
5280
- margin: 0;
5910
+ line-height: rem(24);
5911
+ color: $wac-input-radio-color-label;
5912
+ padding-left: 30px;
5913
+ padding-right: 6px;
5914
+ margin-right: 0;
5915
+ outline: 0 !important;
5916
+ &:before {
5917
+ width: 22px;
5918
+ height: 22px;
5919
+ border: 1px solid $wac-border-form;
5920
+ border-radius: 23px;
5921
+ top: 1px;
5281
5922
  }
5282
-
5283
- :nth-child(n){
5284
- padding: 0 3px;
5923
+ &:after {
5924
+ width: 32px;
5925
+ height: 32px;
5926
+ background: $wac-input-active-color;
5927
+ top: -4px;
5928
+ left: -5px;
5285
5929
  }
5286
-
5287
- i {
5288
- color: $wac-white;
5289
- font-weight: 400;
5290
- margin: 0 0 0 rem(15);
5291
- font-size: rem(13);
5292
- cursor: pointer;
5930
+ &:before,
5931
+ &:after {
5932
+ outline: 0 !important;
5293
5933
  }
5294
-
5295
- &.default {
5296
- background-color: $wac-tag-default;
5297
- border: 1px solid $wac-border-light;
5298
- color: $wac-second-color;
5299
- font-weight: 400;
5300
- i {
5301
- color: $wac-border-form;
5302
- }
5303
- &.hover:hover,
5304
- &.hover:focus {
5305
- background-color: darken($wac-tag-default, 15%);
5306
- color: $wac-main-text;
5307
- i {
5308
- color: $wac-main-text;
5309
- }
5310
- }
5311
- }
5312
-
5313
- }
5314
- }
5315
-
5316
- }
5317
-
5318
- .wac-multiple-search {
5319
- width: 100%;
5320
- min-height: 50px;
5321
- border-radius: 3px;
5322
- background-color: $wac-white;
5323
- position: relative;
5324
- z-index: 2;
5325
- border: 1px solid $wac-border-light;
5326
- transition: 0.3s ease;
5327
- &.open {
5328
- border-color: $wac-wizishop-blue;
5329
- }
5330
- &__wrapper {
5331
- position: relative;
5332
- display: flex;
5333
- justify-content: space-between;
5334
- align-items: stretch;
5335
- align-content: stretch;
5336
- flex-wrap: nowrap;
5337
- @include media('<tablet') {
5338
- padding: 0 12px;
5339
- }
5340
- &__left {
5341
- width: auto;
5342
- display: flex;
5343
- justify-content: space-between;
5344
- align-content: center;
5345
- align-items: center;
5346
- flex-wrap: nowrap;
5347
- position: relative;
5348
- min-height: 50px;
5349
- transition: background-color 0.3s ease;
5350
- background-color: $wac-select-icon-background;
5351
- &__background {
5352
- position: absolute;
5353
- width: 100%;
5354
- left: 0;
5355
- top: 0;
5356
- height: 100%;
5357
- opacity: 0;
5358
- z-index: 4;
5359
- transition: opacity 0.3s ease;
5360
- cursor: pointer;
5361
- }
5362
- > span {
5363
- color: $wac-second-color;
5364
- white-space: nowrap;
5365
- font-size: rem(14);
5366
- line-height: rem(16);
5367
- margin: 0 40px 0 20px;
5368
- transition: 0.3s ease;
5369
- position: relative;
5370
- z-index: 2;
5371
- cursor: pointer;
5372
- @include media('<tablet') {
5373
- text-indent: -9999999px;
5374
- margin: 0;
5375
- width: 11px;
5376
- }
5377
- }
5378
- > i {
5379
- transition: 0.3s ease;
5380
- position: relative;
5381
- z-index: 2;
5382
- cursor: pointer;
5383
- &:nth-child(2) {
5384
- font-size: rem(10);
5385
- color: $wac-main-text;
5386
- margin: 0 20px 0 0;
5387
- @include media('<tablet') {
5388
- margin: 0 10px 0 0;
5389
- }
5390
- }
5391
- }
5392
- &__select {
5393
- position: absolute;
5394
- top: 50px;
5395
- width: 100%;
5396
- left: 0;
5397
- margin-top: 11px;
5398
- background-color: $wac-white;
5399
- z-index: 3;
5400
- box-shadow: 3px 3px 20px $wac-multiple-search-box-shadow;
5401
- border-radius: 3px;
5402
- border: 1px solid $wac-border-light;
5403
- padding: 10px;
5404
- min-width: 340px;
5405
- &__item {
5406
- display: inline-flex;
5407
- width: 100%;
5408
- font-size: rem(14);
5409
- line-height: rem(30);
5410
- cursor: pointer;
5411
- transition: 0.3s ease;
5412
- position: relative;
5413
- padding: 0 10px;
5414
- .wac-text {
5415
- margin: 0;
5416
- }
5417
- :nth-child(n) {
5418
- padding: 2px;
5419
- }
5420
- &:nth-child(2n) {
5421
- background-color: $wac-gray-background;
5422
- }
5423
- &:not(:last-child) {
5424
- margin: 0 0 rem(10);
5425
- }
5426
- span {
5427
- color: $wac-main-text;
5428
- font-size: rem(12);
5429
- text-align: left;
5430
- }
5431
- &:hover,
5432
- &:focus {
5433
- background-color: darken($wac-gray-background, 15%);
5434
- color: $wac-main-text;
5435
- }
5436
- }
5437
- }
5438
- &:hover,
5439
- &:focus,
5440
- &.open {
5441
- background-color: $wac-hover-multiple-search;
5442
- }
5443
- }
5444
- &__right {
5445
- width: 100%;
5446
- min-height: 50px;
5447
- position: relative;
5448
- form {
5449
- width: 100%;
5450
- }
5451
- input {
5452
- background: transparent;
5453
- border: none;
5454
- color: $wac-main-text;
5455
- font-size: rem(14);
5456
- height: 50px;
5457
- line-height: 50px;
5458
- padding: 0 20px 0 48px;
5459
- font-weight: 400;
5460
- width: 100%;
5461
- @include media('<tablet') {
5462
- padding: 0 0 0 10px;
5463
- }
5464
- &::-webkit-input-placeholder {
5465
- /* Chrome/Opera/Safari */
5466
- color: $wac-multiple-search-input-color;
5467
- opacity: 1;
5468
- font-weight: 400;
5469
- @include media('<tablet') {
5470
- font-size: rem(11);
5471
- }
5472
- }
5473
- &::-moz-placeholder {
5474
- /* Firefox 19+ */
5475
- color: $wac-multiple-search-input-color;
5476
- opacity: 1;
5477
- font-weight: 400;
5478
- @include media('<tablet') {
5479
- font-size: rem(11);
5480
- }
5481
- }
5482
- &:-ms-input-placeholder {
5483
- /* IE 10+ */
5484
- color: $wac-multiple-search-input-color;
5485
- opacity: 1;
5486
- font-weight: 400;
5487
- @include media('<tablet') {
5488
- font-size: rem(11);
5489
- }
5490
- }
5491
- &:-moz-placeholder {
5492
- /* Firefox 18- */
5493
- color: $wac-multiple-search-input-color;
5494
- opacity: 1;
5495
- font-weight: 400;
5496
- @include media('<tablet') {
5497
- font-size: rem(11);
5498
- }
5499
- }
5500
- &:focus {
5501
- & + button i {
5502
- color: $wac-main-text;
5503
- }
5504
- &::-webkit-input-placeholder {
5505
- /* Chrome/Opera/Safari */
5506
- color: $wac-white;
5507
- opacity: 1;
5508
- }
5509
- &::-moz-placeholder {
5510
- /* Firefox 19+ */
5511
- color: $wac-white;
5512
- opacity: 1;
5513
- }
5514
- &:-ms-input-placeholder {
5515
- /* IE 10+ */
5516
- color: $wac-white;
5517
- opacity: 1;
5518
- }
5519
- &:-moz-placeholder {
5520
- /* Firefox 18- */
5521
- color: $wac-white;
5522
- opacity: 1;
5523
- }
5524
- }
5525
- }
5526
- button {
5527
- display: flex;
5528
- align-items: center;
5529
- align-content: center;
5530
- justify-content: center;
5531
- width: 18px;
5532
- height: 18px;
5533
- border-radius: 3px;
5534
- position: absolute;
5535
- left: 20px;
5536
- top: 50%;
5537
- transform: translateY(-50%);
5538
- border: none;
5539
- cursor: pointer;
5540
- background-color: $wac-white;
5541
- i {
5542
- font-size: rem(18);
5543
- color: $wac-color-icon-search-multiple-search;
5544
- transition: 0.3s ease;
5545
- }
5546
- &:hover {
5547
- i {
5548
- color: $wac-wizishop-blue !important;
5549
- }
5550
- }
5551
- }
5552
- }
5553
- }
5554
- &__error {
5555
- position: absolute;
5556
- top: 100%;
5557
- margin-top: 10px;
5558
- width: auto;
5559
- right: 0;
5560
- height: 30px;
5561
- line-height: 30px;
5562
- text-align: center;
5563
- background-color: $wac-multiple-search-error;
5564
- color: $wac-white;
5565
- font-size: rem(16);
5566
- font-weight: 500;
5567
- white-space: nowrap;
5568
- padding: 0 20px;
5569
- border-radius: 3px;
5570
- }
5571
- }
5572
-
5573
- .wac-table__body__loader + div {
5574
- display: none;
5575
- }
5576
- wac-optional-disable-container {
5577
- position: relative;
5578
- .wac-optional-disable-container {
5579
- &__disabledSection {
5580
- display: block;
5581
- position: absolute;
5582
- top: 0;
5583
- left: 0;
5584
- width: 100%;
5585
- height: 100%;
5586
- z-index: 9999;
5587
- border-radius: 3px;
5588
- cursor: not-allowed;
5589
-
5590
- &:before {
5591
- display: block;
5592
- position: absolute;
5593
- top: 0;
5594
- left: 0;
5595
- width: 100%;
5596
- height: 100%;
5597
- content: '';
5598
- background-color: $wac-gray-background;
5599
- opacity: 0.5;
5600
- pointer-events: none;
5601
- }
5602
- }
5603
- }
5604
- }.wac-pagination {
5605
- width: 100%;
5606
-
5607
- &__wrapper {
5608
- @include flexbox();
5609
- @include justify-content(flex-end);
5610
- padding: 30px 0 0;
5611
-
5612
- &__page {
5613
- margin-right: 30px;
5614
- padding: 4px 0 5px 0;
5615
-
5616
- @include flexbox();
5617
-
5618
- p {
5619
- margin: 4px 11px 4px 0;
5620
- font-size: 14px;
5621
- line-height: 24px;
5622
- color: $wac-second-color;
5623
- }
5624
-
5625
- select {
5626
- width: 61px;
5627
- font-size: 14px;
5628
- line-height: 24px;
5629
- color: $wac-second-color;
5630
- padding: 3px 26px 3px 14px;
5631
- border: 1px solid $wac-border-form;
5632
- border-radius: 3px;
5633
- -webkit-appearance: none;
5634
- -moz-appearance: none;
5635
- text-indent: 0;
5636
- text-overflow: '';
5637
- background: transparent
5638
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
5639
- top 8px right 12px / 10px 10px no-repeat;
5640
- }
5641
-
5642
- select::-ms-expand {
5643
- display: none;
5644
- }
5645
- }
5646
-
5647
- &__elements {
5648
- margin-right: 30px;
5649
-
5650
- p {
5651
- margin: 8px 0 9px 0;
5652
- font-size: 14px;
5653
- line-height: 24px;
5654
- color: $wac-dark;
5655
- }
5656
- }
5657
-
5658
- &__arrows {
5659
- @include flexbox();
5660
-
5661
- &__arrow {
5662
- width: 40px;
5663
- height: 40px;
5664
- padding: 9px 14px;
5665
- border: 1px solid $wac-border-form;
5666
- border-radius: 3px;
5667
- cursor: pointer;
5668
- transition: .3s ease;
5669
-
5670
- &:hover, &:focus {
5671
- &:not(.wac-pagination__wrapper__arrows__arrow--disabled) {
5672
- border: 1px solid $wac-wizishop-blue;
5673
- }
5674
- }
5675
-
5676
- span {
5677
- display: inline-block;
5678
- width: 10px;
5679
- height: 15px;
5680
- }
5681
-
5682
- &--left {
5683
- margin-right: 10px;
5684
-
5685
- span {
5686
- background: transparent
5687
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-left' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E")
5688
- center center / 10px 12px no-repeat;
5689
- }
5690
- }
5691
-
5692
- &--right {
5693
- span {
5694
- background: transparent
5695
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-right' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E")
5696
- center center / 10px 12px no-repeat;
5697
- }
5698
- }
5699
-
5700
- &--disabled {
5701
- border-color: $wac-background-color;
5702
- background-color: $wac-background-color;
5703
- cursor: not-allowed;
5704
- }
5705
- }
5706
- }
5707
- }
5708
- }
5709
- .wac-free {
5710
- height: 100%;
5711
- width: 100%;
5712
- width: 100vw;
5713
- height: 100vh;
5714
- position: fixed;
5715
- top: 0;
5716
- left: 0;
5717
- z-index: 9999;
5718
-
5719
- &__wrapper {
5720
- background-color: white;
5721
- border: 1px solid $wac-border-color;
5722
- border-radius: 3px;
5723
- margin: auto;
5724
- box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
5725
- position: absolute;
5726
- left: 50%;
5727
- top: 50%;
5728
- transform: translate(-50%, -50%);
5729
- padding: 50px;
5730
- z-index: 3;
5731
- max-height: 90vh;
5732
- display: flex;
5733
- flex-wrap: nowrap;
5734
- flex-direction: column;
5735
- justify-content: center;
5736
- align-items: center;
5737
- width: 100%;
5738
- max-width: 575px;
5739
- overflow: hidden;
5740
-
5741
- &__content {
5742
- position: relative;
5743
- overflow: hidden;
5744
- display: flex;
5745
-
5746
- }
5747
-
5748
- div:not([class]) {
5749
- width: 100%;
5750
- margin: 0 0 20px;
5751
- }
5752
-
5753
- > * {
5754
- width: 100%;
5755
- }
5756
-
5757
- &__button-close {
5758
- position: absolute;
5759
- top: 10px;
5760
- right: 10px;
5761
- width: 30px;
5762
- height: 30px;
5763
- border-radius: 50%;
5764
- display: flex;
5765
- justify-content: center;
5766
- align-items: center;
5767
- background-color: $wac-popin-btn-close;
5768
- transition: .3s ease;
5769
- i {
5770
- color: $wac-second-color;
5771
- font-size: 14px;
5772
- font-weight: 400;
5773
- }
5774
- &:hover, &:focus {
5775
- background-color: $wac-main-text;
5776
- i {
5777
- color: $wac-white;
5778
- }
5779
- }
5780
- }
5781
-
5782
- img {
5783
- display: block;
5784
- max-width: 200px;
5785
- margin: 0 auto rem(20);
5786
- }
5787
-
5788
- h2 {
5789
- font-size: rem(20);
5790
- line-height: rem(25);
5791
- margin: 0 0 rem(20);
5792
- font-weight: 500;
5793
- width: 100%;
5794
- text-align: center;
5795
- }
5796
-
5797
- p {
5798
- font-size: rem(14);
5799
- line-height: rem(25);
5800
- color: $wac-second-color;
5801
- width: 100%;
5802
- text-align: center;
5803
- padding: 0;
5804
- margin: 0;
5805
- }
5806
-
5807
- &__buttons {
5808
- width: 100%;
5809
- display: flex;
5810
- flex-direction: column;
5811
- align-items: center;
5812
- margin: 30px 0 0;
5813
- &__button {
5814
- margin: 10px;
5815
- width: auto;
5816
- }
5817
- }
5818
- }
5819
- &__background {
5820
- z-index: 1;
5821
- position: absolute;
5822
- top: 0;
5823
- left: 0;
5824
- width: 100%;
5825
- height: 100%;
5826
- background-color: transparentize($wac-main-text, .5);
5827
- }
5828
- }
5829
-
5830
- .wac-free .ps-content > * {
5831
- padding-right: 15px;
5832
- }
5833
- .wac-progressBarContent {
5834
- position: relative;
5835
- width: 100%;
5836
- display: block;
5837
- .progressBar {
5838
- position: relative;
5839
- width: 88%;
5840
- margin-bottom: 1rem;
5841
- progress {
5842
- &.progress {
5843
- margin-bottom: 0;
5844
- height: rem(2);
5845
- &::-webkit-progress-value {
5846
- transition: width 0.5s ease;
5847
- }
5848
- }
5849
- }
5850
- span {
5851
- position: absolute;
5852
- top: -4px;
5853
- height: 11px;
5854
- width: 11px;
5855
- background-color: $wac-border-color;
5856
- border-radius: 50%;
5857
- }
5858
- .is-danger {
5859
- background-color: $wac-primary-button;
5860
- &::-webkit-progress-value {
5861
- background-color: $wac-primary-button;
5862
- }
5863
- }
5864
- .is-warning {
5865
- background-color: $wac-orange-color;
5866
- &::-webkit-progress-value {
5867
- background-color: $wac-orange-color;
5868
- }
5869
- }
5870
- .is-success {
5871
- background-color: $wac-green-color;
5872
- &::-webkit-progress-value {
5873
- background-color: $wac-green-color;
5874
- }
5875
- }
5876
- }
5877
- .size {
5878
- display: inline;
5879
- color: $wac-color-text-grey;
5880
- position: absolute;
5881
- right: 0;
5882
- top: -9px;
5883
- background: $wac-white;
5884
- padding-left: 0.875rem;
5885
- .is-success {
5886
- color: $wac-green-color;
5887
- }
5888
- .is-warning {
5889
- color: $wac-orange-color;
5890
- }
5891
- .is-danger {
5892
- color: $wac-primary-button;
5893
- }
5894
- > span {
5895
- font-size: rem(14) !important;
5896
- line-height: 1;
5897
- transform: translateY(-3px);
5898
- display: inline-block;
5899
- letter-spacing: 0;
5900
- strong {
5901
- letter-spacing: 0;
5902
- font-weight: 600;
5903
- }
5904
- }
5905
- }
5906
- }
5907
- .wac-radio {
5908
- .is-checkradio[type='radio'] {
5909
- outline: 0 !important;
5910
- & + label {
5911
- font-size: rem(14);
5912
- line-height: rem(24);
5913
- color: $wac-input-radio-color-label;
5914
- padding-left: 30px;
5915
- padding-right: 6px;
5916
- margin-right: 0;
5917
- outline: 0 !important;
5918
- &:before {
5919
- width: 22px;
5920
- height: 22px;
5921
- border: 1px solid $wac-border-form;
5922
- border-radius: 23px;
5923
- top: 1px;
5924
- }
5925
- &:after {
5926
- width: 32px;
5927
- height: 32px;
5928
- background: $wac-input-active-color;
5929
- top: -4px;
5930
- left: -5px;
5931
- }
5932
- &:before,
5933
- &:after {
5934
- outline: 0 !important;
5935
- }
5936
- &:hover,
5937
- &:focus {
5938
- &:before {
5939
- border-color: $wac-input-active-color !important;
5934
+ &:hover,
5935
+ &:focus {
5936
+ &:before {
5937
+ border-color: $wac-input-active-color !important;
5940
5938
  }
5941
5939
  }
5942
5940
  }
@@ -6440,256 +6438,256 @@ wac-optional-disable-container {
6440
6438
  margin: 0 0 15px;
6441
6439
  }
6442
6440
  }
6443
- @include media('>=tablet') {
6444
- margin: 0 15px;
6445
- }
6446
- }
6447
-
6448
- .wac-row {
6449
- margin: 0!important;
6450
- }
6451
-
6452
- .field {
6453
- width: 100%;
6454
- }
6455
- .wac-input .input, .wac-input .input:not([disabled]):focus, .wac-input .input:not([disabled]).is-focused, .wac-input .input:not([disabled]):active, .wac-input .input:not([disabled]).is-active {
6456
- margin: 0;
6457
- }
6458
- }
6459
- .wac-search {
6460
- width: 100%;
6461
- min-height: 50px;
6462
- border-radius: 3px;
6463
- background-color: $wac-white;
6464
- position: relative;
6465
- z-index: 2;
6466
- border: 1px solid $wac-border-light;
6467
- transition: 0.3s ease;
6468
- &.open {
6469
- border-color: $wac-wizishop-blue;
6470
- }
6471
- &__wrapper {
6472
- position: relative;
6473
- display: flex;
6474
- justify-content: space-between;
6475
- align-items: stretch;
6476
- align-content: stretch;
6477
- flex-wrap: nowrap;
6478
- width: 100%;
6479
- min-height: 50px;
6480
- @include media('<tablet') {
6481
- padding: 0 12px;
6482
- }
6483
- input {
6484
- background: transparent;
6485
- border: none;
6486
- color: $wac-main-text;
6487
- font-size: rem(14);
6488
- height: 50px;
6489
- line-height: 50px;
6490
- padding: 0 20px 0 48px;
6491
- font-weight: 400;
6492
- width: 100%;
6493
- @include media('<tablet') {
6494
- padding: 0 0 0 10px;
6495
- }
6496
- &::-webkit-input-placeholder {
6497
- /* Chrome/Opera/Safari */
6498
- color: $wac-multiple-search-input-color;
6499
- opacity: 1;
6500
- font-weight: 400;
6501
- @include media('<tablet') {
6502
- font-size: rem(11);
6503
- }
6504
- }
6505
- &::-moz-placeholder {
6506
- /* Firefox 19+ */
6507
- color: $wac-multiple-search-input-color;
6508
- opacity: 1;
6509
- font-weight: 400;
6510
- @include media('<tablet') {
6511
- font-size: rem(11);
6512
- }
6513
- }
6514
- &:-ms-input-placeholder {
6515
- /* IE 10+ */
6516
- color: $wac-multiple-search-input-color;
6517
- opacity: 1;
6518
- font-weight: 400;
6519
- @include media('<tablet') {
6520
- font-size: rem(11);
6521
- }
6522
- }
6523
- &:-moz-placeholder {
6524
- /* Firefox 18- */
6525
- color: $wac-multiple-search-input-color;
6526
- opacity: 1;
6527
- font-weight: 400;
6528
- @include media('<tablet') {
6529
- font-size: rem(11);
6530
- }
6531
- }
6532
- &:focus {
6533
- & + button i {
6534
- color: $wac-main-text;
6535
- }
6536
- &::-webkit-input-placeholder {
6537
- /* Chrome/Opera/Safari */
6538
- color: $wac-white;
6539
- opacity: 1;
6540
- }
6541
- &::-moz-placeholder {
6542
- /* Firefox 19+ */
6543
- color: $wac-white;
6544
- opacity: 1;
6545
- }
6546
- &:-ms-input-placeholder {
6547
- /* IE 10+ */
6548
- color: $wac-white;
6549
- opacity: 1;
6550
- }
6551
- &:-moz-placeholder {
6552
- /* Firefox 18- */
6553
- color: $wac-white;
6554
- opacity: 1;
6555
- }
6556
- }
6557
- }
6558
- button {
6559
- display: flex;
6560
- align-items: center;
6561
- align-content: center;
6562
- justify-content: center;
6563
- width: 18px;
6564
- height: 18px;
6565
- border-radius: 3px;
6566
- position: absolute;
6567
- left: 20px;
6568
- top: 50%;
6569
- transform: translateY(-50%);
6570
- border: none;
6571
- cursor: pointer;
6572
- background-color: $wac-white;
6573
- i {
6574
- font-size: rem(18);
6575
- color: $wac-color-icon-search-multiple-search;
6576
- transition: 0.3s ease;
6577
- }
6578
- &:hover {
6579
- i {
6580
- color: $wac-wizishop-blue !important;
6581
- }
6582
- }
6583
- }
6584
- }
6585
- &__absolute {
6586
- position: absolute;
6587
- top: 100%;
6588
- margin-top: rem(14);
6589
- left: -1px;
6590
- width: auto;
6591
- min-width: calc(100% - 38px);
6592
- max-width: calc(100% + 2px);
6593
- border: 1px solid $wac-border-light;
6594
- border-radius: 3px;
6595
- display: flex;
6596
- flex-direction: column;
6597
- justify-content: flex-start;
6598
- align-items: flex-start;
6599
- background-color: $wac-white;
6600
- max-height: 260px;
6601
- height: auto;
6602
- visibility: visible;
6603
- opacity: 1;
6604
- box-shadow: 3px 3px 20px $wac-select-box-shadow;
6605
- padding: 10px;
6606
- &.hidden {
6607
- visibility: hidden;
6608
- opacity: 0;
6609
- & > * {
6610
- opacity: 0;
6611
- transition: 0s;
6612
- }
6613
- }
6614
- .ps {
6615
- max-height: 240px;
6616
- }
6617
- &.open,
6618
- &.open.hidden {
6619
- position: relative;
6620
- left: auto;
6621
- top: 0;
6622
- transform: translateX(-1px);
6623
- visibility: visible;
6624
- opacity: 1;
6625
- & > * {
6626
- opacity: 1;
6627
- transition: 0s;
6628
- }
6629
- }
6630
- &__item {
6631
- width: 100%;
6632
- font-size: rem(14);
6633
- line-height: rem(30);
6634
- cursor: pointer;
6635
- transition: 0.3s ease;
6636
- position: relative;
6637
- display: flex;
6638
- justify-content: flex-start;
6639
- align-content: center;
6640
- align-items: center;
6641
- color: $wac-second-color;
6642
- > div {
6643
- width: 100%;
6644
- display: flex;
6645
- align-items: center;
6646
- align-content: center;
6647
- }
6648
- .icon {
6649
- width: 24px;
6650
- margin: 0 10px 0 0;
6651
- height: auto;
6652
- max-height: 24px;
6653
- }
6654
- &:not(:last-child) {
6655
- margin: 0 0 rem(10);
6656
- }
6657
- &:empty {
6658
- display: none;
6659
- }
6660
- &:first-child {
6661
- border-width: 1px 0 1px;
6662
- }
6663
- &:hover,
6664
- &:focus {
6665
- background-color: $wac-gray-background;
6666
- color: $wac-main-text;
6667
- }
6668
- > div {
6669
- padding: 0 10px;
6670
- &.selected {
6671
- background-color: $wac-gray-background;
6672
- color: $wac-main-text;
6673
- }
6674
- }
6675
- }
6676
- &__empty {
6677
- display: flex;
6678
- width: 100%;
6679
- justify-content: center;
6680
- align-items: center;
6681
- padding: 10px;
6682
- span {
6683
- font-size: rem(16);
6684
- font-weight: 400;
6685
- text-align: center;
6686
- color: $wac-second-color;
6687
- display: inline-block;
6688
- line-height: rem(25);
6689
- }
6690
- }
6441
+ @include media('>=tablet') {
6442
+ margin: 0 15px;
6443
+ }
6444
+ }
6445
+
6446
+ .wac-row {
6447
+ margin: 0!important;
6448
+ }
6449
+
6450
+ .field {
6451
+ width: 100%;
6452
+ }
6453
+ .wac-input .input, .wac-input .input:not([disabled]):focus, .wac-input .input:not([disabled]).is-focused, .wac-input .input:not([disabled]):active, .wac-input .input:not([disabled]).is-active {
6454
+ margin: 0;
6691
6455
  }
6692
6456
  }
6457
+ .wac-search {
6458
+ width: 100%;
6459
+ min-height: 50px;
6460
+ border-radius: 3px;
6461
+ background-color: $wac-white;
6462
+ position: relative;
6463
+ z-index: 2;
6464
+ border: 1px solid $wac-border-light;
6465
+ transition: 0.3s ease;
6466
+ &.open {
6467
+ border-color: $wac-wizishop-blue;
6468
+ }
6469
+ &__wrapper {
6470
+ position: relative;
6471
+ display: flex;
6472
+ justify-content: space-between;
6473
+ align-items: stretch;
6474
+ align-content: stretch;
6475
+ flex-wrap: nowrap;
6476
+ width: 100%;
6477
+ min-height: 50px;
6478
+ @include media('<tablet') {
6479
+ padding: 0 12px;
6480
+ }
6481
+ input {
6482
+ background: transparent;
6483
+ border: none;
6484
+ color: $wac-main-text;
6485
+ font-size: rem(14);
6486
+ height: 50px;
6487
+ line-height: 50px;
6488
+ padding: 0 20px 0 48px;
6489
+ font-weight: 400;
6490
+ width: 100%;
6491
+ @include media('<tablet') {
6492
+ padding: 0 0 0 10px;
6493
+ }
6494
+ &::-webkit-input-placeholder {
6495
+ /* Chrome/Opera/Safari */
6496
+ color: $wac-multiple-search-input-color;
6497
+ opacity: 1;
6498
+ font-weight: 400;
6499
+ @include media('<tablet') {
6500
+ font-size: rem(11);
6501
+ }
6502
+ }
6503
+ &::-moz-placeholder {
6504
+ /* Firefox 19+ */
6505
+ color: $wac-multiple-search-input-color;
6506
+ opacity: 1;
6507
+ font-weight: 400;
6508
+ @include media('<tablet') {
6509
+ font-size: rem(11);
6510
+ }
6511
+ }
6512
+ &:-ms-input-placeholder {
6513
+ /* IE 10+ */
6514
+ color: $wac-multiple-search-input-color;
6515
+ opacity: 1;
6516
+ font-weight: 400;
6517
+ @include media('<tablet') {
6518
+ font-size: rem(11);
6519
+ }
6520
+ }
6521
+ &:-moz-placeholder {
6522
+ /* Firefox 18- */
6523
+ color: $wac-multiple-search-input-color;
6524
+ opacity: 1;
6525
+ font-weight: 400;
6526
+ @include media('<tablet') {
6527
+ font-size: rem(11);
6528
+ }
6529
+ }
6530
+ &:focus {
6531
+ & + button i {
6532
+ color: $wac-main-text;
6533
+ }
6534
+ &::-webkit-input-placeholder {
6535
+ /* Chrome/Opera/Safari */
6536
+ color: $wac-white;
6537
+ opacity: 1;
6538
+ }
6539
+ &::-moz-placeholder {
6540
+ /* Firefox 19+ */
6541
+ color: $wac-white;
6542
+ opacity: 1;
6543
+ }
6544
+ &:-ms-input-placeholder {
6545
+ /* IE 10+ */
6546
+ color: $wac-white;
6547
+ opacity: 1;
6548
+ }
6549
+ &:-moz-placeholder {
6550
+ /* Firefox 18- */
6551
+ color: $wac-white;
6552
+ opacity: 1;
6553
+ }
6554
+ }
6555
+ }
6556
+ button {
6557
+ display: flex;
6558
+ align-items: center;
6559
+ align-content: center;
6560
+ justify-content: center;
6561
+ width: 18px;
6562
+ height: 18px;
6563
+ border-radius: 3px;
6564
+ position: absolute;
6565
+ left: 20px;
6566
+ top: 50%;
6567
+ transform: translateY(-50%);
6568
+ border: none;
6569
+ cursor: pointer;
6570
+ background-color: $wac-white;
6571
+ i {
6572
+ font-size: rem(18);
6573
+ color: $wac-color-icon-search-multiple-search;
6574
+ transition: 0.3s ease;
6575
+ }
6576
+ &:hover {
6577
+ i {
6578
+ color: $wac-wizishop-blue !important;
6579
+ }
6580
+ }
6581
+ }
6582
+ }
6583
+ &__absolute {
6584
+ position: absolute;
6585
+ top: 100%;
6586
+ margin-top: rem(14);
6587
+ left: -1px;
6588
+ width: auto;
6589
+ min-width: calc(100% - 38px);
6590
+ max-width: calc(100% + 2px);
6591
+ border: 1px solid $wac-border-light;
6592
+ border-radius: 3px;
6593
+ display: flex;
6594
+ flex-direction: column;
6595
+ justify-content: flex-start;
6596
+ align-items: flex-start;
6597
+ background-color: $wac-white;
6598
+ max-height: 260px;
6599
+ height: auto;
6600
+ visibility: visible;
6601
+ opacity: 1;
6602
+ box-shadow: 3px 3px 20px $wac-select-box-shadow;
6603
+ padding: 10px;
6604
+ &.hidden {
6605
+ visibility: hidden;
6606
+ opacity: 0;
6607
+ & > * {
6608
+ opacity: 0;
6609
+ transition: 0s;
6610
+ }
6611
+ }
6612
+ .ps {
6613
+ max-height: 240px;
6614
+ }
6615
+ &.open,
6616
+ &.open.hidden {
6617
+ position: relative;
6618
+ left: auto;
6619
+ top: 0;
6620
+ transform: translateX(-1px);
6621
+ visibility: visible;
6622
+ opacity: 1;
6623
+ & > * {
6624
+ opacity: 1;
6625
+ transition: 0s;
6626
+ }
6627
+ }
6628
+ &__item {
6629
+ width: 100%;
6630
+ font-size: rem(14);
6631
+ line-height: rem(30);
6632
+ cursor: pointer;
6633
+ transition: 0.3s ease;
6634
+ position: relative;
6635
+ display: flex;
6636
+ justify-content: flex-start;
6637
+ align-content: center;
6638
+ align-items: center;
6639
+ color: $wac-second-color;
6640
+ > div {
6641
+ width: 100%;
6642
+ display: flex;
6643
+ align-items: center;
6644
+ align-content: center;
6645
+ }
6646
+ .icon {
6647
+ width: 24px;
6648
+ margin: 0 10px 0 0;
6649
+ height: auto;
6650
+ max-height: 24px;
6651
+ }
6652
+ &:not(:last-child) {
6653
+ margin: 0 0 rem(10);
6654
+ }
6655
+ &:empty {
6656
+ display: none;
6657
+ }
6658
+ &:first-child {
6659
+ border-width: 1px 0 1px;
6660
+ }
6661
+ &:hover,
6662
+ &:focus {
6663
+ background-color: $wac-gray-background;
6664
+ color: $wac-main-text;
6665
+ }
6666
+ > div {
6667
+ padding: 0 10px;
6668
+ &.selected {
6669
+ background-color: $wac-gray-background;
6670
+ color: $wac-main-text;
6671
+ }
6672
+ }
6673
+ }
6674
+ &__empty {
6675
+ display: flex;
6676
+ width: 100%;
6677
+ justify-content: center;
6678
+ align-items: center;
6679
+ padding: 10px;
6680
+ span {
6681
+ font-size: rem(16);
6682
+ font-weight: 400;
6683
+ text-align: center;
6684
+ color: $wac-second-color;
6685
+ display: inline-block;
6686
+ line-height: rem(25);
6687
+ }
6688
+ }
6689
+ }
6690
+ }
6693
6691
  .wac {
6694
6692
  &-select-in-text {
6695
6693
  width: auto;
@@ -6738,327 +6736,327 @@ wac-optional-disable-container {
6738
6736
  left: 0;
6739
6737
  width: 100%;
6740
6738
  height: 0;
6741
- border-bottom: 1px dashed $wac-primary-button;
6742
- }
6743
- &:after {
6744
- content: '';
6745
- display: block;
6746
- position: absolute;
6747
- top: 100%;
6748
- left: 0;
6749
- width: 100%;
6750
- height: 14px;
6751
- }
6752
- }
6753
- }
6754
- &__content {
6755
- position: absolute;
6756
- top: 100%;
6757
- margin-top: rem(14);
6758
- left: 0;
6759
- width: auto;
6760
- border: 1px solid $wac-border-light;
6761
- border-radius: 3px;
6762
- display: flex;
6763
- flex-direction: column;
6764
- justify-content: flex-start;
6765
- align-items: flex-start;
6766
- background-color: $wac-white;
6767
- max-height: 400px;
6768
- height: auto;
6769
- visibility: visible;
6770
- opacity: 1;
6771
- box-shadow: 3px 3px 20px $wac-select-box-shadow;
6772
- &.hidden {
6773
- visibility: hidden;
6774
- opacity: 0;
6775
- & > * {
6776
- opacity: 0;
6777
- transition: 0s;
6778
- }
6779
- }
6780
- &.open,
6781
- &.open.hidden {
6782
- position: relative;
6783
- left: auto;
6784
- top: 0;
6785
- transform: translateX(-1px);
6786
- visibility: visible;
6787
- opacity: 1;
6788
- & > * {
6789
- opacity: 1;
6790
- transition: 0s;
6791
- }
6792
- }
6793
- &__item {
6794
- width: 100%;
6795
- font-size: rem(14);
6796
- line-height: rem(40);
6797
- cursor: pointer;
6798
- transition: 0.3s ease;
6799
- position: relative;
6800
- display: flex;
6801
- justify-content: flex-start;
6802
- align-content: center;
6803
- align-items: center;
6804
- font-weight: 400;
6805
- > div {
6806
- padding: 0 20px;
6807
- min-width: 100%;
6808
- &.selected {
6809
- background-color: $wac-hover-multiple-search;
6810
- color: $wac-main-text;
6811
- }
6812
- }
6813
- .icon {
6814
- width: 24px;
6815
- margin: 0 10px 0 0;
6816
- }
6817
- &:empty {
6818
- display: none;
6819
- }
6820
- &:first-child {
6821
- border-width: 1px 0 1px;
6822
- }
6823
- &:hover,
6824
- &:focus {
6825
- background-color: $wac-gray-background;
6826
- color: $wac-main-text;
6827
- }
6828
- }
6829
- }
6830
- }
6831
- }
6832
- .selected-list {
6833
- width: 100%;
6834
- &__wrapper {
6835
- display: flex;
6836
- flex-direction: column;
6837
- align-items: flex-start;
6838
- justify-content: flex-start;
6839
- &__head {
6840
- width: 100%;
6841
- min-height: rem(60);
6842
- display: flex;
6843
- justify-content: space-between;
6844
- padding: 10px 20px;
6845
- background-color: $wac-gray-background;
6846
- margin: 0 0 10px;
6847
- > p {
6848
- display: flex;
6849
- align-items: center;
6850
- white-space: nowrap;
6851
- font-size: rem(16);
6852
- line-height: rem(19);
6853
- font-weight: 500;
6854
- }
6855
-
6856
- &__button {
6857
- height: rem(40);
6858
- width: fit-content;
6859
- margin-left: auto;
6860
-
6861
- &__mobile {
6862
- @include media('>=1024px') {
6863
- display: none;
6864
- }
6865
- }
6866
-
6867
- &__notMobile {
6868
- @include media('<1024px') {
6869
- display: none;
6870
- }
6871
- }
6872
-
6873
- }
6874
-
6875
- }
6876
- &__content {
6877
- width: 100%;
6878
- display: flex;
6879
- flex-wrap: wrap;
6880
- align-items: flex-start;
6881
- align-content: flex-start;
6882
- justify-content: flex-start;
6883
- &__item {
6884
- white-space: nowrap;
6885
- margin: 0 10px 10px 0;
6886
- border: 1px solid $wac-border-form;
6887
- border-radius: 2px;
6888
- color: $wac-second-color;
6889
- height: rem(40);
6890
- display: flex;
6891
- justify-content: center;
6892
- align-items: center;
6893
- padding: 0 20px;
6894
- transition: .3s ease;
6895
- font-size: rem(16);
6896
- line-height: rem(19);
6897
- font-weight: 500;
6898
- cursor: pointer;
6899
- &:hover, &:focus {
6900
- border: 1px solid $wac-main-text;
6901
- }
6902
- > i {
6903
- color: $wac-green-color;
6904
- max-width: 0;
6905
- display: block;
6906
- transition: .3s ease;
6907
- overflow: hidden;
6908
- }
6909
- &.active {
6910
- color: $wac-main-text;
6911
- > i {
6912
- max-width: unset;
6913
- margin: 0 0 0 10px;
6914
- }
6915
- }
6916
- &:first-child {
6917
- margin-left: 18px;
6918
- }
6919
- }
6920
- }
6921
- }
6922
- }.wac-separator {
6923
- display: block;
6924
- width: 100%;
6925
- border-bottom: 1px solid $wac-border-color;
6926
- margin: 17px 0;
6927
-
6928
- &.dashed {
6929
- border-bottom-style: dashed;
6930
- }
6931
- }
6932
- .wac-settings {
6933
- width: 40px;
6934
- height: 40px;
6935
-
6936
- &__wrapper {
6937
- @include flexbox();
6938
- @include justify-content(center);
6939
- @include align-items(center);
6940
- width: 100%;
6941
- height: 100%;
6942
- border-radius: 3px;
6943
- background-color: $wac-gray-background;
6944
- transition: background-color 0.3s ease-in-out;
6945
-
6946
- i {
6947
- color: $wac-second-color;
6948
- font-size: 15px;
6949
- line-height: 0;
6950
- transition: color 0.3s ease-in-out;
6951
- }
6952
-
6953
- &:hover {
6954
- background-color: $wac-second-color;
6955
- transition: background-color 0.3s ease-in-out;
6956
-
6957
- i {
6958
- color: $wac-white;
6959
- transition: color 0.3s ease-in-out;
6960
- }
6961
- }
6962
- }
6963
- }
6964
- .wac-snackbar {
6965
- .notification {
6966
- position: fixed;
6967
- bottom: 0;
6968
- width: 800px;
6969
- color: #fff;
6970
- font-size: 15px;
6971
- font-weight: 300;
6972
- margin: 0 auto;
6973
- left: 0;
6974
- right: 0;
6975
- z-index: 10;
6976
- }
6977
-
6978
- .notification.is-transparent {
6979
- background-color: rgba(0, 0, 0, 0.8);
6980
- }
6981
-
6982
- .notification button {
6983
- word-wrap: break-word;
6984
- word-break: break-all;
6985
- white-space: normal;
6986
- height: 100%;
6987
- margin-right: 1em;
6988
- }
6989
-
6990
- .notification .column:nth-child(2) {
6991
- text-align: right;
6992
- }
6993
-
6994
- .notification .column:nth-child(1) {
6995
- text-align: left;
6996
- }
6997
-
6998
- .notification--message {
6999
- align-self: center;
7000
- }
7001
-
7002
- }
7003
- .wac-state {
7004
- width: 12px;
7005
- height: 12px;
7006
- position: relative;
7007
-
7008
- &:before,
7009
- &:after {
7010
- position: absolute;
7011
- content: '';
7012
- border-radius: 45px;
7013
- }
7014
-
7015
- &:before {
7016
- width: 100%;
7017
- height: 100%;
7018
- left: 0;
7019
- top: 0;
7020
- border-width: 1px;
7021
- border-style: solid;
7022
- }
7023
-
7024
- &:after {
7025
- width: 6px;
7026
- height: 6px;
7027
- top: 50%;
7028
- left: 50%;
7029
- transform: translate(-50%, -50%);
7030
- }
7031
-
7032
- &.success {
7033
- &:before {
7034
- border-color: $wac-green-color;
7035
- }
7036
-
7037
- &:after {
7038
- background-color: $wac-green-color;
7039
- }
7040
- }
7041
-
7042
- &.warning {
7043
- &:before {
7044
- border-color: $wac-warning-color;
7045
- }
7046
-
7047
- &:after {
7048
- background-color: $wac-warning-color;
7049
- }
7050
- }
7051
-
7052
- &.error {
7053
- &:before {
7054
- border-color: $wac-primary-button;
6739
+ border-bottom: 1px dashed $wac-primary-button;
6740
+ }
6741
+ &:after {
6742
+ content: '';
6743
+ display: block;
6744
+ position: absolute;
6745
+ top: 100%;
6746
+ left: 0;
6747
+ width: 100%;
6748
+ height: 14px;
6749
+ }
6750
+ }
7055
6751
  }
7056
-
7057
- &:after {
7058
- background-color: $wac-primary-button;
6752
+ &__content {
6753
+ position: absolute;
6754
+ top: 100%;
6755
+ margin-top: rem(14);
6756
+ left: 0;
6757
+ width: auto;
6758
+ border: 1px solid $wac-border-light;
6759
+ border-radius: 3px;
6760
+ display: flex;
6761
+ flex-direction: column;
6762
+ justify-content: flex-start;
6763
+ align-items: flex-start;
6764
+ background-color: $wac-white;
6765
+ max-height: 400px;
6766
+ height: auto;
6767
+ visibility: visible;
6768
+ opacity: 1;
6769
+ box-shadow: 3px 3px 20px $wac-select-box-shadow;
6770
+ &.hidden {
6771
+ visibility: hidden;
6772
+ opacity: 0;
6773
+ & > * {
6774
+ opacity: 0;
6775
+ transition: 0s;
6776
+ }
6777
+ }
6778
+ &.open,
6779
+ &.open.hidden {
6780
+ position: relative;
6781
+ left: auto;
6782
+ top: 0;
6783
+ transform: translateX(-1px);
6784
+ visibility: visible;
6785
+ opacity: 1;
6786
+ & > * {
6787
+ opacity: 1;
6788
+ transition: 0s;
6789
+ }
6790
+ }
6791
+ &__item {
6792
+ width: 100%;
6793
+ font-size: rem(14);
6794
+ line-height: rem(40);
6795
+ cursor: pointer;
6796
+ transition: 0.3s ease;
6797
+ position: relative;
6798
+ display: flex;
6799
+ justify-content: flex-start;
6800
+ align-content: center;
6801
+ align-items: center;
6802
+ font-weight: 400;
6803
+ > div {
6804
+ padding: 0 20px;
6805
+ min-width: 100%;
6806
+ &.selected {
6807
+ background-color: $wac-hover-multiple-search;
6808
+ color: $wac-main-text;
6809
+ }
6810
+ }
6811
+ .icon {
6812
+ width: 24px;
6813
+ margin: 0 10px 0 0;
6814
+ }
6815
+ &:empty {
6816
+ display: none;
6817
+ }
6818
+ &:first-child {
6819
+ border-width: 1px 0 1px;
6820
+ }
6821
+ &:hover,
6822
+ &:focus {
6823
+ background-color: $wac-gray-background;
6824
+ color: $wac-main-text;
6825
+ }
6826
+ }
7059
6827
  }
7060
6828
  }
7061
6829
  }
6830
+ .selected-list {
6831
+ width: 100%;
6832
+ &__wrapper {
6833
+ display: flex;
6834
+ flex-direction: column;
6835
+ align-items: flex-start;
6836
+ justify-content: flex-start;
6837
+ &__head {
6838
+ width: 100%;
6839
+ min-height: rem(60);
6840
+ display: flex;
6841
+ justify-content: space-between;
6842
+ padding: 10px 20px;
6843
+ background-color: $wac-gray-background;
6844
+ margin: 0 0 10px;
6845
+ > p {
6846
+ display: flex;
6847
+ align-items: center;
6848
+ white-space: nowrap;
6849
+ font-size: rem(16);
6850
+ line-height: rem(19);
6851
+ font-weight: 500;
6852
+ }
6853
+
6854
+ &__button {
6855
+ height: rem(40);
6856
+ width: fit-content;
6857
+ margin-left: auto;
6858
+
6859
+ &__mobile {
6860
+ @include media('>=1024px') {
6861
+ display: none;
6862
+ }
6863
+ }
6864
+
6865
+ &__notMobile {
6866
+ @include media('<1024px') {
6867
+ display: none;
6868
+ }
6869
+ }
6870
+
6871
+ }
6872
+
6873
+ }
6874
+ &__content {
6875
+ width: 100%;
6876
+ display: flex;
6877
+ flex-wrap: wrap;
6878
+ align-items: flex-start;
6879
+ align-content: flex-start;
6880
+ justify-content: flex-start;
6881
+ &__item {
6882
+ white-space: nowrap;
6883
+ margin: 0 10px 10px 0;
6884
+ border: 1px solid $wac-border-form;
6885
+ border-radius: 2px;
6886
+ color: $wac-second-color;
6887
+ height: rem(40);
6888
+ display: flex;
6889
+ justify-content: center;
6890
+ align-items: center;
6891
+ padding: 0 20px;
6892
+ transition: .3s ease;
6893
+ font-size: rem(16);
6894
+ line-height: rem(19);
6895
+ font-weight: 500;
6896
+ cursor: pointer;
6897
+ &:hover, &:focus {
6898
+ border: 1px solid $wac-main-text;
6899
+ }
6900
+ > i {
6901
+ color: $wac-green-color;
6902
+ max-width: 0;
6903
+ display: block;
6904
+ transition: .3s ease;
6905
+ overflow: hidden;
6906
+ }
6907
+ &.active {
6908
+ color: $wac-main-text;
6909
+ > i {
6910
+ max-width: unset;
6911
+ margin: 0 0 0 10px;
6912
+ }
6913
+ }
6914
+ &:first-child {
6915
+ margin-left: 18px;
6916
+ }
6917
+ }
6918
+ }
6919
+ }
6920
+ }.wac-separator {
6921
+ display: block;
6922
+ width: 100%;
6923
+ border-bottom: 1px solid $wac-border-color;
6924
+ margin: 17px 0;
6925
+
6926
+ &.dashed {
6927
+ border-bottom-style: dashed;
6928
+ }
6929
+ }
6930
+ .wac-settings {
6931
+ width: 40px;
6932
+ height: 40px;
6933
+
6934
+ &__wrapper {
6935
+ @include flexbox();
6936
+ @include justify-content(center);
6937
+ @include align-items(center);
6938
+ width: 100%;
6939
+ height: 100%;
6940
+ border-radius: 3px;
6941
+ background-color: $wac-gray-background;
6942
+ transition: background-color 0.3s ease-in-out;
6943
+
6944
+ i {
6945
+ color: $wac-second-color;
6946
+ font-size: 15px;
6947
+ line-height: 0;
6948
+ transition: color 0.3s ease-in-out;
6949
+ }
6950
+
6951
+ &:hover {
6952
+ background-color: $wac-second-color;
6953
+ transition: background-color 0.3s ease-in-out;
6954
+
6955
+ i {
6956
+ color: $wac-white;
6957
+ transition: color 0.3s ease-in-out;
6958
+ }
6959
+ }
6960
+ }
6961
+ }
6962
+ .wac-snackbar {
6963
+ .notification {
6964
+ position: fixed;
6965
+ bottom: 0;
6966
+ width: 800px;
6967
+ color: #fff;
6968
+ font-size: 15px;
6969
+ font-weight: 300;
6970
+ margin: 0 auto;
6971
+ left: 0;
6972
+ right: 0;
6973
+ z-index: 10;
6974
+ }
6975
+
6976
+ .notification.is-transparent {
6977
+ background-color: rgba(0, 0, 0, 0.8);
6978
+ }
6979
+
6980
+ .notification button {
6981
+ word-wrap: break-word;
6982
+ word-break: break-all;
6983
+ white-space: normal;
6984
+ height: 100%;
6985
+ margin-right: 1em;
6986
+ }
6987
+
6988
+ .notification .column:nth-child(2) {
6989
+ text-align: right;
6990
+ }
6991
+
6992
+ .notification .column:nth-child(1) {
6993
+ text-align: left;
6994
+ }
6995
+
6996
+ .notification--message {
6997
+ align-self: center;
6998
+ }
6999
+
7000
+ }
7001
+ .wac-state {
7002
+ width: 12px;
7003
+ height: 12px;
7004
+ position: relative;
7005
+
7006
+ &:before,
7007
+ &:after {
7008
+ position: absolute;
7009
+ content: '';
7010
+ border-radius: 45px;
7011
+ }
7012
+
7013
+ &:before {
7014
+ width: 100%;
7015
+ height: 100%;
7016
+ left: 0;
7017
+ top: 0;
7018
+ border-width: 1px;
7019
+ border-style: solid;
7020
+ }
7021
+
7022
+ &:after {
7023
+ width: 6px;
7024
+ height: 6px;
7025
+ top: 50%;
7026
+ left: 50%;
7027
+ transform: translate(-50%, -50%);
7028
+ }
7029
+
7030
+ &.success {
7031
+ &:before {
7032
+ border-color: $wac-green-color;
7033
+ }
7034
+
7035
+ &:after {
7036
+ background-color: $wac-green-color;
7037
+ }
7038
+ }
7039
+
7040
+ &.warning {
7041
+ &:before {
7042
+ border-color: $wac-warning-color;
7043
+ }
7044
+
7045
+ &:after {
7046
+ background-color: $wac-warning-color;
7047
+ }
7048
+ }
7049
+
7050
+ &.error {
7051
+ &:before {
7052
+ border-color: $wac-primary-button;
7053
+ }
7054
+
7055
+ &:after {
7056
+ background-color: $wac-primary-button;
7057
+ }
7058
+ }
7059
+ }
7062
7060
  .wac-summary {
7063
7061
  p {
7064
7062
  font-size: rem(14);
@@ -7256,152 +7254,152 @@ wac-optional-disable-container {
7256
7254
  }
7257
7255
  }
7258
7256
  }
7259
- .wac-table {
7260
- width: 100%;
7261
-
7262
- &__head {
7263
- @include flexbox();
7264
- @include flex-flow(row nowrap);
7265
- width: 100%;
7266
- border-top: 1px solid $wac-border-form;
7267
- border-bottom: 1px solid $wac-border-form;
7268
- background-color: $wac-gray-background;
7269
-
7270
- &__cell {
7271
- @include flexbox();
7272
- @include flex(1);
7273
- padding: 15px 20px;
7274
- font-size: 14px;
7275
- line-height: 20px;
7276
- color: $wac-main-text;
7277
- font-weight: 600;
7278
-
7279
- &--checkbox {
7280
- @include flex(none);
7281
- @include align-items(center);
7282
- @include justify-content(center);
7283
- }
7284
-
7285
- &__search {
7286
- color: $wac-main-text;
7287
- padding-right: 23px;
7288
- transition: background-image 0.3s ease-in-out;
7289
- cursor: text;
7290
-
7291
- &:hover {
7292
- color: $wac-main-text;
7293
- }
7294
-
7295
- &--idle {
7296
- background: transparent
7297
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/%3E%3C/svg%3E")
7298
- center right / 14px 14px no-repeat;
7299
- transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7300
- cursor: pointer;
7301
-
7302
- &:hover {
7303
- transition: color 0.3s ease-in-out;
7304
- }
7305
- }
7306
-
7307
- &--up {
7308
- background: transparent
7309
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-up' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-5x'%3E%3Cpath fill='currentColor' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z'/%3E%3C/svg%3E")
7310
- center right / 14px 14px no-repeat;
7311
- transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7312
- cursor: pointer;
7313
-
7314
- &:hover {
7315
- transition: color 0.3s ease-in-out;
7316
- }
7317
- }
7318
-
7319
- &--down {
7320
- background: transparent
7321
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
7322
- center right / 14px 14px no-repeat;
7323
- transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7324
- cursor: pointer;
7325
-
7326
- &:hover {
7327
- transition: color 0.3s ease-in-out;
7328
- }
7329
- }
7330
- }
7331
-
7332
- &--center--left {
7333
- @include align-items(center);
7334
- @include justify-content(flex-start);
7335
- }
7336
- &--center--center {
7337
- @include align-items(center);
7338
- @include justify-content(center);
7339
- }
7340
- &--center--right {
7341
- @include align-items(center);
7342
- @include justify-content(flex-end);
7343
- }
7344
- }
7345
- }
7346
-
7347
- // TODO delete __search
7348
- &__search {
7349
- height: 100px;
7350
- margin-top: 10px;
7351
- }
7352
-
7353
- &__body {
7354
- width: 100%;
7355
- margin-top: -10px;
7356
-
7357
- &__loader {
7358
- position: relative;
7359
- min-height: 200px;
7360
- }
7361
-
7362
- &__line {
7363
- @include flexbox();
7364
- @include flex-flow(row nowrap);
7365
- width: 100%;
7366
- border-bottom: 1px solid $wac-textarea-border-color;
7367
-
7368
- &:first-child:last-child {
7369
- border-bottom: none;
7370
- }
7371
-
7372
- &__cell {
7373
- @include flexbox();
7374
- @include flex(1);
7375
- padding: 20px 20px 20px 20px;
7376
- font-size: 14px;
7377
- line-height: 25px;
7378
- color: $wac-secondary-color;
7379
-
7380
- &--checkbox {
7381
- @include flexbox();
7382
- @include flex(none);
7383
- @include justify-content(center);
7384
- @include align-items(center);
7385
- width: 80px;
7386
- padding: 8px 20px;
7387
- }
7388
-
7389
- &--center--left {
7390
- @include align-items(center);
7391
- @include justify-content(flex-start);
7392
- }
7393
- &--center--center {
7394
- @include align-items(center);
7395
- @include justify-content(center);
7396
- }
7397
- &--center--right {
7398
- @include align-items(center);
7399
- @include justify-content(flex-end);
7400
- }
7401
- }
7402
- }
7403
- }
7404
- }
7257
+ .wac-table {
7258
+ width: 100%;
7259
+
7260
+ &__head {
7261
+ @include flexbox();
7262
+ @include flex-flow(row nowrap);
7263
+ width: 100%;
7264
+ border-top: 1px solid $wac-border-form;
7265
+ border-bottom: 1px solid $wac-border-form;
7266
+ background-color: $wac-gray-background;
7267
+
7268
+ &__cell {
7269
+ @include flexbox();
7270
+ @include flex(1);
7271
+ padding: 15px 20px;
7272
+ font-size: 14px;
7273
+ line-height: 20px;
7274
+ color: $wac-main-text;
7275
+ font-weight: 600;
7276
+
7277
+ &--checkbox {
7278
+ @include flex(none);
7279
+ @include align-items(center);
7280
+ @include justify-content(center);
7281
+ }
7282
+
7283
+ &__search {
7284
+ color: $wac-main-text;
7285
+ padding-right: 23px;
7286
+ transition: background-image 0.3s ease-in-out;
7287
+ cursor: text;
7288
+
7289
+ &:hover {
7290
+ color: $wac-main-text;
7291
+ }
7292
+
7293
+ &--idle {
7294
+ background: transparent
7295
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/%3E%3C/svg%3E")
7296
+ center right / 14px 14px no-repeat;
7297
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7298
+ cursor: pointer;
7299
+
7300
+ &:hover {
7301
+ transition: color 0.3s ease-in-out;
7302
+ }
7303
+ }
7304
+
7305
+ &--up {
7306
+ background: transparent
7307
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-up' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-5x'%3E%3Cpath fill='currentColor' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z'/%3E%3C/svg%3E")
7308
+ center right / 14px 14px no-repeat;
7309
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7310
+ cursor: pointer;
7311
+
7312
+ &:hover {
7313
+ transition: color 0.3s ease-in-out;
7314
+ }
7315
+ }
7316
+
7317
+ &--down {
7318
+ background: transparent
7319
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
7320
+ center right / 14px 14px no-repeat;
7321
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7322
+ cursor: pointer;
7323
+
7324
+ &:hover {
7325
+ transition: color 0.3s ease-in-out;
7326
+ }
7327
+ }
7328
+ }
7329
+
7330
+ &--center--left {
7331
+ @include align-items(center);
7332
+ @include justify-content(flex-start);
7333
+ }
7334
+ &--center--center {
7335
+ @include align-items(center);
7336
+ @include justify-content(center);
7337
+ }
7338
+ &--center--right {
7339
+ @include align-items(center);
7340
+ @include justify-content(flex-end);
7341
+ }
7342
+ }
7343
+ }
7344
+
7345
+ // TODO delete __search
7346
+ &__search {
7347
+ height: 100px;
7348
+ margin-top: 10px;
7349
+ }
7350
+
7351
+ &__body {
7352
+ width: 100%;
7353
+ margin-top: -10px;
7354
+
7355
+ &__loader {
7356
+ position: relative;
7357
+ min-height: 200px;
7358
+ }
7359
+
7360
+ &__line {
7361
+ @include flexbox();
7362
+ @include flex-flow(row nowrap);
7363
+ width: 100%;
7364
+ border-bottom: 1px solid $wac-textarea-border-color;
7365
+
7366
+ &:first-child:last-child {
7367
+ border-bottom: none;
7368
+ }
7369
+
7370
+ &__cell {
7371
+ @include flexbox();
7372
+ @include flex(1);
7373
+ padding: 20px 20px 20px 20px;
7374
+ font-size: 14px;
7375
+ line-height: 25px;
7376
+ color: $wac-secondary-color;
7377
+
7378
+ &--checkbox {
7379
+ @include flexbox();
7380
+ @include flex(none);
7381
+ @include justify-content(center);
7382
+ @include align-items(center);
7383
+ width: 80px;
7384
+ padding: 8px 20px;
7385
+ }
7386
+
7387
+ &--center--left {
7388
+ @include align-items(center);
7389
+ @include justify-content(flex-start);
7390
+ }
7391
+ &--center--center {
7392
+ @include align-items(center);
7393
+ @include justify-content(center);
7394
+ }
7395
+ &--center--right {
7396
+ @include align-items(center);
7397
+ @include justify-content(flex-end);
7398
+ }
7399
+ }
7400
+ }
7401
+ }
7402
+ }
7405
7403
  .wac-tabs {
7406
7404
  position: relative;
7407
7405
 
@@ -7429,6 +7427,7 @@ wac-optional-disable-container {
7429
7427
  &__wrapper {
7430
7428
  position: relative;
7431
7429
  @include flexbox();
7430
+ margin-bottom: 30px;
7432
7431
 
7433
7432
  &__tab {
7434
7433
  position: relative;
@@ -8288,130 +8287,130 @@ span.wac-tooltip {
8288
8287
  }
8289
8288
  }
8290
8289
  }
8291
- .wac-upload {
8292
- width: auto;
8293
- &__wrapper {
8294
- width: 100%;
8295
- display: flex;
8296
- align-items: center;
8297
- button {
8298
- padding: 10.5px 20px;
8299
- border: none;
8300
- background-color: $wac-green-color;
8301
- border-radius: 3px;
8302
- color: $wac-white;
8303
- font-size: rem(14);
8304
- line-height: rem(16);
8305
- transition: 0.3s ease;
8306
- font-weight: 500;
8307
- cursor: pointer;
8308
- i {
8309
- font-size: rem(18);
8310
- margin: 0 rem(10) 0 0;
8311
- }
8312
- &:hover {
8313
- background-color: $wac-green-color-darken;
8314
- }
8315
- &:focus {
8316
- background-color: $wac-green-color-focus;
8317
- }
8318
- }
8319
- }
8320
- &.portrait {
8321
- .wac-upload {
8322
- &__wrapper {
8323
- min-width: rem(331);
8324
- border-radius: 3px;
8325
- border: 1px solid $wac-border-light;
8326
- padding: rem(30);
8327
- flex-direction: column;
8328
- justify-content: center;
8329
- &__visual {
8330
- > img {
8331
- display: block;
8332
- margin: 0 auto rem(10);
8333
- max-width: rem(40);
8334
- }
8335
- > strong {
8336
- display: block;
8337
- width: 100%;
8338
- text-align: center;
8339
- font-size: rem(14);
8340
- line-height: rem(16);
8341
- font-weight: 500;
8342
- margin: 0 0 rem(20);
8343
- }
8344
- }
8345
- > span {
8346
- font-size: rem(14);
8347
- line-height: rem(16);
8348
- margin: 0 0 rem(20);
8349
- }
8350
- }
8351
- }
8352
- }
8353
- &.landscape {
8354
- .wac-upload {
8355
- &__wrapper {
8356
- border-radius: 3px;
8357
- border: 1px solid $wac-border-light;
8358
- padding: rem(30);
8359
- flex-direction: row;
8360
- justify-content: center;
8361
- &__visual {
8362
- margin: 0 rem(20) 0 0;
8363
- > img {
8364
- display: block;
8365
- margin: 0 auto rem(10);
8366
- max-width: rem(40);
8367
- }
8368
- > strong {
8369
- display: block;
8370
- width: 100%;
8371
- text-align: center;
8372
- font-size: rem(14);
8373
- line-height: rem(16);
8374
- font-weight: 500;
8375
- margin: 0 0 rem(20);
8376
- }
8377
- }
8378
- > span {
8379
- font-size: rem(14);
8380
- line-height: rem(16);
8381
- margin: 0 rem(20) 0;
8382
- }
8383
- }
8384
- }
8385
- }
8386
- }
8387
- .wac-wrapper {
8388
- width: 100%;
8389
- &.max-width {
8390
- max-width: 1080px;
8391
- margin: 0 auto;
8392
- }
8393
- }
8394
- .wac-wrapper-blocs {
8395
- &.sidebar {
8396
- width: calc(100% + 30px);
8397
- transform: translateX(-15px);
8398
- display: flex;
8399
- flex-wrap: nowrap;
8400
- align-items: flex-start;
8401
- align-content: flex-start;
8402
- & > :first-child {
8403
- @include media('>=desktop') {
8404
- width: 100%;
8405
- }
8406
- }
8407
- & > :last-child:not(:first-child) {
8408
- min-width: 340px;
8409
- }
8410
- & > * {
8411
- margin: 0 15px;
8412
- }
8413
- }
8414
- }
8290
+ .wac-upload {
8291
+ width: auto;
8292
+ &__wrapper {
8293
+ width: 100%;
8294
+ display: flex;
8295
+ align-items: center;
8296
+ button {
8297
+ padding: 10.5px 20px;
8298
+ border: none;
8299
+ background-color: $wac-green-color;
8300
+ border-radius: 3px;
8301
+ color: $wac-white;
8302
+ font-size: rem(14);
8303
+ line-height: rem(16);
8304
+ transition: 0.3s ease;
8305
+ font-weight: 500;
8306
+ cursor: pointer;
8307
+ i {
8308
+ font-size: rem(18);
8309
+ margin: 0 rem(10) 0 0;
8310
+ }
8311
+ &:hover {
8312
+ background-color: $wac-green-color-darken;
8313
+ }
8314
+ &:focus {
8315
+ background-color: $wac-green-color-focus;
8316
+ }
8317
+ }
8318
+ }
8319
+ &.portrait {
8320
+ .wac-upload {
8321
+ &__wrapper {
8322
+ min-width: rem(331);
8323
+ border-radius: 3px;
8324
+ border: 1px solid $wac-border-light;
8325
+ padding: rem(30);
8326
+ flex-direction: column;
8327
+ justify-content: center;
8328
+ &__visual {
8329
+ > img {
8330
+ display: block;
8331
+ margin: 0 auto rem(10);
8332
+ max-width: rem(40);
8333
+ }
8334
+ > strong {
8335
+ display: block;
8336
+ width: 100%;
8337
+ text-align: center;
8338
+ font-size: rem(14);
8339
+ line-height: rem(16);
8340
+ font-weight: 500;
8341
+ margin: 0 0 rem(20);
8342
+ }
8343
+ }
8344
+ > span {
8345
+ font-size: rem(14);
8346
+ line-height: rem(16);
8347
+ margin: 0 0 rem(20);
8348
+ }
8349
+ }
8350
+ }
8351
+ }
8352
+ &.landscape {
8353
+ .wac-upload {
8354
+ &__wrapper {
8355
+ border-radius: 3px;
8356
+ border: 1px solid $wac-border-light;
8357
+ padding: rem(30);
8358
+ flex-direction: row;
8359
+ justify-content: center;
8360
+ &__visual {
8361
+ margin: 0 rem(20) 0 0;
8362
+ > img {
8363
+ display: block;
8364
+ margin: 0 auto rem(10);
8365
+ max-width: rem(40);
8366
+ }
8367
+ > strong {
8368
+ display: block;
8369
+ width: 100%;
8370
+ text-align: center;
8371
+ font-size: rem(14);
8372
+ line-height: rem(16);
8373
+ font-weight: 500;
8374
+ margin: 0 0 rem(20);
8375
+ }
8376
+ }
8377
+ > span {
8378
+ font-size: rem(14);
8379
+ line-height: rem(16);
8380
+ margin: 0 rem(20) 0;
8381
+ }
8382
+ }
8383
+ }
8384
+ }
8385
+ }
8386
+ .wac-wrapper {
8387
+ width: 100%;
8388
+ &.max-width {
8389
+ max-width: 1080px;
8390
+ margin: 0 auto;
8391
+ }
8392
+ }
8393
+ .wac-wrapper-blocs {
8394
+ &.sidebar {
8395
+ width: calc(100% + 30px);
8396
+ transform: translateX(-15px);
8397
+ display: flex;
8398
+ flex-wrap: nowrap;
8399
+ align-items: flex-start;
8400
+ align-content: flex-start;
8401
+ & > :first-child {
8402
+ @include media('>=desktop') {
8403
+ width: 100%;
8404
+ }
8405
+ }
8406
+ & > :last-child:not(:first-child) {
8407
+ min-width: 340px;
8408
+ }
8409
+ & > * {
8410
+ margin: 0 15px;
8411
+ }
8412
+ }
8413
+ }
8415
8414
  .wac-wrapper-multiple-block {
8416
8415
  width: 100%;
8417
8416
  display: flex;
@@ -8627,29 +8626,29 @@ h1.wac-h1 {
8627
8626
  font-weight: normal;
8628
8627
  }
8629
8628
  }
8630
- h2.wac-h2 {
8631
- font-size: rem(18);
8632
- line-height: rem(21);
8633
- font-weight: 500;
8634
- color: $wac-main-text;
8635
- }h3.wac-h3 {
8636
- font-size: rem(16);
8637
- line-height: rem(19);
8638
- font-weight: 500;
8639
- color: $wac-main-text;
8640
- &.grey {
8641
- color: $wac-second-color;
8642
- }
8643
- }
8644
- h4.wac-h4 {
8645
- font-size: rem(14);
8646
- line-height: rem(16);
8647
- font-weight: 500;
8648
- color: $wac-main-text;
8649
- &.grey {
8650
- color: $wac-second-color;
8651
- }
8652
- }
8629
+ h2.wac-h2 {
8630
+ font-size: rem(18);
8631
+ line-height: rem(21);
8632
+ font-weight: 500;
8633
+ color: $wac-main-text;
8634
+ }h3.wac-h3 {
8635
+ font-size: rem(16);
8636
+ line-height: rem(19);
8637
+ font-weight: 500;
8638
+ color: $wac-main-text;
8639
+ &.grey {
8640
+ color: $wac-second-color;
8641
+ }
8642
+ }
8643
+ h4.wac-h4 {
8644
+ font-size: rem(14);
8645
+ line-height: rem(16);
8646
+ font-weight: 500;
8647
+ color: $wac-main-text;
8648
+ &.grey {
8649
+ color: $wac-second-color;
8650
+ }
8651
+ }
8653
8652
  .wac-input {
8654
8653
  ::-webkit-input-placeholder {
8655
8654
  /* Chrome/Opera/Safari */