
.border {
  border: 2px dashed #1976d26b;
}
.dragging {
  width: 160px;
  height: 35px;
  background: #1976d2;
  border: 2px solid lightgray;
  -webkit-box-shadow: 2px 4px 5px lightgray;
          box-shadow: 2px 4px 5px lightgray;
}
.hover--class {
  cursor: move;
}
.drop-highlight {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #d3d3d3;
  border: 1px dashed #8198af;
}
.content_wrap_custom > .v-expansion-panel-content__wrap {
  padding: 0px 2px 2px 2px !important;
}
.component-section-fixed {
  position: fixed;
  top: 70px;
}
.v-card .v-card__title {
  font-weight: unset !important;
}


/*# sourceMappingURL=chunk-7ea27e32-7c6cc2b93b384355080c.css.map?_hash=7c6cc2b93b384355080c*/