.crud-widget-preview > .hrzg-widget-widget-container {
  outline: 0;
}
.crud-widget-preview > .hrzg-widget-widget-container .hrzg-widget-widget:hover {
  outline: 0;
}
.hrzg-widget-widget-container {
  min-height: 48px;
  position: relative;
  outline: 2px dotted #999;
}
.hrzg-widget-widget-container:hover .hrzg-widget-container-controls {
  opacity: 1;
}
.hrzg-widget-widget-container:hover .hrzg-widget-widget-controls {
  opacity: 0.2;
}
.hrzg-widget-widget-container:hover .hrzg-widget-widget-info {
  opacity: 1;
}
.hrzg-widget-widget-container .hrzg-widget-widget-info {
  position: absolute;
  opacity: 0.2;
  z-index: 1094;
}
.hrzg-widget-widget-container .hrzg-widget-widget-controls {
  opacity: 0.2;
  z-index: 1095;
  position: absolute;
}
.hrzg-widget-widget-container .hrzg-widget-widget-controls.pos-top {
  top: 0;
}
.hrzg-widget-widget-container .hrzg-widget-widget-controls.pos-top-right {
  top: 0;
  right: 0;
}
.hrzg-widget-widget-container .hrzg-widget-widget-controls.pos-bottom {
  bottom: 0;
}
.hrzg-widget-widget-container .hrzg-widget-widget-controls button {
  z-index: 1097;
}
.hrzg-widget-widget-container .hrzg-widget-widget-controls ul {
  z-index: 1098;
}
.hrzg-widget-widget-container .hrzg-widget-container-controls {
  opacity: 0.2;
  position: absolute;
  right: 0;
  z-index: 1098;
}
.hrzg-widget-widget-container .hrzg-widget-container-controls:has(.open) {
  z-index: 1100;
}
.hrzg-widget-widget-container .hrzg-widget-container-controls button {
  z-index: 1099;
}
.hrzg-widget-widget-container .hrzg-widget-container-controls ul {
  z-index: 1100;
}
.hrzg-widget-widget-container .hrzg-widget-container-controls.pos-top {
  top: 0;
}
.hrzg-widget-widget-container .hrzg-widget-container-controls.pos-bottom {
  bottom: 0;
}
.hrzg-widget-widget-container .hrzg-widget-container-controls.pos-bottom-right {
  bottom: 0;
  right: 0;
}
.hrzg-widget-widget-container .hrzg-widget-container-controls.pos-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
}
.hrzg-widget-widget-container .hrzg-widget-widget {
  min-height: 32px;
  position: relative;
}
.hrzg-widget-widget-container .hrzg-widget-widget:hover {
  outline: 2px solid #999;
}
.hrzg-widget-widget-container .hrzg-widget-widget:hover .hrzg-widget-container-controls,
.hrzg-widget-widget-container .hrzg-widget-widget:hover .hrzg-widget-widget-controls {
  opacity: 1;
}
.hrzg-widget-widget-container .hrzg-widget-widget-invisible-frontend {
  opacity: 0.3;
  position: relative;
}
.hrzg-widget-widget-container .hrzg-widget-widget-invisible-frontend:hover {
  opacity: 1;
}
.selectize-control.single.loading .selectize-input {
  background: #eee;
}
.selectize-control .selectize-dropdown-content {
  min-height: 300px;
}
/*# sourceMappingURL=widgets.css.map */