* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: open-sans, sans-serif;
  font-style: normal;
  /* outline: 1px solid red; */
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

#container {
  position: absolute;
  width: 400px;
  height: 150px;
  background: #eee;
}

.obj {
  position: absolute;
  background: #ccc;
}

.ui-selected,
.ui-selecting {
  /* background: #1C90F3; */
}

.selection-box {
  position: absolute;
  background: transparent;
  border: 1px dotted #000;
  z-index: 1000;
}

.mobileSelection-box {
  position: absolute;
  background: transparent;
  border: 1px dotted #000;
  z-index: 1000;
}

.hideBoundingBox {
  opacity: 0;
}

.grab {
  /* cursor: grab; */
}

.ui-selectable-helper {
  pointer-events: none;
}

.page-item {
  position: relative;
}
