@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans Light'), local('NotoSans-Light'), url(../fonts/nsk/eot/NotoSansKR-Light-Hestia.eot), url(../fonts/nsk/eot/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'), url(../fonts/nsk/woff/NotoSansKR-Light-Hestia.woff) format('woff'), url(../fonts/nsk/otf/NotoSansKR-Light-Hestia.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans Regular'), local('NotoSans-Regular'), url(../fonts/nsk/eot/NotoSansKR-Regular-Hestia.eot), url(../fonts/nsk/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'), url(../fonts/nsk/woff/NotoSansKR-Regular-Hestia.woff) format('woff'), url(../fonts/nsk/otf/NotoSansKR-Regular-Hestia.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans Medium'), local('NotoSans-Medium'), url(../fonts/nsk/eot/NotoSansKR-Medium-Hestia.eot), url(../fonts/nsk/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'), url(../fonts/nsk/woff/NotoSansKR-Medium-Hestia.woff) format('woff'), url(../fonts/nsk/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(../fonts/nsk/eot/NotoSansKR-Bold-Hestia.eot), url(../fonts/nsk/eot/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'), url(../fonts/nsk/woff/NotoSansKR-Bold-Hestia.woff) format('woff'), url(../fonts/nsk/otf/NotoSansKR-Bold-Hestia.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR Light';
  font-style: normal;
  src: local('Noto Sans Light'), local('NotoSans-Light'), url(../fonts/nsk/eot/NotoSansKR-Light-Hestia.eot), url(../fonts/nsk/eot/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'), url(../fonts/nsk/woff/NotoSansKR-Light-Hestia.woff) format('woff'), url(../fonts/nsk/otf/NotoSansKR-Light-Hestia.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR Regular';
  font-style: normal;
  src: local('Noto Sans Regular'), local('NotoSans-Regular'), url(../fonts/nsk/eot/NotoSansKR-Regular-Hestia.eot), url(../fonts/nsk/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'), url(../fonts/nsk/woff/NotoSansKR-Regular-Hestia.woff) format('woff'), url(../fonts/nsk/otf/NotoSansKR-Regular-Hestia.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR Medium';
  font-style: normal;
  src: local('Noto Sans Medium'), local('NotoSans-Medium'), url(../fonts/nsk/eot/NotoSansKR-Medium-Hestia.eot), url(../fonts/nsk/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'), url(../fonts/nsk/woff/NotoSansKR-Medium-Hestia.woff) format('woff'), url(../fonts/nsk/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR Bold';
  font-style: normal;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(../fonts/nsk/eot/NotoSansKR-Bold-Hestia.eot), url(../fonts/nsk/eot/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'), url(../fonts/nsk/woff/NotoSansKR-Bold-Hestia.woff) format('woff'), url(../fonts/nsk/otf/NotoSansKR-Bold-Hestia.otf) format('opentype');
}
html.force-land {
  transform: rotate(-90deg);
  transform-origin: top left;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vh;
  height: 100vw;
}
body.page-manpl-player {
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.6;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.pbs {
  height: 100vh;
  overflow-y: hidden;
}
.draggable {
  touch-action: none;
}
#subloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  /*background-color: #0000000d;*/
  background-color: #00000030;
  z-index: 99999999999 !important;
}
[data-loader="circle-side"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #e24a21;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.modal-backdrop {
  z-index: 99997;
  display: none;
  opacity: 0;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.container-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 99998;
}
.mmodal {
  display: none;
  opacity: 0;
  z-index: 99999;
  background: #FFF;
  position: fixed;
  padding: 35px;
  padding-top: 35px;
  padding-bottom: 30px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  font-family: 'Noto Sans KR';
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
}
.mmodal.small-modal {
  width: 400px;
}
.mmodal.large-modal {
  width: 600px;
}
.mmodal.info-modal .wrapper-icon img {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 60px;
}
.mmodal .btn {
  font-family: 'Noto Sans KR';
  font-size: 15px;
  color: #fc4a1a;
  font-weight: 500;
  width: auto;
  cursor: pointer;
  transition: 0.2s background-color, color ease-in-out;
  outline: none;
  position: relative;
  text-align: center;
  display: inline-block;
  height: 48px;
  padding: 12px 26px;
  line-height: 22px;
  margin-top: 20px;
}
.mmodal .btn-sm {
  height: 42px;
  line-height: 18px;
}
.mmodal .btn-md {
  height: 48px;
  line-height: 24px;
}
.mmodal .btn-lg {
  height: 52px;
  line-height: 28px;
}
.mmodal .btn-square {
  background: #e24a21;
  color: #FFF;
  border: 1px solid #e24a21;
}
.mmodal .btn-square:hover {
  background: #e63707;
  color: #FFF;
}
.mmodal .btn-full {
  width: 100%;
}
.mmodal .btn-primary {
  border-radius: 3px;
  border: 1px solid #e24a21;
  background-color: #e24a21;
  color: #FFF;
}
.mmodal .btn-primary:hover,
.mmodal .btn-primary:focus,
.mmodal .btn-primary:active {
  background: #e63707 !important;
  color: #FFF;
  border-color: #e63707 !important;
}
.mmodal .btn-outline {
  border-radius: 3px;
  border: 1px solid #e24a21;
  background-color: #fff;
  color: #e24a21;
}
.mmodal .btn-outline:hover,
.mmodal .btn-outline:focus,
.mmodal .btn-outline:active {
  background: #e24a21 !important;
  color: #FFF;
  border-color: #e24a21 !important;
}
.mmodal .btn-gray {
  border: 1px solid #666;
  color: #666;
}
.mmodal .btn-gray:hover,
.mmodal .btn-gray:focus,
.mmodal .btn-gray:active {
  background: #666 !important;
  border-color: #666 !important;
}
.mmodal .btn-round {
  border-radius: 70px;
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.mmodal span.btn-close {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 16px;
  right: 16px;
  color: #afafaf;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.mmodal span.btn-close svg {
  width: 100%;
  height: 100%;
  fill: #afafaf;
}
.mmodal h3 {
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.mmodal h3.mb-long {
  margin-bottom: 40px;
}
.mmodal .title {
  color: #333;
  font-size: 15.5px;
  font-weight: 500;
  margin-bottom: 8px;
}
.mmodal p {
  color: #626262;
  font-size: 15px;
  margin-top: 2px;
  margin-bottom: 10px;
  line-height: 1.65;
  text-align: center;
}
.mmodal p.line-title {
  color: #000;
  font-size: 16.5px;
  margin-bottom: 15px;
}
.mmodal button.btn-half {
  display: inline-block;
  width: calc(50% - 7px);
}
.mmodal button.btn-half:nth-of-type(1) {
  margin-right: 5px;
}
.mmodal button.btn-half:nth-of-type(2) {
  margin-left: 5px;
}
.mmodal .form-group {
  position: relative;
  width: 100%;
}
.mmodal .form-group input:disabled {
  background: #eee;
  opacity: 0.8;
}
.mmodal .form-group .line-error {
  color: #ea3c3c;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0px;
  display: none;
}
.mmodal input {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
}
.mmodal .form-control {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 8.5px 15px;
  border: 1px solid #e3e3e3;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}
.mmodal .form-control:focus {
  border-color: #fc4a1a9c;
}
.mmodal .wrapper-select {
  position: relative;
}
.mmodal .wrapper-select.disabled::after {
  opacity: .4;
}
.mmodal .wrapper-select::after {
  content: "";
  width: 12px;
  height: 8px;
  background-color: #484848;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  display: block;
  position: absolute;
  top: 21px;
  right: 12px;
}
.mmodal .wrapper-select select {
  width: 100%;
  border-color: #e3e3e3;
  height: 50px;
  font-size: 15px;
  padding-left: 12px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  appearance: none;
}
.state-linkmode-dragdrop * {
  pointer-events: none;
}
.state-linkmode-dragdrop .element-item .icon-drag,
.state-linkmode-dragdrop .guide-set-dragdrop {
  pointer-events: auto;
}
.state-linkmode-dragdrop .element-item .icon-drag {
  cursor: pointer;
}
.guide-set-dragdrop {
  padding: 8px 20px;
  background: var(--elf--selected-color);
  position: absolute;
  font-weight: 500;
  color: #FFF;
  right: 0px;
  font-size: 23px;
  cursor: pointer;
  z-index: 99999999;
  border-bottom-left-radius: 5px;
  animation: guidePulse 1.5s infinite;
  width: 100%;
  text-align: center;
  top: -83px;
  border-radius: 0px;
}
.guide-set-dragdrop svg {
  width: 60px;
  height: 60px;
  fill: #FFF;
}
@keyframes guidePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(226, 74, 33, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(226, 74, 33, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(226, 74, 33, 0);
  }
}
.element-item.artboard .btn-switch-page {
  font-size: 20px;
  color: #FFF;
  font-weight: 500;
  width: auto;
  transition: 0.2s background-color, color ease-in-out;
  outline: none;
  position: relative;
  text-align: center;
  display: inline-block;
  height: auto;
  padding: 10px 15px;
  line-height: 22px;
  margin-top: 20px;
  background: #fc4a1a;
  background: #696969;
  left: -150px;
  top: -20px;
  line-height: 1.6;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 99;
}
.element-item.artboard .btn-switch-page.disabled {
  opacity: .2;
}
.element-item.artboard .btn-switch-page svg {
  left: -5px;
  position: relative;
  display: none;
}
.element-item.artboard .btn-switch-page span.badge {
  color: #FFF;
  position: absolute;
  width: 20px;
  height: 20px;
  right: -17px;
  top: -15px;
  border: 1px solid #FFF;
  background: #e24a21;
  padding: 15px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 20px;
}
.overlay-state-linkmode-dragdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #00000085;
}
.layout-main .layout-middle > .splitter {
  display: none;
}
.wrapper-leader-line {
  z-index: 9999999999;
  position: absolute;
  top: -85px;
  left: -420px;
}
.layout-main .layout-middle .layout-body {
  overflow: hidden;
}
.layout-main .layout-top.bbn {
  border-bottom: none !important;
}
.layout-left.brn {
  border-right: none !important;
}
.layout-right.bln {
  border-left: none !important;
}
.canvas-view.totop {
  z-index: 999999999;
}
.elf--horizontal-ruler.gl {
  left: 0px;
}
.elf--vertical-ruler.gt {
  top: 0px;
}
.leader-line {
  z-index: 2;
}
.leader-line defs use {
  stroke-width: 1.5px !important;
}
.wrapper-simplebar .none-result {
  margin-top: 150px;
  text-align: center;
}
.wrapper-simplebar .none-result img {
  width: 80px;
  display: inline-block;
}
.wrapper-simplebar .none-result p {
  text-align: center;
  font-weight: 700;
}
.elf--property > .property-title.pl {
  padding-left: 20px;
}
.elf--property-interaction {
  background: #f5f5f5;
  margin: 0;
  padding: 4px 0;
}
.elf--property-interaction .property-body {
  padding-left: 20px;
}
.designeditor[data-theme="dark"] .elf--property-interaction {
  background: #2d353e;
}
.elf--property-interaction:nth-of-type(1) .property-title.pl {
  padding-top: 0px;
}
.elf--property-interaction:nth-of-type(1),
.elf--property-interaction:nth-of-type(2) {
  border-bottom-style: dashed;
}
.wrapper-option-dragdrop .item-option[data-type="drag"] svg {
  fill: #e24a21 !important;
}
.wrapper-option-dragdrop .item-option[data-type="drop"] svg {
  fill: #3b89f0 !important;
}
.wrapper-option-answer,
.wrapper-option-dragdrop,
.wrapper-option-switch-page {
  display: flex;
}
.wrapper-option-answer .item-option[data-type="correct"] svg {
  fill: #1eab00;
  width: 22px;
  height: 22px;
}
.wrapper-option-answer .item-option[data-type="wrong"] svg {
  fill: #d70000;
  width: 22px;
  height: 22px;
}
.wrapper-option-dragdrop .item-option[data-type="drag"] svg {
  width: 21px;
  height: 21px;
  fill: var(--elf--font-color);
}
.wrapper-option-dragdrop .item-option[data-type="drop"].disabled > div {
  opacity: .3;
  cursor: default;
}
.wrapper-option-dragdrop .item-option[data-type="drop"] svg {
  width: 22px;
  height: 22px;
  fill: var(--elf--font-color);
}
.wrapper-option-switch-page .item-option[data-type="switch-page"].disabled > div {
  opacity: .3;
  cursor: default;
}
.wrapper-option-switch-page .item-option[data-type="switch-page"] svg {
  position: relative;
  top: 1px;
  width: 22px;
  height: 22px;
  fill: var(--elf--font-color);
}
.property-item .item-option {
  margin-right: 20px;
}
.property-item .item-option > div {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.property-item .item-option svg {
  margin-right: 5px;
}
.property-item .item-option span {
  font-size: 12.5px;
  font-weight: 500;
}
#wrapper-preview-manpl .element-item .text-content {
  position: relative;
}
.element-item .icon-correct {
  display: inline-block;
  background-image: url(../images/studio/icon_check.svg);
  background-size: 28px 28px;
  height: 54px;
  width: 54px;
  background-color: #2daa10;
  background-size: 72%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  border: 2px solid #FFF;
  z-index: 9999;
}
.element-item .icon-wrong {
  display: inline-block;
  background-image: url(../images/studio/icon_clear.svg);
  background-size: 28px 28px;
  height: 54px;
  width: 54px;
  background-color: #d70000;
  background-size: 72%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  border: 2px solid #FFF;
  z-index: 9999;
}
.element-item .icon-drag {
  display: inline-block;
  background-image: url(../images/studio/icon_drag.svg);
  background-size: 28px 28px;
  height: 54px;
  width: 54px;
  background-color: var(--elf--selected-color);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  border: 2px solid #FFF;
  z-index: 9999;
}
.element-item .icon-drag.pulse {
  animation: dragPulse 1.5s infinite;
}
@keyframes dragPulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(226, 74, 33, 0.8);
  }
  70% {
    transform: scale(1.3);
    box-shadow: 0 0 0 15px rgba(226, 74, 33, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(226, 74, 33, 0);
  }
}
.element-item .icon-drop {
  display: inline-block;
  background-image: url(../images/studio/icon_drop.svg);
  background-size: 28px 28px;
  height: 54px;
  width: 54px;
  background-color: #3b89f0;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  border: 2px solid #FFF;
  z-index: 9999;
  cursor: pointer;
}
.element-item .icon-drop.pulse {
  animation: dropPulse 1.5s infinite;
}
@keyframes dropPulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(59, 137, 240, 0.8);
  }
  70% {
    transform: scale(1.3);
    box-shadow: 0 0 0 15px rgba(59, 137, 240, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(59, 137, 240, 0);
  }
}
.element-item .icon-switch-page {
  display: inline-block;
  background-size: 28px 28px;
  height: 54px;
  width: 54px;
  background-color: #585858;
  color: #FFF;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  border: 2px solid #FFF;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.element-item .icon-switch-page svg {
  fill: #FFF;
  width: 32px;
  height: 32px;
  left: -6px;
  position: relative;
}
.element-item .icon-switch-page span.badge {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -13px;
  top: -8px;
  border: 1px solid #FFF;
  background: #e24a21;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 20px;
}
.element-item .icon-switch-page.icon-switch-page-correct {
  background-color: #2da912;
}
.element-item .icon-switch-page.icon-switch-page-wrong {
  background-color: #d70000;
}
.element-item .icon-switch-page.icon-switch-page-click {
  background-color: #585858;
}
.element-item.two-icon .icon-correct,
.element-item.two-icon .icon-wrong {
  margin-left: -65px;
}
.element-item.two-icon .icon-switch-page {
  margin-left: 5px;
}
button.elf--menu-item.disabled {
  opacity: .4;
  pointer-events: none;
}
.element-item.path svg {
  transform: none !important;
  left: 0px !important;
  top: 0px !important;
}
div.element-item.path {
  filter: none !important;
}
.overlay-preview-manpl {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0.5;
  z-index: 99998;
  background: #000;
}
.overlay-preview-manpl.show {
  display: block;
}
#wrapper-preview-manpl {
  display: none;
  width: 95%;
  height: 95%;
  background-color: #FFF;
  position: fixed;
  z-index: 99999;
  top: 2.5%;
  left: 2.5%;
  border-radius: 10px;
  overflow: hidden;
}
#wrapper-preview-manpl .wrapped-element-item {
  display: flex;
}
#wrapper-preview-manpl .dragdrop-line {
  display: none;
}
#wrapper-preview-manpl .wrapped-element-item.draggable.totop {
  position: relative;
  z-index: 1;
}
#wrapper-preview-manpl .page-contents .drop.drop-active {
  border: 5px dotted #3b89f0 !important;
  background: #3b89f014 !important;
}
#wrapper-preview-manpl .page-contents .drop.drop-target {
  background: #3b89f050 !important;
}
#wrapper-preview-manpl .element-item.correct,
#wrapper-preview-manpl .element-item.wrong {
  box-shadow: none !important;
  border: none;
}
#wrapper-preview-manpl .icon-correct,
#wrapper-preview-manpl .icon-wrong,
#wrapper-preview-manpl .element-item .icon-drag,
#wrapper-preview-manpl .element-item .icon-drop,
#wrapper-preview-manpl .icon-switch-page {
  display: none;
}
#wrapper-preview-manpl.show {
  display: block;
}
#wrapper-preview-manpl .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  border-bottom: 1px solid #cfcfcf;
  height: 55px;
  box-sizing: border-box;
}
#wrapper-preview-manpl .header .left {
  width: 100px;
  height: 21px;
}
#wrapper-preview-manpl .header .left img {
  width: 100px;
  height: 21px;
}
#wrapper-preview-manpl .header .center {
  font-size: 17px;
  font-weight: 700;
  padding-top: 2px;
}
#wrapper-preview-manpl .header .center .text-current-page {
  color: #e24a21;
  font-weight: 700;
}
#wrapper-preview-manpl .header .center .text-total-page {
  font-weight: 700;
}
#wrapper-preview-manpl .header .right {
  display: inline-block;
  width: 26px;
  height: 26px;
}
#wrapper-preview-manpl .header .right .btn-close-preview-manpl,
#wrapper-preview-manpl .header .right .btn-close-preview-manpl-modal {
  cursor: pointer;
  width: 26px;
  height: 26px;
}
#wrapper-preview-manpl .header .right .btn-close-preview-manpl svg,
#wrapper-preview-manpl .header .right .btn-close-preview-manpl-modal svg {
  width: 26px;
  height: 26px;
}
#wrapper-preview-manpl .header .btn-export-pdf {
  width: 100px;
  height: 50px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  width: auto;
  background: #e24a21;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 82px;
  top: 9.5px;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
}
#wrapper-preview-manpl .header .btn-export-pdf.disabled {
  opacity: .9;
}
#wrapper-preview-manpl .header .btn-export-pdf.disabled img {
  margin-left: 6px;
  width: 20px;
  height: 20px;
}
#wrapper-preview-manpl .header .btn-export-pdf span {
  position: relative;
}
#wrapper-preview-manpl .side-right {
  position: absolute;
  width: 250px;
  height: calc(100% - 55px);
  top: 55px;
  right: 0px;
}
#wrapper-preview-manpl .side-right .btn-show-list-tab {
  display: none;
}
#wrapper-preview-manpl .side-right .list-thumbnail {
  width: 100%;
  height: calc(100% - 65px);
  max-height: calc(100% - 65px);
  padding: 10px;
  overflow-y: scroll;
}
#wrapper-preview-manpl .side-right .list-thumbnail::-webkit-scrollbar {
  width: 5px;
}
#wrapper-preview-manpl .side-right .list-thumbnail::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 150px;
}
#wrapper-preview-manpl .side-right .list-thumbnail::-webkit-scrollbar-thumb {
  border-radius: 150px;
  border: 0px solid transparent;
  background-clip: content-box;
  background-image: linear-gradient(-131deg, #e7b02b 0%, #c13e51 100%);
}
#wrapper-preview-manpl .side-right .list-thumbnail .thumb-item {
  display: block;
  position: relative;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.12), 0 0px 3px 0px rgba(0, 0, 0, 0.1), 1px 2px 3px 3px rgba(0, 0, 1, 0.05);
  background: #FFF;
  cursor: pointer;
  margin-bottom: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
#wrapper-preview-manpl .side-right .list-thumbnail .thumb-item.active {
  border: 3px solid #e24a21;
  box-shadow: none;
}
#wrapper-preview-manpl .side-right .list-thumbnail .thumb-item.active .box-page-no {
  width: 28px;
  height: 28px;
  line-height: 30px;
}
#wrapper-preview-manpl .side-right .list-thumbnail .thumb-item:last-of-type {
  margin-bottom: 0px;
}
#wrapper-preview-manpl .side-right .list-thumbnail .thumb-item .box-page-no {
  background: #e24a21;
  color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 13px;
  font-weight: 700;
  z-index: 999999;
}
#wrapper-preview-manpl .side-right .list-thumbnail .thumb-item .item {
  width: 100%;
  height: 100%;
  transform-origin: 0% 0%;
}
#wrapper-preview-manpl .contents {
  background: #f1f1f2;
  width: calc(100% - 250px);
  height: calc(100% - 55px);
  padding: 70px 60px;
  box-sizing: border-box;
  position: relative;
  top: 0px;
  right: 0px;
}
#wrapper-preview-manpl .contents .wrapper-page {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper-preview-manpl .contents .wrapper-page .overlay-switch-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapper-preview-manpl .contents .wrapper-page .overlay-switch-page .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33333370;
}
#wrapper-preview-manpl .contents .wrapper-page .overlay-switch-page p {
  z-index: 99999;
  color: #FFF;
  font-size: 2rem;
}
#wrapper-preview-manpl .contents .wrapper-page .overlay-switch-page p b {
  color: #e24a21;
}
#wrapper-preview-manpl .contents .wrapper-page .frame {
  display: flex;
  flex: 0 0 auto;
  position: absolute;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .wrapper-btn-action {
  position: absolute;
  right: -135px;
  display: flex;
  flex-direction: column;
  z-index: 99999;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .btn-check-correct {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  background: #03a9f4;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .btn-check-correct span {
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 20px;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .btn-check-correct img {
  width: 50px;
  height: 50px;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .btn-check-correct svg {
  display: none;
  width: 50px;
  height: 50px;
  fill: #FFF;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .btn-init {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  background: #f99377;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .btn-init span {
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 20px;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .btn-init img {
  width: 50px;
  height: 50px;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .btn-init svg {
  display: none;
  width: 50px;
  height: 50px;
  fill: #FFF;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .btn-arrow {
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  position: absolute;
  cursor: pointer;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .btn-arrow.btn-go-prev {
  left: -120px;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .btn-arrow.btn-go-next {
  right: -120px;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .btn-arrow.disabled {
  opacity: .4;
  pointer-events: none;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: -75px;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .footer .btn {
  width: 100px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  width: auto;
  height: 50px;
  padding: 4px 20px;
  background: #e24a21;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .footer .btn.disabled {
  opacity: .4;
  pointer-events: none;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .footer .btn svg {
  fill: #FFF;
  position: relative;
  top: 0.5px;
  margin: 0 4px;
  width: 28px;
  height: 28px;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .footer .btn span {
  font-weight: 500;
  font-size: 22px;
  position: relative;
  top: 0px;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .footer .input-page {
  width: 50px;
  height: 50px;
  border: 1px solid #e24a21;
  border-radius: 4px;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .footer .input-page input {
  border: none;
  width: 50px;
  height: 50px;
  width: 100%;
  height: 100%;
  font-size: 25px;
  font-weight: bold;
  color: #e24a21;
  border-radius: 5px;
  padding: 0px;
  appearance: none;
  text-align: center;
  outline: none;
}
#wrapper-preview-manpl .contents .wrapper-page .frame .footer .input-page input.disabled {
  pointer-events: none;
}
#wrapper-preview-manpl .contents .wrapper-page .page {
  display: none;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 1px 50px 0 rgba(0, 0, 0, 0.06);
  background: #FFF;
  overflow: hidden;
}
#wrapper-preview-manpl .contents .wrapper-page .page.active {
  display: flex;
  flex: 0 0 auto;
}
#wrapper-preview-manpl .contents .wrapper-page .page .page-contents {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#wrapper-preview-manpl .contents .wrapper-page .page .page-contents .show-ox {
  z-index: 2;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wrapper-preview-manpl .contents .wrapper-page .page .page-contents .show-correct {
  background-image: url(../images/studio/icon-correct.svg);
  animation: scaling 0.5s;
  animation-iteration-count: 1;
}
@-webkit-keyframes scaling {
  From {
    -webkit-transform: scale(0.5);
  }
  To {
    -webkit-transform: scale(1);
  }
}
#wrapper-preview-manpl .contents .wrapper-page .page .page-contents .show-warning {
  background-image: url(../images/studio/icon-warning.svg);
  animation: scaling 0.5s;
  animation-iteration-count: 1;
}
@-webkit-keyframes scaling {
  From {
    -webkit-transform: scale(0.5);
  }
  To {
    -webkit-transform: scale(1);
  }
}
#wrapper-preview-manpl .contents .wrapper-page .page .page-contents .show-wrong {
  background-image: url(../images/studio/icon-wrong.svg);
  animation: shake 0.5s;
  /* When the animation is finished, start again */
  animation-iteration-count: 1;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(3px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-5px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(5px, 0, 0);
  }
}
#container-temp-thumbnail {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 9999999999;
  align-items: center;
  justify-content: center;
}
#container-temp-thumbnail .wrapper-temp-thumbnail {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
#container-temp-thumbnail .wrapper-temp-thumbnail .thumb-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.page-manpl-player *,
.page-manpl-preview * {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.page-manpl-player #app,
.page-manpl-preview #app {
  display: none;
}
.page-manpl-player #wrapper-preview-manpl,
.page-manpl-preview #wrapper-preview-manpl {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0px;
}
.page-manpl-player .modal-backdrop,
.page-manpl-preview .modal-backdrop {
  z-index: 9999999997;
}
.page-manpl-player .container-modal,
.page-manpl-preview .container-modal {
  z-index: 9999999998;
}
.page-manpl-player .mmodal,
.page-manpl-preview .mmodal {
  z-index: 9999999999;
}
.page-manpl-player #modal-export-pdf,
.page-manpl-preview #modal-export-pdf {
  border-radius: 10px;
}
.wrapper-top-title {
  margin-bottom: 0px;
}
.wrapper-top-title .property-title {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wrapper-top-title .property-title label {
  font-size: 12.5px;
  text-transform: initial;
  display: flex;
  align-items: center;
}
.wrapper-top-title .property-title span.badge {
  line-height: 19px;
  background: #ffede2 !important;
  color: #fc4a1a !important;
  padding: 4px 10px;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 700;
  margin-left: 6px;
  display: inline-block;
  background: #ffede2;
  text-decoration: none;
  border-radius: 2px;
  margin-left: 0px;
}
.wrapper-top-title .property-title .wrapper-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  top: 1px;
}
.wrapper-top-title .property-title .wrapper-btns .btn {
  margin-left: 8px;
}
.wrapper-top-title .property-title .wrapper-btns .btn.btn-remove-layer svg {
  width: 26px;
  height: 26px;
}
.wrapper-top-title .property-title .wrapper-btns .btn svg {
  width: 22px;
  height: 22px;
  fill: var(--elf--input-font-color);
}
.container-workspace-tab {
  overflow: hidden;
  height: 100%;
  margin: 0px;
}
.container-workspace-tab .section-label {
  margin-left: 10px;
}
.wrapper-workspace {
  margin-top: 10px;
  margin-bottom: 10px;
  position: absolute;
  left: 0px;
  top: 32px;
  right: 0px;
  bottom: 0px;
  box-sizing: border-box;
  padding: 10px 10px;
  padding-top: 0px;
  margin-top: 10px !important;
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 4px;
  padding-right: 4px;
}
.wrapper-workspace::-webkit-scrollbar {
  width: 5px;
}
.wrapper-workspace::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 150px;
}
.wrapper-workspace::-webkit-scrollbar-thumb {
  border-radius: 150px;
  border: 0px solid transparent;
  background-clip: content-box;
  background-image: linear-gradient(-131deg, #e7b02b 0%, #c13e51 100%);
}
.wrapper-workspace h3 {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 8px;
  text-align: center;
  line-height: 13px;
}
.wrapper-workspace h3 a {
  font-size: 13px;
  text-decoration: none;
  color: var(--elf--font-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.wrapper-workspace .line-page {
  margin-bottom: 7px;
  text-align: center;
  font-size: 11px;
  color: var(--elf--font-color);
}
.wrapper-workspace .product-wrapper {
  width: 50%;
  padding: 4px;
}
.wrapper-workspace .product-wrapper.active .product {
  border: 2px solid #e24a21;
}
.wrapper-workspace .product-wrapper .product {
  display: flex;
  box-shadow: none;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 3px #cccccc96;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}
.wrapper-workspace .product-wrapper .product.limited {
  opacity: 0.4;
  pointer-events: none;
}
.wrapper-workspace .product-wrapper .product .product-media {
  background: #e7e7e7;
  margin: 0px;
  width: 100%;
  height: 100%;
}
.wrapper-workspace .product-wrapper .product .product-media .wrapper-image {
  width: 100%;
  position: relative;
  background: #e7e7e7;
}
.wrapper-workspace .product-wrapper .product .product-media .wrapper-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.wrapper-workspace .product-wrapper .product .product-media .wrapper-image a.thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wrapper-workspace .product-wrapper .product .product-media .wrapper-image a.thumb.bg-check-transparent {
  background-image: url('../images/bg_transparent.jpeg');
  background-repeat: no-repeat;
  background-size: 200%;
}
.wrapper-workspace .product-wrapper .product .product-media .wrapper-image a.thumb .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.wrapper-workspace .product-wrapper .product .product-media .wrapper-image a.thumb img {
  object-fit: cover;
  border-radius: 5px;
  width: auto;
  max-height: 90%;
  max-width: 90%;
}
.wrapper-workspace .product-wrapper .product .product-details {
  padding: 0px 5px;
  width: 100%;
  display: block;
}
.wrapper-workspace .product-wrapper .product .product-details .product-cat {
  color: #e24a21;
  font-weight: 700;
  display: block;
  font-size: 1.3rem;
  overflow: visible;
  margin-bottom: 6px;
}
.wrapper-workspace .product-wrapper .product .product-details .product-name {
  font-size: 1.6rem;
  margin-top: 8px;
  margin-bottom: 3px;
  overflow: visible;
  width: 100%;
}
.wrapper-workspace .product-wrapper .product .product-details .product-editor {
  font-size: 1.3rem;
}
.f-dropdown {
  position: relative;
  z-index: 10;
}
.f-dropdown select {
  display: none;
}
.f-dropdown > span {
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  position: relative;
  color: #bbb;
  border: 1px solid #ccc;
  background: #fff;
  transition: color 0.2s ease, border-color 0.2s ease;
  background-color: transparent;
  height: 38px;
  border: 1px solid var(--elf--border-color);
}
.f-dropdown > span .line-label {
  display: none;
}
.f-dropdown > span img {
  width: auto;
  height: 95%;
  margin-right: 0px;
}
.f-dropdown > span:before,
.f-dropdown > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 46%;
  right: 12px;
  background: #000;
  transition: all 0.3s ease;
}
.f-dropdown > span:before {
  margin-right: 4px;
  transform: scale(0.96, 0.8) rotate(50deg);
}
.f-dropdown > span:after {
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.f-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(7 * 42px);
  top: 28px;
  left: 0;
  z-index: 1;
  right: 0;
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transform: translate(0, 5px);
}
.f-dropdown ul li {
  padding: 0;
  margin: 0;
}
.f-dropdown ul li a {
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all .2s ease;
  display: flex;
  align-items: center;
  height: 42px;
}
.f-dropdown ul li a img {
  width: auto;
  height: 95%;
  margin-right: 0px;
}
.f-dropdown ul li a .line-label {
  display: none;
}
.f-dropdown ul li.active a {
  color: #FFF;
  background: #e1e1e1;
}
.f-dropdown ul li:first-child a {
  border-radius: 3px 3px 0 0;
}
.f-dropdown ul li:last-child a {
  border-radius: 0 0 3px 3px;
}
.f-dropdown.disabled {
  opacity: 0.7;
}
.f-dropdown.disabled > span {
  cursor: not-allowed;
}
.f-dropdown.filled > span {
  color: #000;
}
.f-dropdown.open {
  z-index: 15;
}
.f-dropdown.open > span {
  border-color: #AAA;
}
.f-dropdown.open > span:before,
.f-dropdown.open > span:after {
  background: #000;
}
.f-dropdown.open > span:before {
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.f-dropdown.open > span:after {
  transform: scale(0.96, 0.8) rotate(50deg);
}
.f-dropdown.open ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.f-group {
  max-width: 250px;
  margin: 0 auto;
  text-align: left;
}
.f-group select {
  width: 100%;
}
.f-control {
  font-size: 14px;
  line-height: normal;
  color: #000;
  display: inline-block;
  background-color: #ffffff;
  border: #ccc 1px solid;
  border-radius: 6px;
  padding: 8px 12px;
  outline: none;
  max-width: 250px;
}
.elf--shortcut-window .list {
  padding: 3px 7px;
}
.elf--window-background .window .window-title {
  font-size: 16px;
}
.elf--window-background .window .window-title .tools {
  position: relative;
  top: -1px;
}
.elf--window-background .window .window-title .tools button svg {
  width: 22px;
  height: 22px;
}
.elf--shortcut-window .list .item h2 {
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 30px;
}
.elf--shortcut-window .list .item:nth-of-type(1) h2 {
  margin-top: 15px;
}
.guide-content-set-dragdrop p {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.guide-content-set-dragdrop p .icon-drag-temp {
  display: inline-block;
  background-image: url(../images/studio/icon_drag.svg);
  background-size: 28px 28px;
  height: 54px;
  width: 54px;
  background-color: var(--elf--selected-color);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #FFF;
  z-index: 9999;
  margin: 0 10px;
}
.guide-content-set-dragdrop p .line-yellow,
.guide-content-set-dragdrop p .line-green {
  border: 2px dashed #e55c3a;
  width: 68px;
  height: 1px;
  margin: 0 22px;
}
.guide-content-set-dragdrop p .line-green {
  border-color: #65c96f;
}
.guide-content-set-dragdrop p .text-yellow {
  color: #e55c3a;
  margin-right: 8px;
}
.guide-content-set-dragdrop p .text-green {
  color: #65c96f;
  margin-right: 8px;
}
.guide-content-set-dragdrop p .text-gray {
  color: #999;
  margin-left: 8px;
}
.designeditor .tab.number-tab.side-tab.side-tab-left .tab-header .tab-item[data-value="6"].disabled {
  opacity: .9;
}
.designeditor .tab.number-tab.side-tab.side-tab-left .tab-header .tab-item[data-value="6"].disabled img {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 2px;
  top: 0px;
}
#modal-guide-dragdrop .wrapper-youtube video {
  width: 100%;
}
#modal-guide-dragdrop button.btn-close {
  margin-top: 10px;
}
.elf--property > .property-title {
  grid-template-columns: 1fr 72px;
}
.element-item.artboard .toolbar-artboard {
  z-index: 99;
}
.wrapper-leader-line {
  left: -386px;
}
.btn-fill-all-artboard .icon {
  width: 22px !important;
  height: 22px !important;
  top: 2px;
  position: relative;
}
.btn-fill-all-artboard svg path {
  fill: var(--elf--input-font-color) !important;
}
.btn-fill-all-artboard svg rect {
  fill: transparent !important;
}
.layout-main .layout-middle .layout-right {
  width: 0px !important;
  overflow: visible;
}
.layout-main .layout-middle .layout-right .object-items {
  overflow-y: scroll;
}
.layout-main .layout-middle .layout-right .btn-show-layer-tab {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: -25px;
  top: 50%;
  width: 25px;
  height: auto;
  color: #FFF;
  background: #e24a21;
  display: block;
  text-align: center;
  padding: 6px 4px;
  margin-top: -60px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 11px;
  opacity: .9;
  font-weight: 700;
}
.layout-main .layout-middle .layout-body {
  left: 370px !important;
  right: 0px !important;
}
.layout-main .layout-middle .layout-left {
  width: 370px !important;
}
.elf--custom-assets .wrapper-top-fixed {
  width: 309px !important;
}
#app.show-layer-tab .layout-main .layout-middle .layout-right {
  width: 280px !important;
}
#app.show-layer-tab .layout-main .layout-middle .layout-body {
  right: 280px !important;
}
@media screen and (max-width: 1800px) {
  #wrapper-preview-manpl .side-right {
    width: 200px;
  }
  #wrapper-preview-manpl .contents {
    width: calc(100% - 200px);
  }
}
.designeditor .tab > .tab-body > .tab-content .line-content.line-category {
  padding-left: 10px;
  padding-right: 50px;
  height: 38px;
  overflow: hidden;
  position: relative;
}
.designeditor .tab > .tab-body > .tab-content .line-content.line-category.full {
  overflow: visible;
  height: auto;
}
.designeditor .tab > .tab-body > .tab-content .line-content.line-category .btn-show-category-full {
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 11px;
  color: #e24a21;
}
.designeditor .tab > .tab-body > .tab-content .line-content.line-category a {
  text-decoration: none;
}
.designeditor .tab > .tab-body > .tab-content .line-content.line-category .item-category {
  margin-right: 3px !important;
  margin-top: 3px;
  margin-bottom: 10px;
  border: 1px dashed #e24a21;
  background: #fc4a1a1c;
  color: #fc4a1a !important;
  font-size: 12px;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
}
.designeditor .tab > .tab-body > .tab-content .line-content.line-category .item-category b {
  font-weight: 700;
}
.designeditor .tab > .tab-body > .tab-content .line-content.line-category .item-category:last-of-type {
  margin-right: 0px;
}
.elf--custom-assets .elf--asset-list .asset-preview .product-price {
  padding: 2px;
  text-align: center;
  position: relative;
  top: 11px;
  background: #FFF;
  color: #222;
  font-weight: 500;
}
.elf--custom-assets .elf--asset-list .asset-preview .product-price .price {
  font-size: 14px;
}
.elf--custom-assets .elf--asset-list .asset-preview .product-price .price.main-color {
  color: #e24a21;
}
.elf--custom-assets .elf--asset-list .asset-preview .product-price .price.free {
  font-size: 13px;
}
.elf--custom-assets .elf--asset-list.has-price {
  grid-auto-rows: 150px;
}
.elf--custom-assets .elf--asset-list.has-price .asset-preview {
  padding-bottom: 35.5px;
}
.elf--custom-assets.tab-library .wrapper-simplebar .none-result {
  margin-top: 200px;
}
.elf--custom-assets.tab-library .elf--asset-list {
  top: 155px !important;
}
.elf--custom-assets.tab-library .wrapper-tab-library {
  display: inline-flex;
  width: 100%;
  padding: 0 10px;
}
.elf--custom-assets.tab-library .wrapper-tab-library ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.elf--custom-assets.tab-library .wrapper-tab-library ul li {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0px;
  width: calc(50% - 4px);
}
.elf--custom-assets.tab-library .wrapper-tab-library ul li:first-of-type {
  margin-right: 4px;
}
.elf--custom-assets.tab-library .wrapper-tab-library ul li a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border-radius: 5px;
  text-align: left;
  border: 1px solid var(--elf--selected-background-color);
  background: var(--elf--selected-background-color);
  color: #333;
}
.elf--custom-assets.tab-library .wrapper-tab-library ul li a.active {
  color: #FFF;
  border: 1px solid var(--elf--selected-color);
  background: var(--elf--selected-color);
}
.elf--custom-assets .wrapper-tab-library {
  display: none;
}
#modal-confirm-image-buying p {
  position: relative;
  margin-bottom: 5px;
  color: #333;
  text-align: left;
}
#modal-confirm-image-buying p:last-of-type {
  margin-bottom: 15px;
}
#modal-confirm-image-buying p b {
  font-weight: 700;
}
#modal-confirm-image-buying p i {
  color: #e24a21;
  position: absolute;
  top: -5.5px;
  left: 0px;
  font-weight: 700;
  font-size: 21px;
}
#modal-confirm-image-buying p span {
  font-size: 14.5px;
  font-weight: 400;
  padding-left: 22px;
  display: inline-block;
}
#modal-confirm-image-buying .line-agree {
  margin-top: 10px;
  margin-bottom: 20px;
}
#modal-confirm-image-buying .line-agree label {
  color: #e24a21;
  font-size: 15px;
  text-decoration: underline;
  padding-left: 28px;
}
#modal-confirm-image-buying .line-error {
  color: #ea3c3c;
  font-weight: 700;
  font-size: 14px;
  display: none;
}
.custom-checkbox {
  position: absolute;
  opacity: 0;
}
.custom-checkbox + label {
  display: block;
  position: relative;
  padding-left: 2.4rem;
  cursor: pointer;
}
.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 17px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.custom-checkbox:checked + label::before {
  content: '✓';
  font-size: 18px;
  border-color: #fc4a1a;
  background: #fc4a1a;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.btn-show-guide-dragdrop {
  margin-left: 3px;
  font-size: 11px;
  background: #e24a21;
  color: #FFF;
  padding: 2px 8px;
  padding-left: 6px;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 500;
}
.btn-show-guide-dragdrop svg {
  position: relative;
  top: -1.5px;
  left: 2px;
}
.btn-show-guide-dragdrop svg g {
  background: transparent;
  color: transparent;
}
.btn-show-guide-dragdrop svg circle {
  fill: #fff;
  opacity: 1;
}
.btn-show-guide-dragdrop svg rect {
  color: #e24a21;
}
@media screen and (max-width: 1800px) {
  .pointer-rect .pointer {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1200px) {
  #wrapper-preview-manpl .side-right {
    background: #f7f7f7;
    position: absolute;
    right: -200px;
    box-shadow: 1px 0px 10px 1px #aaaaaade;
  }
  #wrapper-preview-manpl .side-right.show-list-tab {
    right: 0px;
  }
  #wrapper-preview-manpl .side-right .btn-show-list-tab {
    cursor: pointer;
    position: absolute;
    left: -25px;
    top: 50%;
    height: auto;
    width: 17px;
    color: #FFF;
    background: #e24a21;
    display: block;
    text-align: center;
    padding: 6px 4px;
    margin-top: -60px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 11px;
    opacity: .9;
    font-weight: 700;
  }
  #wrapper-preview-manpl .contents {
    width: 100%;
  }
}
.element-item.text .text-content * {
  font-family: inherit;
}
