.chart-data-card .range-slider{
    --width:100%;
    width:100%;
    margin: 0 20px;
}

.chart-data-card .chart{
    width:100% !important;
    height: 200px !important;
}

.chart-data-card .nav .nav-item:not(:last-child){
    margin-left: 8px;
}

.chart-data-card .nav .nav-item .nav-link{
    color: #ffffff;
    font-weight: normal;
    border-radius: var(--bs-border-radius);
}

.chart-data-card .nav .nav-item .nav-link.active{
    background-color: rgba(0, 0, 0, 0.2);
}