:root {
    /*main*/
    --header-main-color: #00132C;
    --nav-bar-bg-color: #0B1d35;
    --main-app-color: #0B1d35;
    --main-font-color: #FFF;
    --title-color: #FFF;
    --page-background-color: #00020e;
    --footer-background: #071324;
    --scrollbar-main-color: #343F58;
    --secondary-font-color: #95AAB4;
    --tertiary-font-color: #FFF;
    --disabled-font-color: #979797;
    --disabled-border-color: #979797;
    --widget-main-color: #00132c;
    --widget-secondary-color: #0c1d35;
    --widget-tertiary-color: #0D2D41;
    --widget-filter-component-bg: #153B54;
    --widget-filter-component-bg-focus: #1a4563;
    --widget-filter-text-bg-color: #083756;
    --widget-filter-text-bg-color-focused: #002060;
    --widget-filter-border-color: #284E80;
    --button-primary-color: #096DB6;
    --tabs-title-color: #FFF;
    /* hovers and links */
    --link-color-light: #7ac2ff;
    --link-color-strong: #50B2E5;
    --link-color-footer: #50B2E5;
    --hover-color-strong: #2f80bb;
    /*funcionales*/
    --bid-value-color-light: #18c666;
    --bid-value-color-medium: #50b865;
    --bid-value-color-dark: #00935C;
    --offer-value-color-light: #ff4469;
    --offer-value-color-medium: #e13e59;
    --offer-value-color-dark: #d10230;
    /*Calendar*/
    --calendar-hover-color: #002049;
    --calendar-bg-color-dark: #00285c;
    --calendar-bg-color-light: #00367c;
    --calendar-tooltip-bg-color: #000;
    --calendar-day-badge-color: #b94a48;
    --calendar-events-sub-menu-bg: #555;
    /* Login */
    --login-header-background: #FFF;
    --login-title-h2-color: #1C426E;
    --login-title-h2-background-after: #00A8F2;
    --login-title-center-h2-span: #00A0DF;
    /* Filter */
    --button-filter-background: #153b54;
    --button-filter-color: #f9f9f9;
    --filter-active-color: #153b54;
    /*holding-valuation*/
    --holding-valuation-total: #5BABBE;
    --holding-valuation-portfolio-total: #50B2E5;
    --holding-valuation-label: #FFFFFF;
    --holding-valuation-label-green: #74D271;
    --holding-valuation-table-table-background: #0B1D35;
    --border-filter-button-border: #0d2d41;
    --border-filter-button-background: trasparent;
    --border-filter-button-background-selected: rgba(9, 109, 182, 0.5);
    --holding-valuatio-no-data-background: #0d2d41;
    --holding-valuation-table-row: #2f80bb;
    --border-detail-instrument: #FFFFFF;
    /* buttons */
    --button-buy-background: #057E51;
    --button-sell-background: #D10230;
    /*el color ya esta en el CSS btn-sell-SE PODRIA BORRAR ESTO */
    --link-color-turquoise: #05B2E5;
    --border-button: #0D2D41;
    --active: #096DB6;
    --disabled: #343F58;
    /* general */
    --general-container: #00132C;
    /* REPETIDO (--header-main-color)*/
    --label-color: #FFFFFF;
    /* REPETIDO (--main-font-color)*/
    --label-green: #74D271;
    --label-red: #FF465B;
    --paginator-button-bg-color: #00020e;
    --footer-link: #50B2E5;
    --datatable-row-active: #2f80bb;
    --order-capture-commissions-market-rights-bkgr: #00132C;
    --order-capture-editor-header-bg-color: #003366;
    --order-capture-toggle-bg-color: #003366;
    /* REPETIDO (--holding-valuation-portfolio-total)*/
}