:root {
    --isf-global-background: #DEE2E6;
    --isf-global-font: #000;
    --isf-global-font-secondary: #FFF;
    --isf-navbar: #243166;
    --isf-header: #26789F;
    --isf-switch-enabled: #4CAF50;
    --isf-switch-neutral: #E0E0E0;
    --isf-switch-disabled: #F44336;
    --isf-switch-suspended: #FF9800;
    --isf-menu-background: #FFF;
    --isf-menu-product: #D0E0E8;
    --isf-menu-hover: #D3D3D3;
    --isf-menu-select: #243166;
    --isf-menu-font: #000;
    --isf-menu-font-selected: #FFF;
    --isf-inputs-outline: #000;
    --isf-table-selected: #D0E0E8;
    --isf-table-filter-div: #F5F5F5;
    --isf-table-filter-background: #FFF;
    --isf-table-filter-border: #9E9E9E;
    --isf-table-filter-placeholder: #D3D3D3;
    --isf-table-background: #FFF;
    --isf-table-selected-font: #000;
    --isf-table-border: #BDBDBD;
    --isf-button-enabled: #333;
    --isf-button-enabled-hover: #424242;
    --isf-button-disabled: #BFBFBF;
    --isf-button-font: #FFF;
    --isf-button-secondary: #FFF;
    --isf-button-secondary-font: #000;
    --isf-button-border: #9E9E9E;
    --isf-error-message: #F00;
    --isf-toastr-success-background: #51A351;
    --isf-toastr-success-font: #FFF;
    --isf-toastr-error-background: #BD362F;
    --isf-toastr-error-font: #FFF;
    --isf-alert-warning: #FF9800;
    --isf-alert-error: #EC405A;
    --isf-license-code: #26789F;
    --isf-type-selected: #8DB5CA;
    --isf-choice-selected: #d4dfe5;
    --isf-choice-hover: #8DB5CA;
    --isf-pdf-navbar: #313538;
    --isf-pdf-background: #525659;
}