table.dataTable thead th[data-is-resizable=true] {
  position: relative;
}
.dt-colresize-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  cursor: col-resize;
  z-index: 1;
  border-inline-end: 1.5px dashed #bfbfbf;
}
.dt-colresize-handle:hover {
  background-color: rgba(0, 0, 0, 0.08);
  border-inline-end-style: solid;
  border-inline-end-color: #999;
}
table.dataTable thead th.dt-colresizable-bound-min,
table.dataTable thead th.dt-colresizable-bound-max {
  opacity: 0.2;
  cursor: not-allowed !important;
}
