
                                                        :root {
                                                        --hdrBackground: #ea0000;
                                                        --ccBackground: #ffffff;
                                                        --ccFontColor: #121212;

                                                        --lsBackground: #ede3e3;

                                                        --lBFontColor: #ede9e9;
                                                        --lBBackground: #db5757;

                                                        --snBackground: #0356a0;
                                                        --sn_mm_font: #fbf9f9;
                                                        --sn_sm_font: #5bddfc;
                                                        --sn_am_background: #7485b6;
                                                        --hdrCustCodeBackground:#ffffff;
                                                        --hdrCustCodeColor:#121212;

                                                        --btnActionBackground:#7cb342;
                                                        --btnActionColor:#f7f7f7;
                                                        --btnSuccessBackground:#7cb342;
                                                        --btnSuccessColor:#f4f0f0;
                                                        --btnPrimaryBackground:#2196f3;
                                                        --btnPrimaryColor:#ffffff;
                                                        --btnSecondaryBackground:#0c63a6;
                                                        --btnSecondaryColor:#ece9e9;
                                                        --btnWarningBackground:#edbc07;
                                                        --btnWarningColor:#fdfcfc;
                                                        --btnDangerBackground:#e52a2a;
                                                        --btnDangerColor:#fff5f5;


                                                        --activeBtnBgColor:#defdff;
                                                        --activeBtnFontColor:#030202;

                                                        --tabsBgColor:#dbf0ff;
                                                        --tabsItemBgColor:#9be7ec;
                                                        --tabsItemFontColor:#ffffff;
                                                        --tabsActiveItemBgColor:#02585b;
                                                        --tabsActiveItemFontColor:#ffffff;

                                                        --legendFontColor:#fcfcfc;
                                                        --legendBgColor:#2196f3;

                                                        --cardHeaderFontColor:#ffffff;
                                                        --cardHeaderBgColor:#2196f3;

                                                        --headingBgColor:#2196f3;
                                                        --headingFontColor:#fffafa;

                                                        --itemBgColor:#ffa000;
                                                        --itemFontColor:#ffffff;
                                                        --itemSidebarColor:#003842;
                                                        --activeItemBgColor:#f9f9f9;
                                                        --activeItemFontColor:#2d2a2a;
                                                        --activeItemSidebarColor:#00bde8;

                                                        --tableHeaderFontColor:#403f3f;
                                                        --tableHeaderBgColor:#bcedff;
                                                        --tableActiveRowFontColor:#151313;
                                                        --tableActiveRowBgColor:#ddf3f8;
                                                        --tableAlternativeRowBgColor:#eeeded;

                                                        --wizardBgColor:#2196f3;
                                                        --wizardStepFontColor:#ffffff;
                                                        --wizardActiveStepBgColor:#51adf6;
                                                        --wizardActiveStepFontColor:#fafafa;
                                                        --wizardDoneStepBgColor:#1976d2;
                                                        --wizardDoneStepFontColor:#ffffff;
                                                        }