:root {
  --tb-color_gpBlue: #015292; /* Filter Text Color*/
  --tb-color_navy: #122f53; /*Active Text Color*/
  --tb-color_white: #ffffff;
  --tb-color_blueGray: #516277;
  --tb-color_blueGray2: #546275;
  --tb-color_highlight: #f9f885; /*for highlight*/
  --tb-color_successGreen: #4ba159; /*Text Color*/
  --tb-color_gray: #a3a9b3;
  --tb-color_offWhite: #f8f8f8;
  --tb-color_red: #c83232;
  --tb-color-gpBlueIcon: #20528d;
  --tb-color_amberYellow: #db9610;
  --tb-size-xxx_small: 0.125rem; /* 2px */
  --tb-size-xx_Small: 0.25rem; /* 4px */
  --tb-size-small_custom1: 0.375rem; /* 6px */
  --tb-size-x_small: 0.5rem; /* 8px */
  --tb-size-small_custom2: 0.625rem; /* 10px */
  --tb-size-small: 0.75rem; /* 12px */
  --tb-size-medium_custom1: 0.875rem; /* 14px */
  --tb-size-medium: 1rem; /* 16px ,Primary Font Size*/
  --tb-size-medium_custom2: 1.125rem; /* 18px */
  --tb-size-medium_custom3: 1.25rem; /* 20px */
  --tb-size-large_custom1: 1.375rem; /* 22px */
  --tb-size-large: 1.5rem; /* 24px */
  --tb-size-large_custom2: 1.75rem; /* 28px */
  --tb-size-x_large: 2rem; /* 32px */
  --tb-size-large_custom3: 2.25rem; /* 36px */
  --tb-size-large_custom4: 2.5rem; /* 40px */
  --tb-size-large_custom5: 3rem; /* 48px */
  --tb-size-large_custom6: 3.75rem; /* 60px */
  --tb-size-x_large_custom1: 5rem; /* 80px */
  --tb-size-large_negative: -1.5rem; /*-24px*/
  --tb-font-weight: 600;
  --tb-font-weight-light: 400;
}
