@cfx-dev/ui-components 5.0.22 → 5.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CarouselControls-CJ3tupLr.js +41 -0
- package/dist/Combination-BNueeiCk.js +2227 -0
- package/dist/{Combination-N-vN9BB-.js → Combination-DFRGuWx2.js} +50 -48
- package/dist/{DropdownContent-BTzahw95.js → DropdownContent-DCqFWnzj.js} +10 -10
- package/dist/assets/all_css.css +2 -1
- package/dist/assets/css/Button.css +1 -1
- package/dist/assets/css/CarouselControls.css +1 -0
- package/dist/assets/css/CarouselItem.css +1 -0
- package/dist/assets/css/RangeInput.css +1 -1
- package/dist/assets/css/Text.css +1 -1
- package/dist/assets/general/global.css +1 -1
- package/dist/assets/general/themes.css +1 -1
- package/dist/cfxIcons-YyDWNxmM.js +110 -0
- package/dist/cfxIconsXLarge-Dw37ZSw2.js +110 -0
- package/dist/components/Accordion/AccordionShowcase.js +2 -2
- package/dist/components/Badge/BadgeShowcase.js +3 -3
- package/dist/components/BurgerMenu/BurgerMenuShowcase.js +4 -4
- package/dist/components/Carousel/Carousel.d.ts +24 -0
- package/dist/components/Carousel/Carousel.js +125 -0
- package/dist/components/Carousel/Carousel.types.d.ts +41 -0
- package/dist/components/Carousel/Carousel.types.js +1 -0
- package/dist/components/Carousel/CarouselControls.d.ts +8 -0
- package/dist/components/Carousel/CarouselControls.js +8 -0
- package/dist/components/Carousel/CarouselItem.d.ts +11 -0
- package/dist/components/Carousel/CarouselItem.js +85 -0
- package/dist/components/Carousel/CarouselShowcase.d.ts +6 -0
- package/dist/components/Carousel/CarouselShowcase.js +177 -0
- package/dist/components/Carousel/index.d.ts +4 -0
- package/dist/components/Carousel/index.js +6 -0
- package/dist/components/Carousel/playIcon.d.ts +6 -0
- package/dist/components/Carousel/playIcon.js +25 -0
- package/dist/components/Checkbox/Checkbox.js +7 -7
- package/dist/components/Checkbox/CheckboxShowcase.js +5 -5
- package/dist/components/ClipboardButton/ClipboardButton.js +9 -9
- package/dist/components/ControlBox/ControlBox.js +10 -10
- package/dist/components/Decorate/Decorate.js +5 -5
- package/dist/components/DropdownContent/DropdownContent.js +1 -1
- package/dist/components/DropdownContent/index.js +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.js +12 -12
- package/dist/components/DropdownSelect/DropdownSelect.js +1 -1
- package/dist/components/DropdownSelect/DropdownSelectShowcase.js +4 -4
- package/dist/components/Flex/FlexShowcase.js +4 -4
- package/dist/components/Flyout/Flyout.js +1 -1
- package/dist/components/Flyout/FlyoutShowcase.js +3 -3
- package/dist/components/FormField/FormFieldShowcase.js +1 -1
- package/dist/components/Icon/Icon.js +2 -2
- package/dist/components/Icons/IconsShowcase.js +1 -1
- package/dist/components/Icons/cfx-icons/Close.js +2 -2
- package/dist/components/Icons/cfx-icons/Copy.js +3 -3
- package/dist/components/Icons/cfx-icons/DownChevron.js +2 -2
- package/dist/components/Icons/cfx-icons/Filter.js +6 -6
- package/dist/components/Icons/cfx-icons/Heart.js +2 -2
- package/dist/components/Icons/cfx-icons/HeartFilled.js +2 -2
- package/dist/components/Icons/cfx-icons/LeftArrow.js +2 -2
- package/dist/components/Icons/cfx-icons/LeftChevron.js +2 -2
- package/dist/components/Icons/cfx-icons/MoreInfo.js +4 -4
- package/dist/components/Icons/cfx-icons/Play.js +5 -5
- package/dist/components/Icons/cfx-icons/Plus.js +2 -2
- package/dist/components/Icons/cfx-icons/Refresh.js +3 -3
- package/dist/components/Icons/cfx-icons/Search.js +2 -2
- package/dist/components/Icons/cfx-icons/ServerList.js +2 -2
- package/dist/components/Icons/cfx-icons/ServerReconnect.js +7 -7
- package/dist/components/Icons/cfx-icons/Square.js +3 -3
- package/dist/components/Icons/cfx-icons/SquareFilled.js +7 -7
- package/dist/components/Icons/cfx-icons/Trash.js +2 -2
- package/dist/components/Icons/cfx-icons/Undo.js +3 -3
- package/dist/components/Icons/cfx-icons/User.js +5 -5
- package/dist/components/Icons/cfx-icons/Users.js +3 -3
- package/dist/components/Icons/cfx-icons/Verified.js +4 -4
- package/dist/components/Icons/cfx-icons/Warning.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Close.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Copy.js +3 -3
- package/dist/components/Icons/cfx-iconsXLarge/DownChevron.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Filter.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Heart.js +5 -5
- package/dist/components/Icons/cfx-iconsXLarge/HeartFilled.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/LeftArrow.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/LeftChevron.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/MoreInfo.js +4 -4
- package/dist/components/Icons/cfx-iconsXLarge/Play.js +5 -5
- package/dist/components/Icons/cfx-iconsXLarge/Plus.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Refresh.js +3 -3
- package/dist/components/Icons/cfx-iconsXLarge/Search.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/ServerList.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/ServerReconnect.js +7 -7
- package/dist/components/Icons/cfx-iconsXLarge/Square.js +3 -3
- package/dist/components/Icons/cfx-iconsXLarge/SquareFilled.js +4 -4
- package/dist/components/Icons/cfx-iconsXLarge/Trash.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Undo.js +4 -4
- package/dist/components/Icons/cfx-iconsXLarge/User.js +5 -5
- package/dist/components/Icons/cfx-iconsXLarge/Users.js +3 -3
- package/dist/components/Icons/cfx-iconsXLarge/Verified.js +4 -4
- package/dist/components/Icons/cfx-iconsXLarge/VisibilityOff.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Warning.js +2 -2
- package/dist/components/Icons/index.js +2 -2
- package/dist/components/InfoPanel/InfoPanelShowcase.js +9 -9
- package/dist/components/Input/InputShowcase.js +19 -19
- package/dist/components/Input/RichInput.js +1 -1
- package/dist/components/InputDropzone/InputDropzone.js +340 -304
- package/dist/components/Link/LinkShowcase.js +5 -5
- package/dist/components/Logos/LogosShowcase.js +2 -2
- package/dist/components/Logos/cfx/Icon.js +7 -7
- package/dist/components/Logos/cfx/Logo.js +3 -3
- package/dist/components/Logos/cfx/Wordmark.js +2 -2
- package/dist/components/Logos/discord/Icon.js +5 -5
- package/dist/components/Logos/fivem/Icon.js +2 -2
- package/dist/components/Logos/fivem/WhiteLogo.js +2 -2
- package/dist/components/Logos/github/Icon.js +7 -7
- package/dist/components/Logos/google/Icon.js +6 -6
- package/dist/components/Logos/google/Wordmark.js +3 -3
- package/dist/components/Logos/index.js +7 -7
- package/dist/components/Logos/patreon/Icon.js +7 -7
- package/dist/components/Logos/patreon/Wordmark.js +5 -5
- package/dist/components/Logos/redm/CompositeLogo.js +2 -2
- package/dist/components/Logos/rockstar/Icon.js +2 -2
- package/dist/components/Logos/tebex/Icon.js +7 -7
- package/dist/components/Logos/tebex/Wordmark.js +2 -2
- package/dist/components/Logos/x/Icon.js +3 -3
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/ModalShowcase.js +3 -3
- package/dist/components/OnScreenSensor.js +1 -1
- package/dist/components/Overlay/Overlay.js +1 -1
- package/dist/components/Popover/PopoverShowcase.js +6 -6
- package/dist/components/Prose/Prose.js +3 -3
- package/dist/components/Range/Range.js +1 -1
- package/dist/components/Scrollable/ScrollableShowcase.js +2 -2
- package/dist/components/Select/Select.js +109 -109
- package/dist/components/Select/SelectShowcase.js +21 -21
- package/dist/components/Skeleton/SkeletonShowcase.js +4 -4
- package/dist/components/Slider/Slider.js +1 -1
- package/dist/components/Switch/Switch.js +14 -14
- package/dist/components/TableResponsiveText/TableResponsiveText.js +2 -2
- package/dist/components/Tabular/TabularShowcase.js +12 -12
- package/dist/{index-CfQtbUfi.js → index-8cuIcSMB.js} +5 -5
- package/dist/index-BcJ929FX.js +20 -0
- package/dist/{index-kbBuAY0m.js → index-BcnrbBqR.js} +2 -2
- package/dist/{index-BgyFvlVL.js → index-Bg26abkD.js} +2 -2
- package/dist/{index-9LBuZ7x4.js → index-BzirdFxK.js} +5 -5
- package/dist/{index-Cl_RnsqN.js → index-CUyjBl1Y.js} +2 -2
- package/dist/index-CZVyC53C.js +20 -0
- package/dist/{index-DwfZyjnS.js → index-CaQzR2YA.js} +2 -2
- package/dist/{index-D5SMGei3.js → index-CzUzkeQx.js} +9 -9
- package/dist/{index-Cy4ZbWBL.js → index-DqqOUOlj.js} +2 -2
- package/dist/{index-3ctv5u9o.js → index-DwdZ_SPo.js} +2 -2
- package/dist/{index-Bj7QGXdt.js → index-DxFgF-nY.js} +2 -2
- package/dist/main.d.ts +11 -2
- package/dist/main.js +279 -257
- package/dist/utils/contexts/AnalyticsContext/AnalyticsContext.d.ts +12 -0
- package/dist/utils/contexts/AnalyticsContext/AnalyticsContext.js +9 -0
- package/dist/utils/contexts/AnalyticsContext/AnalyticsProvider.d.ts +9 -0
- package/dist/utils/contexts/AnalyticsContext/AnalyticsProvider.js +33 -0
- package/dist/utils/contexts/AnalyticsContext/index.d.ts +6 -0
- package/dist/utils/contexts/AnalyticsContext/index.js +10 -0
- package/dist/utils/contexts/AnalyticsContext/useAnalytics.d.ts +1 -0
- package/dist/utils/contexts/AnalyticsContext/useAnalytics.js +8 -0
- package/dist/utils/contexts/AnalyticsContext/useSiteLinkClick.d.ts +7 -0
- package/dist/utils/contexts/AnalyticsContext/useSiteLinkClick.js +22 -0
- package/dist/utils/contexts/MediaQueryContext/MediaQueryContext.d.ts +11 -0
- package/dist/utils/contexts/MediaQueryContext/MediaQueryContext.js +11 -0
- package/dist/utils/contexts/MediaQueryContext/MediaQueryContextProvider.d.ts +6 -0
- package/dist/utils/contexts/MediaQueryContext/MediaQueryContextProvider.js +38 -0
- package/dist/utils/contexts/MediaQueryContext/index.d.ts +4 -0
- package/dist/utils/contexts/MediaQueryContext/index.js +8 -0
- package/dist/utils/contexts/MediaQueryContext/useMediaQuery.d.ts +2 -0
- package/dist/utils/contexts/MediaQueryContext/useMediaQuery.js +8 -0
- package/dist/utils/contexts/StoreContext/StoreContext.d.ts +15 -0
- package/dist/utils/contexts/StoreContext/StoreContext.js +21 -0
- package/dist/utils/contexts/StoreContext/index.d.ts +2 -0
- package/dist/utils/contexts/StoreContext/index.js +4 -0
- package/dist/utils/formatBytes.d.ts +1 -0
- package/dist/utils/formatBytes.js +12 -0
- package/dist/utils/hooks/useCarousel.d.ts +11 -0
- package/dist/utils/hooks/useCarousel.js +1276 -0
- package/dist/utils/hooks/useOutlet.js +1 -1
- package/dist/utils/truncateWithEllipsis.d.ts +1 -0
- package/dist/utils/truncateWithEllipsis.js +6 -0
- package/package.json +2 -1
- package/dist/Combination-CcTTSYNP.js +0 -2209
- package/dist/assets/css/CountryFlag.css +0 -1
- package/dist/cfxIcons-0xD_EEXT.js +0 -110
- package/dist/cfxIconsXLarge-D0vz6Yd_.js +0 -110
- package/dist/components/CountryFlag/CountryFlag.d.ts +0 -12
- package/dist/components/CountryFlag/CountryFlag.js +0 -25
- package/dist/components/CountryFlag/index.d.ts +0 -2
- package/dist/components/CountryFlag/index.js +0 -4
- package/dist/index-B_NGoq0d.js +0 -20
- package/dist/index-Cn_D8a9-.js +0 -20
|
@@ -1 +1 @@
|
|
|
1
|
-
.cfxui-theme-cfx{--color-main: 22, 25, 35;--color-main-50: 39.5097834158, 41.9542967828, 50.7363670802;--color-main-100: 57.9571140765, 60.0306444105, 67.2384320711;--color-main-200: 77.2692855618, 79.0499309384, 84.4151923794;--color-main-300: 97.3621532769, 98.8885145793, 102.1969669938;--color-main-400: 118.1625620488, 119.4552756365, 120.528638849;--color-main-500: 139.6093948732, 140.6798368899, 139.3654204342;--color-main-600: 161.6516052465, 162.5059581477, 158.6701282373;--color-main-700: 184.2461609082, 184.8875144389, 178.4113466692;--color-main-800: 207.3563735053, 207.785893812, 198.5621447075;--color-main-900: 230.9506143401, 231.1682326338, 219.09915099;--color-main-950: 255, 255, 240.0018697995;--color-primary: 245, 5, 81;--color-primary-50: 58.491268576, 31.9145058922, 42.3114106471;--color-primary-100: 93.5212476041, 36.4628353584, 49.7625158351;--color-primary-200: 129.515692927, 38.282627011, 57.3585100507;--color-primary-300: 166.770605348, 36.564134394, 65.0989862067;--color-primary-400: 205.2861927331, 29.2261400369, 72.9809721702;--color-primary-500: 245, 5, 81;--color-primary-600: 252.8682318732, 82.7785582425, 104.8750311503;--color-primary-700: 255, 123.1972312456, 130.0263951116;--color-primary-800: 255, 158.2522367124, 156.2361901162;--color-primary-900: 255, 191.2502151469, 183.3640368786;--color-primary-950: 255, 223.3285666145, 211.3108303971;--color-success: 1, 163, 112;--color-success-50: 27.8527067837, 45.4679479058, 47.1026829843;--color-success-100: 31.5697583279, 67.0695478306, 59.5152078997;--color-success-200: 32.8272496506, 89.721331601, 72.2245763865;--color-success-300: 30.8645009386, 113.3188959485, 85.217370477;--color-success-400: 23.6569159276, 137.7712580434, 98.4805126948;--color-success-500: 1, 163, 112;--color-success-600: 76.8463915047, 178.7255538866, 132.1764823322;--color-success-700: 117.2443593286, 194.2698712342, 152.8479716725;--color-success-800: 153.1323641133, 209.6548251269, 173.9900685176;--color-success-900: 187.4898226658, 224.896789038, 195.5780034643;--color-success-950: 221.3020530188, 240.0098425074, 217.5888965404;--color-warning: 255, 174, 0;--color-warning-50: 59.2446891892, 46.1854149147, 38.4370674854;--color-warning-100: 95.5967277234, 69.2425555827, 40.1415613487;--color-warning-200: 133.2551117735, 93.755040869, 39.6084372523;--color-warning-300: 172.4187189944, 119.485386408, 35.9329395477;--color-warning-400: 213.0327343245, 146.2747347536, 26.8522839084;--color-warning-500: 255, 174, 0;--color-warning-600: 255, 187.1070846134, 65.8936582424;--color-warning-700: 255, 200.3550356904, 103.6693501949;--color-warning-800: 255, 213.7632032998, 138.2610651302;--color-warning-900: 255, 227.338898767, 172.0875135376;--color-warning-950: 255, 241.086041212, 205.8999655095;--color-error: 255, 38, 0;--color-error-50: 61.5495763954, 32.8279647385, 34.0623817998;--color-error-100: 98.1369022934, 38.8227040838, 32.2324841301;--color-error-200: 135.4775999526, 42.8242052996, 29.1864473956;--color-error-300: 174.0516471012, 44.527581572, 24.3180872698;--color-error-400: 213.9081923743, 43.3484456995, 16.0882797001;--color-error-500: 255, 38, 0;--color-error-600: 255, 91.663748074, 48.9728170493;--color-error-700: 255, 128.9927409841, 86.2291325337;--color-error-800: 255, 162.2218025521, 123.2328549195;--color-error-900: 255, 193.768736208, 161.0838391074;--color-error-950: 255, 224.5507207084, 199.9992207931;--color-teal: 0, 120, 146;--color-teal-50: 25.7826192273, 39.2966173323, 51.5936533299;--color-teal-100: 27.9145479041, 54.2911464783, 69.0823046377;--color-teal-200: 28.0720456139, 69.9146845576, 87.3458805537;--color-teal-300: 25.570222879, 86.1065113614, 106.2963038296;--color-teal-400: 18.6097314511, 102.8161281792, 125.8658875174;--color-teal-500: 0, 120, 146;--color-teal-600: 72.8426236677, 141.309224758, 161.2550363584;--color-teal-700: 113.0887054408, 163.1335613028, 176.678850048;--color-teal-800: 149.5015151387, 185.4417967329, 192.2687836452;--color-teal-900: 184.7960245378, 208.2058409921, 208.0214738218;--color-teal-950: 219.8405750073, 231.4011847392, 223.9335958869;--color-aurum: 170, 111, 13;--color-aurum-50: 47.4104811021, 37.7090635872, 35.4382123002;--color-aurum-100: 71.1553958337, 51.2198623296, 34.9747925345;--color-aurum-200: 95.0291867219, 65.3841072026, 33.3335640242;--color-aurum-300: 119.4092410919, 80.1096844015, 30.0637725591;--color-aurum-400: 144.3940821399, 95.3325931176, 24.2467610444;--color-aurum-500: 170, 111, 13;--color-aurum-600: 187.5305224192, 133.5324701854, 57.1257753916;--color-aurum-700: 203.8048879793, 156.6850745853, 93.0041843642;--color-aurum-800: 218.7465264449, 180.4385045839, 128.5667805184;--color-aurum-900: 232.2973063536, 204.7629755814, 164.7959038236;--color-aurum-950: 244.4022677735, 229.6283717096, 201.9254941797;--color-silver: 165, 165, 165;--color-silver-50: 42.9270180137, 45.2306099703, 54.2957513352;--color-silver-100: 65.2018731165, 66.9857859756, 74.7109067816;--color-silver-200: 88.6740214747, 89.9961154905, 96.0899933961;--color-silver-300: 113.202853656, 114.0829805807, 118.3195478362;--color-silver-400: 138.6753392296, 139.1180615641, 141.3128373312;--color-silver-500: 165, 165, 165;--color-silver-600: 179.5056375183, 179.4825304339, 177.1401672137;--color-silver-700: 194.2182767173, 194.1816249395, 189.430210701;--color-silver-800: 209.1311732632, 209.0917792602, 201.8660727561;--color-silver-900: 224.237057951, 224.2043701739, 214.4429107684;--color-silver-950: 239.5291958236, 239.5115565566, 227.1562348766;--color-accent: 244, 5, 82;--color-accent-50: 58.3151359761, 31.881401258, 42.4489231109;--color-accent-100: 93.1936427996, 36.404264332, 50.051171594;--color-accent-200: 129.0312898973, 38.2068905851, 57.8102679093;--color-accent-300: 166.1216842104, 36.4814274314, 65.7244054787;--color-accent-400: 204.4652166547, 29.1522233588, 73.7894562512;--color-accent-500: 244, 5, 82;--color-accent-600: 251.9834789514, 82.6262791473, 105.7408396475;--color-accent-700: 255, 123.0362028553, 130.7401564516;--color-accent-800: 255, 158.111033262, 156.785307061;--color-accent-900: 255, 191.1454257287, 183.7384284431;--color-accent-950: 255, 223.2717624645, 211.5018626579;--color-primary: 241, 241, 228;--color-primary-50: 53.0100841891, 55.1576173318, 62.8452320186;--color-primary-100: 86.6856521509, 88.3108903235, 92.8059355546;--color-primary-200: 122.6136907676, 123.8067865204, 124.5170219239;--color-primary-300: 160.46201454, 161.2531185513, 157.7320293923;--color-primary-400: 199.986151084, 200.3840810427, 192.2723062534;--color-primary-500: 241, 241, 228;--color-primary-600: 243.3244119441, 243.3287946468, 229.9937886525;--color-primary-700: 245.6516476505, 245.6559510476, 231.9890305523;--color-primary-800: 247.9829787767, 247.9872893562, 233.987474693;--color-primary-900: 250.3183843599, 250.3227871664, 235.9891059163;--color-primary-950: 252.657843679, 252.6624223507, 237.993909229;--color-secondary: 158, 164, 189;--color-secondary-50: 41.691529753, 45.1139159851, 57.5117741192;--color-secondary-100: 62.8284790468, 66.72331453, 81.5477009;--color-secondary-200: 85.17317724, 89.5685307684, 106.8630176166;--color-secondary-300: 108.559972099, 113.4756851406, 133.2886845082;--color-secondary-400: 132.8672828446, 138.3192318499, 160.7000884548;--color-secondary-500: 158, 164, 189;--color-secondary-600: 173.9792953447, 178.6128621111, 197.4496440077;--color-secondary-700: 190.0058966581, 193.459557534, 205.9184849737;--color-secondary-800: 206.1069635928, 208.5320512341, 214.4078612542;--color-secondary-900: 222.2995015961, 223.8199924418, 222.9180465958;--color-secondary-950: 238.5950314462, 239.3141388903, 231.4493015663;--color-tertiary: 255, 117, 172;--color-tertiary-50: 56.7916170289, 39.9654503425, 55.1708857224;--color-tertiary-100: 92.8999848708, 54.9991966645, 76.6167950329;--color-tertiary-200: 130.9075598142, 70.1896442061, 99.1434824624;--color-tertiary-300: 170.7013282129, 85.577197016, 122.6140591585;--color-tertiary-400: 212.115426338, 101.1806481261, 146.9263359158;--color-tertiary-500: 255, 117, 172;--color-tertiary-600: 255, 142.4543711498, 183.054925195;--color-tertiary-700: 255, 166.2290955192, 194.2253995287;--color-tertiary-800: 255, 189.0629465986, 205.5085481457;--color-tertiary-900: 255, 211.3363634895, 216.9010347892;--color-tertiary-950: 255, 233.2710568538, 228.3997679556;--color-green: 34, 191, 78;--color-green-50: 31.2902280922, 49.2524565836, 43.3393169325;--color-green-100: 38.0592415114, 75.0792168751, 51.1872647869;--color-green-200: 42.3421901794, 102.3176341225, 58.5616839045;--color-green-300: 43.8213740327, 130.8027600323, 65.4803354333;--color-green-400: 41.7090810668, 160.400490769, 71.9574728077;--color-green-500: 34, 191, 78;--color-green-600: 91.0478011677, 202.5564363234, 105.1727642816;--color-green-700: 129.1046641333, 213.7452399431, 131.7833149893;--color-green-800: 162.603323195, 224.5780834385, 158.3993613933;--color-green-900: 194.1795375288, 235.062045074, 185.2488361953;--color-green-950: 224.8212260791, 245.2030931412, 212.434060989;--color-yellow: 253, 166, 64;--color-yellow-50: 58.2901269494, 45.2571022632, 41.9643859608;--color-yellow-100: 94.29459258, 67.1420830981, 48.1306888155;--color-yellow-200: 131.7318631226, 90.3294993579, 53.4632091963;--color-yellow-300: 170.7199328751, 114.6215406847, 57.9239308826;--color-yellow-400: 211.1785122759, 139.881364852, 61.4614896274;--color-yellow-500: 253, 166, 64;--color-yellow-600: 255, 180.6068859264, 94.9573273032;--color-yellow-700: 255, 195.2773432137, 124.0842311203;--color-yellow-800: 255, 210.0401715808, 152.789087867;--color-yellow-900: 255, 224.9099657059, 181.558028004;--color-yellow-950: 255, 239.8964953527, 210.5972559592;--color-red: 227, 49, 49;--color-red-50: 56.4828686247, 32.6033512531, 38.0360786959;--color-red-100: 88.874945384, 38.8770194622, 40.8001219084;--color-red-200: 121.8694816308, 43.7899031709, 43.2870767758;--color-red-300: 155.8662199578, 47.251002097, 45.4896915262;--color-red-400: 190.9194635198, 49.0904715987, 47.3983532316;--color-red-500: 227, 49, 49;--color-red-600: 238.0255648963, 93.2317875113, 77.8943309073;--color-red-700: 246.8813120821, 128.4056011341, 108.0466447754;--color-red-800: 253.3313465884, 160.986307217, 139.4206149572;--color-red-900: 255, 192.5778167909, 171.9282836568;--color-red-950: 255, 223.8159239052, 205.4815914303;--color-argentum: 163, 163, 163;--color-argentum-50: 42.6597498605, 44.9633362152, 54.0202378384;--color-argentum-100: 64.6337275065, 66.4167309608, 74.1309154883;--color-argentum-200: 87.7781055088, 89.0988208949, 95.1821164289;--color-argentum-300: 111.956999042, 112.835787098, 117.0640664439;--color-argentum-400: 137.0606583398, 137.5025166358, 139.6926565944;--color-argentum-500: 163, 163, 163;--color-argentum-600: 177.8123257981, 177.7892892932, 175.4510593866;--color-argentum-700: 192.8432300908, 192.8067581294, 188.0616468021;--color-argentum-800: 208.0852129372, 208.0460692465, 200.8271511441;--color-argentum-900: 223.5303471721, 223.4979134612, 213.7422465767;--color-argentum-950: 239.1713127293, 239.1538474183, 226.8020087376;--color-aurum: 191, 164, 94;--color-aurum-50: 48.2614993409, 44.965241108, 45.0367540111;--color-aurum-100: 74.8273326371, 66.5330459626, 54.9627265359;--color-aurum-200: 102.3721837723, 89.388787703, 64.8026043049;--color-aurum-300: 130.9504036912, 113.3373975157, 74.5779615039;--color-aurum-400: 160.5146158117, 138.243190832, 84.306396366;--color-aurum-500: 191, 164, 94;--color-aurum-600: 202.7145215078, 178.5614866309, 117.599312663;--color-aurum-700: 214.0104668892, 193.3775245072, 141.3699008828;--color-aurum-800: 224.8870568618, 208.4408092825, 165.4528035062;--color-aurum-900: 235.3443797532, 223.7400575247, 189.9066488714;--color-aurum-950: 245.3825445318, 239.2649783204, 214.7544110979;--color-platinum: 241, 241, 241;--color-platinum-50: 52.8579810188, 55.1658692519, 64.5181062549;--color-platinum-100: 86.5019197277, 88.3209726715, 96.4175772793;--color-platinum-200: 122.4450956364, 123.8160677581, 130.263840573;--color-platinum-300: 160.3343555139, 161.2601389436, 165.7709512746;--color-platinum-400: 199.9163329365, 200.3878864622, 202.7348446358;--color-platinum-500: 241, 241, 241;--color-platinum-600: 243.3528394083, 243.3276347893, 240.8470355582;--color-platinum-700: 245.6965672351, 245.6541800943, 240.6876532258;--color-platinum-800: 248.0330321539, 247.9853422908, 240.523491757;--color-platinum-900: 250.3624881651, 250.321085275, 240.3545051533;--color-platinum-950: 252.685178507, 252.6613737211, 240.1806468696;--color-bg: 17, 19, 28;--color-bg-50: 21.1925445783, 24.0647269829, 33.8112359698;--color-bg-100: 20.3885094404, 23.1328177069, 32.6281739083;--color-bg-200: 19.6210839275, 22.1627006099, 31.4545477186;--color-bg-300: 18.8180968769, 21.1498475499, 30.2918101075;--color-bg-400: 17.9468847545, 20.0974457663, 29.140168586;--color-bg-500: 17, 19, 28;--color-bg-600: 50.1570267993, 51.7057662037, 57.9383688752;--color-bg-700: 86.4703268481, 87.6324953939, 90.6119803823;--color-bg-800: 125.4991507992, 126.3506338224, 125.4461803629;--color-bg-900: 166.7923750198, 167.3572249856, 162.1031208681;--color-bg-950: 210.0363492505, 210.3213237597, 200.3467824423;--color-bg-light: 28, 32, 46;--color-bg-light-50: 22.9930419095, 26.1510096112, 36.8028813143;--color-bg-light-100: 23.9885182367, 27.3080037755, 38.6181374907;--color-bg-light-200: 24.9870346764, 28.4715904612, 40.4457361259;--color-bg-light-300: 25.9885906011, 29.641658938, 42.2854385802;--color-bg-light-400: 26.9931835616, 30.8181027153, 44.1370163495;--color-bg-light-500: 28, 32, 46;--color-bg-light-600: 60.7563925271, 63.457038776, 74.4650631794;--color-bg-light-700: 95.8519790556, 97.8075479944, 104.78011951;--color-bg-light-800: 133.0645885531, 134.4535081141, 136.6666922436;--color-bg-light-900: 172.1287071502, 173.0265166984, 169.9264031106;--color-bg-light-950: 212.8304574596, 213.27301978, 204.4102558874;--color-bg-dark: 22, 26, 37;--color-bg-dark-50: 22.0037932972, 25.1669867533, 35.3325591808;--color-bg-dark-100: 22.0057248594, 25.33341168, 35.6652994635;--color-bg-dark-200: 22.0063891509, 25.4999975231, 35.9984368174;--color-bg-dark-300: 22.0057761883, 25.6667438215, 36.3319701592;--color-bg-dark-400: 22.0038757979, 25.8336501171, 36.6658984069;--color-bg-dark-500: 22, 26, 37;--color-bg-dark-600: 54.9950829208, 57.8774554355, 66.2827934436;--color-bg-dark-700: 90.7913141806, 92.9923500913, 97.7925600929;--color-bg-dark-800: 128.9989661139, 130.6262455752, 131.1457206215;--color-bg-dark-900: 169.2673715755, 170.3520353089, 166.0829452184;--color-bg-dark-950: 211.334454282, 211.8817722601, 202.4161134761;--color-bg-dark-grey: 26, 26, 26;--color-bg-dark-grey-50: 22.822848714, 25.1585162236, 33.5000609098;--color-bg-dark-grey-100: 23.5750815806, 25.3200563683, 32.0008992059;--color-bg-dark-grey-200: 24.2638235573, 25.4852030193, 30.5021206689;--color-bg-dark-grey-300: 24.8945756181, 25.6538172108, 29.0030091422;--color-bg-dark-grey-400: 25.4720336652, 25.8257617602, 27.5027222142;--color-bg-dark-grey-500: 26, 26, 26;--color-bg-dark-grey-600: 57.9356013001, 57.9225135724, 56.0017584076;--color-bg-dark-grey-700: 93.0640979376, 93.0479874417, 88.8887026961;--color-bg-dark-grey-800: 130.6921723728, 130.6778812824, 124.051392783;--color-bg-dark-grey-900: 170.4010631773, 170.3914168506, 161.1166848201;--color-bg-dark-grey-950: 211.9065488094, 211.9034463285, 199.8292545808;--color-bg-black: 0, 0, 0;--color-bg-black-50: 19.8185929017, 22.0901183597, 30.3529615096;--color-bg-black-100: 17.2013967633, 18.853899429, 25.8399584955;--color-bg-black-200: 13.7043991273, 15.137475002, 21.290870234;--color-bg-black-300: 9.4029948922, 10.6043540368, 15.801243179;--color-bg-black-400: 4.7014974461, 5.3058823274, 8.4005339802;--color-bg-black-500: 0, 0, 0;--color-bg-black-600: 41.1742105734, 41.1649045, 39.3415177644;--color-bg-black-700: 78.3817349547, 78.3712589256, 74.3310460591;--color-bg-black-800: 118.9246618584, 118.9160683783, 112.3994691321;--color-bg-black-900: 162.13413432, 162.129053813, 152.9378431139;--color-bg-black-950: 207.5902541184, 207.5897468921, 195.5614160019}.cfxui-theme-cfx .cfx-color-primary{color:#f50551}.cfxui-theme-cfx .cfx-color-success{color:#01a370}.cfxui-theme-cfx .cfx-color-warning{color:#ffae00}.cfxui-theme-cfx .cfx-color-error{color:#ff2600}.cfxui-theme-cfx .cfx-color-teal{color:#007892}.cfxui-theme-cfx .cfx-color-aurum{color:#aa6f0d}.cfxui-theme-cfx .cfx-color-silver{color:#a5a5a5}.cfxui-theme-cfx .cfx-color-accent{color:#f40552}.cfxui-theme-cfx .cfx-color-primary{color:#f1f1e4}.cfxui-theme-cfx .cfx-color-secondary{color:#9ea4bd}.cfxui-theme-cfx .cfx-color-tertiary{color:#ff75ac}.cfxui-theme-cfx .cfx-color-green{color:#22bf4e}.cfxui-theme-cfx .cfx-color-yellow{color:#fda640}.cfxui-theme-cfx .cfx-color-red{color:#e33131}.cfxui-theme-cfx .cfx-color-argentum{color:#a3a3a3}.cfxui-theme-cfx .cfx-color-aurum{color:#bfa45e}.cfxui-theme-cfx .cfx-color-platinum{color:#f1f1f1}.cfxui-theme-cfx .cfx-color-bg{color:#11131c}.cfxui-theme-cfx .cfx-color-bg-light{color:#1c202e}.cfxui-theme-cfx .cfx-color-bg-dark{color:#161a25}.cfxui-theme-cfx .cfx-color-bg-dark-grey{color:#1a1a1a}.cfxui-theme-cfx .cfx-color-bg-black{color:#000}.cfxui-theme-cfx ::-webkit-calendar-picker-indicator{filter:invert(1)}.cfxui-theme-fivem{--color-main: 22, 25, 35;--color-main-50: 39.5097834158, 41.9542967828, 50.7363670802;--color-main-100: 57.9571140765, 60.0306444105, 67.2384320711;--color-main-200: 77.2692855618, 79.0499309384, 84.4151923794;--color-main-300: 97.3621532769, 98.8885145793, 102.1969669938;--color-main-400: 118.1625620488, 119.4552756365, 120.528638849;--color-main-500: 139.6093948732, 140.6798368899, 139.3654204342;--color-main-600: 161.6516052465, 162.5059581477, 158.6701282373;--color-main-700: 184.2461609082, 184.8875144389, 178.4113466692;--color-main-800: 207.3563735053, 207.785893812, 198.5621447075;--color-main-900: 230.9506143401, 231.1682326338, 219.09915099;--color-main-950: 255, 255, 240.0018697995;--color-primary: 245, 5, 81;--color-primary-50: 58.491268576, 31.9145058922, 42.3114106471;--color-primary-100: 93.5212476041, 36.4628353584, 49.7625158351;--color-primary-200: 129.515692927, 38.282627011, 57.3585100507;--color-primary-300: 166.770605348, 36.564134394, 65.0989862067;--color-primary-400: 205.2861927331, 29.2261400369, 72.9809721702;--color-primary-500: 245, 5, 81;--color-primary-600: 252.8682318732, 82.7785582425, 104.8750311503;--color-primary-700: 255, 123.1972312456, 130.0263951116;--color-primary-800: 255, 158.2522367124, 156.2361901162;--color-primary-900: 255, 191.2502151469, 183.3640368786;--color-primary-950: 255, 223.3285666145, 211.3108303971;--color-success: 1, 163, 112;--color-success-50: 27.8527067837, 45.4679479058, 47.1026829843;--color-success-100: 31.5697583279, 67.0695478306, 59.5152078997;--color-success-200: 32.8272496506, 89.721331601, 72.2245763865;--color-success-300: 30.8645009386, 113.3188959485, 85.217370477;--color-success-400: 23.6569159276, 137.7712580434, 98.4805126948;--color-success-500: 1, 163, 112;--color-success-600: 76.8463915047, 178.7255538866, 132.1764823322;--color-success-700: 117.2443593286, 194.2698712342, 152.8479716725;--color-success-800: 153.1323641133, 209.6548251269, 173.9900685176;--color-success-900: 187.4898226658, 224.896789038, 195.5780034643;--color-success-950: 221.3020530188, 240.0098425074, 217.5888965404;--color-warning: 255, 174, 0;--color-warning-50: 59.2446891892, 46.1854149147, 38.4370674854;--color-warning-100: 95.5967277234, 69.2425555827, 40.1415613487;--color-warning-200: 133.2551117735, 93.755040869, 39.6084372523;--color-warning-300: 172.4187189944, 119.485386408, 35.9329395477;--color-warning-400: 213.0327343245, 146.2747347536, 26.8522839084;--color-warning-500: 255, 174, 0;--color-warning-600: 255, 187.1070846134, 65.8936582424;--color-warning-700: 255, 200.3550356904, 103.6693501949;--color-warning-800: 255, 213.7632032998, 138.2610651302;--color-warning-900: 255, 227.338898767, 172.0875135376;--color-warning-950: 255, 241.086041212, 205.8999655095;--color-error: 255, 38, 0;--color-error-50: 61.5495763954, 32.8279647385, 34.0623817998;--color-error-100: 98.1369022934, 38.8227040838, 32.2324841301;--color-error-200: 135.4775999526, 42.8242052996, 29.1864473956;--color-error-300: 174.0516471012, 44.527581572, 24.3180872698;--color-error-400: 213.9081923743, 43.3484456995, 16.0882797001;--color-error-500: 255, 38, 0;--color-error-600: 255, 91.663748074, 48.9728170493;--color-error-700: 255, 128.9927409841, 86.2291325337;--color-error-800: 255, 162.2218025521, 123.2328549195;--color-error-900: 255, 193.768736208, 161.0838391074;--color-error-950: 255, 224.5507207084, 199.9992207931;--color-teal: 0, 120, 146;--color-teal-50: 25.7826192273, 39.2966173323, 51.5936533299;--color-teal-100: 27.9145479041, 54.2911464783, 69.0823046377;--color-teal-200: 28.0720456139, 69.9146845576, 87.3458805537;--color-teal-300: 25.570222879, 86.1065113614, 106.2963038296;--color-teal-400: 18.6097314511, 102.8161281792, 125.8658875174;--color-teal-500: 0, 120, 146;--color-teal-600: 72.8426236677, 141.309224758, 161.2550363584;--color-teal-700: 113.0887054408, 163.1335613028, 176.678850048;--color-teal-800: 149.5015151387, 185.4417967329, 192.2687836452;--color-teal-900: 184.7960245378, 208.2058409921, 208.0214738218;--color-teal-950: 219.8405750073, 231.4011847392, 223.9335958869;--color-aurum: 170, 111, 13;--color-aurum-50: 47.4104811021, 37.7090635872, 35.4382123002;--color-aurum-100: 71.1553958337, 51.2198623296, 34.9747925345;--color-aurum-200: 95.0291867219, 65.3841072026, 33.3335640242;--color-aurum-300: 119.4092410919, 80.1096844015, 30.0637725591;--color-aurum-400: 144.3940821399, 95.3325931176, 24.2467610444;--color-aurum-500: 170, 111, 13;--color-aurum-600: 187.5305224192, 133.5324701854, 57.1257753916;--color-aurum-700: 203.8048879793, 156.6850745853, 93.0041843642;--color-aurum-800: 218.7465264449, 180.4385045839, 128.5667805184;--color-aurum-900: 232.2973063536, 204.7629755814, 164.7959038236;--color-aurum-950: 244.4022677735, 229.6283717096, 201.9254941797;--color-silver: 165, 165, 165;--color-silver-50: 42.9270180137, 45.2306099703, 54.2957513352;--color-silver-100: 65.2018731165, 66.9857859756, 74.7109067816;--color-silver-200: 88.6740214747, 89.9961154905, 96.0899933961;--color-silver-300: 113.202853656, 114.0829805807, 118.3195478362;--color-silver-400: 138.6753392296, 139.1180615641, 141.3128373312;--color-silver-500: 165, 165, 165;--color-silver-600: 179.5056375183, 179.4825304339, 177.1401672137;--color-silver-700: 194.2182767173, 194.1816249395, 189.430210701;--color-silver-800: 209.1311732632, 209.0917792602, 201.8660727561;--color-silver-900: 224.237057951, 224.2043701739, 214.4429107684;--color-silver-950: 239.5291958236, 239.5115565566, 227.1562348766;--color-accent: 91, 143, 34;--color-accent-50: 34.9882115948, 42.4167480033, 37.6064830884;--color-accent-100: 46.8791470346, 60.9040683287, 39.3859862386;--color-accent-200: 58.2478945035, 80.3050693654, 40.1876784755;--color-accent-300: 69.3224792605, 100.5083160779, 39.8079050453;--color-accent-400: 80.2176840884, 121.4297143439, 37.9328213346;--color-accent-500: 91, 143, 34;--color-accent-600: 119.3577497545, 161.2081462957, 70.3462564793;--color-accent-700: 146.795237863, 179.5904016547, 103.6009986376;--color-accent-800: 173.8742458839, 198.1584303621, 136.7542802964;--color-accent-900: 200.8535321662, 216.916397575, 170.4380660323;--color-accent-950: 227.8697685682, 235.8657451378, 204.8373494844;--color-primary: 255, 255, 255;--color-primary-50: 54.6484389036, 56.9577701597, 66.3582250416;--color-primary-100: 90.3765458419, 92.2020513213, 100.3594043323;--color-primary-200: 128.6201927067, 129.9994798558, 136.504211014;--color-primary-300: 168.9813478183, 169.9146191017, 174.4691038499;--color-primary-400: 211.1781991901, 211.6543859227, 214.0253858491;--color-primary-500: 255, 255, 255;--color-primary-600: 255, 255, 252.5021203328;--color-primary-700: 255, 255, 250.00246142;--color-primary-800: 255, 255, 247.5027067317;--color-primary-900: 255, 255, 245.0027587461;--color-primary-950: 255, 255, 242.5025153923;--color-secondary: 171, 171, 171;--color-secondary-50: 43.7266729506, 46.0303227529, 55.1199422151;--color-secondary-100: 66.9035050222, 68.6901568801, 76.4476685208;--color-secondary-200: 91.359094023, 92.6852941701, 98.8104544777;--color-secondary-300: 116.9383441706, 117.8224388875, 122.0834732655;--color-secondary-400: 143.5182289435, 143.9635046063, 146.1719521344;--color-secondary-500: 171, 171, 171;--color-secondary-600: 184.5807036123, 184.5573906281, 182.2028090864;--color-secondary-700: 198.3359530301, 198.2987724959, 193.5286798833;--color-secondary-800: 212.2609930541, 212.2208596392, 204.9749904586;--color-secondary-900: 226.3502975707, 226.316856291, 216.5381569958;--color-secondary-950: 240.598693754, 240.5805366805, 228.2148296401;--color-tertiary: 187, 224, 147;--color-tertiary-50: 46.7217717928, 53.0217028744, 52.3525537146;--color-tertiary-100: 72.524584678, 83.6517018965, 70.2680795783;--color-tertiary-200: 99.53732477, 116.3503825094, 88.7195117254;--color-tertiary-300: 127.6831935558, 150.7849153622, 107.6777294752;--color-tertiary-400: 156.8665842097, 186.7261190017, 127.1142201623;--color-tertiary-500: 187, 224, 147;--color-tertiary-600: 198.6458161507, 229.244176468, 162.3635024553;--color-tertiary-700: 210.136651758, 234.4530815337, 177.7462374178;--color-tertiary-800: 221.4988843519, 239.6328353333, 193.1829297634;--color-tertiary-900: 232.7531337346, 244.7843664484, 208.695344146;--color-tertiary-950: 243.9160648269, 249.9085419054, 224.2982869706;--color-green: 34, 191, 78;--color-green-50: 31.2902280922, 49.2524565836, 43.3393169325;--color-green-100: 38.0592415114, 75.0792168751, 51.1872647869;--color-green-200: 42.3421901794, 102.3176341225, 58.5616839045;--color-green-300: 43.8213740327, 130.8027600323, 65.4803354333;--color-green-400: 41.7090810668, 160.400490769, 71.9574728077;--color-green-500: 34, 191, 78;--color-green-600: 91.0478011677, 202.5564363234, 105.1727642816;--color-green-700: 129.1046641333, 213.7452399431, 131.7833149893;--color-green-800: 162.603323195, 224.5780834385, 158.3993613933;--color-green-900: 194.1795375288, 235.062045074, 185.2488361953;--color-green-950: 224.8212260791, 245.2030931412, 212.434060989;--color-yellow: 253, 166, 64;--color-yellow-50: 58.2901269494, 45.2571022632, 41.9643859608;--color-yellow-100: 94.29459258, 67.1420830981, 48.1306888155;--color-yellow-200: 131.7318631226, 90.3294993579, 53.4632091963;--color-yellow-300: 170.7199328751, 114.6215406847, 57.9239308826;--color-yellow-400: 211.1785122759, 139.881364852, 61.4614896274;--color-yellow-500: 253, 166, 64;--color-yellow-600: 255, 180.6068859264, 94.9573273032;--color-yellow-700: 255, 195.2773432137, 124.0842311203;--color-yellow-800: 255, 210.0401715808, 152.789087867;--color-yellow-900: 255, 224.9099657059, 181.558028004;--color-yellow-950: 255, 239.8964953527, 210.5972559592;--color-red: 227, 49, 49;--color-red-50: 56.4828686247, 32.6033512531, 38.0360786959;--color-red-100: 88.874945384, 38.8770194622, 40.8001219084;--color-red-200: 121.8694816308, 43.7899031709, 43.2870767758;--color-red-300: 155.8662199578, 47.251002097, 45.4896915262;--color-red-400: 190.9194635198, 49.0904715987, 47.3983532316;--color-red-500: 227, 49, 49;--color-red-600: 238.0255648963, 93.2317875113, 77.8943309073;--color-red-700: 246.8813120821, 128.4056011341, 108.0466447754;--color-red-800: 253.3313465884, 160.986307217, 139.4206149572;--color-red-900: 255, 192.5778167909, 171.9282836568;--color-red-950: 255, 223.8159239052, 205.4815914303;--color-argentum: 163, 163, 163;--color-argentum-50: 42.6597498605, 44.9633362152, 54.0202378384;--color-argentum-100: 64.6337275065, 66.4167309608, 74.1309154883;--color-argentum-200: 87.7781055088, 89.0988208949, 95.1821164289;--color-argentum-300: 111.956999042, 112.835787098, 117.0640664439;--color-argentum-400: 137.0606583398, 137.5025166358, 139.6926565944;--color-argentum-500: 163, 163, 163;--color-argentum-600: 177.8123257981, 177.7892892932, 175.4510593866;--color-argentum-700: 192.8432300908, 192.8067581294, 188.0616468021;--color-argentum-800: 208.0852129372, 208.0460692465, 200.8271511441;--color-argentum-900: 223.5303471721, 223.4979134612, 213.7422465767;--color-argentum-950: 239.1713127293, 239.1538474183, 226.8020087376;--color-aurum: 191, 164, 94;--color-aurum-50: 48.2614993409, 44.965241108, 45.0367540111;--color-aurum-100: 74.8273326371, 66.5330459626, 54.9627265359;--color-aurum-200: 102.3721837723, 89.388787703, 64.8026043049;--color-aurum-300: 130.9504036912, 113.3373975157, 74.5779615039;--color-aurum-400: 160.5146158117, 138.243190832, 84.306396366;--color-aurum-500: 191, 164, 94;--color-aurum-600: 202.7145215078, 178.5614866309, 117.599312663;--color-aurum-700: 214.0104668892, 193.3775245072, 141.3699008828;--color-aurum-800: 224.8870568618, 208.4408092825, 165.4528035062;--color-aurum-900: 235.3443797532, 223.7400575247, 189.9066488714;--color-aurum-950: 245.3825445318, 239.2649783204, 214.7544110979;--color-platinum: 241, 241, 241;--color-platinum-50: 52.8579810188, 55.1658692519, 64.5181062549;--color-platinum-100: 86.5019197277, 88.3209726715, 96.4175772793;--color-platinum-200: 122.4450956364, 123.8160677581, 130.263840573;--color-platinum-300: 160.3343555139, 161.2601389436, 165.7709512746;--color-platinum-400: 199.9163329365, 200.3878864622, 202.7348446358;--color-platinum-500: 241, 241, 241;--color-platinum-600: 243.3528394083, 243.3276347893, 240.8470355582;--color-platinum-700: 245.6965672351, 245.6541800943, 240.6876532258;--color-platinum-800: 248.0330321539, 247.9853422908, 240.523491757;--color-platinum-900: 250.3624881651, 250.321085275, 240.3545051533;--color-platinum-950: 252.685178507, 252.6613737211, 240.1806468696;--color-bg: 0, 0, 0;--color-bg-50: 19.8185929017, 22.0901183597, 30.3529615096;--color-bg-100: 17.2013967633, 18.853899429, 25.8399584955;--color-bg-200: 13.7043991273, 15.137475002, 21.290870234;--color-bg-300: 9.4029948922, 10.6043540368, 15.801243179;--color-bg-400: 4.7014974461, 5.3058823274, 8.4005339802;--color-bg-500: 0, 0, 0;--color-bg-600: 41.1742105734, 41.1649045, 39.3415177644;--color-bg-700: 78.3817349547, 78.3712589256, 74.3310460591;--color-bg-800: 118.9246618584, 118.9160683783, 112.3994691321;--color-bg-900: 162.13413432, 162.129053813, 152.9378431139;--color-bg-950: 207.5902541184, 207.5897468921, 195.5614160019;--color-bg-light: 37, 37, 37;--color-bg-light-50: 24.6165956294, 26.9452931891, 35.3619658813;--color-bg-light-100: 27.1703086502, 28.9133699745, 35.7127002645;--color-bg-light-200: 29.6761017487, 30.903893284, 36.0521618078;--color-bg-light-300: 32.1446123349, 32.9159169687, 36.3800932626;--color-bg-light-400: 34.5839256137, 34.9485913911, 36.6962375776;--color-bg-light-500: 37, 37, 37;--color-bg-light-600: 68.1252335945, 68.1105587336, 66.138177373;--color-bg-light-700: 101.8430272443, 101.824199872, 97.5988808751;--color-bg-light-800: 137.6633189166, 137.6460900723, 130.9570455449;--color-bg-light-900: 175.26950884, 175.257409481, 165.9343215088;--color-bg-light-950: 214.438000547, 214.4334640702, 202.3324054671;--color-bg-dark: 19, 19, 19;--color-bg-dark-50: 21.7107764821, 24.0514388197, 32.3449608234;--color-bg-dark-100: 21.364017082, 23.1077912348, 29.7133296998;--color-bg-dark-200: 20.9593595072, 22.1294688683, 27.109736816;--color-bg-dark-300: 20.3975231223, 21.1237553573, 24.5358448906;--color-bg-dark-400: 19.7114080499, 20.085179585, 21.9127141624;--color-bg-dark-500: 19, 19, 19;--color-bg-dark-600: 51.7160843281, 51.7042224583, 49.8173914246;--color-bg-dark-700: 87.6554956175, 87.6413037536, 83.5244210593;--color-bg-dark-800: 126.3742602567, 126.3619593773, 119.7750638899;--color-bg-dark-900: 167.3750501959, 167.367023995, 158.1226044931;--color-bg-dark-950: 210.3292627588, 210.3270910487, 198.2696264271;--color-bg-dark-grey: 26, 26, 26;--color-bg-dark-grey-50: 22.822848714, 25.1585162236, 33.5000609098;--color-bg-dark-grey-100: 23.5750815806, 25.3200563683, 32.0008992059;--color-bg-dark-grey-200: 24.2638235573, 25.4852030193, 30.5021206689;--color-bg-dark-grey-300: 24.8945756181, 25.6538172108, 29.0030091422;--color-bg-dark-grey-400: 25.4720336652, 25.8257617602, 27.5027222142;--color-bg-dark-grey-500: 26, 26, 26;--color-bg-dark-grey-600: 57.9356013001, 57.9225135724, 56.0017584076;--color-bg-dark-grey-700: 93.0640979376, 93.0479874417, 88.8887026961;--color-bg-dark-grey-800: 130.6921723728, 130.6778812824, 124.051392783;--color-bg-dark-grey-900: 170.4010631773, 170.3914168506, 161.1166848201;--color-bg-dark-grey-950: 211.9065488094, 211.9034463285, 199.8292545808;--color-bg-black: 0, 0, 0;--color-bg-black-50: 19.8185929017, 22.0901183597, 30.3529615096;--color-bg-black-100: 17.2013967633, 18.853899429, 25.8399584955;--color-bg-black-200: 13.7043991273, 15.137475002, 21.290870234;--color-bg-black-300: 9.4029948922, 10.6043540368, 15.801243179;--color-bg-black-400: 4.7014974461, 5.3058823274, 8.4005339802;--color-bg-black-500: 0, 0, 0;--color-bg-black-600: 41.1742105734, 41.1649045, 39.3415177644;--color-bg-black-700: 78.3817349547, 78.3712589256, 74.3310460591;--color-bg-black-800: 118.9246618584, 118.9160683783, 112.3994691321;--color-bg-black-900: 162.13413432, 162.129053813, 152.9378431139;--color-bg-black-950: 207.5902541184, 207.5897468921, 195.5614160019}.cfxui-theme-fivem .cfx-color-primary{color:#f50551}.cfxui-theme-fivem .cfx-color-success{color:#01a370}.cfxui-theme-fivem .cfx-color-warning{color:#ffae00}.cfxui-theme-fivem .cfx-color-error{color:#ff2600}.cfxui-theme-fivem .cfx-color-teal{color:#007892}.cfxui-theme-fivem .cfx-color-aurum{color:#aa6f0d}.cfxui-theme-fivem .cfx-color-silver{color:#a5a5a5}.cfxui-theme-fivem .cfx-color-accent{color:#5b8f22}.cfxui-theme-fivem .cfx-color-primary{color:#fff}.cfxui-theme-fivem .cfx-color-secondary{color:#ababab}.cfxui-theme-fivem .cfx-color-tertiary{color:#bbe093}.cfxui-theme-fivem .cfx-color-green{color:#22bf4e}.cfxui-theme-fivem .cfx-color-yellow{color:#fda640}.cfxui-theme-fivem .cfx-color-red{color:#e33131}.cfxui-theme-fivem .cfx-color-argentum{color:#a3a3a3}.cfxui-theme-fivem .cfx-color-aurum{color:#bfa45e}.cfxui-theme-fivem .cfx-color-platinum{color:#f1f1f1}.cfxui-theme-fivem .cfx-color-bg{color:#000}.cfxui-theme-fivem .cfx-color-bg-light{color:#252525}.cfxui-theme-fivem .cfx-color-bg-dark{color:#131313}.cfxui-theme-fivem .cfx-color-bg-dark-grey{color:#1a1a1a}.cfxui-theme-fivem .cfx-color-bg-black{color:#000}.cfxui-theme-fivem ::-webkit-calendar-picker-indicator{filter:invert(1)}.cfxui-theme-redm{--color-main: 22, 25, 35;--color-main-50: 39.5097834158, 41.9542967828, 50.7363670802;--color-main-100: 57.9571140765, 60.0306444105, 67.2384320711;--color-main-200: 77.2692855618, 79.0499309384, 84.4151923794;--color-main-300: 97.3621532769, 98.8885145793, 102.1969669938;--color-main-400: 118.1625620488, 119.4552756365, 120.528638849;--color-main-500: 139.6093948732, 140.6798368899, 139.3654204342;--color-main-600: 161.6516052465, 162.5059581477, 158.6701282373;--color-main-700: 184.2461609082, 184.8875144389, 178.4113466692;--color-main-800: 207.3563735053, 207.785893812, 198.5621447075;--color-main-900: 230.9506143401, 231.1682326338, 219.09915099;--color-main-950: 255, 255, 240.0018697995;--color-primary: 245, 5, 81;--color-primary-50: 58.491268576, 31.9145058922, 42.3114106471;--color-primary-100: 93.5212476041, 36.4628353584, 49.7625158351;--color-primary-200: 129.515692927, 38.282627011, 57.3585100507;--color-primary-300: 166.770605348, 36.564134394, 65.0989862067;--color-primary-400: 205.2861927331, 29.2261400369, 72.9809721702;--color-primary-500: 245, 5, 81;--color-primary-600: 252.8682318732, 82.7785582425, 104.8750311503;--color-primary-700: 255, 123.1972312456, 130.0263951116;--color-primary-800: 255, 158.2522367124, 156.2361901162;--color-primary-900: 255, 191.2502151469, 183.3640368786;--color-primary-950: 255, 223.3285666145, 211.3108303971;--color-success: 1, 163, 112;--color-success-50: 27.8527067837, 45.4679479058, 47.1026829843;--color-success-100: 31.5697583279, 67.0695478306, 59.5152078997;--color-success-200: 32.8272496506, 89.721331601, 72.2245763865;--color-success-300: 30.8645009386, 113.3188959485, 85.217370477;--color-success-400: 23.6569159276, 137.7712580434, 98.4805126948;--color-success-500: 1, 163, 112;--color-success-600: 76.8463915047, 178.7255538866, 132.1764823322;--color-success-700: 117.2443593286, 194.2698712342, 152.8479716725;--color-success-800: 153.1323641133, 209.6548251269, 173.9900685176;--color-success-900: 187.4898226658, 224.896789038, 195.5780034643;--color-success-950: 221.3020530188, 240.0098425074, 217.5888965404;--color-warning: 255, 174, 0;--color-warning-50: 59.2446891892, 46.1854149147, 38.4370674854;--color-warning-100: 95.5967277234, 69.2425555827, 40.1415613487;--color-warning-200: 133.2551117735, 93.755040869, 39.6084372523;--color-warning-300: 172.4187189944, 119.485386408, 35.9329395477;--color-warning-400: 213.0327343245, 146.2747347536, 26.8522839084;--color-warning-500: 255, 174, 0;--color-warning-600: 255, 187.1070846134, 65.8936582424;--color-warning-700: 255, 200.3550356904, 103.6693501949;--color-warning-800: 255, 213.7632032998, 138.2610651302;--color-warning-900: 255, 227.338898767, 172.0875135376;--color-warning-950: 255, 241.086041212, 205.8999655095;--color-error: 255, 38, 0;--color-error-50: 61.5495763954, 32.8279647385, 34.0623817998;--color-error-100: 98.1369022934, 38.8227040838, 32.2324841301;--color-error-200: 135.4775999526, 42.8242052996, 29.1864473956;--color-error-300: 174.0516471012, 44.527581572, 24.3180872698;--color-error-400: 213.9081923743, 43.3484456995, 16.0882797001;--color-error-500: 255, 38, 0;--color-error-600: 255, 91.663748074, 48.9728170493;--color-error-700: 255, 128.9927409841, 86.2291325337;--color-error-800: 255, 162.2218025521, 123.2328549195;--color-error-900: 255, 193.768736208, 161.0838391074;--color-error-950: 255, 224.5507207084, 199.9992207931;--color-teal: 0, 120, 146;--color-teal-50: 25.7826192273, 39.2966173323, 51.5936533299;--color-teal-100: 27.9145479041, 54.2911464783, 69.0823046377;--color-teal-200: 28.0720456139, 69.9146845576, 87.3458805537;--color-teal-300: 25.570222879, 86.1065113614, 106.2963038296;--color-teal-400: 18.6097314511, 102.8161281792, 125.8658875174;--color-teal-500: 0, 120, 146;--color-teal-600: 72.8426236677, 141.309224758, 161.2550363584;--color-teal-700: 113.0887054408, 163.1335613028, 176.678850048;--color-teal-800: 149.5015151387, 185.4417967329, 192.2687836452;--color-teal-900: 184.7960245378, 208.2058409921, 208.0214738218;--color-teal-950: 219.8405750073, 231.4011847392, 223.9335958869;--color-aurum: 170, 111, 13;--color-aurum-50: 47.4104811021, 37.7090635872, 35.4382123002;--color-aurum-100: 71.1553958337, 51.2198623296, 34.9747925345;--color-aurum-200: 95.0291867219, 65.3841072026, 33.3335640242;--color-aurum-300: 119.4092410919, 80.1096844015, 30.0637725591;--color-aurum-400: 144.3940821399, 95.3325931176, 24.2467610444;--color-aurum-500: 170, 111, 13;--color-aurum-600: 187.5305224192, 133.5324701854, 57.1257753916;--color-aurum-700: 203.8048879793, 156.6850745853, 93.0041843642;--color-aurum-800: 218.7465264449, 180.4385045839, 128.5667805184;--color-aurum-900: 232.2973063536, 204.7629755814, 164.7959038236;--color-aurum-950: 244.4022677735, 229.6283717096, 201.9254941797;--color-silver: 165, 165, 165;--color-silver-50: 42.9270180137, 45.2306099703, 54.2957513352;--color-silver-100: 65.2018731165, 66.9857859756, 74.7109067816;--color-silver-200: 88.6740214747, 89.9961154905, 96.0899933961;--color-silver-300: 113.202853656, 114.0829805807, 118.3195478362;--color-silver-400: 138.6753392296, 139.1180615641, 141.3128373312;--color-silver-500: 165, 165, 165;--color-silver-600: 179.5056375183, 179.4825304339, 177.1401672137;--color-silver-700: 194.2182767173, 194.1816249395, 189.430210701;--color-silver-800: 209.1311732632, 209.0917792602, 201.8660727561;--color-silver-900: 224.237057951, 224.2043701739, 214.4429107684;--color-silver-950: 239.5291958236, 239.5115565566, 227.1562348766;--color-accent: 216, 13, 13;--color-accent-50: 56.0370909192, 30.4439714662, 33.7093494197;--color-accent-100: 86.8889521927, 34.0355548692, 31.8676252583;--color-accent-200: 117.9344702069, 35.4492484558, 29.3141885912;--color-accent-300: 149.7379620607, 34.0614375546, 25.786067101;--color-accent-400: 182.4237483028, 28.4380999437, 20.779320955;--color-accent-500: 216, 13, 13;--color-accent-600: 230.1164690305, 77.7138046636, 50.750680751;--color-accent-700: 241.7117190198, 117.1739714838, 86.1673984067;--color-accent-800: 250.4403596401, 152.7570426261, 122.6231831284;--color-accent-900: 255, 187.0855430312, 160.4335303205;--color-accent-950: 255, 221.040319182, 199.5850255263;--color-primary: 241, 241, 228;--color-primary-50: 53.0100841891, 55.1576173318, 62.8452320186;--color-primary-100: 86.6856521509, 88.3108903235, 92.8059355546;--color-primary-200: 122.6136907676, 123.8067865204, 124.5170219239;--color-primary-300: 160.46201454, 161.2531185513, 157.7320293923;--color-primary-400: 199.986151084, 200.3840810427, 192.2723062534;--color-primary-500: 241, 241, 228;--color-primary-600: 243.3244119441, 243.3287946468, 229.9937886525;--color-primary-700: 245.6516476505, 245.6559510476, 231.9890305523;--color-primary-800: 247.9829787767, 247.9872893562, 233.987474693;--color-primary-900: 250.3183843599, 250.3227871664, 235.9891059163;--color-primary-950: 252.657843679, 252.6624223507, 237.993909229;--color-secondary: 171, 171, 171;--color-secondary-50: 43.7266729506, 46.0303227529, 55.1199422151;--color-secondary-100: 66.9035050222, 68.6901568801, 76.4476685208;--color-secondary-200: 91.359094023, 92.6852941701, 98.8104544777;--color-secondary-300: 116.9383441706, 117.8224388875, 122.0834732655;--color-secondary-400: 143.5182289435, 143.9635046063, 146.1719521344;--color-secondary-500: 171, 171, 171;--color-secondary-600: 184.5807036123, 184.5573906281, 182.2028090864;--color-secondary-700: 198.3359530301, 198.2987724959, 193.5286798833;--color-secondary-800: 212.2609930541, 212.2208596392, 204.9749904586;--color-secondary-900: 226.3502975707, 226.316856291, 216.5381569958;--color-secondary-950: 240.598693754, 240.5805366805, 228.2148296401;--color-tertiary: 246, 136, 136;--color-tertiary-50: 55.9477907801, 41.7939892804, 50.3577178222;--color-tertiary-100: 90.7634046168, 59.3511508787, 66.3846453631;--color-tertiary-200: 127.2545465152, 77.6067520757, 83.0127579435;--color-tertiary-300: 165.3782991938, 96.5010967273, 100.1870342694;--color-tertiary-400: 205.0031065028, 115.9825820154, 117.8623438007;--color-tertiary-500: 246, 136, 136;--color-tertiary-600: 249.8735363531, 156.5004142895, 152.5146530259;--color-tertiary-700: 252.8811169181, 176.5228462274, 169.3848000164;--color-tertiary-800: 254.9684961101, 196.2797438083, 186.5874035972;--color-tertiary-900: 255, 215.8964369867, 204.1022564517;--color-tertiary-950: 255, 235.4538064791, 221.9120802954;--color-green: 34, 191, 78;--color-green-50: 31.2902280922, 49.2524565836, 43.3393169325;--color-green-100: 38.0592415114, 75.0792168751, 51.1872647869;--color-green-200: 42.3421901794, 102.3176341225, 58.5616839045;--color-green-300: 43.8213740327, 130.8027600323, 65.4803354333;--color-green-400: 41.7090810668, 160.400490769, 71.9574728077;--color-green-500: 34, 191, 78;--color-green-600: 91.0478011677, 202.5564363234, 105.1727642816;--color-green-700: 129.1046641333, 213.7452399431, 131.7833149893;--color-green-800: 162.603323195, 224.5780834385, 158.3993613933;--color-green-900: 194.1795375288, 235.062045074, 185.2488361953;--color-green-950: 224.8212260791, 245.2030931412, 212.434060989;--color-yellow: 253, 166, 64;--color-yellow-50: 58.2901269494, 45.2571022632, 41.9643859608;--color-yellow-100: 94.29459258, 67.1420830981, 48.1306888155;--color-yellow-200: 131.7318631226, 90.3294993579, 53.4632091963;--color-yellow-300: 170.7199328751, 114.6215406847, 57.9239308826;--color-yellow-400: 211.1785122759, 139.881364852, 61.4614896274;--color-yellow-500: 253, 166, 64;--color-yellow-600: 255, 180.6068859264, 94.9573273032;--color-yellow-700: 255, 195.2773432137, 124.0842311203;--color-yellow-800: 255, 210.0401715808, 152.789087867;--color-yellow-900: 255, 224.9099657059, 181.558028004;--color-yellow-950: 255, 239.8964953527, 210.5972559592;--color-red: 227, 49, 49;--color-red-50: 56.4828686247, 32.6033512531, 38.0360786959;--color-red-100: 88.874945384, 38.8770194622, 40.8001219084;--color-red-200: 121.8694816308, 43.7899031709, 43.2870767758;--color-red-300: 155.8662199578, 47.251002097, 45.4896915262;--color-red-400: 190.9194635198, 49.0904715987, 47.3983532316;--color-red-500: 227, 49, 49;--color-red-600: 238.0255648963, 93.2317875113, 77.8943309073;--color-red-700: 246.8813120821, 128.4056011341, 108.0466447754;--color-red-800: 253.3313465884, 160.986307217, 139.4206149572;--color-red-900: 255, 192.5778167909, 171.9282836568;--color-red-950: 255, 223.8159239052, 205.4815914303;--color-argentum: 163, 163, 163;--color-argentum-50: 42.6597498605, 44.9633362152, 54.0202378384;--color-argentum-100: 64.6337275065, 66.4167309608, 74.1309154883;--color-argentum-200: 87.7781055088, 89.0988208949, 95.1821164289;--color-argentum-300: 111.956999042, 112.835787098, 117.0640664439;--color-argentum-400: 137.0606583398, 137.5025166358, 139.6926565944;--color-argentum-500: 163, 163, 163;--color-argentum-600: 177.8123257981, 177.7892892932, 175.4510593866;--color-argentum-700: 192.8432300908, 192.8067581294, 188.0616468021;--color-argentum-800: 208.0852129372, 208.0460692465, 200.8271511441;--color-argentum-900: 223.5303471721, 223.4979134612, 213.7422465767;--color-argentum-950: 239.1713127293, 239.1538474183, 226.8020087376;--color-aurum: 191, 164, 94;--color-aurum-50: 48.2614993409, 44.965241108, 45.0367540111;--color-aurum-100: 74.8273326371, 66.5330459626, 54.9627265359;--color-aurum-200: 102.3721837723, 89.388787703, 64.8026043049;--color-aurum-300: 130.9504036912, 113.3373975157, 74.5779615039;--color-aurum-400: 160.5146158117, 138.243190832, 84.306396366;--color-aurum-500: 191, 164, 94;--color-aurum-600: 202.7145215078, 178.5614866309, 117.599312663;--color-aurum-700: 214.0104668892, 193.3775245072, 141.3699008828;--color-aurum-800: 224.8870568618, 208.4408092825, 165.4528035062;--color-aurum-900: 235.3443797532, 223.7400575247, 189.9066488714;--color-aurum-950: 245.3825445318, 239.2649783204, 214.7544110979;--color-platinum: 241, 241, 241;--color-platinum-50: 52.8579810188, 55.1658692519, 64.5181062549;--color-platinum-100: 86.5019197277, 88.3209726715, 96.4175772793;--color-platinum-200: 122.4450956364, 123.8160677581, 130.263840573;--color-platinum-300: 160.3343555139, 161.2601389436, 165.7709512746;--color-platinum-400: 199.9163329365, 200.3878864622, 202.7348446358;--color-platinum-500: 241, 241, 241;--color-platinum-600: 243.3528394083, 243.3276347893, 240.8470355582;--color-platinum-700: 245.6965672351, 245.6541800943, 240.6876532258;--color-platinum-800: 248.0330321539, 247.9853422908, 240.523491757;--color-platinum-900: 250.3624881651, 250.321085275, 240.3545051533;--color-platinum-950: 252.685178507, 252.6613737211, 240.1806468696;--color-bg: 0, 0, 0;--color-bg-50: 19.8185929017, 22.0901183597, 30.3529615096;--color-bg-100: 17.2013967633, 18.853899429, 25.8399584955;--color-bg-200: 13.7043991273, 15.137475002, 21.290870234;--color-bg-300: 9.4029948922, 10.6043540368, 15.801243179;--color-bg-400: 4.7014974461, 5.3058823274, 8.4005339802;--color-bg-500: 0, 0, 0;--color-bg-600: 41.1742105734, 41.1649045, 39.3415177644;--color-bg-700: 78.3817349547, 78.3712589256, 74.3310460591;--color-bg-800: 118.9246618584, 118.9160683783, 112.3994691321;--color-bg-900: 162.13413432, 162.129053813, 152.9378431139;--color-bg-950: 207.5902541184, 207.5897468921, 195.5614160019;--color-bg-light: 37, 37, 37;--color-bg-light-50: 24.6165956294, 26.9452931891, 35.3619658813;--color-bg-light-100: 27.1703086502, 28.9133699745, 35.7127002645;--color-bg-light-200: 29.6761017487, 30.903893284, 36.0521618078;--color-bg-light-300: 32.1446123349, 32.9159169687, 36.3800932626;--color-bg-light-400: 34.5839256137, 34.9485913911, 36.6962375776;--color-bg-light-500: 37, 37, 37;--color-bg-light-600: 68.1252335945, 68.1105587336, 66.138177373;--color-bg-light-700: 101.8430272443, 101.824199872, 97.5988808751;--color-bg-light-800: 137.6633189166, 137.6460900723, 130.9570455449;--color-bg-light-900: 175.26950884, 175.257409481, 165.9343215088;--color-bg-light-950: 214.438000547, 214.4334640702, 202.3324054671;--color-bg-dark: 19, 19, 19;--color-bg-dark-50: 21.7107764821, 24.0514388197, 32.3449608234;--color-bg-dark-100: 21.364017082, 23.1077912348, 29.7133296998;--color-bg-dark-200: 20.9593595072, 22.1294688683, 27.109736816;--color-bg-dark-300: 20.3975231223, 21.1237553573, 24.5358448906;--color-bg-dark-400: 19.7114080499, 20.085179585, 21.9127141624;--color-bg-dark-500: 19, 19, 19;--color-bg-dark-600: 51.7160843281, 51.7042224583, 49.8173914246;--color-bg-dark-700: 87.6554956175, 87.6413037536, 83.5244210593;--color-bg-dark-800: 126.3742602567, 126.3619593773, 119.7750638899;--color-bg-dark-900: 167.3750501959, 167.367023995, 158.1226044931;--color-bg-dark-950: 210.3292627588, 210.3270910487, 198.2696264271;--color-bg-dark-grey: 26, 26, 26;--color-bg-dark-grey-50: 22.822848714, 25.1585162236, 33.5000609098;--color-bg-dark-grey-100: 23.5750815806, 25.3200563683, 32.0008992059;--color-bg-dark-grey-200: 24.2638235573, 25.4852030193, 30.5021206689;--color-bg-dark-grey-300: 24.8945756181, 25.6538172108, 29.0030091422;--color-bg-dark-grey-400: 25.4720336652, 25.8257617602, 27.5027222142;--color-bg-dark-grey-500: 26, 26, 26;--color-bg-dark-grey-600: 57.9356013001, 57.9225135724, 56.0017584076;--color-bg-dark-grey-700: 93.0640979376, 93.0479874417, 88.8887026961;--color-bg-dark-grey-800: 130.6921723728, 130.6778812824, 124.051392783;--color-bg-dark-grey-900: 170.4010631773, 170.3914168506, 161.1166848201;--color-bg-dark-grey-950: 211.9065488094, 211.9034463285, 199.8292545808;--color-bg-black: 0, 0, 0;--color-bg-black-50: 19.8185929017, 22.0901183597, 30.3529615096;--color-bg-black-100: 17.2013967633, 18.853899429, 25.8399584955;--color-bg-black-200: 13.7043991273, 15.137475002, 21.290870234;--color-bg-black-300: 9.4029948922, 10.6043540368, 15.801243179;--color-bg-black-400: 4.7014974461, 5.3058823274, 8.4005339802;--color-bg-black-500: 0, 0, 0;--color-bg-black-600: 41.1742105734, 41.1649045, 39.3415177644;--color-bg-black-700: 78.3817349547, 78.3712589256, 74.3310460591;--color-bg-black-800: 118.9246618584, 118.9160683783, 112.3994691321;--color-bg-black-900: 162.13413432, 162.129053813, 152.9378431139;--color-bg-black-950: 207.5902541184, 207.5897468921, 195.5614160019}.cfxui-theme-redm .cfx-color-primary{color:#f50551}.cfxui-theme-redm .cfx-color-success{color:#01a370}.cfxui-theme-redm .cfx-color-warning{color:#ffae00}.cfxui-theme-redm .cfx-color-error{color:#ff2600}.cfxui-theme-redm .cfx-color-teal{color:#007892}.cfxui-theme-redm .cfx-color-aurum{color:#aa6f0d}.cfxui-theme-redm .cfx-color-silver{color:#a5a5a5}.cfxui-theme-redm .cfx-color-accent{color:#d80d0d}.cfxui-theme-redm .cfx-color-primary{color:#f1f1e4}.cfxui-theme-redm .cfx-color-secondary{color:#ababab}.cfxui-theme-redm .cfx-color-tertiary{color:#f68888}.cfxui-theme-redm .cfx-color-green{color:#22bf4e}.cfxui-theme-redm .cfx-color-yellow{color:#fda640}.cfxui-theme-redm .cfx-color-red{color:#e33131}.cfxui-theme-redm .cfx-color-argentum{color:#a3a3a3}.cfxui-theme-redm .cfx-color-aurum{color:#bfa45e}.cfxui-theme-redm .cfx-color-platinum{color:#f1f1f1}.cfxui-theme-redm .cfx-color-bg{color:#000}.cfxui-theme-redm .cfx-color-bg-light{color:#252525}.cfxui-theme-redm .cfx-color-bg-dark{color:#131313}.cfxui-theme-redm .cfx-color-bg-dark-grey{color:#1a1a1a}.cfxui-theme-redm .cfx-color-bg-black{color:#000}.cfxui-theme-redm ::-webkit-calendar-picker-indicator{filter:invert(1)}.cfxui-theme-wireframe{--color-main: 22, 25, 35;--color-main-50: 39.5097834158, 41.9542967828, 50.7363670802;--color-main-100: 57.9571140765, 60.0306444105, 67.2384320711;--color-main-200: 77.2692855618, 79.0499309384, 84.4151923794;--color-main-300: 97.3621532769, 98.8885145793, 102.1969669938;--color-main-400: 118.1625620488, 119.4552756365, 120.528638849;--color-main-500: 139.6093948732, 140.6798368899, 139.3654204342;--color-main-600: 161.6516052465, 162.5059581477, 158.6701282373;--color-main-700: 184.2461609082, 184.8875144389, 178.4113466692;--color-main-800: 207.3563735053, 207.785893812, 198.5621447075;--color-main-900: 230.9506143401, 231.1682326338, 219.09915099;--color-main-950: 255, 255, 240.0018697995;--color-primary: 245, 5, 81;--color-primary-50: 58.491268576, 31.9145058922, 42.3114106471;--color-primary-100: 93.5212476041, 36.4628353584, 49.7625158351;--color-primary-200: 129.515692927, 38.282627011, 57.3585100507;--color-primary-300: 166.770605348, 36.564134394, 65.0989862067;--color-primary-400: 205.2861927331, 29.2261400369, 72.9809721702;--color-primary-500: 245, 5, 81;--color-primary-600: 252.8682318732, 82.7785582425, 104.8750311503;--color-primary-700: 255, 123.1972312456, 130.0263951116;--color-primary-800: 255, 158.2522367124, 156.2361901162;--color-primary-900: 255, 191.2502151469, 183.3640368786;--color-primary-950: 255, 223.3285666145, 211.3108303971;--color-success: 1, 163, 112;--color-success-50: 27.8527067837, 45.4679479058, 47.1026829843;--color-success-100: 31.5697583279, 67.0695478306, 59.5152078997;--color-success-200: 32.8272496506, 89.721331601, 72.2245763865;--color-success-300: 30.8645009386, 113.3188959485, 85.217370477;--color-success-400: 23.6569159276, 137.7712580434, 98.4805126948;--color-success-500: 1, 163, 112;--color-success-600: 76.8463915047, 178.7255538866, 132.1764823322;--color-success-700: 117.2443593286, 194.2698712342, 152.8479716725;--color-success-800: 153.1323641133, 209.6548251269, 173.9900685176;--color-success-900: 187.4898226658, 224.896789038, 195.5780034643;--color-success-950: 221.3020530188, 240.0098425074, 217.5888965404;--color-warning: 255, 174, 0;--color-warning-50: 59.2446891892, 46.1854149147, 38.4370674854;--color-warning-100: 95.5967277234, 69.2425555827, 40.1415613487;--color-warning-200: 133.2551117735, 93.755040869, 39.6084372523;--color-warning-300: 172.4187189944, 119.485386408, 35.9329395477;--color-warning-400: 213.0327343245, 146.2747347536, 26.8522839084;--color-warning-500: 255, 174, 0;--color-warning-600: 255, 187.1070846134, 65.8936582424;--color-warning-700: 255, 200.3550356904, 103.6693501949;--color-warning-800: 255, 213.7632032998, 138.2610651302;--color-warning-900: 255, 227.338898767, 172.0875135376;--color-warning-950: 255, 241.086041212, 205.8999655095;--color-error: 255, 38, 0;--color-error-50: 61.5495763954, 32.8279647385, 34.0623817998;--color-error-100: 98.1369022934, 38.8227040838, 32.2324841301;--color-error-200: 135.4775999526, 42.8242052996, 29.1864473956;--color-error-300: 174.0516471012, 44.527581572, 24.3180872698;--color-error-400: 213.9081923743, 43.3484456995, 16.0882797001;--color-error-500: 255, 38, 0;--color-error-600: 255, 91.663748074, 48.9728170493;--color-error-700: 255, 128.9927409841, 86.2291325337;--color-error-800: 255, 162.2218025521, 123.2328549195;--color-error-900: 255, 193.768736208, 161.0838391074;--color-error-950: 255, 224.5507207084, 199.9992207931;--color-teal: 0, 120, 146;--color-teal-50: 25.7826192273, 39.2966173323, 51.5936533299;--color-teal-100: 27.9145479041, 54.2911464783, 69.0823046377;--color-teal-200: 28.0720456139, 69.9146845576, 87.3458805537;--color-teal-300: 25.570222879, 86.1065113614, 106.2963038296;--color-teal-400: 18.6097314511, 102.8161281792, 125.8658875174;--color-teal-500: 0, 120, 146;--color-teal-600: 72.8426236677, 141.309224758, 161.2550363584;--color-teal-700: 113.0887054408, 163.1335613028, 176.678850048;--color-teal-800: 149.5015151387, 185.4417967329, 192.2687836452;--color-teal-900: 184.7960245378, 208.2058409921, 208.0214738218;--color-teal-950: 219.8405750073, 231.4011847392, 223.9335958869;--color-aurum: 170, 111, 13;--color-aurum-50: 47.4104811021, 37.7090635872, 35.4382123002;--color-aurum-100: 71.1553958337, 51.2198623296, 34.9747925345;--color-aurum-200: 95.0291867219, 65.3841072026, 33.3335640242;--color-aurum-300: 119.4092410919, 80.1096844015, 30.0637725591;--color-aurum-400: 144.3940821399, 95.3325931176, 24.2467610444;--color-aurum-500: 170, 111, 13;--color-aurum-600: 187.5305224192, 133.5324701854, 57.1257753916;--color-aurum-700: 203.8048879793, 156.6850745853, 93.0041843642;--color-aurum-800: 218.7465264449, 180.4385045839, 128.5667805184;--color-aurum-900: 232.2973063536, 204.7629755814, 164.7959038236;--color-aurum-950: 244.4022677735, 229.6283717096, 201.9254941797;--color-silver: 165, 165, 165;--color-silver-50: 42.9270180137, 45.2306099703, 54.2957513352;--color-silver-100: 65.2018731165, 66.9857859756, 74.7109067816;--color-silver-200: 88.6740214747, 89.9961154905, 96.0899933961;--color-silver-300: 113.202853656, 114.0829805807, 118.3195478362;--color-silver-400: 138.6753392296, 139.1180615641, 141.3128373312;--color-silver-500: 165, 165, 165;--color-silver-600: 179.5056375183, 179.4825304339, 177.1401672137;--color-silver-700: 194.2182767173, 194.1816249395, 189.430210701;--color-silver-800: 209.1311732632, 209.0917792602, 201.8660727561;--color-silver-900: 224.237057951, 224.2043701739, 214.4429107684;--color-silver-950: 239.5291958236, 239.5115565566, 227.1562348766;--color-accent: 68, 68, 68;--color-accent-50: 29.3788964306, 31.6943383076, 40.2987146349;--color-accent-100: 36.8524214348, 38.5987650909, 45.6820495894;--color-accent-200: 44.4452713842, 45.6954988447, 51.1468646589;--color-accent-300: 52.1665666849, 52.9695606586, 56.6900785444;--color-accent-400: 60.0186295609, 60.4085176863, 62.3088484213;--color-accent-500: 68, 68, 68;--color-accent-600: 95.9696551861, 95.9517579358, 93.8605503206;--color-accent-700: 125.4369756862, 125.4120744683, 121.027174637;--color-accent-800: 156.204390133, 156.1801871869, 149.3352370241;--color-accent-900: 188.12570058, 188.1075275766, 178.6613362028;--color-accent-950: 221.088044525, 221.0798450567, 208.909317836;--color-primary: 32, 33, 35;--color-primary-50: 23.7508636641, 26.3072193943, 35.0182758829;--color-primary-100: 25.460314724, 27.6249641797, 35.0293756581;--color-primary-200: 27.1353210427, 28.9535637807, 35.0333254258;--color-primary-300: 28.7809997722, 30.2926570686, 35.0299300194;--color-primary-400: 30.4015277574, 31.6419117925, 35.0189896567;--color-primary-500: 32, 33, 35;--color-primary-600: 63.5716779944, 64.427828349, 64.3240061045;--color-primary-700: 97.9521481868, 98.6611209898, 96.0528097604;--color-primary-800: 134.5887033455, 135.1390329061, 129.737508855;--color-primary-900: 173.1291973729, 173.5087295405, 165.0864611728;--color-primary-950: 213.3276434635, 213.5250090728, 201.8929717399;--color-secondary: 121, 121, 121;--color-secondary-50: 36.9512773844, 39.2566492082, 48.1300668953;--color-secondary-100: 52.5757021921, 54.3403207028, 61.806348356;--color-secondary-200: 68.8416476281, 70.1322682634, 75.9724315075;--color-secondary-300: 85.6987572614, 86.5473101115, 90.5834831766;--color-secondary-400: 103.0991421302, 103.5211012824, 105.6030568658;--color-secondary-500: 121, 121, 121;--color-secondary-600: 142.0305460344, 142.0092641345, 139.766012979;--color-secondary-700: 163.630797275, 163.5985866771, 158.9959898904;--color-secondary-800: 185.7605605962, 185.727182496, 178.6596098747;--color-secondary-900: 208.3849506218, 208.3582284165, 198.7301249467;--color-secondary-950: 231.4739277319, 231.4602893765, 219.1843278426;--color-tertiary: 157, 157, 157;--color-tertiary-50: 41.855712595, 44.1593252384, 53.1912589518;--color-tertiary-100: 62.9263660956, 64.7066538844, 72.3875961707;--color-tertiary-200: 85.0875618831, 86.4041114946, 92.4551761098;--color-tertiary-300: 108.2172654371, 109.0919864862, 113.2949879692;--color-tertiary-400: 132.2154078741, 132.6546336171, 134.8306195194;--color-tertiary-500: 157, 157, 157;--color-tertiary-600: 172.7273036625, 172.7044850299, 170.3788442013;--color-tertiary-700: 188.7103162491, 188.6743948959, 183.9484309194;--color-tertiary-800: 204.938958207, 204.9005773994, 197.7022334548;--color-tertiary-900: 221.4030721894, 221.3714096413, 211.6332620143;--color-tertiary-950: 238.0933709385, 238.0764316705, 225.7351074602;--color-green: 34, 191, 78;--color-green-50: 31.2902280922, 49.2524565836, 43.3393169325;--color-green-100: 38.0592415114, 75.0792168751, 51.1872647869;--color-green-200: 42.3421901794, 102.3176341225, 58.5616839045;--color-green-300: 43.8213740327, 130.8027600323, 65.4803354333;--color-green-400: 41.7090810668, 160.400490769, 71.9574728077;--color-green-500: 34, 191, 78;--color-green-600: 91.0478011677, 202.5564363234, 105.1727642816;--color-green-700: 129.1046641333, 213.7452399431, 131.7833149893;--color-green-800: 162.603323195, 224.5780834385, 158.3993613933;--color-green-900: 194.1795375288, 235.062045074, 185.2488361953;--color-green-950: 224.8212260791, 245.2030931412, 212.434060989;--color-yellow: 253, 166, 64;--color-yellow-50: 58.2901269494, 45.2571022632, 41.9643859608;--color-yellow-100: 94.29459258, 67.1420830981, 48.1306888155;--color-yellow-200: 131.7318631226, 90.3294993579, 53.4632091963;--color-yellow-300: 170.7199328751, 114.6215406847, 57.9239308826;--color-yellow-400: 211.1785122759, 139.881364852, 61.4614896274;--color-yellow-500: 253, 166, 64;--color-yellow-600: 255, 180.6068859264, 94.9573273032;--color-yellow-700: 255, 195.2773432137, 124.0842311203;--color-yellow-800: 255, 210.0401715808, 152.789087867;--color-yellow-900: 255, 224.9099657059, 181.558028004;--color-yellow-950: 255, 239.8964953527, 210.5972559592;--color-red: 227, 49, 49;--color-red-50: 56.4828686247, 32.6033512531, 38.0360786959;--color-red-100: 88.874945384, 38.8770194622, 40.8001219084;--color-red-200: 121.8694816308, 43.7899031709, 43.2870767758;--color-red-300: 155.8662199578, 47.251002097, 45.4896915262;--color-red-400: 190.9194635198, 49.0904715987, 47.3983532316;--color-red-500: 227, 49, 49;--color-red-600: 238.0255648963, 93.2317875113, 77.8943309073;--color-red-700: 246.8813120821, 128.4056011341, 108.0466447754;--color-red-800: 253.3313465884, 160.986307217, 139.4206149572;--color-red-900: 255, 192.5778167909, 171.9282836568;--color-red-950: 255, 223.8159239052, 205.4815914303;--color-argentum: 163, 163, 163;--color-argentum-50: 42.6597498605, 44.9633362152, 54.0202378384;--color-argentum-100: 64.6337275065, 66.4167309608, 74.1309154883;--color-argentum-200: 87.7781055088, 89.0988208949, 95.1821164289;--color-argentum-300: 111.956999042, 112.835787098, 117.0640664439;--color-argentum-400: 137.0606583398, 137.5025166358, 139.6926565944;--color-argentum-500: 163, 163, 163;--color-argentum-600: 177.8123257981, 177.7892892932, 175.4510593866;--color-argentum-700: 192.8432300908, 192.8067581294, 188.0616468021;--color-argentum-800: 208.0852129372, 208.0460692465, 200.8271511441;--color-argentum-900: 223.5303471721, 223.4979134612, 213.7422465767;--color-argentum-950: 239.1713127293, 239.1538474183, 226.8020087376;--color-aurum: 191, 164, 94;--color-aurum-50: 48.2614993409, 44.965241108, 45.0367540111;--color-aurum-100: 74.8273326371, 66.5330459626, 54.9627265359;--color-aurum-200: 102.3721837723, 89.388787703, 64.8026043049;--color-aurum-300: 130.9504036912, 113.3373975157, 74.5779615039;--color-aurum-400: 160.5146158117, 138.243190832, 84.306396366;--color-aurum-500: 191, 164, 94;--color-aurum-600: 202.7145215078, 178.5614866309, 117.599312663;--color-aurum-700: 214.0104668892, 193.3775245072, 141.3699008828;--color-aurum-800: 224.8870568618, 208.4408092825, 165.4528035062;--color-aurum-900: 235.3443797532, 223.7400575247, 189.9066488714;--color-aurum-950: 245.3825445318, 239.2649783204, 214.7544110979;--color-platinum: 241, 241, 241;--color-platinum-50: 52.8579810188, 55.1658692519, 64.5181062549;--color-platinum-100: 86.5019197277, 88.3209726715, 96.4175772793;--color-platinum-200: 122.4450956364, 123.8160677581, 130.263840573;--color-platinum-300: 160.3343555139, 161.2601389436, 165.7709512746;--color-platinum-400: 199.9163329365, 200.3878864622, 202.7348446358;--color-platinum-500: 241, 241, 241;--color-platinum-600: 243.3528394083, 243.3276347893, 240.8470355582;--color-platinum-700: 245.6965672351, 245.6541800943, 240.6876532258;--color-platinum-800: 248.0330321539, 247.9853422908, 240.523491757;--color-platinum-900: 250.3624881651, 250.321085275, 240.3545051533;--color-platinum-950: 252.685178507, 252.6613737211, 240.1806468696;--color-bg: 255, 255, 255;--color-bg-50: 54.6484389036, 56.9577701597, 66.3582250416;--color-bg-100: 90.3765458419, 92.2020513213, 100.3594043323;--color-bg-200: 128.6201927067, 129.9994798558, 136.504211014;--color-bg-300: 168.9813478183, 169.9146191017, 174.4691038499;--color-bg-400: 211.1781991901, 211.6543859227, 214.0253858491;--color-bg-500: 255, 255, 255;--color-bg-600: 255, 255, 252.5021203328;--color-bg-700: 255, 255, 250.00246142;--color-bg-800: 255, 255, 247.5027067317;--color-bg-900: 255, 255, 245.0027587461;--color-bg-950: 255, 255, 242.5025153923;--color-bg-light: 218, 218, 218;--color-bg-light-50: 49.8931962029, 52.1990826373, 61.4692444191;--color-bg-light-100: 80.107424079, 81.9158198745, 89.9080006323;--color-bg-light-200: 112.2733150444, 113.6301854516, 119.9794914265;--color-bg-light-300: 146.1080176823, 147.0209405116, 151.4559719974;--color-bg-light-400: 181.4033875616, 181.8669285586, 184.1720527239;--color-bg-light-500: 218, 218, 218;--color-bg-light-600: 224.118919843, 224.0942485911, 221.6521169952;--color-bg-light-700: 230.255888045, 230.2150421248, 225.3091744333;--color-bg-light-800: 236.4125046948, 236.3671049177, 228.972691755;--color-bg-light-900: 242.5888939155, 242.5499546916, 232.6426557834;--color-bg-light-950: 248.7851489715, 248.7631267704, 236.31905305;--color-bg-dark: 218, 218, 218;--color-bg-dark-50: 49.8931962029, 52.1990826373, 61.4692444191;--color-bg-dark-100: 80.107424079, 81.9158198745, 89.9080006323;--color-bg-dark-200: 112.2733150444, 113.6301854516, 119.9794914265;--color-bg-dark-300: 146.1080176823, 147.0209405116, 151.4559719974;--color-bg-dark-400: 181.4033875616, 181.8669285586, 184.1720527239;--color-bg-dark-500: 218, 218, 218;--color-bg-dark-600: 224.118919843, 224.0942485911, 221.6521169952;--color-bg-dark-700: 230.255888045, 230.2150421248, 225.3091744333;--color-bg-dark-800: 236.4125046948, 236.3671049177, 228.972691755;--color-bg-dark-900: 242.5888939155, 242.5499546916, 232.6426557834;--color-bg-dark-950: 248.7851489715, 248.7631267704, 236.31905305;--color-bg-dark-grey: 26, 26, 26;--color-bg-dark-grey-50: 22.822848714, 25.1585162236, 33.5000609098;--color-bg-dark-grey-100: 23.5750815806, 25.3200563683, 32.0008992059;--color-bg-dark-grey-200: 24.2638235573, 25.4852030193, 30.5021206689;--color-bg-dark-grey-300: 24.8945756181, 25.6538172108, 29.0030091422;--color-bg-dark-grey-400: 25.4720336652, 25.8257617602, 27.5027222142;--color-bg-dark-grey-500: 26, 26, 26;--color-bg-dark-grey-600: 57.9356013001, 57.9225135724, 56.0017584076;--color-bg-dark-grey-700: 93.0640979376, 93.0479874417, 88.8887026961;--color-bg-dark-grey-800: 130.6921723728, 130.6778812824, 124.051392783;--color-bg-dark-grey-900: 170.4010631773, 170.3914168506, 161.1166848201;--color-bg-dark-grey-950: 211.9065488094, 211.9034463285, 199.8292545808;--color-bg-black: 68, 68, 68;--color-bg-black-50: 29.3788964306, 31.6943383076, 40.2987146349;--color-bg-black-100: 36.8524214348, 38.5987650909, 45.6820495894;--color-bg-black-200: 44.4452713842, 45.6954988447, 51.1468646589;--color-bg-black-300: 52.1665666849, 52.9695606586, 56.6900785444;--color-bg-black-400: 60.0186295609, 60.4085176863, 62.3088484213;--color-bg-black-500: 68, 68, 68;--color-bg-black-600: 95.9696551861, 95.9517579358, 93.8605503206;--color-bg-black-700: 125.4369756862, 125.4120744683, 121.027174637;--color-bg-black-800: 156.204390133, 156.1801871869, 149.3352370241;--color-bg-black-900: 188.12570058, 188.1075275766, 178.6613362028;--color-bg-black-950: 221.088044525, 221.0798450567, 208.909317836}.cfxui-theme-wireframe .cfx-color-primary{color:#f50551}.cfxui-theme-wireframe .cfx-color-success{color:#01a370}.cfxui-theme-wireframe .cfx-color-warning{color:#ffae00}.cfxui-theme-wireframe .cfx-color-error{color:#ff2600}.cfxui-theme-wireframe .cfx-color-teal{color:#007892}.cfxui-theme-wireframe .cfx-color-aurum{color:#aa6f0d}.cfxui-theme-wireframe .cfx-color-silver{color:#a5a5a5}.cfxui-theme-wireframe .cfx-color-accent{color:#444}.cfxui-theme-wireframe .cfx-color-primary{color:#202123}.cfxui-theme-wireframe .cfx-color-secondary{color:#797979}.cfxui-theme-wireframe .cfx-color-tertiary{color:#9d9d9d}.cfxui-theme-wireframe .cfx-color-green{color:#22bf4e}.cfxui-theme-wireframe .cfx-color-yellow{color:#fda640}.cfxui-theme-wireframe .cfx-color-red{color:#e33131}.cfxui-theme-wireframe .cfx-color-argentum{color:#a3a3a3}.cfxui-theme-wireframe .cfx-color-aurum{color:#bfa45e}.cfxui-theme-wireframe .cfx-color-platinum{color:#f1f1f1}.cfxui-theme-wireframe .cfx-color-bg{color:#fff}.cfxui-theme-wireframe .cfx-color-bg-light,.cfxui-theme-wireframe .cfx-color-bg-dark{color:#dadada}.cfxui-theme-wireframe .cfx-color-bg-dark-grey{color:#1a1a1a}.cfxui-theme-wireframe .cfx-color-bg-black{color:#444}.cfxui-theme-wireframe ::-webkit-calendar-picker-indicator{filter:invert(1)}
|
|
1
|
+
.cfxui-theme-cfx{--color-main: 22, 25, 35;--color-main-50: 39.5097834158, 41.9542967828, 50.7363670802;--color-main-100: 57.9571140765, 60.0306444105, 67.2384320711;--color-main-200: 77.2692855618, 79.0499309384, 84.4151923794;--color-main-300: 97.3621532769, 98.8885145793, 102.1969669938;--color-main-400: 118.1625620488, 119.4552756365, 120.528638849;--color-main-500: 139.6093948732, 140.6798368899, 139.3654204342;--color-main-600: 161.6516052465, 162.5059581477, 158.6701282373;--color-main-700: 184.2461609082, 184.8875144389, 178.4113466692;--color-main-800: 207.3563735053, 207.785893812, 198.5621447075;--color-main-900: 230.9506143401, 231.1682326338, 219.09915099;--color-main-950: 255, 255, 240.0018697995}.cfxui-theme-cfx .cfx-color-primary{color:#f50551}.cfxui-theme-cfx{--color-primary: 245, 5, 81;--color-primary-50: 58.491268576, 31.9145058922, 42.3114106471;--color-primary-100: 93.5212476041, 36.4628353584, 49.7625158351;--color-primary-200: 129.515692927, 38.282627011, 57.3585100507;--color-primary-300: 166.770605348, 36.564134394, 65.0989862067;--color-primary-400: 205.2861927331, 29.2261400369, 72.9809721702;--color-primary-500: 245, 5, 81;--color-primary-600: 252.8682318732, 82.7785582425, 104.8750311503;--color-primary-700: 255, 123.1972312456, 130.0263951116;--color-primary-800: 255, 158.2522367124, 156.2361901162;--color-primary-900: 255, 191.2502151469, 183.3640368786;--color-primary-950: 255, 223.3285666145, 211.3108303971}.cfxui-theme-cfx .cfx-color-success{color:#01a370}.cfxui-theme-cfx{--color-success: 1, 163, 112;--color-success-50: 27.8527067837, 45.4679479058, 47.1026829843;--color-success-100: 31.5697583279, 67.0695478306, 59.5152078997;--color-success-200: 32.8272496506, 89.721331601, 72.2245763865;--color-success-300: 30.8645009386, 113.3188959485, 85.217370477;--color-success-400: 23.6569159276, 137.7712580434, 98.4805126948;--color-success-500: 1, 163, 112;--color-success-600: 76.8463915047, 178.7255538866, 132.1764823322;--color-success-700: 117.2443593286, 194.2698712342, 152.8479716725;--color-success-800: 153.1323641133, 209.6548251269, 173.9900685176;--color-success-900: 187.4898226658, 224.896789038, 195.5780034643;--color-success-950: 221.3020530188, 240.0098425074, 217.5888965404}.cfxui-theme-cfx .cfx-color-warning{color:#ffae00}.cfxui-theme-cfx{--color-warning: 255, 174, 0;--color-warning-50: 59.2446891892, 46.1854149147, 38.4370674854;--color-warning-100: 95.5967277234, 69.2425555827, 40.1415613487;--color-warning-200: 133.2551117735, 93.755040869, 39.6084372523;--color-warning-300: 172.4187189944, 119.485386408, 35.9329395477;--color-warning-400: 213.0327343245, 146.2747347536, 26.8522839084;--color-warning-500: 255, 174, 0;--color-warning-600: 255, 187.1070846134, 65.8936582424;--color-warning-700: 255, 200.3550356904, 103.6693501949;--color-warning-800: 255, 213.7632032998, 138.2610651302;--color-warning-900: 255, 227.338898767, 172.0875135376;--color-warning-950: 255, 241.086041212, 205.8999655095}.cfxui-theme-cfx .cfx-color-error{color:#ff2600}.cfxui-theme-cfx{--color-error: 255, 38, 0;--color-error-50: 61.5495763954, 32.8279647385, 34.0623817998;--color-error-100: 98.1369022934, 38.8227040838, 32.2324841301;--color-error-200: 135.4775999526, 42.8242052996, 29.1864473956;--color-error-300: 174.0516471012, 44.527581572, 24.3180872698;--color-error-400: 213.9081923743, 43.3484456995, 16.0882797001;--color-error-500: 255, 38, 0;--color-error-600: 255, 91.663748074, 48.9728170493;--color-error-700: 255, 128.9927409841, 86.2291325337;--color-error-800: 255, 162.2218025521, 123.2328549195;--color-error-900: 255, 193.768736208, 161.0838391074;--color-error-950: 255, 224.5507207084, 199.9992207931}.cfxui-theme-cfx .cfx-color-teal{color:#007892}.cfxui-theme-cfx{--color-teal: 0, 120, 146;--color-teal-50: 25.7826192273, 39.2966173323, 51.5936533299;--color-teal-100: 27.9145479041, 54.2911464783, 69.0823046377;--color-teal-200: 28.0720456139, 69.9146845576, 87.3458805537;--color-teal-300: 25.570222879, 86.1065113614, 106.2963038296;--color-teal-400: 18.6097314511, 102.8161281792, 125.8658875174;--color-teal-500: 0, 120, 146;--color-teal-600: 72.8426236677, 141.309224758, 161.2550363584;--color-teal-700: 113.0887054408, 163.1335613028, 176.678850048;--color-teal-800: 149.5015151387, 185.4417967329, 192.2687836452;--color-teal-900: 184.7960245378, 208.2058409921, 208.0214738218;--color-teal-950: 219.8405750073, 231.4011847392, 223.9335958869}.cfxui-theme-cfx .cfx-color-aurum{color:#aa6f0d}.cfxui-theme-cfx{--color-aurum: 170, 111, 13;--color-aurum-50: 47.4104811021, 37.7090635872, 35.4382123002;--color-aurum-100: 71.1553958337, 51.2198623296, 34.9747925345;--color-aurum-200: 95.0291867219, 65.3841072026, 33.3335640242;--color-aurum-300: 119.4092410919, 80.1096844015, 30.0637725591;--color-aurum-400: 144.3940821399, 95.3325931176, 24.2467610444;--color-aurum-500: 170, 111, 13;--color-aurum-600: 187.5305224192, 133.5324701854, 57.1257753916;--color-aurum-700: 203.8048879793, 156.6850745853, 93.0041843642;--color-aurum-800: 218.7465264449, 180.4385045839, 128.5667805184;--color-aurum-900: 232.2973063536, 204.7629755814, 164.7959038236;--color-aurum-950: 244.4022677735, 229.6283717096, 201.9254941797}.cfxui-theme-cfx .cfx-color-silver{color:#a5a5a5}.cfxui-theme-cfx{--color-silver: 165, 165, 165;--color-silver-50: 42.9270180137, 45.2306099703, 54.2957513352;--color-silver-100: 65.2018731165, 66.9857859756, 74.7109067816;--color-silver-200: 88.6740214747, 89.9961154905, 96.0899933961;--color-silver-300: 113.202853656, 114.0829805807, 118.3195478362;--color-silver-400: 138.6753392296, 139.1180615641, 141.3128373312;--color-silver-500: 165, 165, 165;--color-silver-600: 179.5056375183, 179.4825304339, 177.1401672137;--color-silver-700: 194.2182767173, 194.1816249395, 189.430210701;--color-silver-800: 209.1311732632, 209.0917792602, 201.8660727561;--color-silver-900: 224.237057951, 224.2043701739, 214.4429107684;--color-silver-950: 239.5291958236, 239.5115565566, 227.1562348766}.cfxui-theme-cfx .cfx-color-accent{color:#f40552}.cfxui-theme-cfx{--color-accent: 244, 5, 82;--color-accent-50: 58.3151359761, 31.881401258, 42.4489231109;--color-accent-100: 93.1936427996, 36.404264332, 50.051171594;--color-accent-200: 129.0312898973, 38.2068905851, 57.8102679093;--color-accent-300: 166.1216842104, 36.4814274314, 65.7244054787;--color-accent-400: 204.4652166547, 29.1522233588, 73.7894562512;--color-accent-500: 244, 5, 82;--color-accent-600: 251.9834789514, 82.6262791473, 105.7408396475;--color-accent-700: 255, 123.0362028553, 130.7401564516;--color-accent-800: 255, 158.111033262, 156.785307061;--color-accent-900: 255, 191.1454257287, 183.7384284431;--color-accent-950: 255, 223.2717624645, 211.5018626579}.cfxui-theme-cfx .cfx-color-primary{color:#f1f1e4}.cfxui-theme-cfx{--color-primary: 241, 241, 228;--color-primary-50: 53.0100841891, 55.1576173318, 62.8452320186;--color-primary-100: 86.6856521509, 88.3108903235, 92.8059355546;--color-primary-200: 122.6136907676, 123.8067865204, 124.5170219239;--color-primary-300: 160.46201454, 161.2531185513, 157.7320293923;--color-primary-400: 199.986151084, 200.3840810427, 192.2723062534;--color-primary-500: 241, 241, 228;--color-primary-600: 243.3244119441, 243.3287946468, 229.9937886525;--color-primary-700: 245.6516476505, 245.6559510476, 231.9890305523;--color-primary-800: 247.9829787767, 247.9872893562, 233.987474693;--color-primary-900: 250.3183843599, 250.3227871664, 235.9891059163;--color-primary-950: 252.657843679, 252.6624223507, 237.993909229}.cfxui-theme-cfx .cfx-color-secondary{color:#9ea4bd}.cfxui-theme-cfx{--color-secondary: 158, 164, 189;--color-secondary-50: 41.691529753, 45.1139159851, 57.5117741192;--color-secondary-100: 62.8284790468, 66.72331453, 81.5477009;--color-secondary-200: 85.17317724, 89.5685307684, 106.8630176166;--color-secondary-300: 108.559972099, 113.4756851406, 133.2886845082;--color-secondary-400: 132.8672828446, 138.3192318499, 160.7000884548;--color-secondary-500: 158, 164, 189;--color-secondary-600: 173.9792953447, 178.6128621111, 197.4496440077;--color-secondary-700: 190.0058966581, 193.459557534, 205.9184849737;--color-secondary-800: 206.1069635928, 208.5320512341, 214.4078612542;--color-secondary-900: 222.2995015961, 223.8199924418, 222.9180465958;--color-secondary-950: 238.5950314462, 239.3141388903, 231.4493015663}.cfxui-theme-cfx .cfx-color-tertiary{color:#ff75ac}.cfxui-theme-cfx{--color-tertiary: 255, 117, 172;--color-tertiary-50: 56.7916170289, 39.9654503425, 55.1708857224;--color-tertiary-100: 92.8999848708, 54.9991966645, 76.6167950329;--color-tertiary-200: 130.9075598142, 70.1896442061, 99.1434824624;--color-tertiary-300: 170.7013282129, 85.577197016, 122.6140591585;--color-tertiary-400: 212.115426338, 101.1806481261, 146.9263359158;--color-tertiary-500: 255, 117, 172;--color-tertiary-600: 255, 142.4543711498, 183.054925195;--color-tertiary-700: 255, 166.2290955192, 194.2253995287;--color-tertiary-800: 255, 189.0629465986, 205.5085481457;--color-tertiary-900: 255, 211.3363634895, 216.9010347892;--color-tertiary-950: 255, 233.2710568538, 228.3997679556}.cfxui-theme-cfx .cfx-color-green{color:#22bf4e}.cfxui-theme-cfx{--color-green: 34, 191, 78;--color-green-50: 31.2902280922, 49.2524565836, 43.3393169325;--color-green-100: 38.0592415114, 75.0792168751, 51.1872647869;--color-green-200: 42.3421901794, 102.3176341225, 58.5616839045;--color-green-300: 43.8213740327, 130.8027600323, 65.4803354333;--color-green-400: 41.7090810668, 160.400490769, 71.9574728077;--color-green-500: 34, 191, 78;--color-green-600: 91.0478011677, 202.5564363234, 105.1727642816;--color-green-700: 129.1046641333, 213.7452399431, 131.7833149893;--color-green-800: 162.603323195, 224.5780834385, 158.3993613933;--color-green-900: 194.1795375288, 235.062045074, 185.2488361953;--color-green-950: 224.8212260791, 245.2030931412, 212.434060989}.cfxui-theme-cfx .cfx-color-yellow{color:#fda640}.cfxui-theme-cfx{--color-yellow: 253, 166, 64;--color-yellow-50: 58.2901269494, 45.2571022632, 41.9643859608;--color-yellow-100: 94.29459258, 67.1420830981, 48.1306888155;--color-yellow-200: 131.7318631226, 90.3294993579, 53.4632091963;--color-yellow-300: 170.7199328751, 114.6215406847, 57.9239308826;--color-yellow-400: 211.1785122759, 139.881364852, 61.4614896274;--color-yellow-500: 253, 166, 64;--color-yellow-600: 255, 180.6068859264, 94.9573273032;--color-yellow-700: 255, 195.2773432137, 124.0842311203;--color-yellow-800: 255, 210.0401715808, 152.789087867;--color-yellow-900: 255, 224.9099657059, 181.558028004;--color-yellow-950: 255, 239.8964953527, 210.5972559592}.cfxui-theme-cfx .cfx-color-red{color:#e33131}.cfxui-theme-cfx{--color-red: 227, 49, 49;--color-red-50: 56.4828686247, 32.6033512531, 38.0360786959;--color-red-100: 88.874945384, 38.8770194622, 40.8001219084;--color-red-200: 121.8694816308, 43.7899031709, 43.2870767758;--color-red-300: 155.8662199578, 47.251002097, 45.4896915262;--color-red-400: 190.9194635198, 49.0904715987, 47.3983532316;--color-red-500: 227, 49, 49;--color-red-600: 238.0255648963, 93.2317875113, 77.8943309073;--color-red-700: 246.8813120821, 128.4056011341, 108.0466447754;--color-red-800: 253.3313465884, 160.986307217, 139.4206149572;--color-red-900: 255, 192.5778167909, 171.9282836568;--color-red-950: 255, 223.8159239052, 205.4815914303}.cfxui-theme-cfx .cfx-color-argentum{color:#a3a3a3}.cfxui-theme-cfx{--color-argentum: 163, 163, 163;--color-argentum-50: 42.6597498605, 44.9633362152, 54.0202378384;--color-argentum-100: 64.6337275065, 66.4167309608, 74.1309154883;--color-argentum-200: 87.7781055088, 89.0988208949, 95.1821164289;--color-argentum-300: 111.956999042, 112.835787098, 117.0640664439;--color-argentum-400: 137.0606583398, 137.5025166358, 139.6926565944;--color-argentum-500: 163, 163, 163;--color-argentum-600: 177.8123257981, 177.7892892932, 175.4510593866;--color-argentum-700: 192.8432300908, 192.8067581294, 188.0616468021;--color-argentum-800: 208.0852129372, 208.0460692465, 200.8271511441;--color-argentum-900: 223.5303471721, 223.4979134612, 213.7422465767;--color-argentum-950: 239.1713127293, 239.1538474183, 226.8020087376}.cfxui-theme-cfx .cfx-color-aurum{color:#bfa45e}.cfxui-theme-cfx{--color-aurum: 191, 164, 94;--color-aurum-50: 48.2614993409, 44.965241108, 45.0367540111;--color-aurum-100: 74.8273326371, 66.5330459626, 54.9627265359;--color-aurum-200: 102.3721837723, 89.388787703, 64.8026043049;--color-aurum-300: 130.9504036912, 113.3373975157, 74.5779615039;--color-aurum-400: 160.5146158117, 138.243190832, 84.306396366;--color-aurum-500: 191, 164, 94;--color-aurum-600: 202.7145215078, 178.5614866309, 117.599312663;--color-aurum-700: 214.0104668892, 193.3775245072, 141.3699008828;--color-aurum-800: 224.8870568618, 208.4408092825, 165.4528035062;--color-aurum-900: 235.3443797532, 223.7400575247, 189.9066488714;--color-aurum-950: 245.3825445318, 239.2649783204, 214.7544110979}.cfxui-theme-cfx .cfx-color-platinum{color:#f1f1f1}.cfxui-theme-cfx{--color-platinum: 241, 241, 241;--color-platinum-50: 52.8579810188, 55.1658692519, 64.5181062549;--color-platinum-100: 86.5019197277, 88.3209726715, 96.4175772793;--color-platinum-200: 122.4450956364, 123.8160677581, 130.263840573;--color-platinum-300: 160.3343555139, 161.2601389436, 165.7709512746;--color-platinum-400: 199.9163329365, 200.3878864622, 202.7348446358;--color-platinum-500: 241, 241, 241;--color-platinum-600: 243.3528394083, 243.3276347893, 240.8470355582;--color-platinum-700: 245.6965672351, 245.6541800943, 240.6876532258;--color-platinum-800: 248.0330321539, 247.9853422908, 240.523491757;--color-platinum-900: 250.3624881651, 250.321085275, 240.3545051533;--color-platinum-950: 252.685178507, 252.6613737211, 240.1806468696}.cfxui-theme-cfx .cfx-color-bg{color:#11131c}.cfxui-theme-cfx{--color-bg: 17, 19, 28;--color-bg-50: 21.1925445783, 24.0647269829, 33.8112359698;--color-bg-100: 20.3885094404, 23.1328177069, 32.6281739083;--color-bg-200: 19.6210839275, 22.1627006099, 31.4545477186;--color-bg-300: 18.8180968769, 21.1498475499, 30.2918101075;--color-bg-400: 17.9468847545, 20.0974457663, 29.140168586;--color-bg-500: 17, 19, 28;--color-bg-600: 50.1570267993, 51.7057662037, 57.9383688752;--color-bg-700: 86.4703268481, 87.6324953939, 90.6119803823;--color-bg-800: 125.4991507992, 126.3506338224, 125.4461803629;--color-bg-900: 166.7923750198, 167.3572249856, 162.1031208681;--color-bg-950: 210.0363492505, 210.3213237597, 200.3467824423}.cfxui-theme-cfx .cfx-color-bg-light{color:#1c202e}.cfxui-theme-cfx{--color-bg-light: 28, 32, 46;--color-bg-light-50: 22.9930419095, 26.1510096112, 36.8028813143;--color-bg-light-100: 23.9885182367, 27.3080037755, 38.6181374907;--color-bg-light-200: 24.9870346764, 28.4715904612, 40.4457361259;--color-bg-light-300: 25.9885906011, 29.641658938, 42.2854385802;--color-bg-light-400: 26.9931835616, 30.8181027153, 44.1370163495;--color-bg-light-500: 28, 32, 46;--color-bg-light-600: 60.7563925271, 63.457038776, 74.4650631794;--color-bg-light-700: 95.8519790556, 97.8075479944, 104.78011951;--color-bg-light-800: 133.0645885531, 134.4535081141, 136.6666922436;--color-bg-light-900: 172.1287071502, 173.0265166984, 169.9264031106;--color-bg-light-950: 212.8304574596, 213.27301978, 204.4102558874}.cfxui-theme-cfx .cfx-color-bg-dark{color:#161a25}.cfxui-theme-cfx{--color-bg-dark: 22, 26, 37;--color-bg-dark-50: 22.0037932972, 25.1669867533, 35.3325591808;--color-bg-dark-100: 22.0057248594, 25.33341168, 35.6652994635;--color-bg-dark-200: 22.0063891509, 25.4999975231, 35.9984368174;--color-bg-dark-300: 22.0057761883, 25.6667438215, 36.3319701592;--color-bg-dark-400: 22.0038757979, 25.8336501171, 36.6658984069;--color-bg-dark-500: 22, 26, 37;--color-bg-dark-600: 54.9950829208, 57.8774554355, 66.2827934436;--color-bg-dark-700: 90.7913141806, 92.9923500913, 97.7925600929;--color-bg-dark-800: 128.9989661139, 130.6262455752, 131.1457206215;--color-bg-dark-900: 169.2673715755, 170.3520353089, 166.0829452184;--color-bg-dark-950: 211.334454282, 211.8817722601, 202.4161134761}.cfxui-theme-cfx .cfx-color-bg-dark-grey{color:#1a1a1a}.cfxui-theme-cfx{--color-bg-dark-grey: 26, 26, 26;--color-bg-dark-grey-50: 22.822848714, 25.1585162236, 33.5000609098;--color-bg-dark-grey-100: 23.5750815806, 25.3200563683, 32.0008992059;--color-bg-dark-grey-200: 24.2638235573, 25.4852030193, 30.5021206689;--color-bg-dark-grey-300: 24.8945756181, 25.6538172108, 29.0030091422;--color-bg-dark-grey-400: 25.4720336652, 25.8257617602, 27.5027222142;--color-bg-dark-grey-500: 26, 26, 26;--color-bg-dark-grey-600: 57.9356013001, 57.9225135724, 56.0017584076;--color-bg-dark-grey-700: 93.0640979376, 93.0479874417, 88.8887026961;--color-bg-dark-grey-800: 130.6921723728, 130.6778812824, 124.051392783;--color-bg-dark-grey-900: 170.4010631773, 170.3914168506, 161.1166848201;--color-bg-dark-grey-950: 211.9065488094, 211.9034463285, 199.8292545808}.cfxui-theme-cfx .cfx-color-bg-black{color:#000}.cfxui-theme-cfx{--color-bg-black: 0, 0, 0;--color-bg-black-50: 19.8185929017, 22.0901183597, 30.3529615096;--color-bg-black-100: 17.2013967633, 18.853899429, 25.8399584955;--color-bg-black-200: 13.7043991273, 15.137475002, 21.290870234;--color-bg-black-300: 9.4029948922, 10.6043540368, 15.801243179;--color-bg-black-400: 4.7014974461, 5.3058823274, 8.4005339802;--color-bg-black-500: 0, 0, 0;--color-bg-black-600: 41.1742105734, 41.1649045, 39.3415177644;--color-bg-black-700: 78.3817349547, 78.3712589256, 74.3310460591;--color-bg-black-800: 118.9246618584, 118.9160683783, 112.3994691321;--color-bg-black-900: 162.13413432, 162.129053813, 152.9378431139;--color-bg-black-950: 207.5902541184, 207.5897468921, 195.5614160019}.cfxui-theme-cfx ::-webkit-calendar-picker-indicator{filter:invert(1)}.cfxui-theme-fivem{--color-main: 22, 25, 35;--color-main-50: 39.5097834158, 41.9542967828, 50.7363670802;--color-main-100: 57.9571140765, 60.0306444105, 67.2384320711;--color-main-200: 77.2692855618, 79.0499309384, 84.4151923794;--color-main-300: 97.3621532769, 98.8885145793, 102.1969669938;--color-main-400: 118.1625620488, 119.4552756365, 120.528638849;--color-main-500: 139.6093948732, 140.6798368899, 139.3654204342;--color-main-600: 161.6516052465, 162.5059581477, 158.6701282373;--color-main-700: 184.2461609082, 184.8875144389, 178.4113466692;--color-main-800: 207.3563735053, 207.785893812, 198.5621447075;--color-main-900: 230.9506143401, 231.1682326338, 219.09915099;--color-main-950: 255, 255, 240.0018697995}.cfxui-theme-fivem .cfx-color-primary{color:#f50551}.cfxui-theme-fivem{--color-primary: 245, 5, 81;--color-primary-50: 58.491268576, 31.9145058922, 42.3114106471;--color-primary-100: 93.5212476041, 36.4628353584, 49.7625158351;--color-primary-200: 129.515692927, 38.282627011, 57.3585100507;--color-primary-300: 166.770605348, 36.564134394, 65.0989862067;--color-primary-400: 205.2861927331, 29.2261400369, 72.9809721702;--color-primary-500: 245, 5, 81;--color-primary-600: 252.8682318732, 82.7785582425, 104.8750311503;--color-primary-700: 255, 123.1972312456, 130.0263951116;--color-primary-800: 255, 158.2522367124, 156.2361901162;--color-primary-900: 255, 191.2502151469, 183.3640368786;--color-primary-950: 255, 223.3285666145, 211.3108303971}.cfxui-theme-fivem .cfx-color-success{color:#01a370}.cfxui-theme-fivem{--color-success: 1, 163, 112;--color-success-50: 27.8527067837, 45.4679479058, 47.1026829843;--color-success-100: 31.5697583279, 67.0695478306, 59.5152078997;--color-success-200: 32.8272496506, 89.721331601, 72.2245763865;--color-success-300: 30.8645009386, 113.3188959485, 85.217370477;--color-success-400: 23.6569159276, 137.7712580434, 98.4805126948;--color-success-500: 1, 163, 112;--color-success-600: 76.8463915047, 178.7255538866, 132.1764823322;--color-success-700: 117.2443593286, 194.2698712342, 152.8479716725;--color-success-800: 153.1323641133, 209.6548251269, 173.9900685176;--color-success-900: 187.4898226658, 224.896789038, 195.5780034643;--color-success-950: 221.3020530188, 240.0098425074, 217.5888965404}.cfxui-theme-fivem .cfx-color-warning{color:#ffae00}.cfxui-theme-fivem{--color-warning: 255, 174, 0;--color-warning-50: 59.2446891892, 46.1854149147, 38.4370674854;--color-warning-100: 95.5967277234, 69.2425555827, 40.1415613487;--color-warning-200: 133.2551117735, 93.755040869, 39.6084372523;--color-warning-300: 172.4187189944, 119.485386408, 35.9329395477;--color-warning-400: 213.0327343245, 146.2747347536, 26.8522839084;--color-warning-500: 255, 174, 0;--color-warning-600: 255, 187.1070846134, 65.8936582424;--color-warning-700: 255, 200.3550356904, 103.6693501949;--color-warning-800: 255, 213.7632032998, 138.2610651302;--color-warning-900: 255, 227.338898767, 172.0875135376;--color-warning-950: 255, 241.086041212, 205.8999655095}.cfxui-theme-fivem .cfx-color-error{color:#ff2600}.cfxui-theme-fivem{--color-error: 255, 38, 0;--color-error-50: 61.5495763954, 32.8279647385, 34.0623817998;--color-error-100: 98.1369022934, 38.8227040838, 32.2324841301;--color-error-200: 135.4775999526, 42.8242052996, 29.1864473956;--color-error-300: 174.0516471012, 44.527581572, 24.3180872698;--color-error-400: 213.9081923743, 43.3484456995, 16.0882797001;--color-error-500: 255, 38, 0;--color-error-600: 255, 91.663748074, 48.9728170493;--color-error-700: 255, 128.9927409841, 86.2291325337;--color-error-800: 255, 162.2218025521, 123.2328549195;--color-error-900: 255, 193.768736208, 161.0838391074;--color-error-950: 255, 224.5507207084, 199.9992207931}.cfxui-theme-fivem .cfx-color-teal{color:#007892}.cfxui-theme-fivem{--color-teal: 0, 120, 146;--color-teal-50: 25.7826192273, 39.2966173323, 51.5936533299;--color-teal-100: 27.9145479041, 54.2911464783, 69.0823046377;--color-teal-200: 28.0720456139, 69.9146845576, 87.3458805537;--color-teal-300: 25.570222879, 86.1065113614, 106.2963038296;--color-teal-400: 18.6097314511, 102.8161281792, 125.8658875174;--color-teal-500: 0, 120, 146;--color-teal-600: 72.8426236677, 141.309224758, 161.2550363584;--color-teal-700: 113.0887054408, 163.1335613028, 176.678850048;--color-teal-800: 149.5015151387, 185.4417967329, 192.2687836452;--color-teal-900: 184.7960245378, 208.2058409921, 208.0214738218;--color-teal-950: 219.8405750073, 231.4011847392, 223.9335958869}.cfxui-theme-fivem .cfx-color-aurum{color:#aa6f0d}.cfxui-theme-fivem{--color-aurum: 170, 111, 13;--color-aurum-50: 47.4104811021, 37.7090635872, 35.4382123002;--color-aurum-100: 71.1553958337, 51.2198623296, 34.9747925345;--color-aurum-200: 95.0291867219, 65.3841072026, 33.3335640242;--color-aurum-300: 119.4092410919, 80.1096844015, 30.0637725591;--color-aurum-400: 144.3940821399, 95.3325931176, 24.2467610444;--color-aurum-500: 170, 111, 13;--color-aurum-600: 187.5305224192, 133.5324701854, 57.1257753916;--color-aurum-700: 203.8048879793, 156.6850745853, 93.0041843642;--color-aurum-800: 218.7465264449, 180.4385045839, 128.5667805184;--color-aurum-900: 232.2973063536, 204.7629755814, 164.7959038236;--color-aurum-950: 244.4022677735, 229.6283717096, 201.9254941797}.cfxui-theme-fivem .cfx-color-silver{color:#a5a5a5}.cfxui-theme-fivem{--color-silver: 165, 165, 165;--color-silver-50: 42.9270180137, 45.2306099703, 54.2957513352;--color-silver-100: 65.2018731165, 66.9857859756, 74.7109067816;--color-silver-200: 88.6740214747, 89.9961154905, 96.0899933961;--color-silver-300: 113.202853656, 114.0829805807, 118.3195478362;--color-silver-400: 138.6753392296, 139.1180615641, 141.3128373312;--color-silver-500: 165, 165, 165;--color-silver-600: 179.5056375183, 179.4825304339, 177.1401672137;--color-silver-700: 194.2182767173, 194.1816249395, 189.430210701;--color-silver-800: 209.1311732632, 209.0917792602, 201.8660727561;--color-silver-900: 224.237057951, 224.2043701739, 214.4429107684;--color-silver-950: 239.5291958236, 239.5115565566, 227.1562348766}.cfxui-theme-fivem .cfx-color-accent{color:#5b8f22}.cfxui-theme-fivem{--color-accent: 91, 143, 34;--color-accent-50: 34.9882115948, 42.4167480033, 37.6064830884;--color-accent-100: 46.8791470346, 60.9040683287, 39.3859862386;--color-accent-200: 58.2478945035, 80.3050693654, 40.1876784755;--color-accent-300: 69.3224792605, 100.5083160779, 39.8079050453;--color-accent-400: 80.2176840884, 121.4297143439, 37.9328213346;--color-accent-500: 91, 143, 34;--color-accent-600: 119.3577497545, 161.2081462957, 70.3462564793;--color-accent-700: 146.795237863, 179.5904016547, 103.6009986376;--color-accent-800: 173.8742458839, 198.1584303621, 136.7542802964;--color-accent-900: 200.8535321662, 216.916397575, 170.4380660323;--color-accent-950: 227.8697685682, 235.8657451378, 204.8373494844}.cfxui-theme-fivem .cfx-color-primary{color:#fff}.cfxui-theme-fivem{--color-primary: 255, 255, 255;--color-primary-50: 54.6484389036, 56.9577701597, 66.3582250416;--color-primary-100: 90.3765458419, 92.2020513213, 100.3594043323;--color-primary-200: 128.6201927067, 129.9994798558, 136.504211014;--color-primary-300: 168.9813478183, 169.9146191017, 174.4691038499;--color-primary-400: 211.1781991901, 211.6543859227, 214.0253858491;--color-primary-500: 255, 255, 255;--color-primary-600: 255, 255, 252.5021203328;--color-primary-700: 255, 255, 250.00246142;--color-primary-800: 255, 255, 247.5027067317;--color-primary-900: 255, 255, 245.0027587461;--color-primary-950: 255, 255, 242.5025153923}.cfxui-theme-fivem .cfx-color-secondary{color:#ababab}.cfxui-theme-fivem{--color-secondary: 171, 171, 171;--color-secondary-50: 43.7266729506, 46.0303227529, 55.1199422151;--color-secondary-100: 66.9035050222, 68.6901568801, 76.4476685208;--color-secondary-200: 91.359094023, 92.6852941701, 98.8104544777;--color-secondary-300: 116.9383441706, 117.8224388875, 122.0834732655;--color-secondary-400: 143.5182289435, 143.9635046063, 146.1719521344;--color-secondary-500: 171, 171, 171;--color-secondary-600: 184.5807036123, 184.5573906281, 182.2028090864;--color-secondary-700: 198.3359530301, 198.2987724959, 193.5286798833;--color-secondary-800: 212.2609930541, 212.2208596392, 204.9749904586;--color-secondary-900: 226.3502975707, 226.316856291, 216.5381569958;--color-secondary-950: 240.598693754, 240.5805366805, 228.2148296401}.cfxui-theme-fivem .cfx-color-tertiary{color:#bbe093}.cfxui-theme-fivem{--color-tertiary: 187, 224, 147;--color-tertiary-50: 46.7217717928, 53.0217028744, 52.3525537146;--color-tertiary-100: 72.524584678, 83.6517018965, 70.2680795783;--color-tertiary-200: 99.53732477, 116.3503825094, 88.7195117254;--color-tertiary-300: 127.6831935558, 150.7849153622, 107.6777294752;--color-tertiary-400: 156.8665842097, 186.7261190017, 127.1142201623;--color-tertiary-500: 187, 224, 147;--color-tertiary-600: 198.6458161507, 229.244176468, 162.3635024553;--color-tertiary-700: 210.136651758, 234.4530815337, 177.7462374178;--color-tertiary-800: 221.4988843519, 239.6328353333, 193.1829297634;--color-tertiary-900: 232.7531337346, 244.7843664484, 208.695344146;--color-tertiary-950: 243.9160648269, 249.9085419054, 224.2982869706}.cfxui-theme-fivem .cfx-color-green{color:#22bf4e}.cfxui-theme-fivem{--color-green: 34, 191, 78;--color-green-50: 31.2902280922, 49.2524565836, 43.3393169325;--color-green-100: 38.0592415114, 75.0792168751, 51.1872647869;--color-green-200: 42.3421901794, 102.3176341225, 58.5616839045;--color-green-300: 43.8213740327, 130.8027600323, 65.4803354333;--color-green-400: 41.7090810668, 160.400490769, 71.9574728077;--color-green-500: 34, 191, 78;--color-green-600: 91.0478011677, 202.5564363234, 105.1727642816;--color-green-700: 129.1046641333, 213.7452399431, 131.7833149893;--color-green-800: 162.603323195, 224.5780834385, 158.3993613933;--color-green-900: 194.1795375288, 235.062045074, 185.2488361953;--color-green-950: 224.8212260791, 245.2030931412, 212.434060989}.cfxui-theme-fivem .cfx-color-yellow{color:#fda640}.cfxui-theme-fivem{--color-yellow: 253, 166, 64;--color-yellow-50: 58.2901269494, 45.2571022632, 41.9643859608;--color-yellow-100: 94.29459258, 67.1420830981, 48.1306888155;--color-yellow-200: 131.7318631226, 90.3294993579, 53.4632091963;--color-yellow-300: 170.7199328751, 114.6215406847, 57.9239308826;--color-yellow-400: 211.1785122759, 139.881364852, 61.4614896274;--color-yellow-500: 253, 166, 64;--color-yellow-600: 255, 180.6068859264, 94.9573273032;--color-yellow-700: 255, 195.2773432137, 124.0842311203;--color-yellow-800: 255, 210.0401715808, 152.789087867;--color-yellow-900: 255, 224.9099657059, 181.558028004;--color-yellow-950: 255, 239.8964953527, 210.5972559592}.cfxui-theme-fivem .cfx-color-red{color:#e33131}.cfxui-theme-fivem{--color-red: 227, 49, 49;--color-red-50: 56.4828686247, 32.6033512531, 38.0360786959;--color-red-100: 88.874945384, 38.8770194622, 40.8001219084;--color-red-200: 121.8694816308, 43.7899031709, 43.2870767758;--color-red-300: 155.8662199578, 47.251002097, 45.4896915262;--color-red-400: 190.9194635198, 49.0904715987, 47.3983532316;--color-red-500: 227, 49, 49;--color-red-600: 238.0255648963, 93.2317875113, 77.8943309073;--color-red-700: 246.8813120821, 128.4056011341, 108.0466447754;--color-red-800: 253.3313465884, 160.986307217, 139.4206149572;--color-red-900: 255, 192.5778167909, 171.9282836568;--color-red-950: 255, 223.8159239052, 205.4815914303}.cfxui-theme-fivem .cfx-color-argentum{color:#a3a3a3}.cfxui-theme-fivem{--color-argentum: 163, 163, 163;--color-argentum-50: 42.6597498605, 44.9633362152, 54.0202378384;--color-argentum-100: 64.6337275065, 66.4167309608, 74.1309154883;--color-argentum-200: 87.7781055088, 89.0988208949, 95.1821164289;--color-argentum-300: 111.956999042, 112.835787098, 117.0640664439;--color-argentum-400: 137.0606583398, 137.5025166358, 139.6926565944;--color-argentum-500: 163, 163, 163;--color-argentum-600: 177.8123257981, 177.7892892932, 175.4510593866;--color-argentum-700: 192.8432300908, 192.8067581294, 188.0616468021;--color-argentum-800: 208.0852129372, 208.0460692465, 200.8271511441;--color-argentum-900: 223.5303471721, 223.4979134612, 213.7422465767;--color-argentum-950: 239.1713127293, 239.1538474183, 226.8020087376}.cfxui-theme-fivem .cfx-color-aurum{color:#bfa45e}.cfxui-theme-fivem{--color-aurum: 191, 164, 94;--color-aurum-50: 48.2614993409, 44.965241108, 45.0367540111;--color-aurum-100: 74.8273326371, 66.5330459626, 54.9627265359;--color-aurum-200: 102.3721837723, 89.388787703, 64.8026043049;--color-aurum-300: 130.9504036912, 113.3373975157, 74.5779615039;--color-aurum-400: 160.5146158117, 138.243190832, 84.306396366;--color-aurum-500: 191, 164, 94;--color-aurum-600: 202.7145215078, 178.5614866309, 117.599312663;--color-aurum-700: 214.0104668892, 193.3775245072, 141.3699008828;--color-aurum-800: 224.8870568618, 208.4408092825, 165.4528035062;--color-aurum-900: 235.3443797532, 223.7400575247, 189.9066488714;--color-aurum-950: 245.3825445318, 239.2649783204, 214.7544110979}.cfxui-theme-fivem .cfx-color-platinum{color:#f1f1f1}.cfxui-theme-fivem{--color-platinum: 241, 241, 241;--color-platinum-50: 52.8579810188, 55.1658692519, 64.5181062549;--color-platinum-100: 86.5019197277, 88.3209726715, 96.4175772793;--color-platinum-200: 122.4450956364, 123.8160677581, 130.263840573;--color-platinum-300: 160.3343555139, 161.2601389436, 165.7709512746;--color-platinum-400: 199.9163329365, 200.3878864622, 202.7348446358;--color-platinum-500: 241, 241, 241;--color-platinum-600: 243.3528394083, 243.3276347893, 240.8470355582;--color-platinum-700: 245.6965672351, 245.6541800943, 240.6876532258;--color-platinum-800: 248.0330321539, 247.9853422908, 240.523491757;--color-platinum-900: 250.3624881651, 250.321085275, 240.3545051533;--color-platinum-950: 252.685178507, 252.6613737211, 240.1806468696}.cfxui-theme-fivem .cfx-color-bg{color:#000}.cfxui-theme-fivem{--color-bg: 0, 0, 0;--color-bg-50: 19.8185929017, 22.0901183597, 30.3529615096;--color-bg-100: 17.2013967633, 18.853899429, 25.8399584955;--color-bg-200: 13.7043991273, 15.137475002, 21.290870234;--color-bg-300: 9.4029948922, 10.6043540368, 15.801243179;--color-bg-400: 4.7014974461, 5.3058823274, 8.4005339802;--color-bg-500: 0, 0, 0;--color-bg-600: 41.1742105734, 41.1649045, 39.3415177644;--color-bg-700: 78.3817349547, 78.3712589256, 74.3310460591;--color-bg-800: 118.9246618584, 118.9160683783, 112.3994691321;--color-bg-900: 162.13413432, 162.129053813, 152.9378431139;--color-bg-950: 207.5902541184, 207.5897468921, 195.5614160019}.cfxui-theme-fivem .cfx-color-bg-light{color:#252525}.cfxui-theme-fivem{--color-bg-light: 37, 37, 37;--color-bg-light-50: 24.6165956294, 26.9452931891, 35.3619658813;--color-bg-light-100: 27.1703086502, 28.9133699745, 35.7127002645;--color-bg-light-200: 29.6761017487, 30.903893284, 36.0521618078;--color-bg-light-300: 32.1446123349, 32.9159169687, 36.3800932626;--color-bg-light-400: 34.5839256137, 34.9485913911, 36.6962375776;--color-bg-light-500: 37, 37, 37;--color-bg-light-600: 68.1252335945, 68.1105587336, 66.138177373;--color-bg-light-700: 101.8430272443, 101.824199872, 97.5988808751;--color-bg-light-800: 137.6633189166, 137.6460900723, 130.9570455449;--color-bg-light-900: 175.26950884, 175.257409481, 165.9343215088;--color-bg-light-950: 214.438000547, 214.4334640702, 202.3324054671}.cfxui-theme-fivem .cfx-color-bg-dark{color:#131313}.cfxui-theme-fivem{--color-bg-dark: 19, 19, 19;--color-bg-dark-50: 21.7107764821, 24.0514388197, 32.3449608234;--color-bg-dark-100: 21.364017082, 23.1077912348, 29.7133296998;--color-bg-dark-200: 20.9593595072, 22.1294688683, 27.109736816;--color-bg-dark-300: 20.3975231223, 21.1237553573, 24.5358448906;--color-bg-dark-400: 19.7114080499, 20.085179585, 21.9127141624;--color-bg-dark-500: 19, 19, 19;--color-bg-dark-600: 51.7160843281, 51.7042224583, 49.8173914246;--color-bg-dark-700: 87.6554956175, 87.6413037536, 83.5244210593;--color-bg-dark-800: 126.3742602567, 126.3619593773, 119.7750638899;--color-bg-dark-900: 167.3750501959, 167.367023995, 158.1226044931;--color-bg-dark-950: 210.3292627588, 210.3270910487, 198.2696264271}.cfxui-theme-fivem .cfx-color-bg-dark-grey{color:#1a1a1a}.cfxui-theme-fivem{--color-bg-dark-grey: 26, 26, 26;--color-bg-dark-grey-50: 22.822848714, 25.1585162236, 33.5000609098;--color-bg-dark-grey-100: 23.5750815806, 25.3200563683, 32.0008992059;--color-bg-dark-grey-200: 24.2638235573, 25.4852030193, 30.5021206689;--color-bg-dark-grey-300: 24.8945756181, 25.6538172108, 29.0030091422;--color-bg-dark-grey-400: 25.4720336652, 25.8257617602, 27.5027222142;--color-bg-dark-grey-500: 26, 26, 26;--color-bg-dark-grey-600: 57.9356013001, 57.9225135724, 56.0017584076;--color-bg-dark-grey-700: 93.0640979376, 93.0479874417, 88.8887026961;--color-bg-dark-grey-800: 130.6921723728, 130.6778812824, 124.051392783;--color-bg-dark-grey-900: 170.4010631773, 170.3914168506, 161.1166848201;--color-bg-dark-grey-950: 211.9065488094, 211.9034463285, 199.8292545808}.cfxui-theme-fivem .cfx-color-bg-black{color:#000}.cfxui-theme-fivem{--color-bg-black: 0, 0, 0;--color-bg-black-50: 19.8185929017, 22.0901183597, 30.3529615096;--color-bg-black-100: 17.2013967633, 18.853899429, 25.8399584955;--color-bg-black-200: 13.7043991273, 15.137475002, 21.290870234;--color-bg-black-300: 9.4029948922, 10.6043540368, 15.801243179;--color-bg-black-400: 4.7014974461, 5.3058823274, 8.4005339802;--color-bg-black-500: 0, 0, 0;--color-bg-black-600: 41.1742105734, 41.1649045, 39.3415177644;--color-bg-black-700: 78.3817349547, 78.3712589256, 74.3310460591;--color-bg-black-800: 118.9246618584, 118.9160683783, 112.3994691321;--color-bg-black-900: 162.13413432, 162.129053813, 152.9378431139;--color-bg-black-950: 207.5902541184, 207.5897468921, 195.5614160019}.cfxui-theme-fivem ::-webkit-calendar-picker-indicator{filter:invert(1)}.cfxui-theme-redm{--color-main: 22, 25, 35;--color-main-50: 39.5097834158, 41.9542967828, 50.7363670802;--color-main-100: 57.9571140765, 60.0306444105, 67.2384320711;--color-main-200: 77.2692855618, 79.0499309384, 84.4151923794;--color-main-300: 97.3621532769, 98.8885145793, 102.1969669938;--color-main-400: 118.1625620488, 119.4552756365, 120.528638849;--color-main-500: 139.6093948732, 140.6798368899, 139.3654204342;--color-main-600: 161.6516052465, 162.5059581477, 158.6701282373;--color-main-700: 184.2461609082, 184.8875144389, 178.4113466692;--color-main-800: 207.3563735053, 207.785893812, 198.5621447075;--color-main-900: 230.9506143401, 231.1682326338, 219.09915099;--color-main-950: 255, 255, 240.0018697995}.cfxui-theme-redm .cfx-color-primary{color:#f50551}.cfxui-theme-redm{--color-primary: 245, 5, 81;--color-primary-50: 58.491268576, 31.9145058922, 42.3114106471;--color-primary-100: 93.5212476041, 36.4628353584, 49.7625158351;--color-primary-200: 129.515692927, 38.282627011, 57.3585100507;--color-primary-300: 166.770605348, 36.564134394, 65.0989862067;--color-primary-400: 205.2861927331, 29.2261400369, 72.9809721702;--color-primary-500: 245, 5, 81;--color-primary-600: 252.8682318732, 82.7785582425, 104.8750311503;--color-primary-700: 255, 123.1972312456, 130.0263951116;--color-primary-800: 255, 158.2522367124, 156.2361901162;--color-primary-900: 255, 191.2502151469, 183.3640368786;--color-primary-950: 255, 223.3285666145, 211.3108303971}.cfxui-theme-redm .cfx-color-success{color:#01a370}.cfxui-theme-redm{--color-success: 1, 163, 112;--color-success-50: 27.8527067837, 45.4679479058, 47.1026829843;--color-success-100: 31.5697583279, 67.0695478306, 59.5152078997;--color-success-200: 32.8272496506, 89.721331601, 72.2245763865;--color-success-300: 30.8645009386, 113.3188959485, 85.217370477;--color-success-400: 23.6569159276, 137.7712580434, 98.4805126948;--color-success-500: 1, 163, 112;--color-success-600: 76.8463915047, 178.7255538866, 132.1764823322;--color-success-700: 117.2443593286, 194.2698712342, 152.8479716725;--color-success-800: 153.1323641133, 209.6548251269, 173.9900685176;--color-success-900: 187.4898226658, 224.896789038, 195.5780034643;--color-success-950: 221.3020530188, 240.0098425074, 217.5888965404}.cfxui-theme-redm .cfx-color-warning{color:#ffae00}.cfxui-theme-redm{--color-warning: 255, 174, 0;--color-warning-50: 59.2446891892, 46.1854149147, 38.4370674854;--color-warning-100: 95.5967277234, 69.2425555827, 40.1415613487;--color-warning-200: 133.2551117735, 93.755040869, 39.6084372523;--color-warning-300: 172.4187189944, 119.485386408, 35.9329395477;--color-warning-400: 213.0327343245, 146.2747347536, 26.8522839084;--color-warning-500: 255, 174, 0;--color-warning-600: 255, 187.1070846134, 65.8936582424;--color-warning-700: 255, 200.3550356904, 103.6693501949;--color-warning-800: 255, 213.7632032998, 138.2610651302;--color-warning-900: 255, 227.338898767, 172.0875135376;--color-warning-950: 255, 241.086041212, 205.8999655095}.cfxui-theme-redm .cfx-color-error{color:#ff2600}.cfxui-theme-redm{--color-error: 255, 38, 0;--color-error-50: 61.5495763954, 32.8279647385, 34.0623817998;--color-error-100: 98.1369022934, 38.8227040838, 32.2324841301;--color-error-200: 135.4775999526, 42.8242052996, 29.1864473956;--color-error-300: 174.0516471012, 44.527581572, 24.3180872698;--color-error-400: 213.9081923743, 43.3484456995, 16.0882797001;--color-error-500: 255, 38, 0;--color-error-600: 255, 91.663748074, 48.9728170493;--color-error-700: 255, 128.9927409841, 86.2291325337;--color-error-800: 255, 162.2218025521, 123.2328549195;--color-error-900: 255, 193.768736208, 161.0838391074;--color-error-950: 255, 224.5507207084, 199.9992207931}.cfxui-theme-redm .cfx-color-teal{color:#007892}.cfxui-theme-redm{--color-teal: 0, 120, 146;--color-teal-50: 25.7826192273, 39.2966173323, 51.5936533299;--color-teal-100: 27.9145479041, 54.2911464783, 69.0823046377;--color-teal-200: 28.0720456139, 69.9146845576, 87.3458805537;--color-teal-300: 25.570222879, 86.1065113614, 106.2963038296;--color-teal-400: 18.6097314511, 102.8161281792, 125.8658875174;--color-teal-500: 0, 120, 146;--color-teal-600: 72.8426236677, 141.309224758, 161.2550363584;--color-teal-700: 113.0887054408, 163.1335613028, 176.678850048;--color-teal-800: 149.5015151387, 185.4417967329, 192.2687836452;--color-teal-900: 184.7960245378, 208.2058409921, 208.0214738218;--color-teal-950: 219.8405750073, 231.4011847392, 223.9335958869}.cfxui-theme-redm .cfx-color-aurum{color:#aa6f0d}.cfxui-theme-redm{--color-aurum: 170, 111, 13;--color-aurum-50: 47.4104811021, 37.7090635872, 35.4382123002;--color-aurum-100: 71.1553958337, 51.2198623296, 34.9747925345;--color-aurum-200: 95.0291867219, 65.3841072026, 33.3335640242;--color-aurum-300: 119.4092410919, 80.1096844015, 30.0637725591;--color-aurum-400: 144.3940821399, 95.3325931176, 24.2467610444;--color-aurum-500: 170, 111, 13;--color-aurum-600: 187.5305224192, 133.5324701854, 57.1257753916;--color-aurum-700: 203.8048879793, 156.6850745853, 93.0041843642;--color-aurum-800: 218.7465264449, 180.4385045839, 128.5667805184;--color-aurum-900: 232.2973063536, 204.7629755814, 164.7959038236;--color-aurum-950: 244.4022677735, 229.6283717096, 201.9254941797}.cfxui-theme-redm .cfx-color-silver{color:#a5a5a5}.cfxui-theme-redm{--color-silver: 165, 165, 165;--color-silver-50: 42.9270180137, 45.2306099703, 54.2957513352;--color-silver-100: 65.2018731165, 66.9857859756, 74.7109067816;--color-silver-200: 88.6740214747, 89.9961154905, 96.0899933961;--color-silver-300: 113.202853656, 114.0829805807, 118.3195478362;--color-silver-400: 138.6753392296, 139.1180615641, 141.3128373312;--color-silver-500: 165, 165, 165;--color-silver-600: 179.5056375183, 179.4825304339, 177.1401672137;--color-silver-700: 194.2182767173, 194.1816249395, 189.430210701;--color-silver-800: 209.1311732632, 209.0917792602, 201.8660727561;--color-silver-900: 224.237057951, 224.2043701739, 214.4429107684;--color-silver-950: 239.5291958236, 239.5115565566, 227.1562348766}.cfxui-theme-redm .cfx-color-accent{color:#d80d0d}.cfxui-theme-redm{--color-accent: 216, 13, 13;--color-accent-50: 56.0370909192, 30.4439714662, 33.7093494197;--color-accent-100: 86.8889521927, 34.0355548692, 31.8676252583;--color-accent-200: 117.9344702069, 35.4492484558, 29.3141885912;--color-accent-300: 149.7379620607, 34.0614375546, 25.786067101;--color-accent-400: 182.4237483028, 28.4380999437, 20.779320955;--color-accent-500: 216, 13, 13;--color-accent-600: 230.1164690305, 77.7138046636, 50.750680751;--color-accent-700: 241.7117190198, 117.1739714838, 86.1673984067;--color-accent-800: 250.4403596401, 152.7570426261, 122.6231831284;--color-accent-900: 255, 187.0855430312, 160.4335303205;--color-accent-950: 255, 221.040319182, 199.5850255263}.cfxui-theme-redm .cfx-color-primary{color:#f1f1e4}.cfxui-theme-redm{--color-primary: 241, 241, 228;--color-primary-50: 53.0100841891, 55.1576173318, 62.8452320186;--color-primary-100: 86.6856521509, 88.3108903235, 92.8059355546;--color-primary-200: 122.6136907676, 123.8067865204, 124.5170219239;--color-primary-300: 160.46201454, 161.2531185513, 157.7320293923;--color-primary-400: 199.986151084, 200.3840810427, 192.2723062534;--color-primary-500: 241, 241, 228;--color-primary-600: 243.3244119441, 243.3287946468, 229.9937886525;--color-primary-700: 245.6516476505, 245.6559510476, 231.9890305523;--color-primary-800: 247.9829787767, 247.9872893562, 233.987474693;--color-primary-900: 250.3183843599, 250.3227871664, 235.9891059163;--color-primary-950: 252.657843679, 252.6624223507, 237.993909229}.cfxui-theme-redm .cfx-color-secondary{color:#ababab}.cfxui-theme-redm{--color-secondary: 171, 171, 171;--color-secondary-50: 43.7266729506, 46.0303227529, 55.1199422151;--color-secondary-100: 66.9035050222, 68.6901568801, 76.4476685208;--color-secondary-200: 91.359094023, 92.6852941701, 98.8104544777;--color-secondary-300: 116.9383441706, 117.8224388875, 122.0834732655;--color-secondary-400: 143.5182289435, 143.9635046063, 146.1719521344;--color-secondary-500: 171, 171, 171;--color-secondary-600: 184.5807036123, 184.5573906281, 182.2028090864;--color-secondary-700: 198.3359530301, 198.2987724959, 193.5286798833;--color-secondary-800: 212.2609930541, 212.2208596392, 204.9749904586;--color-secondary-900: 226.3502975707, 226.316856291, 216.5381569958;--color-secondary-950: 240.598693754, 240.5805366805, 228.2148296401}.cfxui-theme-redm .cfx-color-tertiary{color:#f68888}.cfxui-theme-redm{--color-tertiary: 246, 136, 136;--color-tertiary-50: 55.9477907801, 41.7939892804, 50.3577178222;--color-tertiary-100: 90.7634046168, 59.3511508787, 66.3846453631;--color-tertiary-200: 127.2545465152, 77.6067520757, 83.0127579435;--color-tertiary-300: 165.3782991938, 96.5010967273, 100.1870342694;--color-tertiary-400: 205.0031065028, 115.9825820154, 117.8623438007;--color-tertiary-500: 246, 136, 136;--color-tertiary-600: 249.8735363531, 156.5004142895, 152.5146530259;--color-tertiary-700: 252.8811169181, 176.5228462274, 169.3848000164;--color-tertiary-800: 254.9684961101, 196.2797438083, 186.5874035972;--color-tertiary-900: 255, 215.8964369867, 204.1022564517;--color-tertiary-950: 255, 235.4538064791, 221.9120802954}.cfxui-theme-redm .cfx-color-green{color:#22bf4e}.cfxui-theme-redm{--color-green: 34, 191, 78;--color-green-50: 31.2902280922, 49.2524565836, 43.3393169325;--color-green-100: 38.0592415114, 75.0792168751, 51.1872647869;--color-green-200: 42.3421901794, 102.3176341225, 58.5616839045;--color-green-300: 43.8213740327, 130.8027600323, 65.4803354333;--color-green-400: 41.7090810668, 160.400490769, 71.9574728077;--color-green-500: 34, 191, 78;--color-green-600: 91.0478011677, 202.5564363234, 105.1727642816;--color-green-700: 129.1046641333, 213.7452399431, 131.7833149893;--color-green-800: 162.603323195, 224.5780834385, 158.3993613933;--color-green-900: 194.1795375288, 235.062045074, 185.2488361953;--color-green-950: 224.8212260791, 245.2030931412, 212.434060989}.cfxui-theme-redm .cfx-color-yellow{color:#fda640}.cfxui-theme-redm{--color-yellow: 253, 166, 64;--color-yellow-50: 58.2901269494, 45.2571022632, 41.9643859608;--color-yellow-100: 94.29459258, 67.1420830981, 48.1306888155;--color-yellow-200: 131.7318631226, 90.3294993579, 53.4632091963;--color-yellow-300: 170.7199328751, 114.6215406847, 57.9239308826;--color-yellow-400: 211.1785122759, 139.881364852, 61.4614896274;--color-yellow-500: 253, 166, 64;--color-yellow-600: 255, 180.6068859264, 94.9573273032;--color-yellow-700: 255, 195.2773432137, 124.0842311203;--color-yellow-800: 255, 210.0401715808, 152.789087867;--color-yellow-900: 255, 224.9099657059, 181.558028004;--color-yellow-950: 255, 239.8964953527, 210.5972559592}.cfxui-theme-redm .cfx-color-red{color:#e33131}.cfxui-theme-redm{--color-red: 227, 49, 49;--color-red-50: 56.4828686247, 32.6033512531, 38.0360786959;--color-red-100: 88.874945384, 38.8770194622, 40.8001219084;--color-red-200: 121.8694816308, 43.7899031709, 43.2870767758;--color-red-300: 155.8662199578, 47.251002097, 45.4896915262;--color-red-400: 190.9194635198, 49.0904715987, 47.3983532316;--color-red-500: 227, 49, 49;--color-red-600: 238.0255648963, 93.2317875113, 77.8943309073;--color-red-700: 246.8813120821, 128.4056011341, 108.0466447754;--color-red-800: 253.3313465884, 160.986307217, 139.4206149572;--color-red-900: 255, 192.5778167909, 171.9282836568;--color-red-950: 255, 223.8159239052, 205.4815914303}.cfxui-theme-redm .cfx-color-argentum{color:#a3a3a3}.cfxui-theme-redm{--color-argentum: 163, 163, 163;--color-argentum-50: 42.6597498605, 44.9633362152, 54.0202378384;--color-argentum-100: 64.6337275065, 66.4167309608, 74.1309154883;--color-argentum-200: 87.7781055088, 89.0988208949, 95.1821164289;--color-argentum-300: 111.956999042, 112.835787098, 117.0640664439;--color-argentum-400: 137.0606583398, 137.5025166358, 139.6926565944;--color-argentum-500: 163, 163, 163;--color-argentum-600: 177.8123257981, 177.7892892932, 175.4510593866;--color-argentum-700: 192.8432300908, 192.8067581294, 188.0616468021;--color-argentum-800: 208.0852129372, 208.0460692465, 200.8271511441;--color-argentum-900: 223.5303471721, 223.4979134612, 213.7422465767;--color-argentum-950: 239.1713127293, 239.1538474183, 226.8020087376}.cfxui-theme-redm .cfx-color-aurum{color:#bfa45e}.cfxui-theme-redm{--color-aurum: 191, 164, 94;--color-aurum-50: 48.2614993409, 44.965241108, 45.0367540111;--color-aurum-100: 74.8273326371, 66.5330459626, 54.9627265359;--color-aurum-200: 102.3721837723, 89.388787703, 64.8026043049;--color-aurum-300: 130.9504036912, 113.3373975157, 74.5779615039;--color-aurum-400: 160.5146158117, 138.243190832, 84.306396366;--color-aurum-500: 191, 164, 94;--color-aurum-600: 202.7145215078, 178.5614866309, 117.599312663;--color-aurum-700: 214.0104668892, 193.3775245072, 141.3699008828;--color-aurum-800: 224.8870568618, 208.4408092825, 165.4528035062;--color-aurum-900: 235.3443797532, 223.7400575247, 189.9066488714;--color-aurum-950: 245.3825445318, 239.2649783204, 214.7544110979}.cfxui-theme-redm .cfx-color-platinum{color:#f1f1f1}.cfxui-theme-redm{--color-platinum: 241, 241, 241;--color-platinum-50: 52.8579810188, 55.1658692519, 64.5181062549;--color-platinum-100: 86.5019197277, 88.3209726715, 96.4175772793;--color-platinum-200: 122.4450956364, 123.8160677581, 130.263840573;--color-platinum-300: 160.3343555139, 161.2601389436, 165.7709512746;--color-platinum-400: 199.9163329365, 200.3878864622, 202.7348446358;--color-platinum-500: 241, 241, 241;--color-platinum-600: 243.3528394083, 243.3276347893, 240.8470355582;--color-platinum-700: 245.6965672351, 245.6541800943, 240.6876532258;--color-platinum-800: 248.0330321539, 247.9853422908, 240.523491757;--color-platinum-900: 250.3624881651, 250.321085275, 240.3545051533;--color-platinum-950: 252.685178507, 252.6613737211, 240.1806468696}.cfxui-theme-redm .cfx-color-bg{color:#000}.cfxui-theme-redm{--color-bg: 0, 0, 0;--color-bg-50: 19.8185929017, 22.0901183597, 30.3529615096;--color-bg-100: 17.2013967633, 18.853899429, 25.8399584955;--color-bg-200: 13.7043991273, 15.137475002, 21.290870234;--color-bg-300: 9.4029948922, 10.6043540368, 15.801243179;--color-bg-400: 4.7014974461, 5.3058823274, 8.4005339802;--color-bg-500: 0, 0, 0;--color-bg-600: 41.1742105734, 41.1649045, 39.3415177644;--color-bg-700: 78.3817349547, 78.3712589256, 74.3310460591;--color-bg-800: 118.9246618584, 118.9160683783, 112.3994691321;--color-bg-900: 162.13413432, 162.129053813, 152.9378431139;--color-bg-950: 207.5902541184, 207.5897468921, 195.5614160019}.cfxui-theme-redm .cfx-color-bg-light{color:#252525}.cfxui-theme-redm{--color-bg-light: 37, 37, 37;--color-bg-light-50: 24.6165956294, 26.9452931891, 35.3619658813;--color-bg-light-100: 27.1703086502, 28.9133699745, 35.7127002645;--color-bg-light-200: 29.6761017487, 30.903893284, 36.0521618078;--color-bg-light-300: 32.1446123349, 32.9159169687, 36.3800932626;--color-bg-light-400: 34.5839256137, 34.9485913911, 36.6962375776;--color-bg-light-500: 37, 37, 37;--color-bg-light-600: 68.1252335945, 68.1105587336, 66.138177373;--color-bg-light-700: 101.8430272443, 101.824199872, 97.5988808751;--color-bg-light-800: 137.6633189166, 137.6460900723, 130.9570455449;--color-bg-light-900: 175.26950884, 175.257409481, 165.9343215088;--color-bg-light-950: 214.438000547, 214.4334640702, 202.3324054671}.cfxui-theme-redm .cfx-color-bg-dark{color:#131313}.cfxui-theme-redm{--color-bg-dark: 19, 19, 19;--color-bg-dark-50: 21.7107764821, 24.0514388197, 32.3449608234;--color-bg-dark-100: 21.364017082, 23.1077912348, 29.7133296998;--color-bg-dark-200: 20.9593595072, 22.1294688683, 27.109736816;--color-bg-dark-300: 20.3975231223, 21.1237553573, 24.5358448906;--color-bg-dark-400: 19.7114080499, 20.085179585, 21.9127141624;--color-bg-dark-500: 19, 19, 19;--color-bg-dark-600: 51.7160843281, 51.7042224583, 49.8173914246;--color-bg-dark-700: 87.6554956175, 87.6413037536, 83.5244210593;--color-bg-dark-800: 126.3742602567, 126.3619593773, 119.7750638899;--color-bg-dark-900: 167.3750501959, 167.367023995, 158.1226044931;--color-bg-dark-950: 210.3292627588, 210.3270910487, 198.2696264271}.cfxui-theme-redm .cfx-color-bg-dark-grey{color:#1a1a1a}.cfxui-theme-redm{--color-bg-dark-grey: 26, 26, 26;--color-bg-dark-grey-50: 22.822848714, 25.1585162236, 33.5000609098;--color-bg-dark-grey-100: 23.5750815806, 25.3200563683, 32.0008992059;--color-bg-dark-grey-200: 24.2638235573, 25.4852030193, 30.5021206689;--color-bg-dark-grey-300: 24.8945756181, 25.6538172108, 29.0030091422;--color-bg-dark-grey-400: 25.4720336652, 25.8257617602, 27.5027222142;--color-bg-dark-grey-500: 26, 26, 26;--color-bg-dark-grey-600: 57.9356013001, 57.9225135724, 56.0017584076;--color-bg-dark-grey-700: 93.0640979376, 93.0479874417, 88.8887026961;--color-bg-dark-grey-800: 130.6921723728, 130.6778812824, 124.051392783;--color-bg-dark-grey-900: 170.4010631773, 170.3914168506, 161.1166848201;--color-bg-dark-grey-950: 211.9065488094, 211.9034463285, 199.8292545808}.cfxui-theme-redm .cfx-color-bg-black{color:#000}.cfxui-theme-redm{--color-bg-black: 0, 0, 0;--color-bg-black-50: 19.8185929017, 22.0901183597, 30.3529615096;--color-bg-black-100: 17.2013967633, 18.853899429, 25.8399584955;--color-bg-black-200: 13.7043991273, 15.137475002, 21.290870234;--color-bg-black-300: 9.4029948922, 10.6043540368, 15.801243179;--color-bg-black-400: 4.7014974461, 5.3058823274, 8.4005339802;--color-bg-black-500: 0, 0, 0;--color-bg-black-600: 41.1742105734, 41.1649045, 39.3415177644;--color-bg-black-700: 78.3817349547, 78.3712589256, 74.3310460591;--color-bg-black-800: 118.9246618584, 118.9160683783, 112.3994691321;--color-bg-black-900: 162.13413432, 162.129053813, 152.9378431139;--color-bg-black-950: 207.5902541184, 207.5897468921, 195.5614160019}.cfxui-theme-redm ::-webkit-calendar-picker-indicator{filter:invert(1)}.cfxui-theme-wireframe{--color-main: 22, 25, 35;--color-main-50: 39.5097834158, 41.9542967828, 50.7363670802;--color-main-100: 57.9571140765, 60.0306444105, 67.2384320711;--color-main-200: 77.2692855618, 79.0499309384, 84.4151923794;--color-main-300: 97.3621532769, 98.8885145793, 102.1969669938;--color-main-400: 118.1625620488, 119.4552756365, 120.528638849;--color-main-500: 139.6093948732, 140.6798368899, 139.3654204342;--color-main-600: 161.6516052465, 162.5059581477, 158.6701282373;--color-main-700: 184.2461609082, 184.8875144389, 178.4113466692;--color-main-800: 207.3563735053, 207.785893812, 198.5621447075;--color-main-900: 230.9506143401, 231.1682326338, 219.09915099;--color-main-950: 255, 255, 240.0018697995}.cfxui-theme-wireframe .cfx-color-primary{color:#f50551}.cfxui-theme-wireframe{--color-primary: 245, 5, 81;--color-primary-50: 58.491268576, 31.9145058922, 42.3114106471;--color-primary-100: 93.5212476041, 36.4628353584, 49.7625158351;--color-primary-200: 129.515692927, 38.282627011, 57.3585100507;--color-primary-300: 166.770605348, 36.564134394, 65.0989862067;--color-primary-400: 205.2861927331, 29.2261400369, 72.9809721702;--color-primary-500: 245, 5, 81;--color-primary-600: 252.8682318732, 82.7785582425, 104.8750311503;--color-primary-700: 255, 123.1972312456, 130.0263951116;--color-primary-800: 255, 158.2522367124, 156.2361901162;--color-primary-900: 255, 191.2502151469, 183.3640368786;--color-primary-950: 255, 223.3285666145, 211.3108303971}.cfxui-theme-wireframe .cfx-color-success{color:#01a370}.cfxui-theme-wireframe{--color-success: 1, 163, 112;--color-success-50: 27.8527067837, 45.4679479058, 47.1026829843;--color-success-100: 31.5697583279, 67.0695478306, 59.5152078997;--color-success-200: 32.8272496506, 89.721331601, 72.2245763865;--color-success-300: 30.8645009386, 113.3188959485, 85.217370477;--color-success-400: 23.6569159276, 137.7712580434, 98.4805126948;--color-success-500: 1, 163, 112;--color-success-600: 76.8463915047, 178.7255538866, 132.1764823322;--color-success-700: 117.2443593286, 194.2698712342, 152.8479716725;--color-success-800: 153.1323641133, 209.6548251269, 173.9900685176;--color-success-900: 187.4898226658, 224.896789038, 195.5780034643;--color-success-950: 221.3020530188, 240.0098425074, 217.5888965404}.cfxui-theme-wireframe .cfx-color-warning{color:#ffae00}.cfxui-theme-wireframe{--color-warning: 255, 174, 0;--color-warning-50: 59.2446891892, 46.1854149147, 38.4370674854;--color-warning-100: 95.5967277234, 69.2425555827, 40.1415613487;--color-warning-200: 133.2551117735, 93.755040869, 39.6084372523;--color-warning-300: 172.4187189944, 119.485386408, 35.9329395477;--color-warning-400: 213.0327343245, 146.2747347536, 26.8522839084;--color-warning-500: 255, 174, 0;--color-warning-600: 255, 187.1070846134, 65.8936582424;--color-warning-700: 255, 200.3550356904, 103.6693501949;--color-warning-800: 255, 213.7632032998, 138.2610651302;--color-warning-900: 255, 227.338898767, 172.0875135376;--color-warning-950: 255, 241.086041212, 205.8999655095}.cfxui-theme-wireframe .cfx-color-error{color:#ff2600}.cfxui-theme-wireframe{--color-error: 255, 38, 0;--color-error-50: 61.5495763954, 32.8279647385, 34.0623817998;--color-error-100: 98.1369022934, 38.8227040838, 32.2324841301;--color-error-200: 135.4775999526, 42.8242052996, 29.1864473956;--color-error-300: 174.0516471012, 44.527581572, 24.3180872698;--color-error-400: 213.9081923743, 43.3484456995, 16.0882797001;--color-error-500: 255, 38, 0;--color-error-600: 255, 91.663748074, 48.9728170493;--color-error-700: 255, 128.9927409841, 86.2291325337;--color-error-800: 255, 162.2218025521, 123.2328549195;--color-error-900: 255, 193.768736208, 161.0838391074;--color-error-950: 255, 224.5507207084, 199.9992207931}.cfxui-theme-wireframe .cfx-color-teal{color:#007892}.cfxui-theme-wireframe{--color-teal: 0, 120, 146;--color-teal-50: 25.7826192273, 39.2966173323, 51.5936533299;--color-teal-100: 27.9145479041, 54.2911464783, 69.0823046377;--color-teal-200: 28.0720456139, 69.9146845576, 87.3458805537;--color-teal-300: 25.570222879, 86.1065113614, 106.2963038296;--color-teal-400: 18.6097314511, 102.8161281792, 125.8658875174;--color-teal-500: 0, 120, 146;--color-teal-600: 72.8426236677, 141.309224758, 161.2550363584;--color-teal-700: 113.0887054408, 163.1335613028, 176.678850048;--color-teal-800: 149.5015151387, 185.4417967329, 192.2687836452;--color-teal-900: 184.7960245378, 208.2058409921, 208.0214738218;--color-teal-950: 219.8405750073, 231.4011847392, 223.9335958869}.cfxui-theme-wireframe .cfx-color-aurum{color:#aa6f0d}.cfxui-theme-wireframe{--color-aurum: 170, 111, 13;--color-aurum-50: 47.4104811021, 37.7090635872, 35.4382123002;--color-aurum-100: 71.1553958337, 51.2198623296, 34.9747925345;--color-aurum-200: 95.0291867219, 65.3841072026, 33.3335640242;--color-aurum-300: 119.4092410919, 80.1096844015, 30.0637725591;--color-aurum-400: 144.3940821399, 95.3325931176, 24.2467610444;--color-aurum-500: 170, 111, 13;--color-aurum-600: 187.5305224192, 133.5324701854, 57.1257753916;--color-aurum-700: 203.8048879793, 156.6850745853, 93.0041843642;--color-aurum-800: 218.7465264449, 180.4385045839, 128.5667805184;--color-aurum-900: 232.2973063536, 204.7629755814, 164.7959038236;--color-aurum-950: 244.4022677735, 229.6283717096, 201.9254941797}.cfxui-theme-wireframe .cfx-color-silver{color:#a5a5a5}.cfxui-theme-wireframe{--color-silver: 165, 165, 165;--color-silver-50: 42.9270180137, 45.2306099703, 54.2957513352;--color-silver-100: 65.2018731165, 66.9857859756, 74.7109067816;--color-silver-200: 88.6740214747, 89.9961154905, 96.0899933961;--color-silver-300: 113.202853656, 114.0829805807, 118.3195478362;--color-silver-400: 138.6753392296, 139.1180615641, 141.3128373312;--color-silver-500: 165, 165, 165;--color-silver-600: 179.5056375183, 179.4825304339, 177.1401672137;--color-silver-700: 194.2182767173, 194.1816249395, 189.430210701;--color-silver-800: 209.1311732632, 209.0917792602, 201.8660727561;--color-silver-900: 224.237057951, 224.2043701739, 214.4429107684;--color-silver-950: 239.5291958236, 239.5115565566, 227.1562348766}.cfxui-theme-wireframe .cfx-color-accent{color:#444}.cfxui-theme-wireframe{--color-accent: 68, 68, 68;--color-accent-50: 29.3788964306, 31.6943383076, 40.2987146349;--color-accent-100: 36.8524214348, 38.5987650909, 45.6820495894;--color-accent-200: 44.4452713842, 45.6954988447, 51.1468646589;--color-accent-300: 52.1665666849, 52.9695606586, 56.6900785444;--color-accent-400: 60.0186295609, 60.4085176863, 62.3088484213;--color-accent-500: 68, 68, 68;--color-accent-600: 95.9696551861, 95.9517579358, 93.8605503206;--color-accent-700: 125.4369756862, 125.4120744683, 121.027174637;--color-accent-800: 156.204390133, 156.1801871869, 149.3352370241;--color-accent-900: 188.12570058, 188.1075275766, 178.6613362028;--color-accent-950: 221.088044525, 221.0798450567, 208.909317836}.cfxui-theme-wireframe .cfx-color-primary{color:#202123}.cfxui-theme-wireframe{--color-primary: 32, 33, 35;--color-primary-50: 23.7508636641, 26.3072193943, 35.0182758829;--color-primary-100: 25.460314724, 27.6249641797, 35.0293756581;--color-primary-200: 27.1353210427, 28.9535637807, 35.0333254258;--color-primary-300: 28.7809997722, 30.2926570686, 35.0299300194;--color-primary-400: 30.4015277574, 31.6419117925, 35.0189896567;--color-primary-500: 32, 33, 35;--color-primary-600: 63.5716779944, 64.427828349, 64.3240061045;--color-primary-700: 97.9521481868, 98.6611209898, 96.0528097604;--color-primary-800: 134.5887033455, 135.1390329061, 129.737508855;--color-primary-900: 173.1291973729, 173.5087295405, 165.0864611728;--color-primary-950: 213.3276434635, 213.5250090728, 201.8929717399}.cfxui-theme-wireframe .cfx-color-secondary{color:#797979}.cfxui-theme-wireframe{--color-secondary: 121, 121, 121;--color-secondary-50: 36.9512773844, 39.2566492082, 48.1300668953;--color-secondary-100: 52.5757021921, 54.3403207028, 61.806348356;--color-secondary-200: 68.8416476281, 70.1322682634, 75.9724315075;--color-secondary-300: 85.6987572614, 86.5473101115, 90.5834831766;--color-secondary-400: 103.0991421302, 103.5211012824, 105.6030568658;--color-secondary-500: 121, 121, 121;--color-secondary-600: 142.0305460344, 142.0092641345, 139.766012979;--color-secondary-700: 163.630797275, 163.5985866771, 158.9959898904;--color-secondary-800: 185.7605605962, 185.727182496, 178.6596098747;--color-secondary-900: 208.3849506218, 208.3582284165, 198.7301249467;--color-secondary-950: 231.4739277319, 231.4602893765, 219.1843278426}.cfxui-theme-wireframe .cfx-color-tertiary{color:#9d9d9d}.cfxui-theme-wireframe{--color-tertiary: 157, 157, 157;--color-tertiary-50: 41.855712595, 44.1593252384, 53.1912589518;--color-tertiary-100: 62.9263660956, 64.7066538844, 72.3875961707;--color-tertiary-200: 85.0875618831, 86.4041114946, 92.4551761098;--color-tertiary-300: 108.2172654371, 109.0919864862, 113.2949879692;--color-tertiary-400: 132.2154078741, 132.6546336171, 134.8306195194;--color-tertiary-500: 157, 157, 157;--color-tertiary-600: 172.7273036625, 172.7044850299, 170.3788442013;--color-tertiary-700: 188.7103162491, 188.6743948959, 183.9484309194;--color-tertiary-800: 204.938958207, 204.9005773994, 197.7022334548;--color-tertiary-900: 221.4030721894, 221.3714096413, 211.6332620143;--color-tertiary-950: 238.0933709385, 238.0764316705, 225.7351074602}.cfxui-theme-wireframe .cfx-color-green{color:#22bf4e}.cfxui-theme-wireframe{--color-green: 34, 191, 78;--color-green-50: 31.2902280922, 49.2524565836, 43.3393169325;--color-green-100: 38.0592415114, 75.0792168751, 51.1872647869;--color-green-200: 42.3421901794, 102.3176341225, 58.5616839045;--color-green-300: 43.8213740327, 130.8027600323, 65.4803354333;--color-green-400: 41.7090810668, 160.400490769, 71.9574728077;--color-green-500: 34, 191, 78;--color-green-600: 91.0478011677, 202.5564363234, 105.1727642816;--color-green-700: 129.1046641333, 213.7452399431, 131.7833149893;--color-green-800: 162.603323195, 224.5780834385, 158.3993613933;--color-green-900: 194.1795375288, 235.062045074, 185.2488361953;--color-green-950: 224.8212260791, 245.2030931412, 212.434060989}.cfxui-theme-wireframe .cfx-color-yellow{color:#fda640}.cfxui-theme-wireframe{--color-yellow: 253, 166, 64;--color-yellow-50: 58.2901269494, 45.2571022632, 41.9643859608;--color-yellow-100: 94.29459258, 67.1420830981, 48.1306888155;--color-yellow-200: 131.7318631226, 90.3294993579, 53.4632091963;--color-yellow-300: 170.7199328751, 114.6215406847, 57.9239308826;--color-yellow-400: 211.1785122759, 139.881364852, 61.4614896274;--color-yellow-500: 253, 166, 64;--color-yellow-600: 255, 180.6068859264, 94.9573273032;--color-yellow-700: 255, 195.2773432137, 124.0842311203;--color-yellow-800: 255, 210.0401715808, 152.789087867;--color-yellow-900: 255, 224.9099657059, 181.558028004;--color-yellow-950: 255, 239.8964953527, 210.5972559592}.cfxui-theme-wireframe .cfx-color-red{color:#e33131}.cfxui-theme-wireframe{--color-red: 227, 49, 49;--color-red-50: 56.4828686247, 32.6033512531, 38.0360786959;--color-red-100: 88.874945384, 38.8770194622, 40.8001219084;--color-red-200: 121.8694816308, 43.7899031709, 43.2870767758;--color-red-300: 155.8662199578, 47.251002097, 45.4896915262;--color-red-400: 190.9194635198, 49.0904715987, 47.3983532316;--color-red-500: 227, 49, 49;--color-red-600: 238.0255648963, 93.2317875113, 77.8943309073;--color-red-700: 246.8813120821, 128.4056011341, 108.0466447754;--color-red-800: 253.3313465884, 160.986307217, 139.4206149572;--color-red-900: 255, 192.5778167909, 171.9282836568;--color-red-950: 255, 223.8159239052, 205.4815914303}.cfxui-theme-wireframe .cfx-color-argentum{color:#a3a3a3}.cfxui-theme-wireframe{--color-argentum: 163, 163, 163;--color-argentum-50: 42.6597498605, 44.9633362152, 54.0202378384;--color-argentum-100: 64.6337275065, 66.4167309608, 74.1309154883;--color-argentum-200: 87.7781055088, 89.0988208949, 95.1821164289;--color-argentum-300: 111.956999042, 112.835787098, 117.0640664439;--color-argentum-400: 137.0606583398, 137.5025166358, 139.6926565944;--color-argentum-500: 163, 163, 163;--color-argentum-600: 177.8123257981, 177.7892892932, 175.4510593866;--color-argentum-700: 192.8432300908, 192.8067581294, 188.0616468021;--color-argentum-800: 208.0852129372, 208.0460692465, 200.8271511441;--color-argentum-900: 223.5303471721, 223.4979134612, 213.7422465767;--color-argentum-950: 239.1713127293, 239.1538474183, 226.8020087376}.cfxui-theme-wireframe .cfx-color-aurum{color:#bfa45e}.cfxui-theme-wireframe{--color-aurum: 191, 164, 94;--color-aurum-50: 48.2614993409, 44.965241108, 45.0367540111;--color-aurum-100: 74.8273326371, 66.5330459626, 54.9627265359;--color-aurum-200: 102.3721837723, 89.388787703, 64.8026043049;--color-aurum-300: 130.9504036912, 113.3373975157, 74.5779615039;--color-aurum-400: 160.5146158117, 138.243190832, 84.306396366;--color-aurum-500: 191, 164, 94;--color-aurum-600: 202.7145215078, 178.5614866309, 117.599312663;--color-aurum-700: 214.0104668892, 193.3775245072, 141.3699008828;--color-aurum-800: 224.8870568618, 208.4408092825, 165.4528035062;--color-aurum-900: 235.3443797532, 223.7400575247, 189.9066488714;--color-aurum-950: 245.3825445318, 239.2649783204, 214.7544110979}.cfxui-theme-wireframe .cfx-color-platinum{color:#f1f1f1}.cfxui-theme-wireframe{--color-platinum: 241, 241, 241;--color-platinum-50: 52.8579810188, 55.1658692519, 64.5181062549;--color-platinum-100: 86.5019197277, 88.3209726715, 96.4175772793;--color-platinum-200: 122.4450956364, 123.8160677581, 130.263840573;--color-platinum-300: 160.3343555139, 161.2601389436, 165.7709512746;--color-platinum-400: 199.9163329365, 200.3878864622, 202.7348446358;--color-platinum-500: 241, 241, 241;--color-platinum-600: 243.3528394083, 243.3276347893, 240.8470355582;--color-platinum-700: 245.6965672351, 245.6541800943, 240.6876532258;--color-platinum-800: 248.0330321539, 247.9853422908, 240.523491757;--color-platinum-900: 250.3624881651, 250.321085275, 240.3545051533;--color-platinum-950: 252.685178507, 252.6613737211, 240.1806468696}.cfxui-theme-wireframe .cfx-color-bg{color:#fff}.cfxui-theme-wireframe{--color-bg: 255, 255, 255;--color-bg-50: 54.6484389036, 56.9577701597, 66.3582250416;--color-bg-100: 90.3765458419, 92.2020513213, 100.3594043323;--color-bg-200: 128.6201927067, 129.9994798558, 136.504211014;--color-bg-300: 168.9813478183, 169.9146191017, 174.4691038499;--color-bg-400: 211.1781991901, 211.6543859227, 214.0253858491;--color-bg-500: 255, 255, 255;--color-bg-600: 255, 255, 252.5021203328;--color-bg-700: 255, 255, 250.00246142;--color-bg-800: 255, 255, 247.5027067317;--color-bg-900: 255, 255, 245.0027587461;--color-bg-950: 255, 255, 242.5025153923}.cfxui-theme-wireframe .cfx-color-bg-light{color:#dadada}.cfxui-theme-wireframe{--color-bg-light: 218, 218, 218;--color-bg-light-50: 49.8931962029, 52.1990826373, 61.4692444191;--color-bg-light-100: 80.107424079, 81.9158198745, 89.9080006323;--color-bg-light-200: 112.2733150444, 113.6301854516, 119.9794914265;--color-bg-light-300: 146.1080176823, 147.0209405116, 151.4559719974;--color-bg-light-400: 181.4033875616, 181.8669285586, 184.1720527239;--color-bg-light-500: 218, 218, 218;--color-bg-light-600: 224.118919843, 224.0942485911, 221.6521169952;--color-bg-light-700: 230.255888045, 230.2150421248, 225.3091744333;--color-bg-light-800: 236.4125046948, 236.3671049177, 228.972691755;--color-bg-light-900: 242.5888939155, 242.5499546916, 232.6426557834;--color-bg-light-950: 248.7851489715, 248.7631267704, 236.31905305}.cfxui-theme-wireframe .cfx-color-bg-dark{color:#dadada}.cfxui-theme-wireframe{--color-bg-dark: 218, 218, 218;--color-bg-dark-50: 49.8931962029, 52.1990826373, 61.4692444191;--color-bg-dark-100: 80.107424079, 81.9158198745, 89.9080006323;--color-bg-dark-200: 112.2733150444, 113.6301854516, 119.9794914265;--color-bg-dark-300: 146.1080176823, 147.0209405116, 151.4559719974;--color-bg-dark-400: 181.4033875616, 181.8669285586, 184.1720527239;--color-bg-dark-500: 218, 218, 218;--color-bg-dark-600: 224.118919843, 224.0942485911, 221.6521169952;--color-bg-dark-700: 230.255888045, 230.2150421248, 225.3091744333;--color-bg-dark-800: 236.4125046948, 236.3671049177, 228.972691755;--color-bg-dark-900: 242.5888939155, 242.5499546916, 232.6426557834;--color-bg-dark-950: 248.7851489715, 248.7631267704, 236.31905305}.cfxui-theme-wireframe .cfx-color-bg-dark-grey{color:#1a1a1a}.cfxui-theme-wireframe{--color-bg-dark-grey: 26, 26, 26;--color-bg-dark-grey-50: 22.822848714, 25.1585162236, 33.5000609098;--color-bg-dark-grey-100: 23.5750815806, 25.3200563683, 32.0008992059;--color-bg-dark-grey-200: 24.2638235573, 25.4852030193, 30.5021206689;--color-bg-dark-grey-300: 24.8945756181, 25.6538172108, 29.0030091422;--color-bg-dark-grey-400: 25.4720336652, 25.8257617602, 27.5027222142;--color-bg-dark-grey-500: 26, 26, 26;--color-bg-dark-grey-600: 57.9356013001, 57.9225135724, 56.0017584076;--color-bg-dark-grey-700: 93.0640979376, 93.0479874417, 88.8887026961;--color-bg-dark-grey-800: 130.6921723728, 130.6778812824, 124.051392783;--color-bg-dark-grey-900: 170.4010631773, 170.3914168506, 161.1166848201;--color-bg-dark-grey-950: 211.9065488094, 211.9034463285, 199.8292545808}.cfxui-theme-wireframe .cfx-color-bg-black{color:#444}.cfxui-theme-wireframe{--color-bg-black: 68, 68, 68;--color-bg-black-50: 29.3788964306, 31.6943383076, 40.2987146349;--color-bg-black-100: 36.8524214348, 38.5987650909, 45.6820495894;--color-bg-black-200: 44.4452713842, 45.6954988447, 51.1468646589;--color-bg-black-300: 52.1665666849, 52.9695606586, 56.6900785444;--color-bg-black-400: 60.0186295609, 60.4085176863, 62.3088484213;--color-bg-black-500: 68, 68, 68;--color-bg-black-600: 95.9696551861, 95.9517579358, 93.8605503206;--color-bg-black-700: 125.4369756862, 125.4120744683, 121.027174637;--color-bg-black-800: 156.204390133, 156.1801871869, 149.3352370241;--color-bg-black-900: 188.12570058, 188.1075275766, 178.6613362028;--color-bg-black-950: 221.088044525, 221.0798450567, 208.909317836}.cfxui-theme-wireframe ::-webkit-calendar-picker-indicator{filter:invert(1)}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import r from "./components/Icons/cfx-icons/Close.js";
|
|
2
|
+
import o from "./components/Icons/cfx-icons/Controller.js";
|
|
3
|
+
import t from "./components/Icons/cfx-icons/Copy.js";
|
|
4
|
+
import e from "./components/Icons/cfx-icons/DownArrow.js";
|
|
5
|
+
import f from "./components/Icons/cfx-icons/DownChevron.js";
|
|
6
|
+
import m from "./components/Icons/cfx-icons/Download.js";
|
|
7
|
+
import i from "./components/Icons/cfx-icons/Expand.js";
|
|
8
|
+
import l from "./components/Icons/cfx-icons/ExternalLink.js";
|
|
9
|
+
import a from "./components/Icons/cfx-icons/Filter.js";
|
|
10
|
+
import p from "./components/Icons/cfx-icons/Folder.js";
|
|
11
|
+
import d from "./components/Icons/cfx-icons/Heart.js";
|
|
12
|
+
import u from "./components/Icons/cfx-icons/HeartFilled.js";
|
|
13
|
+
import _ from "./components/Icons/cfx-icons/Help.js";
|
|
14
|
+
import n from "./components/Icons/cfx-icons/LeftArrow.js";
|
|
15
|
+
import s from "./components/Icons/cfx-icons/LeftChevron.js";
|
|
16
|
+
import c from "./components/Icons/cfx-icons/Map.js";
|
|
17
|
+
import S from "./components/Icons/cfx-icons/Menu.js";
|
|
18
|
+
import h from "./components/Icons/cfx-icons/Minus.js";
|
|
19
|
+
import v from "./components/Icons/cfx-icons/More.js";
|
|
20
|
+
import C from "./components/Icons/cfx-icons/MoreInfo.js";
|
|
21
|
+
import U from "./components/Icons/cfx-icons/Pencil.js";
|
|
22
|
+
import w from "./components/Icons/cfx-icons/Play.js";
|
|
23
|
+
import R from "./components/Icons/cfx-icons/Plus.js";
|
|
24
|
+
import g from "./components/Icons/cfx-icons/Radio.js";
|
|
25
|
+
import y from "./components/Icons/cfx-icons/Refresh.js";
|
|
26
|
+
import M from "./components/Icons/cfx-icons/RightArrow.js";
|
|
27
|
+
import T from "./components/Icons/cfx-icons/RightChevron.js";
|
|
28
|
+
import A from "./components/Icons/cfx-icons/Search.js";
|
|
29
|
+
import F from "./components/Icons/cfx-icons/ServerList.js";
|
|
30
|
+
import L from "./components/Icons/cfx-icons/ServerReconnect.js";
|
|
31
|
+
import b from "./components/Icons/cfx-icons/Sort.js";
|
|
32
|
+
import P from "./components/Icons/cfx-icons/Square.js";
|
|
33
|
+
import k from "./components/Icons/cfx-icons/SquareFilled.js";
|
|
34
|
+
import q from "./components/Icons/cfx-icons/SquareTick.js";
|
|
35
|
+
import D from "./components/Icons/cfx-icons/Stop.js";
|
|
36
|
+
import H from "./components/Icons/cfx-icons/Success.js";
|
|
37
|
+
import V from "./components/Icons/cfx-icons/Tick.js";
|
|
38
|
+
import x from "./components/Icons/cfx-icons/Transfer.js";
|
|
39
|
+
import E from "./components/Icons/cfx-icons/Trash.js";
|
|
40
|
+
import I from "./components/Icons/cfx-icons/Undo.js";
|
|
41
|
+
import O from "./components/Icons/cfx-icons/UpArrow.js";
|
|
42
|
+
import j from "./components/Icons/cfx-icons/UpChevron.js";
|
|
43
|
+
import B from "./components/Icons/cfx-icons/Upload.js";
|
|
44
|
+
import W from "./components/Icons/cfx-icons/Users.js";
|
|
45
|
+
import z from "./components/Icons/cfx-icons/Visibility.js";
|
|
46
|
+
import G from "./components/Icons/cfx-icons/VisibilityOff.js";
|
|
47
|
+
import J from "./components/Icons/cfx-icons/Warning.js";
|
|
48
|
+
import K from "./components/Icons/cfx-icons/Cart.js";
|
|
49
|
+
import N from "./components/Icons/cfx-icons/User.js";
|
|
50
|
+
import Q from "./components/Icons/cfx-icons/Verified.js";
|
|
51
|
+
import X from "./components/Icons/cfx-icons/UpvotesBurst.js";
|
|
52
|
+
import Y from "./components/Icons/cfx-icons/UpvotesRecurring.js";
|
|
53
|
+
const Xr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
54
|
+
__proto__: null,
|
|
55
|
+
Cart: K,
|
|
56
|
+
Close: r,
|
|
57
|
+
Controller: o,
|
|
58
|
+
Copy: t,
|
|
59
|
+
DownArrow: e,
|
|
60
|
+
DownChevron: f,
|
|
61
|
+
Download: m,
|
|
62
|
+
Expand: i,
|
|
63
|
+
ExternalLink: l,
|
|
64
|
+
Filter: a,
|
|
65
|
+
Folder: p,
|
|
66
|
+
Heart: d,
|
|
67
|
+
HeartFilled: u,
|
|
68
|
+
Help: _,
|
|
69
|
+
LeftArrow: n,
|
|
70
|
+
LeftChevron: s,
|
|
71
|
+
Map: c,
|
|
72
|
+
Menu: S,
|
|
73
|
+
Minus: h,
|
|
74
|
+
More: v,
|
|
75
|
+
MoreInfo: C,
|
|
76
|
+
Pencil: U,
|
|
77
|
+
Play: w,
|
|
78
|
+
Plus: R,
|
|
79
|
+
Radio: g,
|
|
80
|
+
Refresh: y,
|
|
81
|
+
RightArrow: M,
|
|
82
|
+
RightChevron: T,
|
|
83
|
+
Search: A,
|
|
84
|
+
ServerList: F,
|
|
85
|
+
ServerReconnect: L,
|
|
86
|
+
Sort: b,
|
|
87
|
+
Square: P,
|
|
88
|
+
SquareFilled: k,
|
|
89
|
+
SquareTick: q,
|
|
90
|
+
Stop: D,
|
|
91
|
+
Success: H,
|
|
92
|
+
Tick: V,
|
|
93
|
+
Transfer: x,
|
|
94
|
+
Trash: E,
|
|
95
|
+
Undo: I,
|
|
96
|
+
UpArrow: O,
|
|
97
|
+
UpChevron: j,
|
|
98
|
+
Upload: B,
|
|
99
|
+
UpvotesBurst: X,
|
|
100
|
+
UpvotesRecurring: Y,
|
|
101
|
+
User: N,
|
|
102
|
+
Users: W,
|
|
103
|
+
Verified: Q,
|
|
104
|
+
Visibility: z,
|
|
105
|
+
VisibilityOff: G,
|
|
106
|
+
Warning: J
|
|
107
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
108
|
+
export {
|
|
109
|
+
Xr as I
|
|
110
|
+
};
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import r from "./components/Icons/cfx-iconsXLarge/Close.js";
|
|
2
|
+
import o from "./components/Icons/cfx-iconsXLarge/Controller.js";
|
|
3
|
+
import t from "./components/Icons/cfx-iconsXLarge/Copy.js";
|
|
4
|
+
import e from "./components/Icons/cfx-iconsXLarge/DownArrow.js";
|
|
5
|
+
import f from "./components/Icons/cfx-iconsXLarge/DownChevron.js";
|
|
6
|
+
import m from "./components/Icons/cfx-iconsXLarge/Download.js";
|
|
7
|
+
import i from "./components/Icons/cfx-iconsXLarge/Expand.js";
|
|
8
|
+
import l from "./components/Icons/cfx-iconsXLarge/ExternalLink.js";
|
|
9
|
+
import a from "./components/Icons/cfx-iconsXLarge/Filter.js";
|
|
10
|
+
import p from "./components/Icons/cfx-iconsXLarge/Folder.js";
|
|
11
|
+
import d from "./components/Icons/cfx-iconsXLarge/Heart.js";
|
|
12
|
+
import u from "./components/Icons/cfx-iconsXLarge/HeartFilled.js";
|
|
13
|
+
import _ from "./components/Icons/cfx-iconsXLarge/Help.js";
|
|
14
|
+
import n from "./components/Icons/cfx-iconsXLarge/LeftArrow.js";
|
|
15
|
+
import s from "./components/Icons/cfx-iconsXLarge/LeftChevron.js";
|
|
16
|
+
import c from "./components/Icons/cfx-iconsXLarge/Map.js";
|
|
17
|
+
import S from "./components/Icons/cfx-iconsXLarge/Menu.js";
|
|
18
|
+
import h from "./components/Icons/cfx-iconsXLarge/Minus.js";
|
|
19
|
+
import v from "./components/Icons/cfx-iconsXLarge/More.js";
|
|
20
|
+
import C from "./components/Icons/cfx-iconsXLarge/MoreInfo.js";
|
|
21
|
+
import U from "./components/Icons/cfx-iconsXLarge/Pencil.js";
|
|
22
|
+
import w from "./components/Icons/cfx-iconsXLarge/Play.js";
|
|
23
|
+
import R from "./components/Icons/cfx-iconsXLarge/Plus.js";
|
|
24
|
+
import g from "./components/Icons/cfx-iconsXLarge/Radio.js";
|
|
25
|
+
import y from "./components/Icons/cfx-iconsXLarge/Refresh.js";
|
|
26
|
+
import M from "./components/Icons/cfx-iconsXLarge/RightArrow.js";
|
|
27
|
+
import L from "./components/Icons/cfx-iconsXLarge/RightChevron.js";
|
|
28
|
+
import T from "./components/Icons/cfx-iconsXLarge/Search.js";
|
|
29
|
+
import A from "./components/Icons/cfx-iconsXLarge/ServerList.js";
|
|
30
|
+
import F from "./components/Icons/cfx-iconsXLarge/ServerReconnect.js";
|
|
31
|
+
import b from "./components/Icons/cfx-iconsXLarge/Sort.js";
|
|
32
|
+
import P from "./components/Icons/cfx-iconsXLarge/Square.js";
|
|
33
|
+
import k from "./components/Icons/cfx-iconsXLarge/SquareFilled.js";
|
|
34
|
+
import q from "./components/Icons/cfx-iconsXLarge/SquareTick.js";
|
|
35
|
+
import D from "./components/Icons/cfx-iconsXLarge/Stop.js";
|
|
36
|
+
import H from "./components/Icons/cfx-iconsXLarge/Success.js";
|
|
37
|
+
import V from "./components/Icons/cfx-iconsXLarge/Tick.js";
|
|
38
|
+
import x from "./components/Icons/cfx-iconsXLarge/Transfer.js";
|
|
39
|
+
import E from "./components/Icons/cfx-iconsXLarge/Trash.js";
|
|
40
|
+
import I from "./components/Icons/cfx-iconsXLarge/Undo.js";
|
|
41
|
+
import O from "./components/Icons/cfx-iconsXLarge/UpArrow.js";
|
|
42
|
+
import j from "./components/Icons/cfx-iconsXLarge/UpChevron.js";
|
|
43
|
+
import B from "./components/Icons/cfx-iconsXLarge/Upload.js";
|
|
44
|
+
import W from "./components/Icons/cfx-iconsXLarge/Users.js";
|
|
45
|
+
import z from "./components/Icons/cfx-iconsXLarge/Visibility.js";
|
|
46
|
+
import X from "./components/Icons/cfx-iconsXLarge/VisibilityOff.js";
|
|
47
|
+
import G from "./components/Icons/cfx-iconsXLarge/Warning.js";
|
|
48
|
+
import J from "./components/Icons/cfx-iconsXLarge/Cart.js";
|
|
49
|
+
import K from "./components/Icons/cfx-iconsXLarge/User.js";
|
|
50
|
+
import N from "./components/Icons/cfx-iconsXLarge/Verified.js";
|
|
51
|
+
import Q from "./components/Icons/cfx-iconsXLarge/UpvotesBurst.js";
|
|
52
|
+
import Y from "./components/Icons/cfx-iconsXLarge/UpvotesRecurring.js";
|
|
53
|
+
const Qr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
54
|
+
__proto__: null,
|
|
55
|
+
Cart: J,
|
|
56
|
+
Close: r,
|
|
57
|
+
Controller: o,
|
|
58
|
+
Copy: t,
|
|
59
|
+
DownArrow: e,
|
|
60
|
+
DownChevron: f,
|
|
61
|
+
Download: m,
|
|
62
|
+
Expand: i,
|
|
63
|
+
ExternalLink: l,
|
|
64
|
+
Filter: a,
|
|
65
|
+
Folder: p,
|
|
66
|
+
Heart: d,
|
|
67
|
+
HeartFilled: u,
|
|
68
|
+
Help: _,
|
|
69
|
+
LeftArrow: n,
|
|
70
|
+
LeftChevron: s,
|
|
71
|
+
Map: c,
|
|
72
|
+
Menu: S,
|
|
73
|
+
Minus: h,
|
|
74
|
+
More: v,
|
|
75
|
+
MoreInfo: C,
|
|
76
|
+
Pencil: U,
|
|
77
|
+
Play: w,
|
|
78
|
+
Plus: R,
|
|
79
|
+
Radio: g,
|
|
80
|
+
Refresh: y,
|
|
81
|
+
RightArrow: M,
|
|
82
|
+
RightChevron: L,
|
|
83
|
+
Search: T,
|
|
84
|
+
ServerList: A,
|
|
85
|
+
ServerReconnect: F,
|
|
86
|
+
Sort: b,
|
|
87
|
+
Square: P,
|
|
88
|
+
SquareFilled: k,
|
|
89
|
+
SquareTick: q,
|
|
90
|
+
Stop: D,
|
|
91
|
+
Success: H,
|
|
92
|
+
Tick: V,
|
|
93
|
+
Transfer: x,
|
|
94
|
+
Trash: E,
|
|
95
|
+
Undo: I,
|
|
96
|
+
UpArrow: O,
|
|
97
|
+
UpChevron: j,
|
|
98
|
+
Upload: B,
|
|
99
|
+
UpvotesBurst: Q,
|
|
100
|
+
UpvotesRecurring: Y,
|
|
101
|
+
User: K,
|
|
102
|
+
Users: W,
|
|
103
|
+
Verified: N,
|
|
104
|
+
Visibility: z,
|
|
105
|
+
VisibilityOff: X,
|
|
106
|
+
Warning: G
|
|
107
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
108
|
+
export {
|
|
109
|
+
Qr as I
|
|
110
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as e, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import d from "react";
|
|
3
3
|
import i from "../Flex/Flex.js";
|
|
4
4
|
import { Text as l } from "../Text/Text.js";
|
|
5
5
|
import "../../utils/ui/ui.js";
|
|
6
6
|
import { Badge as c } from "./Badge.js";
|
|
7
|
-
function
|
|
7
|
+
function o() {
|
|
8
8
|
return /* @__PURE__ */ e(i, { gap: "large", vertical: !0, children: [
|
|
9
9
|
/* @__PURE__ */ e(i, { gap: "medium", vertical: !0, children: [
|
|
10
10
|
/* @__PURE__ */ r(l, { children: "Success" }),
|
|
@@ -83,7 +83,7 @@ function d() {
|
|
|
83
83
|
] })
|
|
84
84
|
] });
|
|
85
85
|
}
|
|
86
|
-
const s =
|
|
86
|
+
const s = d.memo(o);
|
|
87
87
|
export {
|
|
88
88
|
s as default
|
|
89
89
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import u, { useState as a, useCallback as s } from "react";
|
|
3
3
|
import t from "../Flex/Flex.js";
|
|
4
4
|
import { Text as m } from "../Text/Text.js";
|
|
5
5
|
import "../../utils/ui/ui.js";
|
|
@@ -36,8 +36,8 @@ const g = [
|
|
|
36
36
|
], p = (e) => {
|
|
37
37
|
console.log(`Item clicked: ${e}`);
|
|
38
38
|
};
|
|
39
|
-
function
|
|
40
|
-
const [e, l] =
|
|
39
|
+
function f() {
|
|
40
|
+
const [e, l] = a(!1), o = s(() => {
|
|
41
41
|
l((n) => !n);
|
|
42
42
|
}, []);
|
|
43
43
|
return /* @__PURE__ */ r(t, { gap: "large", vertical: !0, pb: 20, children: /* @__PURE__ */ i(t, { gap: "medium", vertical: !0, children: [
|
|
@@ -53,7 +53,7 @@ function h() {
|
|
|
53
53
|
)
|
|
54
54
|
] }) });
|
|
55
55
|
}
|
|
56
|
-
const I =
|
|
56
|
+
const I = u.memo(f);
|
|
57
57
|
export {
|
|
58
58
|
I as default
|
|
59
59
|
};
|