:root {
  --motion-productive-short: 70ms;
  --motion-productive-medium: 100ms;
  --motion-productive-long: 150ms;
  --motion-expressive-short: 250ms;
  --motion-expressive-long: 400ms;
  --motion-timing-enter: cubic-bezier(0, 0, 0.35, 1);
  --motion-timing-exit: cubic-bezier(0.4, 0, 1, 1);
  --motion-timing-transition: cubic-bezier(0.4, 0, 0.2, 1);
  --motion-timing-emphasize: cubic-bezier(0, 0, 0.2, 1.4);
  --expand-animation-timing: var(--motion-timing-enter);
}

:root {
  --spacing-xs: 4px;
  --spacing-small: 8px;
  --spacing-medium: 16px;
  --spacing-large: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 48px;
  --spacing-xxxl: 64px;
  --space-2: 2px;
  --space-4: 4px;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;
  --space-40: 40px;
  --space-48: 48px;
  --space-64: 64px;
  --space-80: 80px;
}

:root {
  --border-width: 1px;
  --border-style: solid;
}

:root {
  --border-radius-small: 4px;
  --border-radius-medium: 8px;
  --border-radius-big: 16px;
}

:root {
  --disabled-component-opacity: 0.38;
}

:root {
  --font-family: Figtree, Roboto, Noto Sans Hebrew, Noto Kufi Arabic, Noto Sans JP, sans-serif;
  --title-font-family: Poppins, Roboto, Noto Sans Hebrew, Noto Kufi Arabic, Noto Sans JP, sans-serif;
  --h1-font-family: var(--title-font-family);
  --font-smoothing-webkit: antialiased;
  --font-smoothing-moz: grayscale;
  --font-weight-very-light: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 500;
  --font-line-height-10: 18px;
  --font-line-height-20: 24px;
  --font-line-height-30: 24px;
  --font-line-height-40: 24px;
  --font-line-height-50: 32px;
  --font-line-height-60: 42px;
  --font-size-10: 14px;
  --font-size-20: 14px;
  --font-size-30: 16px;
  --font-size-40: 18px;
  --font-size-50: 24px;
  --font-size-60: 30px;
  --font-size-h1: var(--font-size-60);
  --font-size-h2: var(--font-size-50);
  --font-size-h3: var(--font-size-50);
  --font-size-h4: var(--font-size-40);
  --font-size-h5: var(--font-size-30);
  --font-size-general-label: var(--font-size-20);
  --font-size-paragraph: var(--font-size-30);
  --font-size-subtext: var(--font-size-10);
  --font-line-height-h1: var(--font-line-height-60);
  --font-line-height-h2: var(--font-line-height-50);
  --font-line-height-h3: var(--font-line-height-50);
  --font-line-height-h4: var(--font-line-height-40);
  --font-line-height-h5: var(--font-line-height-30);
  --font-line-height-general-label: var(--font-line-height-20);
  --font-line-height-paragraph: var(--font-line-height-30);
  --font-line-height-subtext: var(--font-line-height-10);
  --font-h1: var(--font-weight-bold) var(--font-size-h1) / var(--font-line-height-h1) var(--title-font-family);
  --font-h2: var(--font-weight-bold) var(--font-size-h2) / var(--font-line-height-h2) var(--title-font-family);
  --font-h3: var(--font-weight-light) var(--font-size-h3) / var(--font-line-height-h3) var(--title-font-family);
  --font-h4: var(--font-weight-bold) var(--font-size-h4) / var(--font-line-height-h4) var(--title-font-family);
  --font-h5: var(--font-weight-bold) var(--font-size-h5) / var(--font-line-height-h5) var(--font-family);
  --font-general-label: var(--font-weight-normal) var(--font-size-general-label) / var(--font-line-height-general-label)
    var(--font-family);
  --font-paragraph: var(--font-weight-normal) var(--font-size-paragraph) / var(--font-line-height-paragraph)
    var(--font-family);
  --font-subtext: var(--font-weight-normal) var(--font-size-subtext) / var(--font-line-height-subtext)
    var(--font-family);
  --font-h1-bold: 700 32px/40px var(--title-font-family);
  --font-h1-medium: 600 32px/40px var(--title-font-family);
  --font-h1-normal: 500 32px/40px var(--title-font-family);
  --font-h1-light: 300 32px/40px var(--title-font-family);
  --font-h2-bold: 700 24px/30px var(--title-font-family);
  --font-h2-medium: 600 24px/30px var(--title-font-family);
  --font-h2-normal: 500 24px/30px var(--title-font-family);
  --font-h2-light: 300 24px/30px var(--title-font-family);
  --font-h3-bold: 700 18px/24px var(--title-font-family);
  --font-h3-medium: 600 18px/24px var(--title-font-family);
  --font-h3-normal: 500 18px/24px var(--title-font-family);
  --font-h3-light: 300 18px/24px var(--title-font-family);
  --font-text1-bold: 700 16px/22px var(--font-family);
  --font-text1-medium: 600 16px/22px var(--font-family);
  --font-text1-normal: 400 16px/22px var(--font-family);
  --font-text2-bold: 700 14px/20px var(--font-family);
  --font-text2-medium: 600 14px/20px var(--font-family);
  --font-text2-normal: 400 14px/20px var(--font-family);
  --font-text3-bold: 700 12px/16px var(--font-family);
  --font-text3-medium: 600 12px/16px var(--font-family);
  --font-text3-normal: 400 12px/16px var(--font-family);
  --letter-spacing-h1-bold: -0.5px;
  --letter-spacing-h1-normal: -0.5px;
  --letter-spacing-h1-light: -0.5px;
  --letter-spacing-h2-bold: -0.1px;
  --letter-spacing-h2-normal: -0.1px;
  --letter-spacing-h2-light: -0.1px;
  --letter-spacing-h3-bold: -0.1px;
  --letter-spacing-h3-normal: -0.1px;
  --letter-spacing-h3-light: -0.1px;
}

:root,
.light-app-theme,
.default-app-theme {
  --primary-color: #0073ea;
  --primary-hover-color: #0060b9;
  --primary-selected-color: #cce5ff;
  --primary-selected-hover-color: #aed4fc;
  --primary-highlighted-color: #f0f7ff;
  --primary-surface-color: #eceff8;
  --primary-text-color: #323338;
  --secondary-text-color: #676879;
  --text-color-on-inverted: #ffffff;
  --text-color-on-primary: #ffffff;
  --disabled-text-color: rgba(50, 51, 56, var(--disabled-component-opacity));
  --inverted-color-background: #323338;
  --fixed-dark-color: #323338;
  --fixed-light-color: #ffffff;
  --primary-background-color: #ffffff;
  --primary-background-hover-color: rgba(103, 104, 121, 0.1);
  --secondary-background-color: #ffffff;
  --allgrey-background-color: #f6f7fb;
  --backdrop-color: rgba(41, 47, 76, 0.7);
  --ui-border-color: #c3c6d4;
  --ui-background-color: #e7e9ef;
  --ui-background-hover-color: #d8d9e0;
  --layout-border-color: #d0d4e4;
  --placeholder-color: #676879;
  --icon-color: #676879;
  --disabled-background-color: #ecedf5;
  --link-color: #1f76c2;
  --brand-color: #0073ea;
  --brand-hover-color: #0060b9;
  --brand-selected-color: #cce5ff;
  --brand-selected-hover-color: #aed4fc;
  --positive-color: #00854d;
  --positive-color-hover: #007038;
  --positive-color-selected: #bbdbc9;
  --positive-color-selected-hover: #b5cec0;
  --negative-color: #d83a52;
  --negative-color-hover: #b63546;
  --negative-color-selected: #f4c3cb;
  --negative-color-selected-hover: #ecb7bf;
  --warning-color: #ffcb00;
  --warning-color-hover: #eaaa15;
  --warning-color-selected: #fceba1;
  --warning-color-selected-hover: #f2d973;
  --color-highlight_blue: #cce5ff; /* stylelint-disable-line custom-property-pattern */
  --color-basic_blue: #0073ea; /* stylelint-disable-line custom-property-pattern */
  --color-dark_blue: #0060b9; /* stylelint-disable-line custom-property-pattern */
  --color-bazooka: #f65f7c;
  --color-snow_white: #ffffff; /* stylelint-disable-line custom-property-pattern */
  --color-riverstone_gray: #f6f7fb; /* stylelint-disable-line custom-property-pattern */
  --color-ui_grey: #dcdfec; /* stylelint-disable-line custom-property-pattern */
  --color-wolf_gray: #c3c6d4; /* stylelint-disable-line custom-property-pattern */
  --color-asphalt: #676879;
  --color-mud_black: #323338; /* stylelint-disable-line custom-property-pattern */
  --color-black: #000000;
  --color-success: #00854d;
  --color-success-hover: #007038;
  --color-success-highlight: #bbdbc9;
  --color-error: #d83a52;
  --color-error-hover: #b63546;
  --color-error-highlight: #f4c3cb;
  --color-link_color: #1f76c2; /* stylelint-disable-line custom-property-pattern */
  --color-surface: #292f4c;
  --grey-background-color: #f6f7fb;
  --text-color-on-brand: #ffffff;
  --box-shadow-xs: 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  --box-shadow-small: 0px 4px 8px rgba(0, 0, 0, 0.2);
  --box-shadow-medium: 0px 6px 20px rgba(0, 0, 0, 0.2);
  --box-shadow-large: 0px 15px 50px rgba(0, 0, 0, 0.3);
  --color-grass_green: #037f4c; /* stylelint-disable-line custom-property-pattern */
  --color-grass_green-hover: #116846; /* stylelint-disable-line custom-property-pattern */
  --color-grass_green-selected: #81bfa5; /* stylelint-disable-line custom-property-pattern */
  --color-done-green: #00c875;
  --color-done-green-hover: #0f9b63;
  --color-done-green-selected: #80e3ba;
  --color-done-green-selected-with-opacity: rgba(128, 227, 186, 0.6);
  --color-bright-green: #9cd326;
  --color-bright-green-hover: #7ca32b;
  --color-bright-green-selected: #cde992;
  --color-saladish: #cab641;
  --color-saladish-hover: #9d8f3e;
  --color-saladish-selected: #e4daa0;
  --color-egg_yolk: #ffcb00; /* stylelint-disable-line custom-property-pattern */
  --color-egg_yolk-hover: #eaaa15; /* stylelint-disable-line custom-property-pattern */
  --color-egg_yolk-selected: #ffe580; /* stylelint-disable-line custom-property-pattern */
  --color-egg_yolk-rgb: 255, 213, 51; /* stylelint-disable-line custom-property-pattern */
  --color-working_orange: #fdab3d; /* stylelint-disable-line custom-property-pattern */
  --color-working_orange-hover: #c0873c; /* stylelint-disable-line custom-property-pattern */
  --color-working_orange-selected: #fed59e; /* stylelint-disable-line custom-property-pattern */
  --color-dark-orange: #ff6d3b;
  --color-dark-orange-hover: #c25531;
  --color-dark-orange-selected: #ffb196;
  --color-peach: #ffadad;
  --color-peach-hover: #c2888a;
  --color-peach-selected: #ffd6d6;
  --color-sunset: #ff7575;
  --color-sunset-hover: #c26163;
  --color-sunset-selected: #ffbaba;
  --color-sunset-selected-with-opacity: rgba(255, 186, 186, 0.6);
  --color-stuck-red: #df2f4a;
  --color-stuck-red-hover: #ad3f51;
  --color-stuck-red-selected: #f0a1ad;
  --color-dark-red: #bb3354;
  --color-dark-red-hover: #92334c;
  --color-dark-red-selected: #dd99a9;
  --color-sofia_pink: #e50073; /* stylelint-disable-line custom-property-pattern */
  --color-sofia_pink-hover: #c20062; /* stylelint-disable-line custom-property-pattern */
  --color-sofia_pink-selected: #ff8ac4; /* stylelint-disable-line custom-property-pattern */
  --color-lipstick: #ff5ac4;
  --color-lipstick-hover: #c24e9a;
  --color-lipstick-selected: #fface1;
  --color-bubble: #faa1f1;
  --color-bubble-hover: #be80ba;
  --color-bubble-selected: #fcd0f8;
  --color-purple: #9d50dd;
  --color-purple-hover: #7d45b0;
  --color-purple-selected: #d0aeed;
  --color-dark_purple: #784bd1; /* stylelint-disable-line custom-property-pattern */
  --color-dark_purple-hover: #6344a3; /* stylelint-disable-line custom-property-pattern */
  --color-dark_purple-selected: #bba5e8; /* stylelint-disable-line custom-property-pattern */
  --color-berry: #7e3b8a;
  --color-berry-hover: #673971;
  --color-berry-selected: #be9dc4;
  --color-dark_indigo: #401694; /* stylelint-disable-line custom-property-pattern */
  --color-dark_indigo-hover: #3c1f78; /* stylelint-disable-line custom-property-pattern */
  --color-dark_indigo-selected: #a08bc9; /* stylelint-disable-line custom-property-pattern */
  --color-indigo: #5559df;
  --color-indigo-hover: #4b4ead;
  --color-indigo-selected: #aaacef;
  --color-navy: #225091;
  --color-navy-hover: #274776;
  --color-navy-selected: #90a7c8;
  --color-bright-blue: #579bfc;
  --color-bright-blue-hover: #4c7cc1;
  --color-bright-blue-selected: #abcdfd;
  --color-dark-blue: #007eb5;
  --color-dark-blue-hover: #0f6d97;
  --color-dark-blue-selected: #80c2df;
  --color-aquamarine: #4eccc6;
  --color-aquamarine-hover: #469e9b;
  --color-aquamarine-selected: #a6e5e2;
  --color-chili-blue: #66ccff;
  --color-chili-blue-hover: #569ec3;
  --color-chili-blue-selected: #b2e5ff;
  --color-river: #74afcc;
  --color-river-hover: #588095;
  --color-river-selected: #b3d0de;
  --color-winter: #9aadbd;
  --color-winter-hover: #7b8895;
  --color-winter-selected: #ccd6de;
  --color-explosive: #c4c4c4;
  --color-explosive-hover: #98999a;
  --color-explosive-selected: #e1e1e1;
  --color-american_gray: #757575; /* stylelint-disable-line custom-property-pattern */
  --color-american_gray-hover: #69696a; /* stylelint-disable-line custom-property-pattern */
  --color-american_gray-selected: #bfbfbf; /* stylelint-disable-line custom-property-pattern */
  --color-blackish: #333333;
  --color-blackish-hover: #222222;
  --color-blackish-selected: #999999;
  --color-brown: #7f5347;
  --color-brown-hover: #684943;
  --color-brown-selected: #bfa9a3;
  --color-orchid: #e484bd;
  --color-orchid-hover: #ae5d8d;
  --color-orchid-selected: #ecbad7;
  --color-tan: #bca58a;
  --color-tan-hover: #8a7862;
  --color-tan-selected: #d6cabc;
  --color-sky: #a1e3f6;
  --color-sky-hover: #81b6c5;
  --color-sky-selected: #d0f1fa;
  --color-coffee: #cd9282;
  --color-coffee-hover: #976758;
  --color-coffee-selected: #dec0b7;
  --color-royal: #216edf;
  --color-royal-hover: #225eb7;
  --color-royal-selected: #95bbf2;
  --color-teal: #175a63;
  --color-teal-hover: #12484f;
  --color-teal-selected: #8bacb1;
  --color-lavender: #bda8f9;
  --color-lavender-hover: #9786c7;
  --color-lavender-selected: #ded4fc;
  --color-steel: #a9bee8;
  --color-steel-hover: #8798ba;
  --color-steel-selected: #d4dff4;
  --color-lilac: #9d99b9;
  --color-lilac-hover: #7e7a94;
  --color-lilac-selected: #ceccdc;
  --color-pecan: #563e3e;
  --color-pecan-hover: #453232;
  --color-pecan-selected: #ab9f9f;
  /*

  LEGACY VALUES

  These values are not within Vibe's UI definitions and are on a deprecation path.
  Please stop using them and make efforts to replace theme with their Vibe corresponding keys.

  */
  --color-dark_marble: #f1f1f1; /* stylelint-disable-line custom-property-pattern */
  --color-marble: #f7f7f7;
  --color-gainsboro: #e1e1e1;
  --color-extra_light_gray: #edeef0; /* stylelint-disable-line custom-property-pattern */
  --color-glitter: #d9f0ff;
  --color-ultra_light_gray: #ebebeb; /* stylelint-disable-line custom-property-pattern */
  --color-very_light_gray: #a1a1a1; /* stylelint-disable-line custom-property-pattern */
  --color-jaco_gray: #9699a6; /* stylelint-disable-line custom-property-pattern */
  --color-storm_gray: #6b6d77; /* stylelint-disable-line custom-property-pattern */
  --color-trolley-grey: #757575;
  --color-basic_light_blue: #c7e6fa; /* stylelint-disable-line custom-property-pattern */
  --color-light_blue: #61caf7; /* stylelint-disable-line custom-property-pattern */
  --color-turquoise: #66ccff;
  --color-aqua: #00d1d1;
  --color-live_blue: #009aff; /* stylelint-disable-line custom-property-pattern */
  --color-jeans: #597bfc;
  --color-burned_eggplant: #181d37; /* stylelint-disable-line custom-property-pattern */
  --color-light-pink: #ff5ac4;
  --color-dark-pink: #ff007f;
  --color-dark_red: #bb3354; /* stylelint-disable-line custom-property-pattern */
  --color-yellow: #ffcb00;
  --color-mustered: #cab641;
  --color-orange: #fdab3d;
  --color-lime-green: #9cd326;
  --color-jade: #03c875;
  --color-green-haze: #00a359;
  --color-grass-green: #037f4c;
  --color-amethyst: #9d50dd;
  --color-dark-purple: #784bd1;
  --color-blue_links: #007eb5; /* stylelint-disable-line custom-property-pattern */
  --color-blue-links: #007eb5;
  --color-private: #f65f7c;
  --color-public: #009aff;
  --color-board_views_grey: #6e6f8f; /* stylelint-disable-line custom-property-pattern */
  --color-board_views_grey_hover: #b2b3d0; /* stylelint-disable-line custom-property-pattern */
  --color-board_views_blue: #1c1f3b; /* stylelint-disable-line custom-property-pattern */
  --color-board_views_blue_secondary: #363a52; /* stylelint-disable-line custom-property-pattern */
  --color-border_light_gray: #f5f6f8; /* stylelint-disable-line custom-property-pattern */
  --color-brand-blue: #00a9ff;
  --color-brand-charcoal: #2b2c5c;
  --color-brand-gold: #ffcc00;
  --color-brand-green: #11dd80;
  --color-brand-iris: #595ad4;
  --color-brand-light-blue: #00cff4;
  --color-brand-malachite: #00cd6f;
  --color-brand-purple: #a358d0;
  --color-brand-red: #f74875;
  --color-deadline_upcoming_indication: #5d6387; /* stylelint-disable-line custom-property-pattern */
  --color-default_group_color: #579bfc; /* stylelint-disable-line custom-property-pattern */
  --color-form_btn_hover: #0083d9; /* stylelint-disable-line custom-property-pattern */
  --color-form_purple: #575c96; /* stylelint-disable-line custom-property-pattern */
  --color-highlight: #dff0ff;
  --color-green_shadow: #00c875; /* stylelint-disable-line custom-property-pattern */
  --color-green-shadow: #00c875;
  --color-red_shadow: #df2f4a; /* stylelint-disable-line custom-property-pattern */
  --color-red-shadow: #df2f4a;
  --color-pulse_bg: #f0f0f0; /* stylelint-disable-line custom-property-pattern */
  --color-pulse_text_color: #333333; /* stylelint-disable-line custom-property-pattern */
  --color-placholder_gray: #d8d8d8; /* stylelint-disable-line custom-property-pattern */
  --color-placeholder_light_gray: #efefef; /* stylelint-disable-line custom-property-pattern */
  --color-excel-green: #207245;
  --color-media-blue: #2ea2e9;
  --color-pdf-red: #bb0706;
  --color-ppt-orange: #d64e2a;
  --color-word-blue: #2a5699;
  --color-zip-orange: #e4901c;
  --color-like_red: #fb275d; /* stylelint-disable-line custom-property-pattern */
  --color-scrollbar_gray: #b2b2b2; /* stylelint-disable-line custom-property-pattern */
  --color-timeline_grid_blue: #454662; /* stylelint-disable-line custom-property-pattern */
  --color-timeline_blue: #1c1f3b; /* stylelint-disable-line custom-property-pattern */
  --color-highlight_blue-rgb: 204, 229, 255; /* stylelint-disable-line custom-property-pattern */
  --color-snow_white-with-opacity: rgba(255, 255, 255, 0.4); /* stylelint-disable-line custom-property-pattern */
  --color-wolf_gray-with-opacity: rgba(195, 198, 212, 0.1); /* stylelint-disable-line custom-property-pattern */
  --color-asphalt-with-opacity: rgba(103, 104, 121, 0.1);
  --primary-on-secondary-color: #0073ea;
  --primary-hover-on-secondary-color: #0060b9;
  --primary-selected-color-rgb: 204, 229, 255;
  --primary-selected-on-secondary-color: #cce5ff;
  --primary-text-on-secondary-color: #323338;
  --text-color-on-primary-with-opacity: rgba(255, 255, 255, 0.4);
  --secondary-text-on-secondary-color: #676879;
  --placeholder-color-with-opacity: rgba(103, 104, 121, 0.1);
  --placeholder-on-secondary-color: #676879;
  --icon-on-secondary-color: #676879;
  --link-on-secondary-color: #1f76c2;
  --label-background-color: #cce5ff;
  --label-background-on-secondary-color: #cce5ff;
  --primary-background-color-rgb: 255, 255, 255;
  --primary-background-hover-on-secondary-color: #dcdfec;
  --modal-background-color: #ffffff;
  --secondary-background-color-rgb: 255, 255, 255;
  --disabled-background-on-secondary-color: #ecedf5;
  --disabled-text-on-secondary-color: rgba(50, 51, 56, var(--disabled-component-opacity));
  --ui-border-on-secondary-color: #c3c6d4;
  --layout-border-on-secondary-color: #d0d4e4;
  --dark-background-color: #f6f7fb;
  --dark-background-on-secondary-color: #f6f7fb;
  --dialog-background-color: #ffffff;
  --box-shadow-mediun: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.dark-app-theme {
  --primary-color: #0073ea;
  --primary-hover-color: #0060b9;
  --primary-selected-color: #133774;
  --primary-selected-hover-color: #0d2e65;
  --primary-highlighted-color: #0d2753;
  --primary-surface-color: #181b34;
  --primary-text-color: #d5d8df;
  --secondary-text-color: #9699a6;
  --text-color-on-inverted: #323338;
  --text-color-on-primary: #ffffff;
  --disabled-text-color: rgba(213, 216, 223, var(--disabled-component-opacity));
  --inverted-color-background: #ffffff;
  --fixed-dark-color: #323338;
  --fixed-light-color: #ffffff;
  --primary-background-color: #181b34;
  --primary-background-hover-color: rgba(103, 104, 121, 0.3);
  --secondary-background-color: #30324e;
  --allgrey-background-color: #30324e;
  --backdrop-color: rgba(41, 47, 76, 0.7);
  --ui-border-color: #797e93;
  --ui-background-color: #434660;
  --ui-background-hover-color: #35384d;
  --layout-border-color: #4b4e69;
  --placeholder-color: #c3c6d4;
  --icon-color: #c3c6d4;
  --disabled-background-color: #3c3f59;
  --link-color: #69a7ef;
  --brand-color: #0073ea;
  --brand-hover-color: #0060b9;
  --brand-selected-color: #133774;
  --brand-selected-hover-color: #0d2e65;
  --positive-color: #00854d;
  --positive-color-hover: #007038;
  --positive-color-selected: #025231;
  --positive-color-selected-hover: #194733;
  --negative-color: #d83a52;
  --negative-color-hover: #b63546;
  --negative-color-selected: #642830;
  --negative-color-selected-hover: #5a2027;
  --warning-color: #ffcb00;
  --warning-color-hover: #eaaa15;
  --warning-color-selected: #503e02;
  --warning-color-selected-hover: #402f00;
  --grey-background-color: #181b34;
  --text-color-on-brand: #ffffff;
  --color-surface: #292f4c;
  --box-shadow-xs: 0px 4px 6px -4px rgba(9, 11, 25, 0.5);
  --box-shadow-small: 0px 4px 8px rgba(9, 11, 25, 0.5);
  --box-shadow-medium: 0px 6px 20px rgba(9, 11, 25, 0.5);
  --box-shadow-large: 0px 15px 50px rgba(9, 11, 25, 0.5);
  --color-grass_green-hover: #116846; /* stylelint-disable-line custom-property-pattern */
  --color-grass_green-selected: #0f4f43; /* stylelint-disable-line custom-property-pattern */
  --color-done-green-hover: #0f9b63;
  --color-done-green-selected: #0e7358;
  --color-done-green-selected-with-opacity: rgba(14, 115, 88, 0.6);
  --color-bright-green-hover: #7ca32b;
  --color-bright-green-selected: #5c7930;
  --color-saladish-hover: #9d8f3e;
  --color-saladish-selected: #736a3e;
  --color-egg_yolk-hover: #c29e11; /* stylelint-disable-line custom-property-pattern */
  --color-egg_yolk-selected: #8d751e; /* stylelint-disable-line custom-property-pattern */
  --color-egg_yolk-rgb: 255, 213, 51; /* stylelint-disable-line custom-property-pattern */
  --color-working_orange-hover: #c0873c; /* stylelint-disable-line custom-property-pattern */
  --color-working_orange-selected: #8c653c; /* stylelint-disable-line custom-property-pattern */
  --color-dark-orange-hover: #c25531;
  --color-dark-orange-selected: #8d4134;
  --color-peach-hover: #c2888a;
  --color-peach-selected: #8d6674;
  --color-sunset-hover: #c26163;
  --color-sunset-selected: #8d4a58;
  --color-sunset-selected-with-opacity: rgba(141, 74, 88, 0.6);
  --color-stuck-red-hover: #ad3f51;
  --color-stuck-red-selected: #7f314b;
  --color-dark-red-hover: #92334c;
  --color-dark-red-selected: #6b2947;
  --color-sofia_pink-hover: #c21e71; /* stylelint-disable-line custom-property-pattern */
  --color-sofia_pink-selected: #8d1a62; /* stylelint-disable-line custom-property-pattern */
  --color-lipstick-hover: #c24e9a;
  --color-lipstick-selected: #8d3c7f;
  --color-bubble-hover: #be80ba;
  --color-bubble-selected: #8b6096;
  --color-purple-hover: #8050ab;
  --color-purple-selected: #5f3e8b;
  --color-dark_purple-hover: #6344a3; /* stylelint-disable-line custom-property-pattern */
  --color-dark_purple-selected: #4a3586; /* stylelint-disable-line custom-property-pattern */
  --color-berry-hover: #673971;
  --color-berry-selected: #4d2d62;
  --color-dark_indigo: #6129ff; /* stylelint-disable-line custom-property-pattern */
  --color-dark_indigo-hover: #4c18dc; /* stylelint-disable-line custom-property-pattern */
  --color-dark_indigo-selected: #3c13ae; /* stylelint-disable-line custom-property-pattern */
  --color-indigo-hover: #4b4ead;
  --color-indigo-selected: #383c8d;
  --color-navy: #5684c5;
  --color-navy-hover: #3468b2;
  --color-navy-selected: #24508f;
  --color-bright-blue-hover: #4c7cc1;
  --color-bright-blue-selected: #395d9b;
  --color-dark-blue-hover: #0f6d97;
  --color-dark-blue-selected: #0e527e;
  --color-aquamarine-hover: #469e9b;
  --color-aquamarine-selected: #357580;
  --color-chili-blue-hover: #569ec3;
  --color-chili-blue-selected: #41759d;
  --color-river-hover: #588095;
  --color-river-selected: #42607c;
  --color-winter-hover: #7b8895;
  --color-winter-selected: #5b667c;
  --color-explosive-hover: #98999a;
  --color-explosive-selected: #70717f;
  --color-american_gray-hover: #69696a; /* stylelint-disable-line custom-property-pattern */
  --color-american_gray-selected: #4e505e; /* stylelint-disable-line custom-property-pattern */
  --color-blackish: #7a7a7a;
  --color-blackish-hover: #525252;
  --color-blackish-selected: #383838;
  --color-brown-hover: #684943;
  --color-brown-selected: #4d3941;
  --color-orchid-hover: #b4739a;
  --color-orchid-selected: #85597b;
  --color-tan-hover: #978977;
  --color-tan-selected: #716863;
  --color-sky-hover: #90bac6;
  --color-sky-selected: #6c8a9a;
  --color-coffee-hover: #a27b6f;
  --color-coffee-selected: #795e5d;
  --color-royal-hover: #4474bb;
  --color-royal-selected: #375993;
  --color-teal: #4a8f98;
  --color-teal-hover: #347179;
  --color-teal-selected: #245960;
  --color-lavender-hover: #a294c8;
  --color-lavender-selected: #79709c;
  --color-steel-hover: #95a2be;
  --color-steel-selected: #707a95;
  --color-lilac-hover: #8e8a9f;
  --color-lilac-selected: #6b697f;
  --color-pecan: #806363;
  --color-pecan-hover: #674c4c;
  --color-pecan-selected: #513939;
  /*

  LEGACY VALUES

  These values are not within Vibe's UI definitions and are on a deprecation path.
  Please stop using them and make efforts to replace theme with their Vibe corresponding keys.

  */
  --primary-on-secondary-color: #0073ea;
  --primary-hover-on-secondary-color: #0060b9;
  --primary-selected-color-rgb: 19, 55, 116;
  --primary-selected-on-secondary-color: #133774;
  --primary-text-on-secondary-color: #d5d8df;
  --primary-background-color-rgb: 24, 27, 52;
  --primary-background-hover-on-secondary-color: #4b4e69;
  --secondary-background-color-rgb: 48, 50, 78;
  --secondary-text-on-secondary-color: #9699a6;
  --link-on-secondary-color: #69a7ef;
  --modal-background-color: #181b34;
  --dark-background-color: #393b53;
  --dark-background-on-secondary-color: #4b4e69;
  --dialog-background-color: #30324e;
  --label-background-color: #404b69;
  --label-background-on-secondary-color: #404b69;
  --icon-on-secondary-color: #c3c6d4;
  --placeholder-color-with-opacity: rgba(195, 198, 212, 0.1);
  --placeholder-on-secondary-color: #c3c6d4;
  --ui-border-on-secondary-color: #797e93;
  --layout-border-on-secondary-color: #4b4e69;
  --disabled-background-on-secondary-color: #3c3f59;
  --disabled-text-on-secondary-color: rgba(213, 216, 223, var(--disabled-component-opacity));
  --box-shadow-mediun: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.black-app-theme {
  --primary-color: #0073ea;
  --primary-hover-color: #0060b9;
  --primary-selected-color: #133774;
  --primary-selected-hover-color: #0d2e65;
  --primary-highlighted-color: #0b2858;
  --primary-surface-color: #111111;
  --primary-text-color: #eeeeee;
  --secondary-text-color: #aaaaaa;
  --text-color-on-inverted: #111111;
  --text-color-on-primary: #ffffff;
  --disabled-text-color: rgba(238, 238, 238, var(--disabled-component-opacity));
  --inverted-color-background: #eeeeee;
  --fixed-dark-color: #111111;
  --fixed-light-color: #ffffff;
  --primary-background-color: #111111;
  --primary-background-hover-color: rgba(103, 104, 121, 0.3);
  --secondary-background-color: #2c2c2c;
  --allgrey-background-color: #2c2c2c;
  --backdrop-color: rgba(33, 33, 33, 0.7);
  --ui-border-color: #8d8d8d;
  --ui-background-color: #4d4d4d;
  --ui-background-hover-color: #3b3b3b;
  --layout-border-color: #636363;
  --placeholder-color: #aaaaaa;
  --icon-color: #aaaaaa;
  --disabled-background-color: #3a3a3a;
  --link-color: #69a7ef;
  --brand-color: #0073ea;
  --brand-hover-color: #0060b9;
  --brand-selected-color: #133774;
  --brand-selected-hover-color: #0d2e65;
  --positive-color: #00854d;
  --positive-color-hover: #007038;
  --positive-color-selected: #025231;
  --positive-color-selected-hover: #194733;
  --negative-color: #d83a52;
  --negative-color-hover: #b63546;
  --negative-color-selected: #642830;
  --negative-color-selected-hover: #5a2027;
  --warning-color: #ffcb00;
  --warning-color-hover: #eaaa15;
  --warning-color-selected: #503e02;
  --warning-color-selected-hover: #402f00;
  --text-color-on-brand: #ffffff;
  --color-surface: #212121;
  --grey-background-color: #111111;
  --box-shadow-xs: 0px 4px 6px -4px #000000;
  --box-shadow-small: 0px 4px 8px #000000;
  --box-shadow-medium: 0px 6px 20px #000000;
  --box-shadow-large: 0px 15px 50px #000000;
  --color-grass_green-hover: #116846; /* stylelint-disable-line custom-property-pattern */
  --color-grass_green-selected: #0a482e; /* stylelint-disable-line custom-property-pattern */
  --color-done-green-hover: #0f9b63;
  --color-done-green-selected: #096c43;
  --color-done-green-selected-with-opacity: rgba(9, 108, 67, 0.6);
  --color-bright-green-hover: #7ca32b;
  --color-bright-green-selected: #56721b;
  --color-saladish-hover: #9d8f3e;
  --color-saladish-selected: #6d6329;
  --color-egg_yolk-hover: #c29e11; /* stylelint-disable-line custom-property-pattern */
  --color-egg_yolk-selected: #886e09; /* stylelint-disable-line custom-property-pattern */
  --color-egg_yolk-rgb: 255, 213, 51; /* stylelint-disable-line custom-property-pattern */
  --color-working_orange-hover: #c0873c; /* stylelint-disable-line custom-property-pattern */
  --color-working_orange-selected: #875e27; /* stylelint-disable-line custom-property-pattern */
  --color-dark-orange-hover: #c25531;
  --color-dark-orange-selected: #883a1f;
  --color-peach-hover: #c2888a;
  --color-peach-selected: #885f5f;
  --color-sunset-hover: #c26163;
  --color-sunset-selected: #884343;
  --color-sunset-selected-with-opacity: rgba(136, 67, 67, 0.6);
  --color-stuck-red-hover: #ad3f51;
  --color-stuck-red-selected: #792a36;
  --color-dark-red-hover: #92334c;
  --color-dark-red-selected: #662232;
  --color-sofia_pink-hover: #c21e71; /* stylelint-disable-line custom-property-pattern */
  --color-sofia_pink-selected: #88134d; /* stylelint-disable-line custom-property-pattern */
  --color-lipstick-hover: #c24e9a;
  --color-lipstick-selected: #88356a;
  --color-bubble-hover: #be80ba;
  --color-bubble-selected: #855981;
  --color-purple-hover: #8050ab;
  --color-purple-selected: #593776;
  --color-dark_purple-hover: #6344a3; /* stylelint-disable-line custom-property-pattern */
  --color-dark_purple-selected: #442e71; /* stylelint-disable-line custom-property-pattern */
  --color-berry-hover: #673971;
  --color-berry-selected: #47264d;
  --color-dark_indigo: #6129ff; /* stylelint-disable-line custom-property-pattern */
  --color-dark_indigo-hover: #4c18dc; /* stylelint-disable-line custom-property-pattern */
  --color-dark_indigo-selected: #3c13ae; /* stylelint-disable-line custom-property-pattern */
  --color-indigo-hover: #4b4ead;
  --color-indigo-selected: #333578;
  --color-navy: #5684c5;
  --color-navy-hover: #3468b2;
  --color-navy-selected: #24508f;
  --color-bright-blue-hover: #4c7cc1;
  --color-bright-blue-selected: #345686;
  --color-dark-blue-hover: #0f6d97;
  --color-dark-blue-selected: #094b69;
  --color-aquamarine-hover: #469e9b;
  --color-aquamarine-selected: #2f6e6b;
  --color-chili-blue-hover: #569ec3;
  --color-chili-blue-selected: #3b6e88;
  --color-river-hover: #588095;
  --color-river-selected: #3c5967;
  --color-winter-hover: #7b8895;
  --color-winter-selected: #555f67;
  --color-explosive-hover: #98999a;
  --color-explosive-selected: #6a6a6a;
  --color-american_gray-hover: #69696a; /* stylelint-disable-line custom-property-pattern */
  --color-american_gray-selected: #494949; /* stylelint-disable-line custom-property-pattern */
  --color-blackish: #7a7a7a;
  --color-blackish-hover: #525252;
  --color-blackish-selected: #383838;
  --color-brown-hover: #684943;
  --color-brown-selected: #48322c;
  --color-orchid-hover: #b4739a;
  --color-orchid-selected: #7e516c;
  --color-tan-hover: #978977;
  --color-tan-selected: #6a6053;
  --color-sky-hover: #90bac6;
  --color-sky-selected: #65828b;
  --color-coffee-hover: #a27b6f;
  --color-coffee-selected: #71564e;
  --color-royal-hover: #4474bb;
  --color-royal-selected: #305183;
  --color-teal: #4a8f98;
  --color-teal-hover: #347179;
  --color-teal-selected: #245960;
  --color-lavender-hover: #a294c8;
  --color-lavender-selected: #71688c;
  --color-steel-hover: #95a2be;
  --color-steel-selected: #687185;
  --color-lilac-hover: #8e8a9f;
  --color-lilac-selected: #63616f;
  --color-pecan: #806363;
  --color-pecan-hover: #674c4c;
  --color-pecan-selected: #513939;
  /*

  LEGACY VALUES

  These values are not within Vibe's UI definitions and are on a deprecation path.
  Please stop using them and make efforts to replace theme with their Vibe corresponding keys.

  */
  --primary-on-secondary-color: #0073ea;
  --primary-hover-on-secondary-color: #0060b9;
  --primary-selected-color-rgb: 19, 55, 116;
  --primary-selected-on-secondary-color: #133774;
  --primary-text-on-secondary-color: #eeeeee;
  --primary-background-color-rgb: 17, 17, 17;
  --primary-background-hover-on-secondary-color: #636363;
  --secondary-background-color-rgb: 44, 44, 44;
  --secondary-text-on-secondary-color: #9699a6;
  --link-on-secondary-color: #69a7ef;
  --modal-background-color: #181b34;
  --dark-background-color: #2c2c2c;
  --dark-background-on-secondary-color: #4b4e69;
  --dialog-background-color: #2c2c2c;
  --label-background-color: #404b69;
  --label-background-on-secondary-color: #404b69;
  --icon-on-secondary-color: #aaaaaa;
  --placeholder-color-with-opacity: rgba(170, 170, 170, 0.1);
  --placeholder-on-secondary-color: #aaaaaa;
  --ui-border-on-secondary-color: #8d8d8d;
  --layout-border-on-secondary-color: #636363;
  --disabled-background-on-secondary-color: #3a3a3a;
  --disabled-text-on-secondary-color: rgba(238, 238, 238, var(--disabled-component-opacity));
  --box-shadow-mediun: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.hacker_theme-app-theme { /* stylelint-disable-line selector-class-pattern */
  --primary-color: #fe78c6;
  --primary-hover-color: #fe5ab9;
  --primary-selected-color: #9f4077;
  --primary-selected-hover-color: #0d2e65;
  --primary-highlighted-color: #0b2858;
  --primary-surface-color: #111111;
  --primary-text-color: #d5d8df;
  --secondary-text-color: #9699a6;
  --text-color-on-inverted: #323338;
  --disabled-text-color: rgba(238, 238, 238, var(--disabled-component-opacity));
  --inverted-color-background: #ffffff;
  --fixed-dark-color: #323338;
  --fixed-light-color: #ffffff;
  --primary-background-color: #282a36;
  --primary-background-hover-color: #4b4e69;
  --secondary-background-color: #30324e;
  --allgrey-background-color: #282a36;
  --ui-border-color: #797e93;
  --ui-background-color: #4b4e69;
  --ui-background-hover-color: #3b3b3b;
  --layout-border-color: #414458;
  --placeholder-color: #c3c6d4;
  --icon-color: #c3c6d4;
  --disabled-background-color: #3a3a3a;
  --link-color: #bd93f9;
  --brand-color: #fe78c6;
  --brand-hover-color: #fe5ab9;
  --brand-selected-color: #9f4077;
  --brand-selected-hover-color: #0d2e65;
  --positive-color: #50fa7b;
  --positive-color-hover: #007038;
  --positive-color-selected: #26503e;
  --positive-color-selected-hover: #194733;
  --negative-color: #ff5555;
  --negative-color-hover: #b63546;
  --negative-color-selected: #642830;
  --negative-color-selected-hover: #5a2027;
  --warning-color: #ffcb00;
  --warning-color-hover: #eaaa15;
  --warning-color-selected: #503e02;
  --warning-color-selected-hover: #402f00;
  --grey-background-color: #282a36;
  --box-shadow-xs: 0px 4px 6px -4px #000000;
  --box-shadow-small: 0px 4px 8px #000000;
  --box-shadow-medium: 0px 6px 20px #000000;
  --box-shadow-large: 0px 15px 50px #000000;
  --color-grass_green: #359970; /* stylelint-disable-line custom-property-pattern */
  --color-grass_green-hover: #116846; /* stylelint-disable-line custom-property-pattern */
  --color-grass_green-selected: #0a482e; /* stylelint-disable-line custom-property-pattern */
  --color-done-green: #33d391;
  --color-done-green-hover: #0f9b63;
  --color-done-green-selected: #096c43;
  --color-done-green-selected-with-opacity: rgba(9, 108, 67, 0.6);
  --color-bright-green: #b0dc51;
  --color-bright-green-hover: #7ca32b;
  --color-bright-green-selected: #56721b;
  --color-saladish: #d5c567;
  --color-saladish-hover: #9d8f3e;
  --color-saladish-selected: #6d6329;
  --color-egg_yolk: #ffd533; /* stylelint-disable-line custom-property-pattern */
  --color-egg_yolk-hover: #c29e11; /* stylelint-disable-line custom-property-pattern */
  --color-egg_yolk-selected: #886e09; /* stylelint-disable-line custom-property-pattern */
  --color-egg_yolk-rgb: 255, 213, 51; /* stylelint-disable-line custom-property-pattern */
  --color-working_orange: #fdbc64; /* stylelint-disable-line custom-property-pattern */
  --color-working_orange-hover: #c0873c; /* stylelint-disable-line custom-property-pattern */
  --color-working_orange-selected: #875e27; /* stylelint-disable-line custom-property-pattern */
  --color-dark-orange: #ff6d3b;
  --color-dark-orange-hover: #c25531;
  --color-dark-orange-selected: #883a1f;
  --color-peach: #ffbdbd;
  --color-peach-hover: #c2888a;
  --color-peach-selected: #885f5f;
  --color-sunset: #ff9191;
  --color-sunset-hover: #c26163;
  --color-sunset-selected: #884343;
  --color-sunset-selected-with-opacity: rgba(136, 67, 67, 0.6);
  --color-stuck-red: #e8697d;
  --color-stuck-red-hover: #ad3f51;
  --color-stuck-red-selected: #792a36;
  --color-dark-red: #c95c76;
  --color-dark-red-hover: #92334c;
  --color-dark-red-selected: #662232;
  --color-sofia_pink: #ff44a1; /* stylelint-disable-line custom-property-pattern */
  --color-sofia_pink-hover: #c21e71; /* stylelint-disable-line custom-property-pattern */
  --color-sofia_pink-selected: #88134d; /* stylelint-disable-line custom-property-pattern */
  --color-lipstick: #ff7bd0;
  --color-lipstick-hover: #c24e9a;
  --color-lipstick-selected: #88356a;
  --color-bubble: #fbb4f4;
  --color-bubble-hover: #be80ba;
  --color-bubble-selected: #855981;
  --color-purple: #b57de3;
  --color-purple-hover: #8050ab;
  --color-purple-selected: #593776;
  --color-dark_purple: #936fda; /* stylelint-disable-line custom-property-pattern */
  --color-dark_purple-hover: #6344a3; /* stylelint-disable-line custom-property-pattern */
  --color-dark_purple-selected: #442e71; /* stylelint-disable-line custom-property-pattern */
  --color-berry: #9862a1;
  --color-berry-hover: #673971;
  --color-berry-selected: #47264d;
  --color-dark_indigo: #6645a9; /* stylelint-disable-line custom-property-pattern */
  --color-dark_indigo-hover: #3c1f78; /* stylelint-disable-line custom-property-pattern */
  --color-dark_indigo-selected: #291452; /* stylelint-disable-line custom-property-pattern */
  --color-indigo: #777ae5;
  --color-indigo-hover: #4b4ead;
  --color-indigo-selected: #333578;
  --color-navy: #4e73a7;
  --color-navy-hover: #274776;
  --color-navy-selected: #193151;
  --color-bright-blue: #79affd;
  --color-bright-blue-hover: #4c7cc1;
  --color-bright-blue-selected: #345686;
  --color-dark-blue: #339ecd;
  --color-dark-blue-hover: #0f6d97;
  --color-dark-blue-selected: #094b69;
  --color-aquamarine: #71d6d1;
  --color-aquamarine-hover: #469e9b;
  --color-aquamarine-selected: #2f6e6b;
  --color-chili-blue: #85d6ff;
  --color-chili-blue-hover: #569ec3;
  --color-chili-blue-selected: #3b6e88;
  --color-river: #86b4ca;
  --color-river-hover: #588095;
  --color-river-selected: #3c5967;
  --color-winter: #aebdca;
  --color-winter-hover: #7b8895;
  --color-winter-selected: #555f67;
  --color-explosive: #d0d0d0;
  --color-explosive-hover: #98999a;
  --color-explosive-selected: #6a6a6a;
  --color-american_gray: #999999; /* stylelint-disable-line custom-property-pattern */
  --color-american_gray-hover: #69696a; /* stylelint-disable-line custom-property-pattern */
  --color-american_gray-selected: #494949; /* stylelint-disable-line custom-property-pattern */
  --color-blackish: #5c5c5c;
  --color-blackish-hover: #222222;
  --color-blackish-selected: #111111;
  --color-brown: #99756c;
  --color-brown-hover: #684943;
  --color-brown-selected: #48322c;
  --color-orchid: #e190c0;
  --color-orchid-hover: #b4739a;
  --color-orchid-selected: #7e516c;
  --color-tan: #bdab95;
  --color-tan-hover: #978977;
  --color-tan-selected: #6a6053;
  --color-sky: #b4e9f8;
  --color-sky-hover: #90bac6;
  --color-sky-selected: #65828b;
  --color-coffee: #ca9a8b;
  --color-coffee-hover: #a27b6f;
  --color-coffee-selected: #71564e;
  --color-royal: #5591ea;
  --color-royal-hover: #4474bb;
  --color-royal-selected: #305183;
  --color-teal: #457b82;
  --color-teal-hover: #376268;
  --color-teal-selected: #274549;
  --color-lavender: #cab9fa;
  --color-lavender-hover: #a294c8;
  --color-lavender-selected: #71688c;
  --color-steel: #bacbed;
  --color-steel-hover: #95a2be;
  --color-steel-selected: #687185;
  --color-lilac: #687185;
  --color-lilac-hover: #8e8a9f;
  --color-lilac-selected: #63616f;
  --color-pecan: #786565;
  --color-pecan-hover: #605151;
  --color-pecan-selected: #433939;
  /*

  LEGACY VALUES

  These values are not within Vibe's UI definitions and are on a deprecation path.
  Please stop using them and make efforts to replace theme with their Vibe corresponding keys.

  */
  --color-success: #50fa7b;
  --color-error: #ff5555;
  --primary-on-secondary-color: #fe78c6;
  --primary-hover-on-secondary-color: #fe5ab9;
  --primary-selected-color-rgb: 159, 64, 119;
  --primary-selected-on-secondary-color: #9f4077;
  --primary-text-on-secondary-color: #d5d8df;
  --primary-background-color-rgb: 40, 42, 54;
  --primary-background-hover-on-secondary-color: #4b4e69;
  --secondary-background-color-rgb: 48, 50, 78;
  --secondary-text-on-secondary-color: #9699a6;
  --link-on-secondary-color: #bd93f9;
  --modal-background-color: #282a36;
  --dark-background-color: #303241;
  --dark-background-on-secondary-color: #595959;
  --dialog-background-color: #30324e;
  --label-background-color: #404b69;
  --label-background-on-secondary-color: #404b69;
  --icon-on-secondary-color: #c3c6d4;
  --placeholder-color-with-opacity: rgba(195, 198, 212, 0.1);
  --placeholder-on-secondary-color: #c3c6d4;
  --ui-border-on-secondary-color: #797e93;
  --layout-border-on-secondary-color: #414458;
  --disabled-background-on-secondary-color: #3a3a3a;
  --disabled-text-on-secondary-color: rgba(238, 238, 238, var(--disabled-component-opacity));
  --box-shadow-mediun: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=index.css.map */
