
.chart-container-creator-earnings {
    width: 100%;
    height: 300px; /* Set the height to your desired value */
}

@media (min-width: 992px) {
    .chart-container-creator-earnings {
        height: 400px; /* Set the height to your desired value */
    }    
}




canvas {
    width: 100% !important;
    height: 100% !important;
}
