/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --dsPrimitiveColorWhite: #ffffff;
  --dsPrimitiveColorBlack: #0f1428;
  --dsPrimitiveColorTransparent: rgba(0, 0, 0, 0);
  --dsPrimitiveColorBlue50: #f4f9fe;
  --dsPrimitiveColorBlue100: #e4f1fe;
  --dsPrimitiveColorBlue200: #c0defc;
  --dsPrimitiveColorBlue300: #93c6fa;
  --dsPrimitiveColorBlue400: #58a7f8;
  --dsPrimitiveColorBlue500: #1e88f5;
  --dsPrimitiveColorBlue600: #1b73d0;
  --dsPrimitiveColorBlue700: #195eab;
  --dsPrimitiveColorBlue800: #164884;
  --dsPrimitiveColorBlue900: #133461;
  --dsPrimitiveColorBlue950: #112547;
  --dsPrimitiveColorGray50: #f8f8f9;
  --dsPrimitiveColorGray100: #edeef0;
  --dsPrimitiveColorGray200: #d6d8db;
  --dsPrimitiveColorGray300: #b8bbc2;
  --dsPrimitiveColorGray400: #9197a1;
  --dsPrimitiveColorGray500: #6b7280;
  --dsPrimitiveColorGray600: #5a6170;
  --dsPrimitiveColorGray700: #4a5060;
  --dsPrimitiveColorGray800: #383e50;
  --dsPrimitiveColorGray900: #292e41;
  --dsPrimitiveColorGray950: #1d2235;
  --dsPrimitiveColorRed50: #fef6f6;
  --dsPrimitiveColorRed100: #fde9e9;
  --dsPrimitiveColorRed200: #fbcbcb;
  --dsPrimitiveColorRed300: #f7a5a5;
  --dsPrimitiveColorRed400: #f37575;
  --dsPrimitiveColorRed500: #ef4444;
  --dsPrimitiveColorRed600: #c73b3f;
  --dsPrimitiveColorRed700: #9e333a;
  --dsPrimitiveColorRed800: #742a35;
  --dsPrimitiveColorRed900: #4e2130;
  --dsPrimitiveColorRed950: #311b2c;
  --dsPrimitiveColorOrange50: #fefaf3;
  --dsPrimitiveColorOrange100: #fef3e2;
  --dsPrimitiveColorOrange200: #fce4bb;
  --dsPrimitiveColorOrange300: #fad08a;
  --dsPrimitiveColorOrange400: #f8b74a;
  --dsPrimitiveColorOrange500: #f59e0b;
  --dsPrimitiveColorOrange600: #cc8510;
  --dsPrimitiveColorOrange700: #a26c15;
  --dsPrimitiveColorOrange800: #76521b;
  --dsPrimitiveColorOrange900: #4f3b20;
  --dsPrimitiveColorOrange950: #322924;
  --dsPrimitiveColorGreen50: #f4fcf7;
  --dsPrimitiveColorGreen100: #e4f8ec;
  --dsPrimitiveColorGreen200: #c1efd2;
  --dsPrimitiveColorGreen300: #95e3b2;
  --dsPrimitiveColorGreen400: #5bd488;
  --dsPrimitiveColorGreen500: #22c55e;
  --dsPrimitiveColorGreen600: #1fa554;
  --dsPrimitiveColorGreen700: #1b854b;
  --dsPrimitiveColorGreen800: #186440;
  --dsPrimitiveColorGreen900: #144637;
  --dsPrimitiveColorGreen950: #122f30;
  --dsPrimitiveColorYellow50: #fefbf3;
  --dsPrimitiveColorYellow100: #fcf6e1;
  --dsPrimitiveColorYellow200: #f9eaba;
  --dsPrimitiveColorYellow300: #f5db88;
  --dsPrimitiveColorYellow400: #efc748;
  --dsPrimitiveColorYellow500: #eab308;
  --dsPrimitiveColorYellow600: #c3960e;
  --dsPrimitiveColorYellow700: #9b7a14;
  --dsPrimitiveColorYellow800: #725c1a;
  --dsPrimitiveColorYellow900: #4c411f;
  --dsPrimitiveColorYellow950: #302c23;
  --dsPrimitiveSpacing0: 0px;
  --dsPrimitiveSpacing1: 4px;
  --dsPrimitiveSpacing2: 8px;
  --dsPrimitiveSpacing3: 12px;
  --dsPrimitiveSpacing4: 16px;
  --dsPrimitiveSpacing5: 20px;
  --dsPrimitiveSpacing6: 24px;
  --dsPrimitiveSpacing8: 32px;
  --dsPrimitiveSpacing10: 40px;
  --dsPrimitiveSpacing12: 48px;
  --dsPrimitiveSpacing14: 56px;
  --dsPrimitiveSpacing16: 64px;
  --dsPrimitiveSpacing20: 80px;
  --dsPrimitiveSpacing24: 96px;
  --dsPrimitiveRadiusNone: 0px;
  --dsPrimitiveRadiusXs: 4px;
  --dsPrimitiveRadiusSm: 6px;
  --dsPrimitiveRadiusMd: 8px;
  --dsPrimitiveRadiusLg: 10px;
  --dsPrimitiveRadiusXl: 16px;
  --dsPrimitiveRadius2xl: 24px;
  --dsPrimitiveRadiusFull: 9999px;
  --dsPrimitiveBorderWidthNone: 0px;
  --dsPrimitiveBorderWidthHairline: 0.5px;
  --dsPrimitiveBorderWidthSm: 1px;
  --dsPrimitiveBorderWidthMd: 2px;
  --dsPrimitiveBorderWidthLg: 4px;
  --dsPrimitiveFontFamilySans: Inter;
  --dsPrimitiveFontFamilyDisplay: Poppins; /** Brand font. Use for logo, brand name in TopBar, and section labels in navigation. All other UI text uses Inter (sans). */
  --dsPrimitiveFontFamilyMono: 'JetBrains Mono';
  --dsPrimitiveFontWeightRegular: 400;
  --dsPrimitiveFontWeightMedium: 500;
  --dsPrimitiveFontWeightSemibold: 600;
  --dsPrimitiveFontWeightBold: 700;
  --dsPrimitiveFontSize2xs: 11px;
  --dsPrimitiveFontSizeXs: 12px;
  --dsPrimitiveFontSizeSm: 14px;
  --dsPrimitiveFontSizeMd: 16px;
  --dsPrimitiveFontSizeLg: 18px;
  --dsPrimitiveFontSizeXl: 20px;
  --dsPrimitiveFontSize2xl: 24px;
  --dsPrimitiveFontSize3xl: 28px;
  --dsPrimitiveFontSize4xl: 36px;
  --dsPrimitiveFontSize5xl: 48px;
  --dsPrimitiveFontSize6xl: 64px;
  --dsPrimitiveLineHeightNone: 1;
  --dsPrimitiveLineHeightTight: 1.15;
  --dsPrimitiveLineHeightSnug: 1.3;
  --dsPrimitiveLineHeightNormal: 1.5;
  --dsPrimitiveLineHeightRelaxed: 1.6;
  --dsPrimitiveLetterSpacingTight: -0.02em;
  --dsPrimitiveLetterSpacingNormal: 0em;
  --dsPrimitiveLetterSpacingWide: 0.02em;
  --dsSemanticColorBgDefault: #ffffff;
  --dsSemanticColorBgSubtle: #f4f9fe;
  --dsSemanticColorBgMuted: #edeef0;
  --dsSemanticColorBgInverse: #0f1428;
  --dsSemanticColorBgBrandDefault: #1e88f5;
  --dsSemanticColorBgBrandHover: #1b73d0;
  --dsSemanticColorBgBrandPressed: #195eab;
  --dsSemanticColorBgBrandSubtle: #f4f9fe;
  --dsSemanticColorBgDangerDefault: #ef4444;
  --dsSemanticColorBgDangerHover: #c73b3f;
  --dsSemanticColorBgDangerSubtle: #fef6f6;
  --dsSemanticColorBgWarningDefault: #f59e0b;
  --dsSemanticColorBgWarningSubtle: #fefaf3;
  --dsSemanticColorBgSuccessDefault: #22c55e;
  --dsSemanticColorBgSuccessSubtle: #f4fcf7;
  --dsSemanticColorBgInfoDefault: #1e88f5;
  --dsSemanticColorBgInfoSubtle: #f4f9fe;
  --dsSemanticColorBgSelectedDefault: #e4f1fe;
  --dsSemanticColorBgSelectedSubtle: #f4f9fe;
  --dsSemanticColorBgDisabled: #edeef0;
  --dsSemanticColorBgHover: #edeef0; /** Neutral hover — use for generic interactive surfaces without semantic meaning. */
  --dsSemanticColorTextDefault: #292e41;
  --dsSemanticColorTextSubtle: #5a6170;
  --dsSemanticColorTextMuted: #6b7280;
  --dsSemanticColorTextDisabled: #9197a1;
  --dsSemanticColorTextInverse: #ffffff;
  --dsSemanticColorTextLink: #1b73d0;
  --dsSemanticColorTextBrand: #1b73d0;
  --dsSemanticColorTextDanger: #c73b3f;
  --dsSemanticColorTextWarning: #a26c15;
  --dsSemanticColorTextSuccess: #1b854b;
  --dsSemanticColorTextOnBrand: #ffffff; /** Text on bg.brand (solid). Use on buttons, filled badges, filled banners. */
  --dsSemanticColorTextOnDanger: #ffffff;
  --dsSemanticColorTextOnWarning: #292e41; /** Warning backgrounds are light — text is dark. */
  --dsSemanticColorTextOnSuccess: #ffffff;
  --dsSemanticColorTextOnDisabled: #6b7280;
  --dsSemanticColorIconDefault: #292e41;
  --dsSemanticColorIconSubtle: #5a6170;
  --dsSemanticColorIconDisabled: #9197a1;
  --dsSemanticColorIconBrand: #1b73d0;
  --dsSemanticColorIconDanger: #c73b3f;
  --dsSemanticColorIconWarning: #a26c15;
  --dsSemanticColorIconSuccess: #1b854b;
  --dsSemanticColorIconOnBrand: #ffffff;
  --dsSemanticColorIconOnDanger: #ffffff;
  --dsSemanticColorIconOnWarning: #292e41;
  --dsSemanticColorIconOnSuccess: #ffffff;
  --dsSemanticColorIconOnDisabled: #6b7280;
  --dsSemanticColorBorderDefault: #d6d8db;
  --dsSemanticColorBorderSubtle: #edeef0;
  --dsSemanticColorBorderStrong: #9197a1;
  --dsSemanticColorBorderFocus: #1b73d0;
  --dsSemanticColorBorderBrand: #1e88f5;
  --dsSemanticColorBorderDanger: #ef4444;
  --dsSemanticColorBorderDisabled: #d6d8db;
  --dsSemanticSpaceNone: 0px;
  --dsSemanticSpace2xs: 4px;
  --dsSemanticSpaceXs: 8px;
  --dsSemanticSpaceSm: 12px;
  --dsSemanticSpaceMd: 16px;
  --dsSemanticSpaceLg: 24px;
  --dsSemanticSpaceXl: 32px;
  --dsSemanticSpace2xl: 48px;
  --dsSemanticSpace3xl: 64px;
  --dsSemanticSpace4xl: 96px;
  --dsSemanticRadiusNone: 0px;
  --dsSemanticRadiusControl: 10px; /** Buttons, inputs, dropdowns. */
  --dsSemanticRadiusCard: 16px;
  --dsSemanticRadiusPanel: 16px;
  --dsSemanticRadiusPill: 9999px;
  --dsSemanticShadowSm: [object Object];
  --dsSemanticShadowMd: [object Object];
  --dsSemanticShadowLg: [object Object];
  --dsSemanticTypographyDisplayLg: 600 64px/1.15 Inter;
  --dsSemanticTypographyHeadingLg: 600 36px/1.3 Inter;
  --dsSemanticTypographyHeadingMd: 600 20px/1.3 Inter;
  --dsSemanticTypographyHeadingSm: 600 18px/1.3 Inter;
  --dsSemanticTypographyBodyLg: 400 18px/1.5 Inter;
  --dsSemanticTypographyBodyLgStrong: 600 18px/1.5 Inter;
  --dsSemanticTypographyBodyMd: 400 16px/1.5 Inter;
  --dsSemanticTypographyBodyMdStrong: 600 16px/1.5 Inter;
  --dsSemanticTypographyBodySm: 400 14px/1.3 Inter;
  --dsSemanticTypographyBodySmStrong: 600 14px/1.3 Inter;
  --dsSemanticTypographyBodyXs: 400 12px/1.3 Inter;
  --dsSemanticTypographyLabelLg: 500 16px/1.15 Inter;
  --dsSemanticTypographyLabelLgStrong: 600 16px/1.15 Inter;
  --dsSemanticTypographyLabelMd: 500 14px/1.15 Inter;
  --dsSemanticTypographyLabelMdStrong: 600 14px/1.15 Inter;
  --dsSemanticTypographyLabelSm: 500 12px/1.15 Inter;
  --dsSemanticTypographyLabelSmStrong: 600 12px/1.15 Inter;
  --dsSemanticTypographyCodeMd: 400 14px/1.5 'JetBrains Mono';
  --dsSemanticTypographyBrandName: 700 14px/1.15 Poppins;
  --dsSemanticTypographyBrandSection: 500 11px/1.15 Poppins; /** Section labels in sidebar navigation (SECCIONES, etc.). Poppins, small caps style. */
  --dsComponentButtonSharedRadius: 10px;
  --dsComponentButtonSharedIconGap: 8px;
  --dsComponentButtonSharedBorderWidth: 1px;
  --dsComponentButtonSharedFocusRingWidth: 2px;
  --dsComponentButtonSharedFocusRingOffset: 4px;
  --dsComponentButtonSizeSmHeight: 32px;
  --dsComponentButtonSizeSmPaddingX: 16px;
  --dsComponentButtonSizeSmPaddingY: 8px;
  --dsComponentButtonSizeSmLabel: 500 12px/1.15 Inter;
  --dsComponentButtonSizeMdHeight: 40px;
  --dsComponentButtonSizeMdPaddingX: 24px;
  --dsComponentButtonSizeMdPaddingY: 12px;
  --dsComponentButtonSizeMdLabel: 500 14px/1.15 Inter;
  --dsComponentButtonSizeLgHeight: 48px;
  --dsComponentButtonSizeLgPaddingX: 32px;
  --dsComponentButtonSizeLgPaddingY: 16px;
  --dsComponentButtonSizeLgLabel: 500 16px/1.15 Inter;
  --dsComponentButtonVariantPrimaryStateDefaultBackground: #1e88f5;
  --dsComponentButtonVariantPrimaryStateDefaultText: #ffffff;
  --dsComponentButtonVariantPrimaryStateDefaultBorder: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantPrimaryStateHoverBackground: #1b73d0;
  --dsComponentButtonVariantPrimaryStateHoverText: #ffffff;
  --dsComponentButtonVariantPrimaryStateHoverBorder: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantPrimaryStateFocusBackground: #1e88f5;
  --dsComponentButtonVariantPrimaryStateFocusText: #ffffff;
  --dsComponentButtonVariantPrimaryStateFocusBorder: #1b73d0;
  --dsComponentButtonVariantPrimaryStatePressedBackground: #195eab;
  --dsComponentButtonVariantPrimaryStatePressedText: #ffffff;
  --dsComponentButtonVariantPrimaryStatePressedBorder: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantPrimaryStateDisabledBackground: #edeef0;
  --dsComponentButtonVariantPrimaryStateDisabledText: #9197a1;
  --dsComponentButtonVariantPrimaryStateDisabledBorder: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantSecondaryStateDefaultBackground: #ffffff;
  --dsComponentButtonVariantSecondaryStateDefaultText: #292e41;
  --dsComponentButtonVariantSecondaryStateDefaultBorder: #d6d8db;
  --dsComponentButtonVariantSecondaryStateHoverBackground: #edeef0;
  --dsComponentButtonVariantSecondaryStateHoverText: #292e41;
  --dsComponentButtonVariantSecondaryStateHoverBorder: #9197a1;
  --dsComponentButtonVariantSecondaryStateFocusBackground: #ffffff;
  --dsComponentButtonVariantSecondaryStateFocusText: #292e41;
  --dsComponentButtonVariantSecondaryStateFocusBorder: #1b73d0;
  --dsComponentButtonVariantSecondaryStatePressedBackground: #edeef0;
  --dsComponentButtonVariantSecondaryStatePressedText: #292e41;
  --dsComponentButtonVariantSecondaryStatePressedBorder: #9197a1;
  --dsComponentButtonVariantSecondaryStateDisabledBackground: #edeef0;
  --dsComponentButtonVariantSecondaryStateDisabledText: #9197a1;
  --dsComponentButtonVariantSecondaryStateDisabledBorder: #d6d8db;
  --dsComponentButtonVariantTertiaryStateDefaultBackground: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantTertiaryStateDefaultText: #292e41;
  --dsComponentButtonVariantTertiaryStateDefaultBorder: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantTertiaryStateHoverBackground: #edeef0;
  --dsComponentButtonVariantTertiaryStateHoverText: #292e41;
  --dsComponentButtonVariantTertiaryStateHoverBorder: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantTertiaryStateFocusBackground: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantTertiaryStateFocusText: #292e41;
  --dsComponentButtonVariantTertiaryStateFocusBorder: #1b73d0;
  --dsComponentButtonVariantTertiaryStatePressedBackground: #edeef0;
  --dsComponentButtonVariantTertiaryStatePressedText: #292e41;
  --dsComponentButtonVariantTertiaryStatePressedBorder: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantTertiaryStateDisabledBackground: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantTertiaryStateDisabledText: #9197a1;
  --dsComponentButtonVariantTertiaryStateDisabledBorder: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantDangerStateDefaultBackground: #ef4444;
  --dsComponentButtonVariantDangerStateDefaultText: #ffffff;
  --dsComponentButtonVariantDangerStateDefaultBorder: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantDangerStateHoverBackground: #c73b3f;
  --dsComponentButtonVariantDangerStateHoverText: #ffffff;
  --dsComponentButtonVariantDangerStateHoverBorder: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantDangerStateFocusBackground: #ef4444;
  --dsComponentButtonVariantDangerStateFocusText: #ffffff;
  --dsComponentButtonVariantDangerStateFocusBorder: #1b73d0;
  --dsComponentButtonVariantDangerStatePressedBackground: #c73b3f;
  --dsComponentButtonVariantDangerStatePressedText: #ffffff;
  --dsComponentButtonVariantDangerStatePressedBorder: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantDangerStateDisabledBackground: #edeef0;
  --dsComponentButtonVariantDangerStateDisabledText: #9197a1;
  --dsComponentButtonVariantDangerStateDisabledBorder: rgba(0, 0, 0, 0);
  --dsComponentButtonVariantLinkStateDefaultText: #1b73d0;
  --dsComponentButtonVariantLinkStateHoverText: #1b73d0;
  --dsComponentButtonVariantLinkStateFocusText: #1b73d0;
  --dsComponentButtonVariantLinkStatePressedText: #1b73d0;
  --dsComponentButtonVariantLinkStateDisabledText: #9197a1;
  --dsComponentInputSharedRadius: 10px;
  --dsComponentInputSharedBorderWidth: 1px;
  --dsComponentInputSharedPaddingX: 16px;
  --dsComponentInputSharedPaddingY: 12px;
  --dsComponentInputSharedIconSize: 20px;
  --dsComponentInputSharedIconGap: 12px;
  --dsComponentInputSharedLabelTypography: 500 14px/1.15 Inter;
  --dsComponentInputSharedValueTypography: 400 16px/1.5 Inter;
  --dsComponentInputSharedHelperTypography: 400 12px/1.3 Inter;
  --dsComponentInputSharedHelperSpacingTop: 8px;
  --dsComponentInputSizeSmHeight: 32px;
  --dsComponentInputSizeMdHeight: 40px;
  --dsComponentInputSizeLgHeight: 48px;
  --dsComponentInputStateDefaultBackground: #ffffff;
  --dsComponentInputStateDefaultBorder: #d6d8db;
  --dsComponentInputStateDefaultText: #292e41;
  --dsComponentInputStateDefaultPlaceholder: #6b7280;
  --dsComponentInputStateDefaultIcon: #5a6170;
  --dsComponentInputStateDefaultHelperText: #5a6170;
  --dsComponentInputStateHoverBackground: #ffffff;
  --dsComponentInputStateHoverBorder: #9197a1;
  --dsComponentInputStateHoverText: #292e41;
  --dsComponentInputStateHoverIcon: #292e41;
  --dsComponentInputStateFocusBackground: #ffffff;
  --dsComponentInputStateFocusBorder: #1b73d0;
  --dsComponentInputStateFocusText: #292e41;
  --dsComponentInputStateFocusIcon: #292e41;
  --dsComponentInputStateDisabledBackground: #edeef0;
  --dsComponentInputStateDisabledBorder: #d6d8db;
  --dsComponentInputStateDisabledText: #9197a1;
  --dsComponentInputStateDisabledPlaceholder: #9197a1;
  --dsComponentInputStateDisabledIcon: #9197a1;
  --dsComponentInputStateErrorBackground: #ffffff;
  --dsComponentInputStateErrorBorder: #ef4444;
  --dsComponentInputStateErrorText: #292e41;
  --dsComponentInputStateErrorIcon: #c73b3f;
  --dsComponentInputStateErrorHelperText: #c73b3f;
  --dsComponentInputStateLoadingBackground: #ffffff;
  --dsComponentInputStateLoadingBorder: #d6d8db;
  --dsComponentInputStateLoadingText: #6b7280;
  --dsComponentInputStateLoadingIcon: #5a6170;
  --dsComponentInputTextAreaMinHeight: 96px;
  --dsComponentInputTextAreaIsMultiline: true;
  --dsComponentInputTextAreaHasCounter: true;
  --dsComponentMenuItemSharedRadius: 10px;
  --dsComponentMenuItemSharedPaddingX: 16px;
  --dsComponentMenuItemSharedPaddingY: 12px;
  --dsComponentMenuItemSharedIconSize: 24px;
  --dsComponentMenuItemSharedIconGap: 12px;
  --dsComponentMenuItemSharedTypography: 500 14px/1.15 Inter;
  --dsComponentMenuItemStateDefaultBackground: rgba(0, 0, 0, 0);
  --dsComponentMenuItemStateDefaultText: #292e41;
  --dsComponentMenuItemStateDefaultIcon: #292e41;
  --dsComponentMenuItemStateHoverBackground: #f4f9fe;
  --dsComponentMenuItemStateHoverText: #1b73d0;
  --dsComponentMenuItemStateHoverIcon: #1b73d0;
  --dsComponentMenuItemStateFocusBackground: #f4f9fe;
  --dsComponentMenuItemStateFocusText: #292e41;
  --dsComponentMenuItemStateFocusIcon: #292e41;
  --dsComponentMenuItemStateSelectedBackground: #1e88f5;
  --dsComponentMenuItemStateSelectedText: #ffffff;
  --dsComponentMenuItemStateSelectedIcon: #ffffff;
  --dsComponentMenuItemStateDisabledBackground: rgba(0, 0, 0, 0);
  --dsComponentMenuItemStateDisabledText: #9197a1;
  --dsComponentMenuItemStateDisabledIcon: #9197a1;
  --dsComponentMenuDefaultWidth: 64px;
  --dsComponentMenuDefaultPadding: 24px;
  --dsComponentMenuDefaultItemGap: 8px;
  --dsComponentMenuDefaultBackground: #f4f9fe;
  --dsComponentMenuCollapsedWidth: 80px;
  --dsComponentMenuCollapsedPadding: 12px; /** Horizontal padding (H). Matches Default sidebar H padding. */
  --dsComponentMenuCollapsedItemGap: 8px; /** Gap between items. Matches Default sidebar itemGap. */
  --dsComponentMenuCollapsedBackground: #f4f9fe;
  --dsComponentMenuDividerThickness: 0.5px;
  --dsComponentMenuDividerColor: #edeef0;
  --dsComponentMenuDividerPaddingTop: 32px;
  --dsComponentMenuDividerPaddingBottom: 32px;
  --dsComponentDropdownPanelBackground: #ffffff;
  --dsComponentDropdownPanelRadius: 10px;
  --dsComponentDropdownPanelShadow: [object Object];
  --dsComponentDropdownPanelMaxHeight: 80px;
  --dsComponentDropdownPanelPaddingY: 8px;
  --dsComponentBottombarContainerBackground: #f4f9fe;
  --dsComponentBottombarContainerHeight: 65px;
  --dsComponentBottombarContainerBorderTop: #d6d8db;
  --dsComponentBottombarTextColor: #0f1428;
  --dsComponentBottombarTextFontFamily: Poppins;
  --dsComponentBottombarTextFontSize: 12px;
  --dsComponentBottombarTextFontWeight: 400;
  --dsComponentBottombarTextLetterSpacing: 0.1px;
}
