.mw-drop-indicator {
  position: absolute;
  pointer-events: none !important;
  z-index: 1001;
  margin: 0 !important;
  padding: 0 !important;
  border-color: #111;
  border-style: solid;
  border-width: 0; }
  .mw-drop-indicator.mw-drop-indicator-position-top {
    border-top-width: 2px; }
  .mw-drop-indicator.mw-drop-indicator-position-bottom {
    border-bottom-width: 2px; }

@keyframes mwLiveEditDropIndicatorAnimationUp {
  0%, 100% {
    top: 30px;
    opacity: 1; }
  50% {
    top: 40px;
    opacity: .6; } }
@keyframes mwLiveEditDropIndicatorAnimationDown {
  0%, 100% {
    top: -30px;
    opacity: 1; }
  50% {
    top: -40px;
    opacity: .6; } }
.mw-drop-indicator-template-default .mw-drop-indicator-pin {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M9,4H15V12H19.84L12,19.84L4.16,12H9V4Z' /%3E%3C/svg%3E");
  bottom: 0;
  transition: transform .2s;
  transform: rotate(180deg);
  top: 30px;
  display: inline-block; }
.mw-drop-indicator-template-default.mw-drop-indicator-position-before-top .mw-drop-indicator-pin {
  margin-top: -70px;
  transform: rotate(0); }
.mw-drop-indicator-template-default.mw-drop-indicator-position-after-bottom .mw-drop-indicator-pin {
  margin-top: 50px; }
.mw-drop-indicator-template-default.mw-drop-indicator-hidden .mw-drop-indicator-pin, .mw-drop-indicator-template-default.mw-drop-indicator-position-prepend-top .mw-drop-indicator-pin, .mw-drop-indicator-template-default.mw-drop-indicator-position-append-bottom .mw-drop-indicator-pin {
  display: none;
  animation: none; }
.mw-drop-indicator-template-default .mw-drop-indicator-block {
  transform: scale(1);
  pointer-events: none !important;
  background-color: #111;
  position: absolute; }
.mw-drop-indicator-template-default.mw-drop-indicator-hidden {
  opacity: 0;
  transform: scale(0.8);
  visibility: hidden !important; }
.mw-drop-indicator-template-default.mw-drop-indicator-position-after-bottom .mw-drop-indicator-block, .mw-drop-indicator-template-default.mw-drop-indicator-position-before-top .mw-drop-indicator-block {
  height: 5px;
  width: 100%;
  left: 0; }
.mw-drop-indicator-template-default.mw-drop-indicator-position-append-bottom .mw-drop-indicator-block, .mw-drop-indicator-template-default.mw-drop-indicator-position-prepend-top .mw-drop-indicator-block {
  height: 45px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  left: 0; }
.mw-drop-indicator-template-default.mw-drop-indicator-position-prepend-top .mw-drop-indicator-block, .mw-drop-indicator-template-default.mw-drop-indicator-position-before-top .mw-drop-indicator-block {
  top: 0; }
.mw-drop-indicator-template-default.mw-drop-indicator-position-append-bottom .mw-drop-indicator-block, .mw-drop-indicator-template-default.mw-drop-indicator-position-after-bottom .mw-drop-indicator-block {
  bottom: 0; }
.mw-drop-indicator-template-default.mw-drop-indicator-position-after-bottom .mw-drop-indicator-pin {
  animation: mwLiveEditDropIndicatorAnimationDown 2s linear infinite; }
.mw-drop-indicator-template-default.mw-drop-indicator-position-before-top .mw-drop-indicator-pin {
  animation: mwLiveEditDropIndicatorAnimationUp 2s linear infinite; }

.mw-handle-item {
  position: absolute;
  z-index: 9;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  border: 3px solid #0078ff;
  transition: opacity .2s;
  pointer-events: none;
  /*    .mw-handle-item-handle{
          &:after{
              content: '|||';
              display: block;
              color: #fff;
              padding: 5px;
          }
          width: 30px;
          height: 30px;
          background: #1a73b4;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          cursor: grab;
          pointer-events: all;
      }*/ }
  .mw-handle-item.mw-handle-item-dragging {
    border-color: transparent; }
    .mw-handle-item.mw-handle-item-dragging * {
      opacity: 0 !important; }
  .mw-handle-item.mw-handle-item-hidden {
    opacity: 0;
    visibility: hidden; }
  .mw-handle-item .mw-handlemenu-item {
    pointer-events: all; }

.mw-draggable-helper {
  position: absolute;
  z-index: 10;
  background-color: rgba(119, 117, 117, 0.49);
  pointer-events: none; }

/*  Handles content  */
.mw-le-handle-menu {
  position: absolute;
  color: #404040; }
  .mw-le-handle-menu .mw-le-handle-menu-buttons {
    height: 42px;
    border-radius: 7px;
    border: 1px solid transparent;
    padding: 3px 12px;
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    pointer-events: all;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    position: absolute;
    top: -65px;
    left: -2px; }
  .mw-le-handle-menu * {
    vertical-align: middle; }

#mw-handle-item-element-menu {
  top: -65px;
  left: -2px; }

#mw-handle-item-layout-menu {
  top: 7px;
  right: 7px; }
  #mw-handle-item-layout-menu .mw-le-handle-menu-title {
    display: none; }

.mw-le-handle-menu-buttons {
  display: inline-block;
  white-space: nowrap; }
  .mw-le-handle-menu-buttons > .mw-le-handle-menu-button {
    display: inline-flex;
    width: 32px;
    height: 32px;
    margin: 0 2px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: .3s;
    font-size: 19px; }
    .mw-le-handle-menu-buttons > .mw-le-handle-menu-button:hover {
      background-color: #000000; }

.mw-le-handle-menu-button-sub-menu {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0.5);
  transform-origin: center top;
  transition: .2s;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(17, 17, 26, 0.1), 0px 8px 32px rgba(17, 17, 26, 0.05); }
  .mw-le-handle-menu-button-sub-menu .mw-le-handle-menu-button {
    display: block;
    white-space: nowrap;
    padding: 5px 10px;
    text-align: left;
    transition: background-color .3s; }
    .mw-le-handle-menu-button-sub-menu .mw-le-handle-menu-button:hover {
      background-color: #000000; }

.mw-le-handle-menu-button.sub-menu-active > .mw-le-handle-menu-button-sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1); }

.mw-le-handle-menu-button-content {
  display: inline-flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center; }
  .mw-le-handle-menu-button-content .mw-le-handle-menu-button-text {
    font-size: 14px; }

.mw-le-handle-menu-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  -webkit-user-select: none;
  user-select: none;
  height: auto;
  cursor: grab;
  background-color: #0078ff;
  color: white; }

.mw-le-handle-menu-button-icon {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  margin-inline: 6px; }
  .mw-le-handle-menu-button-icon svg, .mw-le-handle-menu-button-icon .mdi, .mw-le-handle-menu-button-icon .material-icons, .mw-le-handle-menu-button-icon .fa {
    max-width: 25px;
    max-height: 25px;
    display: inline-block; }
  .mw-le-handle-menu-button-icon svg {
    width: 25px;
    height: 25px; }
  .mw-le-handle-menu-button-icon * {
    max-width: 31px;
    max-height: 31px; }

.mw-le-handle-menu-title-text {
  font-size: 12px; }

.mw-handle-item-layout-plus {
  font-size: 12px;
  display: inline-flex;
  position: absolute;
  pointer-events: all;
  min-width: 100px;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 20px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  padding: 0 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; }
  .mw-handle-item-layout-plus.mw-handle-item-layout-plus-top {
    top: 0;
    margin-top: -calc($height / 2)px; }
  .mw-handle-item-layout-plus.mw-handle-item-layout-plus-bottom {
    bottom: 0;
    margin-bottom: -calc($height / 2)px; }
  .mw-handle-item-layout-plus:hover {
    background-color: #e9e9e9; }

.mw-handle-item-element-image-control {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M8.5,13.5L11,16.5L14.5,12L19,18H5M21,19V5C21,3.89 20.1,3 19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19Z' /%3E%3C/svg%3E"); }
  .mw-handle-item-element-image-control > input {
    position: absolute;
    top: 0; }

.mw-element-is-dragged {
  opacity: 0;
  pointer-events: none; }

html.le-dragging .mw-handle-item {
  opacity: 0 !important; }

.le-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 122;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05); }

.le-dialog-close {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' /%3E%3C/svg%3E"); }

.le-dialog {
  max-width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: scale(0.8);
  transform-origin: center center;
  z-index: 1024;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  min-width: 320px; }
  .le-dialog.le-dialog-centered {
    transform: scale(0.8) translate(-50%, -50%); }
    .le-dialog.le-dialog-centered.le-dialog-opened {
      transform: scale(1) translate(-50%, -50%); }
  .le-dialog.le-dialog-opened {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1); }
  .le-dialog .le-dialog-container {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }

.mw-le-resizable {
  position: relative; }

.mw-le-resizer {
  position: absolute; }

.mw-le-resizer-r {
  cursor: col-resize;
  height: 100%;
  right: 0;
  top: 0;
  width: 5px; }

.mw-le-resizer-b {
  bottom: 0;
  cursor: row-resize;
  height: 5px;
  left: 0;
  width: 100%; }

mw-le-element {
  display: block; }

mw-le-element {
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  list-style: none;
  letter-spacing: normal;
  word-spacing: normal; }

mw-le-element, mw-le-element *, mw-le-element *:before, mw-le-element *:after {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  box-sizing: border-box; }

.edit,
.element,
.module {
  margin-top: 20px;
  padding-top: 20px;
  min-height: 100px; }
  .edit.mw-le-target-to-animate,
  .element.mw-le-target-to-animate,
  .module.mw-le-target-to-animate {
    transition: transform .3s !important; }

.le-selectable-items-list-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 120px; }

.le-selectable-items-list-type-layouts .le-selectable-items-list-image {
  background-size: cover; }

/*# sourceMappingURL=dist.css.map */
