pixel-react 1.0.8 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.d.ts +3 -0
  2. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +6 -0
  3. package/lib/components/AllProjectsDropdown/index.d.ts +1 -0
  4. package/lib/components/AppHeader/AppHeader.d.ts +4 -0
  5. package/lib/components/AppHeader/AppHeader.stories.d.ts +7 -0
  6. package/lib/components/AppHeader/index.d.ts +1 -0
  7. package/lib/components/AppHeader/types.d.ts +26 -0
  8. package/lib/components/Input/types.d.ts +1 -1
  9. package/lib/components/InputWithDropdown/types.d.ts +1 -1
  10. package/lib/components/Modal/types.d.ts +2 -0
  11. package/lib/components/MultiSelect/MultiSelect.d.ts +1 -1
  12. package/lib/components/MultiSelect/MultiSelect.stories.d.ts +1 -0
  13. package/lib/components/MultiSelect/MultiSelectTypes.d.ts +3 -0
  14. package/lib/index.d.ts +67 -4
  15. package/lib/index.esm.js +440 -89
  16. package/lib/index.esm.js.map +1 -1
  17. package/lib/index.js +442 -88
  18. package/lib/index.js.map +1 -1
  19. package/lib/tsconfig.tsbuildinfo +1 -1
  20. package/package.json +1 -1
  21. package/src/assets/Themes/BaseTheme.scss +5 -0
  22. package/src/assets/Themes/DarkTheme.scss +3 -0
  23. package/src/assets/icons/all_projects.svg +3 -0
  24. package/src/assets/icons/android_icon.svg +6 -0
  25. package/src/assets/icons/download_icon.svg +4 -0
  26. package/src/assets/icons/fireflink_icon.svg +4 -0
  27. package/src/assets/icons/fireflink_logo.svg +13 -0
  28. package/src/assets/icons/mobile_icon.svg +3 -0
  29. package/src/assets/icons/ms_dynamic.svg +4 -0
  30. package/src/assets/icons/sales_force.svg +7 -0
  31. package/src/assets/icons/switch_license_icon.svg +123 -0
  32. package/src/assets/icons/vertical_separator.svg +3 -0
  33. package/src/assets/icons/web&mobile_icon.svg +3 -0
  34. package/src/assets/icons/web_icon.svg +3 -0
  35. package/src/assets/styles/_colors.scss +2 -1
  36. package/src/components/AllProjectsDropdown/AllProjectsDropdown.scss +70 -0
  37. package/src/components/AllProjectsDropdown/AllProjectsDropdown.stories.tsx +21 -0
  38. package/src/components/AllProjectsDropdown/AllProjectsDropdown.tsx +148 -0
  39. package/src/components/AllProjectsDropdown/index.ts +1 -0
  40. package/src/components/AppHeader/AppHeader.scss +67 -0
  41. package/src/components/AppHeader/AppHeader.stories.tsx +156 -0
  42. package/src/components/AppHeader/AppHeader.tsx +124 -0
  43. package/src/components/AppHeader/index.ts +1 -0
  44. package/src/components/AppHeader/types.ts +27 -0
  45. package/src/components/Icon/iconList.ts +26 -0
  46. package/src/components/IconButton/IconButton.scss +2 -1
  47. package/src/components/Input/types.ts +1 -1
  48. package/src/components/InputWithDropdown/types.ts +1 -3
  49. package/src/components/Modal/Modal.stories.tsx +6 -2
  50. package/src/components/Modal/Modal.tsx +6 -2
  51. package/src/components/Modal/modal.scss +6 -4
  52. package/src/components/Modal/types.ts +2 -0
  53. package/src/components/MultiSelect/MultiSelect.scss +8 -1
  54. package/src/components/MultiSelect/MultiSelect.stories.tsx +26 -0
  55. package/src/components/MultiSelect/MultiSelect.tsx +68 -12
  56. package/src/components/MultiSelect/MultiSelectTypes.ts +3 -0
  57. package/src/components/Select/Select.scss +1 -1
  58. package/src/index.ts +7 -0
@@ -1 +1 @@
1
- {"root":["../src/index.ts","../src/styleguide/colorpalette/colorpalette.stories.tsx","../src/styleguide/colorpalette/colorpalette.tsx","../src/styleguide/colorpalette/colorpalettelist.ts","../src/styleguide/colorpalette/index.ts","../src/styleguide/colorpalette/types.ts","../src/styleguide/typography/typography.stories.tsx","../src/styleguide/typography/typography.tsx","../src/styleguide/typography/typographylist.ts","../src/styleguide/typography/types.ts","../src/assets/utils/functionutils.ts","../src/components/accordion/accordion.stories.tsx","../src/components/accordion/accordion.tsx","../src/components/accordion/index.ts","../src/components/accordion/types.ts","../src/components/addresourcebutton/addbutton.stories.tsx","../src/components/addresourcebutton/addbutton.tsx","../src/components/addresourcebutton/index.ts","../src/components/addresourcebutton/type.ts","../src/components/addresourcebutton/arrowsbutton/arrowsbutton.tsx","../src/components/button/button.stories.tsx","../src/components/button/button.tsx","../src/components/button/index.ts","../src/components/button/types.ts","../src/components/charts/donutchart/donutchart.stories.tsx","../src/components/charts/donutchart/donutchart.tsx","../src/components/charts/donutchart/index.ts","../src/components/charts/donutchart/type.ts","../src/components/charts/radialchart/radialchart.stories.tsx","../src/components/charts/radialchart/radialchart.tsx","../src/components/charts/radialchart/index.ts","../src/components/charts/radialchart/types.ts","../src/components/checkbox/checkbox.stories.tsx","../src/components/checkbox/checkbox.tsx","../src/components/checkbox/index.ts","../src/components/checkbox/types.ts","../src/components/chip/chip.stories.tsx","../src/components/chip/chip.tsx","../src/components/chip/index.ts","../src/components/chip/types.ts","../src/components/datepicker/datepicker.stories.tsx","../src/components/datepicker/datepicker.tsx","../src/components/datepicker/timepicker.tsx","../src/components/datepicker/index.ts","../src/components/datepicker/types.ts","../src/components/draganddrop/draganddrop.stories.tsx","../src/components/draganddrop/draganddrop.ts","../src/components/draganddrop/draganddroplist.tsx","../src/components/draganddrop/index.ts","../src/components/drawer/drawer.stories.tsx","../src/components/drawer/drawer.tsx","../src/components/drawer/types.ts","../src/components/drawer/index.ts","../src/components/expandablemenu/expandablemenu.stories.tsx","../src/components/expandablemenu/expandablemenu.tsx","../src/components/expandablemenu/index.ts","../src/components/expandablemenu/types.ts","../src/components/filedropzone/dropzone.tsx","../src/components/filedropzone/filedropzone.stories.tsx","../src/components/filedropzone/filedropzone.tsx","../src/components/filedropzone/filepreview.tsx","../src/components/filedropzone/index.ts","../src/components/filedropzone/types.ts","../src/components/form/form.stories.tsx","../src/components/form/form.tsx","../src/components/form/index.ts","../src/components/form/types.ts","../src/components/gridlayout/gridlayout.stories.tsx","../src/components/gridlayout/gridlayout.tsx","../src/components/gridlayout/index.ts","../src/components/gridlayout/types.ts","../src/components/highlighttext/highlighttext.stories.tsx","../src/components/highlighttext/highlighttext.tsx","../src/components/highlighttext/index.ts","../src/components/highlighttext/types.ts","../src/components/icon/icon.stories.tsx","../src/components/icon/icon.tsx","../src/components/icon/iconlist.ts","../src/components/icon/index.ts","../src/components/icon/types.ts","../src/components/iconbutton/iconbutton.stories.tsx","../src/components/iconbutton/iconbutton.tsx","../src/components/iconbutton/index.ts","../src/components/iconbutton/types.ts","../src/components/input/input.stories.tsx","../src/components/input/input.tsx","../src/components/input/index.ts","../src/components/input/types.ts","../src/components/inputwithdropdown/inputwithdropdown.stories.tsx","../src/components/inputwithdropdown/inputwithdropdown.tsx","../src/components/inputwithdropdown/index.ts","../src/components/inputwithdropdown/types.ts","../src/components/lazyload/lazyload.stories.tsx","../src/components/lazyload/lazyload.ts","../src/components/lazyload/lazyloading.tsx","../src/components/lazyload/index.ts","../src/components/menuoption/menuoption.stories.tsx","../src/components/menuoption/menuoption.tsx","../src/components/menuoption/index.ts","../src/components/menuoption/types.ts","../src/components/minimodal/minimodal.stories.tsx","../src/components/minimodal/minimodal.tsx","../src/components/minimodal/index.ts","../src/components/minimodal/types.ts","../src/components/modal/modal.stories.tsx","../src/components/modal/modal.tsx","../src/components/modal/index.tsx","../src/components/modal/types.ts","../src/components/multiselect/dropdown.tsx","../src/components/multiselect/multiselect.stories.tsx","../src/components/multiselect/multiselect.tsx","../src/components/multiselect/multiselecttypes.ts","../src/components/multiselect/dropdowntypes.ts","../src/components/multiselect/index.ts","../src/components/radiobutton/radiobutton.stories.tsx","../src/components/radiobutton/radiobutton.tsx","../src/components/radiobutton/index.ts","../src/components/radiobutton/radiobuttontypes.tsx","../src/components/radiogroup/radiogroup.stories.tsx","../src/components/radiogroup/radiogroup.tsx","../src/components/radiogroup/index.ts","../src/components/radiogroup/radiogrouptypes.tsx","../src/components/search/search.stories.tsx","../src/components/search/search.tsx","../src/components/search/index.ts","../src/components/search/types.ts","../src/components/select/select.stories.tsx","../src/components/select/select.tsx","../src/components/select/index.ts","../src/components/select/types.ts","../src/components/select/components/dropdown/dropdown.tsx","../src/components/select/components/dropdown/dropdowntypes.ts","../src/components/statedropdown/statedropdown.stories.tsx","../src/components/statedropdown/statedropdown.tsx","../src/components/statedropdown/statedropdowntypes.tsx","../src/components/statedropdown/index.ts","../src/components/statusbutton/statusbutton.stories.tsx","../src/components/statusbutton/statusbutton.tsx","../src/components/statusbutton/index.ts","../src/components/statusbutton/types.ts","../src/components/table/table.stories.tsx","../src/components/table/table.tsx","../src/components/table/types.ts","../src/components/table/index.ts","../src/components/tabletree/tabletree.stories.tsx","../src/components/tabletree/tabletree.tsx","../src/components/tabletree/data.ts","../src/components/tabletree/index.ts","../src/components/tabs/tabs.stories.tsx","../src/components/tabs/tabs.tsx","../src/components/tabs/index.ts","../src/components/tabs/types.ts","../src/components/textarea/textarea.stories.tsx","../src/components/textarea/textarea.tsx","../src/components/textarea/types.ts","../src/components/textarea/index.tsx","../src/components/themeprovider/themeprovider.tsx","../src/components/themeprovider/index.ts","../src/components/themeprovider/types.ts","../src/components/toast/toast.stories.tsx","../src/components/toast/toast.tsx","../src/components/toast/index.ts","../src/components/toast/types.ts","../src/components/toggle/toggle.stories.tsx","../src/components/toggle/toggle.tsx","../src/components/toggle/index.ts","../src/components/toggle/types.ts","../src/components/tooltip/tooltip.stories.tsx","../src/components/tooltip/tooltip.tsx","../src/components/tooltip/index.ts","../src/components/tooltip/types.ts","../src/components/typography/typography.stories.tsx","../src/components/typography/typography.tsx","../src/components/typography/index.ts","../src/components/typography/types.ts","../src/hooks/useclickoutside.tsx","../src/hooks/usefiledropzone.tsx","../src/hooks/useportalposition.tsx","../src/hooks/usetheme.tsx","../src/hooks/keyboardevents/useesckeyevent.tsx","../src/utils/tablecell/tablecell.ts","../src/utils/checkempty/checkempty.stories.tsx","../src/utils/checkempty/checkempty.ts","../src/utils/comparearrays/comparearrays.stories.tsx","../src/utils/comparearrays/comparearrays.ts","../src/utils/compareobjects/compareobjects.stories.tsx","../src/utils/compareobjects/compareobjects.ts","../src/utils/debounce/debounce.stories.tsx","../src/utils/debounce/debounce.ts","../src/utils/ffid/ffid.stories.tsx","../src/utils/ffid/ffid.ts","../src/utils/find/findandinsert.stories.tsx","../src/utils/find/findandinsert.ts","../src/utils/getextension/getextension.stories.tsx","../src/utils/getextension/getextension.ts","../src/utils/throttle/throttle.stories.tsx","../src/utils/throttle/throttle.ts","../src/utils/truncatetext/truncatetext.stories.tsx","../src/utils/truncatetext/truncatetext.ts"],"version":"5.6.3"}
1
+ {"root":["../src/index.ts","../src/styleguide/colorpalette/colorpalette.stories.tsx","../src/styleguide/colorpalette/colorpalette.tsx","../src/styleguide/colorpalette/colorpalettelist.ts","../src/styleguide/colorpalette/index.ts","../src/styleguide/colorpalette/types.ts","../src/styleguide/typography/typography.stories.tsx","../src/styleguide/typography/typography.tsx","../src/styleguide/typography/typographylist.ts","../src/styleguide/typography/types.ts","../src/assets/utils/functionutils.ts","../src/components/accordion/accordion.stories.tsx","../src/components/accordion/accordion.tsx","../src/components/accordion/index.ts","../src/components/accordion/types.ts","../src/components/addresourcebutton/addbutton.stories.tsx","../src/components/addresourcebutton/addbutton.tsx","../src/components/addresourcebutton/index.ts","../src/components/addresourcebutton/type.ts","../src/components/addresourcebutton/arrowsbutton/arrowsbutton.tsx","../src/components/allprojectsdropdown/allprojectsdropdown.stories.tsx","../src/components/allprojectsdropdown/allprojectsdropdown.tsx","../src/components/allprojectsdropdown/index.ts","../src/components/appheader/appheader.stories.tsx","../src/components/appheader/appheader.tsx","../src/components/appheader/index.ts","../src/components/appheader/types.ts","../src/components/button/button.stories.tsx","../src/components/button/button.tsx","../src/components/button/index.ts","../src/components/button/types.ts","../src/components/charts/donutchart/donutchart.stories.tsx","../src/components/charts/donutchart/donutchart.tsx","../src/components/charts/donutchart/index.ts","../src/components/charts/donutchart/type.ts","../src/components/charts/radialchart/radialchart.stories.tsx","../src/components/charts/radialchart/radialchart.tsx","../src/components/charts/radialchart/index.ts","../src/components/charts/radialchart/types.ts","../src/components/checkbox/checkbox.stories.tsx","../src/components/checkbox/checkbox.tsx","../src/components/checkbox/index.ts","../src/components/checkbox/types.ts","../src/components/chip/chip.stories.tsx","../src/components/chip/chip.tsx","../src/components/chip/index.ts","../src/components/chip/types.ts","../src/components/datepicker/datepicker.stories.tsx","../src/components/datepicker/datepicker.tsx","../src/components/datepicker/timepicker.tsx","../src/components/datepicker/index.ts","../src/components/datepicker/types.ts","../src/components/draganddrop/draganddrop.stories.tsx","../src/components/draganddrop/draganddrop.ts","../src/components/draganddrop/draganddroplist.tsx","../src/components/draganddrop/index.ts","../src/components/drawer/drawer.stories.tsx","../src/components/drawer/drawer.tsx","../src/components/drawer/types.ts","../src/components/drawer/index.ts","../src/components/expandablemenu/expandablemenu.stories.tsx","../src/components/expandablemenu/expandablemenu.tsx","../src/components/expandablemenu/index.ts","../src/components/expandablemenu/types.ts","../src/components/filedropzone/dropzone.tsx","../src/components/filedropzone/filedropzone.stories.tsx","../src/components/filedropzone/filedropzone.tsx","../src/components/filedropzone/filepreview.tsx","../src/components/filedropzone/index.ts","../src/components/filedropzone/types.ts","../src/components/form/form.stories.tsx","../src/components/form/form.tsx","../src/components/form/index.ts","../src/components/form/types.ts","../src/components/gridlayout/gridlayout.stories.tsx","../src/components/gridlayout/gridlayout.tsx","../src/components/gridlayout/index.ts","../src/components/gridlayout/types.ts","../src/components/highlighttext/highlighttext.stories.tsx","../src/components/highlighttext/highlighttext.tsx","../src/components/highlighttext/index.ts","../src/components/highlighttext/types.ts","../src/components/icon/icon.stories.tsx","../src/components/icon/icon.tsx","../src/components/icon/iconlist.ts","../src/components/icon/index.ts","../src/components/icon/types.ts","../src/components/iconbutton/iconbutton.stories.tsx","../src/components/iconbutton/iconbutton.tsx","../src/components/iconbutton/index.ts","../src/components/iconbutton/types.ts","../src/components/input/input.stories.tsx","../src/components/input/input.tsx","../src/components/input/index.ts","../src/components/input/types.ts","../src/components/inputwithdropdown/inputwithdropdown.stories.tsx","../src/components/inputwithdropdown/inputwithdropdown.tsx","../src/components/inputwithdropdown/index.ts","../src/components/inputwithdropdown/types.ts","../src/components/lazyload/lazyload.stories.tsx","../src/components/lazyload/lazyload.ts","../src/components/lazyload/lazyloading.tsx","../src/components/lazyload/index.ts","../src/components/menuoption/menuoption.stories.tsx","../src/components/menuoption/menuoption.tsx","../src/components/menuoption/index.ts","../src/components/menuoption/types.ts","../src/components/minimodal/minimodal.stories.tsx","../src/components/minimodal/minimodal.tsx","../src/components/minimodal/index.ts","../src/components/minimodal/types.ts","../src/components/modal/modal.stories.tsx","../src/components/modal/modal.tsx","../src/components/modal/index.tsx","../src/components/modal/types.ts","../src/components/multiselect/dropdown.tsx","../src/components/multiselect/multiselect.stories.tsx","../src/components/multiselect/multiselect.tsx","../src/components/multiselect/multiselecttypes.ts","../src/components/multiselect/dropdowntypes.ts","../src/components/multiselect/index.ts","../src/components/radiobutton/radiobutton.stories.tsx","../src/components/radiobutton/radiobutton.tsx","../src/components/radiobutton/index.ts","../src/components/radiobutton/radiobuttontypes.tsx","../src/components/radiogroup/radiogroup.stories.tsx","../src/components/radiogroup/radiogroup.tsx","../src/components/radiogroup/index.ts","../src/components/radiogroup/radiogrouptypes.tsx","../src/components/search/search.stories.tsx","../src/components/search/search.tsx","../src/components/search/index.ts","../src/components/search/types.ts","../src/components/select/select.stories.tsx","../src/components/select/select.tsx","../src/components/select/index.ts","../src/components/select/types.ts","../src/components/select/components/dropdown/dropdown.tsx","../src/components/select/components/dropdown/dropdowntypes.ts","../src/components/statedropdown/statedropdown.stories.tsx","../src/components/statedropdown/statedropdown.tsx","../src/components/statedropdown/statedropdowntypes.tsx","../src/components/statedropdown/index.ts","../src/components/statusbutton/statusbutton.stories.tsx","../src/components/statusbutton/statusbutton.tsx","../src/components/statusbutton/index.ts","../src/components/statusbutton/types.ts","../src/components/table/table.stories.tsx","../src/components/table/table.tsx","../src/components/table/types.ts","../src/components/table/index.ts","../src/components/tabletree/tabletree.stories.tsx","../src/components/tabletree/tabletree.tsx","../src/components/tabletree/data.ts","../src/components/tabletree/index.ts","../src/components/tabs/tabs.stories.tsx","../src/components/tabs/tabs.tsx","../src/components/tabs/index.ts","../src/components/tabs/types.ts","../src/components/textarea/textarea.stories.tsx","../src/components/textarea/textarea.tsx","../src/components/textarea/types.ts","../src/components/textarea/index.tsx","../src/components/themeprovider/themeprovider.tsx","../src/components/themeprovider/index.ts","../src/components/themeprovider/types.ts","../src/components/toast/toast.stories.tsx","../src/components/toast/toast.tsx","../src/components/toast/index.ts","../src/components/toast/types.ts","../src/components/toggle/toggle.stories.tsx","../src/components/toggle/toggle.tsx","../src/components/toggle/index.ts","../src/components/toggle/types.ts","../src/components/tooltip/tooltip.stories.tsx","../src/components/tooltip/tooltip.tsx","../src/components/tooltip/index.ts","../src/components/tooltip/types.ts","../src/components/typography/typography.stories.tsx","../src/components/typography/typography.tsx","../src/components/typography/index.ts","../src/components/typography/types.ts","../src/hooks/useclickoutside.tsx","../src/hooks/usefiledropzone.tsx","../src/hooks/useportalposition.tsx","../src/hooks/usetheme.tsx","../src/hooks/keyboardevents/useesckeyevent.tsx","../src/utils/tablecell/tablecell.ts","../src/utils/checkempty/checkempty.stories.tsx","../src/utils/checkempty/checkempty.ts","../src/utils/comparearrays/comparearrays.stories.tsx","../src/utils/comparearrays/comparearrays.ts","../src/utils/compareobjects/compareobjects.stories.tsx","../src/utils/compareobjects/compareobjects.ts","../src/utils/debounce/debounce.stories.tsx","../src/utils/debounce/debounce.ts","../src/utils/ffid/ffid.stories.tsx","../src/utils/ffid/ffid.ts","../src/utils/find/findandinsert.stories.tsx","../src/utils/find/findandinsert.ts","../src/utils/getextension/getextension.stories.tsx","../src/utils/getextension/getextension.ts","../src/utils/throttle/throttle.stories.tsx","../src/utils/throttle/throttle.ts","../src/utils/truncatetext/truncatetext.stories.tsx","../src/utils/truncatetext/truncatetext.ts"],"version":"5.6.3"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pixel-react",
3
3
  "description": "Great for pixel-perfect, design-focused components in React",
4
- "version": "1.0.8",
4
+ "version": "1.1.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
7
7
  "types": "lib/index.d.ts",
@@ -61,6 +61,10 @@ $base-theme: (
61
61
  error_light: #e42525,
62
62
  ff-success: #079455,
63
63
  ff-warning: #f79009,
64
+ ff-header-text-color : #fdfaff,
65
+ ff-header-submenu-text-color: #666468,
66
+ ff-header-submenu-highlight-text-color: #170328,
67
+
64
68
 
65
69
  expandable-menu-default-bg: #fdfaff,
66
70
  expandable-menu-option-bg: #610b861a,
@@ -159,6 +163,7 @@ $base-theme: (
159
163
  license_header_text_color: #592f7c,
160
164
  license_active_status_color: #518e18,
161
165
  license_expired_status_color: #ab3425,
166
+
162
167
  );
163
168
  :root {
164
169
  @each $key, $value in $base-theme {
@@ -68,6 +68,9 @@ $dark-theme: (
68
68
  error_light: #e42525,
69
69
  ff-success: #079455,
70
70
  ff-warning: #f79009,
71
+ ff-header-text-color : #fdfaff,
72
+ ff-header-submenu-text-color: #666468,
73
+ ff-header-submenu-highlight-text-color: #170328,
71
74
 
72
75
  // TODO:: Need to change the color code values of below 7 color (N/A in DS)
73
76
  default-icon-color: #a3a3a3,
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.45455 15.6364C1.05455 15.6364 0.712121 15.4939 0.427273 15.2091C0.142424 14.9243 0 14.5818 0 14.1818V6.18183H1.45455V14.1818H13.8182V15.6364H1.45455ZM4.36364 12.7273C3.96364 12.7273 3.62121 12.5849 3.33636 12.3C3.05152 12.0152 2.90909 11.6727 2.90909 11.2727V3.27274H6.54545V1.81819C6.54545 1.41819 6.68788 1.07577 6.97273 0.79092C7.25758 0.506072 7.6 0.363647 8 0.363647H10.9091C11.3091 0.363647 11.6515 0.506072 11.9364 0.79092C12.2212 1.07577 12.3636 1.41819 12.3636 1.81819V3.27274H16V11.2727C16 11.6727 15.8576 12.0152 15.5727 12.3C15.2879 12.5849 14.9455 12.7273 14.5455 12.7273H4.36364ZM4.36364 11.2727H14.5455V4.72728H4.36364V11.2727ZM8 3.27274H10.9091V1.81819H8V3.27274Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.67013 16C9.2051 16 9.67163 15.5335 9.67163 14.9985V12.6596H10.3403C10.7416 12.6596 11.0091 12.392 11.0091 11.9908V5.31055H2.99084V11.9909C2.99084 12.3921 3.25833 12.6596 3.65956 12.6596H4.32832V14.9985C4.32832 15.5335 4.79474 16 5.32982 16C5.86474 16 6.33121 15.5335 6.33121 14.9985V12.6596H7.66869V14.9985C7.66863 15.5335 8.13516 16 8.67013 16Z" fill="currentColor"/>
3
+ <path d="M12.6793 11.9909C13.2143 11.9909 13.6807 11.5244 13.6807 10.9894V6.31161C13.6807 5.77947 13.2143 5.31055 12.6793 5.31055C12.1443 5.31055 11.6778 5.77947 11.6778 6.31161V10.9894C11.6778 11.5244 12.1442 11.9909 12.6793 11.9909Z" fill="currentColor"/>
4
+ <path d="M1.3206 11.9909C1.85563 11.9909 2.3221 11.5244 2.3221 10.9894V6.31161C2.3221 5.77947 1.85568 5.31055 1.3206 5.31055C0.785631 5.31055 0.319214 5.77947 0.319214 6.31161V10.9894C0.319214 11.5244 0.785631 11.9909 1.3206 11.9909Z" fill="currentColor"/>
5
+ <path d="M10.2065 0.100908C10.0729 -0.0336359 9.87381 -0.0336359 9.74012 0.100908L8.84322 0.994821L8.80184 1.03615C8.27002 0.769834 7.67376 0.636839 7.00975 0.635558C7.00649 0.635558 7.00328 0.635451 7.00003 0.635451H6.99992C6.99656 0.635451 6.99346 0.635558 6.9901 0.635558C6.32614 0.636839 5.72987 0.769834 5.19811 1.03615L5.15662 0.994821L4.25977 0.100908C4.12598 -0.0336359 3.92704 -0.0336359 3.79335 0.100908C3.65956 0.234704 3.65956 0.433262 3.79335 0.566951L4.66095 1.4347C4.38139 1.62136 4.1279 1.84976 3.90745 2.111C3.37969 2.73657 3.04306 3.55072 2.99677 4.43284C2.99634 4.44202 2.99544 4.45109 2.99501 4.46028C2.99218 4.52034 2.99084 4.58073 2.99084 4.64132H11.0091C11.0091 4.58073 11.0076 4.52034 11.0049 4.46028C11.0045 4.45109 11.0036 4.44202 11.003 4.43284C10.9568 3.55072 10.6201 2.73652 10.0923 2.11105C9.872 1.84981 9.61839 1.62141 9.33884 1.43476L10.2065 0.567005C10.3403 0.433262 10.3403 0.234704 10.2065 0.100908ZM5.32854 3.47373C5.05187 3.47373 4.82758 3.24944 4.82758 2.97277C4.82758 2.6961 5.05187 2.47181 5.32854 2.47181C5.60521 2.47181 5.8295 2.6961 5.8295 2.97277C5.8295 3.24944 5.60521 3.47373 5.32854 3.47373ZM8.67136 3.47373C8.39469 3.47373 8.1704 3.24944 8.1704 2.97277C8.1704 2.6961 8.39469 2.47181 8.67136 2.47181C8.94803 2.47181 9.17232 2.6961 9.17232 2.97277C9.17232 3.24944 8.94803 3.47373 8.67136 3.47373Z" fill="currentColor"/>
6
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.4444 16H3.55555C2.60588 16 1.71302 15.6302 1.04142 14.9586C0.369847 14.287 0 13.3941 0 12.4444V11.5555C0 11.0646 0.397948 10.6666 0.888894 10.6666C1.37984 10.6666 1.77779 11.0646 1.77779 11.5555V12.4444C1.77779 12.9193 1.96273 13.3657 2.29845 13.7015C2.63426 14.0372 3.08068 14.2222 3.55555 14.2222H12.4444C12.9193 14.2222 13.3657 14.0372 13.7015 13.7015C14.0372 13.3656 14.2222 12.9192 14.2222 12.4444V11.5555C14.2222 11.0646 14.6202 10.6666 15.1111 10.6666C15.602 10.6666 16 11.0646 16 11.5555V12.4444C16 13.3941 15.6302 14.2869 14.9586 14.9586C14.287 15.6302 13.3941 16 12.4444 16ZM7.99998 12.4444C7.87702 12.4444 7.75996 12.4194 7.65346 12.3743C7.55409 12.3323 7.46072 12.2713 7.37903 12.1916C7.379 12.1915 7.379 12.1915 7.37897 12.1915C7.37838 12.191 7.37779 12.1904 7.3772 12.1898C7.37704 12.1897 7.37685 12.1894 7.3767 12.1893C7.3762 12.1888 7.37577 12.1884 7.3753 12.1879C7.37499 12.1876 7.37471 12.1874 7.3744 12.187C7.37409 12.1867 7.37369 12.1863 7.37341 12.186C7.37279 12.1854 7.3721 12.1847 7.37148 12.1841L3.81591 8.62852C3.46879 8.2814 3.46879 7.71857 3.81591 7.37142C4.16302 7.0243 4.72588 7.02427 5.073 7.37142L7.11112 9.40954V0.888894C7.11109 0.397948 7.50904 0 7.99998 0C8.49093 0 8.88891 0.397948 8.88891 0.888894V9.40951L10.927 7.37142C11.2741 7.0243 11.837 7.0243 12.1841 7.37142C12.5312 7.71854 12.5312 8.2814 12.1841 8.62852L8.62852 12.1841C8.6279 12.1847 8.62721 12.1854 8.62659 12.186C8.62625 12.1863 8.62588 12.1867 8.6256 12.1869C8.62529 12.1873 8.62501 12.1875 8.6247 12.1878C8.62426 12.1883 8.62377 12.1888 8.62333 12.1892C8.62318 12.1894 8.62296 12.1896 8.6228 12.1897C8.62224 12.1903 8.62165 12.1909 8.62106 12.1915C8.62103 12.1915 8.62103 12.1915 8.621 12.1915C8.61122 12.201 8.60132 12.2103 8.59119 12.2193C8.51676 12.2857 8.43386 12.3375 8.3462 12.3744C8.34589 12.3745 8.34564 12.3747 8.34533 12.3748C8.34499 12.3749 8.34471 12.3751 8.34437 12.3752C8.23842 12.4198 8.12211 12.4444 7.99998 12.4444Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.6538 0.680511C12.7083 0.652702 12.7638 0.62438 12.8319 0.583147L12.7921 0.562091C12.6938 0.502444 12.5874 0.445891 12.4791 0.388243C12.4274 0.360745 12.3752 0.332996 12.3232 0.304544C12.145 0.18273 11.9496 0.0888035 11.7437 0.0259412C11.5949 -0.0175826 11.4357 -0.00606335 11.2946 0.0584227C11.1536 0.122909 11.0399 0.236125 10.9742 0.377692C10.896 0.547176 10.8611 0.733682 10.8725 0.920274C10.8725 2.09321 10.8869 3.28044 10.9014 4.45338C10.8942 4.6937 10.9087 4.93419 10.9449 5.17184C10.96 5.25988 10.9921 5.34404 11.0395 5.41952C11.0868 5.495 11.1484 5.5603 11.2208 5.61169C11.3193 5.6748 11.4314 5.71306 11.5476 5.72324C11.6638 5.73343 11.7808 5.71524 11.8886 5.6702C11.9465 5.65557 11.961 5.61136 11.961 5.55285V1.1111C11.9588 1.09371 11.9617 1.07607 11.9695 1.06038C11.9772 1.04469 11.9894 1.03168 12.0045 1.023C12.1133 0.964318 12.2186 0.909378 12.3239 0.854439C12.4291 0.799499 12.5344 0.744559 12.6432 0.685879C12.6468 0.68409 12.6503 0.682301 12.6538 0.680511ZM12.8319 3.82234V5.09801C12.9481 5.02519 13.064 4.95139 13.1947 4.86069C13.4053 4.73602 13.6121 4.61509 13.819 4.49415C14.0258 4.37322 14.2327 4.25229 14.4433 4.12761C14.6147 4.03049 14.7822 3.92908 14.9499 3.82761C15.1088 3.73141 15.2679 3.63516 15.4304 3.54244C15.5844 3.46114 15.7223 3.35181 15.837 3.21995C15.9243 3.12454 15.9797 3.00385 15.9954 2.87492C16.011 2.746 15.9862 2.61537 15.9243 2.5015C15.8262 2.3264 15.6799 2.18377 15.5032 2.0909C15.2566 1.95924 15.0241 1.82725 14.792 1.69526C14.6096 1.5919 14.4228 1.4837 14.2364 1.37572C14.0816 1.28605 13.927 1.19653 13.7755 1.1101C13.7621 1.10284 13.7471 1.09905 13.7319 1.09905C13.7167 1.09905 13.7017 1.10284 13.6883 1.1101C13.5421 1.2207 13.3903 1.32552 13.2364 1.43183C13.1455 1.49457 13.0539 1.55782 12.9623 1.6231C12.9481 1.63602 12.9368 1.6519 12.9293 1.66964C12.9218 1.68737 12.9182 1.70655 12.9188 1.72583V2.66404C12.926 2.66404 12.9297 2.66038 12.9333 2.65673C12.9369 2.65307 12.9405 2.64941 12.9478 2.64941C13.0857 2.56147 13.22 2.4772 13.3542 2.39292C13.4885 2.30864 13.6228 2.22436 13.7607 2.13642C13.7714 2.12901 13.7841 2.12504 13.7971 2.12504C13.8101 2.12504 13.8228 2.12901 13.8335 2.13642C13.9411 2.20152 14.0488 2.26313 14.1565 2.32473C14.2666 2.38772 14.3767 2.4507 14.4867 2.51743C14.5769 2.56064 14.6642 2.60961 14.7482 2.66404C14.6033 2.75214 14.4726 2.82562 14.3418 2.89876C13.8624 3.17704 13.3689 3.45564 12.8753 3.73425C12.8615 3.74419 12.8502 3.75743 12.8427 3.7728C12.8351 3.78817 12.8314 3.80518 12.8319 3.82234Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="22" height="24" viewBox="0 0 22 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.30815 2.44586C8.00129 2.63411 7.75562 2.75272 7.509 2.87602C6.58748 3.36737 5.7272 3.79754 4.80568 4.28795C4.74167 4.32431 4.68966 4.37863 4.6562 4.44421C4.62274 4.5098 4.60923 4.58376 4.61736 4.65693V23.2755C4.61736 23.5212 4.55624 23.7057 4.31057 23.7669C3.85464 23.9552 3.36009 24.0312 2.86866 23.9884C2.37722 23.9457 1.90328 23.7854 1.48672 23.5212C1.18046 23.3059 0.919692 23.0323 0.7194 22.716C0.519108 22.3997 0.383245 22.047 0.319539 21.6782C0.16509 20.682 0.102006 19.6737 0.131213 18.666C0.0700298 13.7497 0.00884184 8.77315 0.00884184 3.85683C-0.0391441 3.07511 0.108741 2.29379 0.439038 1.58366C0.717224 0.990161 1.19816 0.515478 1.79523 0.245067C2.39231 -0.0253429 3.06627 -0.0737303 3.69584 0.108649C4.56928 0.371444 5.39798 0.764987 6.15361 1.27586C6.82945 1.64484 7.50528 2.01287 8.11994 2.38186C8.18583 2.32255 8.24697 2.38373 8.30815 2.44586Z" fill="white"/>
3
+ <path d="M8.42587 21.3723V16.0258C8.42442 15.9536 8.44083 15.8821 8.47367 15.8177C8.50651 15.7533 8.55473 15.6981 8.61408 15.6569C10.7037 14.4887 12.7934 13.3215 14.8209 12.1543C15.3734 11.8465 15.9269 11.5397 16.5406 11.1707C16.1854 10.9425 15.8159 10.7372 15.4346 10.556C14.5131 10.0026 13.5917 9.51123 12.6701 8.95587C12.6247 8.92503 12.5711 8.90853 12.5162 8.90853C12.4613 8.90853 12.4077 8.92503 12.3623 8.95587C11.1951 9.6929 10.0891 10.3678 8.92098 11.1067C8.8598 11.1067 8.85982 11.1679 8.79769 11.1679V7.2352C8.79594 7.15413 8.81183 7.07365 8.84434 6.99937C8.87686 6.92508 8.92516 6.85876 8.9859 6.80504C10.0307 6.06801 11.0746 5.39311 12.0583 4.6542C12.1149 4.62396 12.1781 4.60815 12.2422 4.60815C12.3064 4.60815 12.3697 4.62396 12.4263 4.6542C13.8382 5.45335 15.3141 6.31368 16.7279 7.11188C17.7106 7.66442 18.6943 8.21789 19.7401 8.77042C20.488 9.15981 21.1072 9.75743 21.5228 10.4911C21.7846 10.9685 21.8898 11.5161 21.8236 12.0566C21.7574 12.5971 21.5232 13.1031 21.1539 13.5032C20.6682 14.0556 20.0849 14.5138 19.4332 14.8549C18.0213 15.654 16.6677 16.5144 15.2549 17.3126C13.473 18.3574 11.7524 19.3401 9.97051 20.3849C9.4095 20.7577 8.91722 21.0607 8.42587 21.3723Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="238" height="48" viewBox="0 0 238 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M61.4537 17.8485V22.8928H71.6263V27.9317H61.4537V35.7966H54.8828V12.8096H72.9844V17.8485H61.4537Z" fill="currentColor"/>
3
+ <path d="M76.4541 12.8095H83.025V35.6658H76.4541V12.8095Z" fill="currentColor"/>
4
+ <path d="M97.9099 29.6458H94.3082V35.6685H87.7373V12.8095H98.2755C104.599 12.8095 108.566 16.0035 108.566 21.2876C108.631 22.7986 108.242 24.2947 107.447 25.5858C106.653 26.877 105.489 27.905 104.104 28.5394L109.053 35.6658H102.119L97.9099 29.6458ZM98.0336 17.8484H94.4319V24.4843H98.0281C100.755 24.4843 102.119 23.2552 102.119 21.165C101.995 19.2001 100.755 17.8484 98.0281 17.8484H98.0336Z" fill="currentColor"/>
5
+ <path d="M131.006 30.6296V35.6685H112.533V12.8095H130.635V17.8484H118.98V21.6637H129.271V26.4573H118.98V30.6351L131.006 30.6296Z" fill="currentColor"/>
6
+ <path d="M141.421 17.8484V22.8928H151.593V27.9317H141.421V35.7966H134.85V12.8095H152.951V17.8484H141.421Z" fill="currentColor"/>
7
+ <path d="M156.298 12.8095H162.869V30.507H173.894V35.6685H156.413V12.8095H156.298Z" fill="currentColor"/>
8
+ <path d="M176.752 12.8095H183.323V35.6658H176.752V12.8095Z" fill="currentColor"/>
9
+ <path d="M210.104 12.8095V35.6658H204.773L194.601 23.5005V35.6658H188.159V12.8095H193.49L203.663 24.9748V12.8095H210.104Z" fill="currentColor"/>
10
+ <path d="M223.866 27.4329L221.391 30.0137V35.7884H214.938V12.8095H221.386V22.2714L230.313 12.8095H237.502L228.08 22.8928L238 35.6739H230.436L223.866 27.4329Z" fill="currentColor"/>
11
+ <path d="M16.7502 4.88842C16.1316 5.25632 15.6341 5.50162 15.1392 5.74961C13.2807 6.7334 11.5431 7.59181 9.68453 8.5756C9.5558 8.64839 9.45159 8.75748 9.3855 8.88897C9.31942 9.02047 9.29442 9.16842 9.31335 9.31412V46.5486C9.31335 47.0391 9.18969 47.4097 8.69481 47.5323C7.77434 47.9098 6.7758 48.0623 5.78338 47.9769C4.79096 47.8916 3.83353 47.5709 2.99243 47.0418C2.37431 46.6111 1.84823 46.0636 1.44391 45.4309C1.0396 44.7982 0.765171 44.0926 0.636432 43.3546C0.327663 41.3625 0.203398 39.3465 0.265245 37.3319C0.141525 27.4994 0.0178993 17.547 0.0178993 7.7145C-0.0791099 6.15032 0.219297 4.58688 0.886463 3.16613C1.44789 1.9794 2.41841 1.03032 3.62304 0.489747C4.82768 -0.050828 6.18734 -0.147392 7.45741 0.217461C9.21628 0.744425 10.8848 1.5318 12.4063 2.55294C13.781 3.29147 15.1337 4.0273 16.3736 4.76583C16.5028 4.64047 16.6265 4.76306 16.7502 4.88842Z" fill="currentColor"/>
12
+ <path d="M16.9984 42.736V32.0423C16.9942 31.8984 17.026 31.7558 17.0907 31.6269C17.1555 31.4981 17.2512 31.3871 17.3696 31.3038C21.5843 28.9683 25.7989 26.6328 29.8926 24.3001C31.0089 23.6869 32.1253 23.071 33.3625 22.3324C32.6455 21.8761 31.8998 21.4656 31.13 21.1034C29.2715 19.997 27.41 19.0132 25.5515 17.9095C25.46 17.8474 25.3516 17.8141 25.2407 17.8141C25.1298 17.8141 25.0218 17.8474 24.9303 17.9095C22.5741 19.3838 20.3443 20.7354 17.9881 22.2098C17.8644 22.2098 17.8645 22.3324 17.7408 22.3324V14.4676C17.7361 14.3059 17.7667 14.1452 17.8307 13.9965C17.8948 13.8478 17.9909 13.7147 18.112 13.6064C20.2207 12.132 22.3267 10.7803 24.3117 9.306C24.4263 9.24517 24.5543 9.21335 24.6843 9.21335C24.8142 9.21335 24.9422 9.24517 25.0568 9.306C27.9079 10.903 30.8853 12.6253 33.7364 14.2113C35.7187 15.3177 37.7036 16.4242 39.8096 17.5279C41.3189 18.3064 42.568 19.502 43.4057 20.9698C43.934 21.9245 44.1462 23.0195 44.0125 24.1002C43.8788 25.1809 43.406 26.1927 42.6607 26.9925C41.681 28.0979 40.5036 29.0144 39.1881 29.6959C36.337 31.2929 33.6099 33.0152 30.7588 34.6013C27.1627 36.6915 23.6929 38.6563 20.0968 40.7466C18.9806 41.5069 17.9909 42.1255 16.9984 42.736Z" fill="currentColor"/>
13
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.90138 0H8.09976C8.9541 0 9.90347 0.962408 9.90347 1.81674V14.2135C9.90347 15.0678 8.9541 16 8.09976 16H1.90138C1.04705 16 0.0965576 15.0678 0.0965576 14.2135V1.81674C0.0965576 0.962408 1.04705 0 1.90138 0ZM8.09976 14.9883C8.52772 14.9883 8.87456 14.6415 8.87456 14.2135V1.81674C8.87456 1.38879 8.52772 1.04195 8.09976 1.04195H1.90138C1.47343 1.04195 1.12659 1.38879 1.12659 1.81674V14.2135C1.12659 14.6415 1.47343 14.9883 1.90138 14.9883H8.09976ZM4.87139 1.55849H6.42099C6.63509 1.55849 6.80839 1.73179 6.80839 1.94589C6.80839 2.15999 6.63509 2.33329 6.42099 2.33329H4.87139C4.6573 2.33329 4.48399 2.15999 4.48399 1.94589C4.48399 1.73179 4.6573 1.55849 4.87139 1.55849ZM5.00059 14.4717C5.4285 14.4717 5.77539 14.1248 5.77539 13.6969C5.77539 13.269 5.4285 12.9221 5.00059 12.9221C4.57268 12.9221 4.22579 13.269 4.22579 13.6969C4.22579 14.1248 4.57268 14.4717 5.00059 14.4717ZM3.96754 1.94589C3.96754 2.15985 3.7941 2.33329 3.58014 2.33329C3.36619 2.33329 3.19274 2.15985 3.19274 1.94589C3.19274 1.73194 3.36619 1.55849 3.58014 1.55849C3.7941 1.55849 3.96754 1.73194 3.96754 1.94589Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.0318604 16V5.16323L3.06376 7.08443L0.272016 15.5797L9.96808 5.58349V10.5066L0.0318604 16Z" fill="currentColor"/>
3
+ <path d="M6.36583 7.32458L0.0318604 4.23265V0L9.45776 5.01313L6.36583 7.32458Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.51031 6.07875C4.42699 6.06597 4.34293 6.05878 4.25868 6.05725C4.06937 6.0549 3.98884 6.1244 3.9894 6.12431C3.93356 6.16372 3.90649 6.2225 3.90649 6.30362C3.90649 6.35534 3.9159 6.39575 3.93431 6.42412C3.94637 6.443 3.95143 6.45012 3.98781 6.47915L3.98834 6.47947C3.98774 6.47928 4.07124 6.54497 4.25996 6.53359C4.39284 6.52559 4.51043 6.50028 4.51043 6.50028H4.51031V6.07875Z" fill="currentColor"/>
3
+ <path d="M10.0592 5.52728C9.93694 5.52728 9.85038 5.569 9.79347 5.65603C9.73619 5.74363 9.70703 5.86828 9.70703 6.027C9.70703 6.18575 9.73603 6.31156 9.79347 6.39975C9.8505 6.48713 9.9375 6.52969 10.0592 6.52969C10.1809 6.52969 10.2683 6.48678 10.3261 6.39916C10.3841 6.31044 10.4137 6.18531 10.4137 6.02672C10.4137 5.86813 10.3844 5.74353 10.3261 5.65603C10.2685 5.56944 10.1815 5.52728 10.0592 5.52728Z" fill="currentColor"/>
4
+ <path d="M6.33305 5.52026C6.21136 5.52026 6.1248 5.56786 6.06789 5.65489C6.02999 5.71189 6.00577 5.78536 5.99268 5.87348L6.65408 5.87361C6.6478 5.78833 6.63108 5.71223 6.59293 5.65489C6.5353 5.56811 6.45474 5.52026 6.33305 5.52026Z" fill="currentColor"/>
5
+ <path d="M12.5488 2.28872C12.0687 2.28847 11.5938 2.38966 11.1554 2.58563C10.6616 1.70963 9.74441 1.12169 8.68612 1.12169C7.89241 1.12169 7.17397 1.45444 6.65775 1.99182L6.65834 1.99488C6.09394 1.25116 5.19441 0.771973 4.18903 0.771973C2.47228 0.771973 1.07887 2.1595 1.07887 3.87629C1.07844 4.30104 1.1655 4.72132 1.33463 5.11094C0.537375 5.58125 0 6.45141 0 7.45088C0 8.93838 1.1935 10.1495 2.66922 10.1495C2.85375 10.1496 3.03778 10.1304 3.21834 10.0923C3.624 11.1918 4.67641 11.9737 5.91694 11.9737C7.10456 11.9737 8.12463 11.2505 8.56262 10.2217C8.90687 10.3896 9.28494 10.4764 9.66794 10.4757C10.6086 10.4757 11.4347 9.95244 11.8668 9.18222C12.0891 9.22644 12.316 9.24982 12.5488 9.24982C14.4538 9.24982 16 7.69182 16 5.76929C16 3.84675 14.4537 2.28872 12.5488 2.28872ZM3.43916 6.32532C3.43916 6.60632 3.23516 6.78094 2.90709 6.78094C2.746 6.78094 2.59197 6.75566 2.42853 6.66925C2.39797 6.65157 2.36744 6.63582 2.33741 6.61403C2.33416 6.60941 2.32053 6.60391 2.33059 6.57769L2.33034 6.57722L2.39503 6.39732C2.40525 6.3665 2.42878 6.37679 2.43819 6.38247C2.456 6.39335 2.46919 6.40304 2.49228 6.41654C2.68337 6.53729 2.85969 6.53825 2.915 6.53825C3.05728 6.53825 3.14606 6.46238 3.14606 6.36066V6.35513C3.14606 6.2446 3.00966 6.2025 2.85209 6.15407L2.81728 6.14322C2.60094 6.08147 2.36928 5.99213 2.36928 5.71813V5.71253C2.36928 5.45269 2.57919 5.271 2.87959 5.271L2.91234 5.27088C3.08872 5.27088 3.25922 5.32203 3.38269 5.39728C3.39391 5.404 3.40484 5.41697 3.39862 5.43422C3.39275 5.45066 3.33791 5.5975 3.33159 5.61413C3.32 5.64488 3.28816 5.62429 3.28816 5.62429C3.18056 5.56488 3.01241 5.51788 2.87131 5.51788C2.74431 5.51788 2.662 5.5855 2.662 5.67722V5.68269C2.662 5.78972 2.8025 5.83569 2.96537 5.88847L2.99353 5.8976C3.20872 5.96522 3.43919 6.05985 3.43919 6.31972L3.43916 6.32532ZM4.785 6.68688C4.785 6.68688 4.75066 6.69622 4.71975 6.70332C4.64228 6.7201 4.56447 6.73522 4.48634 6.74869C4.39463 6.76416 4.29997 6.77216 4.20472 6.77216C4.11419 6.77216 4.03187 6.76375 3.95897 6.7471C3.88547 6.73066 3.82181 6.70291 3.77025 6.66541C3.71841 6.62785 3.67678 6.57791 3.64913 6.52019C3.62091 6.462 3.60663 6.39085 3.60663 6.30854C3.60663 6.22741 3.62337 6.15569 3.65625 6.09453C3.68881 6.03394 3.73487 5.98163 3.79087 5.94166C3.84672 5.90144 3.912 5.87122 3.98431 5.85169C4.05603 5.83232 4.13306 5.82241 4.21244 5.82241C4.27066 5.82241 4.31944 5.82375 4.35706 5.82654L4.35794 5.82869C4.35794 5.82869 4.43144 5.83535 4.51081 5.84685V5.80763C4.51081 5.68419 4.485 5.62544 4.43437 5.58657C4.38262 5.54688 4.30503 5.5266 4.20509 5.5266C4.20509 5.5266 3.97934 5.52366 3.80119 5.62069C3.79297 5.62557 3.78597 5.62832 3.78597 5.62832C3.78597 5.62832 3.76369 5.63616 3.7555 5.61329L3.68966 5.43691C3.67966 5.41135 3.698 5.40003 3.698 5.40003C3.78147 5.33463 3.98372 5.29535 3.98372 5.29535C4.05075 5.28188 4.16303 5.2725 4.23241 5.2725C4.41759 5.2725 4.56047 5.31541 4.65806 5.40069C4.756 5.48594 4.80562 5.6241 4.80562 5.80991L4.80616 6.65654C4.80619 6.65654 4.80794 6.68104 4.785 6.68688ZM5.40703 6.71672C5.40703 6.73225 5.39597 6.74488 5.38047 6.74488H5.13453C5.11894 6.74488 5.10791 6.73225 5.10791 6.71672V4.73729C5.10791 4.72182 5.11897 4.70929 5.13453 4.70929H5.38047C5.396 4.70929 5.40703 4.72179 5.40703 4.73729V6.71672ZM6.94413 6.07894C6.94159 6.10285 6.91713 6.10303 6.91713 6.10303L5.98819 6.10235C5.99347 6.24347 6.02756 6.34282 6.09578 6.411C6.16281 6.47763 6.26981 6.52013 6.41328 6.52038C6.63375 6.52097 6.72781 6.47641 6.79425 6.4516C6.79425 6.4516 6.81987 6.44241 6.82925 6.46778L6.88981 6.63769C6.90197 6.66635 6.89222 6.67625 6.882 6.68204C6.82438 6.71435 6.68328 6.77403 6.41519 6.77494C6.28466 6.77535 6.17178 6.7566 6.07831 6.72044C5.98425 6.68397 5.90606 6.63225 5.84491 6.56582C5.78434 6.49997 5.73897 6.42063 5.71084 6.33007C5.68281 6.2401 5.66875 6.14072 5.66875 6.03375C5.66875 5.9291 5.68234 5.82916 5.70931 5.738C5.73634 5.64572 5.77887 5.56516 5.83512 5.49697C5.89156 5.42875 5.96331 5.37419 6.04856 5.3341C6.13381 5.29432 6.23906 5.27472 6.35488 5.27472C6.44619 5.27457 6.53659 5.29291 6.62063 5.32866C6.67884 5.35335 6.73703 5.39863 6.797 5.46269C6.83462 5.50328 6.89247 5.59207 6.91575 5.67963L6.91641 5.67982C6.97594 5.88844 6.94513 6.06907 6.94413 6.07894ZM7.71037 6.78047C7.54928 6.78047 7.39525 6.75516 7.23178 6.66875C7.20122 6.65107 7.17059 6.63532 7.14066 6.61353C7.13731 6.60891 7.12366 6.60344 7.13372 6.57722L7.133 6.57672L7.19769 6.39682C7.20716 6.36744 7.23484 6.37822 7.24078 6.382C7.25831 6.39328 7.27181 6.40257 7.29494 6.41603C7.48544 6.53678 7.66222 6.53775 7.71766 6.53775C7.85994 6.53775 7.94872 6.46191 7.94872 6.36019V6.35466C7.94872 6.24413 7.81291 6.20203 7.65475 6.15357L7.62 6.14275C7.40366 6.081 7.172 5.99163 7.172 5.71766V5.71207C7.172 5.45219 7.38188 5.2705 7.68231 5.2705L7.71513 5.27041C7.8915 5.27041 8.062 5.32157 8.18547 5.39682C8.19662 5.4035 8.20762 5.4165 8.20134 5.43375C8.19606 5.45019 8.14112 5.59703 8.13491 5.61366C8.12325 5.64438 8.09141 5.62382 8.09141 5.62382C7.98322 5.56438 7.81566 5.51741 7.67456 5.51741C7.54756 5.51741 7.46525 5.585 7.46525 5.67675V5.68222C7.46525 5.78922 7.60575 5.83522 7.76862 5.888L7.79678 5.89713C8.01256 5.96472 8.24244 6.05938 8.24244 6.31925V6.32479C8.24247 6.60585 8.03844 6.78047 7.71037 6.78047ZM9.33372 5.52654C9.32837 5.55447 9.30262 5.5535 9.30262 5.5535H8.99712L8.78819 6.73579C8.76625 6.858 8.73888 6.96291 8.70669 7.04738C8.67416 7.13266 8.64019 7.19516 8.58616 7.25482C8.53619 7.31016 8.47969 7.351 8.41478 7.37447C8.35028 7.39775 8.2725 7.40975 8.18713 7.40975C8.14638 7.40975 8.10288 7.409 8.05125 7.39682C8.01409 7.38807 7.99381 7.38182 7.96653 7.37207C7.95491 7.36788 7.94566 7.35341 7.95225 7.33507C7.95872 7.31647 8.01334 7.16629 8.02103 7.14657C8.0305 7.12247 8.05453 7.13163 8.05453 7.13163C8.07106 7.13857 8.08253 7.1435 8.10456 7.14788C8.12663 7.15229 8.15647 7.15607 8.17894 7.15607C8.21928 7.15607 8.25606 7.15113 8.28806 7.14035C8.32681 7.12735 8.34925 7.10507 8.37297 7.07479C8.39744 7.0435 8.41731 7.00041 8.43766 6.94291C8.45828 6.88466 8.47694 6.80775 8.49322 6.71428L8.70119 5.5535H8.49622C8.47153 5.55363 8.46359 5.5421 8.466 5.52363L8.50056 5.33079C8.50597 5.30275 8.53166 5.30382 8.53166 5.30382H8.74219L8.75353 5.24094C8.785 5.05475 8.84772 4.91325 8.93991 4.82035C9.03275 4.72675 9.16497 4.67935 9.33272 4.67935C9.37494 4.67888 9.41712 4.68216 9.45878 4.6891C9.48975 4.6945 9.52034 4.70175 9.55044 4.71085C9.55703 4.71344 9.57478 4.72222 9.5675 4.74316L9.49659 4.93788C9.49066 4.95253 9.48659 4.96147 9.45638 4.95222C9.44884 4.95 9.43769 4.94675 9.40894 4.94066C9.38806 4.93629 9.36066 4.93294 9.33275 4.93294C9.29903 4.93247 9.26544 4.93735 9.23322 4.94729C9.20381 4.95694 9.17719 4.9735 9.15556 4.99563C9.13241 5.01885 9.10506 5.05266 9.09053 5.09457C9.0565 5.19279 9.04303 5.29704 9.04156 5.30375H9.33806C9.36287 5.30363 9.37075 5.31516 9.36834 5.33363L9.33372 5.52654ZM10.6871 6.32157C10.6601 6.41269 10.6182 6.49266 10.5624 6.55969C10.5066 6.62672 10.4354 6.68032 10.352 6.71841C10.2685 6.75654 10.1697 6.77591 10.0586 6.77591C9.94747 6.77591 9.84869 6.75654 9.76462 6.71841C9.68112 6.68019 9.61006 6.62669 9.55416 6.55969C9.49831 6.49263 9.45637 6.41269 9.4295 6.32157C9.40275 6.23103 9.38916 6.13225 9.38916 6.027C9.38916 5.92178 9.40275 5.823 9.4295 5.73244C9.45653 5.64132 9.49841 5.56135 9.55416 5.49435C9.61 5.42732 9.68116 5.37347 9.76462 5.33444C9.84869 5.29544 9.94687 5.27563 10.0586 5.27563C10.1703 5.27563 10.2691 5.29532 10.3526 5.33444C10.4366 5.37322 10.5071 5.42735 10.563 5.49435C10.6189 5.56138 10.6607 5.64132 10.6877 5.73244H10.6871C10.7138 5.82297 10.7274 5.92235 10.7274 6.027C10.7274 6.13229 10.7138 6.23103 10.6871 6.32157ZM11.8238 5.34857L11.8244 5.34475C11.8156 5.37004 11.7704 5.49697 11.7544 5.53938C11.7484 5.5555 11.7384 5.56641 11.7206 5.56441C11.7206 5.56441 11.6673 5.55197 11.6188 5.55197C11.5767 5.55197 11.5347 5.55785 11.4942 5.5695C11.451 5.58291 11.4117 5.6065 11.3795 5.63829C11.3458 5.67122 11.3185 5.71713 11.2984 5.77469C11.278 5.83288 11.2678 5.92519 11.2678 6.0181V6.71185C11.2678 6.72738 11.2552 6.73994 11.2397 6.73997H10.9963C10.9808 6.73994 10.9682 6.72738 10.9681 6.71185V5.33019C10.9681 5.31466 10.9793 5.30216 10.9947 5.30216H11.2322C11.2478 5.30216 11.2588 5.31466 11.2588 5.33019L11.259 5.44307C11.2942 5.39485 11.3578 5.35316 11.4153 5.32725C11.4736 5.30113 11.5382 5.2815 11.6546 5.28882C11.7152 5.29257 11.794 5.30919 11.8098 5.31522C11.8101 5.31532 11.8104 5.31544 11.8106 5.31554C11.8234 5.321 11.8293 5.33579 11.8238 5.34857ZM12.9955 6.70338C12.8921 6.74438 12.748 6.77275 12.6075 6.77275C12.37 6.77275 12.1877 6.70457 12.0666 6.56935C11.9455 6.43469 11.8843 6.25069 11.8843 6.02372C11.8843 5.9185 11.8993 5.81913 11.929 5.7286C11.959 5.63747 12.0037 5.5575 12.0625 5.4905C12.1213 5.42344 12.1954 5.36957 12.283 5.33057C12.3706 5.29154 12.4729 5.27185 12.5881 5.27185C12.6657 5.27185 12.7345 5.27654 12.7939 5.2856C12.8574 5.29519 12.9412 5.31791 12.9767 5.33182C12.9833 5.33435 13.0011 5.34316 12.9938 5.36404C12.968 5.43694 12.9503 5.48453 12.9262 5.55097C12.9159 5.57925 12.8945 5.56988 12.8945 5.56988C12.8039 5.54157 12.7175 5.52844 12.6046 5.52844C12.4694 5.52844 12.3671 5.57432 12.3007 5.6625C12.2333 5.75185 12.1958 5.86829 12.1954 6.0235C12.1948 6.194 12.2372 6.31978 12.313 6.398C12.3882 6.47613 12.4941 6.5156 12.6264 6.5156C12.6799 6.5156 12.7307 6.512 12.7763 6.50482C12.8216 6.49775 12.8641 6.48366 12.9039 6.46844C12.9039 6.46844 12.9299 6.45838 12.9388 6.485H12.9391L13.0067 6.67078C13.0153 6.69385 12.9955 6.70338 12.9955 6.70338ZM14.3702 6.07894C14.3677 6.10285 14.3433 6.10303 14.3433 6.10303L13.4143 6.10235C13.4196 6.24347 13.4537 6.34282 13.5219 6.411C13.5889 6.47763 13.6953 6.52013 13.8394 6.52038C14.0598 6.52097 14.1539 6.47641 14.2203 6.4516C14.2203 6.4516 14.246 6.44241 14.2553 6.46778L14.3158 6.63769C14.328 6.66635 14.3183 6.67625 14.308 6.68204C14.2503 6.71435 14.1093 6.77403 13.8412 6.77494C13.7112 6.77535 13.5977 6.7566 13.5043 6.72044C13.4102 6.68397 13.332 6.63225 13.2709 6.56582C13.2097 6.49997 13.1644 6.42063 13.1362 6.33007C13.1084 6.2401 13.0942 6.14072 13.0942 6.03375C13.0942 5.9291 13.1079 5.82916 13.1349 5.738C13.1619 5.64572 13.2043 5.56516 13.2607 5.49697C13.3172 5.42875 13.3889 5.37419 13.4741 5.3341C13.5594 5.29432 13.6646 5.27472 13.7804 5.27472C13.8717 5.27457 13.9622 5.29291 14.0462 5.32866C14.1044 5.35335 14.1626 5.39863 14.2226 5.46269C14.2602 5.50328 14.318 5.59207 14.3413 5.67963L14.3426 5.67982C14.4021 5.88844 14.3713 6.06907 14.3702 6.07894Z" fill="currentColor"/>
6
+ <path d="M13.7587 5.52026C13.637 5.52026 13.5504 5.56786 13.4936 5.65489C13.4556 5.71189 13.4314 5.78536 13.4183 5.87348L14.0797 5.87361C14.0735 5.78833 14.0568 5.71223 14.0186 5.65489C13.961 5.56811 13.8804 5.52026 13.7587 5.52026Z" fill="currentColor"/>
7
+ </svg>
@@ -0,0 +1,123 @@
1
+ <svg width="159" height="159" viewBox="0 0 159 159" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_464_6772)">
3
+ <path d="M159 121.603H0V121.682H159V121.603Z" fill="#EBEBEB"/>
4
+ <path d="M143.068 124.63H114.162V124.71H143.068V124.63Z" fill="#EBEBEB"/>
5
+ <path d="M105.328 123.769H97.413V123.848H105.328V123.769Z" fill="#EBEBEB"/>
6
+ <path d="M123.419 127.584H111.147V127.664H123.419V127.584Z" fill="#EBEBEB"/>
7
+ <path d="M23.8818 127.05H16.6823V127.13H23.8818V127.05Z" fill="#EBEBEB"/>
8
+ <path d="M35.263 127.05H26.712V127.13H35.263V127.05Z" fill="#EBEBEB"/>
9
+ <path d="M71.5977 125.708H56.7026V125.788H71.5977V125.708Z" fill="#EBEBEB"/>
10
+ <path d="M75.366 107.42H13.9634C13.4823 107.419 13.0213 107.228 12.6815 106.887C12.3416 106.547 12.1508 106.085 12.1508 105.604V19.2896C12.1549 18.8114 12.3477 18.3541 12.687 18.0171C13.0264 17.6801 13.4851 17.4906 13.9634 17.4897H75.366C75.8476 17.4897 76.3094 17.6811 76.6499 18.0216C76.9905 18.3621 77.1818 18.824 77.1818 19.3055V105.604C77.1818 106.086 76.9905 106.548 76.6499 106.888C76.3094 107.229 75.8476 107.42 75.366 107.42ZM13.9634 17.5533C13.5034 17.5542 13.0626 17.7375 12.7377 18.063C12.4127 18.3885 12.2303 18.8297 12.2303 19.2896V105.604C12.2303 106.064 12.4127 106.505 12.7377 106.831C13.0626 107.156 13.5034 107.34 13.9634 107.341H75.366C75.8262 107.34 76.2674 107.157 76.5928 106.831C76.9182 106.506 77.1014 106.065 77.1023 105.604V19.2896C77.1014 18.8294 76.9182 18.3883 76.5928 18.0628C76.2674 17.7374 75.8262 17.5542 75.366 17.5533H13.9634Z" fill="#EBEBEB"/>
11
+ <path d="M144.153 107.42H82.7468C82.2655 107.419 81.8041 107.228 81.4638 106.887C81.1235 106.547 80.9319 106.086 80.931 105.604V19.2896C80.936 18.8111 81.1295 18.3538 81.4694 18.0169C81.8093 17.6799 82.2682 17.4906 82.7468 17.4897H144.153C144.63 17.4914 145.088 17.6813 145.427 18.0182C145.766 18.3551 145.958 18.8119 145.962 19.2896V105.604C145.962 106.085 145.772 106.546 145.432 106.886C145.093 107.226 144.633 107.418 144.153 107.42ZM82.7468 17.5533C82.2866 17.5542 81.8454 17.7374 81.52 18.0628C81.1946 18.3883 81.0114 18.8294 81.0105 19.2896V105.604C81.0114 106.065 81.1946 106.506 81.52 106.831C81.8454 107.157 82.2866 107.34 82.7468 107.341H144.153C144.613 107.34 145.054 107.157 145.379 106.831C145.705 106.506 145.888 106.065 145.889 105.604V19.2896C145.888 18.8294 145.705 18.3883 145.379 18.0628C145.054 17.7374 144.613 17.5542 144.153 17.5533H82.7468Z" fill="#EBEBEB"/>
12
+ <path d="M16.679 121.6H54.6991L54.6991 37.5175H16.679L16.679 121.6Z" fill="#F0F0F0"/>
13
+ <path d="M16.6823 121.6H52.8994L52.8994 37.5175H16.6823L16.6823 121.6Z" fill="#F5F5F5"/>
14
+ <path d="M50.9913 119.695L50.9913 39.4287H18.5903L18.5903 119.695H50.9913Z" fill="#F0F0F0"/>
15
+ <path d="M29.0588 77.2738H22.454C22.2291 77.273 22.0136 77.1832 21.8545 77.0242C21.6955 76.8651 21.6058 76.6497 21.6049 76.4247C21.6058 76.1998 21.6955 75.9843 21.8545 75.8253C22.0136 75.6662 22.2291 75.5765 22.454 75.5757H29.0588C29.2838 75.5765 29.4992 75.6662 29.6583 75.8253C29.8173 75.9843 29.9071 76.1998 29.9079 76.4247C29.9071 76.6497 29.8173 76.8651 29.6583 77.0242C29.4992 77.1832 29.2838 77.273 29.0588 77.2738Z" fill="white"/>
16
+ <path d="M19.0864 119.695L19.0864 39.4287H18.5903L18.5903 119.695H19.0864Z" fill="#F0F0F0"/>
17
+ <path d="M72.5135 120.007H78.174V95.457H72.5135V120.007Z" fill="#F0F0F0"/>
18
+ <path d="M49.1724 121.565H77.0864V120.01H49.1724V121.565Z" fill="#F0F0F0"/>
19
+ <path d="M72.5135 95.4602H48.0848V120.01H72.5135V95.4602Z" fill="#F5F5F5"/>
20
+ <path d="M70.2844 98.4812H50.3077V106.533H70.2844V98.4812Z" fill="#F0F0F0"/>
21
+ <path d="M70.2844 108.934H50.3077V116.986H70.2844V108.934Z" fill="#F0F0F0"/>
22
+ <path d="M58.0541 99.1585H62.5411C62.6867 99.1577 62.8262 99.0994 62.9292 98.9965C63.0322 98.8935 63.0904 98.754 63.0912 98.6084C63.0912 98.4622 63.0334 98.3219 62.9303 98.2182C62.8272 98.1146 62.6873 98.0559 62.5411 98.0551H58.0541C57.9079 98.0559 57.768 98.1146 57.6649 98.2182C57.5618 98.3219 57.504 98.4622 57.504 98.6084C57.5048 98.754 57.563 98.8935 57.666 98.9965C57.769 99.0994 57.9085 99.1577 58.0541 99.1585Z" fill="#F5F5F5"/>
23
+ <path d="M58.0541 109.614H62.5411C62.6851 109.614 62.8231 109.557 62.9259 109.456C63.0286 109.355 63.0879 109.218 63.0912 109.074C63.0904 108.928 63.0322 108.789 62.9292 108.686C62.8262 108.583 62.6867 108.525 62.5411 108.524H58.0541C57.9085 108.525 57.769 108.583 57.666 108.686C57.563 108.789 57.5048 108.928 57.504 109.074C57.5073 109.218 57.5666 109.355 57.6693 109.456C57.772 109.557 57.9101 109.614 58.0541 109.614Z" fill="#F5F5F5"/>
24
+ <path d="M62.1594 94.9768C62.0484 94.976 61.9421 94.9315 61.8635 94.853C61.785 94.7744 61.7405 94.6681 61.7397 94.5571V81.8021C61.7397 81.6908 61.7839 81.584 61.8626 81.5053C61.9414 81.4265 62.0481 81.3823 62.1594 81.3823C62.2705 81.3832 62.3768 81.4276 62.4553 81.5062C62.5339 81.5847 62.5784 81.691 62.5792 81.8021V94.5571C62.5784 94.6681 62.5339 94.7744 62.4553 94.853C62.3768 94.9315 62.2705 94.976 62.1594 94.9768Z" fill="#F5F5F5"/>
25
+ <path d="M66.0868 94.4807H58.2322V95.4697H66.0868V94.4807Z" fill="#F0F0F0"/>
26
+ <path d="M64.3346 87.3447C64.2795 87.3447 64.2266 87.323 64.1873 87.2844C64.148 87.2457 64.1255 87.1931 64.1247 87.138V80.7716C64.1255 80.7162 64.1479 80.6633 64.1871 80.6241C64.2263 80.585 64.2792 80.5626 64.3346 80.5618C64.39 80.5626 64.4429 80.585 64.4821 80.6241C64.5213 80.6633 64.5436 80.7162 64.5445 80.7716V87.1316C64.5449 87.1595 64.5398 87.1871 64.5294 87.2129C64.519 87.2388 64.5037 87.2623 64.4841 87.2821C64.4646 87.3019 64.4413 87.3177 64.4156 87.3284C64.39 87.3392 64.3624 87.3447 64.3346 87.3447Z" fill="#F0F0F0"/>
27
+ <path d="M56.0506 82.966C56.0506 82.966 56.2064 76.9558 62.1594 76.9558C68.1123 76.9558 68.265 82.9597 68.265 82.9597L56.0506 82.966Z" fill="#F0F0F0"/>
28
+ <path d="M107.583 91.4565C107.751 91.4565 107.923 91.4565 108.095 91.4724C109.853 91.5995 111.507 92.3579 112.751 93.6078C113.995 94.8577 114.746 96.515 114.865 98.2745C114.915 99.0738 114.836 99.876 114.629 100.65C113.832 103.754 113.447 106.95 113.485 110.155V119.485C113.485 119.647 113.454 119.807 113.392 119.956C113.33 120.105 113.239 120.241 113.125 120.355C113.011 120.469 112.875 120.56 112.725 120.621C112.576 120.682 112.416 120.713 112.254 120.713H82.6387V91.4565H107.583Z" fill="#F0F0F0"/>
29
+ <path d="M75.3405 98.7546C75.3436 97.7172 75.568 96.6924 75.9986 95.7486C76.4292 94.8049 77.0561 93.9638 77.8376 93.2815C78.619 92.5992 79.537 92.0914 80.5302 91.7921C81.5234 91.4927 82.5691 91.4086 83.5974 91.5454C84.6257 91.6822 85.6131 92.0368 86.4935 92.5854C87.3739 93.134 88.1272 93.8641 88.7031 94.727C89.2789 95.5898 89.6642 96.5656 89.833 97.5891C90.0019 98.6127 89.9505 99.6605 89.6823 100.663C88.8877 103.767 88.5039 106.963 88.5407 110.168V119.498C88.5407 119.659 88.5089 119.818 88.4472 119.967C88.3855 120.116 88.295 120.251 88.181 120.365C88.067 120.478 87.9316 120.568 87.7827 120.63C87.6338 120.691 87.4743 120.722 87.3132 120.722H77.9608C77.8001 120.722 77.6409 120.69 77.4923 120.629C77.3438 120.567 77.2088 120.477 77.0951 120.363C76.9814 120.25 76.8913 120.115 76.8297 119.966C76.7682 119.818 76.7365 119.658 76.7365 119.498V109.608C76.7635 106.602 76.3827 103.607 75.6045 100.704C75.4291 100.069 75.3403 99.4133 75.3405 98.7546Z" fill="#F5F5F5"/>
30
+ <path d="M92.6939 120.713H119.282V102.949H92.6939V120.713Z" fill="#F0F0F0"/>
31
+ <path d="M141.256 106.969H105.668V79.7254C105.668 78.2613 106.25 76.8572 107.285 75.8219C108.32 74.7866 109.725 74.205 111.189 74.205H135.735C137.199 74.205 138.603 74.7866 139.639 75.8219C140.674 76.8572 141.256 78.2613 141.256 79.7254V106.969Z" fill="#E0E0E0"/>
32
+ <path d="M134.301 106.969H98.7136V79.4583C98.7136 78.0642 99.2674 76.7272 100.253 75.7414C101.239 74.7556 102.576 74.2018 103.97 74.2018H129.032C130.426 74.2018 131.763 74.7556 132.749 75.7414C133.734 76.7272 134.288 78.0642 134.288 79.4583V106.969H134.301Z" fill="#F5F5F5"/>
33
+ <path d="M117.545 108.562H93.0372C92.6155 108.562 92.2111 108.394 91.9129 108.096C91.6147 107.798 91.4472 107.393 91.4472 106.972V102.943C91.4472 102.521 91.6147 102.117 91.9129 101.818C92.2111 101.52 92.6155 101.353 93.0372 101.353H117.545C117.673 101.353 117.795 101.403 117.885 101.493C117.975 101.583 118.026 101.706 118.026 101.833V108.085C118.025 108.212 117.974 108.333 117.884 108.422C117.794 108.512 117.672 108.562 117.545 108.562Z" fill="#E0E0E0"/>
34
+ <path d="M143.879 91.4565C144.048 91.4565 144.216 91.4565 144.391 91.4724C146.149 91.6003 147.802 92.3589 149.046 93.6088C150.289 94.8586 151.039 96.5155 151.158 98.2745C151.212 99.0738 151.132 99.8766 150.923 100.65C150.125 103.755 149.74 106.952 149.778 110.158V119.488C149.778 119.649 149.746 119.809 149.685 119.957C149.623 120.106 149.532 120.241 149.418 120.355C149.304 120.469 149.169 120.559 149.02 120.62C148.871 120.682 148.712 120.713 148.551 120.713H118.932V91.4565H143.879Z" fill="#F0F0F0"/>
35
+ <path d="M111.637 98.7547C111.624 96.8528 112.355 95.0211 113.673 93.6499C114.991 92.2788 116.792 91.4766 118.693 91.4144C120.594 91.3522 122.444 92.0349 123.849 93.3169C125.254 94.599 126.103 96.379 126.214 98.2777C126.264 99.077 126.185 99.8792 125.979 100.653C125.182 103.757 124.797 106.953 124.834 110.158V119.488C124.834 119.813 124.705 120.124 124.476 120.354C124.246 120.584 123.935 120.713 123.61 120.713H114.254C114.093 120.713 113.934 120.681 113.786 120.619C113.637 120.558 113.502 120.468 113.389 120.354C113.275 120.24 113.185 120.105 113.123 119.957C113.062 119.808 113.03 119.649 113.03 119.488V109.608C113.056 106.603 112.677 103.608 111.901 100.704C111.726 100.069 111.637 99.4134 111.637 98.7547Z" fill="#F5F5F5"/>
36
+ <path d="M83.157 121.603H143.358C143.474 121.603 143.59 121.58 143.698 121.535C143.806 121.49 143.904 121.425 143.986 121.342C144.068 121.259 144.134 121.161 144.178 121.053C144.223 120.945 144.245 120.829 144.245 120.713H82.2698C82.2694 120.829 82.292 120.945 82.3364 121.053C82.3808 121.161 82.4461 121.259 82.5285 121.342C82.6109 121.425 82.7089 121.49 82.8167 121.535C82.9246 121.58 83.0402 121.603 83.157 121.603Z" fill="#E0E0E0"/>
37
+ <path d="M118.811 53.3824H138.174V32.2641H118.811V53.3824Z" fill="#E0E0E0"/>
38
+ <path d="M117.657 53.3824H137.522V32.2641H117.657V53.3824Z" fill="#F5F5F5"/>
39
+ <path d="M135.856 51.7192V33.9271H119.317V51.7192H135.856Z" fill="white"/>
40
+ <path d="M127.588 38.3251L132.11 46.1606H123.066L127.588 38.3251Z" fill="#F5F5F5"/>
41
+ <path d="M91.6475 65.7113H111.011V44.5929H91.6475V65.7113Z" fill="#E0E0E0"/>
42
+ <path d="M90.4933 65.7113H110.359V44.5929H90.4933V65.7113Z" fill="#F5F5F5"/>
43
+ <path d="M108.692 64.0481V46.256H92.1531V64.0481H108.692Z" fill="white"/>
44
+ <path d="M98.402 58.3242L96.4399 54.9248C96.2358 54.5699 96.1286 54.1677 96.129 53.7583C96.1295 53.349 96.2376 52.9469 96.4425 52.5926C96.6474 52.2382 96.9419 51.9439 97.2964 51.7393C97.6509 51.5347 98.053 51.4269 98.4624 51.4268H102.396C102.805 51.4273 103.207 51.5353 103.562 51.7399C103.916 51.9445 104.211 52.2386 104.416 52.5928C104.621 52.9469 104.729 53.3487 104.73 53.7579C104.731 54.1672 104.625 54.5695 104.422 54.9248L102.46 58.3242C102.255 58.6817 101.96 58.9788 101.604 59.1855C101.247 59.3921 100.843 59.501 100.431 59.501C100.019 59.501 99.6144 59.3921 99.2581 59.1855C98.9018 58.9788 98.6065 58.6817 98.402 58.3242Z" fill="#F5F5F5"/>
45
+ <path d="M79.5 135.964C113.552 135.964 141.157 134.352 141.157 132.364C141.157 130.376 113.552 128.765 79.5 128.765C45.4477 128.765 17.843 130.376 17.843 132.364C17.843 134.352 45.4477 135.964 79.5 135.964Z" fill="#F5F5F5"/>
46
+ <path d="M100.647 31.5774H27.3414L32.1655 131.41H105.471L100.647 31.5774Z" fill="#BA68C8"/>
47
+ <path opacity="0.2" d="M100.647 31.5774H27.3414L32.1655 131.41H105.471L100.647 31.5774Z" fill="black"/>
48
+ <path d="M101.324 31.5774H28.0187L32.846 131.41H106.151L101.324 31.5774Z" fill="#BA68C8"/>
49
+ <path opacity="0.2" d="M97.4541 34.9354H31.3705L35.9878 126.898L93.4504 126.822L103 118.356L97.4541 34.9354Z" fill="black"/>
50
+ <path d="M97.9597 34.9324C98.6644 62.4732 100.888 89.9541 104.622 117.25C99.3854 120.854 94.1755 124.458 88.9921 128.062H39.5685C34.9036 97.2192 32.1656 66.1157 31.3705 34.9324H97.9597Z" fill="white"/>
51
+ <path d="M104.622 117.25C99.3854 120.854 94.1755 124.458 88.9921 128.062C90.1242 123.292 91.304 118.522 92.5315 113.752L104.622 117.25Z" fill="#EBEBEB"/>
52
+ <path d="M49.2898 43.3465C49.4148 46.7131 49.5611 50.0818 49.7286 53.4526H39.6257C39.4561 50.0818 39.3099 46.7131 39.1869 43.3465H49.2898ZM50.3201 42.2812H38.0834C38.2255 46.358 38.4025 50.4369 38.6145 54.5179H50.8543C50.6423 50.439 50.4653 46.3601 50.3233 42.2812H50.3201Z" fill="#BA68C8"/>
53
+ <path d="M90.5726 47.1403H55.9679C55.9361 46.3803 55.9075 45.6171 55.8788 44.8571H90.4804C90.509 45.6171 90.5408 46.3803 90.5726 47.1403Z" fill="#E0E0E0"/>
54
+ <path d="M83.2617 51.9421H56.1808C56.1458 51.1789 56.1077 50.4188 56.0759 49.6588H83.1536C83.1896 50.4199 83.2256 51.181 83.2617 51.9421Z" fill="#E0E0E0"/>
55
+ <path d="M50.2819 63.1388C50.4939 66.5096 50.7303 69.8804 50.991 73.2512H40.885C40.6242 69.8804 40.3878 66.5096 40.1758 63.1388H50.2819ZM51.2804 62.0735H39.0438C39.2939 66.1545 39.5791 70.2355 39.8992 74.3165H52.1517C51.8337 70.2376 51.5475 66.1566 51.2931 62.0735H51.2804Z" fill="#BA68C8"/>
56
+ <path d="M69.769 66.9357H57.049C56.9981 66.1725 56.9441 65.4125 56.8964 64.6493H69.6164C69.6641 65.4125 69.7149 66.1725 69.769 66.9357Z" fill="#E0E0E0"/>
57
+ <path d="M81.8117 66.9357H72.4593C72.4084 66.1725 72.3543 65.4125 72.3066 64.6493H81.659C81.7067 65.4125 81.7576 66.1725 81.8117 66.9357Z" fill="#E0E0E0"/>
58
+ <path d="M87.682 71.7406H57.3989C57.3416 70.9774 57.2876 70.2174 57.2303 69.4542H87.5135C87.5707 70.2174 87.6248 70.9774 87.682 71.7406Z" fill="#E0E0E0"/>
59
+ <path d="M51.7988 82.9407C52.102 86.3115 52.4285 89.6823 52.7783 93.0531H42.6722C42.3224 89.6823 41.996 86.3115 41.6928 82.9407H51.7988ZM52.7719 81.8754H40.5321C40.8925 85.9585 41.2868 90.0406 41.7151 94.1215H53.9549C53.5309 90.0384 53.1366 85.9564 52.7719 81.8754Z" fill="#BA68C8"/>
60
+ <path d="M93.5237 89.2594H58.9157L59.1447 91.5426H93.7526L93.5237 89.2594Z" fill="#E0E0E0"/>
61
+ <path d="M85.5418 84.4545H58.4609C58.5308 85.2145 58.6008 85.9777 58.6739 86.7377H85.7516C85.6817 85.9777 85.6085 85.224 85.5418 84.4545Z" fill="#E0E0E0"/>
62
+ <path d="M53.8435 102.743C54.2378 106.113 54.6544 109.483 55.0933 112.852H44.9872C44.5484 109.485 44.1318 106.115 43.7375 102.743H53.8435ZM54.7975 101.677H42.5482C43.0146 105.76 43.5181 109.84 44.0587 113.917H56.2858C55.7494 109.84 55.2459 105.76 54.7753 101.677H54.7975Z" fill="#BA68C8"/>
63
+ <path d="M95.4284 106.53H60.8205C60.7283 105.767 60.636 105.007 60.547 104.244H95.1518C95.244 105.016 95.333 105.776 95.4284 106.53Z" fill="#E0E0E0"/>
64
+ <path d="M77.1752 111.341H61.4215C61.3229 110.581 61.2275 109.818 61.1321 109.058H76.8858C76.9812 109.818 77.0766 110.581 77.1752 111.341Z" fill="#E0E0E0"/>
65
+ <path d="M86.5816 111.341H79.7796C79.681 110.581 79.5856 109.818 79.4902 109.058H86.2922C86.3876 109.818 86.4957 110.581 86.5816 111.341Z" fill="#E0E0E0"/>
66
+ <path d="M44.8378 52.0088L44.3894 51.2965C43.41 49.7383 41.413 48.3486 40.7229 47.9416L41.2381 47.0289C42.5919 47.851 43.8015 48.8899 44.8187 50.104C46.3579 48.0084 48.6347 45.8428 51.7511 43.515L52.4094 44.3736C49.0831 46.8636 46.7554 49.1436 45.2862 51.3378L44.8378 52.0088Z" fill="#BA68C8"/>
67
+ <path d="M46.0462 71.8076L45.5787 71.0953C44.5611 69.5371 42.5259 68.1443 41.8263 67.7372L42.3128 66.8246C43.6925 67.647 44.9305 68.6864 45.9794 69.9028C47.4613 67.804 49.6777 65.6384 52.7337 63.3075C52.9595 63.5937 53.1884 63.8799 53.4142 64.1693C50.1547 66.6624 47.8874 68.9393 46.4786 71.1367C46.3324 71.3593 46.1893 71.585 46.0462 71.8076Z" fill="#BA68C8"/>
68
+ <path d="M47.8016 91.6603L47.3151 90.948C46.253 89.3898 44.1796 87.9969 43.4705 87.5931C43.6231 87.2751 43.7885 86.9825 43.9347 86.6804C45.3359 87.5042 46.5998 88.5417 47.6808 89.7555C49.1086 87.6567 51.2678 85.4943 54.257 83.1602L54.963 84.0219C51.783 86.5151 49.557 88.7919 48.2118 90.9893L47.8016 91.6603Z" fill="#BA68C8"/>
69
+ <path d="M79.8592 122.576C77.983 122.576 76.9018 121.883 75.9478 121.272C74.9938 120.662 74.1733 120.134 72.5897 120.134C71.006 120.134 70.3001 120.687 69.5528 121.272C68.8055 121.858 67.8896 122.576 66.0134 122.576C64.1372 122.576 63.056 121.883 62.1052 121.272C61.1544 120.662 60.334 120.134 58.7471 120.134C57.1603 120.134 56.4575 120.687 55.7102 121.272C54.9629 121.858 54.0471 122.576 52.1741 122.576C50.3011 122.576 49.2167 121.883 48.2627 121.272C47.3087 120.662 46.4914 120.134 44.9046 120.134C44.8633 119.816 44.8187 119.523 44.7774 119.218C46.6536 119.218 47.7316 119.911 48.6856 120.522C49.6396 121.133 50.4569 121.66 52.0405 121.66C53.6242 121.66 54.3301 121.107 55.0774 120.522C55.8247 119.937 56.7437 119.218 58.6199 119.218C60.4961 119.218 61.571 119.911 62.525 120.522C63.479 121.133 64.2994 121.66 65.8831 121.66C67.4667 121.66 68.1727 121.107 68.92 120.522C69.6673 119.937 70.5863 119.218 72.4625 119.218C74.3387 119.218 75.4167 119.911 76.3707 120.522C77.3247 121.133 78.142 121.66 79.7288 121.66C79.7701 121.966 79.8178 122.271 79.8592 122.576Z" fill="#EBEBEB"/>
70
+ <path d="M82.5495 34.0482C81.4746 31.1862 78.991 29.3068 76.3198 29.3068H70.8757C70.4704 29.3033 70.0751 29.1809 69.7388 28.9548C69.4024 28.7287 69.1398 28.4088 68.9836 28.0348C68.5987 27.1208 67.9552 26.3392 67.132 25.7861C66.3088 25.233 65.342 24.9325 64.3503 24.9216C63.391 24.9119 62.4536 25.2086 61.6746 25.7685C60.8956 26.3285 60.3157 27.1224 60.0192 28.0348C59.8984 28.4082 59.6613 28.733 59.3425 28.9619C59.0238 29.1908 58.6402 29.3116 58.2479 29.3068H52.8069C50.1325 29.3068 47.8302 31.1958 47.0352 34.0482L46.7172 35.1835H82.9692L82.5495 34.0482Z" fill="#263238"/>
71
+ <path d="M82.7434 36.3028H47.0638C46.7629 36.2993 46.4745 36.1819 46.2568 35.9742C46.039 35.7664 45.9081 35.4839 45.8904 35.1835C45.8826 35.0391 45.9044 34.8947 45.9545 34.7591C46.0046 34.6235 46.082 34.4997 46.1818 34.3951C46.2816 34.2905 46.4017 34.2075 46.5348 34.1511C46.6679 34.0947 46.8112 34.0662 46.9557 34.0673H82.6353C82.9357 34.0707 83.2237 34.1877 83.4413 34.3948C83.659 34.6019 83.7903 34.8836 83.8087 35.1835C83.817 35.3281 83.7955 35.4728 83.7456 35.6088C83.6957 35.7448 83.6184 35.869 83.5186 35.974C83.4187 36.0789 83.2984 36.1622 83.1651 36.2188C83.0318 36.2753 82.8883 36.3039 82.7434 36.3028Z" fill="#BA68C8"/>
72
+ <path opacity="0.2" d="M82.7434 36.3028H47.0638C46.7629 36.2993 46.4745 36.1819 46.2568 35.9742C46.039 35.7664 45.9081 35.4839 45.8904 35.1835C45.8826 35.0391 45.9044 34.8947 45.9545 34.7591C46.0046 34.6235 46.082 34.4997 46.1818 34.3951C46.2816 34.2905 46.4017 34.2075 46.5348 34.1511C46.6679 34.0947 46.8112 34.0662 46.9557 34.0673H82.6353C82.9357 34.0707 83.2237 34.1877 83.4413 34.3948C83.659 34.6019 83.7903 34.8836 83.8087 35.1835C83.817 35.3281 83.7955 35.4728 83.7456 35.6088C83.6957 35.7448 83.6184 35.869 83.5186 35.974C83.4187 36.0789 83.2984 36.1622 83.1651 36.2188C83.0318 36.2753 82.8883 36.3039 82.7434 36.3028Z" fill="black"/>
73
+ <path d="M114.773 130.453H112.442L112.21 125.057H114.541L114.773 130.453Z" fill="#FFC3BD"/>
74
+ <path d="M128.761 130.453H126.431L125.26 125.057H127.588L128.761 130.453Z" fill="#FFC3BD"/>
75
+ <path d="M126.265 130.183H128.882C128.929 130.183 128.973 130.198 129.009 130.227C129.045 130.256 129.07 130.297 129.08 130.342L129.541 132.415C129.551 132.466 129.55 132.518 129.538 132.567C129.526 132.617 129.502 132.664 129.47 132.703C129.437 132.743 129.396 132.775 129.349 132.797C129.303 132.818 129.252 132.829 129.2 132.829C128.288 132.813 127.843 132.759 126.691 132.759C125.982 132.759 124.523 132.832 123.546 132.832C122.57 132.832 122.44 131.878 122.84 131.779C124.637 131.385 125.311 130.844 125.887 130.326C125.991 130.234 126.126 130.183 126.265 130.183Z" fill="#263238"/>
76
+ <path d="M112.458 130.183H115.002C115.048 130.183 115.093 130.198 115.129 130.227C115.164 130.256 115.189 130.297 115.199 130.342L115.66 132.415C115.671 132.464 115.672 132.514 115.661 132.563C115.651 132.612 115.629 132.658 115.599 132.697C115.568 132.737 115.53 132.769 115.485 132.792C115.441 132.815 115.392 132.827 115.342 132.829C114.423 132.813 113.097 132.759 111.943 132.759C110.594 132.759 109.43 132.832 107.847 132.832C106.893 132.832 106.626 131.878 107.026 131.779C108.848 131.379 110.337 131.337 111.911 130.364C112.074 130.256 112.262 130.193 112.458 130.183Z" fill="#263238"/>
77
+ <path d="M117.024 45.4485C116.706 47.153 116.522 49.2645 117.714 50.4029C117.714 50.4029 117.03 52.1328 113.863 52.1328C110.969 52.1328 112.419 50.4029 112.419 50.4029C114.327 49.9482 114.219 47.5982 113.889 46.2689L117.024 45.4485Z" fill="#FFC3BD"/>
78
+ <path d="M111.51 50.6415C111.574 50.2186 112.318 49.7257 113.164 49.5412C114.01 49.3568 117.26 48.9466 118.252 49.3568C119.244 49.767 118.08 50.9818 118.08 50.9818L111.51 50.6415Z" fill="#BA68C8"/>
79
+ <path opacity="0.4" d="M111.51 50.6415C111.574 50.2186 112.318 49.7257 113.164 49.5412C114.01 49.3568 117.26 48.9466 118.252 49.3568C119.244 49.767 118.08 50.9818 118.08 50.9818L111.51 50.6415Z" fill="white"/>
80
+ <path opacity="0.2" d="M112.21 125.06L112.331 127.839H114.662L114.541 125.06H112.21Z" fill="black"/>
81
+ <path opacity="0.2" d="M127.591 125.06H125.26L125.865 127.839H128.195L127.591 125.06Z" fill="black"/>
82
+ <path d="M122.541 52.5018L119.734 54.378C119.734 54.378 123.766 61.5489 123.429 62.6969C122.968 64.2615 122.325 67.68 121.451 69.4162C121.565 69.7915 122.147 70.6469 122.472 70.7932C124.698 69.1014 126.946 63.7972 126.863 62.3121C126.669 58.9445 122.541 52.5018 122.541 52.5018Z" fill="#FFC3BD"/>
83
+ <path d="M121.451 69.4226L119.225 69.2509L120.392 71.7026C120.392 71.7026 122.335 71.7885 122.659 70.3034L121.451 69.4226Z" fill="#B55B52"/>
84
+ <path d="M132.454 81.3794L132.266 81.7323L131.007 84.1142L86.3022 60.4772L87.7459 57.7424L132.454 81.3794Z" fill="#BA68C8"/>
85
+ <path d="M135.344 75.9194L134.422 77.6621L133.9 78.6479L89.1927 55.0109L90.6365 52.2761L135.344 75.9194Z" fill="#BA68C8"/>
86
+ <path d="M89.2076 55.0028L87.7608 57.7343L132.45 81.406L133.897 78.6746L89.2076 55.0028Z" fill="#BA68C8"/>
87
+ <path opacity="0.2" d="M89.2076 55.0028L87.7608 57.7343L132.45 81.406L133.897 78.6746L89.2076 55.0028Z" fill="black"/>
88
+ <path d="M84.3751 52.6385L83.0745 55.0998L86.3022 60.4772L90.6366 52.2792L84.3751 52.6385Z" fill="#BA68C8"/>
89
+ <path opacity="0.8" d="M84.3751 52.6385L83.0745 55.0998L86.3022 60.4772L90.6366 52.2792L84.3751 52.6385Z" fill="white"/>
90
+ <path d="M81.6912 52.7945L83.0745 55.1L84.3751 52.6387L81.6912 52.7945Z" fill="#BA68C8"/>
91
+ <path d="M117.434 70.367L118.598 72.5358L120.401 71.7026L119.234 69.2509L117.434 70.367Z" fill="#B55B52"/>
92
+ <path d="M121.874 50.9309C124.077 51.2489 126.602 58.8809 126.602 58.8809L121.972 61.4948C121.972 61.4948 119.934 57.876 118.932 55.173C117.876 52.3459 119.511 50.5874 121.874 50.9309Z" fill="#263238"/>
93
+ <path opacity="0.2" d="M120.592 53.5482C119.59 52.6323 120.204 56.5532 120.681 59.0623C120.926 59.552 121.158 59.9972 121.355 60.3692C122.471 58.3976 121.972 54.8106 120.592 53.5482Z" fill="black"/>
94
+ <path d="M108.823 51.0518C108.823 51.0518 106.072 58.0859 108.683 71.1875H121.158C121.244 69.2795 120.042 59.943 121.886 50.9309C120.509 50.6649 119.115 50.4886 117.714 50.403C115.951 50.3012 114.183 50.3012 112.42 50.403C111.205 50.5244 110.003 50.7413 108.823 51.0518Z" fill="#263238"/>
95
+ <path d="M110.74 54.3208L107.599 53.0774C107.599 53.0774 103.98 60.4645 102.829 60.8366C101.28 61.3454 98.1 62.7446 96.1729 63.0181C95.9312 63.3361 95.556 64.2901 95.6164 64.6399C98.2717 65.508 103.923 64.3569 105.093 63.4474C107.777 61.374 110.74 54.3208 110.74 54.3208Z" fill="#FFC3BD"/>
96
+ <path opacity="0.2" d="M111.094 53.4811C110.575 52.2855 109.583 51.7862 108.55 51.9611C108.149 53.4271 107.471 56.6484 107.596 61.5011L108.336 61.8573C108.336 61.8573 111.981 55.5259 111.094 53.4811Z" fill="black"/>
97
+ <path d="M111.59 52.6449C112.372 54.731 108.41 60.8684 108.41 60.8684L103.748 58.3244C104.448 56.4155 105.351 54.5872 106.441 52.8707C108.079 50.4253 110.728 50.3585 111.59 52.6449Z" fill="#263238"/>
98
+ <path d="M96.2874 63.0117L93.5145 63.6L94.92 66.1663C95.6951 65.7807 96.3993 65.2668 97.0029 64.6462L96.2874 63.0117Z" fill="#FFC3BD"/>
99
+ <path d="M92.2043 64.182L93.3109 65.7148L94.92 66.1791L93.5144 63.6128L92.2043 64.182Z" fill="#FFC3BD"/>
100
+ <path d="M111.739 42.9968C111.739 43.1844 111.621 43.3148 111.497 43.3148C111.373 43.3148 111.284 43.1494 111.297 42.9618C111.31 42.7742 111.415 42.6438 111.539 42.6438C111.663 42.6438 111.752 42.8092 111.739 42.9968Z" fill="#263238"/>
101
+ <path d="M111.904 43.0128C111.648 43.5731 111.315 44.0953 110.915 44.5647C111.038 44.664 111.181 44.7351 111.335 44.773C111.488 44.811 111.648 44.8147 111.803 44.7841L111.904 43.0128Z" fill="#ED847E"/>
102
+ <path d="M111.501 42.3481C111.484 42.3446 111.468 42.3381 111.453 42.3291C111.441 42.3213 111.43 42.3112 111.422 42.2992C111.413 42.2873 111.407 42.2738 111.404 42.2595C111.401 42.2453 111.401 42.2306 111.404 42.2163C111.407 42.202 111.413 42.1884 111.421 42.1764C111.513 42.0275 111.639 41.9026 111.789 41.8119C111.939 41.7213 112.108 41.6675 112.283 41.6549C112.312 41.6564 112.339 41.6687 112.36 41.6892C112.38 41.7098 112.393 41.7372 112.394 41.7662C112.394 41.7957 112.382 41.824 112.362 41.8449C112.341 41.8658 112.312 41.8775 112.283 41.8775C112.147 41.8902 112.016 41.9344 111.901 42.0068C111.786 42.0791 111.689 42.1775 111.618 42.2941C111.607 42.3142 111.589 42.3303 111.568 42.34C111.547 42.3497 111.523 42.3525 111.501 42.3481Z" fill="#263238"/>
103
+ <path d="M118.061 42.8345C117.787 45.1305 117.743 46.4852 116.512 47.6045C114.658 49.2836 111.876 48.0656 111.456 45.7315C111.081 43.6327 111.593 40.2333 113.901 39.4446C114.409 39.2689 114.954 39.2258 115.483 39.3196C116.012 39.4134 116.509 39.6409 116.926 39.9805C117.342 40.3201 117.665 40.7605 117.864 41.26C118.063 41.7595 118.13 42.3015 118.061 42.8345Z" fill="#FFC3BD"/>
104
+ <path d="M113.434 43.2829C112.629 43.4419 111.345 41.6548 112.394 40.1379C111.863 39.874 110.13 40.917 109.478 39.9439C108.826 38.9709 110.636 38.4525 110.289 37.6289C111.516 37.8801 109.494 39.4129 110.661 39.2634C111.828 39.114 113.173 36.9579 114.477 37.842C116.783 39.3906 119.924 36.8085 118.643 40.0425C120.214 39.7245 121.289 41.5816 119.791 42.8695C116.805 45.4294 118.643 45.7665 116.751 45.8969C115.803 45.9669 113.599 44.838 113.434 43.2829Z" fill="#263238"/>
105
+ <path d="M114.626 43.884C114.516 44.1135 114.361 44.3187 114.171 44.4875C113.98 44.6562 113.758 44.7851 113.517 44.8666C112.881 45.086 112.515 44.5168 112.664 43.8903C112.798 43.3243 113.3 42.5293 113.959 42.5865C114.103 42.6007 114.242 42.6508 114.362 42.7323C114.482 42.8138 114.58 42.9242 114.646 43.0533C114.713 43.1823 114.746 43.326 114.742 43.4711C114.739 43.6163 114.699 43.7582 114.626 43.884Z" fill="#FFC3BD"/>
106
+ <path d="M113.103 71.1874C113.103 71.1874 115.749 88.9954 117.199 95.6734C118.789 102.987 124.777 127.311 124.777 127.311H129.044C129.044 127.311 125.098 103.569 124.189 96.3348C123.206 88.4866 121.145 71.1969 121.145 71.1969L113.103 71.1874Z" fill="#BA68C8"/>
107
+ <path opacity="0.2" d="M113.103 71.1874C113.103 71.1874 115.749 88.9954 117.199 95.6734C118.789 102.987 124.777 127.311 124.777 127.311H129.044C129.044 127.311 125.098 103.569 124.189 96.3348C123.206 88.4866 121.145 71.1969 121.145 71.1969L113.103 71.1874Z" fill="white"/>
108
+ <path opacity="0.2" d="M116.245 77.414C116.048 77.1341 115.87 77.0387 115.705 77.096H115.67C115.632 77.1124 115.597 77.1338 115.565 77.1596C115.531 77.1871 115.5 77.218 115.472 77.2518L115.421 77.3154L115.355 77.4203C115.299 77.5129 115.252 77.6096 115.212 77.7097C115.186 77.7701 115.161 77.8337 115.138 77.8973C115.116 77.9609 115.081 78.0595 115.056 78.1486C115.03 78.2376 114.983 78.3902 114.948 78.5206C114.948 78.5556 114.932 78.5874 114.922 78.6224C114.913 78.6574 114.887 78.7687 114.871 78.8418C114.855 78.9149 114.843 78.969 114.83 79.0326C114.801 79.1566 114.776 79.287 114.751 79.4206C114.725 79.5541 114.696 79.7099 114.671 79.8594C114.671 79.9103 114.655 79.9612 114.646 80.0152C114.614 80.206 114.585 80.4 114.557 80.6003C115.262 85.0333 116.102 90.1149 116.783 93.6606C116.814 93.5461 116.849 93.4253 116.878 93.2949C117.017 92.7034 117.123 92.1046 117.196 91.5014C117.797 86.9317 117.52 79.2361 116.245 77.414Z" fill="black"/>
109
+ <path d="M108.683 71.1874C108.683 71.1874 108.365 88.6074 108.616 95.7147C108.88 103.105 111.462 127.302 111.462 127.302H115.409C115.409 127.302 115.552 103.534 115.727 96.2776C115.918 88.3657 116.872 71.1874 116.872 71.1874H108.683Z" fill="#BA68C8"/>
110
+ <path opacity="0.2" d="M108.683 71.1874C108.683 71.1874 108.365 88.6074 108.616 95.7147C108.88 103.105 111.462 127.302 111.462 127.302H115.409C115.409 127.302 115.552 103.534 115.727 96.2776C115.918 88.3657 116.872 71.1874 116.872 71.1874H108.683Z" fill="white"/>
111
+ <path d="M115.669 126.093C115.685 126.093 115.669 127.381 115.669 127.381H111.119L110.928 125.934L115.669 126.093Z" fill="#263238"/>
112
+ <path d="M129.045 126.189C129.064 126.189 129.258 127.381 129.258 127.381H124.567L124.154 126.014L129.045 126.189Z" fill="#263238"/>
113
+ <path d="M125.496 130.59C125.337 130.603 125.179 130.561 125.047 130.472C125.005 130.438 124.972 130.392 124.951 130.341C124.931 130.29 124.925 130.234 124.933 130.18C124.933 130.148 124.942 130.117 124.958 130.089C124.974 130.062 124.997 130.039 125.025 130.024C125.283 129.894 126.036 130.342 126.122 130.405C126.131 130.412 126.138 130.421 126.142 130.431C126.146 130.441 126.147 130.452 126.144 130.463C126.143 130.473 126.138 130.483 126.131 130.491C126.123 130.499 126.114 130.505 126.103 130.507C125.904 130.557 125.701 130.585 125.496 130.59ZM125.149 130.11C125.125 130.104 125.1 130.104 125.076 130.11C125.065 130.116 125.056 130.125 125.05 130.137C125.043 130.148 125.04 130.161 125.041 130.173C125.036 130.21 125.041 130.248 125.054 130.283C125.067 130.318 125.089 130.349 125.117 130.374C125.377 130.494 125.673 130.51 125.944 130.418C125.701 130.265 125.431 130.16 125.149 130.11Z" fill="#BA68C8"/>
114
+ <path d="M126.09 130.51C126.082 130.513 126.073 130.513 126.065 130.51C125.823 130.38 125.359 129.874 125.407 129.611C125.415 129.57 125.437 129.534 125.469 129.508C125.5 129.482 125.54 129.467 125.582 129.467C125.624 129.461 125.666 129.464 125.707 129.476C125.748 129.488 125.785 129.509 125.817 129.537C126.087 129.757 126.135 130.431 126.135 130.46C126.135 130.469 126.132 130.479 126.128 130.488C126.124 130.497 126.117 130.504 126.11 130.51C126.103 130.512 126.097 130.512 126.09 130.51ZM125.62 129.556H125.61C125.537 129.556 125.531 129.598 125.528 129.614C125.499 129.766 125.795 130.151 126.036 130.332C126.02 130.067 125.923 129.813 125.76 129.604C125.739 129.587 125.715 129.574 125.69 129.567C125.664 129.56 125.637 129.558 125.61 129.563L125.62 129.556Z" fill="#BA68C8"/>
115
+ <path d="M111.488 130.59C111.288 130.608 111.088 130.558 110.922 130.447C110.885 130.413 110.857 130.372 110.839 130.325C110.821 130.279 110.815 130.229 110.82 130.18C110.82 130.149 110.828 130.12 110.844 130.094C110.86 130.068 110.882 130.047 110.909 130.033C111.192 129.874 112.13 130.351 112.235 130.405C112.246 130.41 112.254 130.419 112.259 130.429C112.265 130.439 112.266 130.451 112.264 130.463C112.262 130.474 112.257 130.485 112.249 130.493C112.241 130.501 112.231 130.506 112.219 130.507C111.979 130.559 111.734 130.586 111.488 130.59ZM111.065 130.11C111.03 130.108 110.995 130.115 110.963 130.129C110.952 130.135 110.944 130.144 110.937 130.154C110.931 130.165 110.928 130.177 110.928 130.189C110.924 130.222 110.927 130.255 110.939 130.285C110.951 130.316 110.97 130.343 110.995 130.364C111.138 130.491 111.523 130.514 112.038 130.428C111.734 130.268 111.405 130.16 111.065 130.11Z" fill="#BA68C8"/>
116
+ <path d="M112.21 130.51H112.187C111.904 130.383 111.348 129.874 111.392 129.617C111.392 129.556 111.446 129.477 111.596 129.464C111.652 129.456 111.71 129.46 111.765 129.476C111.82 129.491 111.871 129.519 111.914 129.556C112.21 129.801 112.27 130.428 112.273 130.456C112.275 130.466 112.273 130.475 112.269 130.484C112.265 130.492 112.259 130.499 112.251 130.504C112.239 130.511 112.224 130.514 112.21 130.51ZM111.64 129.556H111.618C111.52 129.556 111.513 129.604 111.51 129.62C111.485 129.776 111.863 130.173 112.146 130.345C112.119 130.078 112.007 129.826 111.828 129.626C111.774 129.586 111.708 129.563 111.64 129.563V129.556Z" fill="#BA68C8"/>
117
+ </g>
118
+ <defs>
119
+ <clipPath id="clip0_464_6772">
120
+ <rect width="159" height="159" fill="white"/>
121
+ </clipPath>
122
+ </defs>
123
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="2" height="16" viewBox="0 0 2 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" width="1" height="16" rx="0.5" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.688042 9.91308C0.247712 9.03675 0 8.04677 0 6.99996C0 5.95314 0.247712 4.96316 0.688042 4.08684C1.75742 1.9559 3.96297 0.492615 6.50734 0.492615C9.05171 0.492615 11.2573 1.9559 12.3266 4.08684C12.5242 4.48003 12.683 4.8961 12.798 5.32992H11.8954C11.844 5.16406 11.7852 5.00147 11.7193 4.84256C11.0109 5.11717 10.1757 5.33755 9.25387 5.48592C9.3016 5.97093 9.32719 6.47807 9.32719 6.99996C9.32719 7.52185 9.3016 8.02898 9.25387 8.514C9.85897 8.61138 10.4267 8.73979 10.9457 8.8942V9.80207C10.4034 9.62503 9.79648 9.47993 9.14238 9.37384C8.96451 10.471 8.66865 11.415 8.2986 12.106C8.2422 12.211 8.18363 12.3104 8.12333 12.4041C9.25325 12.0662 10.2349 11.3835 10.9457 10.4779V11.7571C9.78285 12.8427 8.22203 13.5073 6.50734 13.5073C3.96297 13.5073 1.75742 12.044 0.688042 9.91308ZM1.29539 4.84256C1.01992 5.50717 0.867646 6.23599 0.867646 6.99996C0.867646 7.76392 1.01992 8.49274 1.29539 9.15736C2.00383 8.88275 2.83894 8.66236 3.76081 8.514C3.71309 8.02898 3.68749 7.52185 3.68749 6.99996C3.68749 6.47807 3.71309 5.97093 3.76081 5.48592C2.83894 5.33755 2.00383 5.11717 1.29539 4.84256ZM11.3232 4.06558C10.6052 2.89035 9.46948 1.99841 8.12333 1.59583C8.18363 1.68953 8.2422 1.78888 8.2986 1.89386C8.66865 2.58494 8.96451 3.52894 9.14238 4.62608C9.95276 4.49463 10.6907 4.30331 11.3232 4.06558ZM4.89135 1.59583C3.5452 1.99841 2.40945 2.89035 1.69148 4.06558C2.32399 4.30375 3.06192 4.49463 3.8723 4.62608C4.05017 3.52894 4.34604 2.58494 4.71609 1.89386C4.77249 1.78888 4.83105 1.68953 4.89135 1.59583ZM1.69148 9.93433C2.40945 11.1096 3.5452 12.0015 4.89135 12.4041C4.83105 12.3104 4.77249 12.211 4.71609 12.106C4.34604 11.415 4.05017 10.471 3.8723 9.37384C3.06192 9.50528 2.32399 9.6966 1.69148 9.93433ZM6.50734 1.36026C6.34032 1.36026 6.18414 1.43965 6.03404 1.56719C5.83275 1.73812 5.64881 1.99017 5.48092 2.30383C5.14948 2.92246 4.88918 3.76364 4.7304 4.74017C5.29871 4.79961 5.89392 4.83084 6.50734 4.83084C7.12077 4.83084 7.71597 4.79917 8.28428 4.74017C8.1255 3.76364 7.86521 2.92246 7.53377 2.30383C7.36588 1.99017 7.18194 1.73812 6.98064 1.56719C6.83054 1.43965 6.67436 1.36026 6.50734 1.36026ZM6.50734 12.6397C6.67436 12.6397 6.83054 12.5603 6.98064 12.4327C7.18194 12.2618 7.36588 12.0097 7.53377 11.6961C7.86521 11.0775 8.1255 10.2363 8.28428 9.25974C7.71597 9.20074 7.12077 9.16907 6.50734 9.16907C5.89392 9.16907 5.29871 9.20074 4.7304 9.25974C4.88918 10.2363 5.14948 11.0775 5.48092 11.6961C5.64881 12.0097 5.83275 12.2618 6.03404 12.4327C6.18414 12.5603 6.34032 12.6397 6.50734 12.6397ZM8.39447 8.3999C8.43699 7.95133 8.45955 7.48237 8.45955 6.99996C8.45955 6.51755 8.43699 6.04858 8.39447 5.60001C7.79102 5.66422 7.15851 5.69849 6.50734 5.69849C5.85617 5.69849 5.22366 5.66422 4.62021 5.60001C4.5777 6.04858 4.55514 6.51755 4.55514 6.99996C4.55514 7.48237 4.5777 7.95133 4.62021 8.3999C5.22366 8.3357 5.85617 8.30143 6.50734 8.30143C7.15851 8.30143 7.79102 8.3357 8.39447 8.3999ZM15.0982 5.5073H11.999C11.5718 5.5073 11.0966 5.98851 11.0966 6.41567V12.6141C11.0966 13.0412 11.5718 13.5073 11.999 13.5073H15.0982C15.5253 13.5073 16 13.0412 16 12.6141V6.41567C16 5.98851 15.5253 5.5073 15.0982 5.5073ZM15.4856 12.6141C15.4856 12.828 15.3121 13.0015 15.0982 13.0015H11.999C11.785 13.0015 11.6116 12.828 11.6116 12.6141V6.41567C11.6116 6.2017 11.785 6.02827 11.999 6.02827H15.0982C15.3121 6.02827 15.4856 6.2017 15.4856 6.41567V12.6141ZM14.2588 6.28654H13.484C13.3769 6.28654 13.2903 6.37319 13.2903 6.48023C13.2903 6.58728 13.3769 6.67393 13.484 6.67393H14.2588C14.3658 6.67393 14.4525 6.58728 14.4525 6.48023C14.4525 6.37319 14.3658 6.28654 14.2588 6.28654ZM13.936 12.3558C13.936 12.5697 13.7625 12.7432 13.5486 12.7432C13.3346 12.7432 13.1612 12.5697 13.1612 12.3558C13.1612 12.1418 13.3346 11.9684 13.5486 11.9684C13.7625 11.9684 13.936 12.1418 13.936 12.3558ZM12.8384 6.67393C12.9453 6.67393 13.0321 6.58721 13.0321 6.48023C13.0321 6.37326 12.9453 6.28654 12.8384 6.28654C12.7314 6.28654 12.6447 6.37326 12.6447 6.48023C12.6447 6.58721 12.7314 6.67393 12.8384 6.67393Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.845866 11.5813C0.304533 10.504 0 9.28693 0 8C0 6.71307 0.304533 5.496 0.845866 4.41867C2.16053 1.79894 4.872 0 8 0C11.128 0 13.8395 1.79894 15.1541 4.41867C15.6955 5.496 16 6.71307 16 8C16 9.28693 15.6955 10.504 15.1541 11.5813C13.8395 14.2011 11.128 16 8 16C4.872 16 2.16053 14.2011 0.845866 11.5813ZM1.59253 5.34773C1.25387 6.1648 1.06667 7.0608 1.06667 8C1.06667 8.9392 1.25387 9.8352 1.59253 10.6523C2.46347 10.3147 3.49013 10.0437 4.62347 9.86133C4.5648 9.26507 4.53333 8.6416 4.53333 8C4.53333 7.3584 4.5648 6.73493 4.62347 6.13867C3.49013 5.95627 2.46347 5.68533 1.59253 5.34773ZM13.9205 4.39253C13.0379 2.94773 11.6416 1.8512 9.98667 1.35627C10.0608 1.47147 10.1328 1.5936 10.2021 1.72267C10.6571 2.57227 11.0208 3.7328 11.2395 5.0816C12.2357 4.92 13.1429 4.6848 13.9205 4.39253ZM6.01333 1.35627C4.3584 1.8512 2.96213 2.94773 2.07947 4.39253C2.85707 4.68533 3.76427 4.92 4.76053 5.0816C4.9792 3.7328 5.34293 2.57227 5.79787 1.72267C5.8672 1.5936 5.9392 1.47147 6.01333 1.35627ZM14.4075 10.6523C14.7461 9.8352 14.9333 8.9392 14.9333 8C14.9333 7.0608 14.7461 6.1648 14.4075 5.34773C13.5365 5.68533 12.5099 5.95627 11.3765 6.13867C11.4352 6.73493 11.4667 7.3584 11.4667 8C11.4667 8.6416 11.4352 9.26507 11.3765 9.86133C12.5099 10.0437 13.5365 10.3147 14.4075 10.6523ZM2.07947 11.6075C2.96213 13.0523 4.3584 14.1488 6.01333 14.6437C5.9392 14.5285 5.8672 14.4064 5.79787 14.2773C5.34293 13.4277 4.9792 12.2672 4.76053 10.9184C3.76427 11.08 2.85707 11.3152 2.07947 11.6075ZM9.98667 14.6437C11.6416 14.1488 13.0379 13.0523 13.9205 11.6075C13.1429 11.3152 12.2357 11.08 11.2395 10.9184C11.0208 12.2672 10.6571 13.4277 10.2021 14.2773C10.1328 14.4064 10.0608 14.5285 9.98667 14.6437ZM8 1.06667C7.79467 1.06667 7.60267 1.16427 7.41813 1.32107C7.17067 1.5312 6.94454 1.84107 6.73814 2.22667C6.33067 2.9872 6.01067 4.02133 5.81547 5.22187C6.51413 5.29493 7.24587 5.33333 8 5.33333C8.75413 5.33333 9.48587 5.2944 10.1845 5.22187C9.98933 4.02133 9.66933 2.9872 9.26187 2.22667C9.05547 1.84107 8.82934 1.5312 8.58187 1.32107C8.39734 1.16427 8.20533 1.06667 8 1.06667ZM8 14.9333C8.20533 14.9333 8.39734 14.8357 8.58187 14.6789C8.82934 14.4688 9.05547 14.1589 9.26187 13.7733C9.66933 13.0128 9.98933 11.9787 10.1845 10.7781C9.48587 10.7056 8.75413 10.6667 8 10.6667C7.24587 10.6667 6.51413 10.7056 5.81547 10.7781C6.01067 11.9787 6.33067 13.0128 6.73814 13.7733C6.94454 14.1589 7.17067 14.4688 7.41813 14.6789C7.60267 14.8357 7.79467 14.9333 8 14.9333ZM10.32 9.72107C10.3723 9.1696 10.4 8.59307 10.4 8C10.4 7.40693 10.3723 6.8304 10.32 6.27893C9.57813 6.35787 8.80053 6.4 8 6.4C7.19947 6.4 6.42187 6.35787 5.68 6.27893C5.62773 6.8304 5.6 7.40693 5.6 8C5.6 8.59307 5.62773 9.1696 5.68 9.72107C6.42187 9.64213 7.19947 9.6 8 9.6C8.80053 9.6 9.57813 9.64213 10.32 9.72107Z" fill="currentColor"/>
3
+ </svg>
@@ -118,8 +118,9 @@ $file-details-bg: #ffffff;
118
118
  --brand2-color: #610b86; // Todo:Change the color variable name
119
119
  --status-warning-hover-bg-color: #fcd8ac; // Todo:Change the color variable name
120
120
  --status-percentage-growth-bg-color: #ecedf8; // Todo:Change the color variable name
121
- --primary-icon-color: #ffffff;
121
+ --primary-icon-color: #{$primary-button-text-color};
122
122
  --secondary-icon-color: #71347b;
123
+ --description-text-color:#{$description-text};
123
124
  --expandable-menu-default-bg: #{$expandable-menu-default-bg}; // TODO: Change the color variable name
124
125
  --expandable-menu-option-bg: #{$expandable-menu-option-bg}; // TODO: Change the color variable name
125
126
  --text-color: #{$text-color};
@@ -0,0 +1,70 @@
1
+ @use '../../assets/styles/mixins';
2
+
3
+ .ff-all-project {
4
+ display: flex;
5
+ flex-direction: column;
6
+ justify-content: flex-start;
7
+ .ff-all-project-dropdown {
8
+ background-color: var(--secondary-icon-color);
9
+ color: var(--expandable-menu-default-bg);
10
+ height: 24px;
11
+ @include mixins.center-content();
12
+ gap: 10px;
13
+ padding: 4px;
14
+ .label-icon {
15
+ height: 16px;
16
+ width: 16px;
17
+ @include mixins.center-content();
18
+ }
19
+ }
20
+ .ff-dropdown {
21
+ position: absolute;
22
+ top: 50px;
23
+ padding: 1px;
24
+ border: 0.5px solid var(--expandable-menu-default-bg);
25
+ border-radius: 4px;
26
+ background-color: var(--secondary-icon-color);
27
+ color: var(--primary-icon-color);
28
+ .ff-search {
29
+ margin-bottom: 1px;
30
+ input {
31
+ height: 30px;
32
+ width: inherit;
33
+ border-radius: 4px;
34
+ border-style: none;
35
+ &::placeholder {
36
+ padding-left: 32px;
37
+ font-size: 8px;
38
+ line-height: 12px;
39
+ }
40
+ }
41
+ span {
42
+ position: absolute;
43
+ top: 15px;
44
+ left: 20px;
45
+ }
46
+ }
47
+ .scroll {
48
+ max-height: 124px;
49
+ overflow-y: scroll;
50
+ }
51
+ .option-card {
52
+ .projects-options {
53
+ @include mixins.center-content();
54
+ justify-content: flex-start;
55
+ gap: 4px;
56
+
57
+ .projects-icons {
58
+ @include mixins.center-content();
59
+ height: 24px;
60
+ width: 24px;
61
+ }
62
+ }
63
+ .all-projects-option {
64
+ background-color: var(--primary-icon-color);
65
+ color: var(--secondary-icon-color);
66
+ border-radius: 4px;
67
+ }
68
+ }
69
+ }
70
+ }
@@ -0,0 +1,21 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import AllProjectsDropdown from './AllProjectsDropdown';
3
+
4
+ const meta: Meta<typeof AllProjectsDropdown> = {
5
+ title: 'Components/AllProjectsDropdown',
6
+ component: AllProjectsDropdown,
7
+ parameters: {
8
+ layout: 'centered',
9
+ },
10
+ tags: ['autodocs'],
11
+ };
12
+
13
+ type Story = StoryObj<typeof AllProjectsDropdown>;
14
+
15
+ export const PrimaryIconButton: Story = {
16
+ render: () => {
17
+ return <AllProjectsDropdown/>;
18
+ },
19
+ };
20
+
21
+ export default meta;