.photo-editor
{
    position: relative;
    overflow: hidden;
}

.photo-preview
{
    position: relative;
}
.photo-preview .photo-preview-text.moving
{
    cursor: move;    
    border: 1px dashed red;
}

.photo-preview .photo-preview-text
{
    position: absolute;
    top: 10px;
    left: 10px;
    
    color: #fff;    
    padding: 2px;
    width: 100px;
    word-wrap: break-word;
    font-size: 15px;    
}
.photo-preview .mask
{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #000 !important;
    opacity: 0 !important;
}

* {
    box-sizing: border-box;
  }
  #layouts_sidebox {
    background: #fff;
    text-align: center;
    width: 230px;
    padding-top: 10px;
    height: 500px;
    border: 1px solid #ececec;
    margin-left: 80px;
  }
  
  .layouts_scrollable {
    height: 426px;
    overflow: auto;
    width: 210px;
    margin: 0 auto;
  }
  
  .layouts_scrollable.custom_scrollbar {
    padding-left: 8px;
  }

  .layouts_scrollable .layout._active {
    border: 1px solid #01df7c;
  }
  
  #layouts_holder .layout {
    margin: 0 auto 9px auto;
    width: 180px;
    height: 120px;
    position: relative;
    cursor: pointer;
    background-size: contain;
  }
  
  .arrow {
    position: relative;
    top: 50%;
    margin: 10px;
    color: black;
  }
  
  .back, .left, .right {
    width: 320px;
    height: 500px;
    border: 1px solid #ececec;
    position: relative;
  }
  
  .cardname {
    position: absolute;
    bottom: 6px;
    max-width: 290px;
    padding-top: 12px;
    font-size: 24px;
  }

  .card-shadow {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12), 0 8px 5px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12), 0 8px 5px -5px rgba(0, 0, 0, 0.3);
  }
  
  .left {
    border-right: none;
  }
  
  .photoupload {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: grey;
    text-align: center;
  }
  
  .back, .front, .inside {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  #back, #front,.inside {
    height: 500px;
    overflow: hidden;
  }
  
  
  #back, #front {
    width: 100%;
  }
  
  .photo {
    position: absolute;
    background: #f9f9fb;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    margin: 0;
    overflow: hidden;
  }
  
  .invis {
    display: none;
  }
  
  .tab {
    display: none;
  }
  
  .active {
    display: block;
  }
  
  .photoupload {
    cursor: pointer;
  }

  #left-text1, #left-text2, #right-text, #back-text {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .tool {
    background-color: white;
    border: 1px solid #ececec;
    padding: 10px;
    z-index: 1;
  }
  button.dropdown-toggle {
    width: 100%;
  }

  .remove {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    font-size: 20px;
  }

  .edit {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    font-size: 20px;
  }

  video, audio {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .envelop {
    width: 100%;
    height: 100%;
    background-image: url("../icon/envelope-wide-large.jpg");
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 98%;
  }

  .item-sides {
    text-align: center;
    margin-right: 30px;
  }

  .item-side {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 28px;
    height: 94px;
    cursor: pointer;
  }

  .item-sides .item-side:first-child {
    margin-left: 0;
  }

  .item-thumb.-front {
    width: 40px;
    background-image: url("../icon/item-sides/greeting-sides1.png");
  }
  .item-thumb {
    display: inline-block;
    height: 66px;
    background-repeat: no-repeat;
  }
  .item-thumb.-inside {
    width: 79px;
  }
  .item-thumb.-back {
    width: 42px;
  }
  .item-sides .item-side.active .item-label{
    color: #000;
    font-weight: 700;
  }
  .item-label {
    display: block;
    color: #bebebe;
    font-size: 14px;
  }
  .float-left {
    float: left;
  }
  .float-rigth {
    float: right;
  }

  #overlay_front_card img {
    -webkit-transform: rotateY(-7deg);
    transform: rotateY(-7deg);
    width: 37px;
    height: 56px;
  }
  #overlay_front_card {
    position: absolute;
    top: 4px;
    left: 1px;
    perspective: 267px;
    perspective-origin: 20px -200px;
    -webkit-perspective: 267px;
    -webkit-perspective-origin: 20px -200px;
  }

.item-side.active:after {
  content: "";
  bottom: -13px;
  left: 50%;
  background: url("../icon/item-sides/tab.png");
  margin-left: -7px;
  width: 14px;
  height: 7px;
  position: absolute;
  z-index: 200;
}

.card-header:before,
.card-header:after {
  content: '\20';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.icons-controls {
  padding-top: 58px;
}

.icons-controls.open #qtip-0 {
  opacity: 1;
  top: 100px;
  left: -130px;
}

#qtip-0:hover {
  opacity: 1;
  top: 100px;
  left: -130px;
}

#hotfix_for_sticker_click {
  top: unset;
  bottom: 0;
  left: 25px;
  display: inline-block;
  position: absolute;
  width: 33px;
  height: 32px;
  z-index: 10;
}

.toolbar-icon {
  margin-left: 25px;
  display: inline-block;
}

[class*="icon"] {
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  position: relative;
  margin-right: 5px;
  border: none;
  background-color: none;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button-controls {
  padding-top: 50px;
  margin-left: 30px;
}

#finish-button-wrapper {
  position: relative;
  display: inline-block;
}

.button-controls .button {
  margin-left: 15px;
  font-size: 16px;
}

.button.-size-md {
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 600;
  -webkit-transition: none;
  transition: none;
}

.button.-plain:hover {
  color: #000;
}
.button.-plain {
  background: none;
  padding: 0;
  color: #606062;
  letter-spacing: unset;
}

.button.-size-sm-md {
  line-height: 44px;
  height: 44px;
  border-radius: 40px;
}

.button.-primary {
  background-color: #01df7c;
  box-shadow: 0 2px 10px 0 rgba(2, 200, 148, 0.4);
  font-weight: bold;
  color: #fff;
}

.button {
  height: 36px;
  line-height: 34px;
  border: none;
  letter-spacing: .5px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
  touch-action: manipulation;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

a:hover, a:focus {
  text-decoration: none;
}

#finish-button-wrapper #finish-pulldown-trigger{
  position: relative;
  padding: 0 65px;
  height: auto;
}

#finish-pull-down {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 60px;
  right: 0;
  border-radius: 7px;
  width: 270px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 18px 0;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}

#finish-pull-down:before {
  border-color: hsla(0, 0%, 93.3%, 0);;
  border-bottom-color: #eee;
  border-width: 8px;
  margin-left: -8px;
  right: 43px;
}
#finish-pull-down:before,
#finish-pull-down:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#finish-pull-down:before {
  border-color: hsla(0, 0%, 100%, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
  right: 44px;
}

#finish-button-wrapper.open #finish-pull-down {
  opacity: 1;
  z-index: 10000;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul, li {
  display: list-item;
  list-style: none;
}

ul.pull-down-options li {
  padding: 7px 12px 7px 48px;
  position: relative;
  color: #606062;
  cursor: pointer;
}

ul.pull-down-options li>strong {
  display: block;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 700;
}

ul.pull-down-options li>span {
  opacity: .6;
  font-family: Raleway;
  font-size: 14px;
  line-height: 16px;
}

ul.pull-down-options li>app-icon {
  position: absolute;
  top: 15px;
  left: 18px;
  display: inline-flex;
}

.qtip.tooltip-emoji {
  z-index: 30000!important;
  max-width: 330px;
}

.qtip {
  font-size: 16px;
  line-height: inherit;
  background: #fff;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  border: none;
}

.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  opacity: 0;
  min-width: 50px;
  direction: ltr;
  padding: 0;
}

.hydrated {
  visibility: inherit;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  border: 0 dashed transparent;
  background-color: #fff;
}

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

.qtip .qtip-content {
  -webkit-filter: none;
  filter: none;
  overflow: visible;
  padding: 0;
  border-color: #b9b9b9;
  border-width: 0;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}

.box-content.-even-padding {
  padding: 15px;
  font-size: 14px;
}
#add-custom-sticker-container {
  margin-bottom: 15px;
}
#add-custom-sticker-button {
  display: block;
  font-weight: 700;
  color: #515a5a;
  text-align: center;
  border: 2px dashed #e0e0e0;
  border-radius: 5px;
  padding: 7px;
  margin-top: 10px;
  cursor: pointer;
}

.drop_container {
  font-family: Lato;
  color: #363636;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}

.drop_container .selected {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background: #f9f9fb;
  color: #000;
  border: 1px solid #e7e8ee;
  border-radius: 4px;
  padding: 5px 10px;
  height: 38px;
  max-width: 100%;
  width: 100%;
  font-size: 1em;
  margin-bottom: 15px;
  vertical-align: top;
  position: relative;
}

.drop_container .selected p {
  display: inline-block;
}

.drop_container p {
  margin: 0;
}

.drop_container .selected.now-active {
  border-color: #9e9e9e;
  color: #000;
}

.drop_container ul {
  width: 300px;
  top: 55px;
  cursor: pointer;
  z-index: 99999;
  padding: 0;
  border: 1px solid #f9f9f9;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  background-color: #fff;
}

.custom_scrollbar {
  overflow-y: auto;
}

.drop_container ul li {
  padding-left: 10px;
  padding: 5px 7px 5px 7px;
}

.drop_container ul li.active,
.drop_container ul li:hover {
  background-color: #f9f9fb;
  color: #02d389;
}

ul, li {
  display: list-item;
  list-style: none;
}

.qtip .tooltip-content#stickers_tooltip #stickers {
  height: 375px;
  position: relative;
}

.qtip .emoji-list {
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.stickers {
  display: inline-block;
  margin: 0 9px 0 0;
  cursor: pointer;
  width: 47px;
  height: 50px;
  background-repeat: no-repeat;
}

#previewcard {
  z-index: 20000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-right: 0;
}

.modal.popup {
  overflow: visible;
  min-width: 320px;
  text-align: center;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div .popup {
  display: none;
  position: fixed;
}

.modal:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
}

#previewcard .modal-dialog {
  height: 100%;
}

.modal.popup .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  width: 100%;
  margin: 0;
}

#previewcard .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.modal.popup .modal-content {
  position: relative;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-header {
  padding: 15px 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

#previewcard .modal-body {
  position: static;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal.popup .modal-body {
  padding: 0;
  overflow: hidden;
  border-radius: 9px;
}

.flex-container {
  display: -ms-flexbox;
  display: flex;
}

._preview_container {
  height: 90vh;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
}

.previewcard .drag {
  right: 18vw;
}

.drag {
  position: absolute;
  top: 50%;
  z-index: 0;
}

.layout.layout--is-ready {
  visibility: visible;
}

.previewcard .layout {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}



@media screen and (min-width: 500px) {
  .layout--portrait {
    padding-bottom: 82%;
  }
  .layout--portrait .envelope--is-opened {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@media screen and (min-width: 700px) {
  .layout--portrait {
    padding-bottom: 656px;
  }
}

.layout--portrait .envelope {
  -webkit-transform: translateY(-100%) scale(1);
  transform: translateY(-100%) scale(1);
}

.layout--is--ready .envelope {
  display: block;
}

.envelope {
  position: relative;
  width: 100%;
  height: 100%;
}

.layout *,
.layout *::before,
.layout *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.layout--portrait {
  max-width: 800px;
  height: 0;
  overflow: visible;
}

.envelope::before {
  background-image: url("../icon/envelope_back.avif");
}

.envelope::before,
.envelope::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.envelope::before,
.envelope::after,
.layout--portrait .card {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transition-property: opacity, webkit-transform;
  transition-property: opacity, transform, -webkit-transform;
}

.layout--portrait .card {
  height: 0;
  width: 82%;
  padding-top: 118.408%;
}

.layout--horizontal .card {
  display: block;
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 160vw;
  perspective: 160vw;
}

.is-gesture-enabled {
  cursor: pointer;
}

.envelope::after {
  background-image: url("../icon/envelope_front.avif");
}

.layout--portrait .envelope::before,
.layout--portrait .envelope::after {
  padding-bottom: 82%;
}

@media screen and (min-width: 500px) {
  .layout--portrait .envelope--is-opened .card {
    -webkit-transform: translate(-50%,-15%) scale(.61);
    transform: translate(-50%, -15%) scale(.61);
    z-index: 100;
  }
}

@media screen and (min-width: 992px) 
{
    .box-view
    {
        height: 150px;overflow: hidden;
    }
}

@media screen and (max-width: 992px) 
{
    .box-view
    {
        width: 85%;
        display: block;
        margin: auto;
    }
}

.text::before {
  opacity: 0;
  content: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  outline-offset: -4px;
  outline-width: 1px;
  outline-style: dashed;
  outline-color: inherit;
}

.text {
  cursor: text;
  padding-top: 4px;
  outline-color: #000;
  position: absolute;
  margin: 0;
  color: #fff;
}

.text.now_in_focus::before {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  outline-width: 1px;
  outline-offset: -4px;
}

textarea::-webkit-scrollbar {
  display: none;
}

textarea {
  pointer-events: auto;
  overflow: hidden;
  overflow-wrap: break-word;
  -webkit-transition: none;
  transition: none;
}

.custom_textarea {
  display: block;
  width: 100%;
  margin: -4px 0 0 0;
  resize: none!important;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 0 10px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_textarea {
  outline: none;
  border: none;
  background: none;
  color: #000;
}

textarea {
  -webkit-transition: none;
  transition: none;
}

.photo-preview-text textarea:hover,
.photo-preview-text textarea:focus {
  border: none;
  outline: none;
}

.layout--horizontal .card .card-side {
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  backface-visibility: hidden;
}

.popup_image_style {
  position: absolute;
  width: 360px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup {
  padding: 0;
  border-color: #b9b9b9;
  background-color: #fff;
  border-width: 0;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}

.tooltip-content .tooltipbox .box-header {
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 15px;
  font-family: Museo-700;
  font-size: 1.125em;
  color: #000;
  text-align: center;
}

.tooltip-content .tooltipbox .box-content {
  padding: 5px 15px;
  font-size: 14px;
}

.tooltipbox .effects-row {
  padding: 5px 0 13px;
  margin-top: 0;
  border-bottom: 1px solid #e8e8e8;
}

.clearfix, .grid, .wrap {
  zoom: 1;
}

.clearfix::before,
.clearfix::after,
.grid::before,
.grid::after,
.wrap::before,
.wrap::after {
  content: '\20';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.label1 {
  color: #000;
  display: block;
  font-weight: 600;
  margin-bottom: 7px;
}

.tooltip-content .tooltipbox .effect-tool {
  position: relative;
  display: block;
  margin: 12px 0 15px;
}

.grid {
  position: relative;
  zoom: 1;
}

.grid_1-6 {
  width: 16.66%;
}

[class*='grid_'] {
  float: left;
  position: relative;
}

.tooltip-content .tooltipbox .image-effect,
.tooltip-content .tooltipbox .image-frame {
  color: #a2a7b1;
  text-align: center;
}

.filters .filter, .frames .frame {
  cursor: pointer;
}

label {
  font-weight: normal;
  text-align: center;
}

.filters input[type="radio"],
.frames input[type="radio"] {
  position: absolute;
  left: -4000px;
}

input, textarea, select {
  outline: none;
  margin: 0;
  font-family: inherit;
}

.radio-thumb {
  width: 55px;
  height: 55px;
  display: inline-block;
  border: 3px solid transparent;
  border-radius: 3px;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 0 0;
  object-position: 0 0;
  background-repeat: no-repeat;
}

.tooltip-content .tooltipbox .filter-name {
  display: block;
  margin-top: 5px;
  line-height: 100%;
}

input[type="radio"]:checked+.radio-thumb+.filter-name {
  color: #02d389;
}

input[type="radio"]:checked+.radio-thumb {
  border-color: #02d389;
}

.tooltip-content .tooltipbox .box-footer {
  padding: 10px 15px 20px;
}

.tooltip-content.popup button.-plain {
  font-weight: 400;
}

.button.-plain {
  background: none;
  padding: 0;
  color: #606062;
  letter-spacing: unset;
}

.button.button.-size-sm-md {
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
}

.button {
  padding: 0 25px;
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

button {
  font-family: Raleway, Arial, Helvetica, sans-serif;
}

button, button:active, button:focus {
  cursor: pointer;
  outline: none;
  font-family: inherit;
}

.pu_side_arrow.left {
  left: -11px;
  right: inherit;
  background: url("../icon/left.png");
}

.pu_side_arrow {
  width: 11px;
  height: 18px;
  background: url("../icon/right.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -9px;
}

.black-and-white {
  filter: grayscale(100%);
}

.sepia {
  filter: sepia(0.7);
}

.lomo {
  filter: saturate(1.5) contrast(1.3) hue-rotate(-5deg) blur(.2px);
}

.vintage {
  filter: blur(0.05em) saturate(0.7) contrast(1.5) brightness(1.2);
}

.old {
  filter: contrast(1.1) saturate(1.9) sepia(0.7) grayscale(0.3);;
}

.in-photo-loading-indicator {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  position: absolute;
  padding: 0;
  margin: -20px 0 0 -20px;
  display: none;
}

.frame-code {
  display: none;
}

.slot_frame_corner, .slot_frame_shape_layer {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}

.slot_frame_corner {
  width: 25px;
  height: 25px;
  background-position: 0;
}

.slot_frame_line {
  position: absolute;
  background: #fff;
}

.slot_frame_shape_layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  pointer-events: none;
}

.sticker {
  display: inline-block;
  margin: 0 9px 0 0;
  cursor: pointer;
  width: 46px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

#stickers {
  height: 375px;
  position: relative;
}

.sticker-list {
  display: none;
}

.custom_scrollbar::-webkit-scrollbar {
  background: transparent;
  width: 8px;
  padding: 0;
  margin: 0;
}

.qtip .emoji-list {
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sticker_container {
  position: absolute!important;
  border: 2px dashed transparent;
  width: 96px;
  cursor: move;
}
.ui-resizable {
  position: relative;
}
.sticker_container .delete {
  background-image: url("../icon/icons-effects.svg");
  position: absolute;
  display: none;
  bottom: -14px;
  left: -16px;
  width: 30px;
  height: 30px;
  z-index: 10000;
}

.sticker_container_inner {
  position: relative;
}
.sticker_container_inner img {
  width: 100%;
}

.ui-resizable-handle {
  z-index: 90;
  background-image: url("../icon/new_sprite.png");
  font-size: .1px;
  display: block;
}

.sticker_container .ui-resizable-handle {
  position: absolute;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  visibility: hidden;
}

.sticker_container .ui-resizable-s {
  left: -8px;
  top: -8px;
}

.ui-resizable-s {
  cursor: nw-resize;
}

.sticker_container .ui-resizable-e {
  cursor: ne-resize;
  right: -8px;
  top: -8px;
}

.sticker_container .ui-resizable-se {
  right: -8px;
  bottom: -8px;
  cursor: se-resize;
  top: auto;
  margin: 0;
}

.ui-icon {
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.sticker_container:hover {
  outline: 2px dashed #fff;
  outline-offset: -5px;
  background: rgba(0, 0, 0, 0.1);
}

.sticker_container:hover .delete {
  display: block;
  cursor: pointer;
}

.sticker_container:hover .ui-resizable-handle {
  visibility: visible;
}

.photo_holder {
  width: 288px;
  height: 288px;
}

.tooltip-content .tooltipbox .effect-tool.-tool-zoom {
  width: 220px;
  padding: 0 43px 0 32px;
  margin-top: 14px;
  position: relative;
}

.icon-zoom-out {
  position: absolute;
  left: 0;
  top: 0;
}

.icon-zoom-in {
  position: absolute;
  right: 0;
  top: 0;
}

.editor-slider {
  top: 8px;
  margin-top: 0;
  height: 4px;
  background: #e8e8e8;
  margin: 8px 0;
  border: none;
  position: relative;
}

.editor-slider .ui-slider-handle {
  left: 0;
  outline: none!important;
  margin-left: -10px;
  top: -8px;
  border: 1px solid #e5e5e5;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  background: #fff!important;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 5px 2px rgba(0, 0, 1, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 5px 2px rgba(0, 0, 1, 0.05);
  width: 20px;
  height: 20px;
}

.editor-slider .slider-tooltip {
  top: -16px;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  left: -10px;
  right: -10px;
  text-align: center;
  color: #a2a7b1;
}

.ui-state-default {
  font-weight: 400;
  color: #555;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
}

.ui-slider-handle {
  cursor: pointer!important;
}

