[data-theme='light'] {
 --primary-theme-color: #b6f000;
--secondary-theme-color: #104042;
  
    --primary-light-theme-color: #eaf8fb;
   
    --main-bg-color: #f1f5f9;
    --light-color: #fff;
    --dark-color: #444050;
    --heading-text-color: #0d1961;
    --light-text-color: #8794a9;
    --light-secondary-text-color: #62779b;
    --label-color: #425564;
    --input-border-color: #eaeaea;
    --input-bg-color: #f9f9f9;
    --light-border-color: #f2f2f2;
    --light-border-color-001: #e3e3e3;
    --grey-00: #fafafa;
    --grey-01: #f7f7f7;
    --grey-02: #f1f5f9;
    --grey-03: #e9e9e9;
    --light-grey-00: #acaab1;
    --table-header-border-color: #ededed;
    --table-header-border-color: #ededed;
    --status-notAdded-bg: #eef5ff;
    --status-notAdded-text: #004ec7;
    --status-notAdded-border: #004ec7;
    --status-pending-bg: #fff6ec;
    --status-pending-text: #ff8707;
    --status-pending-border: #ff8809;
    --status-cancelled-bg: #dff0fa;
    --status-cancelled-text: #299cdb;
    --status-cancelled-border: #8ed0ff;
    --status-changed-bg: #ffecff;
    --status-changed-text: #ce09ff;
    --status-changed-border: #ce09ff;
    --error-text: #f06548;
    --status-rejected-bg: #ffeeee;
    --status-rejected-text: #f50505;
    --status-rejected-border: #ff4949;
    --status-completed-bg: #f2fff0;
    --status-completed-text: #11a900;
    --status-completed-border: #15d300;
    --status-canceled-bg: #e6efff;
    --status-canceled-text: #1f31b2;
    --status-canceled-border: #1f31b2;
    --status-closed-bg: #e4f1e6;
    --status-closed-text: #00c708;
    --status-closed-border: #90f7a5;
    --color-slate-700: oklch(37.2% .044 257.287);
    --black-color: #000;
    --dark-grey: #3e3e3e;
    --table-th-bg: #f1f5f9;
    --modal-approve-btn-text-color: #0c9127;
    --modal-reject-btn-text-color: #f06548;
    --transaction-mode-withdraw: #f06548;
    --transaction-mode-deposit: #0c9127;
    --transaction-mode-MT5deposit: #0da0b0;
    --transaction-mode-MT5withdraw: #cd3c5b;
    --suport-chat-priority-high: #e53333;
    --suport-chat-priority-low: #0c9127;
    --suport-chat-priority-medium: #299cdb;
    --support-chat-ongoing-message: #deebed;
    --support-chat-incoming-message: #e5e5e5;
    --pending-deposit-box-text-color: #a16815;
    --deposit-box-text-color: #0d7f00;
    --withdraw-box-text-color: #bd0000;
    --equity-box-text-color: #200fa5;
    --wallet-box-text-color: #0f566b;
    --payable-box-text-color: #774606;
    --first-deposit-bonus-box-text-color: #1a9383;
    --th-text-color: #0d1623;
    --td-text-color: #1e293b;
    --menu-active-bg-color: #ecf2f8;
    --status-block-color: #f06548;
    --status-unblock-color: #0ab39c;
    --icon-color: #002970;
    --template-primary: #00baf2;
}
[data-theme] {
    
    transition: all 0.2s linear;
  }
[data-theme="dark"] {
     --primary-theme-color: #00baf2;
 --secondary-theme-color: #002970;
    --light-secondary-text-color: #62779b;
    --main-bg-color: #011029;
    --grey-00: #fafafa1f;
    --grey-01: #011029;
    --grey-02: #000f27;
    --grey-03: #9eaec95c;
    --light-color: #071937;
    --light-border-color: #1d293d;
    --input-bg-color: #011029;
    --light-text-color: #fff;
    --dark-color: #ffffff;
    --status-notAdded-bg: #00aac72b;
    --status-notAdded-text: #00daff;
    --status-notAdded-border: #02c4e5;
    --status-pending-bg: #443621;
    --status-pending-text: #ff9a08;
    --status-pending-border: #ff9a08;
    --status-cancelled-bg: #2a414e;
    --status-cancelled-text: #299cdb;
    --status-cancelled-border: #299cdb;
    --status-rejected-bg: #ff4e4e33;
    --status-rejected-text: #ff4e4e;
    --status-rejected-border: #ff3636;
    --status-completed-bg: #0bdb3924;
    --status-completed-text: #0bdb39;
    --status-completed-border: #0bdb39;
    --status-canceled-bg: #0b5edb24;
    --status-canceled-text: #5fa8ff;
    --status-canceled-border: #5fa8ff;
    --status-closed-bg: #273c2b;
    --status-closed-text: #0c9127;
    --status-closed-border: #0c9127;
    --color-slate-700: #adbbd1;
    --primary-light-theme-color: #eaf8fb14;
    --light-border-color-001: #e3e3e326;
    --label-color: #ffffffc2;
    --deposit-box-text-color: #93cba2;
    --withdraw-box-text-color: #af7474;
    --wallet-box-text-color: #00c4ff;
    --error-text: #ff3636;
    --input-border-color: #adbbd12e;
    --menu-active-bg-color: #ecf2f82e;
    --light-grey-00: #acaab1;
    --icon-color: #fff;
    --template-primary: #00baf2;
    --status-block-color: #ff3636;
    --modal-approve-btn-text-color: #00ff34;
    --modal-reject-btn-text-color: #ff3636;
    --dark-grey: #ffffffc9;
    --transaction-mode-MT5withdraw: #cd3c5b;
    --heading-text-color: #ebedf5;
    --suport-chat-priority-medium: #299cdb;
    --suport-chat-priority-high: #e53333;
    --suport-chat-priority-low: #0c9127;
    --support-chat-ongoing-message: #deebed24;
    --support-chat-incoming-message: #deebed24;
    --pending-deposit-box-text-color: #a5947b;
    --status-unblock-color: #0ab39c;
    --th-text-color: #c2c6ce;
    --td-text-color: #c2c6ce;
    --table-th-bg: #071937;
    --equity-box-text-color: #9791c5;
    --payable-box-text-color: #cbb291;
    --first-deposit-bonus-box-text-color: #9ac7c1;
    --status-changed-bg: #441d43;
    --status-changed-text: #f77aff;
    --status-changed-border: #f77aff;
}