:root {
    --tc-0: #10553f;
    --tc-0-border: #14805e;
    --tc-1: #126e51;
    --tc-1-border: #189670;
    --tc-2: #4acfa5;

    --tc-hover: #37dfdf;
    --tc-sel: #25765c;
    --tc-foc: #37dfdf;

    --tc-3: #ffdf1b;
    --tc-4: #ffd24d;
    --tc-4-g1: #ffbc0d;
    --tc-4-g2: #ffd569;
    --tc-5: #febd0d;
    --tc-6: #cd0100;
    --tc-7: #cd1001;
    --tc-8: #dc413c;
    --tc-9: #b71c1c;
    
    --c-0: #fff;
    --c-0-1: #fafafa;
    --c-2: #eee;
    --c-2-1: #e8e8e8;
    --c-2-2: #e6e6e6;
    --c-2-3: #e4e4e4;
    --c-3: #ddd;
    --c-3-1: #d8d8d8;
    --c-3-2: #d6d4d4;
    --c-4: #ccc;
    --c-4-1: #cccccc;
    --c-5: #bbb;
    --c-5-1: #bdbdbd;
    --c-5-2: #b8b8b8;
    --c-6: #aaa;
    --c-6-1: #a7a7a7;
    --c-6-2: #a5a5a5;
    --c-7: #999;
    --c-7-1: #9e9e9e;
    --c-8: #888;
    --c-8-1: #868686;
    --c-9: #777;
    --c-10: #666;
    --c-10-1: #696969;
    --c-11: #555;
    --c-11-1: #5e5e5e;
    --c-11-2: #545454;
    --c-12: #444;
    --c-12-1: #464646;
    --c-12-2: #404040;
    --c-13: #333;
    --c-13-1: #3d3d3d;
    --c-13-2: #3d4853;
    --c-13-3: #393939;
    --c-13-4: #383838;
    --c-13-5: #303030;
    --c-14: #222;
    --c-14-1: #292b2c;
    --c-14-2: #252c32;
    --c-14-3: #202124;
    --c-15: #111;
    --c-16: #000;
    
    --rgb-bg-sc: 255, 255, 255;
    --rgb-bg-1: 85, 85, 85;
    --rgb-bg-2: 51, 51, 51;
    
    /* egames */
    --egames-background:#111;
    --egames-container-background:#222;
    --egames-category-btn-border:#555;
    --egames-btn-color:#ddd;
    --egames-btn-color-2:#000;
    --egames-btn-color-2-shadow:rgba(0, 0, 0, 5);
    --egames-btn-background:#333;
    --egames-btn-badge-background:#666;
    --egames-more-background:#444;
    --egames-btn-play:#222;

    --egames-scroll-top:#333;
    --egames-scroll-border-shadow:rgba(0, 0, 0, .6);

    --egames-search-background:#333;
    --egames-search-input:#999;
    --egames-search-input-background:#222;
    --egames-search-input-placeholder:#999;

    --egames-vendors-background:#333;
    --egames-vendors-logo-border:#666;
    
    --egames-type-title-background:#333;
    --egames-type-title-count:#ccc;
    --egames-type-title-count-background:#222;
    --egames-type-hover:#444;
    --egames-type-active-background:#666;
}
