﻿:root {

    /*Background BG Variables*/    
    --client-background1:#fff;
    --client-background2:#fff;
    --client-backgound:#25335C; /*//BT-77849_BT-109405 : Ismail : 07/06/2023 : Addendum and Notices feature to be introduced in Wave*/
    
    /*Color Font Style Variables*/ 
    --color-label:#ccc;
    --color-text:#000;
    --color-subtext:#979797;/*//BT-96664_BT-96666:Ismail: 06122022: Display Brokerage and statutory charges - ODIN Aero<Start>*/
    
    /*Readmore Section Variables*/ 
    --readmore-barbg:#f7f7f7;
    --readmore-text:#333333;
    --readmore-text-link:#0072bb;
    
    /*Button Variables*/
    --button-bg:var(--client-backgound);  /*//BT-77849_BT-109405 : Ismail : 07/06/2023 : Addendum and Notices feature to be introduced in Wave*/
    --button-text:#fff;
    
    /*Searchfield Variables*/
    --search-field-bg:transparent;
    --search-field-bdr:#979797;
    --search-field-text:#000;
    --search-box-active-bdr:#545454;
    
    /*Pledge Scrip Table Variables*/
    --table-header-bg:transparent;
    --table-header-text:#979797;
    --table-bdr:#dbd8d8;
    --table-scriplabel:#979797;
    --table-scripname:#000;
    --table-exchname:#000;
    --table-scripvalue:#000;
    
    /*Tooltip Variables*/
    --tooltip-bg:#fff;
    --tooltip-bdr:#d0d0d0;
    --tooltip-shadow:#505050;
    --tooltip-label-text:#505050;
    --tooltip-value-text:#25335C;
    
    /*Checkbox Variables*/
    --checkbox-bg:#fff;
    --checkbox-bdr:#ccc;
    
    /*Collateral Variables*/
    --collateral-text:#666;
    --collateral-price:#25335C;
    --collateral-textbox-bg:#fff;
    --collateral-textbox-bdr:#979797;
    --collateral-textbox-textcolor:#000;
    --collateral-footer-text:#666;
    --collateral-footer-text-active:#25335C;
    
    /*Note Variables*/
    --note-title:#ff0000;
    --note-points:#333;

/*//BT-77849_BT-109405 : Ismail : 07/06/2023 : Addendum and Notices feature to be introduced in Wave<s>*/
/*Modal background css*/
    --modal-bg:#fff;

    --color-primary:#25335C;
    /*footer bg variable*/
    --footer-bg:#fff;
    /*//BT-77849_BT-109405 : Ismail : 07/06/2023 : Addendum and Notices feature to be introduced in Wave<e>*/


/*BT_98712_BT_98713:Medha P/Ismail: 03-05-2023: NEFT details to be published in Fund transfer page - AERO <Start>*/ 
    /*Neft card variables*/
    --color-neft-info-card:#F54339;
    --color-neft-info-text:#fff;

    /*details card */
    --details-neft-card-bg:#F5F4FA;

     /*Border -color*/
    --color-border:#979797;

    /*Input variable*/
    --input-bg:#fff;
    --bg-select-option:#F5F4FA;
/*BT_98712_BT_98713:Medha P/Ismail: 03-05-2023: NEFT details to be published in Fund transfer page - AERO <End>*/ 
/* // BT-108384_BT-118401_Ismail/AnoopiJ_17Nov2023_Un-Pledge CDSL NSDL - Aero <s> */
    --tab-button-bg:#fff;
    --tab-button-text:#303030;
/* // BT-108384_BT-118401_Ismail/AnoopiJ_17Nov2023_Un-Pledge CDSL NSDL - Aero <e> */


/*BT-118401_Ismail/LalithaA_07022024_PledgeReport <start>*/
--background-positive-chip:rgba(76,175,80,0.15);
--background-negative-chip:rgba(211,47,47,0.15);
--color-negative:#d32f2f;
--color-positive:#4caf50;
--color-default-chip:#ebebeb;
--color-default-exchange-chip:rgba(48,48,48,0.1);
/*BT-118401_Ismail/LalithaA_07022024_PledgeReport <end>*/


/*//BT-98215_BT-126453_:Medha P/Ismail: 12-02-2024: Logout from All devices - <Start>*/
/*Login Session*/
 --session-container-bg:#F0F2F5;
  /*Border -color*/
    --color-border-session-card:#EBEBEB;
    --color-session-card-text:#303030;
    --color-primary:#25335C;
    --color-border-session-card:#EBEBEB;
/*//BT-98215_BT-126453_:Medha P/Ismail: 12-02-2024: Logout from All devices - <End>*/
    }




