.levelhide {
  display: none;
}

.select-disabled {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
  cursor: not-allowed;
}
