@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.editor-AppPreviewerCls-appPreviewer {
  position: relative;
  margin-right: 52px;
}
.editor-AppPreviewerCls-appPreviewer .editor-AppPreviewerCls-refreshButton {
  position: absolute;
  top: 56px;
  left: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 32px;
  color: rgba(28, 36, 46, 0.45);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  border-radius: 0 100px 100px 0;
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.editor-AppPreviewerCls-appPreviewer .editor-AppPreviewerCls-refreshButton img {
  width: 24px;
  height: 24px;
  margin-left: -2px;
  transform: translate(-50%, -50%);
  animation: rotate 1s linear;
  animation-play-state: paused;
  animation-iteration-count: infinite;
}
.editor-AppPreviewerCls-appPreviewer .editor-AppPreviewerCls-refreshButton .editor-AppPreviewerCls-startAnimation {
  animation-play-state: running;
}
.editor-AppPreviewerCls-appPreviewer .editor-AppPreviewerCls-previerBox {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.editor-AppPreviewerCls-appPreviewer .editor-AppPreviewerCls-statusBar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.editor-AppPreviewerCls-appPreviewer .editor-AppPreviewerCls-statusBar div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.editor-AppPreviewerCls-appPreviewer .editor-AppPreviewerCls-safeArea {
  position: relative;
  background-color: #108ee9;
}
.editor-AppPreviewerCls-appPreviewer .editor-AppPreviewerCls-indicator {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.editor-AppPreviewerCls-appPreviewer .editor-AppPreviewerCls-webview {
  flex: 1;
}
.editor-AppPreviewerCls-appPreviewer .editor-AppPreviewerCls-webview .editor-AppPreviewerCls-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.editor-AppPreviewerCls-launchScreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
