
// change color label legend barchart
.chart-legend .legend-label-text {
    color: #656565;
}

.mat-error{
    padding-top: 10px;
    color: #f44336;
}