.quicktip[data-v-045cf356] {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 20;
  width: 0;
  height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  text-align: left;
  background-color: #fff;
  transition: width 0.4s;
}
.quicktip.active[data-v-045cf356] {
  width: min(400px, 100vw);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.quicktip-content-wrapper[data-v-045cf356] {
  padding: 20px 15px;
}
.quicktip .btn-copy[data-v-045cf356] {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 35px;
  height: 35px;
  margin: 5px 0 -35px;
  font-size: 1.6rem;
  background-color: transparent;
  filter: drop-shadow(0 0 5px #bbb);
  border: 0;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.quicktip .btn-copy[data-v-045cf356]:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.quicktip .btn-copy[data-v-045cf356]:active {
  outline: none;
}
.quicktip .btn-copy[data-v-045cf356]::after {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  display: none;
  padding: 8px 10px;
  font-size: 1.2rem;
  white-space: nowrap;
  content: "Copied to clipboard!";
  background-color: #fff;
  border-radius: 10px;
}
.quicktip .btn-copy[data-v-045cf356]::before {
  position: absolute;
  right: 10px;
  bottom: calc(100% + 10px);
  z-index: 1;
  display: none;
  width: 15px;
  height: 15px;
  content: "";
  background-color: #fff;
  transform: translateY(50%) rotate(45deg);
}
.quicktip .btn-copy.copied[data-v-045cf356]::after {
  display: block;
}
.quicktip .btn-copy.copied[data-v-045cf356]::before {
  display: block;
}
.editor-toolbar[data-v-1557de20] {
  position: sticky;
  top: 0;
  z-index: 19;
  width: 100%;
  background: #fff;
  border-color: #ddd;
  opacity: 1;
}
.editor-toolbar.fullscreen[data-v-1557de20] {
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 10;
  text-align: center;
  box-shadow: 0 0 8px -2px #999;
}
/* stylelint-disable selector-class-pattern */
/* stylelint-disable declaration-no-important  */
.CodeMirror[data-v-1557de20] {
  width: 100%;
  height: calc(100% - 100px);
  padding: 0;
  transition: width 0.4s;
}
.CodeMirror .CodeMirror-vscrollbar[data-v-1557de20] {
  overflow: hidden !important;
}
.CodeMirror .CodeMirror-scroll[data-v-1557de20] {
  position: static;
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 30px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overflow: hidden auto !important;
}
.CodeMirror-fullscreen[data-v-1557de20] {
  top: 80px;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto hidden;
}
.CodeMirror-fullscreen .CodeMirror-scroll[data-v-1557de20] {
  scrollbar-width: thin;
  scrollbar-track-color: rgba(0, 0, 0, 0.5) transparent;
  position: relative;
  height: calc(100% - 50px);
}
.CodeMirror-fullscreen .CodeMirror-scroll[data-v-1557de20]::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.CodeMirror-fullscreen .CodeMirror-scroll[data-v-1557de20]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.CodeMirror .CodeMirror-sizer[data-v-1557de20] {
  padding: 10px 17px 0 10px !important;
  border: none !important;
}
.editor-preview-side[data-v-1557de20] {
  scrollbar-width: thin;
  scrollbar-track-color: rgba(0, 0, 0, 0.5) transparent;
  top: 80px;
  display: block;
  width: 0;
  padding: 0;
  margin-bottom: 50px;
  border: none;
  transition: width 0.4s, right 0.4s, padding 0.4s;
}
.editor-preview-side[data-v-1557de20]::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.editor-preview-side[data-v-1557de20]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.editor-preview-active-side[data-v-1557de20] {
  width: 50%;
  padding: 10px;
  border: 1px solid #ddd;
}
.tooltip-active .CodeMirror[data-v-1557de20] {
  width: calc(100% - 400px);
}
.tooltip-active .editor-preview-side[data-v-1557de20] {
  right: 400px;
}
.tooltip-active .CodeMirror-sided[data-v-1557de20],
.tooltip-active .editor-preview-active-side[data-v-1557de20] {
  width: calc(50% - 200px) !important;
}
/* stylelint-enable declaration-no-important  */
/* stylelint-enable selector-class-pattern */
/* stylelint-disable */
mark[data-v-1557de20] {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  color: #e34a21;
  background: #f5f2f0;
}
pre[data-v-1557de20]:not([class]) {
  padding: 1.4rem;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  color: #000;
  background: #f5f2f0 !important;
}
code[data-v-1557de20] {
  padding: 0.2rem;
  font-size: 1.6rem !important;
  color: #000;
  background: #f5f2f0;
}
.command-output[data-v-1557de20] {
  display: flex;
  padding: 10px;
  margin-bottom: 2.5rem !important;
  overflow-x: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #f5f2f0 !important;
}
.command-output pre[data-v-1557de20] {
  padding: 0 !important;
  margin: 0 !important;
}
.command-output pre .line-numbers-rows[data-v-1557de20] {
  display: none;
}
.command-output p[data-v-1557de20] {
  margin-bottom: 0 !important;
  color: #84929b;
}
.custom-language[data-v-1557de20] {
  position: relative;
  padding: 1.4rem !important;
  padding-left: 0 !important;
  margin: 1em 0;
  overflow: auto;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  color: #000;
  text-shadow: 0 1px #fff;
  background: #f5f2f0 !important;
  border-radius: 10px;
}
.custom-language .prefix-column[data-v-1557de20] {
  display: flex;
  flex-direction: column;
  color: #999;
}
.custom-language .custom-prefix[data-v-1557de20] {
  top: 0;
  left: 8px;
  padding: 0 10px;
  font-size: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-language .empty-prefix[data-v-1557de20] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-language .code-block[data-v-1557de20] {
  display: flex;
  flex-direction: column;
  word-break: break-all;
  white-space: pre-line;
}
.custom-language .command-output[data-v-1557de20] {
  padding: 0 !important;
  margin-bottom: 0 !important;
  white-space: normal;
}
.custom-language p[data-v-1557de20] {
  margin-bottom: 0 !important;
  word-break: break-all;
  white-space: pre;
}
.custom-language code[data-v-1557de20] {
  display: flex;
}
div.alert[data-v-1557de20], div.command-output[data-v-1557de20], div.file-block[data-v-1557de20] {
  margin-bottom: 3.5rem;
  border-radius: 10px;
}
s ul[data-v-1557de20] {
  padding-left: 0;
  list-style-position: inside;
}
.command-line-prompt[data-v-1557de20] {
  margin-right: 1rem;
}
.alert p[data-v-1557de20] {
  margin-bottom: 0;
}
.file-block[data-v-1557de20] {
  padding: 3px;
  margin-bottom: 10px;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  background: #f5f2f0;
}
.file-block pre[data-v-1557de20] {
  display: flex;
  padding: 10px !important;
  margin: 0 !important;
}
.file-block pre .line-numbers-rows[data-v-1557de20] {
  display: none;
}
.file-block p[data-v-1557de20] {
  margin: 10px 20px;
  word-break: break-all;
  white-space: pre-line;
}
.file-block .file-label[data-v-1557de20] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 38px;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.file-block .file-label p[data-v-1557de20] {
  margin: 0;
}
table:not([class]) td[data-v-1557de20],
table:not([class]) th[data-v-1557de20] {
  padding: 5px;
  border: 1px solid #ddd;
}
/* stylelint-enable rule */
