@import url("/assets/css/temizhatay-theme.css");

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

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

        #pricesTableContainer::-webkit-scrollbar-thumb {
            background: var(--th-primary-500);
            border-radius: 4px;
        }

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