:root {
  --white: #ffffff;
  --silver: #f9fafb;
  --nickel: #eef0f2;
  --brand: #0057b8;
  --gray: #444444;
  --pink: #fc6ab8;
  --purple: #8826ff;
  --blue: #0058ff;
  --teal: #23d6be;
  --green: #1da379;
  --yellow: #f0b323;
  --red: #f9423a;
  --brandLight15: #2670c3;
  --brandLight30: #4d89cd;
  --brandLight40: #669ad4;
  --brandLight50: #80abdc;
  --brandLight60: #99bce3;
  --brandLight70: #b3cdea;
  --brandLight80: #ccddf1;
  --brandLight90: #e6eef8;
  --brandLight95: #f2f7fb;
  --brandLight99: #fcfdfe;
  --brandDark15: #004a9c;
  --brandDark40: #00346e;
  --brandDark55: #002753;
  --grayLight15: #606060;
  --grayLight30: #7c7c7c;
  --grayLight40: #8f8f8f;
  --grayLight50: #a2a2a2;
  --grayLight60: #b4b4b4;
  --grayLight70: #c7c7c7;
  --grayLight80: #dadada;
  --grayLight90: #ececec;
  --grayLight95: #f6f6f6;
  --grayLight99: #fdfdfd;
  --grayDark15: #3a3a3a;
  --grayDark40: #292929;
  --grayDark55: #1f1f1f;
  --pinkLight15: #fc80c3;
  --pinkLight30: #fd97cd;
  --pinkLight40: #fda6d4;
  --pinkLight50: #feb5dc;
  --pinkLight60: #fec3e3;
  --pinkLight70: #fed2ea;
  --pinkLight80: #fee1f1;
  --pinkLight90: #fff0f8;
  --pinkLight95: #fff8fb;
  --pinkLight99: #fffefe;
  --pinkDark15: #d65a9c;
  --pinkDark40: #97406e;
  --pinkDark55: #713053;
  --purpleLight15: #9a47ff;
  --purpleLight30: #ac67ff;
  --purpleLight40: #b87dff;
  --purpleLight50: #c493ff;
  --purpleLight60: #cfa8ff;
  --purpleLight70: #dbbeff;
  --purpleLight80: #e7d4ff;
  --purpleLight90: #f3e9ff;
  --purpleLight95: #f9f4ff;
  --purpleLight99: #fefdff;
  --purpleDark15: #7420d9;
  --purpleDark40: #521799;
  --purpleDark55: #3d1173;
  --blueLight15: #2671ff;
  --blueLight30: #4d8aff;
  --blueLight40: #669bff;
  --blueLight50: #80acff;
  --blueLight60: #99bcff;
  --blueLight70: #b3cdff;
  --blueLight80: #ccdeff;
  --blueLight90: #e6eeff;
  --blueLight95: #f2f7ff;
  --blueLight99: #fcfdff;
  --blueDark15: #004bd9;
  --blueDark40: #003599;
  --blueDark55: #002873;
  --greenLight15: #3fb18d;
  --greenLight30: #61bfa1;
  --greenLight40: #77c8af;
  --greenLight50: #8ed1bc;
  --greenLight60: #a5dac9;
  --greenLight70: #bbe3d7;
  --greenLight80: #d2ede4;
  --greenLight90: #e8f6f2;
  --greenLight95: #f4faf8;
  --greenLight99: #fdfefe;
  --greenDark15: #198b67;
  --greenDark40: #116249;
  --greenDark55: #0d4936;
  --tealLight15: #44dcc8;
  --tealLight30: #65e2d2;
  --tealLight40: #7be6d8;
  --tealLight50: #91ebdf;
  --tealLight60: #a7efe5;
  --tealLight70: #bdf3ec;
  --tealLight80: #d3f7f2;
  --tealLight90: #e9fbf9;
  --tealLight95: #f4fdfc;
  --tealLight99: #fdfffe;
  --tealDark15: #1eb6a2;
  --tealDark40: #158072;
  --tealDark55: #106055;
  --yellowLight15: #f2be44;
  --yellowLight30: #f5ca65;
  --yellowLight40: #f6d17b;
  --yellowLight50: #f8d991;
  --yellowLight60: #f9e1a7;
  --yellowLight70: #fbe8bd;
  --yellowLight80: #fcf0d3;
  --yellowLight90: #fef7e9;
  --yellowLight95: #fefbf4;
  --yellowLight99: #fffefd;
  --yellowDark15: #cc981e;
  --yellowDark40: #906b15;
  --yellowDark55: #6c5110;
  --redLight15: #fa5e58;
  --redLight30: #fb7b75;
  --redLight40: #fb8e89;
  --redLight50: #fca19d;
  --redLight60: #fdb3b0;
  --redLight70: #fdc6c4;
  --redLight80: #fed9d8;
  --redLight90: #feeceb;
  --redLight95: #fff6f5;
  --redLight99: #fffdfd;
  --redDark15: #d43831;
  --redDark40: #952823;
  --redDark55: #701e1a;
  --whiteTransparent15: rgba(255, 255, 255, 0.85);
  --whiteTransparent30: rgba(255, 255, 255, 0.7);
  --whiteTransparent40: rgba(255, 255, 255, 0.6);
  --whiteTransparent50: rgba(255, 255, 255, 0.5);
  --whiteTransparent60: rgba(255, 255, 255, 0.4);
  --whiteTransparent70: rgba(255, 255, 255, 0.3);
  --whiteTransparent80: rgba(255, 255, 255, 0.2);
  --whiteTransparent90: rgba(255, 255, 255, 0.1);
  --whiteTransparent95: rgba(255, 255, 255, 0.05);
  --grayTransparent50: rgba(68, 68, 68, 0.5);
  --uiBackground: #ffffff;
  --uiBackgroundAlt: #f9fafb;
  --uiBackgroundModal: rgba(68, 68, 68, 0.5);
  --shadow: #1f1f1f;
  --shadowRGB: 31, 31, 31;
  --textPrimary: #1f1f1f;
  --textSecondary: #606060;
  --textTertiary: #8f8f8f;
  --textPrimaryInverse: #ffffff;
  --textSecondaryInverse: rgba(255, 255, 255, 0.7);
  --textTertiaryInverse: rgba(255, 255, 255, 0.5);
  --textLinkDisabled: #a2a2a2;
  --textLinkEnabled: #0058ff;
  --textLinkHover: #0058ff;
  --textLinkFocus: #0058ff;
  --textLinkActive: #003599;
  --textLinkVisited: #0058ff;
  --interactive: #0058ff;
  --info: #4d8aff;
  --danger: #f9423a;
  --success: #1da379;
  --warning: #f0b323;
  --dataNegative: #fa5e58;
  --dataPositive: #3fb18d;
  --inputLabel: #7c7c7c;
  --inputCaret: #8f8f8f;
  --inputValuePlaceholder: #8f8f8f;
  --inputLabelDisabled: #8f8f8f;
  --valueDisabled: #a2a2a2;
  --inputBackgroundDisabled: #f9fafb;
  --inputFocus: #444444;
  --inputInvalid: #d43831;
  --inputBorder: #ececec;
  --tooltipBackground: #606060;
  --buttonBackgroundTextHover: #f2f7ff;
  --buttonBackgroundTextFocus: #e6eeff;
  --buttonBackgroundTextActive: #ccdeff;
  --buttonLabelTextDisabled: #a2a2a2;
  --buttonLabelTextEnabled: #0058ff;
  --buttonLabelTextHover: #0058ff;
  --buttonLabelTextFocus: #0058ff;
  --buttonLabelTextActive: #0058ff;
  --buttonBackgroundOutlinedDisabled: #ffffff;
  --buttonBackgroundOutlinedEnabled: #ffffff;
  --buttonBackgroundOutlinedHover: #f2f7ff;
  --buttonBackgroundOutlinedFocus: #e6eeff;
  --buttonBackgroundOutlinedActive: #ccdeff;
  --buttonBorderOutlinedDisabled: #dadada;
  --buttonBorderOutlinedEnabled: #0058ff;
  --buttonBorderOutlinedHover: #0058ff;
  --buttonBorderOutlinedFocus: #0058ff;
  --buttonBorderOutlinedActive: #0058ff;
  --buttonLabelOutlinedDisabled: #a2a2a2;
  --buttonLabelOutlinedEnabled: #0058ff;
  --buttonLabelOutlinedHover: #0058ff;
  --buttonLabelOutlinedFocus: #0058ff;
  --buttonLabelOutlinedActive: #0058ff;
  --buttonBackgroundDisabled: #f6f6f6;
  --buttonBackgroundEnabled: #004bd9;
  --buttonBackgroundHover: #0058ff;
  --buttonBackgroundFocus: #2671ff;
  --buttonBackgroundActive: #4d8aff;
  --buttonBorderDisabled: #dadada;
  --buttonBorderEnabled: #004bd9;
  --buttonBorderHover: #0058ff;
  --buttonBorderFocus: #2671ff;
  --buttonBorderActive: #4d8aff;
  --buttonLabelDisabled: #a2a2a2;
  --buttonLabelEnabled: #ffffff;
  --buttonLabelHover: #ffffff;
  --buttonLabelFocus: #ffffff;
  --buttonLabelActive: #ffffff;
  --buttonBackgroundDangerDisabled: #fff6f5;
  --buttonBackgroundDangerEnabled: #d43831;
  --buttonBackgroundDangerHover: #f9423a;
  --buttonBackgroundDangerFocus: #fa5e58;
  --buttonBackgroundDangerActive: #fb7b75;
  --buttonBorderDangerDisabled: #feeceb;
  --buttonBorderDangerEnabled: #d43831;
  --buttonBorderDangerHover: #f9423a;
  --buttonBorderDangerFocus: #fa5e58;
  --buttonBorderDangerActive: #fb7b75;
  --buttonLabelDangerDisabled: #fca19d;
  --buttonLabelDangerEnabled: #ffffff;
  --buttonLabelDangerHover: #ffffff;
  --buttonLabelDangerFocus: #ffffff;
  --buttonLabelDangerActive: #ffffff;
  --buttonBackgroundIconHover: #f6f6f6;
  --buttonBackgroundIconFocus: #dadada;
  --buttonBackgroundIconActive: #b4b4b4;
  --buttonLabelIconDisabled: #a2a2a2;
  --buttonLabelIconEnabled: #606060;
  --buttonLabelIconHover: #1f1f1f;
  --buttonLabelIconFocus: #1f1f1f;
  --buttonLabelIconActive: #1f1f1f;
  --buttonLabelIconInverseDisabled: rgba(255, 255, 255, 0.3);
  --buttonLabelIconInverseEnabled: rgba(255, 255, 255, 0.7);
  --buttonLabelIconInverseHover: #ffffff;
  --buttonLabelIconInverseFocus: #ffffff;
  --buttonLabelIconInverseActive: #ffffff;
  --buttonBackgroundIconInverseHover: rgba(255, 255, 255, 0.1);
  --buttonBackgroundIconInverseFocus: rgba(255, 255, 255, 0.3);
  --buttonBackgroundIconInverseActive: rgba(255, 255, 255, 0.5);
  --divider: #dadada;
  --dividerTransparent: rgba(255, 255, 255, 0.2);
  --dividerLight: #ececec;
  --tableBorder: #dadada;
  --tableHeaderDarkBackground: #606060;
  --tableHeaderDarkText: #ffffff;
  --tableHeaderLightBackground: #eef0f2;
  --tableHeaderLightText: #1f1f1f;
  --outlineKeyboardNavigationFocus: #669bff;
  --series1: #669bff;
  --series2: #f5ca65;
  --series3: #1eb6a2;
  --series4: #dadada;
  --series5: #c493ff;
  --series6: #fec3e3;
  --series7: #b3cdff;
  --series8: #f8d991;
  --series9: #44dcc8;
  --series10: #a2a2a2;
  --series11: #dbbeff;
  --series12: #fc80c3;
}
