﻿:root {
    --text-primary: rgba(255, 255, 255, 0.92);
    --text-secondary: rgba(255, 255, 255, 0.8);
    --text-tertiary: rgba(255, 255, 255, 0.56);
    --text-other: rgba(255, 255, 255, 0.32);
    --general-brand: #A41D24;
    --general-white: rgba(255, 255, 255, 1);
    --general-positive: #6AC355;
    --general-positive-shade: #6AC35514;
    --general-negative: #EF3E36;
    --general-negative-shade: rgba(239, 62, 54, 0.08);
    --general-link: rgba(38, 168, 255, 1);
    --general-link-shade: rgba(38, 168, 255, 0.08);
    --general-info: #26A8FF;
    --general-info-background: #FFB80114;
    --general-warning: #FFB801;
    --general-warning-background: #FFB80114;
    --general-warning-shade: rgba(255, 184, 1, 0.08);
    --general-divider: #2D3032;
    --tabs-background-active: rgba(164, 29, 36, 1);
    --tabs-background: rgba(45, 48, 50, 1);
    --input-border: #2D3032;
    --input-border-active: rgba(82, 82, 84, 1);
    --input-background: rgba(20, 22, 23, 1);
    --input-background-hover: rgba(45, 48, 50, 1);
    --input-background-active: rgba(20, 22, 23, 1);
    --widget-background: rgba(27, 28, 30, 1);
    --widget-background-footer: #222426;
    --buttons-negative: #A41D24;
    --buttons-negative-hover: #BA5358;
    --buttons-negative-active: #7D161B;
    --buttons-positive: #238636;
    --buttons-positive-hover: #58A366;
    --buttons-positive-active: #1B6629;
    --buttons-secondary: #2D3036;
    --buttons-secondary-hover: #5F6266;
    --buttons-secondary-active: #222529;
    --buttons-ghost-hover: rgba(45, 48, 54, 0.4);
    --buttons-ghost-active: rgba(45, 48, 54, 0.8);
    --buttons-blue: #017AFF;
    --buttons-blue-hover: #2A8FFF;
    --buttons-blue-active: #0166D6;
    --table-header: #222426;
    --table-cell-active: #2D3032;
    --table-cell-alt: #1F2022;
    --table-cell: #1B1C1E;
    --table-cell-hover: rgba(34, 36, 38, 1);
    --table-divider: #292827;
    --navigation-background: #1B1C1E;
    --navigation-active: #2D3032;
    --navigation-hover: rgba(34, 36, 38, 1);
    --navigation-border: rgba(45, 48, 50, 1);
    --backgound-alt: rgba(34, 36, 38, 1);
    --firm-logo-url: url('firm-logo.png');
    --general-white: rgba(255, 255, 255, 1);
    --track-progress: rgba(34, 36, 38, 1);
    --dark-general-divider: rgba(45, 48, 50, 1);
    --light-general-divider: rgba(45, 48, 50, 1);
    --dark-text-secondary: rgba(255, 255, 255, 0.8);
}
.light
{
    --text-primary: rgba(13, 23, 42, 0.92);
    --text-secondary: rgba(13, 23, 42, 0.8);
    --text-tertiary: rgba(13, 23, 42, 0.7);
    --text-other: rgba(13, 23, 42, 0.58);
    --general-brand: rgba(164, 29, 36, 1);
    --general-white: rgba(255, 255, 255, 1);
    --general-positive: #128152;
    --general-positive-shade: rgba(18, 129, 82, 0.08);
    --general-negative: rgba(215, 61, 55, 1);
    --general-link: rgba(1, 122, 255, 1);
    --general-link-shade: rgba(1, 122, 255, 0.08);
    /*not found*/
    --general-info: #26A8FF;
    --general-info-background: #FFB80114;
    /*********/
    --general-warning: rgba(240, 185, 11, 1);
    --general-warning-background: #FFB80114;
    --general-warning-shade: rgba(240, 185, 11, 0.08);
    /*not found*/
    --light-general-divider: rgba(216, 218, 221, 1);
    --general-divider: rgba(255, 255, 255, 1);
    /*********/
    --tabs-background-active: rgba(164, 29, 36, 1);
    --tabs-background: rgba(226, 227, 229, 1);
    --input-border: rgba(236, 237, 238, 1);
    --input-border-active: rgba(82, 82, 84, 1);
    --input-background: rgba(255, 255, 255, 1);
    --input-background-hover: rgba(236, 237, 238, 1);
    --input-background-active: rgba(255, 255, 255, 1);
    --widget-background: rgba(255, 255, 255, 1);
    --widget-background-footer: rgba(250, 250, 251, 1);
    --buttons-negative: rgba(164, 29, 36, 1);
    --buttons-negative-hover: rgba(186, 83, 88, 1);
    /*Different name*/
    --buttons-negative-active: rgba(125, 22, 27, 1);
    --buttons-positive: rgba(18, 129, 82, 1);
    --buttons-positive-hover: rgba(56, 149, 110, 1);
    /*Different name*/
    --buttons-positive-active: rgba(15, 108, 69, 1);
    --buttons-secondary: rgba(216, 218, 221, 1);
    --buttons-secondary-hover: rgba(219, 221, 224, 1);
    --buttons-secondary-active: rgba(199, 201, 204, 1);
    --buttons-ghost-hover: rgba(45, 48, 54, 0.4);
    --buttons-ghost-active: rgba(45, 48, 54, 0.8);
    --buttons-blue: #017AFF;
    --buttons-blue-hover: #2A8FFF;
    --buttons-blue-active: #0166D6;
    --table-header: rgba(236, 237, 238, 1);
    --table-cell-active: rgba(226, 227, 229, 1);
    --table-cell-alt: rgba(250, 250, 250, 1);
    --table-cell: rgba(255, 255, 255, 1);
    --table-cell-hover: rgba(236, 237, 238, 1);
    --table-divider: rgba(216, 218, 221, 1);
    --navigation-border: rgba(216, 218, 221, 1);
    --navigation-background: rgba(243, 245, 246, 1);
    --navigation-active: rgba(255, 255, 255, 1);
    --navigation-hover: rgba(238, 240, 242, 1);
    --backgound-alt: rgba(250, 250, 251, 1);
    --firm-logo-url: url('firm-logo-light.png');
    --track-progress: rgba(236, 237, 238, 1);
    --dark-general-divider: rgba(45, 48, 50, 1);
    --dark-text-secondary: rgba(255, 255, 255, 0.8);
}
