:root {
    --muted: #66727f;
    --light: #edf2fe;
    --r: #e47777;
    --green: #8bca58;
    --b: #3373cc;
    --y: #ffc106;
    --v: #2f67bc; /* #435db1;*/
    --w: #ffffff;
    --rl: #d98c8c;
    --gl: #b3e87d;
    --bl: #85abe0;
    --yl: #ffc585;
    --bg-light: #f5f5f7 !important;
    --bg-snow: #f8fafd !important;
    --bg-header: white;
    --bg-secondary: #dbe0f0 !important;
    --bg-card: white;
    --bg-input: hsl(226 45% 95% / 1);
    --bg-primary: #cce5ff;
    --bg-success: #e4ffe4;
    --bg-warning: #fff3cd;
    --bg-info: #d1ecf1;
    --bg-danger: #f8d7da;
    --bg-dark: #d6d8d9;
    --bg-footer: #edeff7;
    --bg-data: linear-gradient(45deg, #e6c7ff, #a7e5ff);
    --text-dark: #0b1f33;
    --text-muted: var(--muted);
    --text-input: #394c60;
    --text-button: #555555;
    --text-primary: #004085;
    --text-success: #208337;
    --text-warning: #856404;
    --text-danger: #b92d3b;
    --text-light: #d1d5f7;
    --text-link: var(--v);
    --text-data: #c9a7e1;
    --text-data-hover: #b48ad2;
    --border-color: #dddff9;
    --border-primary: #b8daff;
    --border-success: #c3e6cb;
    --border-warning: #ffe699;
    --border-info: #bee5eb;
    --border-dark: #c6c8ca;
    --border-danger: #f5c6cb;
    --border-muted: #b8bfc6;
    /* --marker-color: #4d83fa; */
    --marker-color: var(--v);
    --jumbotron-bg-default: linear-gradient(272.77deg, #d3d9ee 4.62%, #aab6df 85.45%);
    --card-shadow: 0 1px 4px #e3ebfc, 0 24px 48px #e6ebf566;
}