.cursor-default { cursor: default !important; }
.cursor-auto { cursor: auto !important; }
.cursor-pointer { cursor: pointer !important; }
.cursor-text { cursor: text !important; }
.cursor-grab {
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;
  cursor: grab !important;
}
.cursor-grabbing {
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}
