/* line 8, ../../../app/assets/stylesheets/site_builder/drag_and_drop.scss */
.widget_template.guide {
  height: 50px !important;
  background: none;
  border: none;
  float: none;
  margin-left: 0px;
}
/* line 15, ../../../app/assets/stylesheets/site_builder/drag_and_drop.scss */
.widget_template.dropped {
  width: 100%;
  width: 98%;
  width: auto;
}
/* line 20, ../../../app/assets/stylesheets/site_builder/drag_and_drop.scss */
.widget_template.emptyPlaceMarker {
  margin: 0px;
  padding: 0px;
}
/* line 24, ../../../app/assets/stylesheets/site_builder/drag_and_drop.scss */
.widget_template .drop-loading {
  width: 100%;
  background-color: gray;
  height: 50px;
}
/* line 28, ../../../app/assets/stylesheets/site_builder/drag_and_drop.scss */
.widget_template .drop-loading img {
  width: 220px;
  position: relative;
  top: 50%;
  margin: auto;
  margin-top: -10px;
}

/* line 39, ../../../app/assets/stylesheets/site_builder/drag_and_drop.scss */
.dropzone-add-content {
  position: relative;
  left: 0px;
  right: 0px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: black !important;
}
/* line 53, ../../../app/assets/stylesheets/site_builder/drag_and_drop.scss */
.dropzone-add-content button {
  margin: 0px !important;
}

/* line 57, ../../../app/assets/stylesheets/site_builder/drag_and_drop.scss */
.highlight {
  background-color: pink;
}

/* line 61, ../../../app/assets/stylesheets/site_builder/drag_and_drop.scss */
.emptyPlaceMarker {
  border: 1px dashed gray;
  z-index: 100;
  background-color: #e7ffe7;
  display: block;
  margin: 3px 0px;
}

/* line 68, ../../../app/assets/stylesheets/site_builder/drag_and_drop.scss */
.dropzone {
  cursor: move;
  padding-bottom: 40px;
}

/* line 73, ../../../app/assets/stylesheets/site_builder/drag_and_drop.scss */
.widget-tti-content-container,
.footer.widgets_footer_main {
  text-align: left;
}
