:root {
    /* (CUST) Marca los habilitados para la customizaci�n de agentes */
    /* BACKGROUNDS */
    --header-main-color: #0080a2;
    /*(CUST)*/
    --general-container: #1f1f1f;
    --nav-bar-bg-color: #232425;
    --page-background-color: #121212;
    --footer-background: #1F1F1F;
    /*(CUST)*/
    --main-app-color: #232425;
    /* FONTS */
    --main-font-color: #FFF;
    --secondary-font-color: #95AAB4;
    --tertiary-font-color: #F1F1F1;
    --label-green: #74D271;
    --label-red: #FF465B;
    --title-color: #0080A2;
    /*(CUST)*/
    --title-primary: #096DB6;
    --title-secondary: #50B2E5;
    /* WIDGETS */
    --widget-main-color: #1f1f1f;
    --widget-secondary-color: #232425;
    --widget-filter-component-bg: #33353E;
    /* HOVERS AND LINKS */
    --link-color-strong: #0080A2;
    /*(CUST)*/
    --hover-color-strong: #444650;
    --link-color-turquoise: #05B2E5;
    /*(CUST)*/
    /* LOGIN (No aplican actualmente) */
    --login-background: #003366;
    --login-title-color: #FFF;
    /* BUTTONS */
    --button-primary-color: #0080A2;
    /*(CUST)*/
    --border-button: #444444;
    --active: #0080A2;
    --disabled: #343F58;
    /* general */
    --general-container: #1f1f1f;
    --no-data-background: #363636;
    --tabs-title-color: #0080A2;
    /*(CUST)*/
    --scrollbar-main-color: #343F58;
    --order-capture-header: #0080A2;
    /*(CUST)*/
    --label-color: #FFFFFF;
    --paginator-button-bg-color: #121212;
    --footer-link: #50B2E5;
    --datatable-row-active: #2f80bb;
    --order-capture-commissions-market-rights-bkgr: #1f1f1f;
    /*Se dejo ya que el general-container no realiza cambios en el light theme (probablemente por sobreescritura de colores en temas
    y el widget-secondary-color difiere con 1.6.3.0 se cambio el color para que concuerde con el color elegido en 1.6.3.0*/
    --order-capture-highlighter-container: #232425;
    --hover-secondary: #096DB6;
    --notification-color-information: #E8F1FF;
    --notification-color-success: #E5E5E5;
    --notification-color-critical: #FFEDED;
}