﻿::after .e-accordion .e-acrdn-item .e-acrdn-header:hover {
    border: 0 !important;
    background: #f3f4f6 !important;
    border-color: initial !important;
}

/* Reporting chart cards: disable Syncfusion's hover/focus/active colour shift. */
.e-card.chart-card:hover,
.e-card.chart-card:focus,
.e-card.chart-card:active {
    background-color: #fff !important;
    border-color: #e5e7eb !important;
}
