:root {
    /* Main colors */
    --color-main: #1d203b;
    --color-main-deep: #262943;
    --color-second: #fc660e;
    --color-second-deep: #e12e1a;
    --color-bg: #edf2f7;
    
    --box-shadow-color: rgba(200, 200, 200, 1);
    --footer-color-text: rgba(100, 100, 100, 1);

    /* Global colors */
    --color-white: #fff;
    --color-black: #000;
    --color-grey: #808080;
    --color-yellow: #f8ce12;
    --color-orange: #ffa42d;
    --color-orange-deep: #d4671e;
    --color-red: #ff0000;
    --color-red-deep: #8f0e0e;
    --color-blue: #00abe9;
    --color-blue-deep: #008ac4;
    --color-purple: #7126d4;
    --color-magenta: #9b1859;
    --color-magenta-deep: #7c1348;
    --color-green: #5dbd4a;
    --color-green-deep: #408034;

    /* Message colors */
    --msg-color-success-text: #155724;
    --msg-color-success-border: #acecbb;
    --msg-color-success-background: #c3e6cb;
    --msg-color-error-text: #721c24;
    --msg-color-error-border: #f5c6cb;
    --msg-color-error-background: #f8d7da;
    --msg-color-warning-text: #d4671e;
    --msg-color-warning-border: #fddbae;
    --msg-color-warning-background: #fce6cb;
    --msg-color-info-text: #1f1745;
    --msg-color-info-border: #85b6ff;
    --msg-color-info-background: #a5d2ff;

    /* Donut colors */
    --donut-color-1: #7126d4;
    --donut-color-2: #d4ac0d;

    /* Table colors */
    --table-color-refresh: #be8bff;
    --table-color-mass: #b659c9;
    --table-color-settings: #138d75;
    --table-color-help: #f89412;

    --table-color-odd: #f9f9f9;
    --table-color-even: #eeeeee;
    --table-color-odd-sort: #f1f1f1;
    --table-color-even-sort: rgba(220, 220, 220, 1);
    --table-color-odd-select-sort: #29857f;
    --table-color-even-select-sort: #175b6e;
    --table-color-colvis: radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);

    /* Form colors */
    --form-color: #495057;
    --form-color-box-shadow: rgba(0,123,255,.25);
    --form-color-disabled: #e9ecef;
}
