
:root {
    --theme-blue: #00318f;
    --color-blue: #00318f;
    --white: #ffffff;
    --black: #000000;
    --grey: #e5e5e5;
    --midwhite: #f5f5f5;
    --cus-red: #dc3545;
    --label-color: #344054;
    --input-padding-x: 16px;
    --input-background-color: #ffffff;
    --input-border-color: #8f96a7;
    --input-width-2px: 2px;
    --input-color: #667085;
    --font-primary: "Roboto", sans-serif;
    --stroke: #dddddd;
    --stroke1: #E1E1E6;
    --dropdown-padding: 8px 16px;
    --toggle_background: #bbbbbb;
    --min-font: 14px;
    --theme-btnhover: #002772;
    --hover-bg-lightgrey: #f5f5f5;
    --theme-font: 12px;
    --theme-font-1: 14px;
    --theme-font-2: 16px;
    --theme-font-3: 22px;
    --light-back: #f7f7f7;
    --text1-col: #ea6717;
    --text2-col: #101828;
    --text3-col: #333333;
    --text4-col: #00318f;
    --text5-col: #333333;
    --text6-col: #212529;
    --text7-col: #8D8D99;
    --text8-col: #171717;
    --text9-col: #171717;
    --text10-col: #030B46;
    --text11-col: #656565;
    --text12-col: #0A49C2;
    --text13-col: #175CD3;
    --text14-col: #222222;
    --text15-col: #494949;
    --background1: #F2F5F9;
    --background2: #E1E1E6;
    --background3: #B4B4B4;
    --modal-popup-border-radius: 4px;
    --state-border: #898989;
    --state-background: #cdcdcd;
    --input-label: #909090;
}
