
.vue-playground-control-btn[data-v-7cb8f0c4] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: var(--toolbar-icon-color);
  cursor: pointer;
  background-color: var(--toolbar-icon-bg-color);
  border: 1px solid var(--toolbar-icon-color);
  border-radius: 4px;
  box-shadow: 0 4px 6px -1px rgb(0, 0, 0, 0.1), 0 2px 4px -2px rgb(0, 0, 0, 0.1);
}
.vue-playground-control-btn.vue-playground-toolbar-direction-active[data-v-7cb8f0c4] {
  color: var(--toolbar-icon-active-color);
  border: 1px solid var(--toolbar-icon-active-color);
}

.vue-playground-toolbar[data-v-0bac873d] {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  overflow: hidden;
  color: var(--toolbar-text-color);
  background-color: var(--toolbar-bg-color);
  border-bottom: 1px solid var(--border-color);
}
.vue-playground-toolbar-title[data-v-0bac873d] {
  font-size: 12px;
  font-weight: 600;
}
.vue-playground-toolbar-spacer[data-v-0bac873d] {
  flex: 1;
}
.vue-playground-toolbar-actions[data-v-0bac873d] {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
}
.vue-playground-toolbar-actions[data-v-0bac873d] .vue-playground-control-btn {
  margin-left: 8px;
}

.vue-playground-file-manager-bar[data-v-42f20c7d] {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  background-color: var(--file-manager-bg-color);
  border-bottom: 1px solid var(--border-color);
}
.vue-playground-file-manager-bar[data-v-42f20c7d]::-webkit-scrollbar {
  height: 1px;
}
.vue-playground-file-manager-bar[data-v-42f20c7d]::-webkit-scrollbar-track {
  background-color: var(--border-color);
}
.vue-playground-file-manager-bar[data-v-42f20c7d]::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
}
.vue-playground-file-manager-bar-has-import-map .vue-playground-file-manager-bar-create-btn[data-v-42f20c7d] {
  margin-right: 10px;
}
.vue-playground-file-manager-bar-file[data-v-42f20c7d],
.vue-playground-file-manager-bar-import-map[data-v-42f20c7d] {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  margin: 2px 2px 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--file-manager-text-color);
  cursor: pointer;
  user-select: none;
  background-color: var(--file-manager-bg-color);
  border-bottom: 3px solid transparent;
}
.vue-playground-file-manager-bar-import-map[data-v-42f20c7d] {
  height: 100%;
}
.vue-playground-file-manager-bar-file-active[data-v-42f20c7d],
.vue-playground-file-manager-bar-import-map-active[data-v-42f20c7d] {
  color: var(--file-manager-active-text-color);
  cursor: text;
  background-color: var(--file-manager-active-bg-color);
  border-bottom: 3px solid var(--file-manager-active-text-color);
}
.vue-playground-file-manager-bar-file span[data-v-42f20c7d] {
  display: flex;
  padding: 8px 10px 6px;
  line-height: 20px;
}
.vue-playground-file-manager-bar-file-remove[data-v-42f20c7d] {
  display: flex;
  padding-left: 0;
  line-height: 12px;
  vertical-align: middle;
  cursor: pointer;
}
.vue-playground-file-manager-bar-file-remove-icon[data-v-42f20c7d] {
  margin-top: -1px;
}
.vue-playground-file-manager-bar-pending[data-v-42f20c7d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vue-playground-file-manager-bar-pending input[data-v-42f20c7d] {
  width: 90px;
  height: 30px;
  padding: 0 0 0 10px;
  margin-top: 2px;
  margin-left: 6px;
  font-size: 12px;
  line-height: 30px;
  color: var(--file-manager-active-text-color);
  background-color: var(--file-manager-active-bg-color);
  border: 1px solid var(--file-manager-active-text-color);
  border-radius: 4px;
  outline: none;
}
.vue-playground-file-manager-bar-create-btn[data-v-42f20c7d] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  font-size: 18px;
  color: var(--file-manager-text-color);
  cursor: pointer;
}
.vue-playground-file-manager-bar-create-btn[data-v-42f20c7d]:hover {
  color: var(--file-manager-active-text-color);
}
.vue-playground-file-manager-bar-import-map-wrapper[data-v-42f20c7d] {
  position: sticky;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  margin-left: auto;
  font-size: 12px;
  color: var(--file-manager-text-color);
  cursor: pointer;
  background: var(--file-manager-right-float-bg);
}

.vue-playground-msg[data-v-4ce13764] {
  position: absolute;
  right: 8px;
  bottom: 0;
  z-index: 10;
  width: 50%;
  min-height: 40px;
  margin-bottom: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid transparent;
  border-radius: 6px;
}
.vue-playground-msg pre[data-v-4ce13764] {
  padding: 12px 20px;
  margin: 0;
  white-space: normal;
}
.vue-playground-dismiss[data-v-4ce13764] {
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  font-size: 9px;
  line-height: 18px;
  color: var(--message-dismiss-text-color);
  text-align: center;
  cursor: pointer;
  background-color: var(--message-dismiss-bg-color);
  border: none;
  border-radius: 9px;
}
@media (max-width: 720px) {
.vue-playground-dismiss[data-v-4ce13764] {
    top: -9px;
    right: -9px;
}
.vue-playground-msg[data-v-4ce13764] {
    bottom: 50px;
}
}
.vue-playground-msg-err[data-v-4ce13764] {
  color: var(--message-error-text-color);
  background-color: var(--message-error-bg-color);
  border-color: var(--message-error-border-color);
}
.vue-playground-msg-warn[data-v-4ce13764] {
  color: var(--message-warn-text-color);
  background-color: var(--message-warn-bg-color);
  border-color: var(--message-warn-text-color);
}
.fade-enter-active[data-v-4ce13764],
.fade-leave-active[data-v-4ce13764] {
  transition: all 0.15s ease-out;
}
.fade-enter-from[data-v-4ce13764],
.fade-leave-to[data-v-4ce13764] {
  opacity: 0;
  transform: translate(0, 10px);
}

.vue-playground-editor[data-v-fa67c2e4] {
  position: relative;
  flex: 1;
  width: 100%;
  min-height: 320px;
}
.vue-playground-editor-container[data-v-fa67c2e4] {
  position: absolute;
  top: 40px;
  flex: 1;
  width: 100%;
  height: calc(100% - 40px);
  overflow: hidden;
}
.vue-playground-editor-monaco[data-v-fa67c2e4] {
  top: 0;
  width: 100%;
  height: 100%;
}

.vue-playground-loading[data-v-e3952b3c] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--theme-color);
  background-color: var(--bg-color);
}
.vue-playground-loading-icon[data-v-e3952b3c] {
  width: 30%;
  max-width: 40px;
  height: 30%;
  max-height: 40px;
  animation: loadingCircle-e3952b3c 1s infinite linear;
}
@keyframes loadingCircle-e3952b3c {
to {
    transform: rotate(360deg);
}
}

.vue-playground-preview[data-v-51fd7846] {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  overflow: hidden;
}
.vue-playground-preview-iframe-container[data-v-51fd7846],
.vue-playground-preview-iframe-container[data-v-51fd7846] iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  color: var(--preview-text-color);
  background-color: var(--preview-bg-color);
  border: none;
}

.vue-playground[data-v-7618df82] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.vue-playground.vue-playground-fullscreen[data-v-7618df82] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  border: none;
  border-radius: 0;
  -ms-scroll-chaining: none;
}
.vue-playground-content[data-v-7618df82] {
  display: flex;
  width: 100%;
  height: 100%;
}
