/* Chart container styles */
.chart-container {
    position: relative;
    height: 250px;
    width: 100%;
}

.chart-container.h-64 {
    height: 16rem; /* 256px */
}

.result-total {
    color: #10b981;
}

.dark .result-total {
    color: #34d399;
}
