:root {
    --sc-primary: #0f2f68;
    --sc-primary-active: #3d86cf;
    --sc-primary-hover: #71a6dc;
    --sc-primary-focus: #a4c6e8;
    --sc-primary-disable: #d8e7f5;
    --sc-primary-surface: #f6f6f7;

    --sc-secondary: #6c757d;
    --sc-secondary-active: #8b9298;
    --sc-secondary-hover: #aaafb4;
    --sc-secondary-focus: #c9cccf;
    --sc-secondary-disable: #e7e9ea;
    --sc-secondary-surface: #fcfcfe;

    --sc-tertiary: #e8ebef;
    --sc-tertiary-active: #edeff2;
    --sc-tertiary-hover: #f2f3f6;
    --sc-tertiary-focus: #f6f8f9;
    --sc-tertiary-disable: #fbfcfc;
    --sc-tertiary-surface: #fdfeff;

    --sc-light: #ffffff;
    --sc-dark: #000;
    --sc-bg-grey: #f7f7f7;

    --sc-highlight: #fff3cd;
    --sc-transparent: transparent;

    --sc-success-primary: #00bc9f;
    --sc-success-secondary: #e8fbf7;
    --sc-info-primary: #3e62fe;
    --sc-info-secondary: #e3edff;
    --sc-warning-primary: #ecae00;
    --sc-warning-secondary: #fff5e3;
    --sc-danger-primary: #ff3d59;
    --sc-danger-secondary: #fee1e7;

    --sc-link-default: #1655c6;
    --sc-link-hover: #7a93fd;
    --sc-link-active: #1a3ace;
    --sc-link-visited: #c643c1;
    --sc-link-light: #98bdff;
    --sc-link-default-inverse: #7a93fd;
    --sc-link-hover-inverse: #1655c6;
    --sc-link-danger-inverse: #ff9198;
    --sc-link-danger-hover-inverse: #ff3d59;

    --sc-border-primary: #9faab9;
    --sc-border-secondary: #dce5f0;
    --sc-border-muted: #ebebeb;
    --sc-border-brand: var(--sc-primary);

    --sc-text-primary: #202223;
    --sc-text-secondary: #4f515c;
    --sc-text-muted: #8e919b;
    --sc-text-brand: var(--sc-primary);
    --sc-text-inverse: #fff;

    --sc-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    --sc-shadow-low: 4px 4px 12px #1e2c6a34;
    --sc-shadow-mid: 8px 8px 20px #1e2c6a34;
    --sc-shadow-high: 12px 12px 28px #1e2c6a34;

    --sc-star-fill: rgb(255, 171, 0);
    --sc-star-empty: #b9b9b9;

    --sc-service-assign: #b0b3b0;
    --sc-service-accept: #ffbb8a;
    --sc-service-decline: #ff3d59;
    --sc-service-wip: #ff6000;
    --sc-service-completed: #00bc9f;

    --sc-inquiry: #f8d;
    --sc-sales: #cf88d6;
    --sc-lead: #67c87e;
    --sc-deal: #ff7675;
    --sc-Quote: #bb6df8;
    --sc-Order: #efa576;
    --sc-table-head: #d1e5f8;
    --sc-table-hover: #2c68c31a;

    --sc-tag-contact-type: #eb5a3c;
    --sc-tag-contact-business-type: #4c27ff;
    --sc-tag-source: #b00020;
    --sc-tag-industry: #283593;

    --sc-tag-project-dark: #02794a;
    --sc-tag-project-light: #bbfee3;

    --sc-tag-automatic-dark: #4c00d8;
    --sc-tag-automatic-light: #e0cfff;

    --sc-tag-checklist-dark: #aa0145;
    --sc-tag-checklist-light: #f9dbe6;

    --sc-tag-fms-dark: #ca4a00;
    --sc-tag-fms-light: #fff1ea;

    --sc-tag-mis-dark: #4535ff;
    --sc-tag-mis-light: #eae8ff;

    --sc-tag-delegation-dark: #ca8000;
    --sc-tag-delegation-light: #fff7e9;

    --sc-tag-self-task-dark: #bd00a9;
    --sc-tag-self-task-light: #ffedfd;

    --sc-priority-high: #ff5447;
    --sc-priority-medium: #f98279;
    --sc-priority-low: #ffd8d5;
    --sc-priority-none: var(--sc-tertiary);
    /* side menu icon colors */

    --sc-Contact: #0079fe;
    --sc-Contact-light: #e6f0ff;

    --sc-Person: #5856d6;
    --sc-Person-light: #e2f8f6;

    --sc-Hr: #ff2d55;
    --sc-Hr-light: #ffebf0;

    --sc-Sales: #fd5056;
    --sc-Sales-light: #fff0f0;

    --sc-Projects: #f6811a;
    --sc-Projects-light: #fff3e6;

    --sc-Service: #fdc400;
    --sc-Service-light: #fffbe6;

   --sc-Purchase: #00e092; 
    --sc-Purchase-light: #e6fff4; /* Brighter, more electric green */

    --sc-Stores: #ff0033; 
    --sc-Stores-light: #ffe6eb; /* Pure, vibrant red */

    --sc-Accounts: #00d5cc; 
    --sc-Accounts-light: #e6ffff; /* A more brilliant, jewel-toned cyan/teal */

    --sc-Auto-Pilot: #ff106f; 
    --sc-Auto-Pilot-light: #ffe6f3; /* Intense, electric pink */

    --sc-Reports: #4b00ff; 
    --sc-Reports-light: #f0e6ff; /* Deep, high-impact electric indigo/violet */

    --sc-Admin: #6c6c6c; 
    --sc-Admin-light: #f7f7f7; /* Slightly darker, more prominent neutral gray for contrast */

    --sc-Dashboard: #e63946; /* Bold crimson red */
    --sc-Dashboard-light: #ffeaea;

    --sc-Task: #ec4899; /* Vivid pink */
    --sc-Task-light: #ffeaf4;

    --sc-Travel: #facc15; /* Lemon yellow */
    --sc-Travel-light: #fffbe5;

    --sc-More: #c026d3; /* Hot magenta */
    --sc-More-light: #fae9fb;

    --sc-Target: #fa003f; /* Red Rose */
    --sc-Target-light: #fff0f4;

    --sc-menu-hover: #a3d3ff26;

    --sc-chart-color-1: #5b72c7; 
    --sc-chart-color-2: #98ca73;
    --sc-chart-color-3: #f4c754;
    --sc-chart-color-4: #e36866;
    --sc-chart-color-5: #be94ff;
    --sc-chart-color-6: #ff3399;
    --sc-chart-color-7: #33cc33;
    --sc-chart-color-8: #ffcc00;

    --sc-shade-green-lightest: #b3f0e7;
    --sc-shade-green-light: #66d7c4;
    --sc-shade-green-base: #00bc9f;
    --sc-shade-green-dark: #008c76;
}
