.plugin-pod-modal{position:fixed;top:0;left:0;right:0;bottom:0}.plugin-pod-modal-mask{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--plugin-pod-color_mask);z-index:9}.plugin-pod-modal-wrap{position:absolute;top:0;left:0;right:0;bottom:0;z-index:99}.plugin-pod-modal-loading{display:flex;justify-content:center;align-items:center;-webkit-animation:none!important;animation:none!important}.plugin-pod-modal-loading-icon{display:block;width:20px;height:20px;color:var(--plugin-pod-color_btn_text);-webkit-animation:plugin-pod-loading 1s infinite linear;animation:plugin-pod-loading 1s infinite linear}.plugin-pod-modal-content{background-color:var(--plugin-pod-color_page_background)}.plugin-pod-modal-close{position:absolute;top:8px;right:8px;display:block;width:28px;height:28px;line-height:28px;text-align:center;cursor:pointer;z-index:9}.plugin-pod-modal-close svg{color:var(--plugin-pod-color_text)}.plugin-pod-modal-confirm{display:flex;align-items:center;justify-content:center;position:absolute;right:10px;bottom:30px;width:40px;height:40px;box-shadow:0 10px 20px rgba(0,0,0,.1);border-radius:4px}.plugin-pod-modal--visible-animation .plugin-pod-modal-mask{-webkit-animation:.3s plugin-pod-fadeIn forwards ease;animation:.3s plugin-pod-fadeIn forwards ease}.plugin-pod-modal--not-visible-animation .plugin-pod-modal-mask{-webkit-animation:.3s plugin-pod-fadeOut forwards ease;animation:.3s plugin-pod-fadeOut forwards ease}.plugin-pod-modal--pc .plugin-pod-modal-content{position:absolute;top:50%;left:50%}.plugin-pod-modal--pc .plugin-pod-modal-close{background-color:var(--plugin-pod-color_btn_background);width:40px;height:40px;border-radius:50%;position:absolute;top:-20px;right:-20px;display:flex;align-items:center;justify-content:center}.plugin-pod-modal--pc .plugin-pod-modal-close svg{color:var(--plugin-pod-color_btn_text)}.plugin-pod-modal--pc .plugin-pod-modal-body{max-height:calc(100vh - 120px);overflow:auto}.plugin-pod-modal--pc.plugin-pod-modal--visible-animation .plugin-pod-modal-wrap{-webkit-animation:.3s plugin-pod-fadeIn forwards ease;animation:.3s plugin-pod-fadeIn forwards ease}.plugin-pod-modal--pc.plugin-pod-modal--visible-animation .plugin-pod-modal-content{-webkit-animation:.3s plugin-pod-modal-zoomIn forwards ease;animation:.3s plugin-pod-modal-zoomIn forwards ease}.plugin-pod-modal--pc.plugin-pod-modal--not-visible-animation .plugin-pod-modal-wrap{-webkit-animation:.3s plugin-pod-fadeOut forwards ease;animation:.3s plugin-pod-fadeOut forwards ease}.plugin-pod-modal--pc.plugin-pod-modal--not-visible-animation .plugin-pod-modal-content{-webkit-animation:.3s plugin-pod-modal-zoomOut forwards ease;animation:.3s plugin-pod-modal-zoomOut forwards ease}.plugin-pod-modal--mb .plugin-pod-modal-content{height:100%}.plugin-pod-modal--mb .plugin-pod-modal-body{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.plugin-pod-modal--mb .plugin-pod-modal-body::-webkit-scrollbar{display:none}.plugin-pod-modal--mb.plugin-pod-modal--visible-animation .plugin-pod-modal-wrap{-webkit-animation:.3s plugin-pod-slideInBottom forwards ease;animation:.3s plugin-pod-slideInBottom forwards ease}.plugin-pod-modal--mb.plugin-pod-modal--not-visible-animation .plugin-pod-modal-wrap{-webkit-animation:.3s plugin-pod-slideOutBottom forwards ease;animation:.3s plugin-pod-slideOutBottom forwards ease}@-webkit-keyframes plugin-pod-modal-zoomIn{0%{-webkit-transform:translateX(-50%) translateY(-50%) scale(.5);transform:translate(-50%) translateY(-50%) scale(.5)}to{-webkit-transform:translateX(-50%) translateY(-50%) scale(1);transform:translate(-50%) translateY(-50%) scale(1)}}@keyframes plugin-pod-modal-zoomIn{0%{-webkit-transform:translateX(-50%) translateY(-50%) scale(.5);transform:translate(-50%) translateY(-50%) scale(.5)}to{-webkit-transform:translateX(-50%) translateY(-50%) scale(1);transform:translate(-50%) translateY(-50%) scale(1)}}@-webkit-keyframes plugin-pod-modal-zoomOut{0%{-webkit-transform:translateX(-50%) translateY(-50%) scale(1);transform:translate(-50%) translateY(-50%) scale(1)}to{-webkit-transform:translateX(-50%) translateY(-50%) scale(.5);transform:translate(-50%) translateY(-50%) scale(.5)}}@keyframes plugin-pod-modal-zoomOut{0%{-webkit-transform:translateX(-50%) translateY(-50%) scale(1);transform:translate(-50%) translateY(-50%) scale(1)}to{-webkit-transform:translateX(-50%) translateY(-50%) scale(.5);transform:translate(-50%) translateY(-50%) scale(.5)}}@-webkit-keyframes plugin-pod-slideInBottom{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes plugin-pod-slideInBottom{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes plugin-pod-slideOutBottom{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes plugin-pod-slideOutBottom{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes plugin-pod-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes plugin-pod-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes plugin-pod-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes plugin-pod-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes plugin-pod-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes plugin-pod-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.plugin-pod-button{text-align:center;font-size:16px;display:flex;align-items:center;justify-content:center;line-height:1;flex-grow:1;padding:12px;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;border-radius:4px;box-sizing:border-box;border:1px solid transparent;background-color:var(--plugin-pod-color_btn_background);color:var(--plugin-pod-color_btn_text);-webkit-transform:translateZ(0);transform:translateZ(0)}.plugin-pod-button-ghost{border-color:var(--plugin-pod-color_btn_background);background-color:var(--plugin-pod-color_page_background);color:var(--plugin-pod-color_btn_background)}.plugin-pod-button-customize{border-color:#ffa800;background-color:#ffa800;color:#fff}.plugin-pod-button-customize svg{margin-right:10px;flex-shrink:0}.plugin-pod-button:hover{opacity:.9}.plugin-pod-button.loading{cursor:default}.plugin-pod-button.loading .plugin-pod-button-content{opacity:0}.plugin-pod-button.loading svg{display:inline-block}.plugin-pod-button.disabled:not(.loading){opacity:.3;cursor:not-allowed}.plugin-pod-button-middle{min-height:44px;font-size:14px}.plugin-pod-button-middle .plugin-pod-button-content{line-height:1.25}.plugin-pod-button-large{min-height:56px;font-size:18px}.plugin-pod-button-large .plugin-pod-button-content{line-height:1.25}.plugin-pod-button-loadingIcon{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;color:currentColor;display:none;vertical-align:middle;width:20px;height:20px;-webkit-animation:plugin-pod-loading 1s infinite linear;animation:plugin-pod-loading 1s infinite linear}.plugin-pod-message{padding:24px;color:var(--plugin-pod-color_body)}.plugin-pod-message-modal.plugin-pod-modal--mb .plugin-pod-modal-wrap{display:flex;justify-content:center;align-items:center}.plugin-pod-message-modal.plugin-pod-modal--mb .plugin-pod-modal-content{max-width:calc(100vw - 32px);height:auto}.plugin-pod-message-modal.plugin-pod-modal--mb .plugin-pod-modal-body{height:auto;overflow-y:visible}.plugin-pod-message-modal.plugin-pod-modal--mb.plugin-pod-modal--visible-animation .plugin-pod-modal-wrap{-webkit-animation:.3s fadeIn forwards ease;animation:.3s fadeIn forwards ease}.plugin-pod-message-modal.plugin-pod-modal--mb.plugin-pod-modal--visible-animation .plugin-pod-modal-content{-webkit-animation:.3s zoomIn forwards ease;animation:.3s zoomIn forwards ease}.plugin-pod-message-modal.plugin-pod-modal--mb.plugin-pod-modal--not-visible-animation .plugin-pod-modal-wrap{-webkit-animation:.3s fadeOut forwards ease;animation:.3s fadeOut forwards ease}.plugin-pod-message-modal.plugin-pod-modal--mb.plugin-pod-modal--not-visible-animation .plugin-pod-modal-content{-webkit-animation:.3s zoomOut forwards ease;animation:.3s zoomOut forwards ease}.plugin-pod-message-title{line-height:22px;margin-bottom:16px;font-size:16px;font-weight:700}.plugin-pod-message-body{margin-bottom:24px;font-size:14px;line-height:24px;font-weight:400px;opacity:.8}.plugin-pod-message-footer{display:flex;justify-content:flex-end}.plugin-pod-message-btn{width:124px;font-weight:700;flex-grow:0}.plugin-pod-message[data-is-mobile] .plugin-pod-message-btn{width:auto;flex-grow:1}.plugin-pod-toast{position:absolute;top:50%;left:50%;box-sizing:content-box;z-index:1050;max-width:320px;margin:0;padding:0;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.plugin-pod-toast__inner{display:inline-block;padding:16px 32px;background:#000;color:#fff;opacity:.85;font-size:14px;border-radius:4px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";pointer-events:none;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.15);pointer-events:all}.plugin-pod-toast__hidden{display:none!important}.plugin-pod-toast--loading{display:flex;flex-direction:column;align-items:center;justify-content:center;width:88px;max-width:70%;min-height:88px;padding:16px;color:#fff;font-size:14px;white-space:pre-wrap;text-align:center;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;color:#c8c9cc;font-size:0;vertical-align:middle}.plugin-pod-toast--loading-style2{background-color:transparent}.plugin-pod-toast--loading-style2 .plugin-pod-toast__content{display:none}.plugin-pod-toast__loading{padding:4px;color:#fff}.plugin-pod-toast__text{min-width:96px;min-height:0;margin-top:8px;color:#fff;font-size:14px}.plugin-pod-toast__fullscreen{position:fixed!important}.plugin-pod-loading{position:relative;color:#c8c9cc;font-size:0;vertical-align:middle}.plugin-pod-loading__circular{display:block;width:100%;height:100%}.plugin-pod-loading__circular circle{-webkit-animation:plugin-pod-circular 1.5s ease-in-out infinite;animation:plugin-pod-circular 1.5s ease-in-out infinite;stroke:currentColor;stroke-width:3;stroke-linecap:round}.plugin-pod-loading__text{display:inline-block;margin-left:8px;color:#969799;vertical-align:middle;font-size:14px}.plugin-pod-loading__spinner{position:relative;display:inline-block;max-width:100%;width:100%;height:30px;max-height:100%;vertical-align:middle;-webkit-animation:plugin-pod-rotate .8s linear infinite;animation:plugin-pod-rotate .8s linear infinite}.plugin-pod-loading__spinner--circular{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes plugin-pod-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}@keyframes plugin-pod-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}@-webkit-keyframes plugin-pod-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes plugin-pod-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.plugin-pod-confirm-modal.plugin-pod-modal--mb .plugin-pod-modal-wrap{max-height:calc(100vh - 80px);top:auto}.plugin-pod-confirm-modal.plugin-pod-modal--mb .plugin-pod-modal-wrap .plugin-pod-modal-content{border-radius:6px 6px 0 0}.plugin-pod-confirm-modal-content[data-is-mobile=false]{padding:60px}.plugin-pod-confirm-modal-desc{line-height:160%;font-size:12px;font-weight:700;color:var(--plugin-pod-color_text);letter-spacing:.2em;margin-bottom:24px}.plugin-pod-confirm-modal-content[data-is-mobile=false] .plugin-pod-confirm-modal-buttons{display:flex;justify-content:flex-end}.plugin-pod-confirm-modal-content[data-is-mobile=false] .plugin-pod-confirm-modal-buttons .plugin-pod-button{display:inline-flex;flex-grow:0;padding:12px 20px;font-size:18px;font-weight:600}.plugin-pod-confirm-modal-content[data-is-mobile=false] .plugin-pod-confirm-modal-buttons .plugin-pod-button .plugin-pod-button-content{line-height:0}.plugin-pod-confirm-modal-content[data-is-mobile=false] .plugin-pod-confirm-modal-buttons .plugin-pod-button+.plugin-pod-button{margin-left:12px}.plugin-pod-confirm-modal-content[data-is-mobile=true]{padding:20px}.plugin-pod-confirm-modal-content[data-is-mobile=true] .plugin-pod-confirm-modal-desc{margin-bottom:20px}.plugin-pod-confirm-modal-content[data-is-mobile=true] .plugin-pod-confirm-modal-buttons{display:flex;padding-top:20px}.plugin-pod-confirm-modal-content[data-is-mobile=true] .plugin-pod-confirm-modal-buttons .plugin-pod-button{display:inline-flex;padding:9px;font-size:16px;font-weight:600;flex:1}.plugin-pod-confirm-modal-content[data-is-mobile=true] .plugin-pod-confirm-modal-buttons .plugin-pod-button .plugin-pod-button-content{line-height:0}.plugin-pod-confirm-modal-content[data-is-mobile=true] .plugin-pod-confirm-modal-buttons .plugin-pod-button+.plugin-pod-button{margin-left:10px}.drag-resize-box{position:absolute;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;border:1px solid #ffa800}.drag-resize-move-handle{width:100%;height:100%;cursor:grab}.drag-resize-move-handle:active{cursor:grabbing}.drag-resize-border{position:absolute}.drag-resize-border.drag-resize-border-top{top:-2.5px;left:0;width:100%;height:5px;cursor:ns-resize}.drag-resize-border.drag-resize-border-top.data-rotation-status-r1{cursor:ns-resize}.drag-resize-border.drag-resize-border-top.data-rotation-status-r2{cursor:nesw-resize}.drag-resize-border.drag-resize-border-top.data-rotation-status-r3{cursor:ew-resize}.drag-resize-border.drag-resize-border-top.data-rotation-status-r4{cursor:nwse-resize}.drag-resize-border.drag-resize-border-top.data-rotation-status-r5{cursor:ns-resize}.drag-resize-border.drag-resize-border-top.data-rotation-status-r6{cursor:nesw-resize}.drag-resize-border.drag-resize-border-top.data-rotation-status-r7{cursor:ew-resize}.drag-resize-border.drag-resize-border-top.data-rotation-status-r8{cursor:nwse-resize}.drag-resize-border.drag-resize-border-right{top:0;right:-2px;height:100%;width:5px;cursor:ew-resize}.drag-resize-border.drag-resize-border-right.data-rotation-status-r1{cursor:ew-resize}.drag-resize-border.drag-resize-border-right.data-rotation-status-r2{cursor:nwse-resize}.drag-resize-border.drag-resize-border-right.data-rotation-status-r3{cursor:ns-resize}.drag-resize-border.drag-resize-border-right.data-rotation-status-r4{cursor:nesw-resize}.drag-resize-border.drag-resize-border-right.data-rotation-status-r5{cursor:ew-resize}.drag-resize-border.drag-resize-border-right.data-rotation-status-r6{cursor:nwse-resize}.drag-resize-border.drag-resize-border-right.data-rotation-status-r7{cursor:ns-resize}.drag-resize-border.drag-resize-border-right.data-rotation-status-r8{cursor:nesw-resize}.drag-resize-border.drag-resize-border-bottom{bottom:-2px;left:0;width:100%;height:5px;cursor:ns-resize}.drag-resize-border.drag-resize-border-bottom.data-rotation-status-r1{cursor:ns-resize}.drag-resize-border.drag-resize-border-bottom.data-rotation-status-r2{cursor:nesw-resize}.drag-resize-border.drag-resize-border-bottom.data-rotation-status-r3{cursor:ew-resize}.drag-resize-border.drag-resize-border-bottom.data-rotation-status-r4{cursor:nwse-resize}.drag-resize-border.drag-resize-border-bottom.data-rotation-status-r5{cursor:ns-resize}.drag-resize-border.drag-resize-border-bottom.data-rotation-status-r6{cursor:nesw-resize}.drag-resize-border.drag-resize-border-bottom.data-rotation-status-r7{cursor:ew-resize}.drag-resize-border.drag-resize-border-bottom.data-rotation-status-r8{cursor:nwse-resize}.drag-resize-border.drag-resize-border-left{left:-2px;top:0;height:100%;width:5px;cursor:ew-resize}.drag-resize-border.drag-resize-border-left.data-rotation-status-r1{cursor:ew-resize}.drag-resize-border.drag-resize-border-left.data-rotation-status-r2{cursor:nwse-resize}.drag-resize-border.drag-resize-border-left.data-rotation-status-r3{cursor:ns-resize}.drag-resize-border.drag-resize-border-left.data-rotation-status-r4{cursor:nesw-resize}.drag-resize-border.drag-resize-border-left.data-rotation-status-r5{cursor:ew-resize}.drag-resize-border.drag-resize-border-left.data-rotation-status-r6{cursor:nwse-resize}.drag-resize-border.drag-resize-border-left.data-rotation-status-r7{cursor:ns-resize}.drag-resize-border.drag-resize-border-left.data-rotation-status-r8{cursor:nesw-resize}/*!rtl:raw:
  [dir=rtl] .drag-resize-border.drag-resize-border-left {
    right: inherit;
    left: -2px;
  }

  [dir=rtl] .drag-resize-border.drag-resize-border-right {
    left: inherit;
    right: -2px;
  }
*/.drag-resize-point{position:absolute;width:8px;height:8px}.drag-resize-point:before{display:block;position:absolute;width:6px;height:6px;background-color:#ffa800;content:""}.drag-resize-point.drag-resize-point-top-right{top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:nesw-resize}.drag-resize-point.drag-resize-point-top-right:before{top:50%;right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.drag-resize-point.drag-resize-point-top-right.data-rotation-status-r1{cursor:nesw-resize}.drag-resize-point.drag-resize-point-top-right.data-rotation-status-r2{cursor:ew-resize}.drag-resize-point.drag-resize-point-top-right.data-rotation-status-r3{cursor:nwse-resize}.drag-resize-point.drag-resize-point-top-right.data-rotation-status-r4{cursor:ns-resize}.drag-resize-point.drag-resize-point-top-right.data-rotation-status-r5{cursor:nesw-resize}.drag-resize-point.drag-resize-point-top-right.data-rotation-status-r6{cursor:ew-resize}.drag-resize-point.drag-resize-point-top-right.data-rotation-status-r7{cursor:nwse-resize}.drag-resize-point.drag-resize-point-top-right.data-rotation-status-r8{cursor:ns-resize}.drag-resize-point.drag-resize-point-bottom-right{right:0;bottom:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);cursor:nwse-resize}.drag-resize-point.drag-resize-point-bottom-right:before{right:50%;bottom:50%;-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.drag-resize-point.drag-resize-point-bottom-right.data-rotation-status-r1{cursor:nwse-resize}.drag-resize-point.drag-resize-point-bottom-right.data-rotation-status-r2{cursor:ns-resize}.drag-resize-point.drag-resize-point-bottom-right.data-rotation-status-r3{cursor:nesw-resize}.drag-resize-point.drag-resize-point-bottom-right.data-rotation-status-r4{cursor:ew-resize}.drag-resize-point.drag-resize-point-bottom-right.data-rotation-status-r5{cursor:nwse-resize}.drag-resize-point.drag-resize-point-bottom-right.data-rotation-status-r6{cursor:ns-resize}.drag-resize-point.drag-resize-point-bottom-right.data-rotation-status-r7{cursor:nesw-resize}.drag-resize-point.drag-resize-point-bottom-right.data-rotation-status-r8{cursor:ew-resize}.drag-resize-point.drag-resize-point-bottom-left{bottom:0;left:0;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);cursor:nesw-resize}.drag-resize-point.drag-resize-point-bottom-left:before{bottom:50%;left:50%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.drag-resize-point.drag-resize-point-bottom-left.data-rotation-status-r1{cursor:nesw-resize}.drag-resize-point.drag-resize-point-bottom-left.data-rotation-status-r2{cursor:ew-resize}.drag-resize-point.drag-resize-point-bottom-left.data-rotation-status-r3{cursor:nwse-resize}.drag-resize-point.drag-resize-point-bottom-left.data-rotation-status-r4{cursor:ns-resize}.drag-resize-point.drag-resize-point-bottom-left.data-rotation-status-r5{cursor:nesw-resize}.drag-resize-point.drag-resize-point-bottom-left.data-rotation-status-r6{cursor:ew-resize}.drag-resize-point.drag-resize-point-bottom-left.data-rotation-status-r7{cursor:nwse-resize}.drag-resize-point.drag-resize-point-bottom-left.data-rotation-status-r8{cursor:ns-resize}.drag-resize-point.drag-resize-point-top-left{top:0;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:nwse-resize}.drag-resize-point.drag-resize-point-top-left:before{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.drag-resize-point.drag-resize-point-top-left.data-rotation-status-r1{cursor:nwse-resize}.drag-resize-point.drag-resize-point-top-left.data-rotation-status-r2{cursor:ns-resize}.drag-resize-point.drag-resize-point-top-left.data-rotation-status-r3{cursor:nesw-resize}.drag-resize-point.drag-resize-point-top-left.data-rotation-status-r4{cursor:ew-resize}.drag-resize-point.drag-resize-point-top-left.data-rotation-status-r5{cursor:nwse-resize}.drag-resize-point.drag-resize-point-top-left.data-rotation-status-r6{cursor:ns-resize}.drag-resize-point.drag-resize-point-top-left.data-rotation-status-r7{cursor:nesw-resize}.drag-resize-point.drag-resize-point-top-left.data-rotation-status-r8{cursor:ew-resize}/*!rtl:raw:
  [dir=rtl] .drag-resize-point.drag-resize-point-top-left{
    right: inherit;
    left: 0;
    transform: translate(-50%, -50%);
    cursor: nwse-resize;
  }

  [dir=rtl] .drag-resize-point.drag-resize-point-bottom-left {
    right: inherit;
    left: 0;
    transform: translate(-50%, 50%);
    cursor: nesw-resize;
  }

  [dir=rtl] .drag-resize-point.drag-resize-point-top-right{
    left: inherit;
    right: 0;
    transform: translate(50%, -50%);
    cursor: nesw-resize;
  }

  [dir=rtl] .drag-resize-point.drag-resize-point-bottom-right {
    left: inherit;
    right: 0;
    transform: translate(50%, 50%);
    cursor: nwse-resize;
  }
*/.drag-resize-rotate-handle{position:absolute;width:10px;height:17px;top:-17px;left:0;right:0;margin:auto}.drag-resize-rotate-handle .drag-resize-rotate-handle-circle{position:absolute;width:10px;height:10px;cursor:alias}.drag-resize-rotate-handle .drag-resize-rotate-handle-circle:before{box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:10px;height:10px;margin:auto;border-radius:50%;content:"";border:2px solid #ffa800}.drag-resize-rotate-handle .drag-resize-rotate-handle-line{position:absolute;top:9px;right:0;left:0;margin:auto;width:2px;height:8px;background-color:#ffa800}@media screen and (max-width: 750px){.drag-resize-border.drag-resize-border-top{top:-9px;left:0;width:100%;height:18px}.drag-resize-border.drag-resize-border-right{top:0;right:-9px;height:100%;width:18px}.drag-resize-border.drag-resize-border-bottom{bottom:-9px;left:0;width:100%;height:18px}.drag-resize-border.drag-resize-border-left{left:-9px;top:0;height:100%;width:18px}.drag-resize-point{width:18px;height:18px}.drag-resize-rotate-handle .drag-resize-rotate-handle-circle{top:-10px;left:-15px;width:40px;height:30px}}[canvas-layout=preview-controller-back],[canvas-layout=preview-controller-top],[canvas-layout=controller-container],[canvas-layout=canvas-background]{width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0;pointer-events:none}[canvas-layout=controller-container]>div{pointer-events:all}.canvas-controller-title{display:none;position:absolute;font-size:14px;color:#fff;text-shadow:0px 2px 16px rgba(0,0,0,.35);font-weight:700;pointer-events:none;white-space:nowrap}
