[data-v-6d6d0aef]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.class-top-type-container[data-v-6d6d0aef] {
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  height: 35px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.class-button-auto[data-v-6d6d0aef] {
  cursor: pointer;
  color: white;
}
.class-button-auto-selected[data-v-6d6d0aef] {
  cursor: pointer;
  color: #8ec3ed;
}
.class-button-border[data-v-6d6d0aef] {
  border: 1px solid #999;
  border-radius: 5px;
}
.class-button-padding[data-v-6d6d0aef] {
  padding: 5px 10px;
}
.divider-vertical[data-v-6d6d0aef] {
  width: 1px;
  height: 100%;
  background-color: #999;
}
.class-input-container[data-v-6d6d0aef] {
  width: 100%;
}
.class-input-container .el-textarea[data-v-6d6d0aef] {
  width: 100%;
  text-align: start;
  --el-input-border-radius: 0px 5px 5px 5px;
  --el-input-bg-color: transparent;
  --el-input-border-color: #999;
  --el-input-focus-border-color: #8ec3ed;
  --el-input-text-color: white;
  --el-input-placeholder-color: #999;
}
.class-upload-container[data-v-6d6d0aef] {
  height: 400px;
  border: 1px solid #999;
  border-radius: 0 5px 5px 5px;
}
.class-title[data-v-6d6d0aef] {
  color: white;
  font-size: 18px;
}
.class-number-container .el-slider[data-v-6d6d0aef] {
  --el-slider-main-bg-color: #0783ff;
}
.class-button-commit-container[data-v-6d6d0aef] {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  z-index: 3;
}
.class-button-commit[data-v-6d6d0aef], .class-button-commit-disable[data-v-6d6d0aef] {
  width: 300px;
  height: 30px;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  font-size: 15px;
  color: white;
  background-color: #0783ff;
  cursor: pointer;
}
.class-button-commit-disable[data-v-6d6d0aef] {
  background-color: #52545c;
  cursor: not-allowed;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.class-image-loading-anime[data-v-6d6d0aef] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.class-image-loading-anime .el-image[data-v-6d6d0aef] {
  width: 15px;
  height: 15px;
  animation: rotate 1s linear infinite;
}
.class-button-queue-type-container[data-v-6d6d0aef] {
  width: 300px;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 15px;
  background-color: #52545c;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
.class-button-queue-type-container .class-button-queue-type-standard[data-v-6d6d0aef] {
  width: 50%;
  height: 24px;
  margin-left: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  color: #ccc;
  background-color: transparent;
}
.class-button-queue-type-container .class-button-queue-type-standard-selected[data-v-6d6d0aef] {
  width: 50%;
  height: 24px;
  margin-left: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  color: black;
  background-color: #ffddb4;
}
.class-button-queue-type-container .class-button-queue-type-svip[data-v-6d6d0aef] {
  width: 50%;
  height: 24px;
  margin-left: 3px;
  margin-right: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  color: #ccc;
  background-color: transparent;
}
.class-button-queue-type-container .class-button-queue-type-svip-selected[data-v-6d6d0aef] {
  width: 50%;
  height: 24px;
  margin-left: 3px;
  margin-right: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  color: #a77453;
  background-color: #ffddb4;
}
.ratio-item[data-v-6d6d0aef] {
  width: 100px;
  height: 100px;
  margin: 5px;
  cursor: pointer;
}
.ratio-item-selected[data-v-6d6d0aef] {
  width: 100px;
  height: 100px;
  margin: 5px;
  border: 5px solid #b07af3;
  border-radius: 8px;
  cursor: pointer;
}
.image-slot[data-v-6d6d0aef] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #999;
  font-size: 20px;
}
