/**
 * Webkul Software
 *
 * @category  Webkul
 * @package   Webkul_B2BMarketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.data-grid .data-grid-th._draggable {
    cursor: grab !important;
}
.data-grid .data-grid-th._sortable {
    cursor: pointer !important;
}