@charset "UTF-8";.m-editor-scroll-bar {
  position: absolute;
  background-color: transparent;
  opacity: 0.3;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.m-editor-scroll-bar .m-editor-scroll-bar-thumb {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
}
.m-editor-scroll-bar.horizontal {
  width: 100%;
  height: 15px;
  bottom: 0;
}
.m-editor-scroll-bar.horizontal .m-editor-scroll-bar-thumb {
  height: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  bottom: 2px;
}
.m-editor-scroll-bar.vertical {
  height: 100%;
  width: 15px;
  right: 5px;
}
.m-editor-scroll-bar.vertical .m-editor-scroll-bar-thumb {
  width: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  right: 2px;
}
.m-editor-scroll-bar:hover, .m-editor-scroll-bar:focus {
  background-color: #eee;
  opacity: 0.9;
}
.m-editor-scroll-bar:hover .m-editor-scroll-bar-thumb, .m-editor-scroll-bar:focus .m-editor-scroll-bar-thumb {
  background-color: #999;
}
.m-editor-scroll-bar:hover.horizontal .m-editor-scroll-bar-thumb, .m-editor-scroll-bar:focus.horizontal .m-editor-scroll-bar-thumb {
  height: 11px;
}
.m-editor-scroll-bar:hover.vertical .m-editor-scroll-bar-thumb, .m-editor-scroll-bar:focus.vertical .m-editor-scroll-bar-thumb {
  width: 11px;
}.m-fields-ui-select {
  cursor: pointer;
}
.m-fields-ui-select i {
  margin-right: 3px;
}
.m-fields-ui-select span {
  color: #2882e0;
}
.tmagic-design-popper {
  min-width: 150px;
  line-height: 1.4;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  color: #606266;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  font-size: 14px;
  overflow-wrap: break-word;
  box-sizing: border-box;
  padding: 10px;
}
.tmagic-design-popper:focus {
  outline: none;
}

.tmagic-design-popper[data-popper-placement^=top] > .tmagic-design-popper-arrow {
  bottom: -4px;
}

.tmagic-design-popper[data-popper-placement^=bottom] > .tmagic-design-popper-arrow {
  top: -4px;
}

.tmagic-design-popper[data-popper-placement^=left] > .tmagic-design-popper-arrow {
  right: -4px;
}

.tmagic-design-popper[data-popper-placement^=right] > .tmagic-design-popper-arrow {
  left: -4px;
}

.tmagic-design-popper-arrow,
.tmagic-design-popper-arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tmagic-design-popper-arrow {
  visibility: hidden;
}

.tmagic-design-popper-arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}

.m-table .el-button.action-btn + .el-button.action-btn {
  margin-left: 0;
}
.m-table .keep-all {
  word-break: keep-all;
}
.m-table .el-table .cell > div {
  display: inline-block;
  vertical-align: middle;
}
.m-table .el-table__row.el-table__row--level-1 {
  color: #999;
}

.tmagic-design-form-inline .m-form-container {
  display: inline-flex;
}

.m-form-container.has-tip {
  display: flex;
  align-items: baseline;
}
.m-form-container.has-tip .tmagic-design-form-item {
  flex: 1;
}
.m-form-container .tmagic-design-form-item.show-diff {
  background: #f7dadd;
}

.m-form-dialog .el-dialog__body {
  padding: 0 !important;
}
.m-form-dialog .m-dialog-body {
  padding: 0 20px;
}
.m-form-dialog .el-table .m-form-item .el-form-item {
  margin-bottom: 0;
}

.m-form-drawer .el-drawer__header {
  margin: 0;
}
.m-form-drawer .m-drawer-body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.m-form .m-form-tip {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-form .m-form-schematic {
  max-width: 50%;
  height: 100%;
}
.m-form .tmagic-design-table .cell > div.m-form-container {
  display: block;
}
.m-form .tmagic-design-table .cell > div.m-form-container.has-tip {
  display: flex;
}
.m-form .tmagic-design-tabs {
  margin-bottom: 10px;
}
.m-form .tmagic-design-form-item.tmagic-form-hidden > .el-form-item__label {
  display: none;
}
.m-form .t-form__item.tmagic-form-hidden > .t-form__label {
  display: none;
}
.m-form .t-form__item.tmagic-form-hidden > .t-form__controls {
  margin-left: 0 !important;
}
.m-form.t-form:not(.t-form-inline) .t-form__item:last-of-type {
  margin-bottom: var(--td-comp-margin-xxl);
}

.magic-datetime-picker-popper .el-picker-panel__footer button:first-child {
  display: none;
}

.m-fields-text {
  display: flex;
  align-items: center;
  width: 100%;
}

.m-form-validate__warning {
  color: var(--el-color-warning);
  font-size: 12px;
  width: 100%;
  line-height: 1.4;
}

.tmagic-form-text-popper {
  min-width: 150px;
  line-height: 1.4;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  color: #606266;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  font-size: 14px;
  overflow-wrap: break-word;
  box-sizing: border-box;
  padding: 10px;
}
.tmagic-form-text-popper:focus {
  outline: none;
}

.tmagic-form-text-popper[data-popper-placement^=top] > .tmagic-form-text-popper-arrow {
  bottom: -4px;
}

.tmagic-form-text-popper[data-popper-placement^=bottom] > .tmagic-form-text-popper-arrow {
  top: -4px;
}

.tmagic-form-text-popper[data-popper-placement^=left] > .tmagic-form-text-popper-arrow {
  right: -4px;
}

.tmagic-form-text-popper[data-popper-placement^=right] > .tmagic-form-text-popper-arrow {
  left: -4px;
}

.tmagic-form-text-popper-arrow,
.tmagic-form-text-popper-arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tmagic-form-text-popper-arrow {
  visibility: hidden;
}

.tmagic-form-text-popper-arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}

div.m-fields-link {
  width: fit-content;
}

fieldset.m-fieldset {
  position: relative;
  border: 1px solid rgb(229, 229, 229);
  margin-top: 10px;
  margin-bottom: 10px;
  min-inline-size: auto;
}
fieldset.m-fieldset .el-checkbox {
  height: 22px;
}
fieldset.m-fieldset legend {
  font-size: 14px;
  position: absolute;
  border: 0;
  top: -10px;
  left: 20px;
  background: rgb(255, 255, 255);
  width: auto;
  padding: 0px 3px;
  font-weight: bold;
  line-height: 20px;
}
fieldset.m-fieldset .m-form-tip {
  margin-left: 5px;
}

.m-fields-group-list .el-button--text {
  padding: 0;
  margin-bottom: 7px;
}
.m-fields-group-list .el-tree-node__expand-icon {
  padding: 0;
  margin-bottom: 7px;
}
.m-fields-group-list .el-tree-node__expand-icon.expand {
  transform: rotate(90deg);
}
.m-fields-group-list .m-fields-group-list-item {
  border-bottom: 1px solid #ebeef5;
  margin-bottom: 7px;
}
.m-fields-group-list .m-fields-group-list-item:last-of-type {
  border-bottom: 0;
}
.m-fields-group-list .tmagic-design-card .el-card__header {
  padding: 5px 20px;
}
.m-fields-group-list .tmagic-design-card .t-card__header {
  padding: 5px 0;
}
.m-fields-group-list .m-fields-group-list-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.m-form-panel .el-card__header:hover {
  background: #f2f6fc;
}
.m-form-panel .el-card__header a {
  color: #409eff;
}
.m-form-panel .el-card__body {
  padding: 10px;
}
.m-form-panel .m-form-tip {
  margin-left: 5px;
}

.m-container-panel:not(:last-of-type) {
  margin-bottom: 20px;
}

.m-fields-table-wrap {
  width: 100%;
}
.m-fields-table-wrap.fixed {
  position: fixed;
  height: 100%;
  overflow: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  display: flex;
}
.m-fields-table-wrap.fixed > .el-form-item__content {
  z-index: 101;
  position: relative;
  margin: 10vh auto;
  max-width: fit-content;
}
.m-fields-table-wrap.fixed table {
  width: 95vw !important;
}

.m-fields-table {
  width: 100%;
}
.m-fields-table th {
  background-color: #f2f2f2 !important;
  color: #333 !important;
}
.m-fields-table .el-table th {
  padding: 0 !important;
}
.m-fields-table .el-table__column--dropable {
  cursor: move;
}
.m-fields-table .el-form-item__content .el-input-group {
  vertical-align: middle;
}
.m-fields-table.m-fields-table-item-extra tr.expanded td {
  border-bottom: 0;
}
.m-fields-table .el-table__expanded-cell .m-form-tip {
  margin-left: 80px;
}
.m-fields-table .el-form-item {
  margin-bottom: 0;
}
.m-fields-table .tmagic-form-table-drag-target {
  cursor: move;
}

.m-select {
  width: 100%;
}

.magic-form-dynamic-tab .el-tabs__header.is-top {
  padding-right: 8px;
}
.magic-form-dynamic-tab .el-tabs__header.is-top .el-tabs__new-tab {
  margin-right: auto;
  min-width: 50px;
  outline: none;
  border-color: #409eff;
  color: #409eff;
  width: 10px;
}
.magic-form-dynamic-tab .el-tabs__header.is-top .el-tabs__new-tab::before {
  content: "添加";
}
.magic-form-dynamic-tab .el-tabs__header.is-top .el-tabs__new-tab .el-icon-plus {
  display: none;
}

.magic-form-tab {
  margin-bottom: 10px;
}

.diff-count-badge {
  top: -10px;
}

.m-fields-number-range {
  display: flex;
  align-items: center;
}
.m-fields-number-range .split-tag {
  margin: 0 5px;
}

.m-form-box {
  display: flex;
  flex-direction: column;
}
.m-form-box .el-box__header {
  margin: 0;
}
.m-form-box .dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tmagic-design-input.search-input {
  background: #fff;
  color: #bbbbbb;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
  background: transparent;
}
.tmagic-design-input.search-input .el-input__prefix {
  padding: 7px;
}

.m-editor-nav-menu {
  display: flex;
  z-index: 5;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 19.2px;
  color: #313a40;
  font-weight: 400;
  box-sizing: border-box;
  margin: 0px;
  flex: 0 0 35px;
  border-bottom: 1px solid #d8dee8;
}
.m-editor-nav-menu > div {
  display: flex;
  gap: 3px;
  height: 100%;
  z-index: 1;
  align-items: center;
}
.m-editor-nav-menu .menu-center {
  justify-content: center;
}
.m-editor-nav-menu .menu-right {
  justify-content: flex-end;
}
.m-editor-nav-menu .menu-item {
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  height: 100%;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: inherit;
  z-index: 1;
  display: flex !important;
  transition: all 0.3s ease 0s;
  border-bottom: 2px solid transparent;
  margin: 0;
}
.m-editor-nav-menu .menu-item .is-disabled {
  opacity: 0.5;
}
.m-editor-nav-menu .menu-item .is-text {
  padding: 5px;
}
.m-editor-nav-menu .menu-item .is-text > i {
  color: #313a40;
}
.m-editor-nav-menu .menu-item .icon {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  padding: 0px 8px;
}
.m-editor-nav-menu .menu-item .menu-item-text {
  color: #313a40;
}
.m-editor-nav-menu .menu-item.rule .el-icon {
  transform: rotate(-90deg);
}
.m-editor-nav-menu .menu-item .t-button {
  padding-left: 1px;
  padding-right: 1px;
}

.m-editor {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.m-editor-content {
  height: calc(100% - 35px);
}
.m-editor-framework-center {
  position: relative;
  transform: translateZ(0);
  flex: 1;
}
.m-editor-framework-left {
  background-color: #ffffff;
}
.m-editor-framework-center .el-scrollbar__view {
  height: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-editor-empty-panel {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100% - 32px);
}
.m-editor-empty-content {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  width: 100%;
}
.m-editor-empty-button {
  border: 3px solid rgba(0, 0, 0, 0.2);
  padding: 10px 40px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.m-editor-empty-button i {
  height: 180px;
  line-height: 180px;
  font-size: 100px;
}
.m-editor-empty-button p {
  text-align: center;
  font-size: 20px;
  margin-top: 5px;
}
.m-editor-empty-button:hover {
  border-color: #2882e0;
  color: #2882e0;
}

.m-editor-sidebar {
  display: flex;
  height: 100%;
  position: relative;
}
.m-editor-sidebar .m-editor-sidebar-header {
  background: #2882e0;
  height: 100%;
  width: 40px;
}
.m-editor-sidebar .m-editor-sidebar-header .m-editor-sidebar-header-item {
  line-height: 15px;
  height: auto;
  padding: 8px;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  cursor: pointer;
}
.m-editor-sidebar .m-editor-sidebar-header .m-editor-sidebar-header-item.is-active {
  background: #ffffff;
}
.m-editor-sidebar .m-editor-sidebar-header .m-editor-sidebar-header-item.is-active i {
  color: #353140;
}
.m-editor-sidebar .m-editor-sidebar-header .m-editor-sidebar-header-item.is-active .magic-editor-tab-panel-title {
  color: #353140;
}
.m-editor-sidebar .m-editor-sidebar-header i {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.6);
}
.m-editor-sidebar .m-editor-sidebar-header i:hover {
  color: rgb(255, 255, 255);
}
.m-editor-sidebar .m-editor-sidebar-header .magic-editor-tab-panel-title {
  font-size: 12px;
  white-space: normal;
  user-select: none;
}
.m-editor-sidebar .m-editor-sidebar-content {
  height: 100%;
  width: calc(100% - 40px);
  overflow: auto;
}
.m-editor-sidebar .m-editor-sidebar-tips {
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc(100% - 40px);
  text-align: center;
  background-color: rgba(252.5, 245.7, 235.5, 0.9);
  color: #e6a23c;
  padding: 5px 0;
  font-size: 12px;
}
.m-editor-sidebar .m-editor-sidebar-tips .close-icon {
  cursor: pointer;
  position: absolute;
  right: 15px;
}
.m-editor-sidebar .fold-icon {
  position: absolute;
  bottom: 8px;
  left: 0px;
  width: 45px;
  padding-left: 8px;
  color: #fff;
  font-size: 32px;
  opacity: 0.8;
  cursor: pointer;
}
.m-editor-sidebar .fold-icon:hover {
  background: rgba(0, 0, 0, 0.2);
}

.m-editor-slide-list-box > div:first-child {
  min-width: 240px;
}
.m-editor-slide-list-box .m-form-box {
  border-left: 1px solid #e0e0e0;
}

.m-editor-layer-panel {
  background: #ffffff;
}
.m-editor-layer-panel .m-editor-tree {
  padding-top: 48px;
}
.m-editor-layer-panel .m-editor-tree .tree-node-tool {
  padding-right: 10px;
}
.m-editor-layer-panel .m-editor-tree .tree-node-tool .tmagic-design-button + .tmagic-design-button {
  margin-left: 2px;
}
.m-editor-layer-panel .m-editor-tree .tree-node.selected .tree-node-tool .tmagic-design-button {
  color: #fff;
}
.m-editor-layer-panel .search-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.m-editor-layer-panel .search-wrapper .search-input {
  flex: 1;
  position: relative;
}
.m-editor-layer-panel .search-wrapper .tmagic-design-button {
  margin-right: 10px;
}

.ui-component-panel.tmagic-design-collapse {
  border-top: 0 !important;
  margin-top: 48px;
  background-color: #ffffff;
}
.ui-component-panel.tmagic-design-collapse .tmagic-design-collapse-item > div:first-of-type {
  border-bottom: 1px solid #d9dbdd;
  margin-bottom: 10px;
}
.ui-component-panel.tmagic-design-collapse .tmagic-design-collapse-item > .el-collapse-item__header {
  padding: 0 10px;
  box-sizing: border-box;
}
.ui-component-panel.tmagic-design-collapse .el-collapse-item__title {
  display: flex;
  align-items: center;
  gap: 3px;
}
.ui-component-panel.tmagic-design-collapse .el-collapse-item__header,
.ui-component-panel.tmagic-design-collapse .t-collapse-panel__header {
  background: #ffffff;
  color: #313a40;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
}
.ui-component-panel.tmagic-design-collapse .el-collapse-item__header i,
.ui-component-panel.tmagic-design-collapse .t-collapse-panel__header i {
  margin-right: 5px;
  font-size: 14px;
}
.ui-component-panel.tmagic-design-collapse .el-collapse-item__wrap,
.ui-component-panel.tmagic-design-collapse .t-collapse-panel__body {
  background: #ffffff;
  border-bottom: 0;
}
.ui-component-panel.tmagic-design-collapse .el-collapse-item__wrap .el-collapse-item__content,
.ui-component-panel.tmagic-design-collapse .el-collapse-item__wrap .t-collapse-panel__content,
.ui-component-panel.tmagic-design-collapse .t-collapse-panel__body .el-collapse-item__content,
.ui-component-panel.tmagic-design-collapse .t-collapse-panel__body .t-collapse-panel__content {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.ui-component-panel.tmagic-design-collapse .el-collapse-item__wrap .component-item,
.ui-component-panel.tmagic-design-collapse .t-collapse-panel__body .component-item {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 10px;
  box-sizing: border-box;
  color: #313a40;
  flex-direction: column;
  width: 42px;
  cursor: pointer;
}
.ui-component-panel.tmagic-design-collapse .el-collapse-item__wrap .component-item i,
.ui-component-panel.tmagic-design-collapse .t-collapse-panel__body .component-item i {
  font-size: 20px;
  background: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #909090;
  border: 1px solid #d9dbdd;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 5px;
}
.ui-component-panel.tmagic-design-collapse .el-collapse-item__wrap .component-item i:hover,
.ui-component-panel.tmagic-design-collapse .t-collapse-panel__body .component-item i:hover {
  background: #2882e0;
  color: #fff;
  border-color: #4e8be1;
}
.ui-component-panel.tmagic-design-collapse .el-collapse-item__wrap .component-item span,
.ui-component-panel.tmagic-design-collapse .t-collapse-panel__body .component-item span {
  font-size: 12px;
  text-align: center;
}
.ui-component-panel.tmagic-design-collapse .el-collapse-item__wrap .component-item .el-tooltip,
.ui-component-panel.tmagic-design-collapse .t-collapse-panel__body .component-item .el-tooltip {
  width: 50px;
  height: 30px;
  line-height: 15px;
  display: block;
  white-space: normal;
  margin: 0;
}
.ui-component-panel .t-collapse {
  margin-top: 0;
  padding-top: 48px;
  position: relative;
}

.m-editor-resizer {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  width: 8px;
  margin: 0 -5px;
  height: 100%;
  opacity: 0.8;
  background: padding-box #d8dee8;
  box-sizing: border-box;
  cursor: col-resize;
  z-index: 1;
  position: relative;
}
.m-editor-resizer:hover {
  border-color: #d8dee8;
}
.m-editor-resizer:hover .icon-container {
  visibility: visible;
  opacity: 1;
}
.m-editor-resizer.m-editor-resizer-dragging::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 100%;
  left: 0;
}
.m-editor-resizer.m-editor-resizer-dragging::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 100%;
  right: 0;
}
.m-editor-resizer .icon-container {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
  width: 20px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background: #d8dee8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.m-editor-resizer .icon-container.position-left {
  transform: translate(calc(-100% - 4px), -50%);
}
.m-editor-resizer .icon-container.position-right {
  transform: translate(calc(100% + 4px), -50%);
}
.m-editor-resizer .icon {
  color: #fff;
  font-size: 18px;
}

.m-editor-workspace {
  height: 100%;
  width: 100%;
  user-select: none;
}
.m-editor-workspace:focus-visible {
  outline: 0;
}

.m-editor-page-bar-tabs {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  user-select: none;
}

.m-editor-page-list-item {
  display: flex;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #313a40;
  z-index: 2;
  overflow: hidden;
}
.m-editor-page-list-item:hover {
  background-color: #f3f5f9;
}

.m-editor-page-bar {
  display: flex;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #313a40;
  background-color: #f3f3f3;
  border-top: 1px solid #d9dbdd;
  z-index: 2;
  overflow: hidden;
}
.m-editor-page-bar-items {
  display: flex;
  transition: transform 0.3s;
}
.m-editor-page-bar-item {
  padding: 0 10px;
  cursor: pointer;
  border-right: 1px solid #d9dbdd;
  display: flex;
  justify-items: center;
  align-items: center;
  background-color: #f3f3f3;
  white-space: nowrap;
}
.m-editor-page-bar-item.active {
  background-color: #fff;
  cursor: text;
}
.m-editor-page-bar-item.active .m-editor-page-bar-menu-icon {
  cursor: pointer;
}
.m-editor-page-bar-item-icon {
  position: relative;
  z-index: 1;
}
.m-editor-page-bar-item-icon .icon-active {
  font-weight: bold;
  color: #2882e0;
}
.m-editor-page-bar-item-title {
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.m-editor-page-bar-item-left-icon, .m-editor-page-bar-item-right-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.m-editor-page-bar-item-left-icon {
  right: 34px;
}

.page-bar-popover.tmagic-design-popper {
  padding: 4px 0;
}
.page-bar-popover .page-bar-popover-wrapper {
  max-height: calc(100vh - 32px - 20px);
  overflow: auto;
}
.page-bar-popover .menu-item {
  cursor: pointer;
  transition: all 0.2s ease 0s;
  padding: 5px 14px;
}
.page-bar-popover .menu-item .tmagic-design-button {
  color: #313a40;
}
.page-bar-popover .menu-item:hover {
  background-color: #f3f5f9;
}
.page-bar-popover .menu-item.active .tmagic-design-button {
  color: #2882e0;
}

.m-editor-page-bar-search-panel {
  position: absolute;
  bottom: 32px;
  border: 1px solid #d9dbdd;
  padding: 6px 10px;
  width: 100%;
  box-sizing: border-box;
}
.m-editor-page-bar-search-panel .tmagic-design-form-item {
  margin-bottom: 0;
}

.m-editor-props-panel {
  height: 100%;
  position: relative;
  --props-style-panel-width: 300px;
}
.m-editor-props-panel .m-editor-props-form-panel {
  padding-bottom: 10px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.m-editor-props-panel .m-editor-props-form-panel .tmagic-design-scrollbar {
  height: 100%;
}
.m-editor-props-panel .m-editor-props-property-panel.show-style-panel {
  padding-right: var(--props-style-panel-width);
}
.m-editor-props-panel .m-editor-props-property-panel.show-style-panel .m-editor-props-panel-src-icon {
  right: calc(15px + var(--props-style-panel-width));
}
.m-editor-props-panel .m-editor-props-property-panel .tmagic-design-form {
  padding-right: 10px;
  padding-left: 10px;
}
.m-editor-props-panel .m-editor-props-property-panel .tmagic-design-form > .m-container-tab > .tmagic-design-tabs > .el-tabs__content {
  padding-top: 55px;
}
.m-editor-props-panel .m-editor-props-property-panel .tmagic-design-form > .m-container-tab > .tmagic-design-tabs > .el-tabs__header.is-top {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
}
.m-editor-props-panel .m-editor-props-style-panel {
  position: absolute;
  width: var(--props-style-panel-width);
  right: 0;
  top: 0;
  background: #fff;
  z-index: 12;
}
.m-editor-props-panel .m-editor-props-style-panel .tmagic-design-scrollbar {
  height: calc(100% - 38px - 1px);
}
.m-editor-props-panel .m-editor-props-style-panel .m-editor-props-style-panel-title {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 0 5px;
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #d9dbdd;
}
.m-editor-props-panel .m-editor-props-panel-src-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 30;
  opacity: 0.5;
}
.m-editor-props-panel .m-editor-props-panel-src-icon:hover {
  opacity: 1;
}
.m-editor-props-panel .m-editor-props-panel-style-icon {
  position: absolute;
  right: 15px;
  bottom: 60px;
  z-index: 30;
  opacity: 0.5;
}
.m-editor-props-panel .m-editor-props-panel-style-icon:hover {
  opacity: 1;
}
.m-editor-props-panel .m-editor-props-panel-src-code.magic-code-editor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.m-editor-props-panel .m-editor-resizer {
  position: absolute;
  display: block;
  top: 0;
  right: var(--props-style-panel-width);
  z-index: 13;
}
.m-editor-props-panel.small .el-form-item__label {
  font-size: 12px;
}
.m-editor-props-panel.small .m-fieldset legend {
  font-size: 12px;
}
.m-editor-props-panel.small .el-tabs__item {
  font-size: 12px;
}
.m-editor-props-panel .el-input__wrapper {
  border-radius: 0;
}
.m-editor-props-panel .m-fields-group-list .tmagic-design-table th {
  font-size: 12px;
}

.m-editor-props-panel-popper.small span,
.m-editor-props-panel-popper.small a,
.m-editor-props-panel-popper.small p {
  font-size: 12px;
}

.magic-editor-content-menu {
  position: fixed;
  font-size: 12px;
  background: #fff;
  box-shadow: 0 2px 8px 2px rgba(68, 73, 77, 0.16);
  z-index: 1000;
  transform-origin: 0% 0%;
  font-weight: 600;
  padding: 4px 0px;
  overflow: auto;
  max-height: 80%;
  min-width: 180px;
}
.magic-editor-content-menu .menu-item {
  color: #333;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  min-width: 140px;
  transition: all 0.2s ease 0s;
  padding: 5px 14px;
  border-left: 2px solid transparent;
}
.magic-editor-content-menu .menu-item .el-button {
  width: 100%;
  justify-content: flex-start;
}
.magic-editor-content-menu .menu-item .el-button--text,
.magic-editor-content-menu .menu-item i {
  color: #313a40;
}
.magic-editor-content-menu .menu-item .magic-editor-icon {
  margin-right: 5px;
}
.magic-editor-content-menu .menu-item.divider {
  padding: 0 14px;
}
.magic-editor-content-menu .menu-item.divider .el-divider {
  margin: 0;
}
.magic-editor-content-menu .menu-item.button:hover {
  background-color: #f3f5f9;
}
.magic-editor-content-menu .menu-item.button:hover .tmagic-design-button,
.magic-editor-content-menu .menu-item.button:hover .tmagic-design-button:active,
.magic-editor-content-menu .menu-item.button:hover .tmagic-design-button:focus {
  color: #313a40;
}
.magic-editor-content-menu .menu-item.button:hover.menu-item i {
  color: #313a40;
}
.magic-editor-content-menu .menu-item.button.active {
  background-color: #2882e0;
}
.magic-editor-content-menu .menu-item.button.active .tmagic-design-button,
.magic-editor-content-menu .menu-item.button.active .tmagic-design-button:active,
.magic-editor-content-menu .menu-item.button.active .tmagic-design-button:focus {
  color: #fff;
  background-color: transparent;
}
.magic-editor-content-menu .menu-item.button.active.menu-item i {
  color: #fff;
}

.m-editor-stage {
  position: relative;
  width: 100%;
  height: calc(100% - 32px);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-editor-stage:focus-visible {
  outline: none;
}

.m-editor-stage-container {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  transition: transform 0.3s;
  box-sizing: content-box;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.m-editor-stage-container::-webkit-scrollbar {
  width: 0 !important;
}

.m-editor-stage-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 20;
}

.m-editor-stage-overlay-close.tmagic-design-icon {
  position: fixed;
  right: 20px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
}

.m-editor-stage-float-button {
  cursor: pointer;
  transform: translateY(-50%);
  width: 12px;
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  left: 100%;
  top: 50%;
  padding: 5px;
  background-color: #ffffff;
  transition: background-color 0.2s;
  color: rgba(0, 0, 0, 0.88);
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.m-editor-node-list-menu {
  height: 100%;
  width: 100%;
  min-width: 300px;
  max-height: 500px;
}

.m-container-vs-code .el-form-item {
  margin-bottom: 0;
}

.magic-code-editor {
  width: 100%;
}

.magic-code-editor-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.magic-code-editor-wrapper.full-screen {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}
.magic-code-editor-wrapper .magic-code-editor-content {
  width: 100%;
  height: 100%;
}
.magic-code-editor-wrapper .magic-code-editor-content .margin {
  margin: 0;
}
.magic-code-editor-wrapper .magic-code-editor-full-screen-icon {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 11;
  opacity: 0.3;
}
.magic-code-editor-wrapper .magic-code-editor-full-screen-icon:hover {
  opacity: 1;
}

.tmagic-design-icon {
  --color: inherit;
  height: 1em;
  width: 1em;
  position: relative;
  fill: currentColor;
}
.tmagic-design-icon img {
  max-width: 100%;
  max-height: 100%;
}

.m-fields-code-select {
  width: 100%;
}

.m-fields-event-select {
  width: 100%;
}
.m-fields-event-select .fullWidth {
  width: 100%;
}
.m-fields-event-select .event-select-code {
  margin-left: 20px;
  width: auto;
}
.m-fields-event-select .m-form-panel {
  margin: 10px 0px;
}
.m-fields-event-select .el-card.is-always-shadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
}

.m-fields-code-select-col,
.m-fields-data-source-method-select {
  width: 100%;
}

.code-select-container,
.data-source-method-select-container {
  display: flex;
  align-items: center;
}
.code-select-container .select,
.data-source-method-select-container .select {
  flex: 10 0 100px;
}
.code-select-container .icon,
.data-source-method-select-container .icon {
  flex: 1 0 20px;
  cursor: pointer;
  margin-right: 5px;
}

.m-editor-layout {
  width: 100%;
  display: flex;
  justify-self: space-between;
}
.m-editor-layout:has(.m-editor-resizer-dragging) {
  overflow: hidden;
}

.m-editor-breadcrumb {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 10;
}

.data-source-list-panel .list-container .list-item .codeIcon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.data-source-list-panel .list-container .list-item .compIcon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.data-source-list-panel-add-menu {
  padding: 4px 0;
}
.data-source-list-panel-add-menu .menu-item {
  cursor: pointer;
  transition: all 0.2s ease 0s;
  padding: 5px 14px;
}
.data-source-list-panel-add-menu .menu-item:hover {
  background-color: #f3f5f9;
}

.m-editor-data-source-fields {
  width: 100%;
}
.m-editor-data-source-fields .tmagic-design-table {
  width: 100%;
}
.m-editor-data-source-fields .m-editor-data-source-fields-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.m-editor-data-source-methods {
  width: 100%;
}
.m-editor-data-source-methods .tmagic-design-table {
  width: 100%;
}
.m-editor-data-source-methods .m-editor-data-source-methods-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.tmagic-data-source-input-text .el-input__wrapper.tmagic-data-source-input-text-wrapper {
  overflow: hidden;
  padding-right: 30px;
}
.tmagic-data-source-input-text .el-input__inner {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.tmagic-data-source-input-text .tmagic-data-source-input-icon {
  position: absolute;
  right: 7px;
}

.m-fields-key-value {
  display: flex;
  justify-items: center;
  align-items: top;
  width: 100%;
}

.m-fields-key-value-item {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.m-fields-key-value-delimiter {
  margin: 0 10px;
}

.m-fields-key-value-delete {
  margin-left: 10px;
}

.m-editor-tree {
  color: #313a40;
  font-size: 13px;
}
.m-editor-tree .m-editor-tree-node {
  cursor: pointer;
  white-space: nowrap;
}
.m-editor-tree .m-editor-tree-node .tree-node {
  display: flex;
  align-items: center;
}
.m-editor-tree .m-editor-tree-node .tree-node:hover {
  background-color: #f3f5f9;
  color: #313a40;
}
.m-editor-tree .m-editor-tree-node .tree-node.selected {
  background-color: #2882e0;
  color: #f3f5f9;
}
.m-editor-tree .m-editor-tree-node .tree-node.drag-inner .tree-node-content {
  background-color: rgba(40, 130, 224, 0.5);
  color: #f3f5f9;
}
.m-editor-tree .m-editor-tree-node .tree-node.drag-before .tree-node-content {
  border-top-color: rgba(40, 130, 224, 0.5);
}
.m-editor-tree .m-editor-tree-node .tree-node.drag-after .tree-node-content {
  border-bottom-color: rgba(40, 130, 224, 0.5);
}
.m-editor-tree .m-editor-tree-node .tree-node .expand-icon {
  padding: 4px;
  box-sizing: content-box;
  font-size: 14px;
}
.m-editor-tree .m-editor-tree-node .tree-node .tree-node-content {
  display: flex;
  flex: 1;
  justify-content: space-between;
  height: 22px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.m-editor-tree .m-editor-tree-node .tree-node .tree-node-content .tree-node-label {
  line-height: 22px;
  flex: 1;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-editor-tree .m-editor-tree-node .tree-node .tree-node-content .tree-node-label .disabled {
  cursor: default;
}
.m-editor-tree .m-editor-tree-node .tree-node .tree-node-content .tree-node-label .hook {
  color: #999;
}
.m-editor-tree .m-editor-tree-node .tree-node .tree-node-tool {
  display: flex;
  align-items: center;
}
.m-editor-tree .m-editor-tree-node .tree-node .tree-node-tool .tmagic-design-icon {
  margin-right: 10px;
}
.m-editor-tree .m-editor-tree-empty {
  text-align: center;
  color: #909399;
  font-size: 14px;
}

.m-editor-float-box {
  position: absolute;
  background-color: #fff;
  z-index: 100;
  border: 1px solid #d9dbdd;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 100%;
}
.m-editor-float-box .m-editor-float-box-title {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  cursor: move;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9dbdd;
}
.m-editor-float-box .m-editor-float-box-body {
  overflow: auto;
  flex: 1;
  padding: 0 16px;
}

.m-editor-floating-box-moveable {
  opacity: 0;
}

.m-fields-page-fragment-select {
  width: 100%;
}
.m-fields-page-fragment-select .page-fragment-select-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.m-fields-page-fragment-select .page-fragment-select-container .select {
  flex: 1;
}
.m-fields-page-fragment-select .page-fragment-select-container .icon {
  margin-left: 10px;
}

.m-fields-data-source-select,
.m-fields-data-source-field-select,
.m-fields-data-source-method-select .data-source-method-select-container,
.m-fields-code-select-col .code-select-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.m-fields-data-source-select .m-fields-select-action-button,
.m-fields-data-source-field-select .m-fields-select-action-button,
.m-fields-data-source-method-select .data-source-method-select-container .m-fields-select-action-button,
.m-fields-code-select-col .code-select-container .m-fields-select-action-button {
  margin-left: 5px;
}

.m-fields-data-source-field-select {
  width: 100%;
}
.m-fields-data-source-field-select .m-editor-data-source-field-select {
  display: flex;
  width: 100%;
}
.m-fields-data-source-field-select .m-editor-data-source-field-select .tmagic-design-select {
  flex: 1;
  margin-right: 10px;
}
.m-fields-data-source-field-select .m-editor-data-source-field-select .tmagic-design-cascader {
  flex: 2;
}
.m-fields-data-source-field-select .tmagic-design-button {
  margin-left: 5px;
  padding: 5px 8px;
}

.border-box-container {
  display: flex;
}
.border-box-container .border-icon-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 88px;
}
.border-box-container .border-icon-container-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.border-box-container .border-icon-container-row + .border-icon-container-row {
  margin-top: 8px;
}
.border-box-container .border-icon-container .border-icon {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-color: #111;
  border-style: solid;
  cursor: pointer;
}
.border-box-container .border-icon-container .border-icon + .border-icon {
  margin-left: 8px;
}
.border-box-container .border-icon-container .border-icon.active {
  border-width: 1px;
  border-color: var(--el-color-primary);
}
.border-box-container .border-icon-container .border-icon.border-icon-top {
  border-top-width: 2px;
  border-style: solid dashed dashed dashed;
}
.border-box-container .border-icon-container .border-icon.border-icon-right {
  border-right-width: 2px;
  border-style: dashed solid dashed dashed;
}
.border-box-container .border-icon-container .border-icon.border-icon-bottom {
  border-bottom-width: 2px;
  border-style: dashed dashed solid dashed;
}
.border-box-container .border-icon-container .border-icon.border-icon-left {
  border-left-width: 2px;
  border-style: dashed dashed dashed solid;
}
.border-box-container .border-value-container {
  margin-left: 16px;
  flex: 1;
}

.layout-box-container {
  position: relative;
  width: 100%;
  height: 130px;
}
.layout-box-container .help-txt {
  float: left;
  margin-left: -10px;
  transform: scale(0.75);
}
.layout-box-container .outer-top-border,
.layout-box-container .inner-top-border,
.layout-box-container .outer-right-border,
.layout-box-container .inner-right-border,
.layout-box-container .outer-bottom-border,
.layout-box-container .inner-bottom-border,
.layout-box-container .outer-left-border,
.layout-box-container .inner-left-border {
  position: absolute;
  transition: all 0.3s ease;
}
.layout-box-container .outer-top-border .next-input,
.layout-box-container .inner-top-border .next-input,
.layout-box-container .outer-right-border .next-input,
.layout-box-container .inner-right-border .next-input,
.layout-box-container .outer-bottom-border .next-input,
.layout-box-container .inner-bottom-border .next-input,
.layout-box-container .outer-left-border .next-input,
.layout-box-container .inner-left-border .next-input {
  position: absolute;
  height: 20px;
}
.layout-box-container .outer-top-border .next-input input,
.layout-box-container .inner-top-border .next-input input,
.layout-box-container .outer-right-border .next-input input,
.layout-box-container .inner-right-border .next-input input,
.layout-box-container .outer-bottom-border .next-input input,
.layout-box-container .inner-bottom-border .next-input input,
.layout-box-container .outer-left-border .next-input input,
.layout-box-container .inner-left-border .next-input input {
  padding: 0;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  font-weight: 400;
  vertical-align: top;
  background-color: transparent;
  color: #333;
  text-align: center;
  line-height: 20px;
  height: 20px;
}
.layout-box-container .outer-top-border,
.layout-box-container .inner-top-border {
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #d6e4ff;
}
.layout-box-container .outer-top-border .next-input,
.layout-box-container .inner-top-border .next-input {
  left: 0;
  right: 0;
  top: -20px;
}
.layout-box-container .outer-top-border {
  top: 0;
  left: 0;
  right: 0;
}
.layout-box-container .inner-top-border {
  top: 25px;
  left: 25px;
  right: 25px;
}
.layout-box-container .outer-top-border:hover,
.layout-box-container .inner-top-border:hover {
  border-top: 20px solid #bfd4fb;
}
.layout-box-container .outer-right-border,
.layout-box-container .inner-right-border {
  width: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #d6e4ff;
}
.layout-box-container .outer-right-border .next-input,
.layout-box-container .inner-right-border .next-input {
  top: 0;
  bottom: 0;
  right: -20px;
  width: 20px;
  margin: auto;
}
.layout-box-container .outer-right-border .next-input input,
.layout-box-container .inner-right-border .next-input input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
}
.layout-box-container .outer-right-border {
  top: 5px;
  bottom: 5px;
  right: 0;
}
.layout-box-container .inner-right-border {
  top: 30px;
  bottom: 30px;
  right: 25px;
}
.layout-box-container .outer-right-border:hover,
.layout-box-container .inner-right-border:hover {
  border-right: 20px solid #bfd4fb;
}
.layout-box-container .outer-bottom-border,
.layout-box-container .inner-bottom-border {
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #d6e4ff;
}
.layout-box-container .outer-bottom-border .next-input,
.layout-box-container .inner-bottom-border .next-input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
.layout-box-container .outer-bottom-border {
  bottom: 0;
  left: 0;
  right: 0;
}
.layout-box-container .inner-bottom-border {
  bottom: 25px;
  left: 25px;
  right: 25px;
}
.layout-box-container .outer-bottom-border:hover,
.layout-box-container .inner-bottom-border:hover {
  border-bottom: 20px solid #bfd4fb;
}
.layout-box-container .outer-left-border,
.layout-box-container .inner-left-border {
  width: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #d6e4ff;
}
.layout-box-container .outer-left-border .next-input,
.layout-box-container .inner-left-border .next-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 20px;
  margin: auto;
}
.layout-box-container .outer-left-border .next-input input,
.layout-box-container .inner-left-border .next-input input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 20px;
}
.layout-box-container .outer-left-border {
  top: 5px;
  bottom: 5px;
  left: 0;
}
.layout-box-container .inner-left-border {
  top: 30px;
  bottom: 30px;
  left: 25px;
}
.layout-box-container .outer-left-border:hover,
.layout-box-container .inner-left-border:hover {
  border-left: 20px solid #bfd4fb;
}

.background-position-container {
  display: flex;
  width: 100%;
}
.background-position-container .presets-value-list {
  display: flex;
  flex-wrap: wrap;
  width: 80px;
  height: auto;
}
.background-position-container .presets-value-list .tmagic-design-button + .tmagic-design-button {
  margin-left: 2px;
}
.background-position-container .presets-value-list .tmagic-design-button:nth-child(3n+1) {
  margin-left: 0 !important;
}
.background-position-container .presets-value-list .t-button--variant-text {
  padding-left: 2px;
  padding-right: 2px;
}
.background-position-container .presets-value-list .position-icon {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #1d1f24;
}
.background-position-container .presets-value-list .position-icon.active {
  background-color: #2882e0;
}
.background-position-container .presets-value-list .position-icon.active::after {
  border: 1px solid #fff;
}
.background-position-container .presets-value-list .position-icon::after {
  position: absolute;
  content: "";
  border: 1px solid #1d1f24;
  box-sizing: border-box;
}
.background-position-container .presets-value-list .position-icon.left-top::after {
  top: 1px;
  left: 1px;
  width: 6px;
  height: 6px;
}
.background-position-container .presets-value-list .position-icon.center-top::after {
  top: 1px;
  left: 1px;
  width: 12px;
  height: 6px;
}
.background-position-container .presets-value-list .position-icon.right-top::after {
  top: 1px;
  right: 1px;
  width: 6px;
  height: 6px;
}
.background-position-container .presets-value-list .position-icon.left-center::after {
  top: 1px;
  left: 1px;
  width: 6px;
  height: 12px;
}
.background-position-container .presets-value-list .position-icon.center-center::after {
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
}
.background-position-container .presets-value-list .position-icon.right-center::after {
  top: 1px;
  right: 1px;
  width: 6px;
  height: 12px;
}
.background-position-container .presets-value-list .position-icon.left-bottom::after {
  bottom: 1px;
  left: 1px;
  width: 6px;
  height: 6px;
}
.background-position-container .presets-value-list .position-icon.center-bottom::after {
  bottom: 1px;
  left: 1px;
  width: 12px;
  height: 6px;
}
.background-position-container .presets-value-list .position-icon.right-bottom::after {
  bottom: 1px;
  right: 1px;
  width: 6px;
  height: 6px;
}
.background-position-container .custom-value {
  position: relative;
  flex: 1;
}

.m-fields-style-setter {
  width: 100%;
}
.m-fields-style-setter .tmagic-design-collapse-item > .el-collapse-item__header {
  background-color: #f2f3f7;
  height: 26px;
  min-height: 26px;
  line-height: 26px;
  padding: 0 20px;
  box-sizing: border-box;
}
.m-fields-style-setter .tmagic-design-collapse-item .el-collapse-item__wrap {
  padding: 10px 20px;
}
.m-fields-style-setter .tmagic-design-collapse-item .el-collapse-item__title {
  display: flex;
  align-items: center;
  gap: 3px;
}
.m-fields-style-setter .tmagic-design-collapse-item .el-collapse-item__content {
  padding: 0;
}

.text-align-list {
  display: flex;
  height: 100%;
}
.text-align-list .btn-active {
  color: var(--el-color-primary) !important;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}/*$vite$:1*/