﻿:root {
    /*Theme Color*/
    --bs-primary:#81bf56; 
    /* Body bg*/
    --bs-primarylight-bg:#f2fff2;
    /*Grid Table First Col*/
    --bs-table-primary-light:#f8fcf2;
    /* Table Report No Color*/
    --bs-table-primary:#7db086;
    /*Table Select*/
    --bs-table-select:#e5fae4;
    /*Table Hover*/
    --bs-table-hover:#cdffca;
    /*Table Pressed*/
    --bs-table-pressed:#e0e7dd;
    /*Dark text Color*/
    --bs-text-primary:#4e7242;
   /* CheckBox Color*/
    --bs-check-box: 103, 240, 114;
     /* Svg Icon Color Change */
    --svg-icon-color: invert(16%) sepia(26%) saturate(300%) hue-rotate(200deg);
/*------------------ Custom -----------------------*/
   --jqx-border: #a4bad9;
}
