:root{
/* #################### COLOR ALERTS #################### */
--template-alert-color-success:#8BC34A;
--template-alert-color-error:#D32F2F;
--template-alert-color-warning:#F9A825;
--template-alert-color-disabled:#6c757d;

--template-alert-background-success:#CEECCF;
--template-alert-background-error:#f8d7da;
--template-alert-background-warning:#f8e8c5;
/* --template-alert-background-warning:#FFECB5; */
--template-alert-background-disabled:#CFD8DC;

--template-alert-bg-color-font-success:#0f5132;
--template-alert-bg-color-font-error:#212529;
--template-alert-bg-color-font-warning:#5e4a37;
--template-alert-bg-color-font-warning:#63563a;
--template-alert-bg-color-font-disabled:#455A64;
}