body {
  --global-cursor: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.eacf7-cursor-move {
  --global-cursor: move;
}

body.eacf7-change-cursor {
  cursor: var(--global-cursor);
}

body.eacf7-change-cursor * {
  cursor: var(--global-cursor) !important;
}

form.wpcf7-form div#eacf7-preview-insert-field {
  position: absolute;
  width: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bfb1b1), to(transparent));
  background: linear-gradient(to bottom, #bfb1b1, transparent);
  margin-top: -10px;
}
/*# sourceMappingURL=eacf7-preview.css.map */