:root {

    --toast-message-success: #B3E5FC;
    --toast-message-success-hover: #6ab8f7;

    --color-primary: #0277BD;
    --color-secondary: #03A9F4;

    --color-primary-table: #fdecba;
    --color-primary-table-column-active: #ffe28d;
    --color-primary-table-footer: #03a9f4;
    --color-primary-table-paginator: #0277BD;
    --color-primary-table-paginator-text: #d2d1d1;
    --color-primary-table-text: #212121;

    --color-event-focus: #edb100;
    --color-event-active: #d39e00;
    --color-event-hover: #edb100;

    --color-button-info: #03A9F4;
    --color-button-info-hover: #0277BD;
    --color-button-info-focus: #2ebcfc;

    --color-button-success: #dfaf22;
    --color-button-success-hover: #c29921;
    --color-button-success-focus: #ffde7b;

    --color-button-warning: #FFC107;
    --color-button-warning-hover: #FF8F00;
    --color-button-warning-focus: #ffce3a;

    --color-button-danger: #F44336;
    --color-button-danger-hover: #C62828;
    --color-button-danger-focus: #f77066;

    --color-order-result-no-validated: #FFC107;
    --color-order-result-no-processed: brown;
    --color-order-result-processed: #0277BD;

}