.chartBox {
    border-radius: 10px;
    background: white;
}

.navChart .active{
    background-color: #e03a3c !important;
}

.navChart .nav-link{
    color: #444444;
}

.chartBox h3{
    text-align: center;
    position: relative;
    top: 30px !important;
    font-weight: 600;
    font-size: 20px;
}

.chartBox h5 {
    font-size: 18px;
}