﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
    --main-color: #2E5481;
    --secondary-color: #999999; /*rgba(153, 153, 153, 1);*/
    --error-color: #C10841; /*rgba(193, 8, 65, 0.9);*/
    --warning-color: #F89406; /*rgba(248, 148, 6, 0.9);*/
    --disabled-color: #8E8E8E;
    --warning-color-transparent: #F8940688;
    --new-main-color: #FFFFFF;
    --new-secondary-color: #6e6e6e;
}
