:root {
  --mantine-color-other-colorAutocall: #D07A34;
  --mantine-color-other-colorCoupon: #bf616a;
  --mantine-color-other-colorPrimary: #FF6600;
  --mantine-color-other-colorProt: #a8856a;
  --mantine-color-other-EQUITY: #FF6600;
  --mantine-color-other-InformationTechnology: #FF6600;
}
:root[data-mantine-color-scheme="light"] {
  --mantine-color-other-colorSuccess: #009955;
  --mantine-color-other-colorDanger: #FF3333;
  --mantine-color-other-colorWarning: #CC9900;
  --mantine-color-other-glassBg: rgba(255,255,255,0.85);
  --mantine-color-other-glassBorder: rgba(255,255,255,0.2);
  --mantine-color-other-textMain: #18181B;
  --mantine-color-other-textSec: rgba(0,0,0,0.5);
  --mantine-color-other-RATES: #0088AA;
  --mantine-color-other-COMMO: #DD9900;
  --mantine-color-other-CREDIT: #009955;
  --mantine-color-other-FX: #AA00CC;
  --mantine-color-other-USD: #009955;
  --mantine-color-other-EUR: #0088AA;
  --mantine-color-other-CHF: #DD2255;
  --mantine-color-other-GBP: #AA00CC;
  --mantine-color-other-Financials: #5B33FF;
  --mantine-color-other-HealthCare: #0088AA;
  --mantine-color-other-ConsumerDiscretionary: #DD2255;
  --mantine-color-other-Industrials: #18181B;
  --mantine-color-other-CommunicationServices: #AA00CC;
  --mantine-color-other-ConsumerStaples: #CC6699;
  --mantine-color-other-Energy: #DD9900;
  --mantine-color-other-Materials: #009955;
  --mantine-color-other-Utilities: #666666;
  --mantine-color-other-RealEstate: #802020;
}
:root[data-mantine-color-scheme="dark"] {
  --mantine-color-other-colorSuccess: #00FF99;
  --mantine-color-other-colorDanger: #FF3333;
  --mantine-color-other-colorWarning: #FFCC00;
  --mantine-color-other-glassBg: rgba(255,255,255,0.01);
  --mantine-color-other-glassBorder: rgba(255,255,255,0.1);
  --mantine-color-other-textMain: #FFFFFF;
  --mantine-color-other-textSec: rgba(255,255,255,0.5);
  --mantine-color-other-RATES: #00E0FF;
  --mantine-color-other-COMMO: #FFD700;
  --mantine-color-other-CREDIT: #00E676;
  --mantine-color-other-FX: #D500F9;
  --mantine-color-other-USD: #00E676;
  --mantine-color-other-EUR: #00E0FF;
  --mantine-color-other-CHF: #FF3366;
  --mantine-color-other-GBP: #D500F9;
  --mantine-color-other-Financials: #7C4DFF;
  --mantine-color-other-HealthCare: #00E0FF;
  --mantine-color-other-ConsumerDiscretionary: #FF3366;
  --mantine-color-other-Industrials: #FFFFFF;
  --mantine-color-other-CommunicationServices: #D500F9;
  --mantine-color-other-ConsumerStaples: #FF99CC;
  --mantine-color-other-Energy: #FFD700;
  --mantine-color-other-Materials: #00E676;
  --mantine-color-other-Utilities: #AAAAAA;
  --mantine-color-other-RealEstate: #A52A2A;
}
