:root {
  --primary: #009cbc;
  --primary-button: #ffed00;
  --secondary-button: #ff4d4f;
  --primary-text: #004560;
  --primary-text-light: #1890ff;
  --surface-bg: #fff;
  --surface-alt-bg: #f0f2f5;
  --disabled: #d9d9d9;
  --text: rgba(0, 0, 0, 0.85);
  --secondary-text: #757575;
  --grey: #999999;
  --error: #cb0000;
  --success: #10cb00;
  --primary-light: #0747a6;
  --status-color-active: #53c31b;
  --status-color-pending: #f0ad4e;
  --status-color-not-active: #ff4d4f;
  --hint: #666;
  --border: rgba(0, 0, 0, 0.06);
  --grey-border: #d5d5d5;
}
