[data-theme="iosense"] {
  --brand-primary: #2f4050;
  --brand-sidebar: #2f4050;
  --sidebar-font-color: #ffffff;
  --sidebar-active-background: #ffffff;
  --sidebar-active-color: #000;
  --card-success-color: #1ab394;
  --sidebar-button-color: #1ab394;
  --brand-faclon-blue: #4294FF;
}

[data-theme="NIPPENCO"] {
  --brand-primary: #F0595B;
  --brand-sidebar: #F0595B;
  --sidebar-font-color: #ffffff;
  --sidebar-active-background: #ffffff;
  --sidebar-active-color: #3c4858;
  --sidebar-button-color: #3c4858;
  --card-success-color: #F0595B;
}

[data-theme="KSB"] {
  --brand-primary: #336699;
  --brand-sidebar: #336699;
  --sidebar-font-color: #ffffff;
  --sidebar-active-background: #ffffff;
  --sidebar-active-color: #336699;
  --sidebar-button-color: #336699;
  --card-success-color: #336699;
}

[data-theme="DEMO"] {
  --brand-primary: #2f4050;
  --brand-sidebar: #2f4050;
  --sidebar-font-color: #ffffff;
  --sidebar-active-background: #ffffff;
  --sidebar-active-color: #000;
  --card-success-color: #1ab394;
  --sidebar-button-color: #1ab394;
  --brand-faclon-blue: #4294FF;
}