.hide-footer .ant-table-footer {
  display: none !important;
}

.fixed-footer .ant-table-footer {
  position: absolute !important;
  bottom: 0 !important;
}

.remove-borders-radius-from-everything * {
  border-radius: 0 !important;
}

.ant-table-body.dragging {
  cursor: grabbing;
  user-select: none;
  -webkit-user-select: "none";
}
