.chart .custom-data {
    position: absolute;
    right: 0;
    z-index: 1;
    text-align: right;
}
.amChartsPeriodSelector{
    display: none !important;
}
.performance.performance-up {
    color: #2ea26c;
}
.performance.performance-down {
    color: #fd4c00;
}
.performance.performance-up.performance-arrow::before {
    content: '\f062' '\0a0';
}
.performance.performance-down.performance-arrow::before {
    content: "\f063" '\00a0';
}
.performance.performance-percent::after {
    content: '%';
}
.performance.performance-arrow::before {    
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 20px;
    height: 20px;
}