/* Soves core stylesheet: variables.css */

:root {
    --soves-dashboard-red: #dc382d;
    --soves-dashboard-red-dark: #b92d24;
    --soves-dashboard-red-soft: #fff1ef;
    --soves-dashboard-blue: #1f6bff;
    --soves-dashboard-green: #12b76a;
    --soves-dashboard-purple: #6738f5;
    --soves-dashboard-olive: #9aaa24;
    --soves-dashboard-text: #172033;
    --soves-dashboard-muted: #667085;
    --soves-dashboard-soft: #f8fafc;
    --soves-dashboard-soft-2: #f2f5f8;
    --soves-dashboard-border: #e2e8f0;
    --soves-dashboard-border-strong: #d7e0ea;
    --soves-dashboard-shadow: 0 18px 44px rgba(15, 23, 42, .08);
    --soves-dashboard-shadow-hover: 0 22px 54px rgba(15, 23, 42, .12);
    --soves-table-surface: #fff;
    --soves-table-header: #f8fafc;
    --soves-table-border: #e7edf4;
    --soves-table-text: #344054;
    --soves-table-heading: #172033;
    --soves-table-muted: #667085;
    --soves-table-hover: #fbfcfe;
    --soves-table-action-bg: #fff;
    --soves-table-action-hover: #fff3f1;
    --soves-table-action-color: #667085;
    --soves-table-badge-upcoming-bg: #eef4ff;
    --soves-table-badge-upcoming-text: #1f6bff;
    --soves-table-badge-pending-bg: #fff8e6;
    --soves-table-badge-pending-text: #9a6a00;
    --soves-table-badge-completed-bg: #e8f7ef;
    --soves-table-badge-completed-text: #087443;
    --soves-table-badge-cancelled-bg: #fff1ef;
    --soves-table-badge-cancelled-text: #b42318;
    --soves-table-badge-refunded-bg: #f4f3ff;
    --soves-table-badge-refunded-text: #5b3cc4;
    --soves-table-badge-failed-bg: #fef2f2;
    --soves-table-badge-failed-text: #b91c1c;
}
