// TODO replace with https://getbootstrap.com/docs/5.1/utilities/interactions/#pointer-events

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

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