.chart-container {
            position: relative;
            width: 100%;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            height: 300px;
            max-height: 400px;
        }
        @media (min-width: 768px) {
            .chart-container {
                height: 350px;
            }
        }
        .hide-scrollbar::-webkit-scrollbar {
            display: none;
        }
        .hide-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        .tab-active {
            background-color: #1E3A8A;
            color: white;
        }
        .tab-inactive {
            background-color: #F3F4F6;
            color: #4B5563;
        }
	
/* Плавающая кнопка "Usta chaqirish" — отступ снизу на мобиле */
@media (max-width: 639px) {
    body {
        padding-bottom: 80px;
    }
}