:root {

/*App Page Background Variables starts here*/
--app-background:#ffffff;
--header-background:#ffffff;
--footer-background:#fbfbfb;
/*App Page Background Variables ends here*/


/*Webkit Scrollbar Variables starts here*/
--scrollbar-track-background:#e6e6e6;
--scrollbar-thumb-background:#666666;
--scrollbar-thumb-hover:#666666;
/*Webkit Scrollbar Variables ends here*/


/*Shadow Variables starts here*/
--color-shadow:0,0,0;
/*Shadow Variables starts here*/


/*Border Color Variables starts here*/
--color-border-1:#DFE4EA;
/*Border Color Variables ends here*/


/*Text Color Variables starts here*/
--color-text:#242424;
--color-subtext:#57606f;
--color-nodata:#333333;
--color-primary:#0547f3;
--color-positive:#03AC13;
--color-negative:#DF3C27;
/*Text Color Variables ends here*/


/*Button Variables starts here*/
--button-solid-background:#242424;
--button-solid-border:#242424;
--button-solid-textcolor:#FFFFFF;

--button-outline-background:transparent;
--button-outline-border:#242424;
--button-outline-textcolor:#242424;
/*Button Variables ends here*/


/*Tabs Variables starts here*/
--bs-link-color:#242424;
--bs-link-active-color:#ffffff;
--bs-link-hover-color:#0547F3;

--bs-nav-pills-link-bg:#ffffff;
--bs-nav-pills-link-active-bg:#ff9900;

--bs-nav-pills-link-border:#dfe4ea;
--bs-nav-pills-link-active-border:#0547F3;
/*Tabs Variables ends here*/


/*Read More Variables starts here*/
--readmore-background-color:#e8eefe;
--readmore-textcolor:#242424;
--readmore-link-textcolor:#0547F3;
/*Read More Variables ends here*/


/*SVG Color Icons Variables starts here*/
--background-dark-icons:#242424;
--background-grey-icons:#9ca3af;
--background-primary-icons:#0547f3;
--background-green-icons:#03ac13;
--background-red-icons:#DF3C27;
--background-yellow-icons:#fbbf24;
/*SVG Color Icons Variables ends here*/


/*Background Color Variables ends here*/
--background-dark:#040404;
--background-light:#ffffff;
--background-grey:#f2f4f7;
/*Background Color Variables ends here*/


/*Tooltip Variables starts here*/
--tooltip-bg:#242424;
--tooltip-border:#e7e7e7;
--tooltip-shadow:0,0,0;
--tooltip-text-color:#ffffff;
/*Tooltip Variables starts here*/


/*Table Variables starts here*/
--table-header-background:#d3e3fd;
--table-container-background:#f9fbff;
--table-container-border:#f1f1f1;
/*Table Variables ends here*/


/*Form Control Variables starts here*/
--form-control-background: #ffffff;
--form-control-border: #b1b1b1;
--form-control-textcolor: #303030;
--form-control-active-focus-background: #ffffff;
--form-control-active-focus-border: #1677ff;
/*Form Control Variables starts here*/
   

/*Chips Variables starts here*/
--request-chip-background: #efefef;
--request-chip-border: #ededed;
--request-chip-textcolor: #636363;

--success-chip-background: #edf7ed;
--success-chip-textcolor: #4caf50;

--pending-chip-background: #fff7eb;
--pending-chip-textcolor: #ffb13b;

--reject-chip-background: #faebeb;
--reject-chip-textcolor: #D32F2F;
/*Chips Variables ends here*/


/*Spinner Variables starts here*/
--spinner-border-color:#242424;
/*Spinner Variables starts here*/




}

