: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:#fdcacf;
--template-alert-background-warning:#ffe8b5;
--template-alert-background-disabled:#CFD8DC;

--template-alert-bg-color-font-success:#0f5132;
--template-alert-bg-color-font-error:#691d1d;
--template-alert-bg-color-font-warning:#8a611f;
--template-alert-bg-color-font-disabled:#455A64;
}