
        #pricesTableContainer::-webkit-scrollbar {
            width: 8px;
        }

        #pricesTableContainer::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 4px;
        }

        #pricesTableContainer::-webkit-scrollbar-thumb {
            background: #d91b5b;
            border-radius: 4px;
        }

        #pricesTableContainer::-webkit-scrollbar-thumb:hover {
            background: #b0154a;
        }
    