
.card-header{background: rgb(193, 223, 222)
}
#qr_upload, #my-file{position: absolute;opacity: 0;z-index: -1;
}
.fz-20{font-size: 20px;
}
.bdr-20{border-radius:20px;
}
.btn-outline-linqur:hover .text-color-1{color:#ffffff!important;
}

p {
  margin-bottom: 0 !important;
}
.lp_area {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload {
      display: none;
}
.upload-container .no-image {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled {
  color: #cccccc !important;
}
.modal .modal-dialog {
  max-width: 620px;
}
.modal .modal-dialog .modal-header {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom {
    margin-bottom: 40px;
}
}

#progressbar[data-v-b973415a] {
  overflow: hidden;
  color: #455A64;
  padding-left: 0px;
  counter-reset: my-sec-counter;
}
#progressbar li[data-v-b973415a] {
  list-style-type: none;
  float: left;
  position: relative;
  font-weight: 400;
}
#progressbar li[data-v-b973415a]:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  font-size: 14px;
  font-weight: 400;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  position: relative;
  z-index: 11;
  margin-bottom: 4px;
  border: solid 2px #41cec0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#progressbar li[data-v-b973415a]:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #41cec0;
  position: absolute;
  left: -42%;
  top: 17px;
  z-index: 10;
}
#progressbar li[data-v-b973415a]:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%
}
#progressbar li[data-v-b973415a]:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%
}
#progressbar li[data-v-b973415a]:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}
#progressbar li[data-v-b973415a]:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}
#progressbar li.active[data-v-b973415a]:before {
  background-color: #41cec0;
  color: #fff
}
#progressbar li[data-v-b973415a]:hover:before {
  background-color: #41cec0;
  color: #fff;
}
#progressbar li.disabled[data-v-b973415a] {
  color: #5d5f61;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: not-allowed;
}
#progressbar li.disabled[data-v-b973415a]:before {
  background: #d2e0dc;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
}
#progressbar li.disabled[data-v-b973415a]:after {
  background: #d2e0dc;
}
#progressbar li.disabled[data-v-b973415a] {
  color: #d2e0dc;
}
#progressbar .step[data-v-b973415a] {
  font-weight: bold;
  cursor: pointer;
  font-size: 10px;
  color: #111111;
  white-space: pre-wrap;
}
#progressbar li.empty[data-v-b973415a]:before {
  content: '';
  width: 14px;
  height: 14px;
  margin-top: 10px;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label[data-v-a6cbf85e]::before {
  background-color: rgba(118, 118, 118, .3) !important;
  border: 0 !important;
}

.img-border {
  -webkit-box-shadow: 0 0 1px rgba(34, 25, 25, .4);
          box-shadow: 0 0 1px rgba(34, 25, 25, .4);
  max-width: 100%;
}
.progress {
  background-color: #dfe7e7;
}
.progress-bar {
  background-color: #19cdbb;
}
.h-497 {
  height: 497px;
}

.dropdown-toolbar-menu[data-v-6684a758] {
  border-radius: 0;
  width: 100%;
  min-width: unset;
  background-color: #6c757d;
  top: -1px !important;
  padding: 0;
  border: 0;
}
.dropdown-toolbar-menu .dropdown-item[data-v-6684a758] {
  color: #fff;
  padding: 8px 13.6px;
  padding: 0.5rem 0.85rem;
  border-radius: 0;
  margin-left: 0;
}
.dropdown-toolbar-menu .dropdown-item[data-v-6684a758]:hover {
  background-color: #545b62;
}
.dropdown-toolbar-menu .dropdown-item[data-v-6684a758]:focus {
  background-color: #545b62;
}
.btn-toolbar-menu[data-v-6684a758] {
  border: 0;
  border-radius: 0;
}
.contrast_noti[data-v-6684a758] {
  position: relative
}
.noti[data-v-6684a758] {
  position: absolute;
  width: 240px;
  top: -65px;
  -webkit-transform: translate(-25%, 10%);
          transform: translate(-25%, 10%);
  padding: 5px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  text-align: left;
  font-size: 14px;
  opacity: 0;
}
.noti[data-v-6684a758]:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #000;
  border-bottom: 0;
  margin-left: -8px;
  margin-bottom: -8px;
}
.contrast-bar[data-v-6684a758] {
  cursor: pointer;
  width: 115px;
  margin-left: 8px;
}
.color-qrcode[data-v-6684a758] {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
  border-radius: 0;
  width: calc(100% - 2px);
}
.color-qrcode .form-check-inline[data-v-6684a758] {
  border-radius: 50%;
}
.color-qrcode .form-check-label[data-v-6684a758] {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.color-qrcode .form-check-input[data-v-6684a758] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  left: 0;
}
.color-qrcode .form-check-inline[data-v-6684a758] {
  margin-left: 12px;
  margin-left: .75rem;
}
.select-param-container[data-v-6684a758]:hover {
  background-color: #545b62;
}
.select-param[data-v-6684a758] {
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
  padding: 8px 13.6px;
  padding: 0.5rem 0.85rem;
}
.select-param input[data-v-6684a758] {
  display: none;
}
.fixed-width[data-v-6684a758] {
  width: 95px;
}
.btn-group[data-v-6684a758] {
  margin-right: 2px;
}
.hex-fg-color[data-v-6684a758]::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  color: #fff;
  background-image: url('/img/checked-1.svg');
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  z-index: 99;
}
.btn-root-qrcode[data-v-6684a758] {
  width: 200px;
  font-weight: bold;
}
.bg-preview[data-v-6684a758] {
  background-color: #ededed;
}
.old-img-data[data-v-6684a758] {
  height: 100%;
  width: auto;
  text-align: center !important;
}

.cropper-face-child {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  background-image: url('/img/qr_demo_squared.png');
  background-repeat: no-repeat !important;
  opacity: 1 !important;
  background-size: 100% !important;
}
.cropper-face {
  background-color: transparent !important;
  opacity: 1 !important;
  overflow: hidden;
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg)
}
.cropper-crop-box {
  background-color: #ffffff;
}
.modal-without-header {
.container {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    text-align: center;
}
.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.description {
    font-size: 14px;
    margin-bottom: 20px;
    color: #555555;
}
.option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    margin: 10px 0;
    padding: 15px;
    text-align: left;
    background-color: #fefefe;
}
.option p {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
}
.option span {
    font-size: 14px;
    color: #777777;
}
.option .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
.option .subtxt {
    margin: 2px 0;
    font-size: 12px;
}
.button {
    display: block;
    margin-top: 10px;
    padding: 8px 16px;
    font-size: 14px;
    color: #ffffff;
    background-color: #19CDBB;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.button:hover {
    background-color: #19CDBB;
}
.footer {
    text-align: left;
    font-size: 12px;
    margin-top: 20px;
    color: #888888;
}
.footer a {
    text-decoration: underline
}
}
.vld-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  z-index: 1
}

.vld-overlay.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.vld-overlay.is-full-page {
  z-index: 999;
  position: fixed
}

.vld-overlay .vld-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  opacity: 0.5
}

.vld-overlay .vld-icon {
  position: relative
}

.vld-parent {
  position: relative
}


/*!
 * Cropper.js v1.5.6
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-10-04T04:33:44.164Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, .75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.square[data-v-d210fb9c] {
  width: 140px;
  width: 8.75rem;
  height: 140px;
  height: 8.75rem;
  text-align: center;
  border-radius: 4px;
  background-color: #ffffff;
  font-weight: bold;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #cccccc;
  margin: 12px 9.6px;
  margin: 0.75rem 0.6rem;
}
.square.disabled[data-v-d210fb9c], .square.disabled[data-v-d210fb9c]:hover {
    border-color: #ccc;
    background-color: rgba(198, 198, 198, 0.52157);
    cursor: not-allowed;
}
.square--outsite[data-v-d210fb9c] {
  margin: 12.8px 15.2px;
  margin: 0.8rem 0.95rem;
}
.disabled-div[data-v-d210fb9c] {
  pointer-events: none;
  opacity: 0.4;
}
.square[data-v-d210fb9c]:hover, .slectedType[data-v-d210fb9c] {
  text-decoration: none;
  background-color: rgba(25, 205, 187, .3);
  border-color: #18c6b3;
}
.fz-14[data-v-d210fb9c] {
  font-size: 12px;
}
.mb-13[data-v-d210fb9c] {
  margin-bottom: 13px;
}

.white-space-nowrap[data-v-51516654] {
  white-space: nowrap;
}
.fz-14[data-v-51516654] {
  font-size: 14px;
}
.fz-11[data-v-51516654] {
  font-size: 11px;
}
.custom-radio .custom-control-label[data-v-51516654]::before {
  background-color: #fff;
  border: solid 1px #dddddd;
  width: 20px;
  height: 20px;
}
.custom-radio .position[data-v-51516654]::before {
  top: 10px;
}
.custom-radio .custom-control-label[data-v-51516654] {
  line-height: 1.7;
  cursor: pointer;
}
.custom-radio .custom-control-label[data-v-51516654]::after {
  top: 6px;
  left: -23px;
  background-size: 18px 18px;
  background-position: left;
}
.custom-radio .position[data-v-51516654]::after {
  top: 12px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-51516654]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-51516654]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.custom-radio .padding-right[data-v-51516654] {
  padding-right: 13px;
}
.custom-radio .padding-left[data-v-51516654] {
  padding-left: 13px;
}
.custom-radio .form-control[data-v-51516654]:disabled {
  background-color: #b4b7b9;
}
.padding-left-40[data-v-51516654] {
  padding-left: 40px;
}
.time-close[data-v-51516654] {
  width: 80px;
  margin-right: 8px;
}
.ads-video-subtext[data-v-51516654] {
  font-size: 14px;
}
.full-line-height[data-v-51516654] {
  line-height: 100%;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, .9);
  fill: rgba(0, 0, 0, .9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, .9);
  fill: rgba(0, 0, 0, .9);
}
.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, .15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, .1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, .2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, .6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, .6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, .5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, .05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, .05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, .9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, .9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: baseline;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, .5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, .54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, .3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, .1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, .3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #3f4458;
  -webkit-box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c, 0 -1px 0 #20222c, 0 3px 13px rgba(0, 0, 0, .08);
          box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c, 0 -1px 0 #20222c, 0 3px 13px rgba(0, 0, 0, .08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #20222c;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #20222c;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #3f4458;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #20222c;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #3f4458;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #fff;
  fill: #fff;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}
.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #eee;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(192, 187, 167, .1);
}
.numInputWrapper span:active {
  background: rgba(192, 187, 167, .2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(255, 255, 255, .6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, .6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, .5);
}
.numInputWrapper:hover {
  background: rgba(192, 187, 167, .05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(192, 187, 167, .05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: baseline;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, .5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: #fff;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #20222c;
          box-shadow: -1px 0 0 #20222c;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(255, 255, 255, .95);
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #646c8c;
  border-color: #646c8c;
}
.flatpickr-day.today {
  border-color: #eee;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #eee;
  background: #eee;
  color: #3f4458;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #80cbc4;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #80cbc4;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #80cbc4;
          box-shadow: -10px 0 0 #80cbc4;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #646c8c, 5px 0 0 #646c8c;
          box-shadow: -5px 0 0 #646c8c, 5px 0 0 #646c8c;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(255, 255, 255, .3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(255, 255, 255, .1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
          box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #20222c;
          box-shadow: 1px 0 0 #20222c;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(255, 255, 255, .3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(255, 255, 255, .95);
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255, 255, 255, .95);
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: rgba(255, 255, 255, .95);
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: rgba(255, 255, 255, .95);
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #707999;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.btn-upload.disabled[data-v-62e777a5] {
  background: #ccc;
  color: #666;
  cursor: not-allowed;
  border-color: #666;
}
.validate-video[data-v-62e777a5] {
  color: red;
  font-size: 12px;
}

.white-space-nowrap[data-v-ca821e2e] {
  white-space: nowrap;
}
.custom-card[data-v-ca821e2e] {
  line-height: 1;
  width: 747px;
  border: solid 1px #dfe7e7;
  color: #333333;
}
.custom-card__title[data-v-ca821e2e] {
    height: 46px;
    line-height: 1.5;
}
.custom-card__body[data-v-ca821e2e] {
    padding: 0 0 10px 0;
}
.custom-card__group[data-v-ca821e2e] {
    margin-bottom: 0;
    padding: 20px 30px;
    border-bottom: solid 1px #e8f3f2;
}
.custom-card__group[data-v-ca821e2e]:last-child {
      border-bottom: 0;
}
.custom-card__badge[data-v-ca821e2e] {
    background-color: #f5247f;
    width: 36px;
    height: 20px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    vertical-align: bottom;
    margin-right: 8px;
}
.custom-card__badge.optional[data-v-ca821e2e] {
      background-color: #d2e0dc;
      color: #111111;
}
.custom-card__label[data-v-ca821e2e] {
    color: #373a3c;
    font-size: 16px;
    font-weight: 400;
}
.custom-card__input[data-v-ca821e2e] {
    width: 100%;
    height: 39px;
    border-radius: 4px;
    background-color: #ffffff;
    padding-right: 7.2px;
    padding-right: 0.45rem;
}
.custom-card__url[data-v-ca821e2e] {
    margin-top: 10px;
}
.custom-radio.custom-control[data-v-ca821e2e]:first-child {
  margin-bottom: 10px;
}
.custom-radio .custom-control-label[data-v-ca821e2e] {
  font-size: 16px;
  color: #333333;
  white-space: pre;
}
.custom-radio .custom-control-label[data-v-ca821e2e]:before {
    background-color: #fff;
    border: solid 1px #dddddd;
    width: 22px;
    height: 22px;
    top: 0;
}
.custom-radio .custom-control-label[data-v-ca821e2e]:after {
    top: 3px;
    left: -22px;
    background-size: 18px 18px;
    background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-ca821e2e]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-ca821e2e]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.input-group-text[data-v-ca821e2e] {
  background-color: #d2e0dc;
}
.h-38[data-v-ca821e2e] {
  height: 38px;
}
.full-line-height[data-v-ca821e2e] {
  line-height: 100%;
}
.prize-method-preview[data-v-ca821e2e] {
  top: 50%;
  right: -20px;
  width: 250px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.white-space-nowrap[data-v-0cf05ec2] {
  white-space: nowrap;
}
.custom-card[data-v-0cf05ec2] {
  line-height: 1;
  width: 747px;
  border: solid 1px #dfe7e7;
  color: #333333;
}
.custom-card__title[data-v-0cf05ec2] {
    height: 46px;
    line-height: 1.5;
}
.custom-card__body[data-v-0cf05ec2] {
    padding: 0 0 10px 0;
}
.custom-card__group[data-v-0cf05ec2] {
    margin-bottom: 0;
    padding: 20px 30px;
    border-bottom: solid 1px #e8f3f2;
}
.custom-card__group[data-v-0cf05ec2]:last-child {
      border-bottom: 0;
}
.custom-card__badge[data-v-0cf05ec2] {
    background-color: #f5247f;
    width: 36px;
    height: 20px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    vertical-align: bottom;
    margin-right: 8px;
}
.custom-card__badge.optional[data-v-0cf05ec2] {
      background-color: #d2e0dc;
      color: #111111;
}
.custom-card__label[data-v-0cf05ec2] {
    color: #373a3c;
    font-size: 16px;
    font-weight: 400;
}
.custom-card__input[data-v-0cf05ec2] {
    width: 100%;
    height: 39px;
    border-radius: 4px;
    background-color: #ffffff;
    padding-right: 7.2px;
    padding-right: 0.45rem;
}
.custom-card__url[data-v-0cf05ec2] {
    margin-top: 10px;
}
.custom-radio.custom-control[data-v-0cf05ec2]:first-child {
  margin-bottom: 10px;
}
.custom-radio .custom-control-label[data-v-0cf05ec2] {
  font-size: 16px;
  color: #333333;
  white-space: pre;
}
.custom-radio .custom-control-label[data-v-0cf05ec2]:before {
    background-color: #fff;
    border: solid 1px #dddddd;
    width: 22px;
    height: 22px;
    top: 0;
}
.custom-radio .custom-control-label[data-v-0cf05ec2]:after {
    top: 3px;
    left: -22px;
    background-size: 18px 18px;
    background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-0cf05ec2]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-0cf05ec2]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.input-group-text[data-v-0cf05ec2] {
  background-color: #d2e0dc;
}
.h-38[data-v-0cf05ec2] {
  height: 38px;
}
.time-close[data-v-0cf05ec2] {
  width: 80px;
  margin-right: 8px;
}
.ads-video-subtext[data-v-0cf05ec2] {
  font-size: 13.3px;
  line-height: 1.5;
  color: #373a3c;
}
.full-line-height[data-v-0cf05ec2] {
  line-height: 100%;
}

.custom-card[data-v-22d53199] {
  line-height: 1;
  width: 747px;
  border: solid 1px #dfe7e7;
  color: #333333;
}
.custom-card__title[data-v-22d53199] {
    height: 46px;
    line-height: 1.5;
}
.custom-card__body[data-v-22d53199] {
    padding: 0 0 10px 0;
}
.custom-card__group[data-v-22d53199] {
    margin-bottom: 0;
    padding: 20px 30px;
    border-bottom: solid 1px #e8f3f2;
}
.custom-card__group[data-v-22d53199]:last-child {
      border-bottom: 0;
}
.custom-card__badge[data-v-22d53199] {
    background-color: #f5247f;
    width: 36px;
    height: 20px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    vertical-align: bottom;
    margin-right: 8px;
}
.custom-card__badge.optional[data-v-22d53199] {
      background-color: #d2e0dc;
      color: #111111;
}
.custom-card__label[data-v-22d53199] {
    color: #373a3c;
    font-size: 16px;
    font-weight: 400;
}
.custom-card__input[data-v-22d53199] {
    width: 100%;
    height: 39px;
    border-radius: 4px;
    background-color: #ffffff;
    padding-right: 7.2px;
    padding-right: 0.45rem;
}
.custom-card__url[data-v-22d53199] {
    margin-top: 10px;
}
.custom-radio.custom-control[data-v-22d53199]:first-child {
  margin-bottom: 10px;
}
.custom-radio .custom-control-label[data-v-22d53199] {
  font-size: 16px;
  color: #333333;
}
.custom-radio .custom-control-label[data-v-22d53199]:before {
    background-color: #fff;
    border: solid 1px #dddddd;
    width: 22px;
    height: 22px;
    top: 0;
}
.custom-radio .custom-control-label[data-v-22d53199]:after {
    top: 3px;
    left: -22px;
    background-size: 18px 18px;
    background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-22d53199]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-22d53199]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label[data-v-22d53199]::before {
  background-color: #19cdbb !important;
  cursor: no-drop;
}
.custom-control-input:disabled ~ .custom-control-label[data-v-22d53199] {
  color: #333333;
}
.input-group-text[data-v-22d53199] {
  background-color: #d2e0dc;
}
.h-38[data-v-22d53199] {
  height: 38px;
}
.prize-method-preview[data-v-22d53199] {
  top: 50%;
  right: -20px;
  width: 250px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.form-control[data-v-22d53199]:disabled {
  background-color: #b4b7b9;
}
.date-form__input[data-v-22d53199] {
  border-top-right-radius: 4px !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-right-radius: 0.25rem !important;
}
.reset-subtext[data-v-22d53199] {
  width: 100%;
  margin: auto;
  margin-top: 12px;
  padding: 12px;
  border: 2px solid #ff0000;
  border-radius: 8px;
  color: #ff0000;
  font-size: 12px;
}
select[data-v-22d53199]:disabled, input[data-v-22d53199]:disabled, .specify-date-wrapper--disabled input[data-v-22d53199] {
  background-color: #e9ecef !important;
  border-color: #cccccc !important;
  pointer-events: none;
}

.white-space-nowrap[data-v-13412446] {
  white-space: nowrap;
}
.fz-14[data-v-13412446] {
  font-size: 14px;
}
.fz-11[data-v-13412446] {
  font-size: 11px;
}
.custom-radio .custom-control-label[data-v-13412446]::before {
  background-color: #fff;
  border: solid 1px #dddddd;
  width: 20px;
  height: 20px;
}
.custom-radio .position[data-v-13412446]::before {
  top: 10px;
}
.custom-radio .custom-control-label[data-v-13412446] {
  line-height: 1.7;
}
.custom-radio .custom-control-label[data-v-13412446]::after {
  top: 6px;
  left: -23px;
  background-size: 18px 18px;
  background-position: left;
}
.custom-radio .position[data-v-13412446]::after {
  top: 12px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-13412446]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-13412446]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.custom-radio .padding-right[data-v-13412446] {
  padding-right: 13px;
}
.custom-radio .padding-left[data-v-13412446] {
  padding-left: 13px;
}
.custom-radio .form-control[data-v-13412446]:disabled {
  background-color: #b4b7b9;
}
.padding-left-40[data-v-13412446] {
  padding-left: 40px;
}
.cusstom_invalid-feedback[data-v-13412446] {
  display: block;
}
.time-close[data-v-13412446] {
  width: 80px;
  margin-right: 8px;
}
.full-line-height[data-v-13412446] {
  line-height: 100%;
}

.fz-14[data-v-693d8726] {
  font-size: 14px;
}
.fz-11[data-v-693d8726] {
  font-size: 11px;
}
.custom-radio .custom-control-label[data-v-693d8726]::before {
  background-color: #fff;
  border: solid 1px #dddddd;
  width: 20px;
  height: 20px;
}
.custom-radio .position[data-v-693d8726]::before {
  top: 10px;
}
.custom-radio .custom-control-label[data-v-693d8726] {
  line-height: 1.7;
  cursor: pointer;
}
.custom-radio .custom-control-label[data-v-693d8726]::after {
  top: 6px;
  left: -23px;
  background-size: 18px 18px;
  background-position: left;
}
.custom-radio .position[data-v-693d8726]::after {
  top: 12px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-693d8726]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-693d8726]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.custom-radio .padding-right[data-v-693d8726] {
  padding-right: 13px;
}
.custom-radio .padding-left[data-v-693d8726] {
  padding-left: 13px;
}
.custom-radio .form-control[data-v-693d8726]:disabled {
  background-color: #b4b7b9;
}
.padding-left-40[data-v-693d8726] {
  padding-left: 40px;
}
.time-close[data-v-693d8726] {
  width: 80px;
  margin-right: 8px;
}
.ads-video-subtext[data-v-693d8726] {
  font-size: 14px;
}
.mt-2[data-v-693d8726] {
  margin-top: 2px;
}
.img-no-image[data-v-693d8726] {
  width: 100%;
  height: auto;
}

.ss-page-large[data-v-c8aacb0c] {
  width: 1300px;
  position: relative;
  left: calc(-650px - -50%);
}
.smart-site-container[data-v-c8aacb0c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.smart-site-container .smart-site__editors[data-v-c8aacb0c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.lp_area {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}

.smart-site[data-v-1e345cd0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 410px;
  padding: 16px;
  position: relative;
  background-color: #ffffff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.smart-site-container[data-v-1e345cd0] {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.smart-site-empty[data-v-1e345cd0] {
  height: 170px;
}
.smart-site-empty .block-container[data-v-1e345cd0] {
    height: 100%;
    display: block;
}
.empty-content[data-v-1e345cd0] {
  position: absolute;
  top: 118px;
  left: 38px;
  width: calc(100% - 76px);
  height: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px dashed #B5BCBC;
  background: #F7F7F7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #B5BCBC;
}
.block-item:hover .buttons-actions[data-v-1e345cd0] {
  opacity: 1;
}
.buttons-actions[data-v-1e345cd0] {
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.buttons-actions[data-v-1e345cd0]:hover {
    opacity: 1;
}
.buttons-actions .btn-secondary[data-v-1e345cd0] {
    height: 32px;
    background-color: #333333;
    border: 0;
    font-size: 12px;
    padding: 0 5px;
}
.buttons-actions .btn-secondary[data-v-1e345cd0]:hover {
      background-color: #000000;
}
.buttons-actions .btn-secondary[data-v-1e345cd0]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.buttons-actions .btn-secondary[data-v-1e345cd0]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.buttons-actions .btn-secondary img[data-v-1e345cd0] {
      margin-bottom: 3px;
      width: 16px;
}
.buttons-actions .btn-remove[data-v-1e345cd0] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.buttons-actions .btn-remove[data-v-1e345cd0]:hover {
      background-color: #000000;
}
.buttons-actions .btn-remove img[data-v-1e345cd0] {
      margin-bottom: 3px;
}
.modal .modal-dialog[data-v-1e345cd0] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-1e345cd0] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-1e345cd0] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-1e345cd0] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
p[data-v-1e345cd0] {
  margin-bottom: 0;
}

img[data-v-0a2ce498] {
  width: 100%;
}
.logo img[data-v-0a2ce498] {
  max-height: 40px;
  width: auto;
}
.header[data-v-0a2ce498] {
  position: relative;
}
.header__hamburger[data-v-0a2ce498] {
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
}
.header__hamburger img[data-v-0a2ce498] {
      width: 36px;
      height: 24px;
}
.header__menu[data-v-0a2ce498] {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    background: #000000;
    opacity: 0.9;
    padding: 20px 16px;
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 10;
}
.header__menu ul[data-v-0a2ce498] {
      padding: 20px 16px;
      margin: 0;
      list-style: none;
      z-index: 10;
      color: #fff;
      max-height: calc(100vh - 64px);
      overflow-y: auto;
}
.header__menu ul li[data-v-0a2ce498] {
        cursor: pointer;
        padding: 16px 0;
}
.header__menu ul li + li[data-v-0a2ce498] {
          border-top: 1px solid rgba(255, 255, 255, 0.06275);
}
.header__menu.show-menu[data-v-0a2ce498] {
      -webkit-transform: translateX(0);
              transform: translateX(0);
}
.header__close[data-v-0a2ce498] {
    text-align: end;
}
.header__close img[data-v-0a2ce498] {
      width: 24px;
      height: 24px;
      cursor: pointer;
}
.item-menu[data-v-0a2ce498] {
  width: 33px;
  height: 3px;
  margin: 2px 0 7px;
}

.sns[data-v-3de9df61] {
  padding: 19px 0 40px 0;
  text-align: center;
  background-color: #ffffff;
}
.sns__title[data-v-3de9df61] {
    margin-bottom: 18px;
}
.sns__icons a[data-v-3de9df61] {
    padding: 0 15px;
}
.sns__icons a img[data-v-3de9df61] {
      width: 30px;
      height: 30px;
}

.app[data-v-184b99e6] {
  text-align: center;
  padding: 40px 0;
}
.app a[data-v-184b99e6]:first-child {
    margin-right: 6px;
}
.app a img[data-v-184b99e6] {
    width: 135px;
    height: 40px;
}

.footer__title[data-v-4c91ac7c] {
  margin-bottom: 10px;
  white-space: pre-line;
}
@media (max-width: 375px) {
.footer__title[data-v-4c91ac7c] {
      font-size: 16px !important;
}
}
.footer__description[data-v-4c91ac7c] {
  line-height: 1.6;
  white-space: pre-line;
  padding-bottom: 0;
}
@media (max-width: 375px) {
.footer__description[data-v-4c91ac7c] {
      font-size: 13px !important;
}
}

.map[data-v-2ba99576] {
  position: relative;
}
.map:hover .drag-map[data-v-2ba99576] {
    opacity: 1;
    transition: ease .5s;
    -moz-transition: ease .5s;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
}
.drag-map[data-v-2ba99576] {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #000000;
  opacity: 0;
}
.drag-map img[data-v-2ba99576] {
    width: 100%;
}

[data-v-720c4bf0] .VueCarousel-inner {
  height: 100%;
}
.VueCarousel-slide[data-v-720c4bf0] {
  text-align: center;
  visibility: visible;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  height: 100%;
}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  -moz-font-feature-settings: ;
       font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.text-block .description-slider[data-v-175d1814] {
  line-height: 1.4;
  white-space: pre-line;
}
@media (max-width: 375px) and (max-height: 667px) {
.text-block .description-slider[data-v-175d1814] {
      font-size: calc(var(--font-size) * 0.8) !important;
}
}
.text-block .description[data-v-175d1814] {
  line-height: 1.4;
  white-space: pre-line;
}

.image img[data-v-3f32dcf8] {
  vertical-align: bottom;
}

.text-image[data-v-3c2b7162] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-image__img img[data-v-3c2b7162] {
    width: 100%;
    height: 100%;
}
.text-image__words-slider[data-v-3c2b7162] {
    line-height: 1.2;
    white-space: pre-line;
}
@media (max-width: 375px) and (max-height: 667px) {
.text-image__words-slider[data-v-3c2b7162] {
        font-size: calc(var(--font-size) * 0.8) !important;
}
}
.text-image__words[data-v-3c2b7162] {
    line-height: 1.2;
    white-space: pre-line;
}

.text-head__title[data-v-7efebba9] {
  white-space: pre-line;
}
.text-head__title-slider[data-v-7efebba9] {
  white-space: pre-line;
}
@media (max-width: 375px) and (max-height: 667px) {
.text-head__title-slider p[data-v-7efebba9] {
      font-size: var(--font-size) !important;
}
}
.text-head__description-slider[data-v-7efebba9] {
  line-height: 1.4;
  margin-top: 20px;
  white-space: pre-line;
}
@media (max-width: 375px) and (max-height: 667px) {
.text-head__description-slider p[data-v-7efebba9] {
      font-size: calc(var(--font-size) * 0.8) !important;
}
}
.text-head__description[data-v-7efebba9] {
  line-height: 1.4;
  margin-top: 20px;
  white-space: pre-line;
}

img[data-v-4e719376] {
  width: 100%;
  vertical-align: bottom;
  border-style: none;
}
.text-background-image[data-v-4e719376] {
  position: relative;
  overflow: hidden;
}
.text-background-image .caption[data-v-4e719376] {
  position: absolute;
  max-width: 230px;
  max-width: 14.375rem;
  z-index: 2;
  line-height: 1.2;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: pre-line;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text-background-image[data-v-4e719376]::after {
  position: absolute;
  content: "";
  background-color: var(--rgba);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.caption-slider[data-v-4e719376] {
  position: absolute;
  max-width: 230px;
  max-width: 14.375rem;
  z-index: 2;
  line-height: 1.2;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: pre-line;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 375px) and (max-height: 667px) {
.caption-slider[data-v-4e719376] {
      font-size: calc(var(--font-size) * 0.8) !important;
}
}

.map[data-v-752bb35a] {
  position: relative;
}
.map:hover .drag-map[data-v-752bb35a] {
    opacity: 1;
    transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}
[data-v-752bb35a] .map-iframe > iframe {
  vertical-align: bottom;
  border-style: none;
  width: 100%;
  height: inherit;
  pointer-events: none;
}
.map-iframe[data-v-752bb35a] {
  height: 100%;
}
.maps iframe[data-v-752bb35a] {
  pointer-events: none !important;
}
.drag-map[data-v-752bb35a] {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #000000;
  opacity: 0;
}
.drag-map img[data-v-752bb35a] {
    width: 100%;
}
.no-iframe-found[data-v-752bb35a] {
  background-color: #ededed;
  width: 100%;
  height: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map[data-v-1577daa1] {
  position: relative;
}
.map:hover .drag-map[data-v-1577daa1] {
    opacity: 1;
    transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}
[data-v-1577daa1] .youtube-iframe > iframe {
  width: 100%;
  vertical-align: bottom;
  border-style: none;
  height: 260px !important;
  pointer-events: none;
}
@media (max-height: 780px) {
[data-v-1577daa1] .youtube-iframe > iframe {
    height: 190px !important;
}
}
.youtube-iframes iframe[data-v-1577daa1] {
  pointer-events: none;
}
.drag-map[data-v-1577daa1] {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #000000;
  opacity: 0;
}
.drag-map img[data-v-1577daa1] {
    width: 100%;
}
.no-iframe-found[data-v-1577daa1] {
  background-color: #ededed;
  width: 100%;
  height: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-block p[data-v-11039c5a] {
  line-height: 1.4;
  white-space: pre-line;
}

.image img[data-v-8c40a8a6] {
  height: auto;
  vertical-align: middle;
}

.drop[data-v-33d109d2] {
  padding: 12px;
}
.drop__body[data-v-33d109d2] {
    width: 100%;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px dashed #B5BCBC;
    background: #F7F7F7;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #B5BCBC;
}

.preview-pc-modal[data-v-cac7b3da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-header-preview[data-v-cac7b3da] {
  width: calc(100% - 160px);
  position: fixed;
  background-color: #ffffff;
  color: #111111;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 16px;
  border-radius: 5px 5px 0px 0px;
  z-index: 100;
  -webkit-box-shadow: 0px 4px 7px -1px rgba(72, 72, 72, .2);
  box-shadow: 0px 4px 7px -1px rgba(72, 72, 72, .2);
}
.close-button[data-v-cac7b3da] {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.btn-edit-bg[data-v-cac7b3da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E8E8E8;
  cursor: pointer;
  height: 40px;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
  margin-top: 8px;
}
.btn-edit-bg[data-v-cac7b3da]:hover {
    background-color: #B3F6F0;
    -webkit-transition: all;
    transition: all;
}
.text-preview[data-v-cac7b3da] {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
}
.modal-mask[data-v-cac7b3da] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-mask .modal-wrapper[data-v-cac7b3da] {
    height: calc(100vh - 80px);
    overflow: scroll;
    background-color: white;
    border-radius: 5px;
    margin: 40px 80px;
}
.modal-mask .modal-body[data-v-cac7b3da] {
    width: 375px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0;
    overflow-x: hidden;
    padding-top: 45px;
}
.modal-enter[data-v-cac7b3da] {
  opacity: 0;
}
.modal-leave-active[data-v-cac7b3da] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-cac7b3da],
.modal-leave-active .modal-container[data-v-cac7b3da] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.disable-scroll[data-v-cac7b3da] {
  overflow: hidden;
}

#preview-pc .drag-map {
  display: none;
}

.btn-edit-bg[data-v-98879b6a] {
  background-color: #333333;
  border-radius: 20px;
  color: #fff;
  height: 40px;
}
.button-absolute[data-v-98879b6a] {
  position: absolute;
  right: 15px;
  z-index: 100;
  top: 79px;
}
.modal .modal-dialog[data-v-98879b6a] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-98879b6a] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-98879b6a] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-98879b6a] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.lp_area[data-v-98879b6a] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-98879b6a] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.custom-radio-field[data-v-98879b6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.custom-radio-field .custom-control-inline[data-v-98879b6a] {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}
.show-back-ground-img[data-v-98879b6a] {
  width: 200px;
  height: 150px;
  border: 1px solid #cccccc;
  background-color: #dfe7e7;
  color: white;
}

[data-v-86f4942a] .vc-chrome {
  width: var(--cl-w);
}

.form-control[data-v-5a78d8df] {
  height: 46px;
}

.custom-radio.custom-control[data-v-381f2681]:first-child {
  margin-bottom: 10px;
}
.custom-radio .custom-control-label[data-v-381f2681] {
  font-size: 16px;
  color: #333333;
}
.custom-radio .custom-control-label[data-v-381f2681]:before {
    background-color: #fff;
    border: solid 1px #dddddd;
    width: 22px;
    height: 22px;
    top: 0;
}
.custom-radio .custom-control-label[data-v-381f2681]:after {
    top: 3px;
    left: -22px;
    background-size: 18px 18px;
    background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-381f2681]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-381f2681]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.custom-radio.disabled .custom-control-label[data-v-381f2681] {
  color: #ccc;
}
.custom-radio.disabled .custom-control-input:checked ~ .custom-control-label[data-v-381f2681]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='lightgrey'/%3E%3C/svg%3E");
}
.text-disabled[data-v-381f2681] {
  color: #ccc !important;
}

.form-control[data-v-357e8ee8] {
  height: 46px;
}

.descriptions[data-v-458b4e8e] {
  font-weight: 300;
  font-size: 14px;
}

[data-v-2a70634a] .popover {
  max-width: 340px !important;
  width: 340px !important;
}
[data-v-2a70634a] .custom-radio .custom-control-label::before {
  background-color: #fff;
  border: solid 1px #dddddd;
  width: 20px;
  height: 20px;
}
[data-v-2a70634a] .custom-radio .custom-control-label {
  line-height: 2;
  font-weight: bold;
}
[data-v-2a70634a] .custom-radio .custom-control-label::after {
  top: 6px;
  left: -23px;
  background-size: 18px 18px;
  background-position: left;
}
[data-v-2a70634a] .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
[data-v-2a70634a] .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.v-option[data-v-2a70634a] {
  border-radius: 2px;
  background-color: #f5247f;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 2px 6px;
}

.form-control[data-v-37e7860a] {
  height: 46px;
}
.badge-custom[data-v-37e7860a] {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  background-color: #e61d65;
  border-radius: 2px;
  margin-right: 5px;
  border: 1px solid transparent;
}
.badge-custom.required[data-v-37e7860a] {
    color: #fff;
}
.badge-custom.any[data-v-37e7860a] {
    color: #979797;
    border-color: #979797;
}

.image-preview[data-v-2fe2f005] {
  width: 140px;
  height: 140px;
  border: 1px solid #ededed;
  border-radius: 5px;
  margin-right: 30px;
  background-color: #dfe7e7;
}
.image-preview > img[data-v-2fe2f005] {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.upload-container > p[data-v-2fe2f005] {
  opacity: 0.5;
  font-size: 12px;
  line-height: 1.33;
  color: #373a3c;
}
.upload-container .custom-file[data-v-2fe2f005] {
  width: 138px;
  height: 42px;
  display: block;
  margin-bottom: 10px;
}
.upload-container .custom-file.disabled[data-v-2fe2f005] {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
}
.upload-container .custom-file.disabled .custom-file-label[data-v-2fe2f005] {
      opacity: 0.65;
}
.upload-container .custom-file .custom-file-label[data-v-2fe2f005] {
    margin-bottom: 0;
    padding-top: 10px;
    border-radius: 2px;
    border: solid 1px #19cdbb;
    background-color: #41cec0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    width: 138px;
    height: 42px;
}
.upload-container .custom-file .custom-file-label[data-v-2fe2f005]:after {
      content: none;
}
.upload-container .custom-file .custom-file-label > span[data-v-2fe2f005] {
      font-size: 18px;
      margin-top: 10px;
}
.overlay-loading[data-v-2fe2f005] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .8);
}
.progress[data-v-2fe2f005] {
  width: 80%;
  height: 10px;
}
.process-detail[data-v-2fe2f005] {
  line-height: 1;
  font-size: 12px;
  margin-top: 10px;
  color: #373a3c;
}
.no-img-src[data-v-2fe2f005] {
  font-size: 14px;
  color: #ccc;
}
.remove-img[data-v-2fe2f005] {
  top: 0;
  right: 0;
  -webkit-transform: translate(35%, -40%);
          transform: translate(35%, -40%);
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
}

.image-preview[data-v-087fdd50] {
  width: 140px;
  height: 140px;
  border: 1px solid #ededed;
  border-radius: 5px;
  margin-right: 30px;
  background-color: #dfe7e7;
}
.image-preview > img[data-v-087fdd50] {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.upload-container > p[data-v-087fdd50] {
  opacity: 0.5;
  font-size: 12px;
  line-height: 1.33;
  color: #373a3c;
}
.upload-container .custom-file[data-v-087fdd50] {
  width: 138px;
  height: 42px;
  display: block;
  margin-bottom: 10px;
}
.upload-container .custom-file.disabled[data-v-087fdd50] {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
}
.upload-container .custom-file.disabled .custom-file-label[data-v-087fdd50] {
      opacity: 0.65;
}
.upload-container .custom-file .custom-file-label[data-v-087fdd50] {
    margin-bottom: 0;
    padding-top: 10px;
    border-radius: 2px;
    border: solid 1px #19cdbb;
    background-color: #41cec0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    width: 138px;
    height: 42px;
}
.upload-container .custom-file .custom-file-label[data-v-087fdd50]:after {
      content: none;
}
.upload-container .custom-file .custom-file-label > span[data-v-087fdd50] {
      font-size: 18px;
      margin-top: 10px;
}
.overlay-loading[data-v-087fdd50] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .8);
}
.progress[data-v-087fdd50] {
  width: 80%;
  height: 10px;
}
.process-detail[data-v-087fdd50] {
  line-height: 1;
  font-size: 12px;
  margin-top: 10px;
  color: #373a3c;
}
.no-img-src[data-v-087fdd50] {
  font-size: 14px;
  color: #ccc;
}
.remove-img[data-v-087fdd50] {
  top: 0;
  right: 0;
  -webkit-transform: translate(35%, -40%);
          transform: translate(35%, -40%);
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
}

.blocks[data-v-ffea21a4] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 320px;
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.12549);
  border-radius: 4px;
  padding: 12px;
}
.blocks__standard[data-v-ffea21a4] {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    display: block;
    top: 16px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: calc(100vh - 32px);
}
.blocks__title[data-v-ffea21a4] {
    font-weight: bold;
    font-size: 16px;
}
.blocks__type[data-v-ffea21a4] {
    padding-top: 16px;
    padding-bottom: 4px;
}
.blocks__type-name[data-v-ffea21a4] {
    font-size: 12px;
    font-weight: bold;
}
.blocks__item[data-v-ffea21a4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blocks .border-botttom[data-v-ffea21a4] {
    border-bottom: 1px solid rgba(112, 112, 112, 0.12549);
}

.text-review[data-v-71e7191f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}
.text-review h6[data-v-71e7191f] {
    font-size: 14px;
}

.block[data-v-b6818f66] {
  position: relative;
  width: 135px;
  display: inline-block;
  margin-bottom: 10px;
}
.block__draggable[data-v-b6818f66] {
    height: 100%;
    cursor: move;
}
.block__preview[data-v-b6818f66] {
    height: 100%;
    border-radius: 4px;
}
.block__content[data-v-b6818f66] {
    position: absolute;
    width: 332px;
    opacity: 0;
    visibility: hidden;
}
.border[data-v-b6818f66] {
  border: 1px solid rgba(112, 112, 112, 0.12549);
}

.text-review[data-v-675f03d6] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.text-review[data-v-50b4b52d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}
.text-review h6[data-v-50b4b52d] {
    font-size: 14px;
}

.text-review[data-v-13a059ba] {
  position: relative;
  height: 86px;
}
.text-review .img-background[data-v-13a059ba] {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.text-review span[data-v-13a059ba] {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.48627);
    color: #fff;
    padding: 2px 12px;
    font-size: 11px;
    border-bottom-right-radius: 4px;
}

.text-review[data-v-7b1b801c] {
  position: relative;
  height: 120px;
}
.text-review .cover[data-v-7b1b801c] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.text-review span[data-v-7b1b801c] {
    position: absolute;
    bottom: 30px;
    right: 0;
    background: rgba(17, 17, 17, 0.48627);
    color: #fff;
    padding: 2px 12px;
    font-size: 11px;
    border-bottom-right-radius: 4px;
    z-index: 3;
}
[data-v-7b1b801c] .carousel-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
}
[data-v-7b1b801c] .carousel-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #c5c5c5;
}
[data-v-7b1b801c] .carousel-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
      margin-left: 9px;
}
[data-v-7b1b801c] .carousel-pagination .swiper-pagination-bullet-active {
    background: #000;
}
.carousel img[data-v-7b1b801c] {
  border-radius: 4px;
}

.text-review[data-v-1c8c823f] {
  font-size: 12px;
}

.text-review[data-v-fdb7268e] {
  position: relative;
  height: 86px;
}
.text-review img[data-v-fdb7268e] {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    min-height: 100%;
}

.text-review[data-v-cd616166] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-review img[data-v-cd616166] {
    border-radius: 4px;
    max-height: 250px;
}
.text-review p[data-v-cd616166] {
    font-size: 12px;
}

.text-review[data-v-eb7c1744] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-review h6[data-v-eb7c1744] {
    font-size: 14px;
    text-align: center;
}
.text-review span[data-v-eb7c1744] {
    font-size: 12px;
}

.text-review[data-v-639a077a] {
  position: relative;
  height: 86px;
}
.text-review img[data-v-639a077a] {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.text-review .text-opacity[data-v-639a077a] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.31373);
    border-radius: 4px;
}
.text-review .text-opacity h6[data-v-639a077a] {
      font-size: 14px;
      text-align: center;
}

.text-review[data-v-5b60dd76] {
  position: relative;
  height: 86px;
}
.text-review .img-background[data-v-5b60dd76] {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.text-review span[data-v-5b60dd76] {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.48627);
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
    border-bottom-right-radius: 4px;
}

.text-review[data-v-6054cb0c] {
  position: relative;
  height: 86px;
}
.text-review .img-background[data-v-6054cb0c] {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.text-review .text-opacity[data-v-6054cb0c] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.31373);
    border-radius: 4px;
}
.text-review span[data-v-6054cb0c] {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.48627);
    color: #fff;
    padding: 2px 4px;
    font-size: 11px;
    border-bottom-right-radius: 4px;
}

.text-review[data-v-e916cccc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-review span[data-v-e916cccc] {
    font-size: 12px;
    color: #1C7CFF;
    text-decoration: underline;
}

.text-review[data-v-f50c7a8e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 8px;
}
.text-review h6[data-v-f50c7a8e] {
    font-size: 14px;
}

.text-review[data-v-06a4c804] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-size: 12px;
}

.text-review[data-v-39565fbc] {
  position: relative;
  height: 86px;
}
.text-review img[data-v-39565fbc] {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    min-height: 100%;
}
.text-review .text-box[data-v-39565fbc] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border-radius: 4px;
}
.text-review .text-box h2[data-v-39565fbc] {
      font-size: 31px;
      text-align: center;
}

.text-review[data-v-467c0f48] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-review span[data-v-467c0f48] {
    font-size: 12px;
    color: #1C7CFF;
    text-decoration: underline;
}

.text-review[data-v-bcbae090] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-review img[data-v-bcbae090] {
    width: 45%;
}

.images-hyperlink[data-v-8216c45c] {
  height: 94px;
}
.images-hyperlink img[data-v-8216c45c] {
    -o-object-fit: cover;
       object-fit: cover;
    width: 50%;
    height: 50%;
    padding: 1px;
}
.images-hyperlink img[data-v-8216c45c]:nth-child(1) {
      border-top-left-radius: 4px;
}
.images-hyperlink img[data-v-8216c45c]:nth-child(2) {
      border-top-right-radius: 4px;
}
.images-hyperlink img[data-v-8216c45c]:nth-child(3) {
      border-bottom-left-radius: 4px;
}
.images-hyperlink img[data-v-8216c45c]:nth-child(4) {
      border-bottom-right-radius: 4px;
}

.text-review[data-v-2a427dcb] {
  position: relative;
  height: 86px;
}
.text-review img[data-v-2a427dcb] {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    min-height: 100%;
}

.editor[data-v-30a207e5] {
  overflow-y: auto;
  overflow-x: hidden;
  width: 440px;
  background-color: #ffffff;
}
.editor__standard[data-v-30a207e5] {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    display: block;
    top: 16px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-height: calc(100vh - 32px);
}
.editor__container[data-v-30a207e5] {
    border: 1px solid rgba(112, 112, 112, 0.12549);
    border-radius: 4px;
    padding: 12px;
    padding-top: 0;
    position: relative;
}
.editor__close img[data-v-30a207e5] {
    cursor: pointer;
}
.editor__header[data-v-30a207e5] {
    height: 36px;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.editor__title[data-v-30a207e5] {
    font-weight: bold;
}
.editor__submit[data-v-30a207e5] {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    height: 80px;
    background: #fff;
    border-top: 2px solid rgba(112, 112, 112, 0.12549);
    z-index: 9;
}
.editor__submit button[data-v-30a207e5] {
      margin: auto;
}

.editor__form {
  margin-bottom: 32px;
  border-bottom: 2px solid  rgba(112, 112, 112, 0.12549);
  padding: 0 4px;
}
.editor__title {
  text-align: center;
}
.editor__property {
  font-size: 16px;
  font-weight: bold;
}
.btn-modal-custom {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom {
    margin-bottom: 40px;
}
}
p {
  margin-bottom: 0;
}

.title[data-v-0e2be94e] {
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  line-height: 1;
  margin-bottom: 15px;
}

.add-center[data-v-34b6a859] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.5;
  font-size: 60px;
  font-weight: 100;
  color: #CED4DA;
}

.form-group[data-v-37c0a99b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.validate-image[data-v-988c2792] {
  font-size: 12px;
  font-style: italic;
  color: red;
  margin-top: 4px;
}
.upload-container[data-v-988c2792] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-988c2792] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-988c2792] {
      display: none;
}
.upload-container .no-image[data-v-988c2792] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-988c2792] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}

.carousel-text[data-v-76805385] {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.btn-model-custom[data-v-76805385] {
  width: 140px;
  height: 42px;
}
.title[data-v-76805385] {
  line-height: 16px;
  line-height: 1rem;
  font-size: 16px;
  color: #000000;
}
.display-image[data-v-76805385] {
  position: relative;
  margin: 0 7px 16px 7px;
  cursor: move;
}
.remove-icon[data-v-76805385] {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  cursor: pointer;
}
.img-custom[data-v-76805385] {
  width: 84px;
  height: 84px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.btn-upload[data-v-76805385] {
  cursor: pointer;
  width: 84px;
  height: 84px;
  border-radius: 6px;
  margin: 0 7px;
}
.icon-plus[data-v-76805385] {
  width: 32px;
  text-align: center;
  opacity: 0.4;
}
.icon-loading[data-v-76805385] {
  width: 64px;
  text-align: center;
  opacity: 0.4;
}
.validate-multiple-upload-image[data-v-76805385] {
  margin-left: 0;
  padding-left: 0;
  color: #dc3545;
  font-style: italic;
  font-size: 12px;
}

.form-check-label[data-v-84acc7aa] {
  font-size: 14px;
}
.form-image-cover[data-v-84acc7aa] {
  width: 100%;
  max-width: 64px;
  height: 82px;
  border: 1px solid #eee;
}
.form-image-cover img[data-v-84acc7aa] {
    width: 100%;
    height: 100%;
}

.text-center[data-v-4dd2f556] {
  text-align: center;
}
.editor__form[data-v-4dd2f556] {
  border-bottom: none;
}
.editor__form .text-basic[data-v-4dd2f556] {
    font-size: 14px;
    font-weight: 300;
}
.editor__form .bottom[data-v-4dd2f556] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
}
.editor__form .bottom span[data-v-4dd2f556] {
      font-size: 15px;
}
.editor__form .bottom .btn[data-v-4dd2f556] {
      width: 90px;
      font-size: 15px;
      height: 38px;
      background-color: #19cdbb;
      border-color: #24c3b7;
      color: #ffffff;
      font-weight: 500;
      font-size: 15px;
      line-height: 1;
}
.editor__form .loading[data-v-4dd2f556] {
    text-align: center;
}
.editor__form .loading img[data-v-4dd2f556] {
      width: 200px;
}
.editor__form .result-wrapper[data-v-4dd2f556] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.editor__form .result-wrapper .result-image[data-v-4dd2f556] {
      text-align: center;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(50% - 20px);
              flex: 1 1 calc(50% - 20px);
}
.editor__form .result-wrapper .result-image img[data-v-4dd2f556] {
        cursor: pointer;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
}
.editor__form .result-wrapper .result-image .selected[data-v-4dd2f556] {
        border: 2px solid #007bff;
}

.text-disabled[data-v-14112e6b] {
  color: #cccccc !important;
}

.search-container[data-v-22ae259e] {
  position: relative;
}
.suggest-list-data[data-v-22ae259e] {
  position: absolute;
  top: 40px;
  z-index: 999;
  max-height: 231px;
  overflow-y: auto;
}
.list-group-item[data-v-22ae259e] {
  cursor: pointer;
  color: rgba(0, 0, 0, .5);
  background-color: #ededed;
  border-radius: 0;
}
.list-group-item[data-v-22ae259e]:hover {
  background-color: #ccc;
}
[data-v-22ae259e]::-webkit-scrollbar {
  width: 1px;
}
[data-v-22ae259e]::-webkit-scrollbar-thumb {
  background: #000;
}

.btn-custom[data-v-08bfd1c0] {
  width: 120px;
}
.validate-image[data-v-08bfd1c0] {
  font-size: 12px;
  font-style: italic;
  color: red;
  margin-top: 4px;
}
.display_image[data-v-08bfd1c0] {
  height: 112px;
  background-color: #dee2e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.display_image img[data-v-08bfd1c0] {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
}
.img-thumbnail[data-v-08bfd1c0] {
  border-radius: 0;
}
.upload-container[data-v-08bfd1c0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-08bfd1c0] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-08bfd1c0] {
      display: none;
}
.upload-container .no-image[data-v-08bfd1c0] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-08bfd1c0] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}

.collape-item + .collape-item[data-v-7ef68b10] {
  border-top: 1px solid #dee2e6;
}
.collapse-header[data-v-7ef68b10] {
  height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.collapse-header__text[data-v-7ef68b10] {
    font-size: 16px;
    font-weight: 700;
}
.collapse-header__icon-arrow[data-v-7ef68b10] {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.collapse-header[aria-expanded=true] .collapse-header__icon-arrow[data-v-7ef68b10] {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
.editor__padding[data-v-7ef68b10] {
  padding-bottom: 12px;
  border-bottom: 1px solid #dee2e6;
}
.editor__padding-form[data-v-7ef68b10] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.editor__padding-form input[data-v-7ef68b10] {
    text-align: center;
    width: 46px;
    height: 32px;
}

.collape-item[data-v-5b6810a6] {
  padding: 0 12px;
  position: relative;
}
.collape-item + .collape-item[data-v-5b6810a6] {
    border-top: 1px solid #dee2e6;
}
.collapse-header[data-v-5b6810a6] {
  height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.collapse-header__remove[data-v-5b6810a6] {
    width: 28px;
    padding: 6px;
    margin-right: 8px;
    position: absolute;
    cursor: pointer;
    top: 12px;
}
.collapse-header__text[data-v-5b6810a6] {
    font-size: 16px;
    font-weight: 700;
}
.collapse-header__icon-arrow[data-v-5b6810a6] {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.collapse-header[aria-expanded=true] .collapse-header__icon-arrow[data-v-5b6810a6] {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
.editor__padding[data-v-5b6810a6] {
  padding-bottom: 12px;
  border-bottom: 1px solid #dee2e6;
}
.editor__padding-form[data-v-5b6810a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.editor__padding-form input[data-v-5b6810a6] {
    text-align: center;
    width: 46px;
    height: 32px;
}
.add-button[data-v-5b6810a6] {
  font-size: 12px;
  padding: 10px 12px;
  width: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.slider-content[data-v-563bf1ac] {
  background-color: #fff;
  width: 500px;
  padding: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.general-settings[data-v-563bf1ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 375px;
  margin: auto;
}
.blocks-container[data-v-563bf1ac] {
  height: 782px;
  width: 375px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  margin: auto;
}
.block-container[data-v-563bf1ac] {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.buttons-actions[data-v-563bf1ac] {
  z-index: 3;
}
.content-container[data-v-563bf1ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: 1px solid #E0E3E5;
}
.content-container .block-item[data-v-563bf1ac] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    overflow-y: hidden;
}
.content-container .block-item.header-block[data-v-563bf1ac] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 99;
}
.content-container .block-item.footer-block[data-v-563bf1ac] {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
}
.content-container .block-item:hover .buttons-actions[data-v-563bf1ac] {
      opacity: 1;
}
.slide-settings[data-v-563bf1ac] {
  position: absolute;
  right: -43px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9;
}
.slide-settings .slide-group[data-v-563bf1ac] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slide-settings .slide-group .slide-items[data-v-563bf1ac] {
      padding: 0;
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.slide-settings .slide-group .slide-items li[data-v-563bf1ac] {
        font-size: 16px;
        margin-right: 4px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        background-color: #F5F5F5;
        text-align: center;
        cursor: pointer;
}
.slide-settings .slide-group .slide-items li + li[data-v-563bf1ac] {
          margin-top: 4px;
}
.slide-settings .slide-group .slide-items .slide-number[data-v-563bf1ac] {
        height: 38px;
        width: 40px;
        color: rgba(28, 28, 28, 0.39608);
        position: relative;
}
.slide-settings .slide-group .slide-items .slide-number.active[data-v-563bf1ac] {
          font-weight: bold;
          border-color: #19CDBB;
          color: #fff;
          background-color: #19CDBB;
}
.slide-settings .slide-group .slide-items .slide-number .img-drop-drag[data-v-563bf1ac] {
          width: 14px;
          height: 14px;
          position: absolute;
          top: 35%;
          left: 0px;
          padding-right: 1px;
}
.slide-settings .slide-group .slide-items .slide-number img[data-v-563bf1ac] {
          width: 14px;
          height: 14px;
          position: absolute;
          top: -4px;
          right: -3px;
}
.slide-settings .slide-group .slide-items .slide-number span[data-v-563bf1ac] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          height: 100%;
}
.slide-settings .slide-group .slide-items .slide-plus[data-v-563bf1ac] {
        background-color: #CED4DA;
        height: 28px;
        width: 30px;
        margin-top: 4px;
}
.slide-settings .slide-arrows img[data-v-563bf1ac] {
    width: 17px;
    height: 17px;
}
.slide-settings .slide-arrows img.arrow-active[data-v-563bf1ac] {
      cursor: pointer;
}
.slide-settings .slide-remove[data-v-563bf1ac] {
    font-size: 11px;
    color: #FF0000;
    cursor: pointer;
    white-space: nowrap;
    padding-top: 4px;
}
.slider-pagination[data-v-563bf1ac] {
  position: absolute;
  height: 100%;
  width: 10px;
  right: 14px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.slider-pagination .slider-dot + .slider-dot[data-v-563bf1ac] {
    margin-top: 8px;
}
.slider-pagination .slider-dot span[data-v-563bf1ac] {
    display: block;
    width: 100%;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #DEDEDE;
}
.slider-pagination .slider-dot span.active[data-v-563bf1ac] {
      background: #19CDBB;
}
.drop-blocks[data-v-563bf1ac] {
  height: 100%;
  position: absolute;
  padding-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drop-block[data-v-563bf1ac] {
  width: calc(100% - 24px);
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px dashed #B5BCBC;
  background: #F7F7F7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #B5BCBC;
}
.buttons-actions[data-v-563bf1ac] {
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.buttons-actions[data-v-563bf1ac]:hover {
    opacity: 1;
}
.buttons-actions .btn-secondary[data-v-563bf1ac] {
    height: 32px;
    background-color: #333333;
    border: 0;
    padding: 0 5px;
    font-size: 12px;
}
.buttons-actions .btn-secondary[data-v-563bf1ac]:hover {
      background-color: #000000;
}
.buttons-actions .btn-secondary[data-v-563bf1ac]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.buttons-actions .btn-secondary[data-v-563bf1ac]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.buttons-actions .btn-secondary img[data-v-563bf1ac] {
      margin-bottom: 3px;
      width: 16px;
}
.buttons-actions .btn-secondary.exchange-btn[data-v-563bf1ac] {
      position: relative;
}
.buttons-actions .btn-secondary.exchange-btn ul[data-v-563bf1ac] {
        display: none;
        position: absolute;
        background: #fff;
        color: #000;
        padding: 0;
        list-style: none;
        border-radius: 12px;
        right: 0;
        -webkit-transition: .4s;
        transition: .4s;
        overflow: hidden;
}
.buttons-actions .btn-secondary.exchange-btn ul li[data-v-563bf1ac] {
          padding: 4px 8px;
          cursor: pointer;
}
.buttons-actions .btn-secondary.exchange-btn ul li[data-v-563bf1ac]:hover {
            background: #999999;
            color: #fff;
}
.buttons-actions .btn-secondary.exchange-btn:hover ul[data-v-563bf1ac] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.buttons-actions .btn-remove[data-v-563bf1ac] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.buttons-actions .btn-remove[data-v-563bf1ac]:hover {
      background-color: #000000;
}
.buttons-actions .btn-remove img[data-v-563bf1ac] {
      margin-bottom: 3px;
}
.modal .modal-dialog[data-v-563bf1ac] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-563bf1ac] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-563bf1ac] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-563bf1ac] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
p[data-v-563bf1ac] {
  margin-bottom: 0;
}
.btn-preview-pc[data-v-563bf1ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E8E8E8;
  cursor: pointer;
  height: 40px;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.btn-preview-pc[data-v-563bf1ac]:hover {
    background-color: #B3F6F0;
    -webkit-transition: all;
    transition: all;
}
.preview-body[data-v-563bf1ac] {
  background: #eaf3f2;
  max-height: calc(100vh - 3.5rem - 8px);
  overflow-y: auto;
}
.webpreview[data-v-563bf1ac] {
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
}
.container-phone__lp[data-v-563bf1ac] {
  width: 375px;
  height: calc(100vh - 120px);
  overflow: scroll;
  -ms-overflow-style: none;
  overflow-x: hidden;
}

.empty-block[data-v-52dff6fa] {
  width: 100%;
  height: 100%;
}

.image-hyperlink a[data-v-a398fe46] {
  width: 50%;
  height: 50%;
  display: inline-block;
}
.image-hyperlink img[data-v-a398fe46] {
  vertical-align: bottom;
  height: 100%;
  width: 100%;
}

[data-v-7179bae0] .slider-hyperlink__swiper {
  position: relative;
  overflow: hidden;
}
[data-v-7179bae0] .slider-hyperlink__swiper .slider-hyperlink__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider__heading[data-v-7179bae0] {
  font-size: 20px;
  font-weight: 700;
}
.slider-hyperlink[data-v-7179bae0] {
  width: 100%;
}
.slider-hyperlink .slider-text[data-v-7179bae0] {
    color: #1C1C1C;
}
.slider-hyperlink .slider-text .slider-title[data-v-7179bae0] {
      font-weight: 700;
      padding-top: 16px;
      padding-bottom: 8px;
}
.slider-hyperlink .slider-text .slider-description[data-v-7179bae0] {
      font-size: 14px;
}
.slider-hyperlink[data-v-7179bae0]:hover {
    text-decoration: none;
}

.preview__content[data-v-da38978c] {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
}
.modal-preview[data-v-da38978c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
.preview-body[data-v-da38978c] {
  background: #eaf3f2;
  max-height: calc(100vh - 3.5rem - 8px);
  overflow-y: auto;
}
.webpreview[data-v-da38978c] {
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
}
.phone-container__lp[data-v-da38978c] {
  position: relative;
  pointer-events: none;
  z-index: 2;
  width: 105%;
  height: 104%;
}
.container-phone__lp[data-v-da38978c] {
  position: absolute;
  padding-top: 24px;
  top: 0;
  right: 7px;
  z-index: 1;
  width: 91%;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  overflow-x: hidden;
}

.preview-slider-template[data-v-8f92154a] {
  height: 100%;
  overflow: hidden;
}
.preview-slider-template .slider-template[data-v-8f92154a] {
    height: 100%;
}
.preview-slider-template .slider-template .slider-item[data-v-8f92154a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      overflow: hidden;
}
.preview-slider-template .slider-template .slider-item .block-item[data-v-8f92154a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
}
.preview-slider-template .slider-template .slider-item .block-item.align-items-end[data-v-8f92154a] {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
}
.preview-slider-template .slider-template .slider-item.justify-content-start[data-v-8f92154a] {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
}
.preview-slider-template .slider-template .slider-full-block[data-v-8f92154a] {
      display: block;
}
.footer-block[data-v-8f92154a] {
  width: 100%;
  bottom: 0;
  left: 0;
}
[data-v-8f92154a] .swiper-container-vertical > .swiper-pagination-bullets {
  right: 14px;
}
[data-v-8f92154a] .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
    outline: none;
}
[data-v-8f92154a] .swiper-pagination-preview .swiper-pagination-bullet {
  border: 1px solid #fff;
  background: #DEDEDE;
  opacity: 1;
  width: 10px;
  height: 10px;
}
[data-v-8f92154a] .swiper-pagination-preview .swiper-pagination-bullet-active {
  background: #19CDBB;
}

.hamburger-settings[data-v-5ff2a690] {
  width: 440px;
  margin-bottom: 20px;
  background-color: #fff;
}
.hamburger-settings__container[data-v-5ff2a690] {
    border: 1px solid rgba(112, 112, 112, 0.12549);
    border-radius: 4px;
    padding: 12px;
}
.hamburger-settings__container .menu-title[data-v-5ff2a690] {
      margin-top: 8px;
      margin-bottom: -12px;
}
.hamburger-settings__container .title-subtext[data-v-5ff2a690] {
      font-size: 12px;
      color: #8D8D8D;
}
.layouts-list[data-v-5ff2a690] {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layouts-list li[data-v-5ff2a690] {
    list-style: none;
}
.layouts-list li img[data-v-5ff2a690] {
      width: 38px;
      cursor: pointer;
}
.layouts-list li + li[data-v-5ff2a690] {
    margin-left: 10px;
}

.template__name[data-v-fb1d3c08] {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}
.site-preview[data-v-fb1d3c08] {
  position: relative;
  width: 190px;
  height: 373px;
}
.site-preview__container img[data-v-fb1d3c08] {
  display: block;
  height: auto;
  width: 100%;
}
.site-preview__frame[data-v-fb1d3c08] {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.site-preview__container[data-v-fb1d3c08] {
  position: absolute;
  top: 3%;
  left: 5.75%;
  width: 90%;
  height: 96%;
  border-radius: 7%;
  overflow: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.empty-template[data-v-fb1d3c08] {
  background-color: #19CDBB;
  border: 0;
  right: 10px;
  top: 7px;
  border-radius: 0;
  font-size: 14px;
}
.hidden-template[data-v-fb1d3c08] {
  opacity: 0;
  visibility: hidden;
  display: none;
}
@-moz-document url-prefix() {
.site-preview__container {
    height: 92% !important;
}
}
@supports (-ms-ime-align: auto) {
.site-preview__frame[data-v-fb1d3c08] {
    height: 102%;
}
.btn-outline-linqur[data-v-fb1d3c08] {
    margin-top: 30px !important;
}
}
[data-v-fb1d3c08]::-webkit-scrollbar {
  width: 0px;
}

.site-preview[data-v-5a5fc332] {
  position: relative;
  width: 190px;
  height: 373px;
}
.site-preview__container img[data-v-5a5fc332] {
  display: block;
  height: auto;
  width: 100%;
}
.site-preview__frame[data-v-5a5fc332] {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.site-preview__container[data-v-5a5fc332] {
  position: absolute;
  top: 3%;
  left: 5.75%;
  width: 90%;
  height: 96%;
  border-radius: 7%;
  overflow: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
@-moz-document url-prefix() {
.site-preview__container {
    height: 92% !important;
}
}
@supports (-ms-ime-align:auto) {
.site-preview__frame[data-v-5a5fc332] {
        height: 102%;
}
.btn-outline-linqur[data-v-5a5fc332] {
      margin-top: 30px !important;
}
}
[data-v-5a5fc332]::-webkit-scrollbar {
  width: 0px;
}

.border-top-form {
  border-top: 2px solid #ccc;
}
.border-bottom-form {
  border-bottom: 2px solid #ccc;
}
.flatpickr-wrapper {
  width: 100%;
}
.form-preview .flatpickr-calendar {
  width: 252px;
}
.form-preview .dayContainer {
  width: 252px;
  min-width: 252px;
  max-width: 252px;
}
.form-preview .flatpickr-days {
  width: 252px;
}
.form-preview .flatpickr-day {
  max-width: 36px;
  height: 36px;
  line-height: 36px;
}

.btn-plus[data-v-651356f3] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-651356f3]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-651356f3] {
    width: 20px;
}
.dropleft[data-v-651356f3] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-651356f3]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-651356f3] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-651356f3] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-651356f3]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-651356f3] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-651356f3] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-651356f3]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-651356f3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-651356f3] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-651356f3] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-651356f3]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper[data-v-651356f3] {
  margin-left: 70px;
}
.page-wrapper .block-container[data-v-651356f3] {
    width: 375px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    background: #ffffff;
    background-color: #fff;
}
.page-wrapper .ghost[data-v-651356f3] {
    opacity: 0.5;
    background: #c8ebfb;
}
.btn-actions[data-v-651356f3] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-651356f3] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-651356f3]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-651356f3]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-651356f3]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-651356f3] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-651356f3] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-651356f3]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-651356f3] {
      margin-bottom: 3px;
}

.border_grad {
  height: 15px;
  width: 100%;
  background-color: red;
  background-image: -webkit-repeating-linear-gradient(#e6dddd, #c1c1b6 10%, #eaf3f2 20%);
  background-image: repeating-linear-gradient(#e6dddd, #c1c1b6 10%, #eaf3f2 20%);
}
.btn_action_custom {
  top: -15px !important;
}
.form-page-container .mt-10 {
  margin-top: 10px;
}
.form-page-container .mb-10 {
  margin-bottom: 10px;
}
.form-page-container .padding-custom-25 {
  margin-top: 25px;
}
.form-page-container .margin-custom-10 {
  margin-bottom: 10px;
}
.form-page-container .required-icon {
  display: none;
}
.form-page-container .required-icon img {
    vertical-align: top;
}
.form-page-container .custom-select {
  padding-right: 36.8px !important;
  padding-right: 2.3rem !important;
}
.form-page-container .form-preview {
  font-weight: 400;
}
.form-page-container .form-preview .form-control {
    height: 44px;
    padding: 6px 15px;
    padding: 0.375rem 0.9375rem;
}
.form-page-container .form-preview .h-auto {
    height: auto;
    padding: 8px 15px;
    padding: 8px 0.9375rem;
}
.form-page-container .form-preview .form-control:focus {
    border-color: #45b0ff;
}
.form-page-container .form-preview input[type=number]::-webkit-inner-spin-button,
  .form-page-container .form-preview input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.form-page-container .form-preview input[type=number] {
    -moz-appearance: textfield;
}
.form-page-container .form-preview .custom-control-inline {
    margin-right: 14px;
}
.form-page-container .form-preview .custom-control-label {
    word-break: break-word;
}
.form-page-container .form-preview__form_1 .required {
    border: solid 1px #e61d65;
    color: #e61d65;
    background-color: #fff;
}
.form-page-container .form-preview__form_1 .any {
    border: solid 1px #979797;
    color: #979797;
}
.form-page-container .form-preview__form_1 .form-control, .form-page-container .form-preview__form_1 select.form-control {
    border-radius: 3px;
}
.form-page-container .form-preview__form_1__label {
    font-weight: 500;
    line-height: 1;
}
.form-page-container .form-preview__form_1__label__general {
      border-radius: 2px;
      background-color: #ffffff;
      font-size: 12px;
      font-weight: 400;
      height: 20px;
}
.form-page-container .form-preview__form_1__label__title {
      vertical-align: top;
      word-break: break-word;
}
.form-page-container .form-preview__form_1 .custom-radio .custom-control-label::before {
    background-color: #e9eef0;
    border: none;
    width: 20px;
    height: 20px;
}
.form-page-container .form-preview__form_1 .custom-radio .custom-control-label {
    line-height: 1.7;
}
.form-page-container .form-preview__form_1 .custom-radio .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.form-page-container .form-preview__form_1 .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #2bb0ff;
}
.form-page-container .form-preview__form_1 .custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
.form-page-container .form-preview__form_1 .custom-checkbox .custom-control-label {
    line-height: 1.7;
}
.form-page-container .form-preview__form_1 .custom-checkbox .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.form-page-container .form-preview__form_1 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/img/icons/checked.svg");
}
.form-page-container .form-preview__form_1 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    border: solid 1px #45b0ff;
    background-color: #45b0ff;
}
.form-page-container .form-preview__form_1 .custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/img/icons/arrow-down.svg") #fff;
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
.form-page-container .form-preview__form_1 .custom-date {
    background: url("/img/icons/calendar.svg") #fff;
    background-position: 12px 50%;
    background-repeat: no-repeat;
    padding-left: 44px;
}
.form-page-container .form-preview__form_1 .custom-time {
    background: url("/img/icons/time.svg") #fff;
    background-position: 12px 50%;
    background-repeat: no-repeat;
    padding-left: 44px;
    background-size: 22px;
}
.form-page-container .form-preview__form_1 .password input[type="password"], .form-page-container .form-preview__form_1 .password input[type="text"] {
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
}
.form-page-container .form-preview__form_1 input[type="password"]:focus ~ .password__append > span {
    border-color: #45b0ff;
}
.form-page-container .form-preview__form_1 input[type="text"]:focus ~ .password__append > span {
    border-color: #45b0ff;
}
.form-page-container .form-preview__form_2 .required {
    background-color: #e61d65;
}
.form-page-container .form-preview__form_2 .any {
    background-color: #333333;
}
.form-page-container .form-preview__form_2 .form-control {
    border-radius: 0;
    border: 2px solid #333333;
}
.form-page-container .form-preview__form_2__label {
    font-weight: 400;
    line-height: 1;
}
.form-page-container .form-preview__form_2__label__general {
      border-radius: 0;
      font-size: 12px;
      color: #fff;
      height: 20px;
      width: auto;
      line-height: 1.15;
}
.form-page-container .form-preview__form_2__label__title {
      vertical-align: middle;
}
.form-page-container .form-preview__form_2 .custom-radio .custom-control-label::before {
    background-color: #fff;
    border: solid 2px #333333;
    width: 20px;
    height: 20px;
}
.form-page-container .form-preview__form_2 .custom-radio .custom-control-label {
    line-height: 1.7;
}
.form-page-container .form-preview__form_2 .custom-radio .custom-control-label::after {
    top: 6px;
    left: -19px;
    background-size: 10px 10px;
    background-position: left;
}
.form-page-container .form-preview__form_2 .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%232bb0ff'/%3E%3C/svg%3E");
}
.form-page-container .form-preview__form_2 .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border: solid 2px #2bb0ff;
}
.form-page-container .form-preview__form_2 .custom-checkbox .custom-control-label::before {
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    border: solid 2px #333333;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
.form-page-container .form-preview__form_2 .custom-checkbox .custom-control-label {
    line-height: 1.7;
}
.form-page-container .form-preview__form_2 .custom-checkbox .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.form-page-container .form-preview__form_2 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/img/icons/checked-blue.svg");
}
.form-page-container .form-preview__form_2 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    border-color: #45b0ff;
    background-color: #fff;
}
.form-page-container .form-preview__form_2 .custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/img/icons/square-arrow.png");
    background-position: 101% 50%;
    background-repeat: no-repeat;
    background-size: 43px;
    padding-right: 50px !important;
}
.form-page-container .form-preview__form_2 .custom-date {
    background: url("/img/icons/square-calendar.svg") #fff;
    background-position: -2px 50%;
    background-repeat: no-repeat;
    padding-left: 48px;
}
.form-page-container .form-preview__form_2 .custom-time {
    background: url("/img/icons/time-bg.png") #fff;
    background-position: -2px 50%;
    background-repeat: no-repeat;
    padding-left: 48px;
    background-size: 39px;
}
.form-page-container .form-preview__form_2 .password input[type="password"], .form-page-container .form-preview__form_2 .password input[type="text"] {
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
}
.form-page-container .form-preview__form_2 .password__append {
    border: 2px solid #333333;
    border-left: none;
}
.form-page-container .form-preview__form_2 input[type="password"]:focus ~ .password__append {
    border-color: #45b0ff;
}
.form-page-container .form-preview__form_2 input[type="text"]:focus ~ .password__append {
    border-color: #45b0ff;
}
.form-page-container .form-preview__form_3 {
    font-size: 18px;
}
.form-page-container .form-preview__form_3 ::-webkit-input-placeholder {
      font-size: 18px;
}
.form-page-container .form-preview__form_3 ::-ms-input-placeholder {
      font-size: 18px;
}
.form-page-container .form-preview__form_3 ::placeholder {
      font-size: 18px;
}
.form-page-container .form-preview__form_3 :-ms-input-placeholder {
      font-size: 18px;
}
.form-page-container .form-preview__form_3 ::-ms-input-placeholder {
      font-size: 18px;
}
.form-page-container .form-preview__form_3 .form-control {
      height: 44px;
      padding: 12px 6px;
}
.form-page-container .form-preview__form_3 .margin-custom-10 {
      margin-bottom: 5px;
}
.form-page-container .form-preview__form_3 .padding-custom-25 {
      margin-top: 20px;
}
.form-page-container .form-preview__form_3 .required-icon {
      display: inline-block;
}
.form-page-container .form-preview__form_3 .special {
      margin-top: 12px;
}
.form-page-container .form-preview__form_3 input.form-control, .form-page-container .form-preview__form_3 select.form-control {
      border-radius: 0;
      border-top: 0;
      border-right: 0;
      border-left: 0;
}
.form-page-container .form-preview__form_3__label {
      line-height: 1;
      font-size: 14px;
}
.form-page-container .form-preview__form_3__label__general {
        display: none;
}
.form-page-container .form-preview__form_3 .custom-radio .custom-control-label::before {
      background-color: #e9eef0;
      border: none;
      width: 20px;
      height: 20px;
}
.form-page-container .form-preview__form_3 .custom-radio .custom-control-label {
      line-height: 1.4;
}
.form-page-container .form-preview__form_3 .custom-radio .custom-control-label::after {
      top: 6px;
      left: -21px;
      background-size: 14px 14px;
      background-position: left;
}
.form-page-container .form-preview__form_3 .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
      color: #fff;
      background-color: #2bb0ff;
}
.form-page-container .form-preview__form_3 .custom-checkbox .custom-control-label::before {
      border: 0;
      background-color: #e9eef0;
      border-radius: 50%;
      width: 20px;
      height: 20px;
}
.form-page-container .form-preview__form_3 .custom-checkbox .custom-control-label {
      line-height: 1.4;
}
.form-page-container .form-preview__form_3 .custom-checkbox .custom-control-label::after {
      top: 6px;
      left: -20px;
      background-size: 12px 12px;
      background-position: left;
}
.form-page-container .form-preview__form_3 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
      background-image: url("/img/icons/checked.svg");
}
.form-page-container .form-preview__form_3 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
      color: #fff;
      -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
              box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
      background-color: #45b0ff;
}
.form-page-container .form-preview__form_3 .custom-select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: url("/img/icons/arrow-line-narrow-down.svg") #fff;
      background-position: 95% 50%;
      background-repeat: no-repeat;
}
.form-page-container .form-preview__form_3 .password__append span {
      border-top: 0;
      border-right: 0;
      border-radius: 0 !important;
}
.form-page-container .form-preview__form_3 input[type="password"]:focus ~ .password__append > span {
      border-color: #45b0ff;
}
.form-page-container .form-preview__form_4 ::-webkit-input-placeholder {
    font-size: 18px;
}
.form-page-container .form-preview__form_4 ::-ms-input-placeholder {
    font-size: 18px;
}
.form-page-container .form-preview__form_4 ::placeholder {
    font-size: 18px;
}
.form-page-container .form-preview__form_4 :-ms-input-placeholder {
    font-size: 18px;
}
.form-page-container .form-preview__form_4 ::-ms-input-placeholder {
    font-size: 18px;
}
.form-page-container .form-preview__form_4 .required {
    border: solid 1px #e61d65;
    color: #e61d65;
    font-weight: 600;
    background-color: #fff;
}
.form-page-container .form-preview__form_4 .any {
    background-color: #dfdfdf;
    color: #979797;
    line-height: 1.3;
}
.form-page-container .form-preview__form_4 input.form-control {
    border-radius: 22px;
}
.form-page-container .form-preview__form_4 textarea.form-control {
    border-radius: 16px;
}
.form-page-container .form-preview__form_4__label {
    font-weight: 500;
    line-height: 1;
}
.form-page-container .form-preview__form_4__label__general {
      border-radius: 10px;
      font-weight: 400;
      font-size: 12px;
      height: 20px;
      width: auto;
}
.form-page-container .form-preview__form_4 .custom-radio .custom-control-label::before {
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
.form-page-container .form-preview__form_4 .custom-radio .custom-control-label {
    line-height: 1.7;
}
.form-page-container .form-preview__form_4 .custom-radio .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.form-page-container .form-preview__form_4 .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #2bb0ff;
    border-color: #2bb0ff;
}
.form-page-container .form-preview__form_4 .custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
.form-page-container .form-preview__form_4 .custom-checkbox .custom-control-label {
    line-height: 1.7;
}
.form-page-container .form-preview__form_4 .custom-checkbox .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.form-page-container .form-preview__form_4 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/img/icons/checked.svg");
}
.form-page-container .form-preview__form_4 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    border: solid 1px #45b0ff;
    background-color: #45b0ff;
}
.form-page-container .form-preview__form_4 .custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/img/icons/arrow-down.svg") #fff;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
}
.form-page-container .form-preview__form_4 .custom-date {
    background: url("/img/icons/calendar.svg") #fff;
    background-position: 20px 50%;
    background-repeat: no-repeat;
    padding-left: 52px;
}
.form-page-container .form-preview__form_4 .custom-time {
    background: url("/img/icons/time.svg") #fff;
    background-position: 20px 50%;
    background-repeat: no-repeat;
    padding-left: 52px;
    background-size: 22px;
}
.form-page-container .form-preview__form_4 .password input[type="password"], .form-page-container .form-preview__form_4 .password input[type="text"] {
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
}
.form-page-container .form-preview__form_4 .password__append span {
    border-bottom-right-radius: 22px;
    border-top-right-radius: 22px;
}
.form-page-container .form-preview__form_4 input[type="password"]:focus ~ .password__append > span {
    border-color: #45b0ff;
}
.form-page-container .form-preview__form_4 input[type="text"]:focus ~ .password__append > span {
    border-color: #45b0ff;
}
.form-page-container .show-text {
  opacity: 1;
}
.form-page-container .hidden-text {
  opacity: 0;
}
.form-page-container .label-custom {
  word-break: break-word;
}
.form-page-container input, .form-page-container textarea, .form-page-container select {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.form-page-container .text-danger {
  font-size: 12px;
}
.form-page-container ::-webkit-input-placeholder {
  color: #333333;
  opacity: 0.25;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
}
.form-page-container ::-ms-input-placeholder {
  color: #333333;
  opacity: 0.25;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
}
.form-page-container ::placeholder {
  color: #333333;
  opacity: 0.25;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
}
.form-page-container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  opacity: 0.25;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
}
.form-page-container ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333;
  opacity: 0.25;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
}
.form-page-container .btn-qlear-form {
  background-color: #19CDBB;
  width: 240px;
  height: 44px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
  margin-top: 25px;
}
.form-page-container .btn-form_1 {
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 0 0 #3294dc;
          box-shadow: 0 4px 0 0 #3294dc;
  background-color: #45b0ff;
  color: #fff;
}
.form-page-container .btn-form_2 {
  border-radius: 0;
  -webkit-box-shadow: 0 4px 0 0 #3294dc;
          box-shadow: 0 4px 0 0 #3294dc;
  background-color: #45b0ff;
  color: #fff;
}
.form-page-container .btn-form_3 {
  border-radius: 4px;
  border: solid 1px #45b0ff;
  background-color: #ffffff;
  color: #45b0ff;
  margin-top: 25px;
}
.form-page-container .btn-form_4 {
  border-radius: 22px;
  background-color: #45b0ff;
  color: #fff;
  margin-top: 5px;
}
.field-padding {
  padding: 12px 25px;
}
.special-block {
  padding-right: 0 !important;
  font-size: 10px !important;
}
.color-grey {
  color: grey !important;
}
.disabled {
  pointer-events: none;
}

img[data-v-28686253] {width: 100%;
}
.logo img[data-v-28686253] {
  height: 2.06em;
  width: auto;
}

.sns[data-v-ea7d31bc] {
  padding: 19px 0 40px 0;
  text-align: center;
  border-top: solid 1px #e0e0e0;
}
.sns__title[data-v-ea7d31bc] {
    margin-bottom: 18px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}
.sns__icons a[data-v-ea7d31bc] {
    padding: 0 15px;
}
.sns__icons a img[data-v-ea7d31bc] {
      width: 30px;
      height: 30px;
}

.app[data-v-86134828] {
  text-align: center;
  padding: 40px 0;
}
.app a[data-v-86134828]:first-child {
    margin-right: 6px;
}
.app a img[data-v-86134828] {
    width: 135px;
    height: 40px;
}

.footer[data-v-0735fe61] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-0735fe61] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-0735fe61] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}

.form-title-block[data-v-0a85df82] {
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  white-space: pre-line;
  word-break: break-all;
}

.custom-control-label[data-v-653dfab6] {
  color: inherit !important;
}

.flatpickr-current-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flatpickr-current-month .cur-month {
    font-weight: 300 !important;
}

.policy-content[data-v-11854a78] {
  font-size: 14px;
  white-space: break-spaces;
  line-height: 1.5;
  overflow-y: scroll;
  max-height: 150px;
}

ul.checkbox-group[data-v-08ba49bb] {
  padding: 0;
  margin-bottom: -20px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.checkbox__limit[data-v-08ba49bb] {
  text-align: center;
  margin-bottom: 12px;
}
.checkbox__item[data-v-08ba49bb] {
  width: 128px;
  margin: 0 0 24px;
}
.checkbox__item[data-v-08ba49bb]:last-child:not(:nth-child(2n)) {
    margin-right: 50%;
}
.checkbox__item input[type="checkbox"][data-v-08ba49bb] {
    display: none;
}
.checkbox__label[data-v-08ba49bb] {
  height: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox__title[data-v-08ba49bb] {
  width: 85%;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 20.8px;
  line-height: 1.3rem;
  margin-bottom: 12px;
  text-align: center;
}
label.checkbox__label img[data-v-08ba49bb] {
  margin: 31px 0 10px 0;
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.checkbox__label .checkbox__check[data-v-08ba49bb] {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  margin: 0;
}
.form-preview__form_1 .required[data-v-08ba49bb] {
  border: solid 1px #e61d65;
  color: #e61d65;
  background-color: #fff;
}
.form-preview__form_1 .any[data-v-08ba49bb] {
  border: solid 1px #979797;
  color: #979797;
}
.form-preview__form_1 .form-control[data-v-08ba49bb], .form-preview__form_1 select.form-control[data-v-08ba49bb] {
  border-radius: 3px;
}
.form-preview__form_1__label[data-v-08ba49bb] {
  font-weight: 500;
  line-height: 1;
}
.form-preview__form_1__label__general[data-v-08ba49bb] {
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
}
.form-preview__form_1__label__title[data-v-08ba49bb] {
    vertical-align: top;
    word-break: break-word;
}

ul.radio-group[data-v-a0a92f9a] {
  padding: 0;
  margin-bottom: -20px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.radio__item[data-v-a0a92f9a] {
  width: 128px;
  margin: 0 0 24px;
}
.radio__item[data-v-a0a92f9a]:last-child:not(:nth-child(2n)) {
    margin-right: 50%;
}
.radio__item input[type="radio"][data-v-a0a92f9a] {
    display: none;
}
.radio__label[data-v-a0a92f9a] {
  height: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio__title[data-v-a0a92f9a] {
  width: 85%;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 20.8px;
  line-height: 1.3rem;
  margin-bottom: 12px;
  text-align: center;
}
.radio__label img[data-v-a0a92f9a] {
  margin: 30px 0 10px 0;
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.radio__label .radio__check[data-v-a0a92f9a] {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  margin: 0;
}
.form-preview__form_1 .required[data-v-a0a92f9a] {
  border: solid 1px #e61d65;
  color: #e61d65;
  background-color: #fff;
}
.form-preview__form_1 .any[data-v-a0a92f9a] {
  border: solid 1px #979797;
  color: #979797;
}
.form-preview__form_1 .form-control[data-v-a0a92f9a], .form-preview__form_1 select.form-control[data-v-a0a92f9a] {
  border-radius: 3px;
}
.form-preview__form_1__label[data-v-a0a92f9a] {
  font-weight: 500;
  line-height: 1;
}
.form-preview__form_1__label__general[data-v-a0a92f9a] {
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
}
.form-preview__form_1__label__title[data-v-a0a92f9a] {
    vertical-align: top;
    word-break: break-word;
}

.upload-file-label[data-v-4ef57172] {
  font-size: 14px;
  max-width: 150px;
  color: #fff;
}
.upload-file-label[data-v-4ef57172]:hover {
    opacity: 0.85;
}
.upload-file-label.form_1[data-v-4ef57172] {
    background-color: #45b0ff;
}
.upload-file-label.form_2[data-v-4ef57172] {
    background-color: #333333;
    border-radius: 0;
}
.upload-file-label.form_3[data-v-4ef57172] {
    border-radius: 4px;
    border: solid 1px #45b0ff;
    background-color: #ffffff;
    color: #45b0ff;
}
.upload-file-label.form_4[data-v-4ef57172] {
    background-color: #45b0ff;
    border-radius: 22px;
}
.upload-file-label .plus--icon[data-v-4ef57172] {
    font-size: 20px;
    margin-right: 2px;
    vertical-align: middle;
    line-height: 1;
}
.upload-file-label .text--input[data-v-4ef57172] {
    vertical-align: middle;
}

.truncate[data-v-19752410] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-select[data-v-19752410] {
  background-color: #fff;
  border: 1px solid #ced4da;
  color: #495057;
  width: 100%;
  outline: 0;
}
.modal[data-v-19752410] {
  overflow: hidden;
  margin: auto;
}
.modal .modal-dialog[data-v-19752410] {
    height: 100%;
}
.modal .modal-dialog .modal-content[data-v-19752410] {
      max-height: 70%;
}
.modal .modal-dialog .modal-content .modal-body[data-v-19752410] {
        height: calc(100% - 50px);
        overflow: scroll;
}
.modal .modal-dialog .modal-content .modal-body .modal-item[data-v-19752410] {
          cursor: pointer;
          height: 100px;
          width: 100%;
          border-bottom: 1px solid #ced4da;
}
.modal .modal-dialog .modal-content .modal-body .modal-item[data-v-19752410]:nth-last-child(1) {
            border-bottom: none;
            margin-bottom: 1px;
}
.modal .modal-dialog .modal-content .modal-body .modal-item img[data-v-19752410] {
            height: 80px;
            width: 120px;
            -o-object-fit: cover;
               object-fit: cover;
}
.modal .modal-dialog .modal-content .modal-footer[data-v-19752410] {
        border-top: 1px solid #ced4da;
}
.modal .modal-dialog .modal-content .modal-footer button[data-v-19752410] {
          width: 50%;
          height: 50px;
          margin: 3px;
          outline: 0;
          border: none;
          background-color: #fff;
          cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-footer button[data-v-19752410]:nth-child(1) {
            border-right: 1px solid #ced4da;
            color: #1c7cff;
}
.span-down[data-v-19752410] {
  font-size: 11px;
  color: #2bb0ff;
}

.button-block__btn[data-v-a18af62a] {
  line-height: 1;
  display: block;
  margin: auto;
  border: solid 1px transparent;
  -webkit-transition: linear all 0.2s;
  transition: linear all 0.2s;
  white-space: pre-line;
  word-break: break-word;
}
.button-block__btn[data-v-a18af62a]:hover {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.title[data-v-9c5c2558] {
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  line-height: 1;
  margin-bottom: 15px;
}

.validate-image {
  font-size: 12px;
  font-style: italic;
  color: red;
  margin-top: 4px;
}

.form-page[data-v-5fba1447] {
  padding: 30px;
  border: 2px solid #ccc;
  border-radius: 1rem;
}
.form-page__note[data-v-5fba1447] {
    font-weight: 300;
    font-size: 14px;
}
.form-page select[data-v-5fba1447] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.custom-radio .custom-control-label[data-v-5fba1447]::before {
  background-color: #fff;
  border: solid 1px #dddddd;
  width: 22px;
  height: 22px;
}
.custom-radio .custom-control-label[data-v-5fba1447] {
  line-height: 2;
}
.custom-radio .custom-control-label[data-v-5fba1447]::after {
  top: 7px;
  left: -22px;
  background-size: 18px 18px;
  background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-5fba1447]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-5fba1447]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.date-list[data-v-5fba1447] {
  margin-left: 24px;
}
.h-38[data-v-5fba1447] {
  height: 38px;
}
[data-v-5fba1447] .flatpickr-end + div.flatpickr-calendar.static {
  right: 0;
}
[data-v-5fba1447] .flatpickr-end + div.flatpickr-calendar.static::after {
  left: 50%;
}
[data-v-5fba1447] .flatpickr-end + div.flatpickr-calendar.static::before {
  left: 50%;
}

.form-page[data-v-751b8a03] {
  padding: 30px;
  border: 2px solid #ccc;
  border-radius: 1rem;
}
.form-page__note[data-v-751b8a03] {
    font-weight: 300;
    font-size: 14px;
}
.form-page select[data-v-751b8a03] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-model-custom[data-v-2e704285] {
  width: 140px;
  height: 42px;
}
.title[data-v-2e704285] {
  line-height: 16px;
  line-height: 1rem;
  font-size: 16px;
  color: #000000;
}
.display-image[data-v-2e704285] {
  position: relative;
  margin-right: 19px;
  margin-bottom: 15px;
  cursor: move;
}
.remove-icon[data-v-2e704285] {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  cursor: pointer;
}
.img-custom[data-v-2e704285] {
  width: 145px;
  height: 145px;
  border: 1px solid #ccc;
}
.btn-upload[data-v-2e704285] {
  cursor: pointer;
  width: 145px;
  height: 145px;
}
.icon-plus[data-v-2e704285] {
  width: 32px;
  text-align: center;
  opacity: 0.4;
}
.icon-loading[data-v-2e704285] {
  width: 64px;
  text-align: center;
  opacity: 0.4;
}
.validate-multiple-upload-image[data-v-2e704285] {
  margin-left: 0;
  padding-left: 0;
  color: #dc3545;
  font-style: italic;
  font-size: 12px;
}

.form-control[data-v-6d829bc2] {
  height: 46px;
}
.badge-custom[data-v-6d829bc2] {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  background-color: #e61d65;
  border-radius: 2px;
  margin-right: 5px;
  border: 1px solid transparent;
}
.badge-custom.required[data-v-6d829bc2] {
    color: #fff;
}
.badge-custom.any[data-v-6d829bc2] {
    color: #979797;
    border-color: #979797;
}

.form-control[data-v-546c0ade] {
  height: 46px;
}
.input-group .border-radius[data-v-546c0ade] {
  border-radius: 0.25rem;
}

.form-control[data-v-22a020d1] {
  height: 46px;
}

[data-v-448499e6] .vc-chrome {
  width: var(--cl-w);
}

.search-container[data-v-dd01c39e] {
  position: relative;
}
.suggest-list-data[data-v-dd01c39e] {
  position: absolute;
  top: 40px;
  z-index: 999;
  max-height: 231px;
  overflow-y: auto;
}
.list-group-item[data-v-dd01c39e] {
  cursor: pointer;
  color: rgba(0, 0, 0, .5);
  background-color: #ededed;
  border-radius: 0;
}
.list-group-item[data-v-dd01c39e]:hover {
  background-color: #ccc;
}
[data-v-dd01c39e]::-webkit-scrollbar {
  width: 1px;
}
[data-v-dd01c39e]::-webkit-scrollbar-thumb {
  background: #000;
}

.option__list[data-v-d57ace1e] {
  margin-top: 45px;
}
.remove-option[data-v-d57ace1e] {
  width: 16px;
  right: 16px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
}
.add-option-btn[data-v-d57ace1e] {
  margin-bottom: 40px;
}
.btn[data-v-d57ace1e]:disabled {
  background-color: #ccc;
  color: #000;
  border-color: #ccc;
  cursor: not-allowed;
}
.modal[data-v-d57ace1e] {
  display: none;
  z-index: 1051;
  background-color: black;
  background-color: rgba(0, 0, 0, .4);
}

.option__list[data-v-e4af8bfa] {
  margin-top: 45px;
}
.remove-option[data-v-e4af8bfa] {
  width: 16px;
  right: 16px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
}
.add-option-btn[data-v-e4af8bfa] {
  margin-bottom: 40px;
}
.btn[data-v-e4af8bfa]:disabled {
  background-color: #ccc;
  color: #000;
  border-color: #ccc;
  cursor: not-allowed;
}
.modal[data-v-e4af8bfa] {
  display: none;
  z-index: 1051;
  background-color: black;
  background-color: rgba(0, 0, 0, .4);
}

.form-page[data-v-3278e5de] {
  padding: 30px;
  border: 2px solid #ccc;
  border-radius: 1rem;
}
.form-page__note[data-v-3278e5de] {
    font-weight: 300;
    font-size: 14px;
}
.form-page select[data-v-3278e5de] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.form-page .custom-radio .custom-control-label[data-v-3278e5de]::before {
    background-color: #fff;
    border: solid 1px #dddddd;
    width: 22px;
    height: 22px;
}
.form-page .custom-radio .custom-control-label[data-v-3278e5de] {
    line-height: 2;
}
.form-page .custom-radio .custom-control-label[data-v-3278e5de]::after {
    top: 7px;
    left: -22px;
    background-size: 18px 18px;
    background-position: left;
}
.form-page .custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-3278e5de]::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.form-page .custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-3278e5de]::before {
    color: #fff;
    background-color: #fff;
    border: solid 1px #dddddd;
}

.option__list[data-v-32a2f2d0] {
  margin-top: 45px;
}
.remove-option[data-v-32a2f2d0] {
  width: 16px;
  right: 16px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
}
.add-option-btn[data-v-32a2f2d0] {
  margin-bottom: 40px;
}
.btn[data-v-32a2f2d0]:disabled {
  background-color: #ccc;
  color: #000;
  border-color: #ccc;
  cursor: not-allowed;
}
.modal[data-v-32a2f2d0] {
  display: none;
  z-index: 1051;
  background-color: black;
  background-color: rgba(0, 0, 0, .4);
}

.preview-form-page[data-v-53be21a5] {
  max-width: 375px;
}
.pd-input[data-v-53be21a5] {
  padding: 12px 25px;
}

.btn-model-custom {width:140px;width:8.75rem;height: 42px;height: 2.625rem
}

.btn-plus[data-v-01d61586] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-01d61586]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-01d61586] {
    width: 20px;
}
.dropleft[data-v-01d61586] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-01d61586]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-01d61586] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-01d61586] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-01d61586]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-01d61586] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-01d61586] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-01d61586]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-01d61586] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-01d61586] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-01d61586] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-01d61586]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper[data-v-01d61586] {
  margin-left: 70px;
}
.page-wrapper .block-container[data-v-01d61586] {
    width: 375px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    background: #ffffff;
    background-color: #fff;
}
.page-wrapper .ghost[data-v-01d61586] {
    opacity: 0.5;
    background: #c8ebfb;
}
.btn-actions[data-v-01d61586] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-01d61586] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-01d61586]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-01d61586]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-01d61586]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-01d61586] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-01d61586] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-01d61586]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-01d61586] {
      margin-bottom: 3px;
}
.bg-btn-coupon-submit[data-v-01d61586] {
  background: #047df9;
}
.page-wrapper[data-v-01d61586] {
  max-width: 375px;
  margin: 20px auto 41px auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
}
.page-review[data-v-01d61586] {
  max-width: 375px;
  margin: 20px 0 0 36px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
}
  /* .coupon {max-width: 333px;} */
.coupon img[data-v-01d61586] {
  height: 100%;
}
.header .logo img[data-v-01d61586] {
  height: 32.96px;
  height: 2.06rem;
  width: auto;
}
.title[data-v-01d61586] {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  white-space: pre-line;
}
.description[data-v-01d61586] {
  white-space: pre-line;
}
.coupon[data-v-01d61586] {
  padding: 30.4px 20.8px 40px 20.8px !important;
  padding: 1.9rem 1.3rem 40px 1.3rem !important;
}
.coupon .btn-group-action[data-v-01d61586] {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.codes[data-v-01d61586] {
  width: 100%;
}
p[data-v-01d61586] {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  word-break: break-all;
}
.coupon-title[data-v-01d61586] {
  font-weight: bold;
}
.amount[data-v-01d61586] {
  line-height: 1.2;
}
.dots[data-v-01d61586] {
  position: relative;
  border-top: 2px dashed #c8e3e2;
  background-color: #fff;
}
.discount-code[data-v-01d61586] {
  padding: 25px 20px 0px 20px;
}
.discount-code .title[data-v-01d61586] {
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
    word-break: break-word;
}
.discount-code .datetime[data-v-01d61586] {
    text-align: center;
    margin: 10px;
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
}
.discount-code .datetime .label[data-v-01d61586] {
      line-height: 1.14;
}
.discount-code .datetime .date[data-v-01d61586] {
      font-size: 14px;
      font-weight: bold;
      white-space: pre-line;
}
.cusstom_code[data-v-01d61586] {
  padding-bottom: 20px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
}
.download-app[data-v-01d61586] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 3em 2.3125em 3em;
}
.download-app img[data-v-01d61586] {
  width: 8.3em;
  height: 2.4em;
}
.socials[data-v-01d61586] {
  padding-top: 19px;
  padding-top: 1.1875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-top: 1px solid #e0e0e0;
}
.socials .title[data-v-01d61586] {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.socials .icon-socials[data-v-01d61586] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socials .icon-socials img[data-v-01d61586] {
  width: 30px;
  width: 1.875rem;
  margin-right: 30px;
  margin-right: 1.875rem;
}
.socials .icon-socials span:last-child img[data-v-01d61586] {
  margin-right: 0;
}
.footer[data-v-01d61586] {
  padding: 30px 40px 30px 30px;
  padding: 1.875rem 2.5rem 1.875rem 1.875rem;
}
.footer .title[data-v-01d61586] {
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
  color: #ffffff;
  white-space: pre-line;
  word-break: break-all;
}
.footer .description[data-v-01d61586] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 100;
  color: #ffffff;
  padding-bottom: 0;
  white-space: pre-line;
  word-break: break-all;
}
.mb-30[data-v-01d61586] {
  margin-bottom: 30px;
}
.mt-30[data-v-01d61586] {
  margin-top: 30px;
}
.text-whitespace[data-v-01d61586] {
  white-space: pre-wrap;
}
.btn-ticket-coupon[data-v-01d61586] {
  width: 240px;
  height: 47px;
  font-size: 18px;
  padding: 0;
  border-radius: 25px;
  border: none;
  white-space: pre-line;
}
.btn-ticket-coupon img[data-v-01d61586] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.right-content[data-v-9b392636]{min-width: 300px;
}
.image_upload[data-v-9b392636]{width: 100%;height: auto;
}

.btn-group-action {
  top: 50%;
  right: -31%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.badge-qlear{
  width: 75px;
  height: 40px;
  border-radius: 20.5px;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.badge-qlear img{
  width: 20px !important;
  cursor: pointer;
  margin-left: 11.5px;
}
.has-delete-action {
  width: 105px;
  top: 50%;
  right: -39%;
}
.disabled-div {
  pointer-events: none;
  opacity: 0.2;
}
.on-off {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.modal-dialog[data-v-639b64ec] {
  min-width: 620px !important;
}
.btn-custom[data-v-639b64ec] {
  width: 126px;
  height: 38px;
  line-height: 1.5;
  font-size: 16px;
}
.validate-image[data-v-639b64ec] {
  font-size: 12px;
  font-style: italic;
  color: red;
  margin-top: 4px;
}
.display_image[data-v-639b64ec] {
  background-color: #dee2e6;
}
.required-custom[data-v-639b64ec] {
  white-space: nowrap;
  font-size: 12px;
}
.img-thumbnail[data-v-639b64ec] {
  border-radius: 0;
}

.modal-dialog[data-v-a6002cd0] {
  min-width: 620px !important;
}

.ultilities[data-v-0fc47df2] {
  border-radius: 15px;
  padding: 15px;
}
.ultilities__input[data-v-0fc47df2] {
    width: 85%;
}
.ultilities__copy[data-v-0fc47df2] {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.ultilities__btn[data-v-0fc47df2] {
    width: 100%;
    background-color: orange;
    border-radius: 20px;
    color: #fff;
}

.btn-plus[data-v-29eae281] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-29eae281]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-29eae281] {
    width: 20px;
}
.dropleft[data-v-29eae281] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-29eae281]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-29eae281] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-29eae281] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-29eae281]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-29eae281] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-29eae281] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-29eae281]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-29eae281] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-29eae281] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-29eae281] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-29eae281]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper[data-v-29eae281] {
  margin-left: 70px;
}
.page-wrapper .block-container[data-v-29eae281] {
    width: 375px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    background: #ffffff;
    background-color: #fff;
}
.page-wrapper .ghost[data-v-29eae281] {
    opacity: 0.5;
    background: #c8ebfb;
}
.btn-actions[data-v-29eae281] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-29eae281] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-29eae281]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-29eae281]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-29eae281]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-29eae281] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-29eae281] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-29eae281]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-29eae281] {
      margin-bottom: 3px;
}
.btn-group[data-v-29eae281] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.page-wrapper[data-v-d14d0e86] {
  max-width: 375px;
  margin: 40px 0 41px 36px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
}
.gacha img[data-v-d14d0e86] {
  width: 100%;
}
.header .logo img[data-v-d14d0e86] {
  height: 32.96px;
  height: 2.06rem;
  width: auto;
}
.title[data-v-d14d0e86] {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
.content .btn-qlear[data-v-d14d0e86] {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  cursor: pointer;
}
.btn-qlear img[data-v-d14d0e86] {
  width: 180px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-app[data-v-d14d0e86] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 3em 2.3125em 3em;
}
.download-app img[data-v-d14d0e86] {
  width: 8.3em;
  height: 2.4em;
}
.socials[data-v-d14d0e86] {
  padding-top: 19px;
  padding-top: 1.1875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-top: 1px solid #e0e0e0;
}
.socials .title[data-v-d14d0e86] {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.socials .icon-socials[data-v-d14d0e86] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socials .icon-socials img[data-v-d14d0e86] {
  width: 30px;
  width: 1.875rem;
  margin-right: 30px;
  margin-right: 1.875rem;
}
.socials .icon-socials span:last-child img[data-v-d14d0e86] {
  margin-right: 0;
}
.footer[data-v-d14d0e86] {
  background: #000000;
  padding: 30px 40px 30px 30px;
  padding: 1.875rem 2.5rem 1.875rem 1.875rem;
}
.footer .title[data-v-d14d0e86] {
  font-weight: 500;
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
  color: #ffffff;
  white-space: pre-line;
  word-break: break-all;
}
.footer .description[data-v-d14d0e86] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 100;
  color: #ffffff;
  padding-bottom: 0;
  white-space: pre-line;
  word-break: break-all;
}
.mt-30[data-v-d14d0e86] {
  margin-top: 30px;
}
.text-whitespace[data-v-d14d0e86] {
  white-space: pre-wrap;
}
.btn-ticket-coupon[data-v-d14d0e86] {
  width: 240px;
  min-height: 48px;
  font-size: 18px;
  padding: 0;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 25px;
  width: 240px;
}
.btn-ticket-coupon img[data-v-d14d0e86] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.border-bottom[data-v-7cd90721]{border-color: #e8f3f2;
}
.img-thumbnail[data-v-7cd90721]{padding: 0
}
.confirm[data-v-7cd90721] {font-size: 11px;color: #818a91; line-height: 1.09;margin-bottom: 0;
}
.img-res[data-v-7cd90721] {background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem;-o-object-fit: contain;object-fit: contain;
}
.btn-bg-dark[data-v-7cd90721] {background-color: #3f403f;color: #fff;
}
.gray-bg[data-v-7cd90721] { font-weight: bold; color: #000;
}

.border-bottom[data-v-4e41bb18]{border-color: #e8f3f2;
}
.img-thumbnail[data-v-4e41bb18]{padding: 0
}
.confirm[data-v-4e41bb18] {font-size: 11px;color: #818a91; line-height: 1.09;margin-bottom: 0;
}
.img-res[data-v-4e41bb18] {background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem;-o-object-fit: contain;object-fit: contain;
}
.btn-bg-dark[data-v-4e41bb18] {background-color: #3f403f;color: #fff;
}
.gray-bg[data-v-4e41bb18] { font-weight: bold; color: #000;
}

.title[data-v-9e4c0b4e] {
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  line-height: 1;
  margin-bottom: 15px;
}

.btn-custom[data-v-ea1ef636] {
  width: 120px;
}
.validate-image[data-v-ea1ef636] {
  font-size: 12px;
  font-style: italic;
  color: red;
  margin-top: 4px;
}
.display_image[data-v-ea1ef636] {
  height: 112px;
  background-color: #dee2e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.display_image img[data-v-ea1ef636] {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
}
.img-thumbnail[data-v-ea1ef636] {
  border-radius: 0;
}

.btn-plus[data-v-948466b4] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-948466b4]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-948466b4] {
    width: 20px;
}
.dropleft[data-v-948466b4] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-948466b4]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-948466b4] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-948466b4] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-948466b4]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-948466b4] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-948466b4] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-948466b4]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-948466b4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-948466b4] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-948466b4] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-948466b4]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper[data-v-948466b4] {
  margin-left: 70px;
}
.page-wrapper .block-container[data-v-948466b4] {
    width: 375px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    background: #ffffff;
    background-color: #fff;
}
.page-wrapper .ghost[data-v-948466b4] {
    opacity: 0.5;
    background: #c8ebfb;
}
.btn-actions[data-v-948466b4] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-948466b4] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-948466b4]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-948466b4]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-948466b4]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-948466b4] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-948466b4] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-948466b4]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-948466b4] {
      margin-bottom: 3px;
}
.btn-group[data-v-948466b4] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.disabled-div[data-v-2083cc38], .btn-modal-custom.btn-coupon[data-v-2083cc38]:disabled {
  pointer-events: none;
  opacity: 0.2;
  cursor: not-allowed;
}
.reset-subtext[data-v-2083cc38] {
  padding: 12px;
  border: 2px solid #FF0000;
  border-radius: 8px;
  color: #FF0000;
}
.dial-note[data-v-2083cc38] {
  font-size: 11px;
  font-weight: 444;
}

.btn-custom[data-v-a1d9975c] {
  width: 120px;
}
.validate-image[data-v-a1d9975c] {
  font-size: 12px;
  font-style: italic;
  color: red;
  margin-top: 4px;
}
.display_image[data-v-a1d9975c] {
  height: 112px;
  background-color: #dee2e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.display_image img[data-v-a1d9975c] {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
}
.img-thumbnail[data-v-a1d9975c] {
  border-radius: 0;
}

.validate-video[data-v-4ab53fee] {
  color: red;
  font-size: 12px;
}

.btn-plus[data-v-ba50a44c] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-ba50a44c]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-ba50a44c] {
    width: 20px;
}
.dropleft[data-v-ba50a44c] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-ba50a44c]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-ba50a44c] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-ba50a44c] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-ba50a44c]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-ba50a44c] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-ba50a44c] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-ba50a44c]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-ba50a44c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-ba50a44c] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-ba50a44c] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-ba50a44c]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper[data-v-ba50a44c] {
  margin-left: 70px;
}
.page-wrapper .block-container[data-v-ba50a44c] {
    width: 375px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    background: #ffffff;
    background-color: #fff;
}
.page-wrapper .ghost[data-v-ba50a44c] {
    opacity: 0.5;
    background: #c8ebfb;
}
.btn-actions[data-v-ba50a44c] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-ba50a44c] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-ba50a44c]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-ba50a44c]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-ba50a44c]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-ba50a44c] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-ba50a44c] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-ba50a44c]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-ba50a44c] {
      margin-bottom: 3px;
}
.btn-group[data-v-ba50a44c] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.lottery img[data-v-2f29c58b] {
  width: 100%;
}
.page-wrapper[data-v-2f29c58b] {
  max-width: 375px;
  margin: 40px 0 41px 36px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
}
.header .logo img[data-v-2f29c58b] {
  height: 32.96px;
  height: 2.06rem;
  width: auto;
}
.title[data-v-2f29c58b] {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
.content .btn-qlear[data-v-2f29c58b] {
  width: 122px;
  width: 7.625rem;
  margin: 0 auto;
  margin-top: 10px;
  margin-top: 0.625rem;
  cursor: pointer;
}
.download-app[data-v-2f29c58b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 3em 2.3125em 3em;
}
.download-app img[data-v-2f29c58b] {
  width: 8.3em;
  height: 2.4em;
}
.socials[data-v-2f29c58b] {
  padding-top: 19px;
  padding-top: 1.1875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-top: 1px solid #e0e0e0;
}
.socials .title[data-v-2f29c58b] {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.socials .icon-socials[data-v-2f29c58b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socials .icon-socials img[data-v-2f29c58b] {
  width: 30px;
  width: 1.875rem;
  margin-right: 30px;
  margin-right: 1.875rem;
}
.socials .icon-socials span:last-child img[data-v-2f29c58b] {
  margin-right: 0;
}
.footer[data-v-2f29c58b] {
  background: #000000;
  padding: 30px 40px 30px 30px;
  padding: 1.875rem 2.5rem 1.875rem 1.875rem;
}
.footer .title[data-v-2f29c58b] {
  font-weight: 500;
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
  color: #ffffff;
  white-space: pre-line;
  word-break: break-all;
}
.footer .description[data-v-2f29c58b] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 100;
  color: #ffffff;
  padding-bottom: 0;
  white-space: pre-line;
  word-break: break-all;
}
.mt-30[data-v-2f29c58b] {
  margin-top: 30px;
}
.text-whitespace[data-v-2f29c58b] {
  white-space: pre-wrap;
}
.btn-ticket-coupon[data-v-2f29c58b] {
  width: 240px;
  min-height: 48px;
  border-right: none;
  border-left: none;
  border-top: none;
  font-size: 18px;
  padding: 0;
  border-radius: 25px;
  width: 240px;
}
.btn-ticket-coupon img[data-v-2f29c58b] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.btn-plus[data-v-7653da09] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-7653da09]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-7653da09] {
    width: 20px;
}
.dropleft[data-v-7653da09] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-7653da09]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-7653da09] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-7653da09] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-7653da09]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-7653da09] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-7653da09] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-7653da09]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-7653da09] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-7653da09] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-7653da09] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-7653da09]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper[data-v-7653da09] {
  margin-left: 70px;
}
.page-wrapper .block-container[data-v-7653da09] {
    width: 375px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    background: #ffffff;
    background-color: #fff;
}
.page-wrapper .ghost[data-v-7653da09] {
    opacity: 0.5;
    background: #c8ebfb;
}
.btn-actions[data-v-7653da09] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-7653da09] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-7653da09]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-7653da09]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-7653da09]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-7653da09] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-7653da09] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-7653da09]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-7653da09] {
      margin-bottom: 3px;
}
.btn-group[data-v-7653da09] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.page-wrapper[data-v-29833aed] {
  max-width: 375px;
  margin: 40px 0 41px 36px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.scratch img[data-v-29833aed] {
  width: 100%;
}
.header .logo img[data-v-29833aed] {
  height: 32.96px;
  height: 2.06rem;
  width: auto;
}
.title[data-v-29833aed] {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}
.content .btn-qlear[data-v-29833aed] {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  cursor: pointer;
}
.btn-qlear img[data-v-29833aed] {
  width: 180px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-app[data-v-29833aed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 3em 2.3125em 3em;
}
.download-app img[data-v-29833aed] {
  width: 8.3em;
  height: 2.4em;
}
.socials[data-v-29833aed] {
  padding-top: 19px;
  padding-top: 1.1875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-top: 1px solid #e0e0e0;
}
.socials .title[data-v-29833aed] {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.socials .icon-socials[data-v-29833aed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socials .icon-socials img[data-v-29833aed] {
  width: 30px;
  width: 1.875rem;
  margin-right: 30px;
  margin-right: 1.875rem;
}
.socials .icon-socials span:last-child img[data-v-29833aed] {
  margin-right: 0;
}
.footer[data-v-29833aed] {
  background: #000000;
  padding: 30px 40px 30px 30px;
  padding: 1.875rem 2.5rem 1.875rem 1.875rem;
}
.footer .title[data-v-29833aed] {
  white-space: pre-line;
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
  color: #ffffff;
  word-break: break-all;
}
.footer .description[data-v-29833aed] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 100;
  color: #ffffff;
  padding-bottom: 0;
  white-space: pre-line;
  word-break: break-all;
}
.mt-30[data-v-29833aed] {
  margin-top: 30px;
}
.text-whitespace[data-v-29833aed] {
  white-space: pre-wrap;
}
.btn-ticket-coupon[data-v-29833aed] {
  width: 240px;
  border-right: none;
  border-left: none;
  border-top: none;
  min-height: 48px;
  font-size: 18px;
  padding: 0;
  border-radius: 25px;
  width: 240px;
}
.btn-ticket-coupon img[data-v-29833aed] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

p {
  margin-bottom: 0 !important;
}
.btn-plus {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus:hover {
    background-color: #000000;
}
.btn-plus img {
    width: 20px;
}
.dropleft {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications:hover {
      color: #ffffff;
      background-color: #333333;
}
.btn-actions {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img {
      margin-bottom: 3px;
}
.btn-actions .btn-remove {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img {
      margin-bottom: 3px;
}
.modal .modal-dialog {
  max-width: 620px;
}
.modal .modal-dialog .modal-header {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom {
    margin-bottom: 40px;
}
}
.lp_area {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload {
      display: none;
}
.upload-container .no-image {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled {
  color: #cccccc !important;
}
.tab {
  background-color: #eaf3f2;
}
.tab__container {
    cursor: pointer;
}
.tab__container:last-child > .tab__item {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-left: 2px;
}
.tab__container:first-child > .tab__item {
      margin-left: -6px;
}
.tab__container.active > .tab__item {
      background: #19cdbb;
      color: #fff;
}
.tab__container.active > .tab__text {
      color: #fff;
}
.tab__text {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-45%, -50%) translateZ(10px);
            transform: translate(-45%, -50%) translateZ(10px);
    z-index: 100;
    color: #6c7979;
    font-size: 14px;
    width: 100%;
    line-height: 1;
}
.tab__item {
    width: 100%;
    height: 48px;
    background: #c8e3e2;
    -webkit-transform: perspective(5px) rotateX(0.4deg) translateX(11px);
            transform: perspective(5px) rotateX(0.4deg) translateX(11px);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
            box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
    margin-bottom: 2px;
}

.page-wrapper[data-v-b8c90a90] {
  margin-left: 70px;
}
.page-wrapper .block-container[data-v-b8c90a90] {
    width: 375px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    background: #ffffff;
    background-color: #fff;
}
.page-wrapper .ghost[data-v-b8c90a90] {
    opacity: 0.5;
    background: #c8ebfb;
}

.order-number-block[data-v-6686334f] {
  text-align: center;
  font-weight: 700;
  padding: 24px 30px;
}
.order-number-block .order-number[data-v-6686334f] {
    padding: 12px;
}



















































































































.page-wrapper[data-v-0d1ae302] {
  margin-left: 70px;
}
.page-wrapper .block-container[data-v-0d1ae302] {
    width: 375px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    background: #ffffff;
    background-color: #fff;
}
.page-wrapper .ghost[data-v-0d1ae302] {
    opacity: 0.5;
    background: #c8ebfb;
}
.logo img[data-v-0d1ae302] {
  width: 100%;
  height: 2.06em;
  width: auto;
}

.display-image[data-v-453304d7], .display-video[data-v-453304d7] {
  position: relative;
}
.display-image .position[data-v-453304d7], .display-video .position[data-v-453304d7] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
}
.btn-qlear[data-v-453304d7] {
  cursor: pointer;
  text-align: center;
}
.btn-qlear img[data-v-453304d7] {
    -o-object-fit: cover;
       object-fit: cover;
    width: 180px;
    height: 42px;
}

p[data-v-6bf0f6d3] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-6bf0f6d3] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-6bf0f6d3]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-6bf0f6d3] {
    width: 20px;
}
.dropleft[data-v-6bf0f6d3] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-6bf0f6d3]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-6bf0f6d3] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-6bf0f6d3] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-6bf0f6d3]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-6bf0f6d3] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-6bf0f6d3] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-6bf0f6d3]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-6bf0f6d3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-6bf0f6d3] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-6bf0f6d3] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-6bf0f6d3]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-6bf0f6d3] {
  width: 375px;
  margin-left: 86px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-6bf0f6d3] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-6bf0f6d3] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-6bf0f6d3] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-6bf0f6d3] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-6bf0f6d3] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-6bf0f6d3] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-6bf0f6d3] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-6bf0f6d3] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-6bf0f6d3] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-6bf0f6d3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-6bf0f6d3] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-6bf0f6d3] {
      display: none;
}
.upload-container .no-image[data-v-6bf0f6d3] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-6bf0f6d3] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-6bf0f6d3] {
  color: #cccccc !important;
}
.preview-spot[data-v-6bf0f6d3] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-6bf0f6d3] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-6bf0f6d3] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-6bf0f6d3]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-6bf0f6d3] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-6bf0f6d3] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-6bf0f6d3] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-6bf0f6d3] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-6bf0f6d3] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-6bf0f6d3] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-6bf0f6d3] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-6bf0f6d3] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-6bf0f6d3] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-6bf0f6d3] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-6bf0f6d3] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-6bf0f6d3] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-6bf0f6d3] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-6bf0f6d3] {
  width: 114px !important;
}

.block-wrap[data-v-6bf0f6d3] {
  padding: 10px 25px 15px 25px;
}
.block-wrap input[type=number][data-v-6bf0f6d3]::-webkit-inner-spin-button,
  .block-wrap input[type=number][data-v-6bf0f6d3]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.block-wrap input[type=number][data-v-6bf0f6d3] {
    -moz-appearance: textfield;
}
.block-wrap[data-v-6bf0f6d3] ::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-6bf0f6d3] ::-ms-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-6bf0f6d3] ::placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-6bf0f6d3] :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-6bf0f6d3] ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-6bf0f6d3] input.form-control,
  .block-wrap[data-v-6bf0f6d3] select.custom-select {
    border-radius: 3px;
    height: 44px;
}
.block-wrap[data-v-6bf0f6d3] input.form-control:focus,
    .block-wrap[data-v-6bf0f6d3] select.custom-select:focus {
      outline: 0 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-color: #45b0ff;
}
.block-wrap[data-v-6bf0f6d3] .custom-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.block-wrap[data-v-6bf0f6d3] .custom-label > span {
      font-weight: 500;
      font-size: 12px;
      line-height: 1;
      background-color: #fff;
      border-radius: 2px;
      margin-right: 5px;
      border: 1px solid transparent;
}
.block-wrap[data-v-6bf0f6d3] .custom-label > span.required {
        color: #e61d65;
        border-color: #e61d65;
}
.block-wrap[data-v-6bf0f6d3] .custom-label > span.any {
        color: #979797;
        border-color: #979797;
}
.block-wrap[data-v-6bf0f6d3] .custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
.block-wrap[data-v-6bf0f6d3] .custom-checkbox .custom-control-label {
    line-height: 1.7;
    font-weight: 400;
}
.block-wrap[data-v-6bf0f6d3] .custom-checkbox .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.block-wrap[data-v-6bf0f6d3] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/img/icons/checked.svg");
}
.block-wrap[data-v-6bf0f6d3] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    border: solid 1px #45b0ff;
    background-color: #45b0ff;
}
.special-block[data-v-6bf0f6d3] {
  padding-right: 0 !important;
  font-size: 10px !important;
}

.header[data-v-74a2d592] {
  cursor: default !important;
}
img[data-v-74a2d592] {width: 100%;
}
.logo img[data-v-74a2d592] {
  height: 2.06em;
  width: auto;
  max-width: 100%;
}
.mypage-image[data-v-74a2d592] {
  float: right;
  margin-right: 10px;
  cursor: pointer;
}

.title[data-v-bcbeef3a] {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background-color: #333333;
  text-align: center;
  padding: 15px 0;
}

.footer[data-v-537071a0] {
  cursor: default !important;
}
.footer__title[data-v-537071a0] {
    margin-bottom: 10px;
    white-space: pre-line;
}
.footer__description[data-v-537071a0] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
}

.btn-setting-px:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  border-bottom: .3em solid;
  border-right: .3em solid transparent;
  border-top: 0;
  border-left: .3em solid transparent;
}
.btn-setting-px.collapsed:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.image-preview[data-v-47d70eea] {
  width: 140px;
  height: 140px;
  border: 1px solid #ededed;
  border-radius: 5px;
  margin-right: 30px;
  background-color: #dfe7e7;
}
.image-preview > img[data-v-47d70eea] {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.upload-container > p[data-v-47d70eea] {
  opacity: 0.5;
  font-size: 12px;
  line-height: 1.33;
  color: #373a3c;
}
.upload-container .custom-file[data-v-47d70eea] {
  width: 138px;
  height: 42px;
  display: block;
  margin-bottom: 10px;
}
.upload-container .custom-file.disabled[data-v-47d70eea] {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
}
.upload-container .custom-file.disabled .custom-file-label[data-v-47d70eea] {
      opacity: 0.65;
}
.upload-container .custom-file .custom-file-label[data-v-47d70eea] {
    margin-bottom: 0;
    padding-top: 10px;
    border-radius: 2px;
    border: solid 1px #19cdbb;
    background-color: #41cec0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    width: 138px;
    height: 42px;
}
.upload-container .custom-file .custom-file-label[data-v-47d70eea]:after {
      content: none;
}
.upload-container .custom-file .custom-file-label > span[data-v-47d70eea] {
      font-size: 18px;
      margin-top: 10px;
}
.overlay-loading[data-v-47d70eea] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .8);
}
.progress[data-v-47d70eea] {
  width: 80%;
  height: 10px;
}
.process-detail[data-v-47d70eea] {
  line-height: 1;
  font-size: 12px;
  margin-top: 10px;
  color: #373a3c;
}
.no-img-src[data-v-47d70eea] {
  font-size: 14px;
  color: #ccc;
}
.remove-img[data-v-47d70eea] {
  top: 0;
  right: 0;
  -webkit-transform: translate(35%, -40%);
          transform: translate(35%, -40%);
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
}

.custom-date[data-v-4242357c] {
  background: url("/img/icons/calendar.svg") #fff;
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 44px;
}

.password input[type="password"][data-v-ebb9d8a2], .password input[type="text"][data-v-ebb9d8a2] {
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}
input[type="password"]:focus ~ .password__append > span[data-v-ebb9d8a2] {
  border-color: #45b0ff;
}
input[type="text"]:focus ~ .password__append > span[data-v-ebb9d8a2] {
  border-color: #45b0ff;
}

.custom-radio .custom-control-label[data-v-56c272d2]::before {
  background-color: #e9eef0;
  border: none;
  width: 20px;
  height: 20px;
}
.custom-radio .custom-control-label[data-v-56c272d2] {
  line-height: 1.7;
  font-weight: 400;
}
.custom-radio .custom-control-label[data-v-56c272d2]::after {
  top: 6px;
  left: -20px;
  background-size: 12px 12px;
  background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-56c272d2]::before {
  color: #fff;
  background-color: #2bb0ff;
}

.custom-select[data-v-5f454490] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/img/icons/arrow-down.svg") #fff;
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

.tar[data-v-1da0ae64]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff !important;
  outline: 0;
}

.custom-time[data-v-0f9cbe3e] {
  background: url("/img/icons/time.svg") #fff;
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding-left: 44px;
  background-size: 22px;
}

.policy__content[data-v-20f4a9c6] {
  white-space: pre-wrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  overflow-y: scroll;
  max-height: 150px;
}

.button-block[data-v-514fa874] {
  padding-top: 25px !important;
  padding-bottom: 60px !important;
  cursor: default !important;
}
.btn-stamp-form[data-v-514fa874] {
  -webkit-box-shadow: 0 4px 0 0 #3294dc;
          box-shadow: 0 4px 0 0 #3294dc;
  background-color: #45b0ff;
  color: #fff;
  font-size: 18px;
  width: 240px;
  height: 44px;
  white-space: pre-line;
  word-break: break-all;
}

.upload-file-label[data-v-beee6f9e] {
  font-size: 14px;
  max-width: 150px;
  color: #fff;
  background-color: #45b0ff;
}
.upload-file-label[data-v-beee6f9e]:hover {
    opacity: 0.85;
}
.upload-file-label .plus--icon[data-v-beee6f9e] {
    font-size: 20px;
    margin-right: 2px;
    vertical-align: middle;
    line-height: 1;
}
.upload-file-label .text--input[data-v-beee6f9e] {
    vertical-align: middle;
}

[data-v-08937302] label[for="zip_code_textarea_field_1"],[data-v-08937302] label[for="zip_code_textarea_field_2"],[data-v-08937302] label[for="zip_code_textarea_field_3"],[data-v-08937302] label[for="zip_code_textarea_field_4"] {
  font-weight: 300 !important;
}
.custom-radio .custom-control-label[data-v-08937302]::before {
  background-color: #fff;
  border: solid 1px #dddddd;
  width: 22px;
  height: 22px;
}
.custom-radio .custom-control-label[data-v-08937302] {
  line-height: 2;
}
.custom-radio .custom-control-label[data-v-08937302]::after {
  top: 7px;
  left: -22px;
  background-size: 18px 18px;
  background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-08937302]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-08937302]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}

.card-body[data-v-4fcbb8fd] {
  padding: 25px 30px !important;
}
.form-group input[data-v-4fcbb8fd] {
  width:125px;height: 40px
}
.form-group label[data-v-4fcbb8fd]{margin-right:20px;
}
.form-group span[data-v-4fcbb8fd]{margin-left:15px;
}
.badge-ct-bg[data-v-4fcbb8fd] {font-size: 12px;margin-right:5px;
}
.fz-12[data-v-4fcbb8fd] {
  font-size: 12px;
}
.notification[data-v-4fcbb8fd] {
  font-size: 12px;
  width: 100%;
}
.reset-subtext[data-v-4fcbb8fd] {
  width: calc(100% - 24px);
  margin: auto;
  margin-top: 12px;
  padding: 12px;
  border: 2px solid #FF0000;
  border-radius: 8px;
  color:#FF0000;
  font-size: 12px;
}

.card-body[data-v-6e34a385] {
  padding: 25px 30px !important;
}
.special[data-v-6e34a385] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form-group input[data-v-6e34a385] {
  width: 150px;
  height: 40px;
}
.form-group[data-v-6e34a385] {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.custom-input[data-v-6e34a385] {
  width: 210px !important;
}
.badge-general[data-v-6e34a385] {
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  width: 36px;
  height: 20px;
}
.bg-required[data-v-6e34a385] {
  background-color: #f5247f;
}
.bg-any[data-v-6e34a385] {
  background-color: #d2e0dc;
}
.off-label[data-v-6e34a385] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.show-info[data-v-6e34a385] {
  font-size: 12px;
}
.notification[data-v-6e34a385] {
  font-size: 12px;
  width: 100%;
}
.invalid-feedback[data-v-6e34a385] {
  max-width: 155px;
}
.reset-subtext[data-v-6e34a385] {
  width: calc(100% - 24px);
  margin: auto;
  margin-top: 12px;
  padding: 12px;
  border: 2px solid #FF0000;
  border-radius: 8px;
  color: #FF0000;
  font-size: 12px;
}

.container-phone__lp[data-v-0f3381ca] {
  position: absolute;
  padding-top: 24px;
  top: 0;
  right: 9px;
  z-index: 1;
  width: 90%;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.page-wrapper[data-v-0f3381ca] {
  margin-top: 22px !important;
  margin-bottom: 0;
  overflow: hidden;
}
.phone-container__lp[data-v-0f3381ca] {
  position: relative;
  pointer-events: none;
  z-index: 2;
  width: 105%;
  height: 104%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.phone-container[data-v-0f3381ca] {
  position: relative;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 103%;
}
.preview-video-modal[data-v-0f3381ca] {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.50196);
}
.preview-video-modal .close[data-v-0f3381ca] {
    position: absolute;
    right: 20px;
    top: 240px;
}
.preview-video-modal .close .close-text[data-v-0f3381ca] {
      font-size: 16px;
      color: #fff;
      font-weight: 300;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.preview-video-modal .close.countdown[data-v-0f3381ca] {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      top: 240px;
}
.preview-video-modal .video-content[data-v-0f3381ca] {
    width: 100%;
}
.preview-video-coupon[data-v-0f3381ca] {
  width: 92%;
  left: 8%;
}
html[data-v-0f3381ca] {
  overflow: scroll;
  overflow-x: hidden;
}
[data-v-0f3381ca]::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
[data-v-0f3381ca]::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.container-phone[data-v-0f3381ca] {
  position: absolute;
  top: 0;
  right: 25px;
  z-index: 1;
  width: 96%;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  overflow-x: hidden;
}
.pre-line[data-v-0f3381ca] {
  white-space: pre-line;
}

.preview-landing-page[data-v-0a40e176] {
  max-width: 375px;
}

.lottery1-preview[data-v-3ca67a8a] {
  max-width: 375px;
}

.gacha1-preview[data-v-779cdf43] {
  max-width: 375px;
}

.campaign-preview[data-v-1a584142] {
  max-width: 375px;
}

.scratch1-preview[data-v-777a54bb] {
  max-width: 375px;
}

.header-qlear{font-size: 16px;font-weight: bold
}
.btn-qlear-green{
  margin-right: 20px;
  background: #19cdbb;
  color: #ffffff;
  width: 140px;
  height: 42px;
}
.btn-qlear-dark{
  background: #000000;
  color: #ffffff;
  width: 240px;
  height: 42px;
}
.complete-wrapper {
  padding: 64px;
  padding: 4rem;
}
.complete-wrapper button {
  background: #000000;
  color: #ffffff;
  width: 142px;
  height: 42px;
}

.template[data-v-210416c0] {
  text-align: center;
}
.template__name[data-v-210416c0] {
    font-size: 14px;
    font-weight: bold;
}
.template__image[data-v-210416c0] {
    height: 126px;
}
.template__disabled .template__image[data-v-210416c0] {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
.template__disabled button[data-v-210416c0]:disabled {
    background-color: #ccc !important;
    border-color: #8c8c8c !important;
    color: #8c8c8c !important;
    cursor: not-allowed;
}
.w-30[data-v-210416c0] {
  width: 30% !important;
}

label[data-v-f3ea7cea] {
  font-weight: 500;
}
.img-preview[data-v-f3ea7cea] {
  width: 150px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #ccc;
}
.custom-radio .custom-control-label[data-v-f3ea7cea]::before {
  background-color: #fff;
  border: solid 1px #dddddd;
  width: 22px;
  height: 22px;
}
.custom-radio .custom-control-label[data-v-f3ea7cea] {
  line-height: 1.7;
}
.custom-radio .custom-control-label[data-v-f3ea7cea]::after {
  top: 7px;
  left: -22px;
  background-size: 18px 18px;
  background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-f3ea7cea]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-f3ea7cea]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.coupon-special .bg-btn-coupon-submit[data-v-f3ea7cea] {
  background: #047df9;
}
.coupon-special .page-wrapper[data-v-f3ea7cea] {
  max-width: 375px;
  margin: 40px 0 41px 36px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
}
.coupon-special .coupon img[data-v-f3ea7cea] {
  height: 100%;
}
.coupon-special .header .logo img[data-v-f3ea7cea] {
  height: 32.96px;
  height: 2.06rem;
  width: auto;
}
.coupon-special .title[data-v-f3ea7cea] {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  white-space: pre-line;
}
.coupon-special .description[data-v-f3ea7cea] {
  white-space: pre-line;
}
.coupon-special .coupon[data-v-f3ea7cea] {
  padding: 30.4px 20.8px 40px 20.8px !important;
  padding: 1.9rem 1.3rem 40px 1.3rem !important;
}
.coupon-special .coupon .btn-group-action[data-v-f3ea7cea] {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.coupon-special .codes[data-v-f3ea7cea] {
  width: 100%;
}
.coupon-special p[data-v-f3ea7cea] {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  word-break: break-all;
}
.coupon-special .coupon-title[data-v-f3ea7cea] {
  font-weight: bold;
}
.coupon-special .amount[data-v-f3ea7cea] {
  line-height: 1.2;
}
.coupon-special .dots[data-v-f3ea7cea] {
  position: relative;
  border-top: 2px dashed #c8e3e2;
  background-color: #fff;
}
.coupon-special .discount-code[data-v-f3ea7cea] {
  padding: 25px 20px 0px 20px;
}
.coupon-special .discount-code .title[data-v-f3ea7cea] {
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
    word-break: break-word;
}
.coupon-special .discount-code .datetime[data-v-f3ea7cea] {
    text-align: center;
    margin: 10px;
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
}
.coupon-special .discount-code .datetime .label[data-v-f3ea7cea] {
      line-height: 1.14;
}
.coupon-special .discount-code .datetime .date[data-v-f3ea7cea] {
      font-size: 14px;
      font-weight: bold;
      white-space: pre-line;
}
.coupon-special .cusstom_code[data-v-f3ea7cea] {
  padding-bottom: 20px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
}
.coupon-special .download-app[data-v-f3ea7cea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 3em 2.3125em 3em;
}
.coupon-special .download-app img[data-v-f3ea7cea] {
  width: 8.3em;
  height: 2.4em;
}
.coupon-special .socials[data-v-f3ea7cea] {
  padding-top: 19px;
  padding-top: 1.1875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-top: 1px solid #e0e0e0;
}
.coupon-special .socials .title[data-v-f3ea7cea] {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.coupon-special .socials .icon-socials[data-v-f3ea7cea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coupon-special .socials .icon-socials img[data-v-f3ea7cea] {
  width: 30px;
  width: 1.875rem;
  margin-right: 30px;
  margin-right: 1.875rem;
}
.coupon-special .socials .icon-socials span:last-child img[data-v-f3ea7cea] {
  margin-right: 0;
}
.coupon-special .footer[data-v-f3ea7cea] {
  padding: 30px 40px 30px 30px;
  padding: 1.875rem 2.5rem 1.875rem 1.875rem;
}
.coupon-special .footer .title[data-v-f3ea7cea] {
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
  color: #ffffff;
  white-space: pre-line;
  word-break: break-all;
}
.coupon-special .footer .description[data-v-f3ea7cea] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 100;
  color: #ffffff;
  padding-bottom: 0;
  white-space: pre-line;
  word-break: break-all;
}
.coupon-special .mb-30[data-v-f3ea7cea] {
  margin-bottom: 30px;
}
.coupon-special .mt-30[data-v-f3ea7cea] {
  margin-top: 30px;
}
.coupon-special .text-whitespace[data-v-f3ea7cea] {
  white-space: pre-wrap;
}
.coupon-special .btn-ticket-coupon[data-v-f3ea7cea] {
  width: 240px;
  height: 47px;
  font-size: 18px;
  padding: 0;
  border-radius: 25px;
  border: none;
  white-space: pre-line;
}
.coupon-special .btn-ticket-coupon img[data-v-f3ea7cea] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.sticky[data-v-f3ea7cea] {
  position: fixed;
  top: 0;
  width: 340px;
}
.scaled[data-v-f3ea7cea] {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
  transform-origin: top left;
  -webkit-transform-origin: top lef;
  -moz-transform-origin: top left;
}
#coupon-x[data-v-f3ea7cea] {
  overflow-y: scroll;
  max-height: 150vh;
  z-index: 999;
}
.placeholder[data-v-f3ea7cea] {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  color: silver;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}

.advanced_label[data-v-5f423ce0] {
  margin-bottom: 2.4px;
  margin-bottom: 0.15rem;
}
.mail-text-note[data-v-5f423ce0] {
  font-size: 12px;
}
.custom-radio .custom-control-label[data-v-5f423ce0]::before {
  background-color: #fff;
  border: solid 1px #dddddd;
  width: 22px;
  height: 22px;
}
.custom-radio .custom-control-label[data-v-5f423ce0] {
  line-height: 1.7;
}
.custom-radio .custom-control-label[data-v-5f423ce0]::after {
  top: 7px;
  left: -22px;
  background-size: 18px 18px;
  background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-5f423ce0]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-5f423ce0]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.custom-select[data-v-5f423ce0] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/img/icons/arrow-down-green.svg") #fff;
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
.image-preview[data-v-5f423ce0] {
  height: 194px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.required-ext[data-v-5f423ce0] {
  margin-top: 5px;
}
.search-container[data-v-5f423ce0] {
  position: relative;
}
.suggest-list-data[data-v-5f423ce0] {
  position: absolute;
  top: 40px;
  z-index: 999;
  max-height: 231px;
  overflow-y: auto;
}
.list-group-item[data-v-5f423ce0] {
  cursor: pointer;
  color: rgba(0, 0, 0, .5);
  background-color: #ededed;
  border-radius: 0;
}
.list-group-item[data-v-5f423ce0]:hover {
  background-color: #ccc;
}
[data-v-5f423ce0]::-webkit-scrollbar {
  width: 1px;
}
[data-v-5f423ce0]::-webkit-scrollbar-thumb {
  background: #000;
}
.cusstom_invalid-feedback[data-v-5f423ce0] {
  display: block;
}
.send_email[data-v-5f423ce0] {
  font-size: 14px;
}

.custom-card[data-v-f2177d5c] {
  line-height: 1;
  border: solid 1px #dfe7e7;
}
.custom-card__title[data-v-f2177d5c] {
    height: 46px;
    line-height: 1.5;
}
.custom-card__body[data-v-f2177d5c] {
    padding: 0 0 10px 0;
}
.custom-card__group[data-v-f2177d5c] {
    margin-bottom: 0;
    padding: 20px 30px;
    border-bottom: solid 1px #e8f3f2;
}
.custom-card__group[data-v-f2177d5c]:last-child {
      border-bottom: 0;
}
.custom-card__badge[data-v-f2177d5c] {
    background-color: #f5247f;
    width: 36px;
    height: 20px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    vertical-align: bottom;
    margin-right: 8px;
}
.custom-card__label[data-v-f2177d5c] {
    color: #373a3c;
    font-size: 16px;
    font-weight: 400;
}
.custom-card__input[data-v-f2177d5c] {
    width: 120px;
    height: 39px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    padding-right: 7.2px;
    padding-right: 0.45rem;
}
.custom-card__checkbox[data-v-f2177d5c] {
    margin-top: 14px;
    font-size: 14px;
}
.custom-card__note[data-v-f2177d5c] {
    margin-top: 14px;
    font-size: 14px;
    color: #373a3c;
}
.custom-control-label[data-v-f2177d5c] {
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-control-label[data-v-f2177d5c]:before, .custom-control-label[data-v-f2177d5c]:after {
    top: 1.6px;
    top: 0.1rem;
}
.custom-radio.custom-control[data-v-f2177d5c]:first-child {
  margin-bottom: 10px;
}
.custom-radio .custom-control-label[data-v-f2177d5c] {
  font-size: 16px;
  color: #333333;
}
.custom-radio .custom-control-label[data-v-f2177d5c]:before {
    background-color: #fff;
    border: solid 1px #dddddd;
    width: 22px;
    height: 22px;
    top: 0;
}
.custom-radio .custom-control-label[data-v-f2177d5c]:after {
    top: 3px;
    left: -22px;
    background-size: 18px 18px;
    background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-f2177d5c]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-f2177d5c]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.custom-input-number[data-v-f2177d5c] {
  position: relative;
}
.custom-input-number[data-v-f2177d5c]:before {
    content: "\25B2";
    position: absolute;
    color: #000;
    left: 102px;
    top: 10px;
    pointer-events: none;
    font-size: 8px;
    z-index: 11;
}
.custom-input-number[data-v-f2177d5c]:after {
    content: "\25BC";
    position: absolute;
    color: #000;
    left: 102px;
    bottom: 11px;
    pointer-events: none;
    font-size: 8px;
    z-index: 11;
}
.invalid-message[data-v-f2177d5c] {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
}
.btn--reset[data-v-f2177d5c] {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  font-size: 12px;
  line-height: 1;
  width: 161px;
  border-radius: 2px;
  background-color: #1c1c1c;
  color: #fff;
}
.btn--reset > img[data-v-f2177d5c] {
    vertical-align: text-bottom;
}
.btn--add[data-v-f2177d5c] {
  width: 127px;
  padding-top: 6px;
  padding-bottom: 8px;
  border-radius: 19.5px;
  border: solid 1px #19cdbb;
  font-size: 14px;
  color: #19cdbb;
  line-height: 1;
  margin-left: 15px;
  background-color: #fff;
}
.btn--add[data-v-f2177d5c]:hover {
    background-color: #41cec0;
    color: #fff;
}
.btn--add:hover ~ .add-note[data-v-f2177d5c] {
    display: block;
}
.btn--add > span[data-v-f2177d5c] {
    font-size: 18px;
    vertical-align: text-top;
    margin-right: 2px;
}
.add-note[data-v-f2177d5c] {
  font-size: 14px;
  line-height: 1.3;
  color: #41cec0;
  white-space: nowrap;
  margin-left: 10px;
  display: none;
}
.disabled[data-v-f2177d5c], input[disabled][data-v-f2177d5c] {
  background-color: #e9ecef;
  opacity: 1;
}
.input-disabled[data-v-f2177d5c]:before, .input-disabled[data-v-f2177d5c]:after {
  content: unset;
}
.input-disabled .overlay-spin[data-v-f2177d5c] {
  display: none;
}
input[type=number][data-v-f2177d5c]::-webkit-inner-spin-button,
input[type=number][data-v-f2177d5c]::-webkit-outer-spin-button {
  opacity: 0 !important;
}
.overlay-spin[data-v-f2177d5c] {
  background: #fff;
  width: 23px;
  height: 31px;
  position: absolute;
  left: 95px;
  top: 4px;
  z-index: 10;
  pointer-events: none;
  border-radius: 4px;
}
.stamp-block-container[data-v-f2177d5c] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}

.silhouette-block[data-v-59a4261d] {
  background-color: #fff;
}
.silhouette-block__item[data-v-59a4261d] {
    border: 1px solid #cccccc;
    margin-right: -1px;
    margin-bottom: -1px;
}
.silhouette-block__item > img[data-v-59a4261d] {
      width: 85%;
      height: auto;
}

.overlay-picture-block__box[data-v-467d0413] {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.overlay-picture-block__box > img[data-v-467d0413] {
    max-width: 100%;
    height: auto;
}
.overlay-picture-block__overlay[data-v-467d0413] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  margin: -5px;
}
.overlay-picture-block__item[data-v-467d0413] {
  background-color: rgba(255, 255, 255, .95);
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
}
.overlay-picture-block__item[data-v-467d0413]:first-child {
    background-color: transparent;
}

.site-preview[data-v-1606946a] {
  position: relative;
  width: 240px;
  height: 478px;
}
.site-preview__container img[data-v-1606946a] {
  display: block;
  height: auto;
  width: 100%;
}
.site-preview__frame[data-v-1606946a] {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.site-preview__container[data-v-1606946a] {
  position: absolute;
  top: 3%;
  left: 5.75%;
  width: 90%;
  height: 96%;
  border-radius: 7%;
  overflow: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
@-moz-document url-prefix() {
.site-preview__container {
    height: 92% !important;
}
}
@supports (-ms-ime-align:auto) {
.site-preview__frame[data-v-1606946a] {
        height: 102%;
}
.btn-outline-linqur[data-v-1606946a] {
      margin-top: 30px !important;
}
}
[data-v-1606946a]::-webkit-scrollbar {
  width: 0px;
}

.stamp {
  border: 0;
}
.stamp__title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #373a3c;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    padding: 0 20px;
}
.stamp__area {
    border-radius: 10px;
    border: solid 2px #cccccc;
    padding: 40px 30px 30px 30px;
    position: relative;
    margin-bottom: 50px;
}
.stamp__area:last-child {
      margin-bottom: 40px;
}
.stamp__list {
    background-color: #eaf3f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    height: 60px;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 0 0 #19cdbb;
            box-shadow: 0 5px 0 0 #19cdbb;
}
.stamp__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    cursor: pointer;
    background-color: #c8e3e2;
    border-radius: 4px 4px 0 0;
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: pre-wrap;
}
.stamp__item:first-child {
      margin-left: 0;
}
.stamp__item:last-child {
      margin-right: 0;
}
.stamp__item.active {
      background-color: #19cdbb;
      color: #fff;
}
.stamp .tab {
    background-color: #eaf3f2;
}
.stamp .tab__container {
      cursor: pointer;
}
.stamp .tab__container:last-child > .tab__item {
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-left: 2px;
}
.stamp .tab__container:first-child > .tab__item {
        margin-left: -6px;
}
.stamp .tab__container.active > .tab__item {
        background: #19cdbb;
        color: #fff;
}
.stamp .tab__container.active > .tab__text {
        color: #fff;
}
.stamp .tab__text {
      top: 50%;
      left: 55%;
      -webkit-transform: translate(-45%, -50%) translateZ(10px);
              transform: translate(-45%, -50%) translateZ(10px);
      z-index: 100;
      color: #6c7979;
      font-size: 12px;
      width: 100%;
      line-height: 1;
}
.stamp .tab__item {
      width: 145px;
      height: 48px;
      background: #c8e3e2;
      -webkit-transform: perspective(5px) rotateX(1deg) translateX(11px);
              transform: perspective(5px) rotateX(1deg) translateX(11px);
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
              box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
      margin-bottom: 2px;
}
.stamp-leave-active,
.stamp-enter-active {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.stamp-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.stamp-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.w-48 {
  width: 48%;
}
.wrapper-setting {
  font-size: 14px;
  color: #fff;
  width: 149px;
  line-height: 1;
  padding: 12px 0;
  text-align: center;
  border-radius: 20.5px;
  background-color: #333333;
  margin-bottom: 27px;
  cursor: pointer;
}
.wrapper-setting > img {
    vertical-align: top;
    margin-right: 3px;
}

p[data-v-016cf402] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-016cf402] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-016cf402]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-016cf402] {
    width: 20px;
}
.btn-actions[data-v-016cf402] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-016cf402] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-016cf402]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-016cf402]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-016cf402]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-016cf402] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-016cf402] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-016cf402]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-016cf402] {
      margin-bottom: 3px;
}
.dropleft[data-v-016cf402] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-016cf402]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-016cf402] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-016cf402] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-016cf402]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-016cf402] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-016cf402] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-016cf402]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-016cf402] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-016cf402] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-016cf402] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-016cf402]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-016cf402] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-016cf402] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-016cf402] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-016cf402] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-016cf402] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-016cf402] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-016cf402] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-016cf402] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-016cf402] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-016cf402] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-016cf402] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-016cf402] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-016cf402] {
      display: none;
}
.upload-container .no-image[data-v-016cf402] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-016cf402] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-016cf402] {
  color: #cccccc !important;
}
.preview-spot[data-v-016cf402] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-016cf402] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-016cf402] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-016cf402]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-016cf402] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-016cf402] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-016cf402] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-016cf402] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-016cf402] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-016cf402] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-016cf402] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-016cf402] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-016cf402] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-016cf402] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-016cf402] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-016cf402] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-016cf402] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-016cf402] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-016cf402] {
  width: 341px;
  overflow-x: auto;
}

.button-block__btn[data-v-14233fb7] {
  line-height: 1;
  display: block;
  margin: auto;
  border: solid 1px transparent;
  -webkit-transition: linear all 0.2s;
  transition: linear all 0.2s;
  white-space: pre-line;
  word-break: break-word;
}
.button-block__btn[data-v-14233fb7]:hover {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.card-block[data-v-51916856] {
  border: solid 1px #000;
}
.card-block__body[data-v-51916856] {
    white-space: pre-wrap;
}

.spot-block[data-v-6a8a80c7] {
  margin-top: 5px;
  margin-bottom: 60px;
  margin-left: 30px;
  margin-right: 30px;
  border: solid 2px;
  background-color: #fff;
}
.spot-block__header[data-v-6a8a80c7] {
    min-height: 46px;
    word-break: break-all;
    font-size: 16px;
}
.spot-block__body[data-v-6a8a80c7] {
    padding: 25px;
    background-color: #fff;
}
.spot-block__location[data-v-6a8a80c7] {
    cursor: pointer;
    margin-bottom: 20px;
}
.spot-block__location[data-v-6a8a80c7]:last-child {
      margin-bottom: 0;
}
.spot-block__location > img[data-v-6a8a80c7] {
      width: 125px;
      height: 125px;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 5px;
}
.spot-block__location > img[data-v-6a8a80c7]:hover {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.spot-block__location .spot-title[data-v-6a8a80c7] {
      text-align: center;
      color: #373a3c;
      font-size: 14px;
      line-height: 1.3;
      margin-top: 10px;
      word-break: break-all;
}
.module[data-v-6a8a80c7] {
  width: 122px;
  overflow: hidden;
}
.module p[data-v-6a8a80c7] {
  margin: 0;
}
.line-clamp[data-v-6a8a80c7] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: auto;
  padding-bottom: 2px;
}

.image-block[data-v-26d45434] {
  background-color: #fff;
}
.image-block__src[data-v-26d45434] {
    width: 100%;
    height: auto;
}

.text-block[data-v-c83a811c] {
  border: 1px solid transparent;
  white-space: pre-wrap;
}
.coupon-dash[data-v-c83a811c] {
  background-color: #fff;
}

img[data-v-0f3820ab]{width: 100%;
}
.text-background-image[data-v-0f3820ab] {position: relative;
}
.text-background-image .caption[data-v-0f3820ab] {
  position: absolute;
  max-width: 230px;
  max-width: 14.375rem;
  z-index: 2;
  line-height: 1.2;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align:center;
  transform: translate(-50%, -50%);
  white-space: pre-line;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text-background-image[data-v-0f3820ab]::after {
  position: absolute;
  content: "";
  background-color: var(--rgba);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-head__title[data-v-4c2e0472] {
  white-space: pre-line;
}
.text-head__description[data-v-4c2e0472] {
  line-height: 1.4;
  margin-top: 20px;
  white-space: pre-line;
}

.VueCarousel-inner[data-v-40b321e6] {
  height: 100%;
}
.VueCarousel-slide[data-v-40b321e6] {
  text-align: center;
  visibility: visible;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  height: 100%;
}

.text-image[data-v-14e541b9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-image__img img[data-v-14e541b9] {
    width: 100%;
    height: 100%;
}
.text-image__words[data-v-14e541b9] {
    line-height: 1.2;
    white-space: pre-line;
}

.map:hover .drag-map[data-v-c31d20aa] {
  opacity: 1;
  transition: ease .5s;
  -moz-transition: ease .5s;
  -webkit-transition: ease .5s;
  -o-transition: ease .5s;
}
.drag-map[data-v-c31d20aa] {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #000000;
  opacity: 0;
}
.drag-map img[data-v-c31d20aa] {
    width: 100%;
}
.no-iframe-found[data-v-c31d20aa] {
  background-color: #ededed;
  width: 100%;
  height: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map:hover .drag-map[data-v-32797732] {
  opacity: 1;
  transition: ease .5s;
  -moz-transition: ease .5s;
  -webkit-transition: ease .5s;
  -o-transition: ease .5s;
}
.drag-map[data-v-32797732] {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #000000;
  opacity: 0;
}
.drag-map img[data-v-32797732] {
    width: 100%;
}
.no-iframe-found[data-v-32797732] {
  background-color: #ededed;
  width: 100%;
  height: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-block__btn[data-v-3e586d56] {
  line-height: 1;
  display: block;
  margin: auto;
  border: solid 1px transparent;
  -webkit-transition: linear all 0.2s;
  transition: linear all 0.2s;
  white-space: pre-line;
  word-break: break-word;
}
.button-block__btn[data-v-3e586d56]:hover {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}
.button-block__btn img[data-v-3e586d56] {
    width: 20px;
}

.spot__link[data-v-b9b20714] {
  font-size: 14px;
  color: #19cdbb;
  border-bottom: 1px solid #19cdbb;
  line-height: 1.3;
  position: absolute;
  top: 2px;
  right: 0;
}
.spot__map[data-v-b9b20714] iframe {
  width: 100% !important;
  border-radius: 4px;
  height: 250px;
}

.overlay-picture-form[data-v-1651f102] {
  padding-top: 30px;
}
.overlay-picture-form__title[data-v-1651f102] {
    margin-bottom: 30px;
    color: #111111;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.overlay-picture-form__upload[data-v-1651f102] {
    padding-bottom: 30px;
    border-bottom: solid 1px #dfe7e7;
}
.overlay-picture-form__preview[data-v-1651f102] {
    padding: 30px 0 20px 0;
}
.overlay-picture-form__bg-img[data-v-1651f102] {
    width: 200px;
    height: auto;
}
.overlay-picture-form__action[data-v-1651f102] {
    vertical-align: text-bottom;
    cursor: pointer;
}
.overlay-picture-form__crop[data-v-1651f102] {
    width: 500px;
    height: auto;
}
.overlay-picture-form__crop[data-v-1651f102] .cropper-modal {
      background-color: #fff;
      opacity: 0.95;
}
.overlay-picture-form__crop[data-v-1651f102] .cropper-dashed {
      border-color: #fff;
      border-style: solid;
      opacity: 1;
}
.overlay-picture-form__crop[data-v-1651f102] .cropper-line.line-e {
      width: 0;
}
.overlay-picture-form__crop[data-v-1651f102] .cropper-line.line-n {
      height: 0;
}
.overlay-picture-form__crop[data-v-1651f102] .cropper-line.line-w {
      width: 0;
}
.overlay-picture-form__crop[data-v-1651f102] .cropper-line.line-s {
      height: 0;
}
.overlay-picture-form__crop[data-v-1651f102] .cropper-canvas {
      border: 1px solid #000 !important;
}
.cancel-form[data-v-1651f102] {
  position: absolute;
  top: 0;
  right: 0;
}
.overlay-loading[data-v-1651f102] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, .8);
}
.progress[data-v-1651f102] {
  width: 80%;
  height: 10px;
}
.process-detail[data-v-1651f102] {
  line-height: 1;
  font-size: 12px;
  margin-top: 10px;
  color: #373a3c;
}
.btn-reset-cropper[data-v-1651f102] {
  font-size: 12px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.task[data-v-751ae28c] {
  margin-bottom: 25px;
}
.task__label[data-v-751ae28c] {
    border-top: 0;
}
.task__items:last-child .task__item[data-v-751ae28c] {
    border-bottom: 2px solid #dee2e6;
}
.task__items.\--all .task__item[data-v-751ae28c] {
    border-bottom: 2px solid #dee2e6;
}
.task__item[data-v-751ae28c] {
    vertical-align: middle;
    width: 33.33333%;
}
.task__action[data-v-751ae28c] {
    cursor: pointer;
    vertical-align: text-bottom;
}
.task__move[data-v-751ae28c] {
    cursor: move;
}
.task__icon[data-v-751ae28c] {
    width: 40px;
    height: 40px;
}
.task__no-image[data-v-751ae28c] {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
}
.task__edit[data-v-751ae28c] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .9);
}
.task__form[data-v-751ae28c] {
    background-color: #fff;
    border-radius: 8px;
    width: 80%;
    left: 0;
    top: 0;
    margin: auto;
    border-bottom: 0 none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .46);
            box-shadow: 0 1px 5px rgba(0, 0, 0, .46);
}

.btn-model-custom[data-v-77c12456] {
  width: 140px;
  height: 42px;
}
.title[data-v-77c12456] {
  line-height: 16px;
  line-height: 1rem;
  font-size: 16px;
  font-family: YuGo-Bold;
  color: #000000;
}
.display-image[data-v-77c12456] {
  position: relative;
  margin-right: 19px;
  margin-bottom: 15px;
  cursor: move;
}
.remove-icon[data-v-77c12456] {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  cursor: pointer;
}
.img-custom[data-v-77c12456] {
  width: 134px;
  height: 134px;
  border: 1px solid #ccc;
}
.btn-upload[data-v-77c12456] {
  cursor: pointer;
  width: 134px;
  height: 134px;
}
.icon-plus[data-v-77c12456] {
  width: 32px;
  text-align: center;
  opacity: 0.4;
}
.icon-loading[data-v-77c12456] {
  width: 50px;
  text-align: center;
}
.validate-multiple-upload-image[data-v-77c12456] {
  margin-left: 0;
  padding-left: 0;
  color: #dc3545;
  font-style: italic;
  font-size: 12px;
}

.size label[for="text_image_parent_style_flex_direction"],
.size label[for="text_image_root_style_justify_content"],
.size label[for="text_image_parent_style_width"] {
  width: 130px;
}
.size label[for="text_image_img_style_order"],
.size label[for="text_image_image_style_flex_direction"],
.size label[for="text_image_words_style_text_align"] {
  width: 80px;
}

.sub-title[data-v-5711ca05] {
  padding: 15px 40px 0 40px;
  opacity: 0.5;
  font-size: 12px;
  line-height: 1.33;
  color: #373a3c;
}

.task[data-v-6a443368] {
  margin-bottom: 25px;
}
.task__label[data-v-6a443368] {
    border-top: 0;
}
.task__item[data-v-6a443368] {
    vertical-align: middle;
    width: 33.33333%;
}
.task__action[data-v-6a443368] {
    cursor: pointer;
    vertical-align: text-bottom;
}
.task__move[data-v-6a443368] {
    cursor: move;
}
.task__icon[data-v-6a443368] {
    width: 40px;
    height: 40px;
}
.task__no-image[data-v-6a443368] {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
}
.task__edit[data-v-6a443368] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .9);
}
.task__form[data-v-6a443368] {
    background-color: #fff;
    border-radius: 8px;
    width: 80%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
    border-bottom: 0 none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .46);
            box-shadow: 0 1px 5px rgba(0, 0, 0, .46);
}

.dropdown-toolbar-menu[data-v-bb59fea0] {
  border-radius: 0;
  width: 100%;
  min-width: unset;
  background-color: #6c757d;
  top: -1px !important;
  padding: 0;
  border: 0;
}
.dropdown-toolbar-menu .dropdown-item[data-v-bb59fea0] {
  color: #fff;
  padding: 8px 13.6px;
  padding: 0.5rem 0.85rem;
  border-radius: 0;
  margin-left: 0;
}
.dropdown-toolbar-menu .dropdown-item[data-v-bb59fea0]:hover {
  background-color: #545b62;
}
.dropdown-toolbar-menu .dropdown-item[data-v-bb59fea0]:focus {
  background-color: #545b62;
}
.btn-toolbar-menu[data-v-bb59fea0] {
  border: 0;
  border-radius: 0;
}
.contrast_noti[data-v-bb59fea0] {
  position: relative
}
.noti[data-v-bb59fea0] {
  position: absolute;
  width: 240px;
  top: -65px;
  -webkit-transform: translate(-25%, 10%);
          transform: translate(-25%, 10%);
  padding: 5px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  text-align: left;
  font-size: 14px;
  opacity: 0;
}
.noti[data-v-bb59fea0]:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #000;
  border-bottom: 0;
  margin-left: -8px;
  margin-bottom: -8px;
}
.contrast-bar[data-v-bb59fea0] {
  cursor: pointer;
  width: 115px;
  margin-left: 8px;
}
.color-qrcode[data-v-bb59fea0] {-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);box-shadow: 0 1px 5px rgba(0, 0, 0, .15);border-radius: 0;width: calc(100% - 2px);
}
.color-qrcode .form-check-inline[data-v-bb59fea0] {border-radius: 50%;
}
.color-qrcode .form-check-label[data-v-bb59fea0] {width: 25px;height: 25px;position: relative;cursor: pointer;
}
.color-qrcode .form-check-input[data-v-bb59fea0] {position: absolute; clip: rect(0,0,0,0);pointer-events: none;left: 0;
}
.color-qrcode .form-check-inline[data-v-bb59fea0] {margin-left: 12px;margin-left: .75rem;
}
.select-param-container[data-v-bb59fea0]:hover {background-color: #545b62;
}
.select-param[data-v-bb59fea0]{width: 100%;cursor: pointer; margin-bottom: 0; padding: 8px 13.6px; padding: 0.5rem 0.85rem;
}
.select-param input[data-v-bb59fea0]{display: none;
}
.fixed-width[data-v-bb59fea0] {width: 95px;
}
.btn-group[data-v-bb59fea0] {margin-right: 2px;
}
.hex-fg-color[data-v-bb59fea0]::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  color: #fff;
  background-image: url('/img/checked-1.svg');
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  z-index: 99;
}
.btn-root-qrcode[data-v-bb59fea0] {
  width: 200px;
  font-weight: bold;
}
.bg-preview[data-v-bb59fea0] {
  background-color: #ededed;
}
.old-img-data[data-v-bb59fea0] {
  height: 100%;
  width: auto;
  text-align: center !important;
}

.cropper-face-child {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  background-image: url('/img/qr_demo_squared.png');
  background-repeat: no-repeat !important;
  opacity: 1 !important;
  background-size: 100% !important;
}
.cropper-face {
  background-color: transparent !important;
  opacity: 1 !important;
  overflow: hidden;
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg)
}
.cropper-crop-box {
  background-color: #ffffff;
}

.overlay-picture-form {
  padding-top: 30px;
}
.overlay-picture-form__title {
    margin-bottom: 30px;
    color: #111111;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.overlay-picture-form__upload {
    padding-bottom: 30px;
    border-bottom: solid 1px #dfe7e7;
}
.overlay-picture-form__preview {
    padding: 30px 0 20px 0;
}
.overlay-picture-form__bg-img {
    width: 500px;
    height: auto;
}
.overlay-picture-form__action {
    vertical-align: text-bottom;
    cursor: pointer;
}
.cancel-form {
  position: absolute;
  top: 0;
  right: 0;
}
.overlay-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, .8);
}

p[data-v-02ce0e9d] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-02ce0e9d] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-02ce0e9d]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-02ce0e9d] {
    width: 20px;
}
.btn-actions[data-v-02ce0e9d] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-02ce0e9d] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-02ce0e9d]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-02ce0e9d]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-02ce0e9d]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-02ce0e9d] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-02ce0e9d] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-02ce0e9d]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-02ce0e9d] {
      margin-bottom: 3px;
}
.dropleft[data-v-02ce0e9d] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-02ce0e9d]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-02ce0e9d] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-02ce0e9d] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-02ce0e9d]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-02ce0e9d] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-02ce0e9d] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-02ce0e9d]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-02ce0e9d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-02ce0e9d] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-02ce0e9d] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-02ce0e9d]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-02ce0e9d] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-02ce0e9d] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-02ce0e9d] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-02ce0e9d] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-02ce0e9d] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-02ce0e9d] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-02ce0e9d] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-02ce0e9d] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-02ce0e9d] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-02ce0e9d] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-02ce0e9d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-02ce0e9d] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-02ce0e9d] {
      display: none;
}
.upload-container .no-image[data-v-02ce0e9d] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-02ce0e9d] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-02ce0e9d] {
  color: #cccccc !important;
}
.preview-spot[data-v-02ce0e9d] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-02ce0e9d] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-02ce0e9d] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-02ce0e9d]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-02ce0e9d] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-02ce0e9d] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-02ce0e9d] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-02ce0e9d] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-02ce0e9d] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-02ce0e9d] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-02ce0e9d] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-02ce0e9d] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-02ce0e9d] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-02ce0e9d] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-02ce0e9d] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-02ce0e9d] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-02ce0e9d] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-02ce0e9d] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-02ce0e9d] {
  width: 341px;
  overflow-x: auto;
}

.dropleft[data-v-02ce0e9d] {
  left: -107px;
}
.btn-actions[data-v-02ce0e9d] {
  left: 145%;
}
.stamp-preview[data-v-02ce0e9d] {
  position: relative;
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  margin: auto;
  background-color: #868b86;
}
.stamp-added-container[data-v-02ce0e9d] {
  position: relative;
  z-index: 20;
  min-height: 668px;
  background-color: rgba(52, 65, 63, .6);
}
.stamp-added-container .stamp-added[data-v-02ce0e9d] {
    position: relative;
    border-radius: 10px;
    width: 280px;
    background-color: #fff;
}
.stamp-added-container .stamp-added .block-item:first-child .block-wrap[data-v-02ce0e9d] {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      overflow: hidden;
}
.stamp-added-container .stamp-added .block-item:last-child .block-wrap[data-v-02ce0e9d] {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      overflow: hidden;
}
.stamp-added-container .stamp-added__close[data-v-02ce0e9d] {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 50px;
      height: 50px;
      background-color: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 50px;
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
              box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      cursor: pointer;
}
.stamp-added-container .stamp-added__close[data-v-02ce0e9d]:hover {
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
                box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}
.stamp-added-container .stamp-added__close > img[data-v-02ce0e9d] {
        width: 16px;
        height: auto;
        vertical-align: baseline;
}
.stamp-added-container .stamp-added > img[data-v-02ce0e9d] {
      max-width: 100%;
      height: auto;
}
.stamp-book-preview[data-v-02ce0e9d] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
  overflow: hidden;
}

p[data-v-082b8410] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-082b8410] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-082b8410]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-082b8410] {
    width: 20px;
}
.btn-actions[data-v-082b8410] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-082b8410] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-082b8410]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-082b8410]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-082b8410]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-082b8410] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-082b8410] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-082b8410]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-082b8410] {
      margin-bottom: 3px;
}
.dropleft[data-v-082b8410] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-082b8410]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-082b8410] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-082b8410] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-082b8410]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-082b8410] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-082b8410] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-082b8410]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-082b8410] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-082b8410] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-082b8410] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-082b8410]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-082b8410] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-082b8410] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-082b8410] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-082b8410] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-082b8410] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-082b8410] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-082b8410] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-082b8410] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-082b8410] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-082b8410] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-082b8410] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-082b8410] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-082b8410] {
      display: none;
}
.upload-container .no-image[data-v-082b8410] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-082b8410] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-082b8410] {
  color: #cccccc !important;
}
.preview-spot[data-v-082b8410] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-082b8410] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-082b8410] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-082b8410]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-082b8410] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-082b8410] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-082b8410] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-082b8410] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-082b8410] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-082b8410] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-082b8410] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-082b8410] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-082b8410] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-082b8410] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-082b8410] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-082b8410] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-082b8410] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-082b8410] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-082b8410] {
  width: 341px;
  overflow-x: auto;
}

p[data-v-76d467a6] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-76d467a6] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-76d467a6]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-76d467a6] {
    width: 20px;
}
.btn-actions[data-v-76d467a6] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-76d467a6] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-76d467a6]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-76d467a6]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-76d467a6]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-76d467a6] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-76d467a6] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-76d467a6]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-76d467a6] {
      margin-bottom: 3px;
}
.dropleft[data-v-76d467a6] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-76d467a6]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-76d467a6] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-76d467a6] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-76d467a6]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-76d467a6] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-76d467a6] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-76d467a6]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-76d467a6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-76d467a6] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-76d467a6] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-76d467a6]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-76d467a6] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-76d467a6] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-76d467a6] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-76d467a6] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-76d467a6] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-76d467a6] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-76d467a6] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-76d467a6] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-76d467a6] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-76d467a6] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-76d467a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-76d467a6] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-76d467a6] {
      display: none;
}
.upload-container .no-image[data-v-76d467a6] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-76d467a6] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-76d467a6] {
  color: #cccccc !important;
}
.preview-spot[data-v-76d467a6] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-76d467a6] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-76d467a6] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-76d467a6]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-76d467a6] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-76d467a6] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-76d467a6] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-76d467a6] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-76d467a6] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-76d467a6] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-76d467a6] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-76d467a6] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-76d467a6] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-76d467a6] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-76d467a6] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-76d467a6] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-76d467a6] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-76d467a6] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-76d467a6] {
  width: 341px;
  overflow-x: auto;
}

p[data-v-6b0994ee] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-6b0994ee] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-6b0994ee]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-6b0994ee] {
    width: 20px;
}
.btn-actions[data-v-6b0994ee] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-6b0994ee] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-6b0994ee]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-6b0994ee]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-6b0994ee]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-6b0994ee] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-6b0994ee] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-6b0994ee]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-6b0994ee] {
      margin-bottom: 3px;
}
.dropleft[data-v-6b0994ee] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-6b0994ee]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-6b0994ee] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-6b0994ee] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-6b0994ee]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-6b0994ee] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-6b0994ee] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-6b0994ee]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-6b0994ee] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-6b0994ee] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-6b0994ee] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-6b0994ee]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-6b0994ee] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-6b0994ee] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-6b0994ee] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-6b0994ee] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-6b0994ee] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-6b0994ee] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-6b0994ee] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-6b0994ee] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-6b0994ee] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-6b0994ee] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-6b0994ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-6b0994ee] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-6b0994ee] {
      display: none;
}
.upload-container .no-image[data-v-6b0994ee] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-6b0994ee] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-6b0994ee] {
  color: #cccccc !important;
}
.preview-spot[data-v-6b0994ee] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-6b0994ee] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-6b0994ee] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-6b0994ee]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-6b0994ee] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-6b0994ee] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-6b0994ee] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-6b0994ee] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-6b0994ee] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-6b0994ee] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-6b0994ee] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-6b0994ee] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-6b0994ee] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-6b0994ee] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-6b0994ee] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-6b0994ee] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-6b0994ee] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-6b0994ee] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-6b0994ee] {
  width: 341px;
  overflow-x: auto;
}

.gift[data-v-0a5529f5] {
  padding: 25px 0;
  text-align: center;
  position: relative;
}
.gift[data-v-0a5529f5]:before {
    content: '';
    display: block;
    height: 2px;
    background-color: #fff;
    border-top: 3px dashed var(--bg-conntainer);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.gift__title[data-v-0a5529f5] {
    background-color: white;
    margin: 0px 0px 20px;
    color: #19cdbb;
    background-color: white;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 0px;
    border: 2px solid #19cdbb;
    text-align: center;
    white-space: pre-line;
    word-break: break-all;
}
.gift__description[data-v-0a5529f5] {
    color: #00d2c0;
    background-color: white;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0px 0px 20px;
    white-space: pre-line;
    word-break: break-all;
}
.gift__text[data-v-0a5529f5] {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.gift__btn[data-v-0a5529f5] {
    width: 200px;
    min-height: 42px;
    border-radius: 21px;
    font-size: 18px;
    white-space: pre-line;
    word-break: break-word;
}

p[data-v-0c0f2d59] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-0c0f2d59] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-0c0f2d59]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-0c0f2d59] {
    width: 20px;
}
.btn-actions[data-v-0c0f2d59] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-0c0f2d59] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-0c0f2d59]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-0c0f2d59]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-0c0f2d59]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-0c0f2d59] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-0c0f2d59] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-0c0f2d59]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-0c0f2d59] {
      margin-bottom: 3px;
}
.dropleft[data-v-0c0f2d59] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-0c0f2d59]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-0c0f2d59] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-0c0f2d59] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-0c0f2d59]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-0c0f2d59] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-0c0f2d59] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-0c0f2d59]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-0c0f2d59] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-0c0f2d59] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-0c0f2d59] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-0c0f2d59]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-0c0f2d59] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-0c0f2d59] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-0c0f2d59] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-0c0f2d59] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-0c0f2d59] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-0c0f2d59] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-0c0f2d59] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-0c0f2d59] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-0c0f2d59] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-0c0f2d59] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-0c0f2d59] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-0c0f2d59] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-0c0f2d59] {
      display: none;
}
.upload-container .no-image[data-v-0c0f2d59] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-0c0f2d59] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-0c0f2d59] {
  color: #cccccc !important;
}
.preview-spot[data-v-0c0f2d59] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-0c0f2d59] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-0c0f2d59] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-0c0f2d59]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-0c0f2d59] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-0c0f2d59] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-0c0f2d59] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-0c0f2d59] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-0c0f2d59] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-0c0f2d59] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-0c0f2d59] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-0c0f2d59] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-0c0f2d59] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-0c0f2d59] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-0c0f2d59] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-0c0f2d59] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-0c0f2d59] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-0c0f2d59] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-0c0f2d59] {
  width: 341px;
  overflow-x: auto;
}

.block-wrap[data-v-0c0f2d59] {
  padding: 10px 25px 15px 25px;
}
.block-wrap input[type=number][data-v-0c0f2d59]::-webkit-inner-spin-button,
  .block-wrap input[type=number][data-v-0c0f2d59]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.block-wrap input[type=number][data-v-0c0f2d59] {
    -moz-appearance: textfield;
}
.block-wrap[data-v-0c0f2d59] ::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-0c0f2d59] ::-ms-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-0c0f2d59] ::placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-0c0f2d59] :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-0c0f2d59] ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-0c0f2d59] input.form-control,
  .block-wrap[data-v-0c0f2d59] select.custom-select {
    border-radius: 3px;
    height: 44px;
}
.block-wrap[data-v-0c0f2d59] input.form-control:focus,
    .block-wrap[data-v-0c0f2d59] select.custom-select:focus {
      outline: 0 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-color: #45b0ff;
}
.block-wrap[data-v-0c0f2d59] .custom-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.block-wrap[data-v-0c0f2d59] .custom-label > span {
      font-weight: 500;
      font-size: 12px;
      line-height: 1;
      background-color: #fff;
      border-radius: 2px;
      margin-right: 5px;
      border: 1px solid transparent;
}
.block-wrap[data-v-0c0f2d59] .custom-label > span.required {
        color: #e61d65;
        border-color: #e61d65;
}
.block-wrap[data-v-0c0f2d59] .custom-label > span.any {
        color: #979797;
        border-color: #979797;
}
.block-wrap[data-v-0c0f2d59] .custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
.block-wrap[data-v-0c0f2d59] .custom-checkbox .custom-control-label {
    line-height: 1.7;
    font-weight: 400;
}
.block-wrap[data-v-0c0f2d59] .custom-checkbox .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.block-wrap[data-v-0c0f2d59] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/img/icons/checked.svg");
}
.block-wrap[data-v-0c0f2d59] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    border: solid 1px #45b0ff;
    background-color: #45b0ff;
}

p[data-v-7187ce6c] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-7187ce6c] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-7187ce6c]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-7187ce6c] {
    width: 20px;
}
.btn-actions[data-v-7187ce6c] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-7187ce6c] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-7187ce6c]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-7187ce6c]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-7187ce6c]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-7187ce6c] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-7187ce6c] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-7187ce6c]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-7187ce6c] {
      margin-bottom: 3px;
}
.dropleft[data-v-7187ce6c] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-7187ce6c]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-7187ce6c] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-7187ce6c] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-7187ce6c]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-7187ce6c] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-7187ce6c] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-7187ce6c]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-7187ce6c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-7187ce6c] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-7187ce6c] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-7187ce6c]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-7187ce6c] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-7187ce6c] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-7187ce6c] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-7187ce6c] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-7187ce6c] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-7187ce6c] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-7187ce6c] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-7187ce6c] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-7187ce6c] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-7187ce6c] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-7187ce6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-7187ce6c] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-7187ce6c] {
      display: none;
}
.upload-container .no-image[data-v-7187ce6c] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-7187ce6c] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-7187ce6c] {
  color: #cccccc !important;
}
.preview-spot[data-v-7187ce6c] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-7187ce6c] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-7187ce6c] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-7187ce6c]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-7187ce6c] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-7187ce6c] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-7187ce6c] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-7187ce6c] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-7187ce6c] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-7187ce6c] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-7187ce6c] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-7187ce6c] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-7187ce6c] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-7187ce6c] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-7187ce6c] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-7187ce6c] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-7187ce6c] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-7187ce6c] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-7187ce6c] {
  width: 341px;
  overflow-x: auto;
}

.block-wrap[data-v-7187ce6c] {
  padding: 10px 25px 15px 25px;
}
.block-wrap input[type=number][data-v-7187ce6c]::-webkit-inner-spin-button,
  .block-wrap input[type=number][data-v-7187ce6c]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.block-wrap input[type=number][data-v-7187ce6c] {
    -moz-appearance: textfield;
}
.block-wrap[data-v-7187ce6c] ::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-7187ce6c] ::-ms-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-7187ce6c] ::placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-7187ce6c] :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-7187ce6c] ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-7187ce6c] input.form-control,
  .block-wrap[data-v-7187ce6c] select.custom-select {
    border-radius: 3px;
    height: 44px;
}
.block-wrap[data-v-7187ce6c] input.form-control:focus,
    .block-wrap[data-v-7187ce6c] select.custom-select:focus {
      outline: 0 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-color: #45b0ff;
}
.block-wrap[data-v-7187ce6c] .custom-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.block-wrap[data-v-7187ce6c] .custom-label > span {
      font-weight: 500;
      font-size: 12px;
      line-height: 1;
      background-color: #fff;
      border-radius: 2px;
      margin-right: 5px;
      border: 1px solid transparent;
}
.block-wrap[data-v-7187ce6c] .custom-label > span.required {
        color: #e61d65;
        border-color: #e61d65;
}
.block-wrap[data-v-7187ce6c] .custom-label > span.any {
        color: #979797;
        border-color: #979797;
}
.block-wrap[data-v-7187ce6c] .custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
.block-wrap[data-v-7187ce6c] .custom-checkbox .custom-control-label {
    line-height: 1.7;
    font-weight: 400;
}
.block-wrap[data-v-7187ce6c] .custom-checkbox .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.block-wrap[data-v-7187ce6c] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/img/icons/checked.svg");
}
.block-wrap[data-v-7187ce6c] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    border: solid 1px #45b0ff;
    background-color: #45b0ff;
}

.stamp-prize-list[data-v-05918333] {
  position: relative;
  padding: 20px 10px;
  background-color: #19cdbb;
  z-index: 99;
  margin-bottom: 60px;
}
.stamp-prize-list[data-v-05918333]:after {
    content: " ";
    position: absolute;
    right: 50%;
    bottom: -12px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-top: 12px solid #19cdbb;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: none;
}
.stamp-prize-list__item[data-v-05918333] {
    width: 124px;
    padding: 12px 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .3);
    margin: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
}
.stamp-prize-list__item[data-v-05918333]:hover {
      background-color: #fff;
      color: #19cdbb;
}
.stamp-prize-list__item.active[data-v-05918333] {
      background-color: #fff;
      color: #19cdbb;
}

p[data-v-1eed628a] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-1eed628a] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-1eed628a]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-1eed628a] {
    width: 20px;
}
.btn-actions[data-v-1eed628a] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-1eed628a] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-1eed628a]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-1eed628a]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-1eed628a]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-1eed628a] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-1eed628a] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-1eed628a]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-1eed628a] {
      margin-bottom: 3px;
}
.dropleft[data-v-1eed628a] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-1eed628a]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-1eed628a] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-1eed628a] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-1eed628a]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-1eed628a] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-1eed628a] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-1eed628a]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-1eed628a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-1eed628a] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-1eed628a] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-1eed628a]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-1eed628a] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-1eed628a] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-1eed628a] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-1eed628a] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-1eed628a] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-1eed628a] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-1eed628a] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-1eed628a] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-1eed628a] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-1eed628a] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-1eed628a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-1eed628a] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-1eed628a] {
      display: none;
}
.upload-container .no-image[data-v-1eed628a] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-1eed628a] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-1eed628a] {
  color: #cccccc !important;
}
.preview-spot[data-v-1eed628a] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-1eed628a] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-1eed628a] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-1eed628a]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-1eed628a] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-1eed628a] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-1eed628a] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-1eed628a] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-1eed628a] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-1eed628a] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-1eed628a] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-1eed628a] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-1eed628a] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-1eed628a] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-1eed628a] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-1eed628a] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-1eed628a] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-1eed628a] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-1eed628a] {
  width: 341px;
  overflow-x: auto;
}

.coupon[data-v-231a56ab] {
  padding: 40px 20px;
  background-color: #fff;
}
.coupon__image > img[data-v-231a56ab] {
    width: 100%;
    height: auto;
}
.coupon__detail[data-v-231a56ab] {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
    background-color: #c8e3e2;
    text-align: center;
    padding: 24px 20px 28px 20px;
    margin-bottom: 20px;
    position: relative;
}
.coupon__detail[data-v-231a56ab]:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      border: 2px dashed var(--bg-conntainer);
      background-color: #fff;
}
.coupon__title[data-v-231a56ab] {
    font-size: 18px;
    font-weight: 500;
    white-space: pre-wrap;
}
.coupon__expired[data-v-231a56ab] {
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 0;
    margin-top: 12px;
    white-space: pre-wrap;
}
.coupon__code[data-v-231a56ab] {
    font-size: 12px;
    margin-top: 10px;
    white-space: pre-wrap;
}
.coupon__description[data-v-231a56ab] {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    white-space: pre-wrap;
    margin-bottom: 20px;
    white-space: pre-wrap;
}
.coupon__button[data-v-231a56ab] {
    text-align: center;
    margin-bottom: 22px;
}
.coupon__button > .btn--coupon[data-v-231a56ab] {
      font-size: 18px;
      font-weight: 500;
      border-radius: 24px;
      padding: 9.5px 47px;
      white-space: pre-line;
      word-break: break-word;
}
.coupon__note[data-v-231a56ab] {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    white-space: pre-wrap;
}

p[data-v-a8938ba8] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-a8938ba8] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-a8938ba8]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-a8938ba8] {
    width: 20px;
}
.btn-actions[data-v-a8938ba8] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-a8938ba8] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-a8938ba8]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-a8938ba8]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-a8938ba8]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-a8938ba8] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-a8938ba8] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-a8938ba8]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-a8938ba8] {
      margin-bottom: 3px;
}
.dropleft[data-v-a8938ba8] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-a8938ba8]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-a8938ba8] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-a8938ba8] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-a8938ba8]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-a8938ba8] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-a8938ba8] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-a8938ba8]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-a8938ba8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-a8938ba8] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-a8938ba8] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-a8938ba8]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-a8938ba8] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-a8938ba8] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-a8938ba8] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-a8938ba8] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-a8938ba8] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-a8938ba8] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-a8938ba8] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-a8938ba8] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-a8938ba8] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-a8938ba8] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-a8938ba8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-a8938ba8] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-a8938ba8] {
      display: none;
}
.upload-container .no-image[data-v-a8938ba8] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-a8938ba8] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-a8938ba8] {
  color: #cccccc !important;
}
.preview-spot[data-v-a8938ba8] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-a8938ba8] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-a8938ba8] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-a8938ba8]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-a8938ba8] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-a8938ba8] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-a8938ba8] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-a8938ba8] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-a8938ba8] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-a8938ba8] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-a8938ba8] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-a8938ba8] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-a8938ba8] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-a8938ba8] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-a8938ba8] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-a8938ba8] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-a8938ba8] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-a8938ba8] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-a8938ba8] {
  width: 341px;
  overflow-x: auto;
}

.preview-container[data-v-41469aca] {
  position: relative;
  margin: auto;
  width: 446px;
  height: 796px;
  background: #fff;
}
.preview-container__mobile[data-v-41469aca] {
    position: relative;
    z-index: 4;
    width: 434px;
    height: 840px;
    pointer-events: none;
}
.preview-container__content[data-v-41469aca] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    height: 100%;
    width: 100%;
    margin-top: 20px;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.preview-container__content[data-v-41469aca]::-webkit-scrollbar {
      display: none;
}
.preview-spot[data-v-41469aca] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-41469aca] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-41469aca] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-41469aca]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-41469aca] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-41469aca] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-41469aca] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-41469aca] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-41469aca] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-41469aca] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-41469aca] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-41469aca] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
  cursor: default !important;
}
.footer__title[data-v-41469aca] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-41469aca] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.pre-line[data-v-41469aca] {
  white-space: pre-line;
}

p[data-v-296f1dd3] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-296f1dd3] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-296f1dd3]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-296f1dd3] {
    width: 20px;
}
.btn-actions[data-v-296f1dd3] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-296f1dd3] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-296f1dd3]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-296f1dd3]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-296f1dd3]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-296f1dd3] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-296f1dd3] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-296f1dd3]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-296f1dd3] {
      margin-bottom: 3px;
}
.dropleft[data-v-296f1dd3] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-296f1dd3]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-296f1dd3] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-296f1dd3] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-296f1dd3]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-296f1dd3] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-296f1dd3] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-296f1dd3]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-296f1dd3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-296f1dd3] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-296f1dd3] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-296f1dd3]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-296f1dd3] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-296f1dd3] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-296f1dd3] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-296f1dd3] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-296f1dd3] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-296f1dd3] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-296f1dd3] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-296f1dd3] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-296f1dd3] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-296f1dd3] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-296f1dd3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-296f1dd3] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-296f1dd3] {
      display: none;
}
.upload-container .no-image[data-v-296f1dd3] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-296f1dd3] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-296f1dd3] {
  color: #cccccc !important;
}
.preview-spot[data-v-296f1dd3] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-296f1dd3] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-296f1dd3] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-296f1dd3]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-296f1dd3] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-296f1dd3] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-296f1dd3] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-296f1dd3] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-296f1dd3] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-296f1dd3] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-296f1dd3] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-296f1dd3] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-296f1dd3] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-296f1dd3] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-296f1dd3] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-296f1dd3] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-296f1dd3] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-296f1dd3] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-296f1dd3] {
  width: 341px;
  overflow-x: auto;
}

.dropleft[data-v-296f1dd3] {
  left: -107px;
}
.btn-actions[data-v-296f1dd3] {
  left: 145%;
}
.stamp-preview[data-v-296f1dd3] {
  position: relative;
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  margin: auto;
  background-color: #868b86;
}
.stamp-added-container[data-v-296f1dd3] {
  position: relative;
  z-index: 20;
  min-height: 795px;
  background-color: rgba(52, 65, 63, .6);
}
.stamp-added-container .stamp-added[data-v-296f1dd3] {
    position: relative;
    border-radius: 10px;
    width: 280px;
    background-color: #fff;
}
.stamp-added-container .stamp-added .block-item:first-child .block-wrap[data-v-296f1dd3] {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      overflow: hidden;
}
.stamp-added-container .stamp-added .block-item:last-child .block-wrap[data-v-296f1dd3] {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      overflow: hidden;
}
.stamp-added-container .stamp-added__close[data-v-296f1dd3] {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 50px;
      height: 50px;
      background-color: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 50px;
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
              box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      cursor: pointer;
}
.stamp-added-container .stamp-added__close[data-v-296f1dd3]:hover {
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
                box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}
.stamp-added-container .stamp-added__close > img[data-v-296f1dd3] {
        width: 16px;
        height: auto;
        vertical-align: baseline;
}
.stamp-added-container .stamp-added > img[data-v-296f1dd3] {
      max-width: 100%;
      height: auto;
}
.stamp-book-preview[data-v-296f1dd3] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
  overflow: hidden;
}

p[data-v-cf84913a] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-cf84913a] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-cf84913a]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-cf84913a] {
    width: 20px;
}
.btn-actions[data-v-cf84913a] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-cf84913a] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-cf84913a]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-cf84913a]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-cf84913a]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-cf84913a] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-cf84913a] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-cf84913a]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-cf84913a] {
      margin-bottom: 3px;
}
.dropleft[data-v-cf84913a] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-cf84913a]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-cf84913a] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-cf84913a] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-cf84913a]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-cf84913a] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-cf84913a] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-cf84913a]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-cf84913a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-cf84913a] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-cf84913a] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-cf84913a]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-cf84913a] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-cf84913a] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-cf84913a] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-cf84913a] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-cf84913a] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-cf84913a] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-cf84913a] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-cf84913a] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-cf84913a] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-cf84913a] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-cf84913a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-cf84913a] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-cf84913a] {
      display: none;
}
.upload-container .no-image[data-v-cf84913a] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-cf84913a] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-cf84913a] {
  color: #cccccc !important;
}
.preview-spot[data-v-cf84913a] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-cf84913a] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-cf84913a] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-cf84913a]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-cf84913a] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-cf84913a] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-cf84913a] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-cf84913a] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-cf84913a] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-cf84913a] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-cf84913a] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-cf84913a] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-cf84913a] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-cf84913a] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-cf84913a] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-cf84913a] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-cf84913a] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-cf84913a] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-cf84913a] {
  width: 341px;
  overflow-x: auto;
}

p[data-v-8b238c82] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-8b238c82] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-8b238c82]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-8b238c82] {
    width: 20px;
}
.btn-actions[data-v-8b238c82] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-8b238c82] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-8b238c82]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-8b238c82]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-8b238c82]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-8b238c82] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-8b238c82] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-8b238c82]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-8b238c82] {
      margin-bottom: 3px;
}
.dropleft[data-v-8b238c82] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-8b238c82]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-8b238c82] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-8b238c82] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-8b238c82]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-8b238c82] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-8b238c82] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-8b238c82]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-8b238c82] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-8b238c82] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-8b238c82] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-8b238c82]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-8b238c82] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-8b238c82] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-8b238c82] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-8b238c82] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-8b238c82] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-8b238c82] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-8b238c82] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-8b238c82] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-8b238c82] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-8b238c82] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-8b238c82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-8b238c82] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-8b238c82] {
      display: none;
}
.upload-container .no-image[data-v-8b238c82] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-8b238c82] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-8b238c82] {
  color: #cccccc !important;
}
.preview-spot[data-v-8b238c82] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-8b238c82] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-8b238c82] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-8b238c82]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-8b238c82] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-8b238c82] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-8b238c82] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-8b238c82] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-8b238c82] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-8b238c82] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-8b238c82] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-8b238c82] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-8b238c82] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-8b238c82] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-8b238c82] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-8b238c82] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-8b238c82] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-8b238c82] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-8b238c82] {
  width: 341px;
  overflow-x: auto;
}

p[data-v-996f1f96] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-996f1f96] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-996f1f96]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-996f1f96] {
    width: 20px;
}
.btn-actions[data-v-996f1f96] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-996f1f96] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-996f1f96]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-996f1f96]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-996f1f96]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-996f1f96] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-996f1f96] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-996f1f96]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-996f1f96] {
      margin-bottom: 3px;
}
.dropleft[data-v-996f1f96] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-996f1f96]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-996f1f96] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-996f1f96] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-996f1f96]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-996f1f96] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-996f1f96] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-996f1f96]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-996f1f96] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-996f1f96] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-996f1f96] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-996f1f96]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-996f1f96] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-996f1f96] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-996f1f96] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-996f1f96] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-996f1f96] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-996f1f96] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-996f1f96] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-996f1f96] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-996f1f96] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-996f1f96] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-996f1f96] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-996f1f96] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-996f1f96] {
      display: none;
}
.upload-container .no-image[data-v-996f1f96] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-996f1f96] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-996f1f96] {
  color: #cccccc !important;
}
.preview-spot[data-v-996f1f96] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-996f1f96] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-996f1f96] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-996f1f96]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-996f1f96] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-996f1f96] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-996f1f96] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-996f1f96] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-996f1f96] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-996f1f96] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-996f1f96] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-996f1f96] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-996f1f96] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-996f1f96] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-996f1f96] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-996f1f96] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-996f1f96] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-996f1f96] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-996f1f96] {
  width: 341px;
  overflow-x: auto;
}

p[data-v-04d11f53] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-04d11f53] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-04d11f53]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-04d11f53] {
    width: 20px;
}
.btn-actions[data-v-04d11f53] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-04d11f53] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-04d11f53]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-04d11f53]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-04d11f53]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-04d11f53] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-04d11f53] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-04d11f53]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-04d11f53] {
      margin-bottom: 3px;
}
.dropleft[data-v-04d11f53] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-04d11f53]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-04d11f53] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-04d11f53] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-04d11f53]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-04d11f53] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-04d11f53] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-04d11f53]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-04d11f53] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-04d11f53] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-04d11f53] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-04d11f53]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-04d11f53] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-04d11f53] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-04d11f53] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-04d11f53] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-04d11f53] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-04d11f53] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-04d11f53] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-04d11f53] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-04d11f53] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-04d11f53] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-04d11f53] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-04d11f53] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-04d11f53] {
      display: none;
}
.upload-container .no-image[data-v-04d11f53] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-04d11f53] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-04d11f53] {
  color: #cccccc !important;
}
.preview-spot[data-v-04d11f53] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-04d11f53] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-04d11f53] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-04d11f53]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-04d11f53] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-04d11f53] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-04d11f53] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-04d11f53] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-04d11f53] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-04d11f53] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-04d11f53] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-04d11f53] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-04d11f53] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-04d11f53] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-04d11f53] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-04d11f53] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-04d11f53] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-04d11f53] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-04d11f53] {
  width: 341px;
  overflow-x: auto;
}

.block-wrap[data-v-04d11f53] {
  padding: 10px 25px 15px 25px;
}
.block-wrap input[type=number][data-v-04d11f53]::-webkit-inner-spin-button,
  .block-wrap input[type=number][data-v-04d11f53]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.block-wrap input[type=number][data-v-04d11f53] {
    -moz-appearance: textfield;
}
.block-wrap[data-v-04d11f53] ::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-04d11f53] ::-ms-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-04d11f53] ::placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-04d11f53] :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-04d11f53] ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-04d11f53] input.form-control,
  .block-wrap[data-v-04d11f53] select.custom-select {
    border-radius: 3px;
    height: 44px;
}
.block-wrap[data-v-04d11f53] input.form-control:focus,
    .block-wrap[data-v-04d11f53] select.custom-select:focus {
      outline: 0 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-color: #45b0ff;
}
.block-wrap[data-v-04d11f53] .custom-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.block-wrap[data-v-04d11f53] .custom-label > span {
      font-weight: 500;
      font-size: 12px;
      line-height: 1;
      background-color: #fff;
      border-radius: 2px;
      margin-right: 5px;
      border: 1px solid transparent;
}
.block-wrap[data-v-04d11f53] .custom-label > span.required {
        color: #e61d65;
        border-color: #e61d65;
}
.block-wrap[data-v-04d11f53] .custom-label > span.any {
        color: #979797;
        border-color: #979797;
}
.block-wrap[data-v-04d11f53] .custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
.block-wrap[data-v-04d11f53] .custom-checkbox .custom-control-label {
    line-height: 1.7;
    font-weight: 400;
}
.block-wrap[data-v-04d11f53] .custom-checkbox .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.block-wrap[data-v-04d11f53] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/img/icons/checked.svg");
}
.block-wrap[data-v-04d11f53] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    border: solid 1px #45b0ff;
    background-color: #45b0ff;
}

.card .card-header .gift-tab .gift-tab__item__dotless {
  width: 239px;
  height: 48px;
  background: #c8e3e2;
  -webkit-transform: perspective(5px) rotateX(1deg) translateX(11px);
          transform: perspective(5px) rotateX(1deg) translateX(11px);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
          box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
  margin-bottom: 2px;
}
.stamp {
  border: 0;
}
.stamp__title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #373a3c;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    padding: 0 20px;
}
.stamp__area {
    border-radius: 10px;
    border: solid 2px #cccccc;
    padding: 40px 30px 30px 30px;
    position: relative;
    margin-bottom: 50px;
}
.stamp__area:last-child {
      margin-bottom: 40px;
}
.stamp__list {
    background-color: #eaf3f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    height: 60px;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 0 0 #19cdbb;
            box-shadow: 0 5px 0 0 #19cdbb;
}
.stamp__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    cursor: pointer;
    background-color: #c8e3e2;
    border-radius: 4px 4px 0 0;
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: pre-wrap;
}
.stamp__item:first-child {
      margin-left: 0;
}
.stamp__item:last-child {
      margin-right: 0;
}
.stamp__item.active {
      background-color: #19cdbb;
      color: #fff;
}
.stamp .gift-tab {
    background-color: #eaf3f2;
}
.stamp .gift-tab__container {
      cursor: pointer;
}
.stamp .gift-tab__container:last-child > .gift-tab__item {
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-left: 1px;
}
.stamp .gift-tab__container:first-child > .gift-tab__item {
        margin-left: -1px;
}
.stamp .gift-tab__container.active > .gift-tab__item {
        background: #19cdbb;
        color: #fff;
}
.stamp .gift-tab__container.active > .gift-tab__text {
        color: #fff;
}
.stamp .gift-tab__container {
      cursor: pointer;
}
.stamp .gift-tab__container:last-child > .gift-tab__item__dotless {
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-left: 1px;
}
.stamp .gift-tab__container:first-child > .gift-tab__item__dotless {
        margin-left: -1px;
}
.stamp .gift-tab__container.active > .gift-tab__item__dotless {
        background: #19cdbb;
        color: #fff;
}
.stamp .gift-tab__container.active > .gift-tab__text {
        color: #fff;
}
.stamp .gift-tab__text {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-45%, -50%) translateZ(10px);
              transform: translate(-45%, -50%) translateZ(10px);
      z-index: 100;
      color: #6c7979;
      font-size: 14px;
      width: 100%;
      line-height: 1;
}
.stamp .gift-tab__item {
      width: 239px;
      height: 48px;
      background: #c8e3e2;
}
.stamp .gift-tab__item__item__dotless {
        width: 239px;
        height: 48px;
        background: #c8e3e2;
        -webkit-transform: perspective(5px) rotateX(1deg) translateX(11px);
                transform: perspective(5px) rotateX(1deg) translateX(11px);
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
                box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
        margin-bottom: 2px;
}
.stamp-leave-active,
.stamp-enter-active {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.stamp-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.stamp-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.w-48 {
  width: 48%;
}
.wrapper-setting {
  font-size: 14px;
  color: #fff;
  width: 149px;
  line-height: 1;
  padding: 12px 0;
  text-align: center;
  border-radius: 20.5px;
  background-color: #333333;
  margin-bottom: 27px;
  cursor: pointer;
}
.wrapper-setting > img {
    vertical-align: top;
    margin-right: 3px;
}

.blocks[data-v-fc6b5328] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.12549);
  border-radius: 4px;
  padding: 12px;
}
.editor[data-v-fc6b5328] {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
}
.editor__standard[data-v-fc6b5328] {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    display: block;
    top: 16px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-height: calc(100vh - 32px);
}
.editor__container[data-v-fc6b5328] {
    border: 1px solid rgba(112, 112, 112, 0.12549);
    border-radius: 4px;
    padding: 12px;
    padding-top: 0;
    position: relative;
}
.editor__header[data-v-fc6b5328] {
    height: 36px;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.editor__title[data-v-fc6b5328] {
    font-weight: bold;
}
.editor__submit[data-v-fc6b5328] {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    height: 80px;
    background: #fff;
    border-top: 2px solid rgba(112, 112, 112, 0.12549);
    z-index: 9;
}
.editor__submit button[data-v-fc6b5328] {
      margin: auto;
}
.editor__close[data-v-fc6b5328] {
    cursor: pointer;
}

.prize-list[data-v-678d0cb4] {
  position: relative;
  padding: 20px 10px;
  background-color: #19cdbb;
  z-index: 99;
}
.prize-list[data-v-678d0cb4]:after {
    content: " ";
    position: absolute;
    right: 50%;
    bottom: -12px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-top: 12px solid #19cdbb;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: none;
}
.prize-list__item[data-v-678d0cb4] {
    width: 124px;
    padding: 12px 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .3);
    margin: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
}
.prize-list__item[data-v-678d0cb4]:hover {
      background-color: #fff;
      color: #19cdbb;
}
.prize-list__item.active[data-v-678d0cb4] {
      background-color: #fff;
      color: #19cdbb;
}
.prize-list__item.disabled[data-v-678d0cb4] {
      cursor: not-allowed;
      color: rgba(0, 0, 0, .25);
      background-color: #d9d9d9;
}

.blocks[data-v-1ae51b1f] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 320px;
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.12549);
  border-radius: 4px;
  padding: 12px;
}
.blocks__standard[data-v-1ae51b1f] {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    display: block;
    top: 16px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: calc(100vh - 32px);
}
.blocks__title[data-v-1ae51b1f] {
    font-weight: bold;
    font-size: 16px;
}
.blocks__type[data-v-1ae51b1f] {
    padding-top: 16px;
    padding-bottom: 4px;
}
.blocks__type-name[data-v-1ae51b1f] {
    font-size: 12px;
    font-weight: bold;
}
.blocks__item[data-v-1ae51b1f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blocks .border-botttom[data-v-1ae51b1f] {
    border-bottom: 1px solid rgba(112, 112, 112, 0.12549);
}

.text-review[data-v-276afbbf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}
.text-review h6[data-v-276afbbf] {
    font-size: 14px;
}

.block[data-v-26c211ad] {
  position: relative;
  width: 135px;
  display: inline-block;
  margin-bottom: 10px;
}
.block__draggable[data-v-26c211ad] {
    height: 100%;
    cursor: move;
}
.block__preview[data-v-26c211ad] {
    height: 100%;
    border-radius: 4px;
}
.block__content[data-v-26c211ad] {
    position: absolute;
    width: 332px;
    opacity: 0;
    visibility: hidden;
}
.border[data-v-26c211ad] {
  border: 1px solid rgba(112, 112, 112, 0.12549);
}

.text-review[data-v-063897cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}
.text-review h6[data-v-063897cd] {
    font-size: 14px;
}

.text-review[data-v-78e88cdf] {
  font-size: 12px;
}

.text-review[data-v-ae38e484] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-review h6[data-v-ae38e484] {
    font-size: 14px;
    text-align: center;
}
.text-review span[data-v-ae38e484] {
    font-size: 12px;
}

.text-review[data-v-3a2afa0c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-review span[data-v-3a2afa0c] {
    font-size: 12px;
    color: #1C7CFF;
    text-decoration: underline;
}

.text-review[data-v-58c090da] {
  position: relative;
  height: 86px;
}
.text-review img[data-v-58c090da] {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.text-review .text-opacity[data-v-58c090da] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.31373);
    border-radius: 4px;
}
.text-review .text-opacity h6[data-v-58c090da] {
      font-size: 14px;
      text-align: center;
}

.text-review[data-v-f03db836] {
  position: relative;
  height: 86px;
}
.text-review .img-background[data-v-f03db836] {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.text-review span[data-v-f03db836] {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.48627);
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
    border-bottom-right-radius: 4px;
}

.text-review[data-v-676f09cc] {
  position: relative;
  height: 86px;
}
.text-review .img-background[data-v-676f09cc] {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.text-review span[data-v-676f09cc] {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.48627);
    color: #fff;
    padding: 2px 12px;
    font-size: 11px;
    border-bottom-right-radius: 4px;
}

.text-review[data-v-10c7e4a8] {
  position: relative;
  height: 86px;
}
.text-review img[data-v-10c7e4a8] {
    width: 35%;
}
.text-review .img-background[data-v-10c7e4a8] {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.text-review .text-opacity[data-v-10c7e4a8] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.31373);
    border-radius: 4px;
}
.text-review span[data-v-10c7e4a8] {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.48627);
    color: #fff;
    padding: 2px 4px;
    font-size: 11px;
    border-bottom-right-radius: 4px;
}

.text-review[data-v-96c1e7ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 8px;
}
.text-review h6[data-v-96c1e7ce] {
    font-size: 14px;
}

.text-review[data-v-5909a69e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-size: 12px;
}

.text-review[data-v-c8061cfc] {
  position: relative;
  height: 86px;
}
.text-review img[data-v-c8061cfc] {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    min-height: 100%;
}
.text-review .text-box[data-v-c8061cfc] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border-radius: 4px;
}
.text-review .text-box h2[data-v-c8061cfc] {
      font-size: 31px;
      text-align: center;
}

.text-review[data-v-db58ea08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-review span[data-v-db58ea08] {
    font-size: 12px;
    color: #1C7CFF;
    text-decoration: underline;
}

.text-review[data-v-20072536] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.text-review .img-group img[data-v-20072536] {
    width: auto !important;
}

.text-review[data-v-2687fa92] {
  position: relative;
  height: 120px;
}
.text-review .cover[data-v-2687fa92] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.text-review span[data-v-2687fa92] {
    position: absolute;
    bottom: 30px;
    right: 0;
    background: rgba(17, 17, 17, 0.48627);
    color: #fff;
    padding: 2px 12px;
    font-size: 11px;
    border-bottom-right-radius: 4px;
    z-index: 3;
}
[data-v-2687fa92] .carousel-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
}
[data-v-2687fa92] .carousel-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #c5c5c5;
}
[data-v-2687fa92] .carousel-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
      margin-left: 9px;
}
[data-v-2687fa92] .carousel-pagination .swiper-pagination-bullet-active {
    background: #000;
}
.carousel img[data-v-2687fa92] {
  border-radius: 4px;
}

.text-review[data-v-9f6c93ce] {
  position: relative;
  height: 86px;
}
.text-review img[data-v-9f6c93ce] {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    min-height: 100%;
}

.text-review[data-v-4ee0e1ed] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-review img[data-v-4ee0e1ed] {
    border-radius: 4px;
    max-height: 250px;
}
.text-review p[data-v-4ee0e1ed] {
    font-size: 12px;
}

.gift-gacha[data-v-903b4856] {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25098);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25098);
}
.modal .modal-dialog[data-v-903b4856] {
  max-width: 300px !important;
}

p[data-v-4b0ea43c] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-4b0ea43c] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-4b0ea43c]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-4b0ea43c] {
    width: 20px;
}
.btn-actions[data-v-4b0ea43c] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-4b0ea43c] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-4b0ea43c]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-4b0ea43c]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-4b0ea43c]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-4b0ea43c] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-4b0ea43c] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-4b0ea43c]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-4b0ea43c] {
      margin-bottom: 3px;
}
.dropleft[data-v-4b0ea43c] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-4b0ea43c]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-4b0ea43c] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-4b0ea43c] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-4b0ea43c]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-4b0ea43c] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-4b0ea43c] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-4b0ea43c]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-4b0ea43c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-4b0ea43c] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-4b0ea43c] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-4b0ea43c]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-4b0ea43c] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-4b0ea43c] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-4b0ea43c] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-4b0ea43c] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-4b0ea43c] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-4b0ea43c] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-4b0ea43c] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-4b0ea43c] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-4b0ea43c] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-4b0ea43c] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-4b0ea43c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-4b0ea43c] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-4b0ea43c] {
      display: none;
}
.upload-container .no-image[data-v-4b0ea43c] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-4b0ea43c] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-4b0ea43c] {
  color: #cccccc !important;
}
.preview-spot[data-v-4b0ea43c] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-4b0ea43c] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-4b0ea43c] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-4b0ea43c]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-4b0ea43c] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-4b0ea43c] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-4b0ea43c] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-4b0ea43c] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-4b0ea43c] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-4b0ea43c] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-4b0ea43c] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-4b0ea43c] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-4b0ea43c] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-4b0ea43c] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
.off-header[data-v-4b0ea43c] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-4b0ea43c] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-4b0ea43c] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-4b0ea43c] {
  width: 114px !important;
}

.h-url, .h-mail, .h-tel{
  display: inline!important;
}
.dial-note {
  font-size: 11px;
  font-weight: 444;
}
.gift-preview-sp {
  margin-left: 36px;
  margin-right: 36px;
}

p[data-v-29ccb8fc] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-29ccb8fc] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-29ccb8fc]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-29ccb8fc] {
    width: 20px;
}
.btn-actions[data-v-29ccb8fc] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-29ccb8fc] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-29ccb8fc]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-29ccb8fc]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-29ccb8fc]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-29ccb8fc] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-29ccb8fc] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-29ccb8fc]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-29ccb8fc] {
      margin-bottom: 3px;
}
.dropleft[data-v-29ccb8fc] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-29ccb8fc]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-29ccb8fc] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-29ccb8fc] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-29ccb8fc]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-29ccb8fc] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-29ccb8fc] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-29ccb8fc]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-29ccb8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-29ccb8fc] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-29ccb8fc] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-29ccb8fc]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-29ccb8fc] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-29ccb8fc] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-29ccb8fc] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-29ccb8fc] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-29ccb8fc] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-29ccb8fc] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-29ccb8fc] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-29ccb8fc] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-29ccb8fc] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-29ccb8fc] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-29ccb8fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-29ccb8fc] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-29ccb8fc] {
      display: none;
}
.upload-container .no-image[data-v-29ccb8fc] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-29ccb8fc] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-29ccb8fc] {
  color: #cccccc !important;
}
.preview-spot[data-v-29ccb8fc] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-29ccb8fc] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-29ccb8fc] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-29ccb8fc]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-29ccb8fc] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-29ccb8fc] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-29ccb8fc] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-29ccb8fc] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-29ccb8fc] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-29ccb8fc] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-29ccb8fc] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-29ccb8fc] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-29ccb8fc] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-29ccb8fc] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
.off-header[data-v-29ccb8fc] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-29ccb8fc] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-29ccb8fc] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-29ccb8fc] {
  width: 114px !important;
}

.h-url, .h-mail, .h-tel{
  display: inline!important;
}
.block-dial {
  margin: 0 36px;
}

.campaign-editor .page-wrapper[data-v-45d96934] {
  max-width: 375px;
  margin: 40px 0 41px 36px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0px;
  background: #ffffff;
}

p[data-v-e669fd2e] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-e669fd2e] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-e669fd2e]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-e669fd2e] {
    width: 20px;
}
.btn-actions[data-v-e669fd2e] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-e669fd2e] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-e669fd2e]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-e669fd2e]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-e669fd2e]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-e669fd2e] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-e669fd2e] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-e669fd2e]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-e669fd2e] {
      margin-bottom: 3px;
}
.dropleft[data-v-e669fd2e] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-e669fd2e]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-e669fd2e] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-e669fd2e] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-e669fd2e]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-e669fd2e] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-e669fd2e] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-e669fd2e]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-e669fd2e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-e669fd2e] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-e669fd2e] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-e669fd2e]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-e669fd2e] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-e669fd2e] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-e669fd2e] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-e669fd2e] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-e669fd2e] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-e669fd2e] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-e669fd2e] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-e669fd2e] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-e669fd2e] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-e669fd2e] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-e669fd2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-e669fd2e] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-e669fd2e] {
      display: none;
}
.upload-container .no-image[data-v-e669fd2e] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-e669fd2e] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-e669fd2e] {
  color: #cccccc !important;
}
.preview-spot[data-v-e669fd2e] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-e669fd2e] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-e669fd2e] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-e669fd2e]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-e669fd2e] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-e669fd2e] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-e669fd2e] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-e669fd2e] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-e669fd2e] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-e669fd2e] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-e669fd2e] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-e669fd2e] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-e669fd2e] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-e669fd2e] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
.off-header[data-v-e669fd2e] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-e669fd2e] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-e669fd2e] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-e669fd2e] {
  width: 114px !important;
}

.coupon[data-v-2ef06ff4] {
  padding: 40px 20px;
  background-color: #fff;
}
.coupon__image > img[data-v-2ef06ff4] {
    width: 100%;
    height: auto;
}
.coupon__detail[data-v-2ef06ff4] {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
    background-color: #c8e3e2;
    text-align: center;
    padding: 24px 20px 28px 20px;
    margin-bottom: 20px;
    position: relative;
}
.coupon__detail[data-v-2ef06ff4]:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      border: 2px dashed var(--bg-conntainer);
      background-color: #fff;
}
.coupon__title[data-v-2ef06ff4] {
    font-size: 18px;
    font-weight: 500;
    white-space: pre-wrap;
}
.coupon__expired[data-v-2ef06ff4] {
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    line-height: 1.2;
    padding: 12px 0;
    margin-top: 12px;
    white-space: pre-wrap;
}
.coupon__code[data-v-2ef06ff4] {
    font-size: 12px;
    margin-top: 10px;
    white-space: pre-wrap;
}
.coupon__description[data-v-2ef06ff4] {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    white-space: pre-wrap;
    margin-bottom: 20px;
    white-space: pre-wrap;
}
.coupon__button[data-v-2ef06ff4] {
    text-align: center;
    margin-bottom: 22px;
}
.coupon__button > .btn--coupon[data-v-2ef06ff4] {
      font-size: 18px;
      font-weight: 500;
      border-radius: 24px;
      padding: 9.5px 47px;
      word-break: break-word;
      white-space: pre-line;
}
.coupon__note[data-v-2ef06ff4] {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    white-space: pre-wrap;
}

p[data-v-4a1fd287] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-4a1fd287] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-4a1fd287]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-4a1fd287] {
    width: 20px;
}
.btn-actions[data-v-4a1fd287] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-4a1fd287] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-4a1fd287]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-4a1fd287]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-4a1fd287]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-4a1fd287] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-4a1fd287] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-4a1fd287]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-4a1fd287] {
      margin-bottom: 3px;
}
.dropleft[data-v-4a1fd287] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-4a1fd287]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-4a1fd287] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-4a1fd287] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-4a1fd287]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-4a1fd287] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-4a1fd287] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-4a1fd287]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-4a1fd287] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-4a1fd287] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-4a1fd287] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-4a1fd287]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-4a1fd287] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-4a1fd287] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-4a1fd287] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-4a1fd287] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-4a1fd287] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-4a1fd287] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-4a1fd287] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-4a1fd287] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-4a1fd287] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-4a1fd287] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-4a1fd287] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-4a1fd287] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-4a1fd287] {
      display: none;
}
.upload-container .no-image[data-v-4a1fd287] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-4a1fd287] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-4a1fd287] {
  color: #cccccc !important;
}
.preview-spot[data-v-4a1fd287] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-4a1fd287] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-4a1fd287] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-4a1fd287]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-4a1fd287] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-4a1fd287] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-4a1fd287] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-4a1fd287] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-4a1fd287] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-4a1fd287] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-4a1fd287] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-4a1fd287] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-4a1fd287] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-4a1fd287] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
.off-header[data-v-4a1fd287] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-4a1fd287] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-4a1fd287] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-4a1fd287] {
  width: 114px !important;
}

.block-wrap[data-v-4a1fd287] {
  padding: 10px 25px 15px 25px;
}
.block-wrap input[type=number][data-v-4a1fd287]::-webkit-inner-spin-button,
  .block-wrap input[type=number][data-v-4a1fd287]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.block-wrap input[type=number][data-v-4a1fd287] {
    -moz-appearance: textfield;
}
.block-wrap[data-v-4a1fd287] ::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-4a1fd287] ::-ms-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-4a1fd287] ::placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-4a1fd287] :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-4a1fd287] ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-4a1fd287] input.form-control,
  .block-wrap[data-v-4a1fd287] select.custom-select {
    border-radius: 3px;
    height: 44px;
}
.block-wrap[data-v-4a1fd287] input.form-control:focus,
    .block-wrap[data-v-4a1fd287] select.custom-select:focus {
      outline: 0 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-color: #45b0ff;
}
.block-wrap[data-v-4a1fd287] .custom-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.block-wrap[data-v-4a1fd287] .custom-label > span {
      font-weight: 500;
      font-size: 12px;
      line-height: 1;
      background-color: #fff;
      border-radius: 2px;
      margin-right: 5px;
      border: 1px solid transparent;
}
.block-wrap[data-v-4a1fd287] .custom-label > span.required {
        color: #e61d65;
        border-color: #e61d65;
}
.block-wrap[data-v-4a1fd287] .custom-label > span.any {
        color: #979797;
        border-color: #979797;
}
.block-wrap[data-v-4a1fd287] .custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
.block-wrap[data-v-4a1fd287] .custom-checkbox .custom-control-label {
    line-height: 1.7;
    font-weight: 400;
}
.block-wrap[data-v-4a1fd287] .custom-checkbox .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.block-wrap[data-v-4a1fd287] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/img/icons/checked.svg");
}
.block-wrap[data-v-4a1fd287] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    border: solid 1px #45b0ff;
    background-color: #45b0ff;
}
.special-block[data-v-4a1fd287] {
  padding-right: 0 !important;
  font-size: 10px !important;
}
.disabled[data-v-4a1fd287] {
  pointer-events: none;
}
.color-grey[data-v-4a1fd287] {
  color: #999 !important;
}

p[data-v-3b3d928b] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-3b3d928b] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-3b3d928b]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-3b3d928b] {
    width: 20px;
}
.btn-actions[data-v-3b3d928b] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-3b3d928b] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-3b3d928b]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-3b3d928b]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-3b3d928b]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-3b3d928b] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-3b3d928b] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-3b3d928b]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-3b3d928b] {
      margin-bottom: 3px;
}
.dropleft[data-v-3b3d928b] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-3b3d928b]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-3b3d928b] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-3b3d928b] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-3b3d928b]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-3b3d928b] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-3b3d928b] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-3b3d928b]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-3b3d928b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-3b3d928b] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-3b3d928b] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-3b3d928b]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-3b3d928b] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-3b3d928b] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-3b3d928b] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-3b3d928b] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-3b3d928b] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-3b3d928b] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-3b3d928b] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-3b3d928b] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-3b3d928b] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-3b3d928b] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-3b3d928b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-3b3d928b] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-3b3d928b] {
      display: none;
}
.upload-container .no-image[data-v-3b3d928b] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-3b3d928b] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-3b3d928b] {
  color: #cccccc !important;
}
.preview-spot[data-v-3b3d928b] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-3b3d928b] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-3b3d928b] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-3b3d928b]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-3b3d928b] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-3b3d928b] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-3b3d928b] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-3b3d928b] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-3b3d928b] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-3b3d928b] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-3b3d928b] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-3b3d928b] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-3b3d928b] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-3b3d928b] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
.off-header[data-v-3b3d928b] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-3b3d928b] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-3b3d928b] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-3b3d928b] {
  width: 114px !important;
}

.coupon[data-v-6c6a5f13] {
  padding: 40px 20px 10px 20px;
  background-color: #fff;
}
.coupon__image > img[data-v-6c6a5f13] {
    width: 100%;
    height: auto;
}
.coupon__detail[data-v-6c6a5f13] {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
    background-color: #c8e3e2;
    text-align: center;
    padding: 24px 20px 28px 20px;
    margin-bottom: 20px;
    position: relative;
}
.coupon__detail[data-v-6c6a5f13]:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      border: 2px dashed var(--bg-conntainer);
      background-color: #fff;
}
.coupon__title[data-v-6c6a5f13] {
    font-size: 18px;
    font-weight: 500;
    white-space: pre-wrap;
}
.coupon__expired[data-v-6c6a5f13] {
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 0;
    margin-top: 12px;
    white-space: pre-wrap;
}
.coupon__code[data-v-6c6a5f13] {
    font-size: 14px;
    margin-top: 10px;
    white-space: pre-wrap;
}
.coupon__description[data-v-6c6a5f13] {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    white-space: pre-wrap;
    margin-bottom: 20px;
    white-space: pre-wrap;
}
.coupon__button[data-v-6c6a5f13] {
    text-align: center;
    margin-bottom: 22px;
}
.coupon__button > .btn--coupon[data-v-6c6a5f13] {
      font-size: 18px;
      font-weight: 500;
      border-radius: 24px;
      padding: 9.5px 47px;
      white-space: pre-line;
      word-break: break-word;
}
.coupon__note[data-v-6c6a5f13] {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    white-space: pre-wrap;
}
.digital-copy[data-v-6c6a5f13] {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.button-block .button-block__btn[data-v-69f90034] {
  outline: none;
  border-style: solid;
}
.button-block__btn[data-v-69f90034] {
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 24px;
  padding: 9.5px 47px;
  white-space: pre-line;
  word-break: break-word;
  border-width: inherit;
}
.button-block__description[data-v-69f90034] {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  white-space: pre-wrap;
  margin-bottom: 20px;
  white-space: pre-wrap;
}
.button-block__button[data-v-69f90034] {
  text-align: center;
  margin-bottom: 22px;
}
.button-block__button > .btn--coupon[data-v-69f90034] {
    font-size: 18px;
    border-radius: 24px;
    padding: 9.5px 47px;
    white-space: pre-line;
    word-break: break-word;
}
.button-block__note[data-v-69f90034] {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4;
  white-space: pre-wrap;
}

.upload-container[data-v-2843215e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
}
.upload-container .input-file[data-v-2843215e] {
    display: none;
}
.upload-container .no-image[data-v-2843215e] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-2843215e] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.photo-frame[data-v-2843215e] {
  max-width: 200px;
  width: 200px;
  margin: auto;
  height: auto;
}
.update-image-name[data-v-2843215e] {
  line-height: 2;
  padding-left: 4px;
  text-align: center;
  margin: auto;
}
.update-text[data-v-2843215e] {
  margin: auto;
  padding: 20px 0px;
}
.bth-upload[data-v-2843215e] {
  margin: auto;
}
.file-return[data-v-2843215e] {
  margin: auto;
}
.w-40[data-v-2843215e] {
  width: 40%;
}
.w-60[data-v-2843215e] {
  width: 60%;
}

p[data-v-44f32e97] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-44f32e97] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-44f32e97]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-44f32e97] {
    width: 20px;
}
.btn-actions[data-v-44f32e97] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-44f32e97] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-44f32e97]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-44f32e97]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-44f32e97]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-44f32e97] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-44f32e97] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-44f32e97]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-44f32e97] {
      margin-bottom: 3px;
}
.dropleft[data-v-44f32e97] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-44f32e97]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-44f32e97] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-44f32e97] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-44f32e97]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-44f32e97] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-44f32e97] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-44f32e97]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-44f32e97] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-44f32e97] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-44f32e97] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-44f32e97]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-44f32e97] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-44f32e97] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-44f32e97] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-44f32e97] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-44f32e97] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-44f32e97] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-44f32e97] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-44f32e97] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-44f32e97] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-44f32e97] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-44f32e97] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-44f32e97] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-44f32e97] {
      display: none;
}
.upload-container .no-image[data-v-44f32e97] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-44f32e97] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-44f32e97] {
  color: #cccccc !important;
}
.preview-spot[data-v-44f32e97] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-44f32e97] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-44f32e97] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-44f32e97]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-44f32e97] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-44f32e97] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-44f32e97] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-44f32e97] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-44f32e97] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-44f32e97] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-44f32e97] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-44f32e97] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-44f32e97] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-44f32e97] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
.off-header[data-v-44f32e97] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-44f32e97] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-44f32e97] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-44f32e97] {
  width: 114px !important;
}

.card-body[data-v-351810b3] {
  padding: 25px 30px !important;
}
.special[data-v-351810b3] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form-group input[data-v-351810b3] {
  width: 150px;
  height: 40px;
}
.form-group[data-v-351810b3] {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.custom-input[data-v-351810b3] {
  width: 210px !important;
}
.badge-general[data-v-351810b3] {
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  width: 36px;
  height: 20px;
}
.bg-required[data-v-351810b3] {
  background-color: #f5247f;
}
.bg-any[data-v-351810b3] {
  background-color: #d2e0dc;
}
.off-label[data-v-351810b3] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.show-info[data-v-351810b3] {
  font-size: 12px;
}
.notification[data-v-351810b3] {
  font-size: 12px;
  width: 100%;
}
.invalid-feedback[data-v-351810b3] {
  max-width: 155px;
}
.btn-add[data-v-351810b3] {
  padding: 6px 60px !important;
  background-color: #19CDBB !important;
  color: #ffffff !important;
  font-weight: 400;
}
.custom-radio .custom-control-label[data-v-351810b3] {
  font-size: 14px;
  color: #333333;
}
.custom-radio .custom-control-label[data-v-351810b3]:before {
    background-color: #fff;
    border: solid 1px #dddddd;
    width: 18px;
    height: 18px;
    top: 0;
}
.custom-radio .custom-control-label[data-v-351810b3]:after {
    top: 1px;
    left: -23px;
    background-size: 16px 16px;
    background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-351810b3]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-351810b3]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.custom-radio.disabled .custom-control-label[data-v-351810b3] {
  color: #ccc;
}
.custom-radio.disabled .custom-control-input:checked ~ .custom-control-label[data-v-351810b3]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='lightgrey'/%3E%3C/svg%3E");
}
.sample-csv[data-v-351810b3] {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.text-underline[data-v-351810b3] {
  text-decoration: underline;
}
.reset-subtext[data-v-351810b3] {
  width: calc(100% - 24px);
  margin: auto;
  margin-top: 12px;
  padding: 12px;
  border: 2px solid #FF0000;
  border-radius: 8px;
  color: #FF0000;
  font-size: 14px;
}
.container-custom-radio[data-v-351810b3] {
  overflow-x: scroll;
  width: 500px;
  white-space: nowrap;
  height: 40px;
}
.container-upload-file[data-v-351810b3] {
  max-width: 100px;
}

.image-preview[data-v-e8c1bd40] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #dfe7e7;
}
.image-preview > img[data-v-e8c1bd40] {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.upload-container > p[data-v-e8c1bd40] {
  opacity: 0.5;
  font-size: 10px;
  line-height: 1.33;
  color: #373a3c;
}
.upload-container .custom-file[data-v-e8c1bd40] {
  width: 120px;
  height: 36px;
  display: block;
}
.upload-container .custom-file.disabled[data-v-e8c1bd40] {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
}
.upload-container .custom-file.disabled .custom-file-label[data-v-e8c1bd40] {
      opacity: 0.65;
}
.upload-container .custom-file .custom-file-label[data-v-e8c1bd40] {
    margin-bottom: 0;
    border-radius: 2px;
    border: solid 1px #19cdbb;
    background-color: #41cec0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    width: 120px;
    height: 36px;
}
.upload-container .custom-file .custom-file-label[data-v-e8c1bd40]:after {
      content: none;
}
.upload-container .custom-file .custom-file-label > span[data-v-e8c1bd40] {
      font-size: 18px;
      margin-top: 10px;
}
.overlay-loading[data-v-e8c1bd40] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .8);
}
.progress[data-v-e8c1bd40] {
  width: 80%;
  height: 10px;
}
.process-detail[data-v-e8c1bd40] {
  line-height: 1;
  font-size: 12px;
  margin-top: 10px;
  color: #373a3c;
}
.no-img-src[data-v-e8c1bd40] {
  font-size: 14px;
  color: #ccc;
}
.remove-img[data-v-e8c1bd40] {
  top: 0;
  right: 0;
  -webkit-transform: translate(35%, -40%);
          transform: translate(35%, -40%);
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
}

.advanced_label[data-v-6465f573] {
  margin-bottom: 2.4px;
  margin-bottom: 0.15rem;
}
.mail-text-note[data-v-6465f573] {
  font-size: 12px;
}
.custom-radio .custom-control-label[data-v-6465f573]::before {
  background-color: #fff;
  border: solid 1px #dddddd;
  width: 22px;
  height: 22px;
}
.custom-radio .custom-control-label[data-v-6465f573] {
  line-height: 1.7;
}
.custom-radio .custom-control-label[data-v-6465f573]::after {
  top: 7px;
  left: -22px;
  background-size: 18px 18px;
  background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-6465f573]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-6465f573]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.custom-select[data-v-6465f573] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/img/icons/arrow-down-green.svg") #fff;
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
.image-preview[data-v-6465f573] {
  height: 194px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.required-ext[data-v-6465f573] {
  margin-top: 5px;
}
.search-container[data-v-6465f573] {
  position: relative;
}
.suggest-list-data[data-v-6465f573] {
  position: absolute;
  top: 40px;
  z-index: 999;
  max-height: 231px;
  overflow-y: auto;
}
.list-group-item[data-v-6465f573] {
  cursor: pointer;
  color: rgba(0, 0, 0, .5);
  background-color: #ededed;
  border-radius: 0;
}
.list-group-item[data-v-6465f573]:hover {
  background-color: #ccc;
}
.cusstom_invalid-feedback[data-v-6465f573] {
  display: block;
}
.send_email[data-v-6465f573] {
  font-size: 14px;
}
.placeholder[data-v-6465f573] {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  color: silver;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}

.preview-container[data-v-212b2baa] {
  position: relative;
  margin: auto;
  width: 446px;
  height: 796px;
  background: #fff;
}
.preview-container__mobile[data-v-212b2baa] {
    position: relative;
    z-index: 4;
    width: 434px;
    height: 840px;
    pointer-events: none;
}
.preview-container__content[data-v-212b2baa] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    height: 100%;
    width: 100%;
    margin-top: 20px;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.preview-container__content[data-v-212b2baa]::-webkit-scrollbar {
      display: none;
}
.preview-video-modal[data-v-212b2baa] {
  position: absolute;
  top: 0;
  left: 36px;
  right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.50196);
}
.preview-video-modal .close[data-v-212b2baa] {
    position: absolute;
    right: 20px;
    top: 240px;
}
.preview-video-modal .close .close-text[data-v-212b2baa] {
      font-size: 16px;
      color: #fff;
      font-weight: 300;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.preview-video-modal .close.countdown[data-v-212b2baa] {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      top: 240px;
}
.preview-video-modal .video-content[data-v-212b2baa] {
    width: 100%;
}
.tab[data-v-212b2baa] {
  background-color: #eaf3f2;
}
.tab__container[data-v-212b2baa] {
    cursor: pointer;
}
.tab__container:last-child > .tab__item[data-v-212b2baa] {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-left: 1px;
}
.tab__container:first-child > .tab__item[data-v-212b2baa] {
      margin-left: -1px;
}
.tab__container.active > .tab__item[data-v-212b2baa] {
      background: #19cdbb;
      color: #fff;
}
.tab__container.active > .tab__text[data-v-212b2baa] {
      color: #fff;
}
.tab__text[data-v-212b2baa] {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-45%, -50%) translateZ(10px);
            transform: translate(-45%, -50%) translateZ(10px);
    z-index: 100;
    color: #6c7979;
    font-size: 14px;
    width: 100%;
    line-height: 1;
}
.tab__item[data-v-212b2baa] {
    width: 239px;
    height: 48px;
    background: #c8e3e2;
    -webkit-transform: perspective(5px) rotateX(1deg) translateX(11px);
            transform: perspective(5px) rotateX(1deg) translateX(11px);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
            box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
    margin-bottom: 2px;
}
.pre-line[data-v-212b2baa] {
  white-space: pre-line;
}

p[data-v-27fa8d9f] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-27fa8d9f] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-27fa8d9f]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-27fa8d9f] {
    width: 20px;
}
.btn-actions[data-v-27fa8d9f] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-27fa8d9f] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-27fa8d9f]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-27fa8d9f]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-27fa8d9f]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-27fa8d9f] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-27fa8d9f] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-27fa8d9f]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-27fa8d9f] {
      margin-bottom: 3px;
}
.dropleft[data-v-27fa8d9f] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-27fa8d9f]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-27fa8d9f] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-27fa8d9f] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-27fa8d9f]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-27fa8d9f] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-27fa8d9f] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-27fa8d9f]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-27fa8d9f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-27fa8d9f] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-27fa8d9f] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-27fa8d9f]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-27fa8d9f] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-27fa8d9f] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-27fa8d9f] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-27fa8d9f] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-27fa8d9f] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-27fa8d9f] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-27fa8d9f] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-27fa8d9f] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-27fa8d9f] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-27fa8d9f] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-27fa8d9f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-27fa8d9f] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-27fa8d9f] {
      display: none;
}
.upload-container .no-image[data-v-27fa8d9f] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-27fa8d9f] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-27fa8d9f] {
  color: #cccccc !important;
}
.preview-spot[data-v-27fa8d9f] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-27fa8d9f] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-27fa8d9f] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-27fa8d9f]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-27fa8d9f] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-27fa8d9f] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-27fa8d9f] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-27fa8d9f] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-27fa8d9f] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-27fa8d9f] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-27fa8d9f] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-27fa8d9f] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-27fa8d9f] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-27fa8d9f] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
.off-header[data-v-27fa8d9f] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-27fa8d9f] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-27fa8d9f] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-27fa8d9f] {
  width: 114px !important;
}

.block-wrap[data-v-3940e186] {
  padding: 10px 25px 15px 25px;
}
.block-wrap input[type=number][data-v-3940e186]::-webkit-inner-spin-button,
  .block-wrap input[type=number][data-v-3940e186]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.block-wrap input[type=number][data-v-3940e186] {
    -moz-appearance: textfield;
}
.block-wrap[data-v-3940e186] ::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-3940e186] ::-ms-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-3940e186] ::placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-3940e186] :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-3940e186] ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-3940e186] input.form-control,
  .block-wrap[data-v-3940e186] select.custom-select {
    border-radius: 3px;
    height: 44px;
}
.block-wrap[data-v-3940e186] input.form-control:focus,
    .block-wrap[data-v-3940e186] select.custom-select:focus {
      outline: 0 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-color: #45b0ff;
}
.block-wrap[data-v-3940e186] .custom-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.block-wrap[data-v-3940e186] .custom-label > span {
      font-weight: 500;
      font-size: 12px;
      line-height: 1;
      background-color: #fff;
      border-radius: 2px;
      margin-right: 5px;
      border: 1px solid transparent;
}
.block-wrap[data-v-3940e186] .custom-label > span.required {
        color: #e61d65;
        border-color: #e61d65;
}
.block-wrap[data-v-3940e186] .custom-label > span.any {
        color: #979797;
        border-color: #979797;
}
.block-wrap[data-v-3940e186] .custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
.block-wrap[data-v-3940e186] .custom-checkbox .custom-control-label {
    line-height: 1.7;
    font-weight: 400;
}
.block-wrap[data-v-3940e186] .custom-checkbox .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.block-wrap[data-v-3940e186] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/img/icons/checked.svg");
}
.block-wrap[data-v-3940e186] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    border: solid 1px #45b0ff;
    background-color: #45b0ff;
}

.gift-preview-type .custom-control-inline {
  margin-bottom: 8px;
}

p[data-v-040d5e41] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-040d5e41] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-040d5e41]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-040d5e41] {
    width: 20px;
}
.btn-actions[data-v-040d5e41] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-040d5e41] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-040d5e41]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-040d5e41]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-040d5e41]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-040d5e41] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-040d5e41] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-040d5e41]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-040d5e41] {
      margin-bottom: 3px;
}
.dropleft[data-v-040d5e41] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-040d5e41]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-040d5e41] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-040d5e41] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-040d5e41]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-040d5e41] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-040d5e41] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-040d5e41]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-040d5e41] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-040d5e41] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-040d5e41] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-040d5e41]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-040d5e41] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-040d5e41] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-040d5e41] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-040d5e41] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-040d5e41] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-040d5e41] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-040d5e41] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-040d5e41] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-040d5e41] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-040d5e41] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-040d5e41] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-040d5e41] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-040d5e41] {
      display: none;
}
.upload-container .no-image[data-v-040d5e41] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-040d5e41] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-040d5e41] {
  color: #cccccc !important;
}
.preview-spot[data-v-040d5e41] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-040d5e41] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-040d5e41] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-040d5e41]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-040d5e41] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-040d5e41] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-040d5e41] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-040d5e41] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-040d5e41] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-040d5e41] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-040d5e41] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-040d5e41] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-040d5e41] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-040d5e41] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
.off-header[data-v-040d5e41] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-040d5e41] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-040d5e41] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-040d5e41] {
  width: 114px !important;
}

.preview-container[data-v-742af758] {
  height: 100%;
  overflow: hidden;
  width: 90%;
  margin: auto;
}
.preview-container .preview-slider-template[data-v-742af758] {
    height: 100%;
}
.preview-container .preview-slider-template .header[data-v-742af758] {
      background-color: #fff;
      padding: 15px 20px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.preview-container .preview-slider-template .content[data-v-742af758] {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: rgba(196, 206, 201, 0.85098);
}
.preview-container .preview-slider-template .content .content__image[data-v-742af758] {
        width: 100%;
        height: auto;
        z-index: 9999;
}
.preview-container .preview-slider-template .content .content__image-default[data-v-742af758] {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
}
.preview-container .preview-slider-template .footer[data-v-742af758] {
      height: 70px;
      padding: 0 10px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.preview-container .preview-slider-template .footer .footer-content__middle[data-v-742af758] {
        border: 1.5px solid #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        position: relative;
        z-index: 9999999;
}
.preview-container .preview-slider-template .footer .footer-content__middle div[data-v-742af758] {
          width: 44px;
          height: 44px;
          background: #fff;
          border-radius: 50%;
}
.preview-container .preview-slider-template .footer .footer-content__right[data-v-742af758] {
        background: rgba(39, 38, 38, 0.25098);
        padding: 4px;
        margin-right: 20px;
        border-radius: 50%;
        position: relative;
        right: 15px;
        position: relative;
        z-index: 9999999;
}
.preview-container .preview-slider-template .bg-transparent[data-v-742af758] {
      background-color: transparent;
}
.preview-container .preview-slider-template .border-none[data-v-742af758] {
      border: none !important;
}
.container-phone__lp[data-v-742af758] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  overflow-x: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

p[data-v-76cc274d] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-76cc274d] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-76cc274d]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-76cc274d] {
    width: 20px;
}
.btn-actions[data-v-76cc274d] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-76cc274d] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-76cc274d]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-76cc274d]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-76cc274d]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-76cc274d] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-76cc274d] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-76cc274d]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-76cc274d] {
      margin-bottom: 3px;
}
.dropleft[data-v-76cc274d] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-76cc274d]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-76cc274d] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-76cc274d] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-76cc274d]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-76cc274d] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-76cc274d] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-76cc274d]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-76cc274d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-76cc274d] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-76cc274d] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-76cc274d]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-76cc274d] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-76cc274d] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-76cc274d] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-76cc274d] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-76cc274d] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-76cc274d] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-76cc274d] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-76cc274d] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-76cc274d] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-76cc274d] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-76cc274d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-76cc274d] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-76cc274d] {
      display: none;
}
.upload-container .no-image[data-v-76cc274d] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-76cc274d] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-76cc274d] {
  color: #cccccc !important;
}
.preview-spot[data-v-76cc274d] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-76cc274d] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-76cc274d] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-76cc274d]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-76cc274d] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-76cc274d] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-76cc274d] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-76cc274d] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-76cc274d] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-76cc274d] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-76cc274d] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-76cc274d] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-76cc274d] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-76cc274d] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
.off-header[data-v-76cc274d] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-76cc274d] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-76cc274d] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-76cc274d] {
  width: 114px !important;
}

.exchange-squared[data-v-5b0b4a52] {
  border: 2px solid #19cdbb;
}
.exchange-type[data-v-5b0b4a52] {
  color: #333;
  font-weight: 500;
}
.exchange-type[data-v-5b0b4a52] span {
  display: block;
}
.disabled[data-v-5b0b4a52] {
  cursor: not-allowed;
}
.reset-subtext[data-v-5b0b4a52] {
  width: calc(100% - 24px);
  margin: auto;
  margin-top: 12px;
  padding: 12px;
  border: 2px solid #ff0000;
  border-radius: 8px;
  color: #ff0000;
  font-size: 12px;
}

.custom-card[data-v-b13303d8] {
  line-height: 1;
  border: solid 1px #dfe7e7;
}
.custom-card__title[data-v-b13303d8] {
    height: 46px;
    line-height: 1.5;
}
.custom-card__body[data-v-b13303d8] {
    padding: 0 0 10px 0;
}
.custom-card__group[data-v-b13303d8] {
    margin-bottom: 0;
    padding: 20px 30px;
    border-bottom: solid 1px #e8f3f2;
}
.custom-card__group[data-v-b13303d8]:last-child {
      border-bottom: 0;
}
.custom-card__badge[data-v-b13303d8] {
    background-color: #f5247f;
    width: 36px;
    height: 20px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    vertical-align: bottom;
    margin-right: 8px;
}
.custom-card__label[data-v-b13303d8] {
    color: #373a3c;
    font-size: 16px;
    font-weight: 400;
}
.custom-card__input[data-v-b13303d8] {
    width: 120px;
    height: 39px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    padding-right: 7.2px;
    padding-right: 0.45rem;
}
.custom-card__checkbox[data-v-b13303d8] {
    margin-top: 14px;
    font-size: 14px;
}
.custom-card__note[data-v-b13303d8] {
    margin-top: 14px;
    font-size: 14px;
    color: #373a3c;
    line-height: 1.3;
}
.custom-control-label[data-v-b13303d8] {
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-control-label[data-v-b13303d8]:before, .custom-control-label[data-v-b13303d8]:after {
    top: 1.6px;
    top: 0.1rem;
}
.custom-radio.custom-control[data-v-b13303d8]:first-child {
  margin-bottom: 10px;
}
.custom-radio .custom-control-label[data-v-b13303d8] {
  font-size: 16px;
  color: #333333;
}
.custom-radio .custom-control-label[data-v-b13303d8]:before {
    background-color: #fff;
    border: solid 1px #dddddd;
    width: 22px;
    height: 22px;
    top: 0;
}
.custom-radio .custom-control-label[data-v-b13303d8]:after {
    top: 3px;
    left: -22px;
    background-size: 18px 18px;
    background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-b13303d8]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-b13303d8]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.custom-input-number[data-v-b13303d8] {
  position: relative;
}
.custom-input-number[data-v-b13303d8]:before {
    content: "\25B2";
    position: absolute;
    color: #000;
    left: 102px;
    top: 10px;
    pointer-events: none;
    font-size: 8px;
    z-index: 11;
}
.custom-input-number[data-v-b13303d8]:after {
    content: "\25BC";
    position: absolute;
    color: #000;
    left: 102px;
    bottom: 11px;
    pointer-events: none;
    font-size: 8px;
    z-index: 11;
}
.invalid-message[data-v-b13303d8] {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
}
.btn--reset[data-v-b13303d8] {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  font-size: 12px;
  line-height: 1;
  border-radius: 2px;
  background-color: #1c1c1c;
  color: #fff;
}
.btn--reset > img[data-v-b13303d8] {
    vertical-align: text-bottom;
}
.btn--add[data-v-b13303d8] {
  width: 127px;
  padding-top: 6px;
  padding-bottom: 8px;
  border-radius: 19.5px;
  border: solid 1px #19cdbb;
  font-size: 14px;
  color: #19cdbb;
  line-height: 1;
  margin-left: 15px;
  background-color: #fff;
}
.btn--add[data-v-b13303d8]:hover {
    background-color: #41cec0;
    color: #fff;
}
.btn--add:hover ~ .add-note[data-v-b13303d8] {
    display: block;
}
.btn--add > span[data-v-b13303d8] {
    font-size: 18px;
    vertical-align: text-top;
    margin-right: 2px;
}
.btn--add-group[data-v-b13303d8] {
  height: 32px;
  height: 2rem;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn--add-bottom[data-v-b13303d8] {
  height: 34px;
  margin-left: 134px;
}
.btn--add-bottom[disabled="disabled"][data-v-b13303d8] {
  background-color: #ededed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  border-color: #ededed;
}
.add-note[data-v-b13303d8] {
  font-size: 14px;
  line-height: 1.3;
  color: #41cec0;
  white-space: nowrap;
  margin-left: 10px;
  display: none;
}
.disabled[data-v-b13303d8] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=number][data-v-b13303d8]::-webkit-inner-spin-button,
input[type=number][data-v-b13303d8]::-webkit-outer-spin-button {
  opacity: 0 !important;
}
.overlay-spin[data-v-b13303d8] {
  background: #fff;
  width: 23px;
  height: 31px;
  position: absolute;
  left: 95px;
  top: 4px;
  z-index: 10;
  pointer-events: none;
  border-radius: 4px;
}
.stamp-block-container[data-v-b13303d8] {
  width: 375px;
  max-height: 481px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
  overflow: auto;
  scrollbar-gutter: stable;
}
.cursor[data-v-b13303d8] {
  cursor: pointer;
}
.input-disabled[data-v-b13303d8]:before, .input-disabled[data-v-b13303d8]:after {
  content: unset;
}

.stamp[data-v-4d7713e0] {
  border: 0;
}
.stamp__title[data-v-4d7713e0] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #373a3c;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    padding: 0 20px;
}
.stamp__area[data-v-4d7713e0] {
    border-radius: 10px;
    border: solid 2px #cccccc;
    padding: 40px 30px 30px 30px;
    position: relative;
    margin-bottom: 50px;
}
.stamp__area[data-v-4d7713e0]:last-child {
      margin-bottom: 40px;
}
.stamp__list[data-v-4d7713e0] {
    background-color: #eaf3f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    height: 60px;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 0 0 #19cdbb;
            box-shadow: 0 5px 0 0 #19cdbb;
}
.stamp__item[data-v-4d7713e0] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    cursor: pointer;
    background-color: #c8e3e2;
    border-radius: 4px 4px 0 0;
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: pre-wrap;
}
.stamp__item[data-v-4d7713e0]:first-child {
      margin-left: 0;
}
.stamp__item[data-v-4d7713e0]:last-child {
      margin-right: 0;
}
.stamp__item.active[data-v-4d7713e0] {
      background-color: #19cdbb;
      color: #fff;
}
.stamp .tab[data-v-4d7713e0] {
    background-color: #eaf3f2;
}
.stamp .tab__container[data-v-4d7713e0] {
      cursor: pointer;
}
.stamp .tab__container:last-child > .tab__item[data-v-4d7713e0] {
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-left: 2px;
}
.stamp .tab__container:first-child > .tab__item[data-v-4d7713e0] {
        margin-left: -6px;
}
.stamp .tab__container.active > .tab__item[data-v-4d7713e0] {
        background: #19cdbb;
        color: #fff;
}
.stamp .tab__container.active > .tab__text[data-v-4d7713e0] {
        color: #fff;
}
.stamp .tab__text[data-v-4d7713e0] {
      top: 50%;
      left: 55%;
      -webkit-transform: translate(-45%, -50%) translateZ(10px);
              transform: translate(-45%, -50%) translateZ(10px);
      z-index: 100;
      color: #6c7979;
      font-size: 12px;
      width: 100%;
      line-height: 1;
}
.stamp .tab__item[data-v-4d7713e0] {
      width: 145px;
      height: 48px;
      background: #c8e3e2;
      -webkit-transform: perspective(5px) rotateX(1deg) translateX(11px);
              transform: perspective(5px) rotateX(1deg) translateX(11px);
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
              box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
      margin-bottom: 2px;
}
.stamp-leave-active[data-v-4d7713e0],
.stamp-enter-active[data-v-4d7713e0] {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.stamp-enter[data-v-4d7713e0] {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.stamp-leave-to[data-v-4d7713e0] {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.fade-enter-active[data-v-4d7713e0], .fade-leave-active[data-v-4d7713e0] {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.fade-enter[data-v-4d7713e0], .fade-leave-to[data-v-4d7713e0] {
  opacity: 0;
}
.w-48[data-v-4d7713e0] {
  width: 48%;
}
.wrapper-setting[data-v-4d7713e0] {
  font-size: 14px;
  color: #fff;
  width: 149px;
  line-height: 1;
  padding: 12px 0;
  text-align: center;
  border-radius: 20.5px;
  background-color: #333333;
  margin-bottom: 27px;
  cursor: pointer;
}
.wrapper-setting > img[data-v-4d7713e0] {
    vertical-align: top;
    margin-right: 3px;
}

p[data-v-5c032c9c] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-5c032c9c] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-5c032c9c]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-5c032c9c] {
    width: 20px;
}
.dropleft[data-v-5c032c9c] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-5c032c9c]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-5c032c9c] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-5c032c9c] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-5c032c9c]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-5c032c9c] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-5c032c9c] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-5c032c9c]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-5c032c9c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-5c032c9c] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-5c032c9c] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-5c032c9c]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-5c032c9c] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-5c032c9c] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-5c032c9c] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-5c032c9c] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-5c032c9c] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-5c032c9c] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-5c032c9c] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-5c032c9c] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-5c032c9c] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-5c032c9c] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-5c032c9c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-5c032c9c] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-5c032c9c] {
      display: none;
}
.upload-container .no-image[data-v-5c032c9c] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-5c032c9c] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-5c032c9c] {
  color: #cccccc !important;
}
.preview-spot[data-v-5c032c9c] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-5c032c9c] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-5c032c9c] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-5c032c9c]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-5c032c9c] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-5c032c9c] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-5c032c9c] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-5c032c9c] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-5c032c9c] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-5c032c9c] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-5c032c9c] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-5c032c9c] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-5c032c9c] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-5c032c9c] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-5c032c9c] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-5c032c9c] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-5c032c9c] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-5c032c9c] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-5c032c9c] {
  width: 341px;
  overflow-x: auto;
}

p[data-v-446b4eed] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-446b4eed] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-446b4eed]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-446b4eed] {
    width: 20px;
}
.dropleft[data-v-446b4eed] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-446b4eed]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-446b4eed] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-446b4eed] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-446b4eed]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-446b4eed] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-446b4eed] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-446b4eed]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-446b4eed] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-446b4eed] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-446b4eed] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-446b4eed]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-446b4eed] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-446b4eed] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-446b4eed] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-446b4eed] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-446b4eed] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-446b4eed] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-446b4eed] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-446b4eed] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-446b4eed] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-446b4eed] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-446b4eed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-446b4eed] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-446b4eed] {
      display: none;
}
.upload-container .no-image[data-v-446b4eed] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-446b4eed] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-446b4eed] {
  color: #cccccc !important;
}
.preview-spot[data-v-446b4eed] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-446b4eed] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-446b4eed] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-446b4eed]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-446b4eed] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-446b4eed] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-446b4eed] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-446b4eed] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-446b4eed] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-446b4eed] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-446b4eed] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-446b4eed] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-446b4eed] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-446b4eed] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-446b4eed] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-446b4eed] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-446b4eed] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-446b4eed] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-446b4eed] {
  width: 341px;
  overflow-x: auto;
}

.dropleft[data-v-446b4eed] {
  left: -107px;
}
.btn-actions[data-v-446b4eed] {
  left: 145%;
}
.stamp-preview[data-v-446b4eed] {
  position: relative;
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  margin: auto;
  background-color: #868b86;
}
.stamp-added-container[data-v-446b4eed] {
  position: relative;
  z-index: 20;
  min-height: 668px;
  background-color: rgba(52, 65, 63, .6);
}
.stamp-added-container .stamp-added[data-v-446b4eed] {
    position: relative;
    border-radius: 10px;
    width: 280px;
    background-color: #fff;
}
.stamp-added-container .stamp-added .block-item:first-child .block-wrap[data-v-446b4eed] {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      overflow: hidden;
}
.stamp-added-container .stamp-added .block-item:last-child .block-wrap[data-v-446b4eed] {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      overflow: hidden;
}
.stamp-added-container .stamp-added__close[data-v-446b4eed] {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 50px;
      height: 50px;
      background-color: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 50px;
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
              box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      cursor: pointer;
}
.stamp-added-container .stamp-added__close[data-v-446b4eed]:hover {
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
                box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}
.stamp-added-container .stamp-added__close > img[data-v-446b4eed] {
        width: 16px;
        height: auto;
        vertical-align: baseline;
}
.stamp-added-container .stamp-added > img[data-v-446b4eed] {
      max-width: 100%;
      height: auto;
}
.stamp-book-preview[data-v-446b4eed] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
  overflow: hidden;
}

p[data-v-2415f0b0] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-2415f0b0] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-2415f0b0]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-2415f0b0] {
    width: 20px;
}
.dropleft[data-v-2415f0b0] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-2415f0b0]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-2415f0b0] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-2415f0b0] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-2415f0b0]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-2415f0b0] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-2415f0b0] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-2415f0b0]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-2415f0b0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-2415f0b0] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-2415f0b0] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-2415f0b0]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-2415f0b0] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-2415f0b0] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-2415f0b0] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-2415f0b0] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-2415f0b0] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-2415f0b0] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-2415f0b0] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-2415f0b0] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-2415f0b0] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-2415f0b0] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-2415f0b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-2415f0b0] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-2415f0b0] {
      display: none;
}
.upload-container .no-image[data-v-2415f0b0] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-2415f0b0] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-2415f0b0] {
  color: #cccccc !important;
}
.preview-spot[data-v-2415f0b0] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-2415f0b0] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-2415f0b0] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-2415f0b0]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-2415f0b0] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-2415f0b0] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-2415f0b0] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-2415f0b0] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-2415f0b0] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-2415f0b0] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-2415f0b0] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-2415f0b0] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-2415f0b0] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-2415f0b0] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-2415f0b0] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-2415f0b0] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-2415f0b0] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-2415f0b0] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-2415f0b0] {
  width: 341px;
  overflow-x: auto;
}

p[data-v-d5b17c46] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-d5b17c46] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-d5b17c46]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-d5b17c46] {
    width: 20px;
}
.dropleft[data-v-d5b17c46] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-d5b17c46]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-d5b17c46] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-d5b17c46] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-d5b17c46]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-d5b17c46] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-d5b17c46] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-d5b17c46]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-d5b17c46] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-d5b17c46] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-d5b17c46] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-d5b17c46]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-d5b17c46] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-d5b17c46] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-d5b17c46] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-d5b17c46] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-d5b17c46] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-d5b17c46] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-d5b17c46] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-d5b17c46] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-d5b17c46] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-d5b17c46] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-d5b17c46] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-d5b17c46] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-d5b17c46] {
      display: none;
}
.upload-container .no-image[data-v-d5b17c46] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-d5b17c46] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-d5b17c46] {
  color: #cccccc !important;
}
.preview-spot[data-v-d5b17c46] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-d5b17c46] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-d5b17c46] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-d5b17c46]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-d5b17c46] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-d5b17c46] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-d5b17c46] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-d5b17c46] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-d5b17c46] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-d5b17c46] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-d5b17c46] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-d5b17c46] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-d5b17c46] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-d5b17c46] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-d5b17c46] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-d5b17c46] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-d5b17c46] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-d5b17c46] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-d5b17c46] {
  width: 341px;
  overflow-x: auto;
}

p[data-v-2aab69fd] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-2aab69fd] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-2aab69fd]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-2aab69fd] {
    width: 20px;
}
.dropleft[data-v-2aab69fd] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-2aab69fd]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-2aab69fd] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-2aab69fd] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-2aab69fd]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-2aab69fd] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-2aab69fd] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-2aab69fd]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-2aab69fd] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-2aab69fd] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-2aab69fd] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-2aab69fd]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-2aab69fd] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-2aab69fd] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-2aab69fd] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-2aab69fd] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-2aab69fd] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-2aab69fd] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-2aab69fd] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-2aab69fd] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-2aab69fd] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-2aab69fd] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-2aab69fd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-2aab69fd] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-2aab69fd] {
      display: none;
}
.upload-container .no-image[data-v-2aab69fd] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-2aab69fd] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-2aab69fd] {
  color: #cccccc !important;
}
.preview-spot[data-v-2aab69fd] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-2aab69fd] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-2aab69fd] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-2aab69fd]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-2aab69fd] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-2aab69fd] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-2aab69fd] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-2aab69fd] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-2aab69fd] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-2aab69fd] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-2aab69fd] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-2aab69fd] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-2aab69fd] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-2aab69fd] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-2aab69fd] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-2aab69fd] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-2aab69fd] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-2aab69fd] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-2aab69fd] {
  width: 341px;
  overflow-x: auto;
}

.block-wrap[data-v-2aab69fd] {
  padding: 10px 25px 15px 25px;
}
.block-wrap input[type=number][data-v-2aab69fd]::-webkit-inner-spin-button,
  .block-wrap input[type=number][data-v-2aab69fd]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.block-wrap input[type=number][data-v-2aab69fd] {
    -moz-appearance: textfield;
}
.block-wrap[data-v-2aab69fd] ::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-2aab69fd] ::-ms-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-2aab69fd] ::placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-2aab69fd] :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-2aab69fd] ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-2aab69fd] input.form-control,
  .block-wrap[data-v-2aab69fd] select.custom-select {
    border-radius: 3px;
    height: 44px;
}
.block-wrap[data-v-2aab69fd] input.form-control:focus,
    .block-wrap[data-v-2aab69fd] select.custom-select:focus {
      outline: 0 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-color: #45b0ff;
}
.block-wrap[data-v-2aab69fd] .custom-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.block-wrap[data-v-2aab69fd] .custom-label > span {
      font-weight: 500;
      font-size: 12px;
      line-height: 1;
      background-color: #fff;
      border-radius: 2px;
      margin-right: 5px;
      border: 1px solid transparent;
}
.block-wrap[data-v-2aab69fd] .custom-label > span.required {
        color: #e61d65;
        border-color: #e61d65;
}
.block-wrap[data-v-2aab69fd] .custom-label > span.any {
        color: #979797;
        border-color: #979797;
}
.block-wrap[data-v-2aab69fd] .custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
.block-wrap[data-v-2aab69fd] .custom-checkbox .custom-control-label {
    line-height: 1.7;
    font-weight: 400;
}
.block-wrap[data-v-2aab69fd] .custom-checkbox .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.block-wrap[data-v-2aab69fd] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/img/icons/checked.svg");
}
.block-wrap[data-v-2aab69fd] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    border: solid 1px #45b0ff;
    background-color: #45b0ff;
}

p[data-v-02dd5426] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-02dd5426] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-02dd5426]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-02dd5426] {
    width: 20px;
}
.btn-actions[data-v-02dd5426] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-02dd5426] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-02dd5426]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-02dd5426]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-02dd5426]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-02dd5426] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-02dd5426] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-02dd5426]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-02dd5426] {
      margin-bottom: 3px;
}
.dropleft[data-v-02dd5426] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-02dd5426]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-02dd5426] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-02dd5426] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-02dd5426]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-02dd5426] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-02dd5426] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-02dd5426]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-02dd5426] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-02dd5426] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-02dd5426] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-02dd5426]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-02dd5426] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-02dd5426] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-02dd5426] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-02dd5426] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-02dd5426] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-02dd5426] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-02dd5426] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-02dd5426] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-02dd5426] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-02dd5426] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-02dd5426] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-02dd5426] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-02dd5426] {
      display: none;
}
.upload-container .no-image[data-v-02dd5426] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-02dd5426] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-02dd5426] {
  color: #cccccc !important;
}
.preview-spot[data-v-02dd5426] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-02dd5426] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-02dd5426] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-02dd5426]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-02dd5426] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-02dd5426] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-02dd5426] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-02dd5426] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-02dd5426] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-02dd5426] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-02dd5426] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-02dd5426] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-02dd5426] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-02dd5426] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-02dd5426] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-02dd5426] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-02dd5426] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-02dd5426] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-02dd5426] {
  width: 341px;
  overflow-x: auto;
}

.preview-container[data-v-82e084f2] {
  position: relative;
  margin: auto;
  width: 446px;
  height: 796px;
  background: #fff;
}
.preview-container__mobile[data-v-82e084f2] {
    position: relative;
    z-index: 4;
    width: 434px;
    height: 840px;
    pointer-events: none;
}
.preview-container__content[data-v-82e084f2] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    height: 100%;
    width: 100%;
    margin-top: 20px;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.preview-container__content[data-v-82e084f2]::-webkit-scrollbar {
      display: none;
}
.preview-spot[data-v-82e084f2] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-82e084f2] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-82e084f2] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-82e084f2]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-82e084f2] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-82e084f2] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-82e084f2] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-82e084f2] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-82e084f2] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-82e084f2] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-82e084f2] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-82e084f2] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
  cursor: default !important;
}
.footer__title[data-v-82e084f2] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-82e084f2] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
.pre-line[data-v-82e084f2] {
  white-space: pre-line;
}

p[data-v-21617a15] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-21617a15] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-21617a15]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-21617a15] {
    width: 20px;
}
.btn-actions[data-v-21617a15] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 122%;
}
.btn-actions .btn-secondary[data-v-21617a15] {
    height: 40px;
    background-color: #333333;
    border: 0;
}
.btn-actions .btn-secondary[data-v-21617a15]:hover {
      background-color: #000000;
}
.btn-actions .btn-secondary[data-v-21617a15]:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 12px;
}
.btn-actions .btn-secondary[data-v-21617a15]:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 12px;
}
.btn-actions .btn-secondary img[data-v-21617a15] {
      margin-bottom: 3px;
}
.btn-actions .btn-remove[data-v-21617a15] {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0;
}
.btn-actions .btn-remove[data-v-21617a15]:hover {
      background-color: #000000;
}
.btn-actions .btn-remove img[data-v-21617a15] {
      margin-bottom: 3px;
}
.dropleft[data-v-21617a15] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-21617a15]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-21617a15] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-21617a15] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-21617a15]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-21617a15] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-21617a15] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-21617a15]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-21617a15] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-21617a15] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-21617a15] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-21617a15]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-21617a15] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-21617a15] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-21617a15] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-21617a15] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-21617a15] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-21617a15] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-21617a15] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-21617a15] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-21617a15] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-21617a15] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-21617a15] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-21617a15] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-21617a15] {
      display: none;
}
.upload-container .no-image[data-v-21617a15] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-21617a15] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-21617a15] {
  color: #cccccc !important;
}
.preview-spot[data-v-21617a15] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-21617a15] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-21617a15] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-21617a15]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-21617a15] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-21617a15] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-21617a15] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-21617a15] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-21617a15] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-21617a15] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-21617a15] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-21617a15] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-21617a15] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-21617a15] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-21617a15] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-21617a15] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-21617a15] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-21617a15] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-21617a15] {
  width: 341px;
  overflow-x: auto;
}

p[data-v-6139bd9a] {
  margin-bottom: 0 !important;
}
.btn-plus[data-v-6139bd9a] {
  background-color: #333333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-plus[data-v-6139bd9a]:hover {
    background-color: #000000;
}
.btn-plus img[data-v-6139bd9a] {
    width: 20px;
}
.dropleft[data-v-6139bd9a] {
  position: absolute;
  z-index: 999;
  left: -60px;
  bottom: -20px;
}
.dropdown-custom-button .dropdown-toggle[data-v-6139bd9a]::before {
  display: none;
}
.dropdown-custom-button .dropdown-menu[data-v-6139bd9a] {
  top: -1px;
  left: 81px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  padding: 0;
}
.dropdown-custom-button .dropdown-menu.-custom[data-v-6139bd9a] {
    width: 333px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item[data-v-6139bd9a]:hover {
    color: #111111;
    background-color: #ffffff;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block[data-v-6139bd9a] {
    padding: 15px;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-6139bd9a] {
      cursor: pointer;
      color: #111111;
      border-radius: 13px;
      background-color: #ededed;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-right: 15px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .dropdown-item.-list-block .badge-custom[data-v-6139bd9a]:hover {
        background-color: #cccccc;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-6139bd9a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    height: 38px;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.dropdown-custom-button .dropdown-menu .notifications img[data-v-6139bd9a] {
      margin-right: 5px;
}
.dropdown-custom-button .dropdown-menu .notifications .close-list-block[data-v-6139bd9a] {
      position: absolute;
      right: -18px;
      top: -14px;
      cursor: pointer;
}
.dropdown-custom-button .dropdown-menu .notifications[data-v-6139bd9a]:hover {
      color: #ffffff;
      background-color: #333333;
}
.page-wrapper-stamp .block-container[data-v-6139bd9a] {
  width: 375px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #ffffff;
  background-color: #fff;
}
.page-wrapper-stamp .ghost[data-v-6139bd9a] {
  opacity: 0.5;
  background: #c8ebfb;
}
.modal .modal-dialog[data-v-6139bd9a] {
  max-width: 620px;
}
.modal .modal-dialog .modal-header[data-v-6139bd9a] {
    background-color: #c8e3e2;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.modal .modal-dialog .modal-header span[data-v-6139bd9a] {
      line-height: 1;
      margin: auto;
}
.modal .modal-dialog .modal-body[data-v-6139bd9a] {
    padding: 40px 40px 40px;
    font-size: 14px !important;
}
.btn-modal-custom[data-v-6139bd9a] {
  width: 140px;
  height: 42px;
  background-color: #19cdbb;
  border-color: #24c3b7;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@supports (-ms-ime-align: auto) {
.btn-modal-custom[data-v-6139bd9a] {
    margin-bottom: 40px;
}
}
.lp_area[data-v-6139bd9a] {
  border: 2px solid #cccccc;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
}
.lp_area .title-area[data-v-6139bd9a] {
    padding: 0 8px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -140%);
}
.upload-container[data-v-6139bd9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-container .btn-upload[data-v-6139bd9a] {
    width: 108px;
    height: 30px;
    background: #000;
    border-radius: 4px;
    border: solid 1px #24c3b7;
    background-color: #19cdbb;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.upload-container .btn-upload .image-upload[data-v-6139bd9a] {
      display: none;
}
.upload-container .no-image[data-v-6139bd9a] {
    font-size: 14px;
    line-height: 0.93;
    color: #373a3c;
}
.upload-container .required-ext[data-v-6139bd9a] {
    font-size: 11px;
    line-height: 1.09;
    color: #818a91;
    margin-top: 10px;
}
.text-disabled[data-v-6139bd9a] {
  color: #cccccc !important;
}
.preview-spot[data-v-6139bd9a] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-6139bd9a] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-6139bd9a] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-6139bd9a]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-6139bd9a] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-6139bd9a] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-6139bd9a] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-6139bd9a] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-6139bd9a] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-6139bd9a] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-6139bd9a] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-6139bd9a] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.footer__title[data-v-6139bd9a] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-6139bd9a] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline;
}
.off-header[data-v-6139bd9a] {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.off-footer[data-v-6139bd9a] {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.can-move[data-v-6139bd9a] {
  cursor: move;
}
.btn-actions .btn-custom[data-v-6139bd9a] {
  width: 114px !important;
}
.stamp-silhouette-block[data-v-6139bd9a] {
  width: 341px;
  overflow-x: auto;
}

.block-wrap[data-v-6139bd9a] {
  padding: 10px 25px 15px 25px;
}
.block-wrap input[type=number][data-v-6139bd9a]::-webkit-inner-spin-button,
  .block-wrap input[type=number][data-v-6139bd9a]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.block-wrap input[type=number][data-v-6139bd9a] {
    -moz-appearance: textfield;
}
.block-wrap[data-v-6139bd9a] ::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-6139bd9a] ::-ms-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-6139bd9a] ::placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-6139bd9a] :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-6139bd9a] ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-6139bd9a] input.form-control,
  .block-wrap[data-v-6139bd9a] select.custom-select {
    border-radius: 3px;
    height: 44px;
}
.block-wrap[data-v-6139bd9a] input.form-control:focus,
    .block-wrap[data-v-6139bd9a] select.custom-select:focus {
      outline: 0 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-color: #45b0ff;
}
.block-wrap[data-v-6139bd9a] .custom-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.block-wrap[data-v-6139bd9a] .custom-label > span {
      font-weight: 500;
      font-size: 12px;
      line-height: 1;
      background-color: #fff;
      border-radius: 2px;
      margin-right: 5px;
      border: 1px solid transparent;
}
.block-wrap[data-v-6139bd9a] .custom-label > span.required {
        color: #e61d65;
        border-color: #e61d65;
}
.block-wrap[data-v-6139bd9a] .custom-label > span.any {
        color: #979797;
        border-color: #979797;
}
.block-wrap[data-v-6139bd9a] .custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
.block-wrap[data-v-6139bd9a] .custom-checkbox .custom-control-label {
    line-height: 1.7;
    font-weight: 400;
}
.block-wrap[data-v-6139bd9a] .custom-checkbox .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.block-wrap[data-v-6139bd9a] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/img/icons/checked.svg");
}
.block-wrap[data-v-6139bd9a] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    border: solid 1px #45b0ff;
    background-color: #45b0ff;
}

.upload-csv[data-v-7c2abd50] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 12px;
}
.upload-csv .file-name[data-v-7c2abd50] {
    width: 150px;
    text-align: end;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-style: italic;
}
.download-csv .text-underline[data-v-7c2abd50] {
  text-decoration: underline;
}

.preview-container[data-v-0ac7fea3] {
  position: relative;
  margin: auto;
  width: 446px;
  height: 796px;
  background: #fff;
}
.preview-container__mobile[data-v-0ac7fea3] {
    position: relative;
    z-index: 4;
    width: 434px;
    height: 840px;
    pointer-events: none;
}
.preview-container__content[data-v-0ac7fea3] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    height: 100%;
    width: 100%;
    margin-top: 20px;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.preview-container__content[data-v-0ac7fea3]::-webkit-scrollbar {
      display: none;
}
.preview-video-modal[data-v-0ac7fea3] {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.50196);
  max-width: 390px;
  width: 90%;
  margin: auto;
}
.preview-video-modal .close[data-v-0ac7fea3] {
    position: absolute;
    right: 20px;
    top: 240px;
}
.preview-video-modal .close .close-text[data-v-0ac7fea3] {
      font-size: 16px;
      color: #fff;
      font-weight: 300;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.preview-video-modal .close.countdown[data-v-0ac7fea3] {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      top: 240px;
}
.preview-video-modal .video-content[data-v-0ac7fea3] {
    width: 100%;
}
.preview-spot[data-v-0ac7fea3] {
  width: 375px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.preview-spot__header[data-v-0ac7fea3] {
    position: relative;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}
.preview-spot__header > span[data-v-0ac7fea3] {
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 100;
      opacity: 0.5;
      cursor: pointer;
}
.preview-spot__header > span[data-v-0ac7fea3]:hover {
        opacity: 1;
}
.preview-spot__header > span > .arrow[data-v-0ac7fea3] {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        margin-right: 2px;
}
.preview-spot__header > span > .arrow.left[data-v-0ac7fea3] {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
}
.preview-spot__content[data-v-0ac7fea3] {
    padding: 25px 30px 40px 30px;
    background-color: #fff;
}
.preview-spot__title[data-v-0ac7fea3] {
    margin-bottom: 25px;
    line-height: 1;
}
.preview-spot__description[data-v-0ac7fea3] {
    margin-bottom: 30px;
}
.preview-spot__map[data-v-0ac7fea3] iframe {
    width: 100% !important;
    vertical-align: bottom;
}
.preview-spot__button[data-v-0ac7fea3] {
    color: #41cec0;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 39px;
    border-radius: 24px;
    border-width: 2px;
    border-color: #41cec0;
}
.footer[data-v-0ac7fea3] {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
  cursor: default !important;
}
.footer__title[data-v-0ac7fea3] {
    margin-bottom: 10px;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.footer__description[data-v-0ac7fea3] {
    line-height: 1.6;
    white-space: pre-line;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
.tab[data-v-0ac7fea3] {
  background-color: #eaf3f2;
}
.tab__container[data-v-0ac7fea3] {
    cursor: pointer;
}
.tab__container:last-child > .tab__item[data-v-0ac7fea3] {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-left: 2px;
}
.tab__container:first-child > .tab__item[data-v-0ac7fea3] {
      margin-left: -6px;
}
.tab__container.active > .tab__item[data-v-0ac7fea3] {
      background: #19cdbb;
      color: #fff;
}
.tab__container.active > .tab__text[data-v-0ac7fea3] {
      color: #fff;
}
.tab__text[data-v-0ac7fea3] {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-45%, -50%) translateZ(10px);
            transform: translate(-45%, -50%) translateZ(10px);
    z-index: 100;
    color: #6c7979;
    font-size: 14px;
    width: 100%;
    line-height: 1;
}
.tab__item[data-v-0ac7fea3] {
    width: 100%;
    height: 48px;
    background: #c8e3e2;
    -webkit-transform: perspective(5px) rotateX(0.4deg) translateX(11px);
            transform: perspective(5px) rotateX(0.4deg) translateX(11px);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
            box-shadow: 3px 0 0 0 rgba(0, 0, 0, .1);
    margin-bottom: 2px;
}

.order-number-preview[data-v-66dc21a4] {
  max-width: 375px;
}

.logo img[data-v-08f32d35] {
  width: 100%;
  height: 2.06em;
  width: auto;
}

.block-wrap[data-v-550e5eee] {
  padding: 10px 25px 15px 25px;
}
.block-wrap input[type=number][data-v-550e5eee]::-webkit-inner-spin-button,
  .block-wrap input[type=number][data-v-550e5eee]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.block-wrap input[type=number][data-v-550e5eee] {
    -moz-appearance: textfield;
}
.block-wrap[data-v-550e5eee] ::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-550e5eee] ::-ms-input-placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-550e5eee] ::placeholder {
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-550e5eee] :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-550e5eee] ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333333;
    opacity: 0.25;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.block-wrap[data-v-550e5eee] input.form-control,
  .block-wrap[data-v-550e5eee] select.custom-select {
    border-radius: 3px;
    height: 44px;
}
.block-wrap[data-v-550e5eee] input.form-control:focus,
    .block-wrap[data-v-550e5eee] select.custom-select:focus {
      outline: 0 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-color: #45b0ff;
}
.block-wrap[data-v-550e5eee] .custom-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.block-wrap[data-v-550e5eee] .custom-label > span {
      font-weight: 500;
      font-size: 12px;
      line-height: 1;
      background-color: #fff;
      border-radius: 2px;
      margin-right: 5px;
      border: 1px solid transparent;
}
.block-wrap[data-v-550e5eee] .custom-label > span.required {
        color: #e61d65;
        border-color: #e61d65;
}
.block-wrap[data-v-550e5eee] .custom-label > span.any {
        color: #979797;
        border-color: #979797;
}
.block-wrap[data-v-550e5eee] .custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
.block-wrap[data-v-550e5eee] .custom-checkbox .custom-control-label {
    line-height: 1.7;
    font-weight: 400;
}
.block-wrap[data-v-550e5eee] .custom-checkbox .custom-control-label::after {
    top: 6px;
    left: -20px;
    background-size: 12px 12px;
    background-position: left;
}
.block-wrap[data-v-550e5eee] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/img/icons/checked.svg");
}
.block-wrap[data-v-550e5eee] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    border: solid 1px #45b0ff;
    background-color: #45b0ff;
}

.progress {
  background-color: #dfe7e7;
}
.progress-bar {
  background-color: #19cdbb;
}
.plussign::before {
  content: "\2795";
}
.using-note {
  font-size: 12px;
}

.collapse-header[data-v-04a69698] {
  height: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 10px;
  border-radius: 5px;
  margin-bottom: 16px;
  cursor: pointer;
}
.collapse-header__icon-prefix[data-v-04a69698] {
    margin-left: 9px;
}
.collapse-header__text[data-v-04a69698] {
    margin-left: 8px;
}
.collapse-header__icon-arrow[data-v-04a69698] {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.collapse-header[aria-expanded=true] .collapse-header__icon-arrow[data-v-04a69698] {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
.samples__item[data-v-04a69698] {
  padding: 8px 6px 11px;
  border: transparent solid 1px;
  border-radius: 12px;
  margin: 0 16px 16px 0;
}
@media screen and (min-width: 1200px) {
.samples__item[data-v-04a69698]:nth-of-type(4n) {
      margin: 0 0 16px;
}
}
.samples__item.active[data-v-04a69698] {
    border-color: #21CDBB;
}
.samples__item--disabled[data-v-04a69698] {
    cursor: not-allowed;
}
.samples__img[data-v-04a69698] {
  width: 137px;
  height: 127px;
  position: relative;
  margin-bottom: 11px;
}
.samples__label[data-v-04a69698] {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
.contain-qrcode[data-v-04a69698] {
  width: 330px;
  height: 330px;
  position: relative;
}
.contain-qrcode[data-v-04a69698]::before {
    content: '';
    background: url("/images/dog_color.png");
    position: absolute;
    top: 10px;
    left: 0;
    width: 330px;
    height: 330px;
    background-repeat: no-repeat;
    background-size: contain;
}
.contain-qrcode img[data-v-04a69698] {
    position: relative;
}
.custom[data-v-04a69698] {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
.custom__group[data-v-04a69698] {
    margin-bottom: 32px;
}
.custom__title[data-v-04a69698] {
    height: 34px;
    background: #EFF4F4;
}
.custom__options[data-v-04a69698] {
    border: 3px solid transparent;
    border-radius: 12px;
}
.custom__options[data-v-04a69698]:not(:last-of-type) {
      margin-right: 8px;
}
.custom__options.active[data-v-04a69698] {
      border-color: #007BFF;
}
.custom__color-input[data-v-04a69698] {
    width: 61px;
    height: 36px;
    background: #E7EBEF;
    border: 1px solid #E7EBEF;
}
.btn--scale-option[data-v-04a69698] {
  height: 31px;
  width: 40px;
  background: white;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}
.btn--scale-option[data-v-04a69698]:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.btn--scale-option[data-v-04a69698]:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.btn--scale-option[data-v-04a69698]:not(:first-of-type) {
    border-left: 1px solid rgba(0, 0, 0, .08);
}
.btn--scale-option.active[data-v-04a69698] {
    background: #0C7BFF;
    color: white;
}
.btn--generate[data-v-04a69698], .btn--regenerate[data-v-04a69698] {
  height: 36px;
  width: 200px;
  background-color: #21CDBB;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 4px;
  margin: 24px 0;
}
.btn--regenerate[data-v-04a69698] {
  background-color: #DC3445;
}
.btn--format-option[data-v-04a69698] {
  height: 30px;
  width: 95px;
  background-color: white;
  font-size: 12px;
  font-size: 0.75rem;
  border: 1px solid #E0E0E0;
}
.btn--format-option[data-v-04a69698]:first-of-type {
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
}
.btn--format-option[data-v-04a69698]:last-of-type {
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
}
.btn--format-option.active[data-v-04a69698] {
    background: #21CDBB;
    color: white;
    border-color: #21CDBB;
}
.btn--download[data-v-04a69698] {
  height: 36px;
  width: 220px;
  background: white;
  color: #21CDBB;
  font-size: 14px;
  font-size: 0.875rem;
  border-color: #21CDBB;
}
.btn--download[data-v-04a69698]:hover {
    background: #21CDBB;
    color: white;
}
.line[data-v-04a69698] {
  height: 1px;
  width: 100%;
  background-color: #CED4DA;
}
.qrcode-amount[data-v-04a69698] {
  width: 100%;
  background: #F7F7F7;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 37px;
}
.qrcode-amount__checkbox[data-v-04a69698] {
    border-radius: 4px;
}
.qrcode-amount__input[data-v-04a69698] {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 6px 8px;
    padding: 0.375rem 0.5rem;
}
.custom-control-label[data-v-04a69698]::before, .custom-control-label[data-v-04a69698]::after {
  top: 2px;
}

.label[data-v-b2eeeafc] {
  height: 36px;
  width: 61px;
  background: #E7EBEF;
}
.label__color-layer[data-v-b2eeeafc] {
    height: 28px;
    width: 53px;
    position: relative;
    border: 1px solid #909090;
    border-radius: 2px;
}
.label__img-layer[data-v-b2eeeafc] {
    height: 28px;
    width: 53px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("/images/bg-transparent.svg");
}
.color-panel[data-v-b2eeeafc] {
  position: absolute;
  bottom: 45px;
  right: -80px;
  z-index: 9999;
}

.card-body__content[data-v-294bae18] {
  width: 512px;
  width: 32rem;
}
.align-center[data-v-294bae18] {
  text-align: center;
}
.mt-15[data-v-294bae18] {
  margin-top: 15px;
}
.mb-15[data-v-294bae18] {
  margin-bottom: 15px;
}
.ml-60[data-v-294bae18] {
  margin-left: 60px;
}
.img-photo-frame[data-v-294bae18] {
  width: 200px;
  height: auto;
}

.container-phone__lp[data-v-76595c41] {
  position: absolute;
  padding-top: 24px;
  top: 0;
  right: 9px;
  z-index: 1;
  width: 90%;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  overflow-x: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}
.phone-container__lp[data-v-76595c41] {
  position: relative;
  pointer-events: none;
  z-index: 2;
  width: 105%;
  height: 104%;
  -webkit-transition: .4s;
  transition: .4s;
}
.webpreview[data-v-76595c41] {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
}
.w-full[data-v-76595c41] {
  width: 100%;
}
.h-auto[data-v-76595c41] {
  height: auto;
}
.max-width-300[data-v-76595c41] {
  max-width: 300px;
}

.preview-container[data-v-3c2afeb0] {
  height: 100%;
  overflow: hidden;
}
.preview-container .preview-slider-template[data-v-3c2afeb0] {
    height: 100%;
}
.preview-container .preview-slider-template .header[data-v-3c2afeb0] {
      background-color: #fff;
      padding: 15px 20px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.preview-container .preview-slider-template .content[data-v-3c2afeb0] {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: rgba(196, 206, 201, 0.85098);
}
.preview-container .preview-slider-template .content .content__image[data-v-3c2afeb0] {
        width: 100%;
        height: auto;
        z-index: 9999;
}
.preview-container .preview-slider-template .content .content__image-default[data-v-3c2afeb0] {
        width: 100%;
        height: auto;
        position: absolute;
}
.preview-container .preview-slider-template .footer[data-v-3c2afeb0] {
      height: 70px;
      padding: 0 10px;
      width: 100%;
      position: absolute;
      bottom: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.preview-container .preview-slider-template .footer .footer-content__middle[data-v-3c2afeb0] {
        border: 1.5px solid #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.preview-container .preview-slider-template .footer .footer-content__middle div[data-v-3c2afeb0] {
          width: 44px;
          height: 44px;
          background: #fff;
          border-radius: 50%;
}
.preview-container .preview-slider-template .footer .footer-content__right[data-v-3c2afeb0] {
        background: rgba(39, 38, 38, 0.25098);
        padding: 4px;
        margin-right: 20px;
        border-radius: 50%;
}
.preview-container .preview-slider-template .mt-12[data-v-3c2afeb0] {
      margin-top: 12px;
}
.preview-container .preview-slider-template .ml-4[data-v-3c2afeb0] {
      margin-left: 4px !important;
}
.preview-container .preview-slider-template .mr-20[data-v-3c2afeb0] {
      margin-right: 20px;
}
.preview-container .preview-slider-template .bg-transparent[data-v-3c2afeb0] {
      background-color: transparent;
}
.preview-container .preview-slider-template .border-none[data-v-3c2afeb0] {
      border: none !important;
}
.preview-container .preview-video-modal[data-v-3c2afeb0] {
    z-index: 9999;
    width: 100%;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background-color: rgba(0, 0, 0, .50196);
}
.preview-container .preview-video-modal .close-custom[data-v-3c2afeb0] {
      position: absolute;
      right: 20px;
      top: 240px;
      display: block;
}
.preview-container .preview-video-modal .close-custom .close-text[data-v-3c2afeb0] {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label[data-v-d10f5f72]::before {
  background-color: rgba(118, 118, 118, .3) !important;
  border: 0 !important;
}

.text-note[data-v-98e1636c] {
  padding: 0;
  font-size: 12px;
  font-style: italic;
  color: #333;
  margin-left: 22.4px;
  margin-left: 1.4rem;
}
.text-note-time[data-v-98e1636c] {
  padding: 0px;
  font-size: 12px;
  font-style: italic;
}

.custom-radio .custom-control-label[data-v-08defb74]::before {
  background-color: #fff;
  border: solid 1px #dddddd;
  width: 22px;
  height: 22px;
}
.custom-radio .custom-control-label[data-v-08defb74] {
  line-height: 1.7;
}
.custom-radio .custom-control-label[data-v-08defb74]::after {
  top: 7px;
  left: -22px;
  background-size: 18px 18px;
  background-position: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-08defb74]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2319CDBB'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-08defb74]::before {
  color: #fff;
  background-color: #fff;
  border: solid 1px #dddddd;
}

.preview[data-v-26ce09fc] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  background-color: #cbd4d9;
}
.preview__loading[data-v-26ce09fc] {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.preview__has-image[data-v-26ce09fc] {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.preview__no-image[data-v-26ce09fc]:before {
    content: 'No file';
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-weight: bold;
    top: 0;
    left: 0;
    z-index: 99;
}

.passcode__title[data-v-2e4fa652] {
  font-weight: 700;
  white-space: pre-line;
}
.passcode__button[data-v-2e4fa652] {
  height: 45px;
  width: 200px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-mask[data-v-26d2d50a] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-mask .modal-wrapper[data-v-26d2d50a] {
    display: table-cell;
    vertical-align: middle;
}
.modal-mask .modal-container[data-v-26d2d50a] {
    width: 620px;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
            box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
}
.modal-mask .modal-header[data-v-26d2d50a] {
    background-color: #c8e3e2;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
}
.modal-mask .modal-body[data-v-26d2d50a] {
    padding: 40px 40px 40px;
    max-height: 86vh;
    overflow-y: auto;
}
.modal-mask .modal-default-button[data-v-26d2d50a] {
    float: right;
}
.modal-mask .modal-close[data-v-26d2d50a] {
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: transparent;
    border: 0;
    position: fixed;
    cursor: pointer;
}
.modal-enter[data-v-26d2d50a] {
  opacity: 0;
}
.modal-leave-active[data-v-26d2d50a] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-26d2d50a],
.modal-leave-active .modal-container[data-v-26d2d50a] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.search-container[data-v-a791f0c4] {
  position: relative;
}
.suggest-list-data[data-v-a791f0c4] {
  position: absolute;
  top: 40px;
  z-index: 999;
  max-height: 231px;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, .3);
}
.list-group-item[data-v-a791f0c4] {
  cursor: pointer;
  color: rgba(0, 0, 0, .5);
  background-color: #ededed;
  border-radius: 0;
}
.list-group-item[data-v-a791f0c4]:hover {
  background-color: #ccc;
}
[data-v-a791f0c4]::-webkit-scrollbar {
  width: 1px;
}
[data-v-a791f0c4]::-webkit-scrollbar-thumb {
  background: #000;
}

.w-35[data-v-6de1a7c2] {
  width: 35% !important;
}
.table-preview tr[data-v-6de1a7c2] {
  font-size: 16px;
}
.preview[data-v-6de1a7c2] {
  margin: 0 -1px -1px -1px;
  background-color: #eaf3f2;
}
.preview__sp[data-v-6de1a7c2] {
    position: relative;
    width: 320px;
    height: 600px;
}
.preview__ipx[data-v-6de1a7c2] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 5;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.preview__page[data-v-6de1a7c2] {
    position: absolute;
    margin: auto;
    text-align: left;
    z-index: 1;
    width: 268px;
    border-radius: 25px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 18px);
            transform: translate(-50%, 18px);
    overflow: scroll;
    overflow-x: hidden;
    height: 93%;
    background-color: #fff;
    -ms-overflow-style: none;
}
.preview__page[data-v-6de1a7c2]::-webkit-scrollbar {
      display: none;
}
.preview .passcode__title[data-v-6de1a7c2] {
    white-space: pre-line;
}
.word-break[data-v-6de1a7c2] {
  word-break: break-all;
}

#progressbar[data-v-f60a92d8] {
  overflow: hidden;
  color: #455A64;
  padding-left: 0px;
  counter-reset: my-sec-counter;
  width: 600px;
}
#progressbar li[data-v-f60a92d8] {
  list-style-type: none;
  float: left;
  position: relative;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#progressbar li[data-v-f60a92d8]:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  font-size: 14px;
  font-weight: 400;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  position: relative;
  z-index: 11;
  margin-bottom: 4px;
  border: solid 2px #41cec0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#progressbar li[data-v-f60a92d8]:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #41cec0;
  position: absolute;
  left: -42%;
  top: 17px;
  z-index: 10;
}
#progressbar li[data-v-f60a92d8]:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%
}
#progressbar li[data-v-f60a92d8]:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%
}
#progressbar li[data-v-f60a92d8]:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}
#progressbar li[data-v-f60a92d8]:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}
#progressbar li.active[data-v-f60a92d8]:before {
  background-color: #41cec0;
  color: #fff
}
#progressbar li[data-v-f60a92d8]:hover:before {
  background-color: #41cec0;
  color: #fff;
}
#progressbar li.disabled[data-v-f60a92d8] {
  color: #5d5f61;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: not-allowed;
}
#progressbar li.disabled[data-v-f60a92d8]:before {
  background: #d2e0dc;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
}
#progressbar li.disabled[data-v-f60a92d8]:after {
  background: #d2e0dc;
}
#progressbar li.disabled[data-v-f60a92d8] {
  color: #d2e0dc;
}
#progressbar .step[data-v-f60a92d8] {
  font-weight: bold;
  cursor: pointer;
  font-size: 10px;
  color: #111111;
  white-space: pre-wrap;
}
#progressbar li.empty[data-v-f60a92d8]:before {
  content: '';
  width: 14px;
  height: 14px;
  margin-top: 10px;
}

.show-smart-site .preview-landing-page[data-v-e1c0060a] {
  max-width: 500px;
}
.show-smart-site .preview-slider-template[data-v-e1c0060a] {
  height: 100vh;
  height: var(--vh);
  margin: auto;
}
.qlear-ads[data-v-e1c0060a] {
  margin-top: -1px;
}
.qlear-ads__img-container[data-v-e1c0060a] {
    position: fixed;
    bottom: 0;
    z-index: 100000;
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    left: 50%;
    margin-bottom: 20px;
}
.qlear-ads__close-btn[data-v-e1c0060a] {
    height: 25px;
    width: 100%;
    position: absolute;
    margin-left: 100px;
    margin-top: -10px;
    cursor: pointer;
}
.qlear-ads__logo[data-v-e1c0060a] {
    height: 45px;
}
.landscape-slide-screen[data-v-e1c0060a] {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landscape-slide-screen__icon[data-v-e1c0060a] {
    margin-bottom: 16px;
    max-width: 100px;
}
.landscape-slide-screen__text[data-v-e1c0060a] {
    color: #8A9393;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a.reset-btn:hover {
  text-decoration: underline !important;
}

.modal-mask[data-v-5784ce2a] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-mask .modal-wrapper[data-v-5784ce2a] {
    display: table-cell;
    vertical-align: middle;
}
.modal-mask .modal-container[data-v-5784ce2a] {
    width: 620px;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
            box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
}
.modal-mask .modal-header[data-v-5784ce2a] {
    background-color: #c8e3e2;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
}
.modal-mask .modal-body[data-v-5784ce2a] {
    max-height: 86vh;
    overflow-y: auto;
}
.modal-mask .modal-default-button[data-v-5784ce2a] {
    float: right;
}
.modal-mask .modal-close[data-v-5784ce2a] {
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: transparent;
    border: 0;
    position: fixed;
    cursor: pointer;
}
.modal-mask .modal-close[data-v-5784ce2a]:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
}
.modal-enter[data-v-5784ce2a] {
  opacity: 0;
}
.modal-leave-active[data-v-5784ce2a] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-5784ce2a],
.modal-leave-active .modal-container[data-v-5784ce2a] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*# sourceMappingURL=application-38131d1275bc43a9c348996385ea4f74.css.map*/