﻿:root {
    /* start This part I didnt change to vars in the css files*/
    --extraLightGray: #f4f6f9;
    --lightGray: #edf5fe;
    --lightGray2: #f6f6f6;
    --grayTextColor: #737373;
    --inputBorderGray: #00000080;
    --btnColor: #2272BB;
    --primary: #15316f;
    --secondary: #3362dd;
    --white: #fff;
    /* end This part I didnt change to vars in the css files*/
    --black: #000;
    --red: #f11226;
    --lightBlue: #0769b4;
    --contentBackgroundColor: #eaecf0;
    --headerFooterBackgroundColor: #122856;
    --textColor: #414141;
    --colorDisclaimer: #737373;
    --lineSeperatorColor: #00000033;
    --btnHoverColor: #30699E;
    --buttonFocusColor: #15446E;
    --secondarybtntextcolor: #194D7B;
    --secondarybtnTextHovercolor: #EBF2F6;
    --secondarybtnTextFocuscolor: #DCE9F2;
    --linkColor: #2272BB;
    --linkColorOnUnWhite: #096CAE;
    --mainTitleColor: #1f3e7e;
    --subTitleColor: #015ca2;
    --inputErrorBackgroundColor: #fceaeb;
    --inputErrorBorderColor: #e02020;
    --validationErrorColor: #f8061a;
    --activeBackgroundColor: #e3f0fe;
    --topicBackgroundColor: #f1f8fc;
    --lockTopicBackgroundColor: #f5f5f5;
    --readMoreLessColor: #076af0;
    --componentLightBlueColor: #eff7fc;
    --subTitleMobileColor: #015ca2;
}
