:root {

/*App Page Background Variables starts here*/
--app-background:#1e1e1e;
--header-background:#1e1e1e;
--footer-background:#1e1e1e;
/*App Page Background Variables ends here*/


/*Webkit Scrollbar Variables starts here*/
--scrollbar-track-background:#1e1e1e;
--scrollbar-thumb-background:#b8b8b8;
--scrollbar-thumb-hover:#b8b8b8;
/*Webkit Scrollbar Variables ends here*/


/*Shadow Variables starts here*/
--color-shadow:255,255,255;
/*Shadow Variables starts here*/


/*Border Color Variables starts here*/
--color-border-1:#323232;
/*Border Color Variables ends here*/


/*Text Color Variables starts here*/
--color-text:#ffffff;
--color-subtext:#a1a1a1;
--color-nodata:#979797;
--color-primary:#0d99ff;
--color-positive:#22c55e;
--color-negative:#ef4444;
/*Text Color Variables ends here*/


/*Button Variables starts here*/
--button-solid-background:#FFFFFF;
--button-solid-border:#FFFFFF;
--button-solid-textcolor:#242424;

--button-outline-background:transparent;
--button-outline-border:#FFFFFF;
--button-outline-textcolor:#FFFFFF;
/*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:#ffffff;
--background-grey-icons:#57606f;
--background-primary-icons:#0d99ff;
--background-green-icons:#22c55e;
--background-red-icons:#ef4444;
--background-yellow-icons:#FFBA3B;
/*SVG Color Icons Variables ends here*/


/*Background Color Variables ends here*/
--background-dark:#ffffff;
--background-light:#242424;
--background-grey:#2b2b2b;
/*Background Color Variables ends here*/


/*Tooltip Variables starts here*/
--tooltip-bg:#ffffff;
--tooltip-border:#999999;
--tooltip-shadow:0,0,0;
--tooltip-text-color:#242424;
/*Tooltip Variables starts here*/


/*Table Variables starts here*/
--table-header-background:#2b2b2b;
--table-container-background:#303030;
--table-container-border:#323232;
/*Table Variables ends here*/


/*Form Control Variables starts here*/
--form-control-background: #262626;
--form-control-border: #484848;
--form-control-textcolor: #ffffff;
--form-control-active-focus-background: #262626;
--form-control-active-focus-border: #afc8d1;
/*Form Control Variables starts here*/


/*Chips Variables starts here*/
--request-chip-background: #4d4d4d;
--request-chip-border: #666666;
--request-chip-textcolor: #ffffff;

--success-chip-background: #2a382a;
--success-chip-textcolor: #39c23e;

--pending-chip-background: #40321c;
--pending-chip-textcolor: #ffb13b;

--reject-chip-background: #352427;
--reject-chip-textcolor: #d32f2f;
/*Chips Variables ends here*/


/*Spinner Variables starts here*/
--spinner-border-color:#ffffff;
/*Spinner Variables starts here*/

}
