/* Baskibu Designer 0.23.44 — draggable selection body.
   The selection box is now a real interaction surface, not only resize chrome. */
.bbd-v2344-move-layer{
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  z-index:9450!important;
  overflow:visible!important;
}
.bbd-v2344-selection-body{
  position:absolute!important;
  display:block!important;
  pointer-events:auto!important;
  touch-action:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  margin:0!important;
  box-sizing:border-box!important;
  cursor:move!important;
  z-index:1!important;
}
.bbd-v2344-selection-body[hidden]{display:none!important}
.bbd-v2344-selection-body.is-dragging{cursor:grabbing!important}
