/* header */
.profile:hover .hover-profile{
    display: flex;
}
.hover-profile{
    box-shadow: 0 5px 5px 1px #00000021;
}
/* menu */

.inner-content .report>div{
    box-shadow: 0 5px 5px 1px #00000021;
}
.inner-content .chart>div{
    box-shadow: 0 5px 5px 1px #00000021;
}





/* chart */

.apexcharts-yaxis{
    transform: translateX(0px);
    color: #fff;
}
.apexcharts-tspan{
    color: #000;
}