:root {
  --gc-orange: #f7a800;
  --gc-orange-bg: #ffedc2;
  --gc-orange-05: rgba(247, 168, 0, 0.5);
  --gc-grey-40: #404040;
  --gc-label-gray: #49454F;
  --gc-error: #B3261E;
  --gc-bg-64: #4a4a4a;
  --gc-grey: #7D7D83;
  --gc-grey-73: rgba(115, 115, 115, 0.9);
  --gc-grey-73-full: #737373;
  --gc-bg: #f8f8f8;
  --gc-font: #5C5D5F;
  --gc-pie-bg: rgba(168, 168, 168, 0.2);
  --gc-angle-icon: #575251;
  --gc-border: #E5E5E5;
  --gc-ns-selected: rgba(168, 168, 168, 0.12);
  --gc-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  --gc-text-secondary: #6c757d;
  --gc-background-light: #f8f9fa;

  --error-bg-color: #ffebee;
  --error-text-color: #c62828;
  --error-border-color: #ef9a9a;
  --error-icon-color: #d32f2f;

  --indicator-yes: #28a745;
  --status-failed: #dc3545;
  --status-special: #0d6efd;
  --status-neutral: #6c757d;
  --status-pending: #ffc107;
  --status-success: #198754;
}