.ace_editor {
  z-index: 0;
}
/* #editor {
    width: 100%;
    height: 100%;
  } */

/* #uploads_iframe {
  position: relative;
} */

.preview_desktop {
  -webkit-animation: slide-in-up 600ms cubic-bezier(0, 0, 0.2, 1);
  animation: slide-in-up 600ms cubic-bezier(0, 0, 0.2, 1);
  transition: 400ms cubic-bezier(0, 0, 0.2, 1);
  min-width: 1400px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* position: absolute; */
}

.hover-trigger .hover-target {
  display: none;
}

.hover-trigger:hover .hover-target {
  display: block;
}

.hover-trigger:hover .hover-target-hide {
  display: none;
}

[disabled] {
  opacity: 50%;
  cursor: not-allowed;
}

.preview_mobile {
  -webkit-animation: slide-in-up 600ms cubic-bezier(0, 0, 0.2, 1);
  animation: slide-in-up 600ms cubic-bezier(0, 0, 0.2, 1);
  transition: 400ms cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
  background-image: url("https://preview.couchyou.com/images/iphone.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 430px;
  height: 845px;
  /* position: absolute; */
}

.preview_mobile #preview_iframe {
  width: 374px;
  height: 760px;
  margin-left: 28px;
  margin-right: auto;
  margin-top: 50px;
  border-radius: 16px 0 38px 38px;
  position: absolute;
  z-index: -1;
  padding: 5px;
}

.tippy-tooltip.custom-theme {
  font-size: 14px;
  padding: 1px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner,
.spinner:before {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}

.spinner:before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
}

/* Animations */

.spinner-add,
.spinner-remove {
  animation-fill-mode: both;
  animation-duration: 0.4s;
}

.spinner-add {
  animation-name: spinner-add;
}

@keyframes spinner-add {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.spinner-remove {
  animation-name: spinner-remove;
}

@keyframes spinner-remove {
  to {
    transform: scale(0);
  }
}

/* .hidden {
  display: none !important;
} */
