.custom-sort-helper {
  z-index: 9999;
  opacity: 0.8;
  pointer-events: all !important;
  user-select: none;
  z-index: 1005;
  .ant-drawer &,
  .ant-modal & {
    z-index: 1005;
  }
}

.custom-sort-cursor-vertical {
  cursor: row-resize;
  user-select: none;
  & {
    .icon-handler {
      cursor: row-resize !important;
    }
  }
}

.custom-sort-cursor-horizontal {
  cursor: col-resize;
  user-select: none;
  & {
    .icon-handler {
      cursor: col-resize !important;
    }
  }
}

.custom-sort-cursor-grid {
  cursor: move;
  user-select: none;
  & {
    .icon-handler {
      cursor: move !important;
    }
  }
}
