:root {
    --primaryTextClr: #333;
    --secondry: #414040;
    --darkClr: #000000;
    --whiteTxt: #fff;
    --primaryBg: #0D4586;
    --primaryBgHvr: #0168C2;
    --whiteBg: #fff;
    --liteBorder: #59A8ED;
    --liteBg: #F6F6F6;
    --orangeBg: #D16A52;
    --dardRed: #ee4025;
    --bodyBg: #f7f7f7;
    --userBg: #8C94BC;
    --borderClrs: #aeb1be;
    --bgWarning: #FEBA0F;
    --bgWarningHvr: #fdcb4d;
    --bgdanger: #FF4E60;
    --bgInfo: #2EC7CD;
    --bgSucces: #57C155;
    --bgLiteBlue: #B3AFFF;
     --blueBgGrade: linear-gradient(90deg, #1a31b4 0%, #adb8f3 100%);
    --blueBgHover: linear-gradient(220deg, #4B5590 0%, #6C79BB 100%);
    --tableHead: #d8ddfd;
    --iconPencleBg: #C5C5E0;
    --paraGraphClr: #797979;
    --grayHighlight: #f0f0f0;


    --liteWhite: rgba(255,255,255,0.8);
    --userBg: #8C94BC;
    
    --disable-color: #DEDEDE;
    --liteGray: #DEDEDE;
    --liteGrayClr: #9B9B9B;
    
    
    --headerGradient: linear-gradient(90deg, rgba(119, 29, 29, 1) 0%, rgba(215, 81, 81, 1) 100%);
    --orangeBg: #D16A52;
    --orangeClr: #D16A52;
    --sidebarBg: linear-gradient(90deg,rgba(91, 104, 151, 1) 0%, rgba(255, 194, 156, 1) 100%);
    --blueBg: #6A679F;
    --yellowBg: #FFA936;
    --liteBlueBg: #999FCA;
    --greenBg: linear-gradient(180deg, #27AF74 0%, #67DD8A 100%);
    --sideBarBg: linear-gradient(180deg, #5B6897 0%, #FFC29C 100%);
    --successBtn: linear-gradient(90deg,rgba(103, 221, 138, 1) 0%, rgba(39, 175, 116, 1) 100%);
    --dangerBtn: linear-gradient(-90deg, rgb(254 75 84) 0%, rgb(211 53 53) 100%);
    --primaryBtn: linear-gradient(90deg,rgba(75, 85, 144, 1) 0%, rgba(108, 121, 187, 1) 100%);
    --footerBg: #6C514A;
    --footerBottom: #676767;
    --errorClr: #DC3545;
    --informationClr: #0D6EFD;
    --grayHilited: #EBEAEA;
    --warningTxt: #FFA723;
    --successTxt: #27AF74;
    --warningBtn: #FFC852;
    --warningBrd: #D69200;
    --blueClr: #013585;
    
    --formBg: #F0F0F0;
    --formBorder: #D3D3D3;
}



