body {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 14px;
}
.vue-feather {
  vertical-align: middle;
  color: #666;
}
.vue-feather.clickable-large {
  width: 20px !important;
  height: 20px !important;
}
.vue-feather:hover {
  cursor: pointer;
}
.vue-feather.clickable:hover {
  color: #108ee9 !important;
}
.weak,
.gray {
  color: #888;
}
.red {
  color: #f00;
}
.blue {
  color: #4c95f7;
}
.bold {
  font-weight: bold;
}
.block {
  width: 100%;
}
.app-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100vh;
}
.flex {
  display: flex;
  flex-direction: row;
}
.flex.column {
  flex-direction: column;
}
.flex.center {
  align-items: center;
}
.flex.gap {
  gap: 10px;
}
.flex .auto {
  flex: 1;
}
.flex .auto.scroll {
  overflow-y: auto;
}
.text-center,
.ql-align-center {
  text-align: center;
}
.main-title {
  font-size: 1.5em;
}
.main-layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-height: 750px;
}
.main-layout .sub-section {
  flex: 1;
}
.main-layout .sub-section .form {
  padding-right: 20px;
  overflow-y: auto;
}
.main-layout .main-section {
  width: 1110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-layout .main-section.empty {
  align-items: center;
  justify-content: center;
}
.header {
  align-items: baseline;
  gap: 20px;
}
.thumb-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.thumb-list .thumb {
  width: 200px;
  height: 200px;
  display: block;
  background: #f0f0f0;
}
.preview-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  overflow-y: auto;
}
.preview-list .item {
  position: relative;
}
.preview-list .item .stage {
  zoom: 0.5;
  box-sizing: border-box;
}
.preview-list .item .stage.selected {
  border: #4c95f7 8px solid;
}
.preview-list .item .select {
  position: absolute;
  left: 10px;
  top: 10px;
}
.form .row {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
}
.image-select {
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.image-select img {
  width: 100%;
  height: auto;
  border: #fff 2px solid;
  border-radius: 2px;
  box-sizing: border-box;
}
.image-select img.active {
  border-color: #4c95f7;
  padding: 2px;
}
.image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.image-list .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-list .item.add {
  width: 150px;
  height: 150px;
  border: #c5c5c5 1px solid;
  box-sizing: border-box;
}
.image-list .item img {
  width: 150px;
  height: fit-content;
}
.icon-list .item {
  width: 60px;
  height: 60px;
  border: #fff 2px solid;
  border-radius: 15px;
  overflow: hidden;
}
.icon-list .item.empty {
  border-color: #e2e2e2;
}
.icon-list .item.active {
  border-color: #4c95f7;
}
.icon-list .item img {
  width: 100%;
  height: 100%;
}
.text-group {
  padding: 10px;
  border: #e5e5e5 1px solid;
  background: #f0f0f5;
  border-radius: 5px;
}
.editor {
  background: #fff;
  border: #d9d9d9 1px solid;
  border-radius: 2px;
}
.ql-toolbar {
  background: #fff;
}
.stage {
  width: 720px;
  height: 720px;
  background-size: 100% 100%;
  position: relative;
}
.stage .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stage .dialog {
  width: 540px;
  max-height: 90%;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.4);
  overflow: hidden;
}
.stage .dialog .title {
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.stage .dialog .title img {
  width: 60px;
  height: 60px;
}
.stage .dialog .title span {
  font-size: 28px;
  font-weight: bold;
}
.stage .dialog .content {
  padding: 20px 25px;
  font-size: 24px;
}
.stage .dialog .footer {
  border-top: 1px solid #e2e2e2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1px;
  background: #e2e2e2;
}
.stage .dialog .footer .action {
  flex: 1;
  padding: 15px 0;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  background: #fff;
}
.stage .dialog.dialog-1 {
  width: 500px;
  background: #fff;
}
.stage .dialog.dialog-1 .bold {
  font-size: 28px;
  font-weight: 600;
}
.stage .dialog.dialog-1 .content {
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stage .dialog.dialog-2 {
  width: 520px;
}
