@charset "UTF-8";.k-color-palette-field .k-button{cursor:pointer}.k-color-palette-field .k-button-figure .k-icon{margin-right:-4px}.color-palette_input-list{display:flex;flex-wrap:wrap;padding:.75rem .75rem calc(.75rem - 6px);background:#eaeaea}.color-palette_input-list li{position:relative;transition:transform .3s ease-out;margin-bottom:6px;border:4px solid transparent}.color-palette_input-list li.small{width:28px;height:28px}.color-palette_input-list li.medium{width:38px;height:38px}.color-palette_input-list li.large{width:48px;height:48px}.color-palette_input-list li:not(:last-child){margin-right:6px}.color-palette_input-list li.active{pointer-events:none;border:4px solid #fff;outline:1px solid #ccc}.color-palette_input-list li.active.unselect{pointer-events:auto;cursor:pointer}.color-palette_input-list li:not(.active){cursor:pointer}.color-palette_input-color{width:100%;height:100%}.color-palette_input-color[data-tooltip]{position:relative;z-index:2;cursor:pointer}.color-palette_input-color[data-tooltip]:after,.color-palette_input-color[data-tooltip]:before{visibility:hidden;pointer-events:none}.color-palette_input-color[data-tooltip]:before{position:absolute;bottom:120%;left:50%;transform:translate(-50%);margin-bottom:5px;padding:7px 12px;width:auto;background-color:#000;color:#fff;content:attr(data-tooltip);text-align:center;font-size:14px;line-height:16px;white-space:pre}.color-palette_input-color[data-tooltip]:after{position:absolute;bottom:120%;left:50%;margin-left:-5px;width:0;border-top:5px solid #000;border-right:5px solid transparent;border-left:5px solid transparent;content:"";font-size:0;line-height:0}.color-palette_input-color[data-tooltip]:hover:after,.color-palette_input-color[data-tooltip]:hover:before{visibility:visible}.color-palette_empty-palette{padding:0;display:flex;align-items:center;flex-direction:row;justify-content:flex-start}.color-palette_empty-palette .k-icon{border-right:1px solid #d6d6d6;margin-bottom:0;display:flex;justify-content:center;align-items:center}.color-palette_empty-palette .k-icon svg{width:14px}.color-palette_empty-palette p{line-height:1.25rem;text-align:left}.color-palette_empty-palette.small .k-icon{width:calc(28px + 1.5rem);height:calc(28px + 1.5rem)}.color-palette_empty-palette.small p{padding:.75rem 1rem}.color-palette_empty-palette.medium .k-icon{width:calc(38px + 1.5rem);height:calc(38px + 1.5rem)}.color-palette_empty-palette.medium p{padding:.75rem 1.25rem}.color-palette_empty-palette.large .k-icon{width:calc(48px + 1.5rem);height:calc(48px + 1.5rem)}.color-palette_empty-palette.large p{padding:.75rem 1.75rem}.color-palette_empty-loading{padding:.75rem;background:#eaeaea}.color-palette_empty-loading .loader-ctn{display:flex;justify-content:center;align-items:center}.color-palette_empty-loading .loader-ctn.small{height:28px}.color-palette_empty-loading .loader-ctn.medium{height:38px}.color-palette_empty-loading .loader-ctn.large{height:48px}.color-palette_empty-loading .loader-ctn .loader{display:inline-block;overflow:hidden;height:1.3em;margin-top:-.3em;line-height:1.5em;vertical-align:text-bottom}.color-palette_empty-loading .loader-ctn .loader:after{content:"⠋\a⠙\a⠹\a⠸\a⠼\a⠴\a⠦\a⠧\a⠇\a⠏";display:inline-table;white-space:pre;text-align:left;animation:spin10 .8s steps(10) infinite}@keyframes spin10{to{transform:translateY(-15em)}}

.relative[data-v-974829e6]{position:relative}.clip-handle[data-v-02c05879]{left:auto!important;right:0;cursor:crosshair;background:white}.list-handle[data-v-02c05879]{margin:auto;left:0!important;top:0;bottom:0;text-align:center}.clip-handle[data-v-02c05879]:hover{background:#ddd}.clipicon[data-v-02c05879]{width:1.5rem;height:1.5rem}.croppr-container *{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.croppr-container img{vertical-align:middle;max-width:100%}.croppr{position:relative;display:inline-block}.croppr-overlay{background:rgba(0,0,0,.5);position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:crosshair}.croppr-region{border:1px dashed rgba(0,0,0,.5);position:absolute;z-index:3;cursor:move;top:0}.croppr-imageClipped{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.croppr-handle{border:1px solid black;background-color:#fff;width:10px;height:10px;position:absolute;z-index:4;top:0}.preload{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:100000;background:#efefef}.preload-dialog-footer{position:absolute;left:1.5rem;bottom:0}.spinner{margin:auto 0;width:70px;text-align:center}.spinner>div{width:18px;height:18px;background-color:#333;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}


.k-block-type-button button {
  border: 2px solid #000;
  display: inline-flex;
  border-radius: 3rem;
  padding: .25rem 1.5rem;
  cursor: pointer;
}
.k-block-type-button button:empty::after {
  content: "Button text …";
  color: var(--color-text-light);
}
.k-block-type-button button:focus {
  outline: 0;
  border-color: var(--color-focus);
}

.k-block-type-button button {
  border: 2px solid #000;
  display: inline-flex;
  border-radius: 3rem;
  padding: .25rem 1.5rem;
  cursor: pointer;
}
.k-block-type-button button:empty::after {
  content: "Button text …";
  color: var(--color-text-light);
}
.k-block-type-button button:focus {
  outline: 0;
  border-color: var(--color-focus);
}

.k-block-type-button button {
  border: 2px solid #000;
  display: inline-flex;
  border-radius: 3rem;
  padding: .25rem 1.5rem;
  cursor: pointer;
}
.k-block-type-button button:empty::after {
  content: "Button text …";
  color: var(--color-text-light);
}
.k-block-type-button button:focus {
  outline: 0;
  border-color: var(--color-focus);
}

.k-block-type-button button {
  border: 2px solid #000;
  display: inline-flex;
  border-radius: 3rem;
  padding: .25rem 1.5rem;
  cursor: pointer;
}
.k-block-type-button button:empty::after {
  content: "Button text …";
  color: var(--color-text-light);
}
.k-block-type-button button:focus {
  outline: 0;
  border-color: var(--color-focus);
}

.k-block-type-button button {
  border: 2px solid #000;
  display: inline-flex;
  border-radius: 3rem;
  padding: .25rem 1.5rem;
  cursor: pointer;
}
.k-block-type-button button:empty::after {
  content: "Button text …";
  color: var(--color-text-light);
}
.k-block-type-button button:focus {
  outline: 0;
  border-color: var(--color-focus);
}

.k-block-type-button button {
  border: 2px solid #000;
  display: inline-flex;
  border-radius: 3rem;
  padding: .25rem 1.5rem;
  cursor: pointer;
}
.k-block-type-button button:empty::after {
  content: "Button text …";
  color: var(--color-text-light);
}
.k-block-type-button button:focus {
  outline: 0;
  border-color: var(--color-focus);
}

.k-block-type-button button {
  border: 2px solid #000;
  display: inline-flex;
  border-radius: 3rem;
  padding: .25rem 1.5rem;
  cursor: pointer;
}
.k-block-type-button button:empty::after {
  content: "Button text …";
  color: var(--color-text-light);
}
.k-block-type-button button:focus {
  outline: 0;
  border-color: var(--color-focus);
}

.k-block-type-button button {
  border: 2px solid #000;
  display: inline-flex;
  border-radius: 3rem;
  padding: .25rem 1.5rem;
  cursor: pointer;
}
.k-block-type-button button:empty::after {
  content: "Button text …";
  color: var(--color-text-light);
}
.k-block-type-button button:focus {
  outline: 0;
  border-color: var(--color-focus);
}

details {
  margin-left: 1rem;
}

details summary {
  margin-left: -1rem;
  margin-bottom: .5rem;
  font-weight: 600;
}

details summary .k-writer {
  display: inline-block;
  width: calc(100% - 2rem);
}

.k-block-type-shopifyall {
  margin-left: 1rem;
  vertical-align: top;
}

.k-block-type-shopifyall ol {
  display: inline-block;
  margin-righ: .5rem;
}

.k-block-type-shopifyall ol li {
  display: block;
}

details {
  margin-left: 1rem;
}

details summary {
  margin-left: -1rem;
  margin-bottom: .5rem;
  font-weight: 600;
}

details summary .k-writer {
  display: inline-block;
  width: calc(100% - 2rem);
}

.k-block-type-button button {
  border: 2px solid #000;
  display: inline-flex;
  border-radius: 3rem;
  padding: .25rem 1.5rem;
  cursor: pointer;
}
.k-block-type-button button:empty::after {
  content: "Button text …";
  color: var(--color-text-light);
}
.k-block-type-button button:focus {
  outline: 0;
  border-color: var(--color-focus);
}

.k-videopreview {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.k-videopreview__text {
  text-align: end;
  font-size: 0.75rem;
  font-family: monospace;
  font-weight: normal;
  width: 100%;
}

.k-videopreview__meta {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
}

.k-videopreview__media {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 8px;
  background: #efefef;
  padding: 10px;
}

.k-videopreview__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.k-videopreview__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
}

.k-videopreview__placeholder {
  width: 100%;
  height: 300px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 8px;
}

.doctor{background-color:#000;color:#fff;font-weight:700;border-radius:5px;padding:5px 10px 7px;min-width:200px}.doctor:hover{opacity:.75}.doctor .k-button-text{opacity:1}.doctor.doing-job{background-color:#444}.doctor.has-response{background-color:#999}.doctor.is-success{background-color:#5d800d}.doctor.has-error{background-color:#d16464}